.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #fef7fe;
}
body {
  font-family: Brygada 1918;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #0c2c68 !important;
}
.bg-success {
  background-color: #5fe1a5 !important;
}
.bg-info {
  background-color: #4bd9f5 !important;
}
.bg-warning {
  background-color: #ffd041 !important;
}
.bg-danger {
  background-color: #393193 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #72ddf7 !important;
  border-color: #72ddf7 !important;
  color: #065264 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #a2e9fa !important;
  border-color: #a2e9fa !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #065264 !important;
  background-color: #a2e9fa !important;
  border-color: #a2e9fa !important;
}
.btn-info,
.btn-info:active {
  background-color: #4bd9f5 !important;
  border-color: #4bd9f5 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #7be3f8 !important;
  border-color: #7be3f8 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #7be3f8 !important;
  border-color: #7be3f8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #5fe1a5 !important;
  border-color: #5fe1a5 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #8ae9bd !important;
  border-color: #8ae9bd !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #8ae9bd !important;
  border-color: #8ae9bd !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffd041 !important;
  border-color: #ffd041 !important;
  color: #413100 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffdd74 !important;
  border-color: #ffdd74 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #413100 !important;
  background-color: #ffdd74 !important;
  border-color: #ffdd74 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #393193 !important;
  border-color: #393193 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #483eb9 !important;
  border-color: #483eb9 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #483eb9 !important;
  border-color: #483eb9 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #0c2c68;
  color: #0c2c68;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #030b1a !important;
  background-color: transparent !important;
  border-color: #030b1a !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #72ddf7;
  color: #72ddf7;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #20c9f2 !important;
  background-color: transparent !important;
  border-color: #20c9f2 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #065264 !important;
  background-color: #72ddf7 !important;
  border-color: #72ddf7 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #4bd9f5;
  color: #4bd9f5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0cbbdd !important;
  background-color: transparent !important;
  border-color: #0cbbdd !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4bd9f5 !important;
  border-color: #4bd9f5 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #5fe1a5;
  color: #5fe1a5;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #25c47b !important;
  background-color: transparent !important;
  border-color: #25c47b !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #5fe1a5 !important;
  border-color: #5fe1a5 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffd041;
  color: #ffd041;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #e9b000 !important;
  background-color: transparent !important;
  border-color: #e9b000 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #413100 !important;
  background-color: #ffd041 !important;
  border-color: #ffd041 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #393193;
  color: #393193;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #201b52 !important;
  background-color: transparent !important;
  border-color: #201b52 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #393193 !important;
  border-color: #393193 !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: #0c2c68 !important;
}
.text-secondary {
  color: #72ddf7 !important;
}
.text-success {
  color: #5fe1a5 !important;
}
.text-info {
  color: #4bd9f5 !important;
}
.text-warning {
  color: #ffd041 !important;
}
.text-danger {
  color: #393193 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #01050d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #11c6f2 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #22b873 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0baecf !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #daa400 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #1b1846 !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: #0c2c68;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4bd9f5;
}
.alert-warning {
  background-color: #ffd041;
}
.alert-danger {
  background-color: #393193;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0c2c68;
  border-color: #0c2c68;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0c2c68;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #195cda;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #7b73d0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #0c2c68 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #0c2c68;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .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: #0c2c68;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0c2c68;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0c2c68;
  border-bottom-color: #0c2c68;
}
.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: #0c2c68 !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: #72ddf7 !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='%230c2c68' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uFwhHazkRr {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uFwhHazkRr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uFwhHazkRr .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uFwhHazkRr .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFwhHazkRr .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uFwhHazkRr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFwhHazkRr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFwhHazkRr .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uFwhHazkRr .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uFwhHazkRr .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uFwhHazkRr .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uFwhHazkRr .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uFwhHazkRr .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uFwhHazkRr .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uFwhHazkRr .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uFwhHazkRr .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uFwhHazkRr .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uFwhHazkRr .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uFwhHazkRr .navbar-logo {
    padding-left: 0;
  }
}
.cid-uFwhHazkRr .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFwhHazkRr .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uFwhHazkRr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uFwhHazkRr .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.3) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uFwhHazkRr .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uFwhHazkRr .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uFwhHazkRr .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFwhHazkRr .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.3) !important;
}
.cid-uFwhHazkRr .nav-item:focus,
.cid-uFwhHazkRr .nav-link:focus {
  outline: none;
}
.cid-uFwhHazkRr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFwhHazkRr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFwhHazkRr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFwhHazkRr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFwhHazkRr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFwhHazkRr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFwhHazkRr .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uFwhHazkRr .navbar.opened {
  transition: all 0.3s;
}
.cid-uFwhHazkRr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFwhHazkRr .navbar .navbar-logo img {
  width: auto;
}
.cid-uFwhHazkRr .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uFwhHazkRr .navbar.collapsed {
  justify-content: center;
}
.cid-uFwhHazkRr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFwhHazkRr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFwhHazkRr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uFwhHazkRr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFwhHazkRr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFwhHazkRr .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-uFwhHazkRr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFwhHazkRr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFwhHazkRr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFwhHazkRr .navbar {
    min-height: 72px;
  }
  .cid-uFwhHazkRr .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uFwhHazkRr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFwhHazkRr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFwhHazkRr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFwhHazkRr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFwhHazkRr .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-uFwhHazkRr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFwhHazkRr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uFwhHazkRr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFwhHazkRr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFwhHazkRr .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uFwhHazkRr .dropdown-item.active,
.cid-uFwhHazkRr .dropdown-item:active {
  background-color: transparent;
}
.cid-uFwhHazkRr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFwhHazkRr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFwhHazkRr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFwhHazkRr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFwhHazkRr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uFwhHazkRr .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uFwhHazkRr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFwhHazkRr .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uFwhHazkRr .navbar-buttons {
    text-align: left;
  }
}
.cid-uFwhHazkRr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFwhHazkRr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #260a30;
}
.cid-uFwhHazkRr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFwhHazkRr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFwhHazkRr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFwhHazkRr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFwhHazkRr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFwhHazkRr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFwhHazkRr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFwhHazkRr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFwhHazkRr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFwhHazkRr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFwhHazkRr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFwhHazkRr .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFwhHazkRr .navbar {
    height: 70px;
  }
  .cid-uFwhHazkRr .navbar.opened {
    height: auto;
  }
  .cid-uFwhHazkRr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uFwhHazkRr .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uFwhHazkRr .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uFwhHazkRr .navbar-brand {
    margin-right: auto;
  }
  .cid-uFwhHazkRr .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.3) !important;
    background: rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uFwhHazkRr .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uFwhHazkRr .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFwhHazkRr .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uFwhHazkRr .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uFrOajyiZg {
  display: flex;
}
@media (min-width: 768px) {
  .cid-uFrOajyiZg {
    align-items: flex-end;
  }
  .cid-uFrOajyiZg .row {
    justify-content: flex-start;
  }
  .cid-uFrOajyiZg .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFrOajyiZg .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFrOajyiZg {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uFrOajyiZg .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFrOajyiZg .content-wrap {
    width: 100%;
  }
}
.cid-uFrOajyiZg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFrOajyiZg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1297135/assets/images/background1.jpg?rnd=1747745869745");
}
.cid-uFrOajyiZg .mbr-section-title,
.cid-uFrOajyiZg .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uFrOajyiZg .mbr-text,
.cid-uFrOajyiZg .mbr-section-btn {
  text-align: left;
}
.cid-uFrOajyiZg .mbr-section-title {
  color: #ffffff;
}
.cid-uFrOajzepS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uFrOajzepS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFrOajzepS .item-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-uFrOajzepS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFrOajzepS .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uFrOajzepS .card-title,
.cid-uFrOajzepS .iconfont-wrapper,
.cid-uFrOajzepS .card-text {
  color: #000000;
  text-align: center;
}
.cid-uFrOajzepS .content-head {
  max-width: 800px;
}
.cid-uFrOajzepS .mbr-section-title {
  color: #000000;
}
.cid-uFrOajzepS .mbr-section-btn {
  text-align: center;
}
.cid-uFrOajzepS .card-title,
.cid-uFrOajzepS .iconfont-wrapper {
  color: #0c2c68;
}
.cid-uFrOajAHd4 {
  background-image: url("https://r.mobirisesite.com/1297135/assets/images/11-amarok.webp");
  overflow: hidden;
}
.cid-uFwAYoC89r {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFwAYoC89r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwAYoC89r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwAYoC89r .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFwAYoC89r .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFwAYoC89r .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uFwAYoC89r .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uFwAYoC89r .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uFwAYoC89r .row {
  flex-direction: row-reverse;
}
.cid-uFwAYoC89r .text-wrapper {
  padding: 4rem 2rem 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uFwAYoC89r .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uFwAYoC89r .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uFwAYoC89r .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uFwAYoC89r .image-wrapper {
  padding: 0 1rem;
}
.cid-uFwAYoC89r img,
.cid-uFwAYoC89r .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uFwAYoC89r img,
  .cid-uFwAYoC89r .image-wrapper {
    max-height: 350px;
  }
}
.cid-uFwAYoC89r .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uFwAYoC89r .mbr-text {
  color: #000000;
}
.cid-uFwAYoC89r .mbr-text,
.cid-uFwAYoC89r .mbr-section-btn {
  text-align: left;
}
.cid-uFwAYoC89r .price {
  color: #232323;
  text-align: left;
}
.cid-uFwAYoC89r .content-head {
  max-width: 800px;
}
.cid-uFwAYoC89r .mbr-section-maintitle {
  text-align: center;
}
.cid-uFwAYoC89r .mbr-section-mainsubtitle {
  text-align: center;
}
.cid-uFrOajBn8B {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFrOajBn8B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFrOajBn8B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFrOajBn8B .content-head {
  max-width: 800px;
}
.cid-uFrOajBn8B .mbr-section-title {
  color: #000000;
}
.cid-uFrOajBn8B .mbr-text,
.cid-uFrOajBn8B .mbr-section-btn {
  color: #000000;
}
.cid-uFrOajBn8B img,
.cid-uFrOajBn8B .item-img {
  margin-left: auto;
  margin-right: auto;
  height: 200px;
  width: 200px;
  object-fit: cover;
}
.cid-uFJh0XHamD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFJh0XHamD h6 {
  line-height: 1.2;
}
.cid-uFJh0XHamD img,
.cid-uFJh0XHamD .item-img {
  width: 100%;
}
.cid-uFJh0XHamD .item:focus,
.cid-uFJh0XHamD span:focus {
  outline: none;
}
.cid-uFJh0XHamD .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFJh0XHamD .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uFJh0XHamD .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-uFJh0XHamD .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uFJh0XHamD .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uFJh0XHamD .mbr-section-title {
  color: #000000;
}
.cid-uFJh0XHamD .mbr-text,
.cid-uFJh0XHamD .mbr-section-btn {
  color: #000000;
}
.cid-uFJh0XHamD .item-title {
  color: #000000;
  text-align: center;
}
.cid-uFJh0XHamD .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uFJh0XHamD .item-text {
  color: #000000;
  text-align: center;
}
.cid-uFJh0XHamD .content-head {
  max-width: 800px;
}
.cid-uFJh0XHamD .item-title,
.cid-uFJh0XHamD .mbr-section-btn {
  color: #0c2c68;
}
.cid-uFHJeW5HJX {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFHJeW5HJX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHJeW5HJX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHJeW5HJX .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uFHJeW5HJX .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uFHJeW5HJX .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uFHJeW5HJX img,
.cid-uFHJeW5HJX .item-img {
  width: 100%;
}
.cid-uFrOajC4IA {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uFrOajC4IA .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-uFrOajC4IA img,
.cid-uFrOajC4IA .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uFrOajC4IA .item:focus,
.cid-uFrOajC4IA span:focus {
  outline: none;
}
.cid-uFrOajC4IA .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFrOajC4IA .item {
    margin-bottom: 1rem;
  }
}
.cid-uFrOajC4IA .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uFrOajC4IA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uFrOajC4IA .mbr-section-title {
  color: #000000;
}
.cid-uFrOajC4IA .mbr-text,
.cid-uFrOajC4IA .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uFrOajC4IA .item-title {
  color: #000000;
  text-align: center;
}
.cid-uFrOajC4IA .content-head {
  max-width: 800px;
}
.cid-uFIdDZlEdX {
  display: flex;
}
@media (min-width: 768px) {
  .cid-uFIdDZlEdX {
    align-items: flex-end;
  }
  .cid-uFIdDZlEdX .row {
    justify-content: flex-start;
  }
  .cid-uFIdDZlEdX .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFIdDZlEdX .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFIdDZlEdX {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uFIdDZlEdX .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFIdDZlEdX .content-wrap {
    width: 100%;
  }
}
.cid-uFIdDZlEdX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFIdDZlEdX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1297135/assets/images/background1.jpg?rnd=1747745869745");
}
.cid-uFIdDZlEdX .mbr-section-title,
.cid-uFIdDZlEdX .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uFIdDZlEdX .mbr-text,
.cid-uFIdDZlEdX .mbr-section-btn {
  text-align: left;
}
.cid-uFrOajDgjj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFrOajDgjj .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uFrOajDgjj form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uFrOajDgjj form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uFrOajDgjj form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uFrOajDgjj .content-head {
  max-width: 800px;
}
.cid-uFrOajDgjj .mbr-section-title {
  color: #0c2c68;
}
.cid-uFIXpZ1462 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFIXpZ1462 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uFIXpZ1462 .social-row .soc-item {
  margin: 8px;
}
.cid-uFIXpZ1462 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uFIXpZ1462 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #669bff;
}
.cid-uFIXpZ1462 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #acc7fb;
  color: #0c2c68;
  transition: all 0.3s ease-in-out;
}
.cid-uFIXpZ1462 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uFIXpZ1462 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFIXpZ1462 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFIXpZ1462 .header-menu li p {
  margin: 0;
}
.cid-uFIXpZ1462 .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uFIXpZ1462 .mbr-section-title {
  color: #ffffff;
}
.cid-uFwhHazkRr {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uFwhHazkRr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uFwhHazkRr .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uFwhHazkRr .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFwhHazkRr .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uFwhHazkRr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFwhHazkRr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFwhHazkRr .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uFwhHazkRr .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uFwhHazkRr .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uFwhHazkRr .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uFwhHazkRr .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uFwhHazkRr .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uFwhHazkRr .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uFwhHazkRr .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uFwhHazkRr .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uFwhHazkRr .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uFwhHazkRr .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uFwhHazkRr .navbar-logo {
    padding-left: 0;
  }
}
.cid-uFwhHazkRr .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFwhHazkRr .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uFwhHazkRr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uFwhHazkRr .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.3) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uFwhHazkRr .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uFwhHazkRr .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uFwhHazkRr .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFwhHazkRr .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.3) !important;
}
.cid-uFwhHazkRr .nav-item:focus,
.cid-uFwhHazkRr .nav-link:focus {
  outline: none;
}
.cid-uFwhHazkRr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFwhHazkRr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFwhHazkRr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFwhHazkRr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFwhHazkRr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFwhHazkRr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFwhHazkRr .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uFwhHazkRr .navbar.opened {
  transition: all 0.3s;
}
.cid-uFwhHazkRr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFwhHazkRr .navbar .navbar-logo img {
  width: auto;
}
.cid-uFwhHazkRr .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uFwhHazkRr .navbar.collapsed {
  justify-content: center;
}
.cid-uFwhHazkRr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFwhHazkRr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFwhHazkRr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uFwhHazkRr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFwhHazkRr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFwhHazkRr .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-uFwhHazkRr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFwhHazkRr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFwhHazkRr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFwhHazkRr .navbar {
    min-height: 72px;
  }
  .cid-uFwhHazkRr .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uFwhHazkRr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFwhHazkRr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFwhHazkRr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFwhHazkRr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFwhHazkRr .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-uFwhHazkRr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFwhHazkRr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uFwhHazkRr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFwhHazkRr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFwhHazkRr .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uFwhHazkRr .dropdown-item.active,
.cid-uFwhHazkRr .dropdown-item:active {
  background-color: transparent;
}
.cid-uFwhHazkRr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFwhHazkRr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFwhHazkRr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFwhHazkRr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFwhHazkRr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uFwhHazkRr .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uFwhHazkRr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFwhHazkRr .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uFwhHazkRr .navbar-buttons {
    text-align: left;
  }
}
.cid-uFwhHazkRr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFwhHazkRr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #260a30;
}
.cid-uFwhHazkRr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFwhHazkRr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFwhHazkRr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFwhHazkRr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFwhHazkRr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFwhHazkRr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFwhHazkRr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFwhHazkRr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFwhHazkRr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFwhHazkRr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFwhHazkRr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFwhHazkRr .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFwhHazkRr .navbar {
    height: 70px;
  }
  .cid-uFwhHazkRr .navbar.opened {
    height: auto;
  }
  .cid-uFwhHazkRr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uFwhHazkRr .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uFwhHazkRr .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uFwhHazkRr .navbar-brand {
    margin-right: auto;
  }
  .cid-uFwhHazkRr .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.3) !important;
    background: rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uFwhHazkRr .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uFwhHazkRr .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFwhHazkRr .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uFwhHazkRr .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uFIuctnPMr {
  display: flex;
}
@media (min-width: 768px) {
  .cid-uFIuctnPMr {
    align-items: flex-end;
  }
  .cid-uFIuctnPMr .row {
    justify-content: flex-start;
  }
  .cid-uFIuctnPMr .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFIuctnPMr .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFIuctnPMr {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uFIuctnPMr .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFIuctnPMr .content-wrap {
    width: 100%;
  }
}
.cid-uFIuctnPMr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFIuctnPMr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1297135/assets/images/background1.jpg?rnd=1747745869745");
}
.cid-uFIuctnPMr .mbr-section-title,
.cid-uFIuctnPMr .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uFIuctnPMr .mbr-text,
.cid-uFIuctnPMr .mbr-section-btn {
  text-align: left;
}
.cid-uFIuctnPMr .mbr-section-title {
  color: #ffffff;
}
.cid-uFTAsjMj1u {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFTAsjMj1u img,
.cid-uFTAsjMj1u .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uFTAsjMj1u .item:focus,
.cid-uFTAsjMj1u span:focus {
  outline: none;
}
.cid-uFTAsjMj1u .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFTAsjMj1u .item {
    margin-bottom: 1rem;
  }
}
.cid-uFTAsjMj1u .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uFTAsjMj1u .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uFTAsjMj1u .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uFTAsjMj1u .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uFTAsjMj1u .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uFTAsjMj1u .mbr-section-title {
  color: #0c2c68;
}
.cid-uFTAsjMj1u .item-title {
  text-align: left;
  color: #0c2c68;
}
.cid-uFTAsjMj1u .item-subtitle {
  text-align: left;
}
.cid-uFTAsjMj1u .mbr-text,
.cid-uFTAsjMj1u .item .mbr-section-btn {
  text-align: left;
}
.cid-uFTAsjMj1u .content-head {
  max-width: 800px;
}
.cid-uGuiSBY85Z {
  display: flex;
  background-image: url("https://r.mobirisesite.com/1297135/assets/images/captura-de-pantalla-2025-03-19-112627.png-1504x878.png");
}
.cid-uGuiSBY85Z .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-uGuiSBY85Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGuiSBY85Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGuiSBY85Z .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uGuiSBY85Z .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uGuiSBY85Z {
    align-items: flex-end;
  }
  .cid-uGuiSBY85Z .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGuiSBY85Z .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGuiSBY85Z {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGuiSBY85Z .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGuiSBY85Z .content-wrap {
    width: 100%;
  }
}
.cid-uGuiSBY85Z .mbr-section-title {
  text-align: center;
}
.cid-uGuiSBY85Z .mbr-text,
.cid-uGuiSBY85Z .mbr-section-btn {
  text-align: center;
}
.cid-uFIXpZ1462 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFIXpZ1462 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uFIXpZ1462 .social-row .soc-item {
  margin: 8px;
}
.cid-uFIXpZ1462 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uFIXpZ1462 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #669bff;
}
.cid-uFIXpZ1462 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #acc7fb;
  color: #0c2c68;
  transition: all 0.3s ease-in-out;
}
.cid-uFIXpZ1462 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uFIXpZ1462 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFIXpZ1462 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFIXpZ1462 .header-menu li p {
  margin: 0;
}
.cid-uFIXpZ1462 .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uFIXpZ1462 .mbr-section-title {
  color: #ffffff;
}
.cid-uFwhHazkRr {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uFwhHazkRr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uFwhHazkRr .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uFwhHazkRr .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFwhHazkRr .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uFwhHazkRr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFwhHazkRr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFwhHazkRr .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uFwhHazkRr .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uFwhHazkRr .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uFwhHazkRr .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uFwhHazkRr .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uFwhHazkRr .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uFwhHazkRr .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uFwhHazkRr .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uFwhHazkRr .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uFwhHazkRr .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uFwhHazkRr .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uFwhHazkRr .navbar-logo {
    padding-left: 0;
  }
}
.cid-uFwhHazkRr .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFwhHazkRr .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uFwhHazkRr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uFwhHazkRr .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.3) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uFwhHazkRr .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uFwhHazkRr .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uFwhHazkRr .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFwhHazkRr .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.3) !important;
}
.cid-uFwhHazkRr .nav-item:focus,
.cid-uFwhHazkRr .nav-link:focus {
  outline: none;
}
.cid-uFwhHazkRr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFwhHazkRr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFwhHazkRr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFwhHazkRr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFwhHazkRr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFwhHazkRr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFwhHazkRr .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uFwhHazkRr .navbar.opened {
  transition: all 0.3s;
}
.cid-uFwhHazkRr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFwhHazkRr .navbar .navbar-logo img {
  width: auto;
}
.cid-uFwhHazkRr .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uFwhHazkRr .navbar.collapsed {
  justify-content: center;
}
.cid-uFwhHazkRr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFwhHazkRr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFwhHazkRr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uFwhHazkRr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFwhHazkRr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFwhHazkRr .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-uFwhHazkRr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFwhHazkRr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFwhHazkRr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFwhHazkRr .navbar {
    min-height: 72px;
  }
  .cid-uFwhHazkRr .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uFwhHazkRr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFwhHazkRr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFwhHazkRr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFwhHazkRr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFwhHazkRr .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-uFwhHazkRr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFwhHazkRr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uFwhHazkRr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFwhHazkRr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFwhHazkRr .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uFwhHazkRr .dropdown-item.active,
.cid-uFwhHazkRr .dropdown-item:active {
  background-color: transparent;
}
.cid-uFwhHazkRr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFwhHazkRr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFwhHazkRr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFwhHazkRr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFwhHazkRr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uFwhHazkRr .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uFwhHazkRr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFwhHazkRr .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uFwhHazkRr .navbar-buttons {
    text-align: left;
  }
}
.cid-uFwhHazkRr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFwhHazkRr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #260a30;
}
.cid-uFwhHazkRr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFwhHazkRr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFwhHazkRr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFwhHazkRr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFwhHazkRr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFwhHazkRr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFwhHazkRr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFwhHazkRr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFwhHazkRr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFwhHazkRr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFwhHazkRr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFwhHazkRr .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFwhHazkRr .navbar {
    height: 70px;
  }
  .cid-uFwhHazkRr .navbar.opened {
    height: auto;
  }
  .cid-uFwhHazkRr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uFwhHazkRr .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uFwhHazkRr .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uFwhHazkRr .navbar-brand {
    margin-right: auto;
  }
  .cid-uFwhHazkRr .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.3) !important;
    background: rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uFwhHazkRr .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uFwhHazkRr .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFwhHazkRr .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uFwhHazkRr .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uFHU8LVzgO {
  display: flex;
}
@media (min-width: 768px) {
  .cid-uFHU8LVzgO {
    align-items: flex-end;
  }
  .cid-uFHU8LVzgO .row {
    justify-content: flex-start;
  }
  .cid-uFHU8LVzgO .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFHU8LVzgO .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFHU8LVzgO {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uFHU8LVzgO .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFHU8LVzgO .content-wrap {
    width: 100%;
  }
}
.cid-uFHU8LVzgO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHU8LVzgO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1297135/assets/images/background1.jpg?rnd=1747745869745");
}
.cid-uFHU8LVzgO .mbr-section-title,
.cid-uFHU8LVzgO .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uFHU8LVzgO .mbr-text,
.cid-uFHU8LVzgO .mbr-section-btn {
  text-align: left;
}
.cid-uFHU8LVzgO .mbr-section-title {
  color: #ffffff;
}
.cid-uFwR6IFlNP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFwR6IFlNP img,
.cid-uFwR6IFlNP .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uFwR6IFlNP .item:focus,
.cid-uFwR6IFlNP span:focus {
  outline: none;
}
.cid-uFwR6IFlNP .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFwR6IFlNP .item {
    margin-bottom: 1rem;
  }
}
.cid-uFwR6IFlNP .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uFwR6IFlNP .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uFwR6IFlNP .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uFwR6IFlNP .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uFwR6IFlNP .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uFwR6IFlNP .mbr-section-title {
  color: #0c2c68;
}
.cid-uFwR6IFlNP .item-title {
  text-align: left;
}
.cid-uFwR6IFlNP .item-subtitle {
  text-align: left;
}
.cid-uFwR6IFlNP .mbr-text,
.cid-uFwR6IFlNP .item .mbr-section-btn {
  text-align: left;
}
.cid-uFwR6IFlNP .content-head {
  max-width: 800px;
}
.cid-uFJaQ5cSx3 {
  display: flex;
  background-image: url("https://r.mobirisesite.com/1297135/assets/images/captura-de-pantalla-2025-03-17-152853.png-1850x729.png");
}
.cid-uFJaQ5cSx3 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uFJaQ5cSx3 {
    align-items: flex-end;
  }
  .cid-uFJaQ5cSx3 .row {
    justify-content: center;
  }
  .cid-uFJaQ5cSx3 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFJaQ5cSx3 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFJaQ5cSx3 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uFJaQ5cSx3 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFJaQ5cSx3 .content-wrap {
    width: 100%;
  }
}
.cid-uFJaQ5cSx3 .mbr-section-title,
.cid-uFJaQ5cSx3 .mbr-section-subtitle {
  text-align: center;
}
.cid-uFJaQ5cSx3 .mbr-text,
.cid-uFJaQ5cSx3 .mbr-section-btn {
  text-align: center;
}
.cid-uFIXpZ1462 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFIXpZ1462 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uFIXpZ1462 .social-row .soc-item {
  margin: 8px;
}
.cid-uFIXpZ1462 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uFIXpZ1462 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #669bff;
}
.cid-uFIXpZ1462 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #acc7fb;
  color: #0c2c68;
  transition: all 0.3s ease-in-out;
}
.cid-uFIXpZ1462 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uFIXpZ1462 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFIXpZ1462 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFIXpZ1462 .header-menu li p {
  margin: 0;
}
.cid-uFIXpZ1462 .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uFIXpZ1462 .mbr-section-title {
  color: #ffffff;
}
.cid-uFwhHazkRr {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uFwhHazkRr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uFwhHazkRr .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uFwhHazkRr .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFwhHazkRr .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uFwhHazkRr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFwhHazkRr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFwhHazkRr .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uFwhHazkRr .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uFwhHazkRr .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uFwhHazkRr .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uFwhHazkRr .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uFwhHazkRr .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uFwhHazkRr .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uFwhHazkRr .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uFwhHazkRr .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uFwhHazkRr .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uFwhHazkRr .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uFwhHazkRr .navbar-logo {
    padding-left: 0;
  }
}
.cid-uFwhHazkRr .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFwhHazkRr .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uFwhHazkRr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uFwhHazkRr .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.3) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uFwhHazkRr .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uFwhHazkRr .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uFwhHazkRr .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFwhHazkRr .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.3) !important;
}
.cid-uFwhHazkRr .nav-item:focus,
.cid-uFwhHazkRr .nav-link:focus {
  outline: none;
}
.cid-uFwhHazkRr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFwhHazkRr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFwhHazkRr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFwhHazkRr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFwhHazkRr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFwhHazkRr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFwhHazkRr .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uFwhHazkRr .navbar.opened {
  transition: all 0.3s;
}
.cid-uFwhHazkRr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFwhHazkRr .navbar .navbar-logo img {
  width: auto;
}
.cid-uFwhHazkRr .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uFwhHazkRr .navbar.collapsed {
  justify-content: center;
}
.cid-uFwhHazkRr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFwhHazkRr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFwhHazkRr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uFwhHazkRr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFwhHazkRr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFwhHazkRr .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-uFwhHazkRr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFwhHazkRr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFwhHazkRr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFwhHazkRr .navbar {
    min-height: 72px;
  }
  .cid-uFwhHazkRr .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uFwhHazkRr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFwhHazkRr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFwhHazkRr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFwhHazkRr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFwhHazkRr .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-uFwhHazkRr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFwhHazkRr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uFwhHazkRr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFwhHazkRr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFwhHazkRr .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uFwhHazkRr .dropdown-item.active,
.cid-uFwhHazkRr .dropdown-item:active {
  background-color: transparent;
}
.cid-uFwhHazkRr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFwhHazkRr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFwhHazkRr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFwhHazkRr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFwhHazkRr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uFwhHazkRr .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uFwhHazkRr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFwhHazkRr .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uFwhHazkRr .navbar-buttons {
    text-align: left;
  }
}
.cid-uFwhHazkRr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFwhHazkRr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #260a30;
}
.cid-uFwhHazkRr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFwhHazkRr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFwhHazkRr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFwhHazkRr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFwhHazkRr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFwhHazkRr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFwhHazkRr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFwhHazkRr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFwhHazkRr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFwhHazkRr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFwhHazkRr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFwhHazkRr .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFwhHazkRr .navbar {
    height: 70px;
  }
  .cid-uFwhHazkRr .navbar.opened {
    height: auto;
  }
  .cid-uFwhHazkRr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uFwhHazkRr .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uFwhHazkRr .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uFwhHazkRr .navbar-brand {
    margin-right: auto;
  }
  .cid-uFwhHazkRr .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.3) !important;
    background: rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uFwhHazkRr .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uFwhHazkRr .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFwhHazkRr .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uFwhHazkRr .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uFIdXvdoNZ {
  display: flex;
}
@media (min-width: 768px) {
  .cid-uFIdXvdoNZ {
    align-items: flex-end;
  }
  .cid-uFIdXvdoNZ .row {
    justify-content: flex-start;
  }
  .cid-uFIdXvdoNZ .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFIdXvdoNZ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFIdXvdoNZ {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uFIdXvdoNZ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFIdXvdoNZ .content-wrap {
    width: 100%;
  }
}
.cid-uFIdXvdoNZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFIdXvdoNZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1297135/assets/images/background1.jpg?rnd=1747745869745");
}
.cid-uFIdXvdoNZ .mbr-section-title,
.cid-uFIdXvdoNZ .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uFIdXvdoNZ .mbr-text,
.cid-uFIdXvdoNZ .mbr-section-btn {
  text-align: left;
}
.cid-uFIdXvdoNZ .mbr-section-title {
  color: #ffffff;
}
.cid-uFPCMrs866 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFPCMrs866 img,
.cid-uFPCMrs866 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uFPCMrs866 .item:focus,
.cid-uFPCMrs866 span:focus {
  outline: none;
}
.cid-uFPCMrs866 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFPCMrs866 .item {
    margin-bottom: 1rem;
  }
}
.cid-uFPCMrs866 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uFPCMrs866 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uFPCMrs866 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uFPCMrs866 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uFPCMrs866 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uFPCMrs866 .mbr-section-title {
  color: #0c2c68;
}
.cid-uFPCMrs866 .item-title {
  text-align: left;
  color: #0c2c68;
}
.cid-uFPCMrs866 .item-subtitle {
  text-align: left;
}
.cid-uFPCMrs866 .mbr-text,
.cid-uFPCMrs866 .item .mbr-section-btn {
  text-align: left;
}
.cid-uFPCMrs866 .content-head {
  max-width: 800px;
}
.cid-uGu9yVPWnx {
  display: flex;
  background-image: url("https://r.mobirisesite.com/1297135/assets/images/captura-de-pantalla-2025-03-18-154852.png-1519x628.png");
}
.cid-uGu9yVPWnx .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-uGu9yVPWnx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGu9yVPWnx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGu9yVPWnx .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uGu9yVPWnx .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uGu9yVPWnx {
    align-items: center;
  }
  .cid-uGu9yVPWnx .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGu9yVPWnx .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGu9yVPWnx {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGu9yVPWnx .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGu9yVPWnx .content-wrap {
    width: 100%;
  }
}
.cid-uGu9yVPWnx .mbr-section-title {
  text-align: right;
}
.cid-uGu9yVPWnx .mbr-text,
.cid-uGu9yVPWnx .mbr-section-btn {
  text-align: center;
}
.cid-uFIXpZ1462 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFIXpZ1462 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uFIXpZ1462 .social-row .soc-item {
  margin: 8px;
}
.cid-uFIXpZ1462 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uFIXpZ1462 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #669bff;
}
.cid-uFIXpZ1462 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #acc7fb;
  color: #0c2c68;
  transition: all 0.3s ease-in-out;
}
.cid-uFIXpZ1462 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uFIXpZ1462 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFIXpZ1462 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFIXpZ1462 .header-menu li p {
  margin: 0;
}
.cid-uFIXpZ1462 .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uFIXpZ1462 .mbr-section-title {
  color: #ffffff;
}
.cid-uFwhHazkRr {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uFwhHazkRr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uFwhHazkRr .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uFwhHazkRr .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFwhHazkRr .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uFwhHazkRr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFwhHazkRr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFwhHazkRr .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uFwhHazkRr .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uFwhHazkRr .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uFwhHazkRr .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uFwhHazkRr .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uFwhHazkRr .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uFwhHazkRr .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uFwhHazkRr .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uFwhHazkRr .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uFwhHazkRr .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uFwhHazkRr .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uFwhHazkRr .navbar-logo {
    padding-left: 0;
  }
}
.cid-uFwhHazkRr .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFwhHazkRr .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uFwhHazkRr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uFwhHazkRr .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.3) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uFwhHazkRr .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uFwhHazkRr .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uFwhHazkRr .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFwhHazkRr .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.3) !important;
}
.cid-uFwhHazkRr .nav-item:focus,
.cid-uFwhHazkRr .nav-link:focus {
  outline: none;
}
.cid-uFwhHazkRr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFwhHazkRr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFwhHazkRr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFwhHazkRr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFwhHazkRr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFwhHazkRr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFwhHazkRr .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uFwhHazkRr .navbar.opened {
  transition: all 0.3s;
}
.cid-uFwhHazkRr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFwhHazkRr .navbar .navbar-logo img {
  width: auto;
}
.cid-uFwhHazkRr .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uFwhHazkRr .navbar.collapsed {
  justify-content: center;
}
.cid-uFwhHazkRr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFwhHazkRr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFwhHazkRr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uFwhHazkRr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFwhHazkRr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFwhHazkRr .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-uFwhHazkRr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFwhHazkRr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFwhHazkRr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFwhHazkRr .navbar {
    min-height: 72px;
  }
  .cid-uFwhHazkRr .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uFwhHazkRr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFwhHazkRr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFwhHazkRr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFwhHazkRr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFwhHazkRr .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-uFwhHazkRr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFwhHazkRr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uFwhHazkRr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFwhHazkRr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFwhHazkRr .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uFwhHazkRr .dropdown-item.active,
.cid-uFwhHazkRr .dropdown-item:active {
  background-color: transparent;
}
.cid-uFwhHazkRr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFwhHazkRr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFwhHazkRr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFwhHazkRr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFwhHazkRr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uFwhHazkRr .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uFwhHazkRr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFwhHazkRr .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uFwhHazkRr .navbar-buttons {
    text-align: left;
  }
}
.cid-uFwhHazkRr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFwhHazkRr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #260a30;
}
.cid-uFwhHazkRr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFwhHazkRr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFwhHazkRr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFwhHazkRr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFwhHazkRr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFwhHazkRr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFwhHazkRr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFwhHazkRr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFwhHazkRr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFwhHazkRr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFwhHazkRr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFwhHazkRr .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFwhHazkRr .navbar {
    height: 70px;
  }
  .cid-uFwhHazkRr .navbar.opened {
    height: auto;
  }
  .cid-uFwhHazkRr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uFwhHazkRr .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uFwhHazkRr .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uFwhHazkRr .navbar-brand {
    margin-right: auto;
  }
  .cid-uFwhHazkRr .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.3) !important;
    background: rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uFwhHazkRr .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uFwhHazkRr .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFwhHazkRr .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uFwhHazkRr .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uFIsspsaEM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uFIsspsaEM .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uFIsspsaEM form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uFIsspsaEM form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uFIsspsaEM form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uFIsspsaEM .content-head {
  max-width: 800px;
}
.cid-uFIsspsaEM .mbr-section-title {
  color: #ffffff;
}
.cid-uFIXpZ1462 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFIXpZ1462 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uFIXpZ1462 .social-row .soc-item {
  margin: 8px;
}
.cid-uFIXpZ1462 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uFIXpZ1462 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #669bff;
}
.cid-uFIXpZ1462 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #acc7fb;
  color: #0c2c68;
  transition: all 0.3s ease-in-out;
}
.cid-uFIXpZ1462 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uFIXpZ1462 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFIXpZ1462 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFIXpZ1462 .header-menu li p {
  margin: 0;
}
.cid-uFIXpZ1462 .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uFIXpZ1462 .mbr-section-title {
  color: #ffffff;
}
.cid-uFwhHazkRr {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uFwhHazkRr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uFwhHazkRr .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uFwhHazkRr .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFwhHazkRr .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uFwhHazkRr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFwhHazkRr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFwhHazkRr .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uFwhHazkRr .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uFwhHazkRr .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uFwhHazkRr .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uFwhHazkRr .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uFwhHazkRr .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uFwhHazkRr .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uFwhHazkRr .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uFwhHazkRr .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uFwhHazkRr .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uFwhHazkRr .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uFwhHazkRr .navbar-logo {
    padding-left: 0;
  }
}
.cid-uFwhHazkRr .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFwhHazkRr .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uFwhHazkRr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uFwhHazkRr .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.3) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uFwhHazkRr .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uFwhHazkRr .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uFwhHazkRr .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFwhHazkRr .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.3) !important;
}
.cid-uFwhHazkRr .nav-item:focus,
.cid-uFwhHazkRr .nav-link:focus {
  outline: none;
}
.cid-uFwhHazkRr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFwhHazkRr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFwhHazkRr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFwhHazkRr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFwhHazkRr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFwhHazkRr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFwhHazkRr .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uFwhHazkRr .navbar.opened {
  transition: all 0.3s;
}
.cid-uFwhHazkRr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFwhHazkRr .navbar .navbar-logo img {
  width: auto;
}
.cid-uFwhHazkRr .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uFwhHazkRr .navbar.collapsed {
  justify-content: center;
}
.cid-uFwhHazkRr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFwhHazkRr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFwhHazkRr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uFwhHazkRr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFwhHazkRr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFwhHazkRr .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-uFwhHazkRr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFwhHazkRr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFwhHazkRr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFwhHazkRr .navbar {
    min-height: 72px;
  }
  .cid-uFwhHazkRr .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uFwhHazkRr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFwhHazkRr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFwhHazkRr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFwhHazkRr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFwhHazkRr .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-uFwhHazkRr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFwhHazkRr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uFwhHazkRr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFwhHazkRr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFwhHazkRr .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uFwhHazkRr .dropdown-item.active,
.cid-uFwhHazkRr .dropdown-item:active {
  background-color: transparent;
}
.cid-uFwhHazkRr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFwhHazkRr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFwhHazkRr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFwhHazkRr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFwhHazkRr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uFwhHazkRr .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uFwhHazkRr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFwhHazkRr .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uFwhHazkRr .navbar-buttons {
    text-align: left;
  }
}
.cid-uFwhHazkRr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFwhHazkRr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #260a30;
}
.cid-uFwhHazkRr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFwhHazkRr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFwhHazkRr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFwhHazkRr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFwhHazkRr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFwhHazkRr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFwhHazkRr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFwhHazkRr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFwhHazkRr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFwhHazkRr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFwhHazkRr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFwhHazkRr .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFwhHazkRr .navbar {
    height: 70px;
  }
  .cid-uFwhHazkRr .navbar.opened {
    height: auto;
  }
  .cid-uFwhHazkRr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uFwhHazkRr .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uFwhHazkRr .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uFwhHazkRr .navbar-brand {
    margin-right: auto;
  }
  .cid-uFwhHazkRr .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.3) !important;
    background: rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uFwhHazkRr .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uFwhHazkRr .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFwhHazkRr .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uFwhHazkRr .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uFJ2cf8hgb {
  display: flex;
}
@media (min-width: 768px) {
  .cid-uFJ2cf8hgb {
    align-items: flex-end;
  }
  .cid-uFJ2cf8hgb .row {
    justify-content: flex-start;
  }
  .cid-uFJ2cf8hgb .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFJ2cf8hgb .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFJ2cf8hgb {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uFJ2cf8hgb .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFJ2cf8hgb .content-wrap {
    width: 100%;
  }
}
.cid-uFJ2cf8hgb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJ2cf8hgb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1297135/assets/images/background1.jpg?rnd=1747745869745");
}
.cid-uFJ2cf8hgb .mbr-section-title,
.cid-uFJ2cf8hgb .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uFJ2cf8hgb .mbr-text,
.cid-uFJ2cf8hgb .mbr-section-btn {
  text-align: left;
}
.cid-uFJ2cf8hgb .mbr-section-title {
  color: #ffffff;
}
.cid-uFJ2jSLxJb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFJ2jSLxJb img,
.cid-uFJ2jSLxJb .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uFJ2jSLxJb .item:focus,
.cid-uFJ2jSLxJb span:focus {
  outline: none;
}
.cid-uFJ2jSLxJb .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFJ2jSLxJb .item {
    margin-bottom: 1rem;
  }
}
.cid-uFJ2jSLxJb .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uFJ2jSLxJb .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uFJ2jSLxJb .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uFJ2jSLxJb .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uFJ2jSLxJb .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uFJ2jSLxJb .mbr-section-title {
  color: #0c2c68;
}
.cid-uFJ2jSLxJb .item-title {
  text-align: left;
}
.cid-uFJ2jSLxJb .item-subtitle {
  text-align: left;
}
.cid-uFJ2jSLxJb .mbr-text,
.cid-uFJ2jSLxJb .item .mbr-section-btn {
  text-align: left;
}
.cid-uFJ2jSLxJb .content-head {
  max-width: 800px;
}
.cid-uGubcctbjb {
  display: flex;
  background-image: url("https://r.mobirisesite.com/1297135/assets/images/captura-de-pantalla-2025-03-18-105428-1.png-1-2000x821.png");
}
.cid-uGubcctbjb .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-uGubcctbjb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGubcctbjb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGubcctbjb .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uGubcctbjb .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uGubcctbjb {
    align-items: flex-end;
  }
  .cid-uGubcctbjb .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGubcctbjb .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGubcctbjb {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGubcctbjb .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGubcctbjb .content-wrap {
    width: 100%;
  }
}
.cid-uGubcctbjb .mbr-section-title {
  text-align: center;
}
.cid-uGubcctbjb .mbr-text,
.cid-uGubcctbjb .mbr-section-btn {
  text-align: center;
}
.cid-uFIXpZ1462 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFIXpZ1462 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uFIXpZ1462 .social-row .soc-item {
  margin: 8px;
}
.cid-uFIXpZ1462 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uFIXpZ1462 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #669bff;
}
.cid-uFIXpZ1462 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #acc7fb;
  color: #0c2c68;
  transition: all 0.3s ease-in-out;
}
.cid-uFIXpZ1462 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uFIXpZ1462 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFIXpZ1462 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFIXpZ1462 .header-menu li p {
  margin: 0;
}
.cid-uFIXpZ1462 .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uFIXpZ1462 .mbr-section-title {
  color: #ffffff;
}
.cid-uFNJ9sQv0i {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uFNJ9sQv0i .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uFNJ9sQv0i .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uFNJ9sQv0i .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFNJ9sQv0i .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uFNJ9sQv0i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFNJ9sQv0i .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFNJ9sQv0i .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uFNJ9sQv0i .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uFNJ9sQv0i .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uFNJ9sQv0i .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uFNJ9sQv0i .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uFNJ9sQv0i .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uFNJ9sQv0i .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uFNJ9sQv0i .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uFNJ9sQv0i .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uFNJ9sQv0i .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uFNJ9sQv0i .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uFNJ9sQv0i .navbar-logo {
    padding-left: 0;
  }
}
.cid-uFNJ9sQv0i .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFNJ9sQv0i .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uFNJ9sQv0i .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uFNJ9sQv0i .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.3) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uFNJ9sQv0i .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uFNJ9sQv0i .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uFNJ9sQv0i .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFNJ9sQv0i .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.3) !important;
}
.cid-uFNJ9sQv0i .nav-item:focus,
.cid-uFNJ9sQv0i .nav-link:focus {
  outline: none;
}
.cid-uFNJ9sQv0i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFNJ9sQv0i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFNJ9sQv0i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFNJ9sQv0i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFNJ9sQv0i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFNJ9sQv0i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFNJ9sQv0i .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uFNJ9sQv0i .navbar.opened {
  transition: all 0.3s;
}
.cid-uFNJ9sQv0i .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFNJ9sQv0i .navbar .navbar-logo img {
  width: auto;
}
.cid-uFNJ9sQv0i .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uFNJ9sQv0i .navbar.collapsed {
  justify-content: center;
}
.cid-uFNJ9sQv0i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFNJ9sQv0i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFNJ9sQv0i .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uFNJ9sQv0i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFNJ9sQv0i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFNJ9sQv0i .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-uFNJ9sQv0i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFNJ9sQv0i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFNJ9sQv0i .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFNJ9sQv0i .navbar {
    min-height: 72px;
  }
  .cid-uFNJ9sQv0i .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uFNJ9sQv0i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFNJ9sQv0i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFNJ9sQv0i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFNJ9sQv0i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFNJ9sQv0i .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-uFNJ9sQv0i .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFNJ9sQv0i .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uFNJ9sQv0i .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFNJ9sQv0i .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFNJ9sQv0i .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uFNJ9sQv0i .dropdown-item.active,
.cid-uFNJ9sQv0i .dropdown-item:active {
  background-color: transparent;
}
.cid-uFNJ9sQv0i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFNJ9sQv0i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFNJ9sQv0i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFNJ9sQv0i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFNJ9sQv0i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uFNJ9sQv0i .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uFNJ9sQv0i ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFNJ9sQv0i .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uFNJ9sQv0i .navbar-buttons {
    text-align: left;
  }
}
.cid-uFNJ9sQv0i button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFNJ9sQv0i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #260a30;
}
.cid-uFNJ9sQv0i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFNJ9sQv0i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFNJ9sQv0i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFNJ9sQv0i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFNJ9sQv0i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFNJ9sQv0i nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFNJ9sQv0i nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFNJ9sQv0i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFNJ9sQv0i .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFNJ9sQv0i a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFNJ9sQv0i .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFNJ9sQv0i .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFNJ9sQv0i .navbar {
    height: 70px;
  }
  .cid-uFNJ9sQv0i .navbar.opened {
    height: auto;
  }
  .cid-uFNJ9sQv0i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFNJ9sQv0i .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uFNJ9sQv0i .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uFNJ9sQv0i .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uFNJ9sQv0i .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uFNJ9sQv0i .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uFNJ9sQv0i .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uFNJ9sQv0i .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uFNJ9sQv0i .navbar-brand {
    margin-right: auto;
  }
  .cid-uFNJ9sQv0i .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.3) !important;
    background: rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uFNJ9sQv0i .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uFNJ9sQv0i .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uFNJ9sQv0i .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFNJ9sQv0i .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uFNJ9sQv0i .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uFNJ9sQv0i .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uFNJ9sQv0i .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uFNJ9sQv0i .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFNJ9sQv0i .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uFNJ9sQv0i .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uGudHExelo {
  display: flex;
  background-image: url("https://r.mobirisesite.com/1297135/assets/images/captura-de-pantalla-2025-03-18-104421-1.png-1-2000x691.png");
}
.cid-uGudHExelo .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-uGudHExelo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGudHExelo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGudHExelo .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uGudHExelo .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uGudHExelo {
    align-items: flex-end;
  }
  .cid-uGudHExelo .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGudHExelo .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGudHExelo {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGudHExelo .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGudHExelo .content-wrap {
    width: 100%;
  }
}
.cid-uGudHExelo .mbr-section-title {
  text-align: left;
}
.cid-uGudHExelo .mbr-text,
.cid-uGudHExelo .mbr-section-btn {
  text-align: left;
}
.cid-uFNJ9uLxcz {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFNJ9uLxcz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNJ9uLxcz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uFNJ9uLxcz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFNJ9uLxcz .row {
  flex-direction: row-reverse;
}
.cid-uFNJ9uLxcz .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uFNJ9uLxcz .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uFNJ9uLxcz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFNJ9uLxcz .mbr-section-title {
  color: #000000;
}
.cid-uFNJ9uLxcz .mbr-text,
.cid-uFNJ9uLxcz .mbr-section-btn {
  color: #232323;
}
.cid-uFVjAHLQY7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uFVjAHLQY7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVjAHLQY7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uFVjAHLQY7 .container-fluid {
    padding: 0;
  }
}
.cid-uFVjAHLQY7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uFVjAHLQY7 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uFVjAHLQY7 .embla__button--next,
.cid-uFVjAHLQY7 .embla__button--prev {
  display: flex;
}
.cid-uFVjAHLQY7 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uFVjAHLQY7 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uFVjAHLQY7 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uFVjAHLQY7 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uFVjAHLQY7 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFVjAHLQY7 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uFVjAHLQY7 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uFVjAHLQY7 .embla {
  position: relative;
  width: 100%;
}
.cid-uFVjAHLQY7 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uFVjAHLQY7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uFVjAHLQY7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uFVjAHLQY7 .embla__slide a {
  cursor: grab;
}
.cid-uFVjAHLQY7 .embla__slide a:active {
  cursor: grabbing;
}
.cid-uFVjAHLQY7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uFVjAHLQY7 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uFVjAHLQY7 .mbr-section-title {
  color: #232323;
}
.cid-uFVjAHLQY7 .mbr-section-subtitle {
  color: #232323;
}
.cid-uFVjAHLQY7 .mbr-box {
  color: #ffffff;
}
.cid-uFVjAHLQY7 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uFVjAHLQY7 img,
.cid-uFVjAHLQY7 .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uFVjAHLQY7 .item-wrapper {
  position: relative;
}
.cid-uFVjAHLQY7 .content-head {
  max-width: 800px;
}
.cid-uGucBzpgBI {
  display: flex;
  background-image: url("https://r.mobirisesite.com/1297135/assets/images/captura-de-pantalla-2025-03-18-102547.png-1824x753.png");
}
.cid-uGucBzpgBI .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-uGucBzpgBI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGucBzpgBI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGucBzpgBI .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uGucBzpgBI .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uGucBzpgBI {
    align-items: center;
  }
  .cid-uGucBzpgBI .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGucBzpgBI .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGucBzpgBI {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGucBzpgBI .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGucBzpgBI .content-wrap {
    width: 100%;
  }
}
.cid-uGucBzpgBI .mbr-section-title {
  text-align: center;
}
.cid-uGucBzpgBI .mbr-text,
.cid-uGucBzpgBI .mbr-section-btn {
  text-align: center;
}
.cid-uFNJ9x2NgM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFNJ9x2NgM .item-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFNJ9x2NgM .smallImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-uFNJ9x2NgM .largeImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-uFNJ9x2NgM .largeImage .item {
    margin-bottom: 2rem;
  }
  .cid-uFNJ9x2NgM .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .cid-uFNJ9x2NgM .largeImage .item {
    margin-bottom: 1rem;
  }
}
.cid-uFNJ9x2NgM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNJ9x2NgM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNJ9x2NgM .mbr-description {
  text-align: left;
}
.cid-uFNJ9x2NgM .card-title,
.cid-uFNJ9x2NgM .iconfont-wrapper {
  color: #000000;
}
.cid-uFNJ9x2NgM .card-text {
  color: #000000;
}
.cid-uFNJ9x2NgM .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFNJ9x2NgM .mbr-number {
  color: #9fe870;
}
.cid-uFNJ9x2NgM .mbr-text,
.cid-uFNJ9x2NgM .mbr-section-btn {
  text-align: center;
}
.cid-uFNJ9x2NgM .card-text,
.cid-uFNJ9x2NgM .item .mbr-section-btn {
  text-align: left;
}
.cid-uFNJ9x2NgM .smallImage {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFNJ9x2NgM .smallImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-uFNJ9x2NgM .largeImage {
  width: 100%;
  height: 632px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFNJ9x2NgM .largeImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-uFNJ9xH879 {
  display: flex;
  background-image: url("https://r.mobirisesite.com/1297135/assets/images/captura-de-pantalla-2025-03-18-105428-1.png-2000x821.png");
}
.cid-uFNJ9xH879 .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-uFNJ9xH879 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNJ9xH879 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNJ9xH879 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uFNJ9xH879 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uFNJ9xH879 {
    align-items: center;
  }
  .cid-uFNJ9xH879 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFNJ9xH879 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFNJ9xH879 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uFNJ9xH879 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFNJ9xH879 .content-wrap {
    width: 100%;
  }
}
.cid-uFNJ9xH879 .mbr-section-title {
  text-align: center;
}
.cid-uFNJ9xH879 .mbr-text,
.cid-uFNJ9xH879 .mbr-section-btn {
  text-align: center;
}
.cid-uFNJ9yqKq7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFNJ9yqKq7 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uFNJ9yqKq7 .social-row .soc-item {
  margin: 8px;
}
.cid-uFNJ9yqKq7 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uFNJ9yqKq7 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #669bff;
}
.cid-uFNJ9yqKq7 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #acc7fb;
  color: #0c2c68;
  transition: all 0.3s ease-in-out;
}
.cid-uFNJ9yqKq7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uFNJ9yqKq7 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFNJ9yqKq7 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFNJ9yqKq7 .header-menu li p {
  margin: 0;
}
.cid-uFNJ9yqKq7 .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uFNJ9yqKq7 .mbr-section-title {
  color: #ffffff;
}
.cid-uFwhHazkRr {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uFwhHazkRr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uFwhHazkRr .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uFwhHazkRr .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFwhHazkRr .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uFwhHazkRr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFwhHazkRr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFwhHazkRr .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uFwhHazkRr .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uFwhHazkRr .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uFwhHazkRr .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uFwhHazkRr .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uFwhHazkRr .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uFwhHazkRr .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uFwhHazkRr .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uFwhHazkRr .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uFwhHazkRr .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uFwhHazkRr .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uFwhHazkRr .navbar-logo {
    padding-left: 0;
  }
}
.cid-uFwhHazkRr .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFwhHazkRr .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uFwhHazkRr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uFwhHazkRr .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.3) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uFwhHazkRr .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uFwhHazkRr .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uFwhHazkRr .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFwhHazkRr .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.3) !important;
}
.cid-uFwhHazkRr .nav-item:focus,
.cid-uFwhHazkRr .nav-link:focus {
  outline: none;
}
.cid-uFwhHazkRr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFwhHazkRr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFwhHazkRr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFwhHazkRr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFwhHazkRr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFwhHazkRr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFwhHazkRr .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uFwhHazkRr .navbar.opened {
  transition: all 0.3s;
}
.cid-uFwhHazkRr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFwhHazkRr .navbar .navbar-logo img {
  width: auto;
}
.cid-uFwhHazkRr .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uFwhHazkRr .navbar.collapsed {
  justify-content: center;
}
.cid-uFwhHazkRr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFwhHazkRr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFwhHazkRr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uFwhHazkRr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFwhHazkRr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFwhHazkRr .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-uFwhHazkRr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFwhHazkRr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFwhHazkRr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFwhHazkRr .navbar {
    min-height: 72px;
  }
  .cid-uFwhHazkRr .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uFwhHazkRr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFwhHazkRr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFwhHazkRr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFwhHazkRr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFwhHazkRr .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-uFwhHazkRr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFwhHazkRr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uFwhHazkRr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFwhHazkRr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFwhHazkRr .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uFwhHazkRr .dropdown-item.active,
.cid-uFwhHazkRr .dropdown-item:active {
  background-color: transparent;
}
.cid-uFwhHazkRr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFwhHazkRr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFwhHazkRr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFwhHazkRr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFwhHazkRr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uFwhHazkRr .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uFwhHazkRr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFwhHazkRr .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uFwhHazkRr .navbar-buttons {
    text-align: left;
  }
}
.cid-uFwhHazkRr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFwhHazkRr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #260a30;
}
.cid-uFwhHazkRr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFwhHazkRr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFwhHazkRr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFwhHazkRr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFwhHazkRr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFwhHazkRr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFwhHazkRr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFwhHazkRr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFwhHazkRr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFwhHazkRr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFwhHazkRr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFwhHazkRr .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFwhHazkRr .navbar {
    height: 70px;
  }
  .cid-uFwhHazkRr .navbar.opened {
    height: auto;
  }
  .cid-uFwhHazkRr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uFwhHazkRr .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uFwhHazkRr .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uFwhHazkRr .navbar-brand {
    margin-right: auto;
  }
  .cid-uFwhHazkRr .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.3) !important;
    background: rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uFwhHazkRr .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uFwhHazkRr .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFwhHazkRr .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uFwhHazkRr .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uGugaMwsx5 {
  display: flex;
  background-image: url("https://r.mobirisesite.com/1297135/assets/images/compass-2025-capac-1.jpg.img.2880.jpg-2000x853.jpg");
}
.cid-uGugaMwsx5 .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-uGugaMwsx5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGugaMwsx5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGugaMwsx5 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uGugaMwsx5 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uGugaMwsx5 {
    align-items: flex-end;
  }
  .cid-uGugaMwsx5 .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGugaMwsx5 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGugaMwsx5 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGugaMwsx5 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGugaMwsx5 .content-wrap {
    width: 100%;
  }
}
.cid-uGugaMwsx5 .mbr-section-title {
  text-align: left;
}
.cid-uGugaMwsx5 .mbr-text,
.cid-uGugaMwsx5 .mbr-section-btn {
  text-align: left;
}
.cid-uFJDIIHNWA {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFJDIIHNWA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJDIIHNWA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uFJDIIHNWA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFJDIIHNWA .row {
  flex-direction: row-reverse;
}
.cid-uFJDIIHNWA .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uFJDIIHNWA .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uFJDIIHNWA .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFJDIIHNWA .mbr-section-title {
  color: #000000;
}
.cid-uFJDIIHNWA .mbr-text,
.cid-uFJDIIHNWA .mbr-section-btn {
  color: #232323;
}
.cid-uFOnpzd8SI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uFOnpzd8SI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFOnpzd8SI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uFOnpzd8SI .container-fluid {
    padding: 0;
  }
}
.cid-uFOnpzd8SI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uFOnpzd8SI .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uFOnpzd8SI .embla__button--next,
.cid-uFOnpzd8SI .embla__button--prev {
  display: flex;
}
.cid-uFOnpzd8SI .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uFOnpzd8SI .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uFOnpzd8SI .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uFOnpzd8SI .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uFOnpzd8SI .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFOnpzd8SI .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uFOnpzd8SI .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uFOnpzd8SI .embla {
  position: relative;
  width: 100%;
}
.cid-uFOnpzd8SI .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uFOnpzd8SI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uFOnpzd8SI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uFOnpzd8SI .embla__slide a {
  cursor: grab;
}
.cid-uFOnpzd8SI .embla__slide a:active {
  cursor: grabbing;
}
.cid-uFOnpzd8SI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uFOnpzd8SI .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uFOnpzd8SI .mbr-section-title {
  color: #232323;
}
.cid-uFOnpzd8SI .mbr-section-subtitle {
  color: #232323;
}
.cid-uFOnpzd8SI .mbr-box {
  color: #ffffff;
}
.cid-uFOnpzd8SI .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uFOnpzd8SI img,
.cid-uFOnpzd8SI .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uFOnpzd8SI .item-wrapper {
  position: relative;
}
.cid-uFOnpzd8SI .content-head {
  max-width: 800px;
}
.cid-uGuhOQPaMq {
  display: flex;
  background-image: url("https://r.mobirisesite.com/1297135/assets/images/interior-compass.jpg-2000x1000.jpeg");
}
.cid-uGuhOQPaMq .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-uGuhOQPaMq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGuhOQPaMq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGuhOQPaMq .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uGuhOQPaMq .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uGuhOQPaMq {
    align-items: flex-end;
  }
  .cid-uGuhOQPaMq .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGuhOQPaMq .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGuhOQPaMq {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGuhOQPaMq .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGuhOQPaMq .content-wrap {
    width: 100%;
  }
}
.cid-uGuhOQPaMq .mbr-section-title {
  text-align: right;
}
.cid-uGuhOQPaMq .mbr-text,
.cid-uGuhOQPaMq .mbr-section-btn {
  text-align: center;
}
.cid-uFNCj5jXn6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFNCj5jXn6 .item-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFNCj5jXn6 .smallImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-uFNCj5jXn6 .largeImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-uFNCj5jXn6 .largeImage .item {
    margin-bottom: 2rem;
  }
  .cid-uFNCj5jXn6 .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .cid-uFNCj5jXn6 .largeImage .item {
    margin-bottom: 1rem;
  }
}
.cid-uFNCj5jXn6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNCj5jXn6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNCj5jXn6 .mbr-description {
  text-align: left;
}
.cid-uFNCj5jXn6 .card-title,
.cid-uFNCj5jXn6 .iconfont-wrapper {
  color: #000000;
}
.cid-uFNCj5jXn6 .card-text {
  color: #000000;
}
.cid-uFNCj5jXn6 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFNCj5jXn6 .mbr-number {
  color: #9fe870;
}
.cid-uFNCj5jXn6 .mbr-text,
.cid-uFNCj5jXn6 .mbr-section-btn {
  text-align: center;
}
.cid-uFNCj5jXn6 .card-text,
.cid-uFNCj5jXn6 .item .mbr-section-btn {
  text-align: left;
}
.cid-uFNCj5jXn6 .smallImage {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFNCj5jXn6 .smallImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-uFNCj5jXn6 .largeImage {
  width: 100%;
  height: 632px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFNCj5jXn6 .largeImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-uFIXpZ1462 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFIXpZ1462 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uFIXpZ1462 .social-row .soc-item {
  margin: 8px;
}
.cid-uFIXpZ1462 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uFIXpZ1462 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #669bff;
}
.cid-uFIXpZ1462 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #acc7fb;
  color: #0c2c68;
  transition: all 0.3s ease-in-out;
}
.cid-uFIXpZ1462 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uFIXpZ1462 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFIXpZ1462 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFIXpZ1462 .header-menu li p {
  margin: 0;
}
.cid-uFIXpZ1462 .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uFIXpZ1462 .mbr-section-title {
  color: #ffffff;
}
.cid-uFNJ7AxfbT {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uFNJ7AxfbT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uFNJ7AxfbT .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uFNJ7AxfbT .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFNJ7AxfbT .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uFNJ7AxfbT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFNJ7AxfbT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFNJ7AxfbT .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uFNJ7AxfbT .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uFNJ7AxfbT .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uFNJ7AxfbT .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uFNJ7AxfbT .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uFNJ7AxfbT .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uFNJ7AxfbT .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uFNJ7AxfbT .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uFNJ7AxfbT .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uFNJ7AxfbT .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uFNJ7AxfbT .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uFNJ7AxfbT .navbar-logo {
    padding-left: 0;
  }
}
.cid-uFNJ7AxfbT .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFNJ7AxfbT .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uFNJ7AxfbT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uFNJ7AxfbT .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.3) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uFNJ7AxfbT .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uFNJ7AxfbT .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uFNJ7AxfbT .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFNJ7AxfbT .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.3) !important;
}
.cid-uFNJ7AxfbT .nav-item:focus,
.cid-uFNJ7AxfbT .nav-link:focus {
  outline: none;
}
.cid-uFNJ7AxfbT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFNJ7AxfbT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFNJ7AxfbT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFNJ7AxfbT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFNJ7AxfbT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFNJ7AxfbT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFNJ7AxfbT .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uFNJ7AxfbT .navbar.opened {
  transition: all 0.3s;
}
.cid-uFNJ7AxfbT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFNJ7AxfbT .navbar .navbar-logo img {
  width: auto;
}
.cid-uFNJ7AxfbT .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uFNJ7AxfbT .navbar.collapsed {
  justify-content: center;
}
.cid-uFNJ7AxfbT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFNJ7AxfbT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFNJ7AxfbT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uFNJ7AxfbT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFNJ7AxfbT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFNJ7AxfbT .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-uFNJ7AxfbT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFNJ7AxfbT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFNJ7AxfbT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFNJ7AxfbT .navbar {
    min-height: 72px;
  }
  .cid-uFNJ7AxfbT .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uFNJ7AxfbT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFNJ7AxfbT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFNJ7AxfbT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFNJ7AxfbT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFNJ7AxfbT .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-uFNJ7AxfbT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFNJ7AxfbT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uFNJ7AxfbT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFNJ7AxfbT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFNJ7AxfbT .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uFNJ7AxfbT .dropdown-item.active,
.cid-uFNJ7AxfbT .dropdown-item:active {
  background-color: transparent;
}
.cid-uFNJ7AxfbT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFNJ7AxfbT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFNJ7AxfbT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFNJ7AxfbT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFNJ7AxfbT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uFNJ7AxfbT .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uFNJ7AxfbT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFNJ7AxfbT .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uFNJ7AxfbT .navbar-buttons {
    text-align: left;
  }
}
.cid-uFNJ7AxfbT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFNJ7AxfbT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #260a30;
}
.cid-uFNJ7AxfbT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFNJ7AxfbT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFNJ7AxfbT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFNJ7AxfbT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFNJ7AxfbT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFNJ7AxfbT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFNJ7AxfbT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFNJ7AxfbT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFNJ7AxfbT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFNJ7AxfbT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFNJ7AxfbT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFNJ7AxfbT .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFNJ7AxfbT .navbar {
    height: 70px;
  }
  .cid-uFNJ7AxfbT .navbar.opened {
    height: auto;
  }
  .cid-uFNJ7AxfbT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFNJ7AxfbT .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uFNJ7AxfbT .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uFNJ7AxfbT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uFNJ7AxfbT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uFNJ7AxfbT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uFNJ7AxfbT .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uFNJ7AxfbT .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uFNJ7AxfbT .navbar-brand {
    margin-right: auto;
  }
  .cid-uFNJ7AxfbT .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.3) !important;
    background: rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uFNJ7AxfbT .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uFNJ7AxfbT .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uFNJ7AxfbT .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFNJ7AxfbT .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uFNJ7AxfbT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uFNJ7AxfbT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uFNJ7AxfbT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uFNJ7AxfbT .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFNJ7AxfbT .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uFNJ7AxfbT .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uFNJ7BQ9g7 {
  display: flex;
}
@media (min-width: 768px) {
  .cid-uFNJ7BQ9g7 {
    align-items: flex-end;
  }
  .cid-uFNJ7BQ9g7 .row {
    justify-content: center;
  }
  .cid-uFNJ7BQ9g7 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFNJ7BQ9g7 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFNJ7BQ9g7 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uFNJ7BQ9g7 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFNJ7BQ9g7 .content-wrap {
    width: 100%;
  }
}
.cid-uFNJ7BQ9g7 .mbr-section-title,
.cid-uFNJ7BQ9g7 .mbr-section-subtitle {
  text-align: center;
}
.cid-uFNJ7BQ9g7 .mbr-text,
.cid-uFNJ7BQ9g7 .mbr-section-btn {
  text-align: left;
}
.cid-uFNJ7BQ9g7 .mbr-section-title {
  text-align: left;
}
.cid-uFNJ7DEFwL {
  background-color: #ffffff;
}
.cid-uFNJ7DEFwL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNJ7DEFwL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uFNJ7DEFwL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFNJ7DEFwL .row {
  flex-direction: row-reverse;
}
.cid-uFNJ7DEFwL .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uFNJ7DEFwL .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uFNJ7DEFwL .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFNJ7DEFwL .mbr-section-title {
  color: #000000;
}
.cid-uFNJ7DEFwL .mbr-text,
.cid-uFNJ7DEFwL .mbr-section-btn {
  color: #232323;
}
.cid-uFODmQjT3J {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uFODmQjT3J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFODmQjT3J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uFODmQjT3J .container-fluid {
    padding: 0;
  }
}
.cid-uFODmQjT3J .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uFODmQjT3J .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uFODmQjT3J .embla__button--next,
.cid-uFODmQjT3J .embla__button--prev {
  display: flex;
}
.cid-uFODmQjT3J .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uFODmQjT3J .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uFODmQjT3J .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uFODmQjT3J .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uFODmQjT3J .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFODmQjT3J .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uFODmQjT3J .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uFODmQjT3J .embla {
  position: relative;
  width: 100%;
}
.cid-uFODmQjT3J .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uFODmQjT3J .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uFODmQjT3J .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uFODmQjT3J .embla__slide a {
  cursor: grab;
}
.cid-uFODmQjT3J .embla__slide a:active {
  cursor: grabbing;
}
.cid-uFODmQjT3J .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uFODmQjT3J .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uFODmQjT3J .mbr-section-title {
  color: #232323;
}
.cid-uFODmQjT3J .mbr-section-subtitle {
  color: #232323;
}
.cid-uFODmQjT3J .mbr-box {
  color: #ffffff;
}
.cid-uFODmQjT3J .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uFODmQjT3J img,
.cid-uFODmQjT3J .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uFODmQjT3J .item-wrapper {
  position: relative;
}
.cid-uFODmQjT3J .content-head {
  max-width: 800px;
}
.cid-uGvoGYxr8Q {
  display: flex;
  background-image: url("https://r.mobirisesite.com/1297135/assets/images/2676639d-6f82-4933-811f-ec2d7f038f8e.jpg-2000x1333.jpg");
}
.cid-uGvoGYxr8Q .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-uGvoGYxr8Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGvoGYxr8Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGvoGYxr8Q .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uGvoGYxr8Q .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uGvoGYxr8Q {
    align-items: flex-end;
  }
  .cid-uGvoGYxr8Q .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGvoGYxr8Q .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGvoGYxr8Q {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGvoGYxr8Q .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGvoGYxr8Q .content-wrap {
    width: 100%;
  }
}
.cid-uGvoGYxr8Q .mbr-section-title {
  text-align: right;
}
.cid-uGvoGYxr8Q .mbr-text,
.cid-uGvoGYxr8Q .mbr-section-btn {
  text-align: center;
}
.cid-uFNJ7Gimvn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFNJ7Gimvn .item-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFNJ7Gimvn .smallImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-uFNJ7Gimvn .largeImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-uFNJ7Gimvn .largeImage .item {
    margin-bottom: 2rem;
  }
  .cid-uFNJ7Gimvn .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .cid-uFNJ7Gimvn .largeImage .item {
    margin-bottom: 1rem;
  }
}
.cid-uFNJ7Gimvn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNJ7Gimvn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNJ7Gimvn .mbr-description {
  text-align: left;
}
.cid-uFNJ7Gimvn .card-title,
.cid-uFNJ7Gimvn .iconfont-wrapper {
  color: #000000;
}
.cid-uFNJ7Gimvn .card-text {
  color: #000000;
}
.cid-uFNJ7Gimvn .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFNJ7Gimvn .mbr-number {
  color: #9fe870;
}
.cid-uFNJ7Gimvn .mbr-text,
.cid-uFNJ7Gimvn .mbr-section-btn {
  text-align: center;
}
.cid-uFNJ7Gimvn .card-text,
.cid-uFNJ7Gimvn .item .mbr-section-btn {
  text-align: left;
}
.cid-uFNJ7Gimvn .smallImage {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFNJ7Gimvn .smallImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-uFNJ7Gimvn .largeImage {
  width: 100%;
  height: 632px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFNJ7Gimvn .largeImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-uFNJ7HgM3N {
  display: flex;
  background-image: url("https://r.mobirisesite.com/1297135/assets/images/captura-de-pantalla-2025-03-18-112813.png-2000x1236.png");
}
.cid-uFNJ7HgM3N .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-uFNJ7HgM3N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNJ7HgM3N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNJ7HgM3N .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uFNJ7HgM3N .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uFNJ7HgM3N {
    align-items: center;
  }
  .cid-uFNJ7HgM3N .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFNJ7HgM3N .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFNJ7HgM3N {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uFNJ7HgM3N .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFNJ7HgM3N .content-wrap {
    width: 100%;
  }
}
.cid-uFNJ7HgM3N .mbr-section-title {
  text-align: center;
}
.cid-uFNJ7HgM3N .mbr-text,
.cid-uFNJ7HgM3N .mbr-section-btn {
  text-align: center;
}
.cid-uFNJ7Inyen {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFNJ7Inyen .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uFNJ7Inyen .social-row .soc-item {
  margin: 8px;
}
.cid-uFNJ7Inyen .social-row .soc-item a:hover .mbr-iconfont,
.cid-uFNJ7Inyen .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #669bff;
}
.cid-uFNJ7Inyen .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #acc7fb;
  color: #0c2c68;
  transition: all 0.3s ease-in-out;
}
.cid-uFNJ7Inyen .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uFNJ7Inyen .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFNJ7Inyen .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFNJ7Inyen .header-menu li p {
  margin: 0;
}
.cid-uFNJ7Inyen .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uFNJ7Inyen .mbr-section-title {
  color: #ffffff;
}
.cid-uFOszr45b3 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uFOszr45b3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uFOszr45b3 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uFOszr45b3 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFOszr45b3 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uFOszr45b3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFOszr45b3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFOszr45b3 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uFOszr45b3 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uFOszr45b3 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uFOszr45b3 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uFOszr45b3 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uFOszr45b3 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uFOszr45b3 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uFOszr45b3 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uFOszr45b3 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uFOszr45b3 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uFOszr45b3 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uFOszr45b3 .navbar-logo {
    padding-left: 0;
  }
}
.cid-uFOszr45b3 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFOszr45b3 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uFOszr45b3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uFOszr45b3 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.3) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uFOszr45b3 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uFOszr45b3 .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uFOszr45b3 .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFOszr45b3 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.3) !important;
}
.cid-uFOszr45b3 .nav-item:focus,
.cid-uFOszr45b3 .nav-link:focus {
  outline: none;
}
.cid-uFOszr45b3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFOszr45b3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFOszr45b3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFOszr45b3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFOszr45b3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFOszr45b3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFOszr45b3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uFOszr45b3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uFOszr45b3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFOszr45b3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uFOszr45b3 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uFOszr45b3 .navbar.collapsed {
  justify-content: center;
}
.cid-uFOszr45b3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFOszr45b3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFOszr45b3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uFOszr45b3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFOszr45b3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFOszr45b3 .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-uFOszr45b3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFOszr45b3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFOszr45b3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFOszr45b3 .navbar {
    min-height: 72px;
  }
  .cid-uFOszr45b3 .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uFOszr45b3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFOszr45b3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFOszr45b3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFOszr45b3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFOszr45b3 .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-uFOszr45b3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFOszr45b3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uFOszr45b3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFOszr45b3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFOszr45b3 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uFOszr45b3 .dropdown-item.active,
.cid-uFOszr45b3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFOszr45b3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFOszr45b3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFOszr45b3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFOszr45b3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFOszr45b3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uFOszr45b3 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uFOszr45b3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFOszr45b3 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uFOszr45b3 .navbar-buttons {
    text-align: left;
  }
}
.cid-uFOszr45b3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFOszr45b3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #260a30;
}
.cid-uFOszr45b3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFOszr45b3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFOszr45b3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFOszr45b3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFOszr45b3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFOszr45b3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFOszr45b3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFOszr45b3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFOszr45b3 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFOszr45b3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFOszr45b3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFOszr45b3 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFOszr45b3 .navbar {
    height: 70px;
  }
  .cid-uFOszr45b3 .navbar.opened {
    height: auto;
  }
  .cid-uFOszr45b3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFOszr45b3 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uFOszr45b3 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uFOszr45b3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uFOszr45b3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uFOszr45b3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uFOszr45b3 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uFOszr45b3 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uFOszr45b3 .navbar-brand {
    margin-right: auto;
  }
  .cid-uFOszr45b3 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.3) !important;
    background: rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uFOszr45b3 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uFOszr45b3 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uFOszr45b3 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFOszr45b3 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uFOszr45b3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uFOszr45b3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uFOszr45b3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uFOszr45b3 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFOszr45b3 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uFOszr45b3 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uGvqht4Q14 {
  display: flex;
  background-image: url("https://r.mobirisesite.com/1297135/assets/images/captura-de-pantalla-2025-03-18-154330.png-2000x976.png");
}
.cid-uGvqht4Q14 .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-uGvqht4Q14 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGvqht4Q14 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGvqht4Q14 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uGvqht4Q14 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uGvqht4Q14 {
    align-items: flex-end;
  }
  .cid-uGvqht4Q14 .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGvqht4Q14 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGvqht4Q14 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGvqht4Q14 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGvqht4Q14 .content-wrap {
    width: 100%;
  }
}
.cid-uGvqht4Q14 .mbr-section-title {
  text-align: left;
}
.cid-uGvqht4Q14 .mbr-text,
.cid-uGvqht4Q14 .mbr-section-btn {
  text-align: left;
}
.cid-uFOszszaXu {
  background-color: #ffffff;
}
.cid-uFOszszaXu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFOszszaXu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uFOszszaXu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFOszszaXu .row {
  flex-direction: row-reverse;
}
.cid-uFOszszaXu .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uFOszszaXu .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uFOszszaXu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFOszszaXu .mbr-section-title {
  color: #000000;
}
.cid-uFOszszaXu .mbr-text,
.cid-uFOszszaXu .mbr-section-btn {
  color: #232323;
}
.cid-uFPaTQ8pYW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uFPaTQ8pYW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFPaTQ8pYW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uFPaTQ8pYW .container-fluid {
    padding: 0;
  }
}
.cid-uFPaTQ8pYW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uFPaTQ8pYW .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uFPaTQ8pYW .embla__button--next,
.cid-uFPaTQ8pYW .embla__button--prev {
  display: flex;
}
.cid-uFPaTQ8pYW .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uFPaTQ8pYW .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uFPaTQ8pYW .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uFPaTQ8pYW .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uFPaTQ8pYW .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFPaTQ8pYW .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uFPaTQ8pYW .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uFPaTQ8pYW .embla {
  position: relative;
  width: 100%;
}
.cid-uFPaTQ8pYW .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uFPaTQ8pYW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uFPaTQ8pYW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uFPaTQ8pYW .embla__slide a {
  cursor: grab;
}
.cid-uFPaTQ8pYW .embla__slide a:active {
  cursor: grabbing;
}
.cid-uFPaTQ8pYW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uFPaTQ8pYW .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uFPaTQ8pYW .mbr-section-title {
  color: #232323;
}
.cid-uFPaTQ8pYW .mbr-section-subtitle {
  color: #232323;
}
.cid-uFPaTQ8pYW .mbr-box {
  color: #ffffff;
}
.cid-uFPaTQ8pYW .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uFPaTQ8pYW img,
.cid-uFPaTQ8pYW .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uFPaTQ8pYW .item-wrapper {
  position: relative;
}
.cid-uFPaTQ8pYW .content-head {
  max-width: 800px;
}
.cid-uGvrrmwDtT {
  display: flex;
  background-image: url("https://r.mobirisesite.com/1297135/assets/images/898f2617-0e03-476d-a561-d5d7f52aa671.png-750x700.png");
}
.cid-uGvrrmwDtT .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-uGvrrmwDtT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGvrrmwDtT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGvrrmwDtT .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uGvrrmwDtT .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uGvrrmwDtT {
    align-items: flex-end;
  }
  .cid-uGvrrmwDtT .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGvrrmwDtT .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGvrrmwDtT {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGvrrmwDtT .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGvrrmwDtT .content-wrap {
    width: 100%;
  }
}
.cid-uGvrrmwDtT .mbr-section-title {
  text-align: right;
}
.cid-uGvrrmwDtT .mbr-text,
.cid-uGvrrmwDtT .mbr-section-btn {
  text-align: center;
}
.cid-uFOszuTIzD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFOszuTIzD .item-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFOszuTIzD .smallImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-uFOszuTIzD .largeImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-uFOszuTIzD .largeImage .item {
    margin-bottom: 2rem;
  }
  .cid-uFOszuTIzD .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .cid-uFOszuTIzD .largeImage .item {
    margin-bottom: 1rem;
  }
}
.cid-uFOszuTIzD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFOszuTIzD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFOszuTIzD .mbr-description {
  text-align: left;
}
.cid-uFOszuTIzD .card-title,
.cid-uFOszuTIzD .iconfont-wrapper {
  color: #000000;
}
.cid-uFOszuTIzD .card-text {
  color: #000000;
}
.cid-uFOszuTIzD .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFOszuTIzD .mbr-number {
  color: #9fe870;
}
.cid-uFOszuTIzD .mbr-text,
.cid-uFOszuTIzD .mbr-section-btn {
  text-align: center;
}
.cid-uFOszuTIzD .card-text,
.cid-uFOszuTIzD .item .mbr-section-btn {
  text-align: left;
}
.cid-uFOszuTIzD .smallImage {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFOszuTIzD .smallImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-uFOszuTIzD .largeImage {
  width: 100%;
  height: 632px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFOszuTIzD .largeImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-uFOszvAdzq {
  display: flex;
}
.cid-uFOszvAdzq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFOszvAdzq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1297135/assets/images/background1.jpg?rnd=1747745869745");
}
.cid-uFOszvAdzq .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uFOszvAdzq .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uFOszvAdzq {
    align-items: center;
  }
  .cid-uFOszvAdzq .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFOszvAdzq .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFOszvAdzq {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uFOszvAdzq .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFOszvAdzq .content-wrap {
    width: 100%;
  }
}
.cid-uFOszvAdzq .mbr-section-title {
  text-align: center;
}
.cid-uFOszvAdzq .mbr-text,
.cid-uFOszvAdzq .mbr-section-btn {
  text-align: center;
}
.cid-uFOszwhU8F {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFOszwhU8F .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uFOszwhU8F .social-row .soc-item {
  margin: 8px;
}
.cid-uFOszwhU8F .social-row .soc-item a:hover .mbr-iconfont,
.cid-uFOszwhU8F .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #669bff;
}
.cid-uFOszwhU8F .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #acc7fb;
  color: #0c2c68;
  transition: all 0.3s ease-in-out;
}
.cid-uFOszwhU8F .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uFOszwhU8F .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFOszwhU8F .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFOszwhU8F .header-menu li p {
  margin: 0;
}
.cid-uFOszwhU8F .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uFOszwhU8F .mbr-section-title {
  color: #ffffff;
}
.cid-uFOCIzZjRE {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uFOCIzZjRE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uFOCIzZjRE .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uFOCIzZjRE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFOCIzZjRE .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uFOCIzZjRE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFOCIzZjRE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFOCIzZjRE .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uFOCIzZjRE .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uFOCIzZjRE .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uFOCIzZjRE .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uFOCIzZjRE .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uFOCIzZjRE .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uFOCIzZjRE .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uFOCIzZjRE .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uFOCIzZjRE .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uFOCIzZjRE .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uFOCIzZjRE .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uFOCIzZjRE .navbar-logo {
    padding-left: 0;
  }
}
.cid-uFOCIzZjRE .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFOCIzZjRE .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uFOCIzZjRE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uFOCIzZjRE .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.3) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uFOCIzZjRE .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uFOCIzZjRE .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uFOCIzZjRE .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFOCIzZjRE .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.3) !important;
}
.cid-uFOCIzZjRE .nav-item:focus,
.cid-uFOCIzZjRE .nav-link:focus {
  outline: none;
}
.cid-uFOCIzZjRE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFOCIzZjRE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFOCIzZjRE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFOCIzZjRE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFOCIzZjRE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFOCIzZjRE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFOCIzZjRE .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uFOCIzZjRE .navbar.opened {
  transition: all 0.3s;
}
.cid-uFOCIzZjRE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFOCIzZjRE .navbar .navbar-logo img {
  width: auto;
}
.cid-uFOCIzZjRE .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uFOCIzZjRE .navbar.collapsed {
  justify-content: center;
}
.cid-uFOCIzZjRE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFOCIzZjRE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFOCIzZjRE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uFOCIzZjRE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFOCIzZjRE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFOCIzZjRE .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-uFOCIzZjRE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFOCIzZjRE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFOCIzZjRE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFOCIzZjRE .navbar {
    min-height: 72px;
  }
  .cid-uFOCIzZjRE .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uFOCIzZjRE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFOCIzZjRE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFOCIzZjRE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFOCIzZjRE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFOCIzZjRE .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-uFOCIzZjRE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFOCIzZjRE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uFOCIzZjRE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFOCIzZjRE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFOCIzZjRE .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uFOCIzZjRE .dropdown-item.active,
.cid-uFOCIzZjRE .dropdown-item:active {
  background-color: transparent;
}
.cid-uFOCIzZjRE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFOCIzZjRE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFOCIzZjRE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFOCIzZjRE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFOCIzZjRE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uFOCIzZjRE .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uFOCIzZjRE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFOCIzZjRE .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uFOCIzZjRE .navbar-buttons {
    text-align: left;
  }
}
.cid-uFOCIzZjRE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFOCIzZjRE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #260a30;
}
.cid-uFOCIzZjRE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFOCIzZjRE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFOCIzZjRE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFOCIzZjRE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFOCIzZjRE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFOCIzZjRE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFOCIzZjRE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFOCIzZjRE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFOCIzZjRE .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFOCIzZjRE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFOCIzZjRE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFOCIzZjRE .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFOCIzZjRE .navbar {
    height: 70px;
  }
  .cid-uFOCIzZjRE .navbar.opened {
    height: auto;
  }
  .cid-uFOCIzZjRE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFOCIzZjRE .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uFOCIzZjRE .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uFOCIzZjRE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uFOCIzZjRE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uFOCIzZjRE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uFOCIzZjRE .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uFOCIzZjRE .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uFOCIzZjRE .navbar-brand {
    margin-right: auto;
  }
  .cid-uFOCIzZjRE .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.3) !important;
    background: rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uFOCIzZjRE .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uFOCIzZjRE .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uFOCIzZjRE .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFOCIzZjRE .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uFOCIzZjRE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uFOCIzZjRE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uFOCIzZjRE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uFOCIzZjRE .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFOCIzZjRE .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uFOCIzZjRE .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uFOCIAOVr7 {
  display: flex;
  background-image: url("https://r.mobirisesite.com/1297135/assets/images/rampage-rebel-2.jpg-2000x694.jpeg");
}
.cid-uFOCIAOVr7 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uFOCIAOVr7 {
    align-items: flex-end;
  }
  .cid-uFOCIAOVr7 .row {
    justify-content: center;
  }
  .cid-uFOCIAOVr7 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFOCIAOVr7 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFOCIAOVr7 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uFOCIAOVr7 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFOCIAOVr7 .content-wrap {
    width: 100%;
  }
}
.cid-uFOCIAOVr7 .mbr-section-title,
.cid-uFOCIAOVr7 .mbr-section-subtitle {
  text-align: center;
}
.cid-uFOCIAOVr7 .mbr-text,
.cid-uFOCIAOVr7 .mbr-section-btn {
  text-align: left;
}
.cid-uFOCIAOVr7 .mbr-section-title {
  text-align: left;
}
.cid-uFOCIBDspA {
  background-color: #ffffff;
}
.cid-uFOCIBDspA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFOCIBDspA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uFOCIBDspA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFOCIBDspA .row {
  flex-direction: row-reverse;
}
.cid-uFOCIBDspA .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uFOCIBDspA .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uFOCIBDspA .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFOCIBDspA .mbr-section-title {
  color: #000000;
}
.cid-uFOCIBDspA .mbr-text,
.cid-uFOCIBDspA .mbr-section-btn {
  color: #232323;
}
.cid-uGyEZbgnpN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uGyEZbgnpN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGyEZbgnpN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uGyEZbgnpN .container-fluid {
    padding: 0;
  }
}
.cid-uGyEZbgnpN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uGyEZbgnpN .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uGyEZbgnpN .embla__button--next,
.cid-uGyEZbgnpN .embla__button--prev {
  display: flex;
}
.cid-uGyEZbgnpN .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uGyEZbgnpN .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uGyEZbgnpN .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uGyEZbgnpN .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uGyEZbgnpN .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGyEZbgnpN .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uGyEZbgnpN .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uGyEZbgnpN .embla {
  position: relative;
  width: 100%;
}
.cid-uGyEZbgnpN .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uGyEZbgnpN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uGyEZbgnpN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uGyEZbgnpN .embla__slide a {
  cursor: grab;
}
.cid-uGyEZbgnpN .embla__slide a:active {
  cursor: grabbing;
}
.cid-uGyEZbgnpN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uGyEZbgnpN .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uGyEZbgnpN .mbr-section-title {
  color: #232323;
}
.cid-uGyEZbgnpN .mbr-section-subtitle {
  color: #232323;
}
.cid-uGyEZbgnpN .mbr-box {
  color: #ffffff;
}
.cid-uGyEZbgnpN .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uGyEZbgnpN img,
.cid-uGyEZbgnpN .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uGyEZbgnpN .item-wrapper {
  position: relative;
}
.cid-uGyEZbgnpN .content-head {
  max-width: 800px;
}
.cid-uFOCIDeNyp {
  display: flex;
  background-image: url("https://r.mobirisesite.com/1297135/assets/images/destacado-tapizado.jpg.img.1000-1.jpg-2000x2000.jpeg");
}
.cid-uFOCIDeNyp .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uFOCIDeNyp {
    align-items: flex-end;
  }
  .cid-uFOCIDeNyp .row {
    justify-content: center;
  }
  .cid-uFOCIDeNyp .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFOCIDeNyp .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFOCIDeNyp {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uFOCIDeNyp .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFOCIDeNyp .content-wrap {
    width: 100%;
  }
}
.cid-uFOCIDeNyp .mbr-section-title,
.cid-uFOCIDeNyp .mbr-section-subtitle {
  text-align: center;
}
.cid-uFOCIDeNyp .mbr-text,
.cid-uFOCIDeNyp .mbr-section-btn {
  text-align: center;
}
.cid-uFOCIDeNyp .mbr-section-title {
  text-align: right;
}
.cid-uFOCIE7muw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFOCIE7muw .item-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFOCIE7muw .smallImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-uFOCIE7muw .largeImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-uFOCIE7muw .largeImage .item {
    margin-bottom: 2rem;
  }
  .cid-uFOCIE7muw .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .cid-uFOCIE7muw .largeImage .item {
    margin-bottom: 1rem;
  }
}
.cid-uFOCIE7muw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFOCIE7muw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFOCIE7muw .mbr-description {
  text-align: left;
}
.cid-uFOCIE7muw .card-title,
.cid-uFOCIE7muw .iconfont-wrapper {
  color: #000000;
}
.cid-uFOCIE7muw .card-text {
  color: #000000;
}
.cid-uFOCIE7muw .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFOCIE7muw .mbr-number {
  color: #9fe870;
}
.cid-uFOCIE7muw .mbr-text,
.cid-uFOCIE7muw .mbr-section-btn {
  text-align: center;
}
.cid-uFOCIE7muw .card-text,
.cid-uFOCIE7muw .item .mbr-section-btn {
  text-align: left;
}
.cid-uFOCIE7muw .smallImage {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFOCIE7muw .smallImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-uFOCIE7muw .largeImage {
  width: 100%;
  height: 632px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFOCIE7muw .largeImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-uFOCIEZ1P8 {
  display: flex;
  background-image: url("https://r.mobirisesite.com/1297135/assets/images/capacidad-4.jpg.img.2880-1.jpg-1-1620x2880.jpeg");
}
.cid-uFOCIEZ1P8 .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-uFOCIEZ1P8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFOCIEZ1P8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFOCIEZ1P8 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uFOCIEZ1P8 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uFOCIEZ1P8 {
    align-items: center;
  }
  .cid-uFOCIEZ1P8 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFOCIEZ1P8 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFOCIEZ1P8 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uFOCIEZ1P8 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFOCIEZ1P8 .content-wrap {
    width: 100%;
  }
}
.cid-uFOCIEZ1P8 .mbr-section-title {
  text-align: center;
}
.cid-uFOCIEZ1P8 .mbr-text,
.cid-uFOCIEZ1P8 .mbr-section-btn {
  text-align: center;
}
.cid-uFOCIFXZEg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFOCIFXZEg .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uFOCIFXZEg .social-row .soc-item {
  margin: 8px;
}
.cid-uFOCIFXZEg .social-row .soc-item a:hover .mbr-iconfont,
.cid-uFOCIFXZEg .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #669bff;
}
.cid-uFOCIFXZEg .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #acc7fb;
  color: #0c2c68;
  transition: all 0.3s ease-in-out;
}
.cid-uFOCIFXZEg .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uFOCIFXZEg .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFOCIFXZEg .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFOCIFXZEg .header-menu li p {
  margin: 0;
}
.cid-uFOCIFXZEg .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uFOCIFXZEg .mbr-section-title {
  color: #ffffff;
}
.cid-uFOszr45b3 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uFOszr45b3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uFOszr45b3 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uFOszr45b3 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFOszr45b3 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uFOszr45b3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFOszr45b3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFOszr45b3 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uFOszr45b3 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uFOszr45b3 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uFOszr45b3 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uFOszr45b3 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uFOszr45b3 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uFOszr45b3 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uFOszr45b3 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uFOszr45b3 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uFOszr45b3 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uFOszr45b3 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uFOszr45b3 .navbar-logo {
    padding-left: 0;
  }
}
.cid-uFOszr45b3 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFOszr45b3 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uFOszr45b3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uFOszr45b3 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.3) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uFOszr45b3 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uFOszr45b3 .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uFOszr45b3 .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFOszr45b3 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.3) !important;
}
.cid-uFOszr45b3 .nav-item:focus,
.cid-uFOszr45b3 .nav-link:focus {
  outline: none;
}
.cid-uFOszr45b3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFOszr45b3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFOszr45b3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFOszr45b3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFOszr45b3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFOszr45b3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFOszr45b3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uFOszr45b3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uFOszr45b3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFOszr45b3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uFOszr45b3 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uFOszr45b3 .navbar.collapsed {
  justify-content: center;
}
.cid-uFOszr45b3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFOszr45b3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFOszr45b3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uFOszr45b3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFOszr45b3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFOszr45b3 .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-uFOszr45b3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFOszr45b3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFOszr45b3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFOszr45b3 .navbar {
    min-height: 72px;
  }
  .cid-uFOszr45b3 .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uFOszr45b3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFOszr45b3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFOszr45b3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFOszr45b3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFOszr45b3 .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-uFOszr45b3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFOszr45b3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uFOszr45b3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFOszr45b3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFOszr45b3 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uFOszr45b3 .dropdown-item.active,
.cid-uFOszr45b3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFOszr45b3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFOszr45b3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFOszr45b3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFOszr45b3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFOszr45b3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uFOszr45b3 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uFOszr45b3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFOszr45b3 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uFOszr45b3 .navbar-buttons {
    text-align: left;
  }
}
.cid-uFOszr45b3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFOszr45b3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #260a30;
}
.cid-uFOszr45b3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFOszr45b3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFOszr45b3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFOszr45b3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFOszr45b3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFOszr45b3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFOszr45b3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFOszr45b3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFOszr45b3 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFOszr45b3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFOszr45b3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFOszr45b3 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFOszr45b3 .navbar {
    height: 70px;
  }
  .cid-uFOszr45b3 .navbar.opened {
    height: auto;
  }
  .cid-uFOszr45b3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFOszr45b3 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uFOszr45b3 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uFOszr45b3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uFOszr45b3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uFOszr45b3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uFOszr45b3 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uFOszr45b3 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uFOszr45b3 .navbar-brand {
    margin-right: auto;
  }
  .cid-uFOszr45b3 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.3) !important;
    background: rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uFOszr45b3 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uFOszr45b3 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uFOszr45b3 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFOszr45b3 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uFOszr45b3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uFOszr45b3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uFOszr45b3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uFOszr45b3 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFOszr45b3 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uFOszr45b3 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uGvmCoWLvE {
  display: flex;
  background-image: url("https://r.mobirisesite.com/1297135/assets/images/2023-partnerconfort.webp");
}
.cid-uGvmCoWLvE .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-uGvmCoWLvE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGvmCoWLvE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGvmCoWLvE .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uGvmCoWLvE .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uGvmCoWLvE {
    align-items: flex-end;
  }
  .cid-uGvmCoWLvE .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGvmCoWLvE .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGvmCoWLvE {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGvmCoWLvE .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGvmCoWLvE .content-wrap {
    width: 100%;
  }
}
.cid-uGvmCoWLvE .mbr-section-title {
  text-align: left;
}
.cid-uGvmCoWLvE .mbr-text,
.cid-uGvmCoWLvE .mbr-section-btn {
  text-align: left;
}
.cid-uFPvctrgFT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFPvctrgFT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFPvctrgFT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFPvctrgFT .row {
  flex-direction: row-reverse;
}
.cid-uFPviC4Ylz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFPviC4Ylz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFPviC4Ylz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFPviC4Ylz .content-text {
  max-width: 800px;
}
.cid-uGvnhqq7gQ {
  display: flex;
  background-image: url("https://r.mobirisesite.com/1297135/assets/images/302a6603-46ed-4e11-8490-faabc733b8a6.png-751x937.png");
}
.cid-uGvnhqq7gQ .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-uGvnhqq7gQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGvnhqq7gQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGvnhqq7gQ .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uGvnhqq7gQ .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uGvnhqq7gQ {
    align-items: flex-end;
  }
  .cid-uGvnhqq7gQ .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGvnhqq7gQ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGvnhqq7gQ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGvnhqq7gQ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGvnhqq7gQ .content-wrap {
    width: 100%;
  }
}
.cid-uGvnhqq7gQ .mbr-section-title {
  text-align: left;
}
.cid-uGvnhqq7gQ .mbr-text,
.cid-uGvnhqq7gQ .mbr-section-btn {
  text-align: left;
}
.cid-uFOszwhU8F {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFOszwhU8F .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uFOszwhU8F .social-row .soc-item {
  margin: 8px;
}
.cid-uFOszwhU8F .social-row .soc-item a:hover .mbr-iconfont,
.cid-uFOszwhU8F .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #669bff;
}
.cid-uFOszwhU8F .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #acc7fb;
  color: #0c2c68;
  transition: all 0.3s ease-in-out;
}
.cid-uFOszwhU8F .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uFOszwhU8F .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFOszwhU8F .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFOszwhU8F .header-menu li p {
  margin: 0;
}
.cid-uFOszwhU8F .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uFOszwhU8F .mbr-section-title {
  color: #ffffff;
}
.cid-uFTt6IUx2D {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uFTt6IUx2D .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uFTt6IUx2D .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uFTt6IUx2D .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTt6IUx2D .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uFTt6IUx2D .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTt6IUx2D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTt6IUx2D .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uFTt6IUx2D .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uFTt6IUx2D .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uFTt6IUx2D .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uFTt6IUx2D .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uFTt6IUx2D .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uFTt6IUx2D .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uFTt6IUx2D .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uFTt6IUx2D .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uFTt6IUx2D .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uFTt6IUx2D .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uFTt6IUx2D .navbar-logo {
    padding-left: 0;
  }
}
.cid-uFTt6IUx2D .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFTt6IUx2D .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uFTt6IUx2D .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uFTt6IUx2D .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.3) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uFTt6IUx2D .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uFTt6IUx2D .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uFTt6IUx2D .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFTt6IUx2D .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.3) !important;
}
.cid-uFTt6IUx2D .nav-item:focus,
.cid-uFTt6IUx2D .nav-link:focus {
  outline: none;
}
.cid-uFTt6IUx2D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTt6IUx2D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTt6IUx2D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTt6IUx2D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTt6IUx2D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTt6IUx2D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTt6IUx2D .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uFTt6IUx2D .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTt6IUx2D .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTt6IUx2D .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTt6IUx2D .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uFTt6IUx2D .navbar.collapsed {
  justify-content: center;
}
.cid-uFTt6IUx2D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTt6IUx2D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFTt6IUx2D .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uFTt6IUx2D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTt6IUx2D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTt6IUx2D .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-uFTt6IUx2D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTt6IUx2D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTt6IUx2D .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFTt6IUx2D .navbar {
    min-height: 72px;
  }
  .cid-uFTt6IUx2D .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uFTt6IUx2D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTt6IUx2D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTt6IUx2D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTt6IUx2D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTt6IUx2D .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-uFTt6IUx2D .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTt6IUx2D .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uFTt6IUx2D .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTt6IUx2D .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTt6IUx2D .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uFTt6IUx2D .dropdown-item.active,
.cid-uFTt6IUx2D .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTt6IUx2D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTt6IUx2D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTt6IUx2D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTt6IUx2D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFTt6IUx2D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uFTt6IUx2D .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uFTt6IUx2D ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTt6IUx2D .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uFTt6IUx2D .navbar-buttons {
    text-align: left;
  }
}
.cid-uFTt6IUx2D button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTt6IUx2D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #260a30;
}
.cid-uFTt6IUx2D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTt6IUx2D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTt6IUx2D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTt6IUx2D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTt6IUx2D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTt6IUx2D nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTt6IUx2D nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTt6IUx2D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTt6IUx2D .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFTt6IUx2D a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTt6IUx2D .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFTt6IUx2D .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFTt6IUx2D .navbar {
    height: 70px;
  }
  .cid-uFTt6IUx2D .navbar.opened {
    height: auto;
  }
  .cid-uFTt6IUx2D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFTt6IUx2D .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uFTt6IUx2D .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uFTt6IUx2D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uFTt6IUx2D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uFTt6IUx2D .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uFTt6IUx2D .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uFTt6IUx2D .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uFTt6IUx2D .navbar-brand {
    margin-right: auto;
  }
  .cid-uFTt6IUx2D .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.3) !important;
    background: rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uFTt6IUx2D .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uFTt6IUx2D .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uFTt6IUx2D .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFTt6IUx2D .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uFTt6IUx2D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uFTt6IUx2D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uFTt6IUx2D .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uFTt6IUx2D .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFTt6IUx2D .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uFTt6IUx2D .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uGukplaadQ {
  display: flex;
  background-image: url("https://r.mobirisesite.com/1297135/assets/images/whatsapp-image-2025-03-19-at-08.58.59.jpeg-1080x1080.jpeg");
}
.cid-uGukplaadQ .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-uGukplaadQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGukplaadQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGukplaadQ .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uGukplaadQ .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uGukplaadQ {
    align-items: flex-end;
  }
  .cid-uGukplaadQ .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGukplaadQ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGukplaadQ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGukplaadQ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGukplaadQ .content-wrap {
    width: 100%;
  }
}
.cid-uGukplaadQ .mbr-section-title {
  text-align: left;
}
.cid-uGukplaadQ .mbr-text,
.cid-uGukplaadQ .mbr-section-btn {
  text-align: left;
}
.cid-uFTt6Koazp {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFTt6Koazp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTt6Koazp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uFTt6Koazp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFTt6Koazp .row {
  flex-direction: row-reverse;
}
.cid-uFTt6Koazp .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uFTt6Koazp .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uFTt6Koazp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFTt6Koazp .mbr-section-title {
  color: #000000;
}
.cid-uFTt6Koazp .mbr-text,
.cid-uFTt6Koazp .mbr-section-btn {
  color: #232323;
}
.cid-uFTt6L4cam {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uFTt6L4cam .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTt6L4cam .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uFTt6L4cam .container-fluid {
    padding: 0;
  }
}
.cid-uFTt6L4cam .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uFTt6L4cam .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uFTt6L4cam .embla__button--next,
.cid-uFTt6L4cam .embla__button--prev {
  display: flex;
}
.cid-uFTt6L4cam .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uFTt6L4cam .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uFTt6L4cam .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uFTt6L4cam .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uFTt6L4cam .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFTt6L4cam .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uFTt6L4cam .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uFTt6L4cam .embla {
  position: relative;
  width: 100%;
}
.cid-uFTt6L4cam .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uFTt6L4cam .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uFTt6L4cam .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uFTt6L4cam .embla__slide a {
  cursor: grab;
}
.cid-uFTt6L4cam .embla__slide a:active {
  cursor: grabbing;
}
.cid-uFTt6L4cam .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uFTt6L4cam .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uFTt6L4cam .mbr-section-title {
  color: #232323;
}
.cid-uFTt6L4cam .mbr-section-subtitle {
  color: #232323;
}
.cid-uFTt6L4cam .mbr-box {
  color: #ffffff;
}
.cid-uFTt6L4cam .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uFTt6L4cam img,
.cid-uFTt6L4cam .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uFTt6L4cam .item-wrapper {
  position: relative;
}
.cid-uFTt6L4cam .content-head {
  max-width: 800px;
}
.cid-uGukpRI3y6 {
  display: flex;
  background-image: url("https://r.mobirisesite.com/1297135/assets/images/captura-de-pantalla-2025-03-25-170647.png-1694x1090.png");
}
.cid-uGukpRI3y6 .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-uGukpRI3y6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGukpRI3y6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGukpRI3y6 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uGukpRI3y6 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uGukpRI3y6 {
    align-items: flex-end;
  }
  .cid-uGukpRI3y6 .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGukpRI3y6 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGukpRI3y6 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGukpRI3y6 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGukpRI3y6 .content-wrap {
    width: 100%;
  }
}
.cid-uGukpRI3y6 .mbr-section-title {
  text-align: right;
}
.cid-uGukpRI3y6 .mbr-text,
.cid-uGukpRI3y6 .mbr-section-btn {
  text-align: center;
}
.cid-uFTt6MOTV6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFTt6MOTV6 .item-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFTt6MOTV6 .smallImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-uFTt6MOTV6 .largeImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-uFTt6MOTV6 .largeImage .item {
    margin-bottom: 2rem;
  }
  .cid-uFTt6MOTV6 .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .cid-uFTt6MOTV6 .largeImage .item {
    margin-bottom: 1rem;
  }
}
.cid-uFTt6MOTV6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTt6MOTV6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFTt6MOTV6 .mbr-description {
  text-align: left;
}
.cid-uFTt6MOTV6 .card-title,
.cid-uFTt6MOTV6 .iconfont-wrapper {
  color: #000000;
}
.cid-uFTt6MOTV6 .card-text {
  color: #000000;
}
.cid-uFTt6MOTV6 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFTt6MOTV6 .mbr-number {
  color: #9fe870;
}
.cid-uFTt6MOTV6 .mbr-text,
.cid-uFTt6MOTV6 .mbr-section-btn {
  text-align: center;
}
.cid-uFTt6MOTV6 .card-text,
.cid-uFTt6MOTV6 .item .mbr-section-btn {
  text-align: left;
}
.cid-uFTt6MOTV6 .smallImage {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFTt6MOTV6 .smallImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-uFTt6MOTV6 .largeImage {
  width: 100%;
  height: 632px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFTt6MOTV6 .largeImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-uFTt6O6PZs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFTt6O6PZs .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uFTt6O6PZs .social-row .soc-item {
  margin: 8px;
}
.cid-uFTt6O6PZs .social-row .soc-item a:hover .mbr-iconfont,
.cid-uFTt6O6PZs .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #669bff;
}
.cid-uFTt6O6PZs .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #acc7fb;
  color: #0c2c68;
  transition: all 0.3s ease-in-out;
}
.cid-uFTt6O6PZs .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uFTt6O6PZs .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFTt6O6PZs .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFTt6O6PZs .header-menu li p {
  margin: 0;
}
.cid-uFTt6O6PZs .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uFTt6O6PZs .mbr-section-title {
  color: #ffffff;
}
.cid-uFTOqnziMC {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uFTOqnziMC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uFTOqnziMC .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uFTOqnziMC .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTOqnziMC .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uFTOqnziMC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTOqnziMC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTOqnziMC .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uFTOqnziMC .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uFTOqnziMC .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uFTOqnziMC .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uFTOqnziMC .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uFTOqnziMC .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uFTOqnziMC .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uFTOqnziMC .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uFTOqnziMC .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uFTOqnziMC .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uFTOqnziMC .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uFTOqnziMC .navbar-logo {
    padding-left: 0;
  }
}
.cid-uFTOqnziMC .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFTOqnziMC .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uFTOqnziMC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uFTOqnziMC .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.3) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uFTOqnziMC .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uFTOqnziMC .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uFTOqnziMC .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFTOqnziMC .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.3) !important;
}
.cid-uFTOqnziMC .nav-item:focus,
.cid-uFTOqnziMC .nav-link:focus {
  outline: none;
}
.cid-uFTOqnziMC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTOqnziMC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTOqnziMC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTOqnziMC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTOqnziMC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTOqnziMC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTOqnziMC .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uFTOqnziMC .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTOqnziMC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTOqnziMC .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTOqnziMC .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uFTOqnziMC .navbar.collapsed {
  justify-content: center;
}
.cid-uFTOqnziMC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTOqnziMC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFTOqnziMC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uFTOqnziMC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTOqnziMC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTOqnziMC .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-uFTOqnziMC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTOqnziMC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTOqnziMC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFTOqnziMC .navbar {
    min-height: 72px;
  }
  .cid-uFTOqnziMC .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uFTOqnziMC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTOqnziMC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTOqnziMC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTOqnziMC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTOqnziMC .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-uFTOqnziMC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTOqnziMC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uFTOqnziMC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTOqnziMC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTOqnziMC .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uFTOqnziMC .dropdown-item.active,
.cid-uFTOqnziMC .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTOqnziMC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTOqnziMC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTOqnziMC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTOqnziMC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFTOqnziMC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uFTOqnziMC .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uFTOqnziMC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTOqnziMC .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uFTOqnziMC .navbar-buttons {
    text-align: left;
  }
}
.cid-uFTOqnziMC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTOqnziMC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #260a30;
}
.cid-uFTOqnziMC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTOqnziMC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTOqnziMC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTOqnziMC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTOqnziMC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTOqnziMC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTOqnziMC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTOqnziMC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTOqnziMC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFTOqnziMC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTOqnziMC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFTOqnziMC .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFTOqnziMC .navbar {
    height: 70px;
  }
  .cid-uFTOqnziMC .navbar.opened {
    height: auto;
  }
  .cid-uFTOqnziMC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFTOqnziMC .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uFTOqnziMC .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uFTOqnziMC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uFTOqnziMC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uFTOqnziMC .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uFTOqnziMC .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uFTOqnziMC .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uFTOqnziMC .navbar-brand {
    margin-right: auto;
  }
  .cid-uFTOqnziMC .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.3) !important;
    background: rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uFTOqnziMC .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uFTOqnziMC .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uFTOqnziMC .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFTOqnziMC .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uFTOqnziMC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uFTOqnziMC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uFTOqnziMC .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uFTOqnziMC .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFTOqnziMC .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uFTOqnziMC .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uGvv5Lnua2 {
  display: flex;
  background-image: url("https://r.mobirisesite.com/1297135/assets/images/captura-de-pantalla-2025-03-19-122558.png-1268x734.png");
}
.cid-uGvv5Lnua2 .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-uGvv5Lnua2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGvv5Lnua2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGvv5Lnua2 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uGvv5Lnua2 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uGvv5Lnua2 {
    align-items: flex-end;
  }
  .cid-uGvv5Lnua2 .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGvv5Lnua2 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGvv5Lnua2 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGvv5Lnua2 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGvv5Lnua2 .content-wrap {
    width: 100%;
  }
}
.cid-uGvv5Lnua2 .mbr-section-title {
  text-align: left;
  color: #0c2c68;
}
.cid-uGvv5Lnua2 .mbr-text,
.cid-uGvv5Lnua2 .mbr-section-btn {
  text-align: left;
  color: #0c2c68;
}
.cid-uFTOqpVupD {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFTOqpVupD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTOqpVupD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uFTOqpVupD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFTOqpVupD .row {
  flex-direction: row-reverse;
}
.cid-uFTOqpVupD .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uFTOqpVupD .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uFTOqpVupD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFTOqpVupD .mbr-section-title {
  color: #000000;
}
.cid-uFTOqpVupD .mbr-text,
.cid-uFTOqpVupD .mbr-section-btn {
  color: #232323;
}
.cid-uFTOqqZOOp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uFTOqqZOOp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTOqqZOOp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uFTOqqZOOp .container-fluid {
    padding: 0;
  }
}
.cid-uFTOqqZOOp .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uFTOqqZOOp .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uFTOqqZOOp .embla__button--next,
.cid-uFTOqqZOOp .embla__button--prev {
  display: flex;
}
.cid-uFTOqqZOOp .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uFTOqqZOOp .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uFTOqqZOOp .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uFTOqqZOOp .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uFTOqqZOOp .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFTOqqZOOp .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uFTOqqZOOp .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uFTOqqZOOp .embla {
  position: relative;
  width: 100%;
}
.cid-uFTOqqZOOp .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uFTOqqZOOp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uFTOqqZOOp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uFTOqqZOOp .embla__slide a {
  cursor: grab;
}
.cid-uFTOqqZOOp .embla__slide a:active {
  cursor: grabbing;
}
.cid-uFTOqqZOOp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uFTOqqZOOp .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uFTOqqZOOp .mbr-section-title {
  color: #232323;
}
.cid-uFTOqqZOOp .mbr-section-subtitle {
  color: #232323;
}
.cid-uFTOqqZOOp .mbr-box {
  color: #ffffff;
}
.cid-uFTOqqZOOp .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uFTOqqZOOp img,
.cid-uFTOqqZOOp .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uFTOqqZOOp .item-wrapper {
  position: relative;
}
.cid-uFTOqqZOOp .content-head {
  max-width: 800px;
}
.cid-uFTOquwMqz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFTOquwMqz .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uFTOquwMqz .social-row .soc-item {
  margin: 8px;
}
.cid-uFTOquwMqz .social-row .soc-item a:hover .mbr-iconfont,
.cid-uFTOquwMqz .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #669bff;
}
.cid-uFTOquwMqz .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #acc7fb;
  color: #0c2c68;
  transition: all 0.3s ease-in-out;
}
.cid-uFTOquwMqz .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uFTOquwMqz .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFTOquwMqz .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFTOquwMqz .header-menu li p {
  margin: 0;
}
.cid-uFTOquwMqz .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uFTOquwMqz .mbr-section-title {
  color: #ffffff;
}
.cid-uFTOteNeh7 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uFTOteNeh7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uFTOteNeh7 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uFTOteNeh7 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTOteNeh7 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uFTOteNeh7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTOteNeh7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTOteNeh7 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uFTOteNeh7 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uFTOteNeh7 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uFTOteNeh7 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uFTOteNeh7 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uFTOteNeh7 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uFTOteNeh7 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uFTOteNeh7 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uFTOteNeh7 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uFTOteNeh7 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uFTOteNeh7 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uFTOteNeh7 .navbar-logo {
    padding-left: 0;
  }
}
.cid-uFTOteNeh7 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFTOteNeh7 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uFTOteNeh7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uFTOteNeh7 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.3) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uFTOteNeh7 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uFTOteNeh7 .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uFTOteNeh7 .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFTOteNeh7 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.3) !important;
}
.cid-uFTOteNeh7 .nav-item:focus,
.cid-uFTOteNeh7 .nav-link:focus {
  outline: none;
}
.cid-uFTOteNeh7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTOteNeh7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTOteNeh7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTOteNeh7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTOteNeh7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTOteNeh7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTOteNeh7 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uFTOteNeh7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTOteNeh7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTOteNeh7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTOteNeh7 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uFTOteNeh7 .navbar.collapsed {
  justify-content: center;
}
.cid-uFTOteNeh7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTOteNeh7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFTOteNeh7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uFTOteNeh7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTOteNeh7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTOteNeh7 .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-uFTOteNeh7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTOteNeh7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTOteNeh7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFTOteNeh7 .navbar {
    min-height: 72px;
  }
  .cid-uFTOteNeh7 .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uFTOteNeh7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTOteNeh7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTOteNeh7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTOteNeh7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTOteNeh7 .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-uFTOteNeh7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTOteNeh7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uFTOteNeh7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTOteNeh7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTOteNeh7 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uFTOteNeh7 .dropdown-item.active,
.cid-uFTOteNeh7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTOteNeh7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTOteNeh7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTOteNeh7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTOteNeh7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFTOteNeh7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uFTOteNeh7 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uFTOteNeh7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTOteNeh7 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uFTOteNeh7 .navbar-buttons {
    text-align: left;
  }
}
.cid-uFTOteNeh7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTOteNeh7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #260a30;
}
.cid-uFTOteNeh7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTOteNeh7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTOteNeh7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTOteNeh7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTOteNeh7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTOteNeh7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTOteNeh7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTOteNeh7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTOteNeh7 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFTOteNeh7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTOteNeh7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFTOteNeh7 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFTOteNeh7 .navbar {
    height: 70px;
  }
  .cid-uFTOteNeh7 .navbar.opened {
    height: auto;
  }
  .cid-uFTOteNeh7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFTOteNeh7 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uFTOteNeh7 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uFTOteNeh7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uFTOteNeh7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uFTOteNeh7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uFTOteNeh7 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uFTOteNeh7 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uFTOteNeh7 .navbar-brand {
    margin-right: auto;
  }
  .cid-uFTOteNeh7 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.3) !important;
    background: rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uFTOteNeh7 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uFTOteNeh7 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uFTOteNeh7 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFTOteNeh7 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uFTOteNeh7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uFTOteNeh7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uFTOteNeh7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uFTOteNeh7 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFTOteNeh7 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uFTOteNeh7 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uGuu2rdCU3 {
  display: flex;
  background-image: url("https://r.mobirisesite.com/1297135/assets/images/whatsapp-image-2025-03-19-at-08.57.30.jpeg-1080x1080.jpg");
}
.cid-uGuu2rdCU3 .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-uGuu2rdCU3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGuu2rdCU3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGuu2rdCU3 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uGuu2rdCU3 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uGuu2rdCU3 {
    align-items: flex-end;
  }
  .cid-uGuu2rdCU3 .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGuu2rdCU3 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGuu2rdCU3 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGuu2rdCU3 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGuu2rdCU3 .content-wrap {
    width: 100%;
  }
}
.cid-uGuu2rdCU3 .mbr-section-title {
  text-align: left;
}
.cid-uGuu2rdCU3 .mbr-text,
.cid-uGuu2rdCU3 .mbr-section-btn {
  text-align: left;
}
.cid-uFTOthS8O2 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFTOthS8O2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTOthS8O2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uFTOthS8O2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFTOthS8O2 .row {
  flex-direction: row-reverse;
}
.cid-uFTOthS8O2 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uFTOthS8O2 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uFTOthS8O2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFTOthS8O2 .mbr-section-title {
  color: #000000;
}
.cid-uFTOthS8O2 .mbr-text,
.cid-uFTOthS8O2 .mbr-section-btn {
  color: #232323;
}
.cid-uFTOtiU733 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uFTOtiU733 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTOtiU733 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uFTOtiU733 .container-fluid {
    padding: 0;
  }
}
.cid-uFTOtiU733 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uFTOtiU733 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uFTOtiU733 .embla__button--next,
.cid-uFTOtiU733 .embla__button--prev {
  display: flex;
}
.cid-uFTOtiU733 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uFTOtiU733 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uFTOtiU733 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uFTOtiU733 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uFTOtiU733 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFTOtiU733 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uFTOtiU733 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uFTOtiU733 .embla {
  position: relative;
  width: 100%;
}
.cid-uFTOtiU733 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uFTOtiU733 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uFTOtiU733 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uFTOtiU733 .embla__slide a {
  cursor: grab;
}
.cid-uFTOtiU733 .embla__slide a:active {
  cursor: grabbing;
}
.cid-uFTOtiU733 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uFTOtiU733 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uFTOtiU733 .mbr-section-title {
  color: #232323;
}
.cid-uFTOtiU733 .mbr-section-subtitle {
  color: #232323;
}
.cid-uFTOtiU733 .mbr-box {
  color: #ffffff;
}
.cid-uFTOtiU733 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uFTOtiU733 img,
.cid-uFTOtiU733 .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uFTOtiU733 .item-wrapper {
  position: relative;
}
.cid-uFTOtiU733 .content-head {
  max-width: 800px;
}
.cid-uGuu2PPIsP {
  display: flex;
  background-image: url("https://r.mobirisesite.com/1297135/assets/images/pulse.jpg-1920x1280.jpg");
}
.cid-uGuu2PPIsP .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-uGuu2PPIsP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGuu2PPIsP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGuu2PPIsP .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uGuu2PPIsP .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uGuu2PPIsP {
    align-items: flex-end;
  }
  .cid-uGuu2PPIsP .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGuu2PPIsP .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGuu2PPIsP {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGuu2PPIsP .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGuu2PPIsP .content-wrap {
    width: 100%;
  }
}
.cid-uGuu2PPIsP .mbr-section-title {
  text-align: right;
}
.cid-uGuu2PPIsP .mbr-text,
.cid-uGuu2PPIsP .mbr-section-btn {
  text-align: center;
}
.cid-uFTOtlsuXC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFTOtlsuXC .item-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFTOtlsuXC .smallImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-uFTOtlsuXC .largeImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-uFTOtlsuXC .largeImage .item {
    margin-bottom: 2rem;
  }
  .cid-uFTOtlsuXC .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .cid-uFTOtlsuXC .largeImage .item {
    margin-bottom: 1rem;
  }
}
.cid-uFTOtlsuXC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTOtlsuXC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFTOtlsuXC .mbr-description {
  text-align: left;
}
.cid-uFTOtlsuXC .card-title,
.cid-uFTOtlsuXC .iconfont-wrapper {
  color: #000000;
}
.cid-uFTOtlsuXC .card-text {
  color: #000000;
}
.cid-uFTOtlsuXC .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFTOtlsuXC .mbr-number {
  color: #9fe870;
}
.cid-uFTOtlsuXC .mbr-text,
.cid-uFTOtlsuXC .mbr-section-btn {
  text-align: center;
}
.cid-uFTOtlsuXC .card-text,
.cid-uFTOtlsuXC .item .mbr-section-btn {
  text-align: left;
}
.cid-uFTOtlsuXC .smallImage {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFTOtlsuXC .smallImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-uFTOtlsuXC .largeImage {
  width: 100%;
  height: 632px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFTOtlsuXC .largeImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-uFTOtmmlgn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFTOtmmlgn .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uFTOtmmlgn .social-row .soc-item {
  margin: 8px;
}
.cid-uFTOtmmlgn .social-row .soc-item a:hover .mbr-iconfont,
.cid-uFTOtmmlgn .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #669bff;
}
.cid-uFTOtmmlgn .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #acc7fb;
  color: #0c2c68;
  transition: all 0.3s ease-in-out;
}
.cid-uFTOtmmlgn .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uFTOtmmlgn .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFTOtmmlgn .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFTOtmmlgn .header-menu li p {
  margin: 0;
}
.cid-uFTOtmmlgn .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uFTOtmmlgn .mbr-section-title {
  color: #ffffff;
}
.cid-uFTOw1NYC0 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uFTOw1NYC0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uFTOw1NYC0 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uFTOw1NYC0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTOw1NYC0 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uFTOw1NYC0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTOw1NYC0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTOw1NYC0 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uFTOw1NYC0 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uFTOw1NYC0 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uFTOw1NYC0 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uFTOw1NYC0 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uFTOw1NYC0 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uFTOw1NYC0 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uFTOw1NYC0 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uFTOw1NYC0 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uFTOw1NYC0 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uFTOw1NYC0 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uFTOw1NYC0 .navbar-logo {
    padding-left: 0;
  }
}
.cid-uFTOw1NYC0 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFTOw1NYC0 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uFTOw1NYC0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uFTOw1NYC0 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.3) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uFTOw1NYC0 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uFTOw1NYC0 .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uFTOw1NYC0 .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFTOw1NYC0 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.3) !important;
}
.cid-uFTOw1NYC0 .nav-item:focus,
.cid-uFTOw1NYC0 .nav-link:focus {
  outline: none;
}
.cid-uFTOw1NYC0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTOw1NYC0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTOw1NYC0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTOw1NYC0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTOw1NYC0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTOw1NYC0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTOw1NYC0 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uFTOw1NYC0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTOw1NYC0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTOw1NYC0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTOw1NYC0 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uFTOw1NYC0 .navbar.collapsed {
  justify-content: center;
}
.cid-uFTOw1NYC0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTOw1NYC0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFTOw1NYC0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uFTOw1NYC0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTOw1NYC0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTOw1NYC0 .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-uFTOw1NYC0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTOw1NYC0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTOw1NYC0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFTOw1NYC0 .navbar {
    min-height: 72px;
  }
  .cid-uFTOw1NYC0 .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uFTOw1NYC0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTOw1NYC0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTOw1NYC0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTOw1NYC0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTOw1NYC0 .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-uFTOw1NYC0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTOw1NYC0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uFTOw1NYC0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTOw1NYC0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTOw1NYC0 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uFTOw1NYC0 .dropdown-item.active,
.cid-uFTOw1NYC0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTOw1NYC0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTOw1NYC0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTOw1NYC0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTOw1NYC0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFTOw1NYC0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uFTOw1NYC0 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uFTOw1NYC0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTOw1NYC0 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uFTOw1NYC0 .navbar-buttons {
    text-align: left;
  }
}
.cid-uFTOw1NYC0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTOw1NYC0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #260a30;
}
.cid-uFTOw1NYC0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTOw1NYC0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTOw1NYC0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTOw1NYC0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTOw1NYC0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTOw1NYC0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTOw1NYC0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTOw1NYC0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTOw1NYC0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFTOw1NYC0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTOw1NYC0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFTOw1NYC0 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFTOw1NYC0 .navbar {
    height: 70px;
  }
  .cid-uFTOw1NYC0 .navbar.opened {
    height: auto;
  }
  .cid-uFTOw1NYC0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFTOw1NYC0 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uFTOw1NYC0 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uFTOw1NYC0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uFTOw1NYC0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uFTOw1NYC0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uFTOw1NYC0 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uFTOw1NYC0 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uFTOw1NYC0 .navbar-brand {
    margin-right: auto;
  }
  .cid-uFTOw1NYC0 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.3) !important;
    background: rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uFTOw1NYC0 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uFTOw1NYC0 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uFTOw1NYC0 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFTOw1NYC0 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uFTOw1NYC0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uFTOw1NYC0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uFTOw1NYC0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uFTOw1NYC0 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFTOw1NYC0 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uFTOw1NYC0 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uGunpvv0JC {
  display: flex;
  background-image: url("https://r.mobirisesite.com/1297135/assets/images/captura-de-pantalla-2025-03-25-172415.png-1104x723.png");
}
.cid-uGunpvv0JC .mbr-overlay {
  background-color: #232323;
  opacity: 0.5;
}
.cid-uGunpvv0JC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGunpvv0JC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGunpvv0JC .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uGunpvv0JC .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uGunpvv0JC {
    align-items: flex-end;
  }
  .cid-uGunpvv0JC .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGunpvv0JC .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGunpvv0JC {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGunpvv0JC .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGunpvv0JC .content-wrap {
    width: 100%;
  }
}
.cid-uGunpvv0JC .mbr-section-title {
  text-align: left;
}
.cid-uGunpvv0JC .mbr-text,
.cid-uGunpvv0JC .mbr-section-btn {
  text-align: center;
}
.cid-uGunpvv0JC .mbr-text,
.cid-uGunpvv0JC .mbr-section-btn P {
  text-align: left;
}
.cid-uFTOw4dTTT {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFTOw4dTTT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTOw4dTTT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uFTOw4dTTT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFTOw4dTTT .row {
  flex-direction: row-reverse;
}
.cid-uFTOw4dTTT .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uFTOw4dTTT .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uFTOw4dTTT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFTOw4dTTT .mbr-section-title {
  color: #000000;
}
.cid-uFTOw4dTTT .mbr-text,
.cid-uFTOw4dTTT .mbr-section-btn {
  color: #232323;
}
.cid-uFTOw5jkBN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uFTOw5jkBN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTOw5jkBN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uFTOw5jkBN .container-fluid {
    padding: 0;
  }
}
.cid-uFTOw5jkBN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uFTOw5jkBN .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uFTOw5jkBN .embla__button--next,
.cid-uFTOw5jkBN .embla__button--prev {
  display: flex;
}
.cid-uFTOw5jkBN .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uFTOw5jkBN .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uFTOw5jkBN .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uFTOw5jkBN .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uFTOw5jkBN .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFTOw5jkBN .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uFTOw5jkBN .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uFTOw5jkBN .embla {
  position: relative;
  width: 100%;
}
.cid-uFTOw5jkBN .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uFTOw5jkBN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uFTOw5jkBN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uFTOw5jkBN .embla__slide a {
  cursor: grab;
}
.cid-uFTOw5jkBN .embla__slide a:active {
  cursor: grabbing;
}
.cid-uFTOw5jkBN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uFTOw5jkBN .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uFTOw5jkBN .mbr-section-title {
  color: #232323;
}
.cid-uFTOw5jkBN .mbr-section-subtitle {
  color: #232323;
}
.cid-uFTOw5jkBN .mbr-box {
  color: #ffffff;
}
.cid-uFTOw5jkBN .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uFTOw5jkBN img,
.cid-uFTOw5jkBN .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uFTOw5jkBN .item-wrapper {
  position: relative;
}
.cid-uFTOw5jkBN .content-head {
  max-width: 800px;
}
.cid-uGunpikhOh {
  display: flex;
  background-image: url("https://r.mobirisesite.com/1297135/assets/images/captura-de-pantalla-2025-03-25-172149.png-1135x757.png");
}
.cid-uGunpikhOh .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-uGunpikhOh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGunpikhOh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGunpikhOh .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uGunpikhOh .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uGunpikhOh {
    align-items: flex-end;
  }
  .cid-uGunpikhOh .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGunpikhOh .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGunpikhOh {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGunpikhOh .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGunpikhOh .content-wrap {
    width: 100%;
  }
}
.cid-uGunpikhOh .mbr-section-title {
  text-align: right;
}
.cid-uGunpikhOh .mbr-text,
.cid-uGunpikhOh .mbr-section-btn {
  text-align: center;
}
.cid-uFTOw7XNJY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFTOw7XNJY .item-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFTOw7XNJY .smallImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-uFTOw7XNJY .largeImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-uFTOw7XNJY .largeImage .item {
    margin-bottom: 2rem;
  }
  .cid-uFTOw7XNJY .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .cid-uFTOw7XNJY .largeImage .item {
    margin-bottom: 1rem;
  }
}
.cid-uFTOw7XNJY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTOw7XNJY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFTOw7XNJY .mbr-description {
  text-align: left;
}
.cid-uFTOw7XNJY .card-title,
.cid-uFTOw7XNJY .iconfont-wrapper {
  color: #000000;
}
.cid-uFTOw7XNJY .card-text {
  color: #000000;
}
.cid-uFTOw7XNJY .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFTOw7XNJY .mbr-number {
  color: #9fe870;
}
.cid-uFTOw7XNJY .mbr-text,
.cid-uFTOw7XNJY .mbr-section-btn {
  text-align: center;
}
.cid-uFTOw7XNJY .card-text,
.cid-uFTOw7XNJY .item .mbr-section-btn {
  text-align: left;
}
.cid-uFTOw7XNJY .smallImage {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFTOw7XNJY .smallImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-uFTOw7XNJY .largeImage {
  width: 100%;
  height: 632px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFTOw7XNJY .largeImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-uFTOw8K1Yl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFTOw8K1Yl .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uFTOw8K1Yl .social-row .soc-item {
  margin: 8px;
}
.cid-uFTOw8K1Yl .social-row .soc-item a:hover .mbr-iconfont,
.cid-uFTOw8K1Yl .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #669bff;
}
.cid-uFTOw8K1Yl .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #acc7fb;
  color: #0c2c68;
  transition: all 0.3s ease-in-out;
}
.cid-uFTOw8K1Yl .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uFTOw8K1Yl .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFTOw8K1Yl .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFTOw8K1Yl .header-menu li p {
  margin: 0;
}
.cid-uFTOw8K1Yl .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uFTOw8K1Yl .mbr-section-title {
  color: #ffffff;
}
.cid-uFTOylfXpi {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uFTOylfXpi .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uFTOylfXpi .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uFTOylfXpi .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTOylfXpi .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uFTOylfXpi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTOylfXpi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTOylfXpi .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uFTOylfXpi .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uFTOylfXpi .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uFTOylfXpi .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uFTOylfXpi .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uFTOylfXpi .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uFTOylfXpi .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uFTOylfXpi .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uFTOylfXpi .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uFTOylfXpi .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uFTOylfXpi .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uFTOylfXpi .navbar-logo {
    padding-left: 0;
  }
}
.cid-uFTOylfXpi .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFTOylfXpi .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uFTOylfXpi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uFTOylfXpi .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.3) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uFTOylfXpi .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uFTOylfXpi .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uFTOylfXpi .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFTOylfXpi .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.3) !important;
}
.cid-uFTOylfXpi .nav-item:focus,
.cid-uFTOylfXpi .nav-link:focus {
  outline: none;
}
.cid-uFTOylfXpi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTOylfXpi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTOylfXpi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTOylfXpi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTOylfXpi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTOylfXpi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTOylfXpi .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uFTOylfXpi .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTOylfXpi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTOylfXpi .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTOylfXpi .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uFTOylfXpi .navbar.collapsed {
  justify-content: center;
}
.cid-uFTOylfXpi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTOylfXpi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFTOylfXpi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uFTOylfXpi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTOylfXpi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTOylfXpi .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-uFTOylfXpi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTOylfXpi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTOylfXpi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFTOylfXpi .navbar {
    min-height: 72px;
  }
  .cid-uFTOylfXpi .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uFTOylfXpi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTOylfXpi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTOylfXpi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTOylfXpi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTOylfXpi .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-uFTOylfXpi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTOylfXpi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uFTOylfXpi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTOylfXpi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTOylfXpi .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uFTOylfXpi .dropdown-item.active,
.cid-uFTOylfXpi .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTOylfXpi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTOylfXpi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTOylfXpi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTOylfXpi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFTOylfXpi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uFTOylfXpi .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uFTOylfXpi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTOylfXpi .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uFTOylfXpi .navbar-buttons {
    text-align: left;
  }
}
.cid-uFTOylfXpi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTOylfXpi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #260a30;
}
.cid-uFTOylfXpi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTOylfXpi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTOylfXpi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTOylfXpi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTOylfXpi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTOylfXpi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTOylfXpi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTOylfXpi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTOylfXpi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFTOylfXpi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTOylfXpi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFTOylfXpi .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFTOylfXpi .navbar {
    height: 70px;
  }
  .cid-uFTOylfXpi .navbar.opened {
    height: auto;
  }
  .cid-uFTOylfXpi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFTOylfXpi .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uFTOylfXpi .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uFTOylfXpi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uFTOylfXpi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uFTOylfXpi .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uFTOylfXpi .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uFTOylfXpi .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uFTOylfXpi .navbar-brand {
    margin-right: auto;
  }
  .cid-uFTOylfXpi .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.3) !important;
    background: rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uFTOylfXpi .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uFTOylfXpi .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uFTOylfXpi .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFTOylfXpi .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uFTOylfXpi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uFTOylfXpi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uFTOylfXpi .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uFTOylfXpi .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFTOylfXpi .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uFTOylfXpi .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uFTOymn6fO {
  display: flex;
}
@media (min-width: 768px) {
  .cid-uFTOymn6fO {
    align-items: flex-end;
  }
  .cid-uFTOymn6fO .row {
    justify-content: center;
  }
  .cid-uFTOymn6fO .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFTOymn6fO .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFTOymn6fO {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uFTOymn6fO .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFTOymn6fO .content-wrap {
    width: 100%;
  }
}
.cid-uFTOymn6fO .mbr-section-title,
.cid-uFTOymn6fO .mbr-section-subtitle {
  text-align: center;
}
.cid-uFTOymn6fO .mbr-text,
.cid-uFTOymn6fO .mbr-section-btn {
  text-align: left;
}
.cid-uFTOymn6fO .mbr-section-title {
  text-align: left;
}
.cid-uFTOyniXhB {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFTOyniXhB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTOyniXhB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uFTOyniXhB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFTOyniXhB .row {
  flex-direction: row-reverse;
}
.cid-uFTOyniXhB .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uFTOyniXhB .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uFTOyniXhB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFTOyniXhB .mbr-section-title {
  color: #000000;
}
.cid-uFTOyniXhB .mbr-text,
.cid-uFTOyniXhB .mbr-section-btn {
  color: #232323;
}
.cid-uFTOyov0gV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uFTOyov0gV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTOyov0gV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uFTOyov0gV .container-fluid {
    padding: 0;
  }
}
.cid-uFTOyov0gV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uFTOyov0gV .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uFTOyov0gV .embla__button--next,
.cid-uFTOyov0gV .embla__button--prev {
  display: flex;
}
.cid-uFTOyov0gV .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uFTOyov0gV .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uFTOyov0gV .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uFTOyov0gV .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uFTOyov0gV .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFTOyov0gV .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uFTOyov0gV .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uFTOyov0gV .embla {
  position: relative;
  width: 100%;
}
.cid-uFTOyov0gV .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uFTOyov0gV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uFTOyov0gV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uFTOyov0gV .embla__slide a {
  cursor: grab;
}
.cid-uFTOyov0gV .embla__slide a:active {
  cursor: grabbing;
}
.cid-uFTOyov0gV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uFTOyov0gV .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uFTOyov0gV .mbr-section-title {
  color: #232323;
}
.cid-uFTOyov0gV .mbr-section-subtitle {
  color: #232323;
}
.cid-uFTOyov0gV .mbr-box {
  color: #ffffff;
}
.cid-uFTOyov0gV .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uFTOyov0gV img,
.cid-uFTOyov0gV .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uFTOyov0gV .item-wrapper {
  position: relative;
}
.cid-uFTOyov0gV .content-head {
  max-width: 800px;
}
.cid-uGvjwCDuYT {
  display: flex;
  background-image: url("https://r.mobirisesite.com/1297135/assets/images/img-gallery-06-full.jpg-1340x912.jpg");
}
.cid-uGvjwCDuYT .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-uGvjwCDuYT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGvjwCDuYT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGvjwCDuYT .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uGvjwCDuYT .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uGvjwCDuYT {
    align-items: flex-end;
  }
  .cid-uGvjwCDuYT .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGvjwCDuYT .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGvjwCDuYT {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGvjwCDuYT .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGvjwCDuYT .content-wrap {
    width: 100%;
  }
}
.cid-uGvjwCDuYT .mbr-section-title {
  text-align: right;
}
.cid-uGvjwCDuYT .mbr-text,
.cid-uGvjwCDuYT .mbr-section-btn {
  text-align: center;
}
.cid-uFTOyrwgcP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFTOyrwgcP .item-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFTOyrwgcP .smallImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-uFTOyrwgcP .largeImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-uFTOyrwgcP .largeImage .item {
    margin-bottom: 2rem;
  }
  .cid-uFTOyrwgcP .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .cid-uFTOyrwgcP .largeImage .item {
    margin-bottom: 1rem;
  }
}
.cid-uFTOyrwgcP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTOyrwgcP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFTOyrwgcP .mbr-description {
  text-align: left;
}
.cid-uFTOyrwgcP .card-title,
.cid-uFTOyrwgcP .iconfont-wrapper {
  color: #000000;
}
.cid-uFTOyrwgcP .card-text {
  color: #000000;
}
.cid-uFTOyrwgcP .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFTOyrwgcP .mbr-number {
  color: #9fe870;
}
.cid-uFTOyrwgcP .mbr-text,
.cid-uFTOyrwgcP .mbr-section-btn {
  text-align: center;
}
.cid-uFTOyrwgcP .card-text,
.cid-uFTOyrwgcP .item .mbr-section-btn {
  text-align: left;
}
.cid-uFTOyrwgcP .smallImage {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFTOyrwgcP .smallImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-uFTOyrwgcP .largeImage {
  width: 100%;
  height: 632px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFTOyrwgcP .largeImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-uFTOysDOau {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFTOysDOau .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uFTOysDOau .social-row .soc-item {
  margin: 8px;
}
.cid-uFTOysDOau .social-row .soc-item a:hover .mbr-iconfont,
.cid-uFTOysDOau .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #669bff;
}
.cid-uFTOysDOau .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #acc7fb;
  color: #0c2c68;
  transition: all 0.3s ease-in-out;
}
.cid-uFTOysDOau .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uFTOysDOau .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFTOysDOau .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFTOysDOau .header-menu li p {
  margin: 0;
}
.cid-uFTOysDOau .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uFTOysDOau .mbr-section-title {
  color: #ffffff;
}
.cid-uFTOBl6pDo {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uFTOBl6pDo .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uFTOBl6pDo .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uFTOBl6pDo .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTOBl6pDo .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uFTOBl6pDo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTOBl6pDo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTOBl6pDo .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uFTOBl6pDo .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uFTOBl6pDo .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uFTOBl6pDo .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uFTOBl6pDo .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uFTOBl6pDo .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uFTOBl6pDo .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uFTOBl6pDo .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uFTOBl6pDo .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uFTOBl6pDo .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uFTOBl6pDo .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uFTOBl6pDo .navbar-logo {
    padding-left: 0;
  }
}
.cid-uFTOBl6pDo .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFTOBl6pDo .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uFTOBl6pDo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uFTOBl6pDo .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.3) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uFTOBl6pDo .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uFTOBl6pDo .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uFTOBl6pDo .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFTOBl6pDo .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.3) !important;
}
.cid-uFTOBl6pDo .nav-item:focus,
.cid-uFTOBl6pDo .nav-link:focus {
  outline: none;
}
.cid-uFTOBl6pDo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTOBl6pDo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTOBl6pDo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTOBl6pDo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTOBl6pDo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTOBl6pDo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTOBl6pDo .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uFTOBl6pDo .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTOBl6pDo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTOBl6pDo .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTOBl6pDo .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uFTOBl6pDo .navbar.collapsed {
  justify-content: center;
}
.cid-uFTOBl6pDo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTOBl6pDo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFTOBl6pDo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uFTOBl6pDo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTOBl6pDo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTOBl6pDo .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-uFTOBl6pDo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTOBl6pDo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTOBl6pDo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFTOBl6pDo .navbar {
    min-height: 72px;
  }
  .cid-uFTOBl6pDo .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uFTOBl6pDo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTOBl6pDo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTOBl6pDo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTOBl6pDo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTOBl6pDo .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-uFTOBl6pDo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTOBl6pDo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uFTOBl6pDo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTOBl6pDo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTOBl6pDo .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uFTOBl6pDo .dropdown-item.active,
.cid-uFTOBl6pDo .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTOBl6pDo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTOBl6pDo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTOBl6pDo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTOBl6pDo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFTOBl6pDo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uFTOBl6pDo .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uFTOBl6pDo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTOBl6pDo .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uFTOBl6pDo .navbar-buttons {
    text-align: left;
  }
}
.cid-uFTOBl6pDo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTOBl6pDo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #260a30;
}
.cid-uFTOBl6pDo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTOBl6pDo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTOBl6pDo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTOBl6pDo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTOBl6pDo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTOBl6pDo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTOBl6pDo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTOBl6pDo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTOBl6pDo .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFTOBl6pDo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTOBl6pDo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFTOBl6pDo .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFTOBl6pDo .navbar {
    height: 70px;
  }
  .cid-uFTOBl6pDo .navbar.opened {
    height: auto;
  }
  .cid-uFTOBl6pDo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFTOBl6pDo .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uFTOBl6pDo .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uFTOBl6pDo .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uFTOBl6pDo .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uFTOBl6pDo .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uFTOBl6pDo .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uFTOBl6pDo .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uFTOBl6pDo .navbar-brand {
    margin-right: auto;
  }
  .cid-uFTOBl6pDo .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.3) !important;
    background: rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uFTOBl6pDo .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uFTOBl6pDo .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uFTOBl6pDo .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFTOBl6pDo .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uFTOBl6pDo .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uFTOBl6pDo .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uFTOBl6pDo .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uFTOBl6pDo .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFTOBl6pDo .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uFTOBl6pDo .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uGuz0dIm3o {
  display: flex;
  background-image: url("https://r.mobirisesite.com/1297135/assets/images/captura-de-pantalla-2025-03-19-130101.jpg-2000x1125.jpg");
}
.cid-uGuz0dIm3o .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-uGuz0dIm3o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGuz0dIm3o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGuz0dIm3o .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uGuz0dIm3o .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uGuz0dIm3o {
    align-items: flex-end;
  }
  .cid-uGuz0dIm3o .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGuz0dIm3o .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGuz0dIm3o {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGuz0dIm3o .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGuz0dIm3o .content-wrap {
    width: 100%;
  }
}
.cid-uGuz0dIm3o .mbr-section-title {
  text-align: left;
}
.cid-uGuz0dIm3o .mbr-text,
.cid-uGuz0dIm3o .mbr-section-btn {
  text-align: left;
}
.cid-uFTOBn5itK {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFTOBn5itK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTOBn5itK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uFTOBn5itK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFTOBn5itK .row {
  flex-direction: row-reverse;
}
.cid-uFTOBn5itK .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uFTOBn5itK .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uFTOBn5itK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFTOBn5itK .mbr-section-title {
  color: #000000;
}
.cid-uFTOBn5itK .mbr-text,
.cid-uFTOBn5itK .mbr-section-btn {
  color: #232323;
}
.cid-uFTOBobsAF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uFTOBobsAF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTOBobsAF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uFTOBobsAF .container-fluid {
    padding: 0;
  }
}
.cid-uFTOBobsAF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uFTOBobsAF .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uFTOBobsAF .embla__button--next,
.cid-uFTOBobsAF .embla__button--prev {
  display: flex;
}
.cid-uFTOBobsAF .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uFTOBobsAF .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uFTOBobsAF .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uFTOBobsAF .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uFTOBobsAF .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFTOBobsAF .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uFTOBobsAF .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uFTOBobsAF .embla {
  position: relative;
  width: 100%;
}
.cid-uFTOBobsAF .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uFTOBobsAF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uFTOBobsAF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uFTOBobsAF .embla__slide a {
  cursor: grab;
}
.cid-uFTOBobsAF .embla__slide a:active {
  cursor: grabbing;
}
.cid-uFTOBobsAF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uFTOBobsAF .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uFTOBobsAF .mbr-section-title {
  color: #232323;
}
.cid-uFTOBobsAF .mbr-section-subtitle {
  color: #232323;
}
.cid-uFTOBobsAF .mbr-box {
  color: #ffffff;
}
.cid-uFTOBobsAF .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uFTOBobsAF img,
.cid-uFTOBobsAF .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uFTOBobsAF .item-wrapper {
  position: relative;
}
.cid-uFTOBobsAF .content-head {
  max-width: 800px;
}
.cid-uGuz0N9aEP {
  display: flex;
  background-image: url("https://r.mobirisesite.com/1297135/assets/images/captura-de-pantalla-2025-03-19-130309.png-1458x832.png");
}
.cid-uGuz0N9aEP .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-uGuz0N9aEP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGuz0N9aEP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGuz0N9aEP .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uGuz0N9aEP .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uGuz0N9aEP {
    align-items: flex-end;
  }
  .cid-uGuz0N9aEP .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGuz0N9aEP .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGuz0N9aEP {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGuz0N9aEP .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGuz0N9aEP .content-wrap {
    width: 100%;
  }
}
.cid-uGuz0N9aEP .mbr-section-title {
  text-align: right;
}
.cid-uGuz0N9aEP .mbr-text,
.cid-uGuz0N9aEP .mbr-section-btn {
  text-align: right;
}
.cid-uFTOBqIIJu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFTOBqIIJu .item-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFTOBqIIJu .smallImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-uFTOBqIIJu .largeImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-uFTOBqIIJu .largeImage .item {
    margin-bottom: 2rem;
  }
  .cid-uFTOBqIIJu .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .cid-uFTOBqIIJu .largeImage .item {
    margin-bottom: 1rem;
  }
}
.cid-uFTOBqIIJu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTOBqIIJu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFTOBqIIJu .mbr-description {
  text-align: left;
}
.cid-uFTOBqIIJu .card-title,
.cid-uFTOBqIIJu .iconfont-wrapper {
  color: #000000;
}
.cid-uFTOBqIIJu .card-text {
  color: #000000;
}
.cid-uFTOBqIIJu .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFTOBqIIJu .mbr-number {
  color: #9fe870;
}
.cid-uFTOBqIIJu .mbr-text,
.cid-uFTOBqIIJu .mbr-section-btn {
  text-align: center;
}
.cid-uFTOBqIIJu .card-text,
.cid-uFTOBqIIJu .item .mbr-section-btn {
  text-align: left;
}
.cid-uFTOBqIIJu .smallImage {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFTOBqIIJu .smallImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-uFTOBqIIJu .largeImage {
  width: 100%;
  height: 632px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFTOBqIIJu .largeImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-uFTOBrKzHi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFTOBrKzHi .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uFTOBrKzHi .social-row .soc-item {
  margin: 8px;
}
.cid-uFTOBrKzHi .social-row .soc-item a:hover .mbr-iconfont,
.cid-uFTOBrKzHi .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #669bff;
}
.cid-uFTOBrKzHi .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #acc7fb;
  color: #0c2c68;
  transition: all 0.3s ease-in-out;
}
.cid-uFTOBrKzHi .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uFTOBrKzHi .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFTOBrKzHi .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFTOBrKzHi .header-menu li p {
  margin: 0;
}
.cid-uFTOBrKzHi .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uFTOBrKzHi .mbr-section-title {
  color: #ffffff;
}
.cid-uFTODk0BZ2 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uFTODk0BZ2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uFTODk0BZ2 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uFTODk0BZ2 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTODk0BZ2 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uFTODk0BZ2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTODk0BZ2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTODk0BZ2 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uFTODk0BZ2 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uFTODk0BZ2 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uFTODk0BZ2 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uFTODk0BZ2 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uFTODk0BZ2 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uFTODk0BZ2 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uFTODk0BZ2 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uFTODk0BZ2 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uFTODk0BZ2 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uFTODk0BZ2 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uFTODk0BZ2 .navbar-logo {
    padding-left: 0;
  }
}
.cid-uFTODk0BZ2 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFTODk0BZ2 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uFTODk0BZ2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uFTODk0BZ2 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.3) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uFTODk0BZ2 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uFTODk0BZ2 .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uFTODk0BZ2 .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFTODk0BZ2 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.3) !important;
}
.cid-uFTODk0BZ2 .nav-item:focus,
.cid-uFTODk0BZ2 .nav-link:focus {
  outline: none;
}
.cid-uFTODk0BZ2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTODk0BZ2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTODk0BZ2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTODk0BZ2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTODk0BZ2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTODk0BZ2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTODk0BZ2 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uFTODk0BZ2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTODk0BZ2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTODk0BZ2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTODk0BZ2 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uFTODk0BZ2 .navbar.collapsed {
  justify-content: center;
}
.cid-uFTODk0BZ2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTODk0BZ2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFTODk0BZ2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uFTODk0BZ2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTODk0BZ2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTODk0BZ2 .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-uFTODk0BZ2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTODk0BZ2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTODk0BZ2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFTODk0BZ2 .navbar {
    min-height: 72px;
  }
  .cid-uFTODk0BZ2 .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uFTODk0BZ2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTODk0BZ2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTODk0BZ2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTODk0BZ2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTODk0BZ2 .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-uFTODk0BZ2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTODk0BZ2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uFTODk0BZ2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTODk0BZ2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTODk0BZ2 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uFTODk0BZ2 .dropdown-item.active,
.cid-uFTODk0BZ2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTODk0BZ2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTODk0BZ2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTODk0BZ2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTODk0BZ2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFTODk0BZ2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uFTODk0BZ2 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uFTODk0BZ2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTODk0BZ2 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uFTODk0BZ2 .navbar-buttons {
    text-align: left;
  }
}
.cid-uFTODk0BZ2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTODk0BZ2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #260a30;
}
.cid-uFTODk0BZ2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTODk0BZ2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTODk0BZ2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTODk0BZ2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTODk0BZ2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTODk0BZ2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTODk0BZ2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTODk0BZ2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTODk0BZ2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFTODk0BZ2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTODk0BZ2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFTODk0BZ2 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFTODk0BZ2 .navbar {
    height: 70px;
  }
  .cid-uFTODk0BZ2 .navbar.opened {
    height: auto;
  }
  .cid-uFTODk0BZ2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFTODk0BZ2 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uFTODk0BZ2 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uFTODk0BZ2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uFTODk0BZ2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uFTODk0BZ2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uFTODk0BZ2 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uFTODk0BZ2 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uFTODk0BZ2 .navbar-brand {
    margin-right: auto;
  }
  .cid-uFTODk0BZ2 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.3) !important;
    background: rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uFTODk0BZ2 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uFTODk0BZ2 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uFTODk0BZ2 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFTODk0BZ2 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uFTODk0BZ2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uFTODk0BZ2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uFTODk0BZ2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uFTODk0BZ2 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFTODk0BZ2 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uFTODk0BZ2 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uFTODkXnIy {
  display: flex;
}
@media (min-width: 768px) {
  .cid-uFTODkXnIy {
    align-items: flex-end;
  }
  .cid-uFTODkXnIy .row {
    justify-content: center;
  }
  .cid-uFTODkXnIy .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFTODkXnIy .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFTODkXnIy {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uFTODkXnIy .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFTODkXnIy .content-wrap {
    width: 100%;
  }
}
.cid-uFTODkXnIy .mbr-section-title,
.cid-uFTODkXnIy .mbr-section-subtitle {
  text-align: center;
}
.cid-uFTODkXnIy .mbr-text,
.cid-uFTODkXnIy .mbr-section-btn {
  text-align: left;
}
.cid-uFTODkXnIy .mbr-section-title {
  text-align: left;
}
.cid-uFTODlYzBN {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFTODlYzBN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTODlYzBN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uFTODlYzBN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFTODlYzBN .row {
  flex-direction: row-reverse;
}
.cid-uFTODlYzBN .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uFTODlYzBN .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uFTODlYzBN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFTODlYzBN .mbr-section-title {
  color: #000000;
}
.cid-uFTODlYzBN .mbr-text,
.cid-uFTODlYzBN .mbr-section-btn {
  color: #232323;
}
.cid-uFTODmTNsk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uFTODmTNsk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTODmTNsk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uFTODmTNsk .container-fluid {
    padding: 0;
  }
}
.cid-uFTODmTNsk .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uFTODmTNsk .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uFTODmTNsk .embla__button--next,
.cid-uFTODmTNsk .embla__button--prev {
  display: flex;
}
.cid-uFTODmTNsk .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uFTODmTNsk .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uFTODmTNsk .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uFTODmTNsk .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uFTODmTNsk .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFTODmTNsk .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uFTODmTNsk .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uFTODmTNsk .embla {
  position: relative;
  width: 100%;
}
.cid-uFTODmTNsk .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uFTODmTNsk .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uFTODmTNsk .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uFTODmTNsk .embla__slide a {
  cursor: grab;
}
.cid-uFTODmTNsk .embla__slide a:active {
  cursor: grabbing;
}
.cid-uFTODmTNsk .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uFTODmTNsk .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uFTODmTNsk .mbr-section-title {
  color: #232323;
}
.cid-uFTODmTNsk .mbr-section-subtitle {
  color: #232323;
}
.cid-uFTODmTNsk .mbr-box {
  color: #ffffff;
}
.cid-uFTODmTNsk .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uFTODmTNsk img,
.cid-uFTODmTNsk .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uFTODmTNsk .item-wrapper {
  position: relative;
}
.cid-uFTODmTNsk .content-head {
  max-width: 800px;
}
.cid-uGut2wOIow {
  display: flex;
  background-image: url("https://r.mobirisesite.com/1297135/assets/images/captura-de-pantalla-2025-03-19-112722.png-1-1254x872.png");
}
.cid-uGut2wOIow .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-uGut2wOIow .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGut2wOIow .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGut2wOIow .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uGut2wOIow .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uGut2wOIow {
    align-items: flex-end;
  }
  .cid-uGut2wOIow .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGut2wOIow .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGut2wOIow {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGut2wOIow .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGut2wOIow .content-wrap {
    width: 100%;
  }
}
.cid-uGut2wOIow .mbr-section-title {
  text-align: right;
}
.cid-uGut2wOIow .mbr-text,
.cid-uGut2wOIow .mbr-section-btn {
  text-align: center;
}
.cid-uFTODpdu89 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFTODpdu89 .item-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFTODpdu89 .smallImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-uFTODpdu89 .largeImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-uFTODpdu89 .largeImage .item {
    margin-bottom: 2rem;
  }
  .cid-uFTODpdu89 .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .cid-uFTODpdu89 .largeImage .item {
    margin-bottom: 1rem;
  }
}
.cid-uFTODpdu89 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTODpdu89 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFTODpdu89 .mbr-description {
  text-align: left;
}
.cid-uFTODpdu89 .card-title,
.cid-uFTODpdu89 .iconfont-wrapper {
  color: #000000;
}
.cid-uFTODpdu89 .card-text {
  color: #000000;
}
.cid-uFTODpdu89 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFTODpdu89 .mbr-number {
  color: #9fe870;
}
.cid-uFTODpdu89 .mbr-text,
.cid-uFTODpdu89 .mbr-section-btn {
  text-align: center;
}
.cid-uFTODpdu89 .card-text,
.cid-uFTODpdu89 .item .mbr-section-btn {
  text-align: left;
}
.cid-uFTODpdu89 .smallImage {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFTODpdu89 .smallImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-uFTODpdu89 .largeImage {
  width: 100%;
  height: 632px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFTODpdu89 .largeImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-uFTODqpJ6f {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFTODqpJ6f .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uFTODqpJ6f .social-row .soc-item {
  margin: 8px;
}
.cid-uFTODqpJ6f .social-row .soc-item a:hover .mbr-iconfont,
.cid-uFTODqpJ6f .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #669bff;
}
.cid-uFTODqpJ6f .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #acc7fb;
  color: #0c2c68;
  transition: all 0.3s ease-in-out;
}
.cid-uFTODqpJ6f .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uFTODqpJ6f .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFTODqpJ6f .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFTODqpJ6f .header-menu li p {
  margin: 0;
}
.cid-uFTODqpJ6f .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uFTODqpJ6f .mbr-section-title {
  color: #ffffff;
}
.cid-uFwhHazkRr {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uFwhHazkRr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uFwhHazkRr .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uFwhHazkRr .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFwhHazkRr .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uFwhHazkRr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFwhHazkRr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFwhHazkRr .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uFwhHazkRr .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uFwhHazkRr .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uFwhHazkRr .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uFwhHazkRr .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uFwhHazkRr .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uFwhHazkRr .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uFwhHazkRr .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uFwhHazkRr .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uFwhHazkRr .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uFwhHazkRr .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uFwhHazkRr .navbar-logo {
    padding-left: 0;
  }
}
.cid-uFwhHazkRr .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFwhHazkRr .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uFwhHazkRr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uFwhHazkRr .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.3) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uFwhHazkRr .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uFwhHazkRr .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uFwhHazkRr .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFwhHazkRr .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.3) !important;
}
.cid-uFwhHazkRr .nav-item:focus,
.cid-uFwhHazkRr .nav-link:focus {
  outline: none;
}
.cid-uFwhHazkRr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFwhHazkRr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFwhHazkRr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFwhHazkRr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFwhHazkRr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFwhHazkRr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFwhHazkRr .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uFwhHazkRr .navbar.opened {
  transition: all 0.3s;
}
.cid-uFwhHazkRr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFwhHazkRr .navbar .navbar-logo img {
  width: auto;
}
.cid-uFwhHazkRr .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uFwhHazkRr .navbar.collapsed {
  justify-content: center;
}
.cid-uFwhHazkRr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFwhHazkRr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFwhHazkRr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uFwhHazkRr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFwhHazkRr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFwhHazkRr .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-uFwhHazkRr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFwhHazkRr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFwhHazkRr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFwhHazkRr .navbar {
    min-height: 72px;
  }
  .cid-uFwhHazkRr .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uFwhHazkRr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFwhHazkRr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFwhHazkRr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFwhHazkRr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFwhHazkRr .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-uFwhHazkRr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFwhHazkRr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uFwhHazkRr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFwhHazkRr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFwhHazkRr .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uFwhHazkRr .dropdown-item.active,
.cid-uFwhHazkRr .dropdown-item:active {
  background-color: transparent;
}
.cid-uFwhHazkRr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFwhHazkRr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFwhHazkRr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFwhHazkRr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFwhHazkRr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uFwhHazkRr .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uFwhHazkRr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFwhHazkRr .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uFwhHazkRr .navbar-buttons {
    text-align: left;
  }
}
.cid-uFwhHazkRr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFwhHazkRr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #260a30;
}
.cid-uFwhHazkRr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFwhHazkRr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFwhHazkRr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFwhHazkRr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFwhHazkRr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFwhHazkRr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFwhHazkRr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFwhHazkRr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFwhHazkRr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFwhHazkRr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFwhHazkRr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFwhHazkRr .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFwhHazkRr .navbar {
    height: 70px;
  }
  .cid-uFwhHazkRr .navbar.opened {
    height: auto;
  }
  .cid-uFwhHazkRr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uFwhHazkRr .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uFwhHazkRr .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uFwhHazkRr .navbar-brand {
    margin-right: auto;
  }
  .cid-uFwhHazkRr .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.3) !important;
    background: rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uFwhHazkRr .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uFwhHazkRr .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uFwhHazkRr .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFwhHazkRr .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uFwhHazkRr .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uG5avEwM2E {
  display: flex;
  background-image: url("https://r.mobirisesite.com/1297135/assets/images/captura-de-pantalla-2025-03-19-175832.png-1176x810.png");
}
.cid-uG5avEwM2E .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uG5avEwM2E {
    align-items: flex-end;
  }
  .cid-uG5avEwM2E .row {
    justify-content: center;
  }
  .cid-uG5avEwM2E .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uG5avEwM2E .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uG5avEwM2E {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uG5avEwM2E .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uG5avEwM2E .content-wrap {
    width: 100%;
  }
}
.cid-uG5avEwM2E .mbr-section-title,
.cid-uG5avEwM2E .mbr-section-subtitle {
  text-align: center;
}
.cid-uG5avEwM2E .mbr-text,
.cid-uG5avEwM2E .mbr-section-btn {
  text-align: left;
}
.cid-uG5avEwM2E .mbr-section-title {
  text-align: left;
}
.cid-uG2qS3btxY {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uG2qS3btxY .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uG2qS3btxY img,
.cid-uG2qS3btxY .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uG2qS3btxY .item:focus,
.cid-uG2qS3btxY span:focus {
  outline: none;
}
.cid-uG2qS3btxY .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uG2qS3btxY .item {
    margin-bottom: 1rem;
  }
}
.cid-uG2qS3btxY .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uG2qS3btxY .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uG2qS3btxY .item-content .item-footer {
  margin-top: auto;
}
.cid-uG2qS3btxY .mbr-section-title {
  color: #000000;
}
.cid-uG2qS3btxY .mbr-text,
.cid-uG2qS3btxY .mbr-section-btn {
  color: #000000;
}
.cid-uG2qS3btxY .item-title {
  color: #000000;
}
.cid-uG2qS3btxY .content-head {
  max-width: 800px;
}
.cid-uG5dmvM5FU {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uG5dmvM5FU .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-uG5dmvM5FU img,
.cid-uG5dmvM5FU .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uG5dmvM5FU .item:focus,
.cid-uG5dmvM5FU span:focus {
  outline: none;
}
.cid-uG5dmvM5FU .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uG5dmvM5FU .item {
    margin-bottom: 1rem;
  }
}
.cid-uG5dmvM5FU .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uG5dmvM5FU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uG5dmvM5FU .mbr-section-title {
  color: #232323;
}
.cid-uG5dmvM5FU .mbr-text,
.cid-uG5dmvM5FU .mbr-section-btn {
  color: #a6a99c;
  text-align: center;
}
.cid-uG5dmvM5FU .item-title {
  color: #232323;
  text-align: center;
}
.cid-uG5dmvM5FU .content-head {
  max-width: 800px;
}
.cid-uG6e7ajvmn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uG6e7ajvmn img,
.cid-uG6e7ajvmn .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uG6e7ajvmn .item:focus,
.cid-uG6e7ajvmn span:focus {
  outline: none;
}
.cid-uG6e7ajvmn .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uG6e7ajvmn .item {
    margin-bottom: 1rem;
  }
}
.cid-uG6e7ajvmn .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uG6e7ajvmn .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uG6e7ajvmn .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uG6e7ajvmn .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uG6e7ajvmn .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uG6e7ajvmn .mbr-section-title {
  color: #000000;
}
.cid-uG6e7ajvmn .item-title {
  text-align: left;
}
.cid-uG6e7ajvmn .item-subtitle {
  text-align: left;
}
.cid-uG6e7ajvmn .mbr-text,
.cid-uG6e7ajvmn .item .mbr-section-btn {
  text-align: left;
}
.cid-uG6e7ajvmn .content-head {
  max-width: 800px;
}
.cid-uFIXpZ1462 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFIXpZ1462 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uFIXpZ1462 .social-row .soc-item {
  margin: 8px;
}
.cid-uFIXpZ1462 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uFIXpZ1462 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #669bff;
}
.cid-uFIXpZ1462 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #acc7fb;
  color: #0c2c68;
  transition: all 0.3s ease-in-out;
}
.cid-uFIXpZ1462 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uFIXpZ1462 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFIXpZ1462 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFIXpZ1462 .header-menu li p {
  margin: 0;
}
.cid-uFIXpZ1462 .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uFIXpZ1462 .mbr-section-title {
  color: #ffffff;
}
.cid-uG6mAmJSX1 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uG6mAmJSX1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uG6mAmJSX1 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uG6mAmJSX1 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uG6mAmJSX1 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uG6mAmJSX1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uG6mAmJSX1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uG6mAmJSX1 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uG6mAmJSX1 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uG6mAmJSX1 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uG6mAmJSX1 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uG6mAmJSX1 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uG6mAmJSX1 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uG6mAmJSX1 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uG6mAmJSX1 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uG6mAmJSX1 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uG6mAmJSX1 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uG6mAmJSX1 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uG6mAmJSX1 .navbar-logo {
    padding-left: 0;
  }
}
.cid-uG6mAmJSX1 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uG6mAmJSX1 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uG6mAmJSX1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uG6mAmJSX1 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.3) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uG6mAmJSX1 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uG6mAmJSX1 .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uG6mAmJSX1 .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uG6mAmJSX1 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.3) !important;
}
.cid-uG6mAmJSX1 .nav-item:focus,
.cid-uG6mAmJSX1 .nav-link:focus {
  outline: none;
}
.cid-uG6mAmJSX1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uG6mAmJSX1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uG6mAmJSX1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uG6mAmJSX1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uG6mAmJSX1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uG6mAmJSX1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uG6mAmJSX1 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uG6mAmJSX1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uG6mAmJSX1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uG6mAmJSX1 .navbar .navbar-logo img {
  width: auto;
}
.cid-uG6mAmJSX1 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uG6mAmJSX1 .navbar.collapsed {
  justify-content: center;
}
.cid-uG6mAmJSX1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uG6mAmJSX1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uG6mAmJSX1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uG6mAmJSX1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uG6mAmJSX1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uG6mAmJSX1 .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-uG6mAmJSX1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uG6mAmJSX1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uG6mAmJSX1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uG6mAmJSX1 .navbar {
    min-height: 72px;
  }
  .cid-uG6mAmJSX1 .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uG6mAmJSX1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uG6mAmJSX1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uG6mAmJSX1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uG6mAmJSX1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uG6mAmJSX1 .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-uG6mAmJSX1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uG6mAmJSX1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uG6mAmJSX1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uG6mAmJSX1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uG6mAmJSX1 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uG6mAmJSX1 .dropdown-item.active,
.cid-uG6mAmJSX1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uG6mAmJSX1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uG6mAmJSX1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uG6mAmJSX1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uG6mAmJSX1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uG6mAmJSX1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uG6mAmJSX1 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uG6mAmJSX1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uG6mAmJSX1 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uG6mAmJSX1 .navbar-buttons {
    text-align: left;
  }
}
.cid-uG6mAmJSX1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uG6mAmJSX1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #260a30;
}
.cid-uG6mAmJSX1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uG6mAmJSX1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG6mAmJSX1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG6mAmJSX1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uG6mAmJSX1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG6mAmJSX1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uG6mAmJSX1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uG6mAmJSX1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG6mAmJSX1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uG6mAmJSX1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uG6mAmJSX1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uG6mAmJSX1 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uG6mAmJSX1 .navbar {
    height: 70px;
  }
  .cid-uG6mAmJSX1 .navbar.opened {
    height: auto;
  }
  .cid-uG6mAmJSX1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uG6mAmJSX1 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uG6mAmJSX1 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uG6mAmJSX1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uG6mAmJSX1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uG6mAmJSX1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uG6mAmJSX1 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uG6mAmJSX1 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uG6mAmJSX1 .navbar-brand {
    margin-right: auto;
  }
  .cid-uG6mAmJSX1 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.3) !important;
    background: rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uG6mAmJSX1 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uG6mAmJSX1 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uG6mAmJSX1 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uG6mAmJSX1 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uG6mAmJSX1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uG6mAmJSX1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uG6mAmJSX1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uG6mAmJSX1 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uG6mAmJSX1 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uG6mAmJSX1 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uG6mAm3abP {
  display: flex;
}
@media (min-width: 768px) {
  .cid-uG6mAm3abP {
    align-items: flex-end;
  }
  .cid-uG6mAm3abP .row {
    justify-content: center;
  }
  .cid-uG6mAm3abP .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uG6mAm3abP .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uG6mAm3abP {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uG6mAm3abP .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uG6mAm3abP .content-wrap {
    width: 100%;
  }
}
.cid-uG6mAm3abP .mbr-section-title,
.cid-uG6mAm3abP .mbr-section-subtitle {
  text-align: center;
}
.cid-uG6mAm3abP .mbr-text,
.cid-uG6mAm3abP .mbr-section-btn {
  text-align: left;
}
.cid-uG6mAm3abP .mbr-section-title {
  text-align: left;
}
.cid-uG6mAntDds {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uG6mAntDds .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uG6mAntDds img,
.cid-uG6mAntDds .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uG6mAntDds .item:focus,
.cid-uG6mAntDds span:focus {
  outline: none;
}
.cid-uG6mAntDds .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uG6mAntDds .item {
    margin-bottom: 1rem;
  }
}
.cid-uG6mAntDds .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uG6mAntDds .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uG6mAntDds .item-content .item-footer {
  margin-top: auto;
}
.cid-uG6mAntDds .mbr-section-title {
  color: #000000;
}
.cid-uG6mAntDds .mbr-text,
.cid-uG6mAntDds .mbr-section-btn {
  color: #000000;
}
.cid-uG6mAntDds .item-title {
  color: #000000;
}
.cid-uG6mAntDds .content-head {
  max-width: 800px;
}
.cid-uG6mAocwYH {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uG6mAocwYH .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-uG6mAocwYH img,
.cid-uG6mAocwYH .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uG6mAocwYH .item:focus,
.cid-uG6mAocwYH span:focus {
  outline: none;
}
.cid-uG6mAocwYH .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uG6mAocwYH .item {
    margin-bottom: 1rem;
  }
}
.cid-uG6mAocwYH .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uG6mAocwYH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uG6mAocwYH .mbr-section-title {
  color: #232323;
}
.cid-uG6mAocwYH .mbr-text,
.cid-uG6mAocwYH .mbr-section-btn {
  color: #a6a99c;
  text-align: center;
}
.cid-uG6mAocwYH .item-title {
  color: #232323;
  text-align: center;
}
.cid-uG6mAocwYH .content-head {
  max-width: 800px;
}
.cid-uG6mApjK9g {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uG6mApjK9g img,
.cid-uG6mApjK9g .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uG6mApjK9g .item:focus,
.cid-uG6mApjK9g span:focus {
  outline: none;
}
.cid-uG6mApjK9g .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uG6mApjK9g .item {
    margin-bottom: 1rem;
  }
}
.cid-uG6mApjK9g .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uG6mApjK9g .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uG6mApjK9g .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uG6mApjK9g .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uG6mApjK9g .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uG6mApjK9g .mbr-section-title {
  color: #000000;
}
.cid-uG6mApjK9g .item-title {
  text-align: left;
}
.cid-uG6mApjK9g .item-subtitle {
  text-align: left;
}
.cid-uG6mApjK9g .mbr-text,
.cid-uG6mApjK9g .item .mbr-section-btn {
  text-align: left;
}
.cid-uG6mApjK9g .content-head {
  max-width: 800px;
}
.cid-uG6Lmp2EOM {
  display: flex;
  background-image: url("https://r.mobirisesite.com/1297135/assets/images/captura-de-pantalla-2025-03-24-112419.png-2000x1338.png");
}
.cid-uG6Lmp2EOM .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uG6Lmp2EOM {
    align-items: flex-end;
  }
  .cid-uG6Lmp2EOM .row {
    justify-content: center;
  }
  .cid-uG6Lmp2EOM .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uG6Lmp2EOM .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uG6Lmp2EOM {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uG6Lmp2EOM .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uG6Lmp2EOM .content-wrap {
    width: 100%;
  }
}
.cid-uG6Lmp2EOM .mbr-section-title,
.cid-uG6Lmp2EOM .mbr-section-subtitle {
  text-align: center;
}
.cid-uG6Lmp2EOM .mbr-text,
.cid-uG6Lmp2EOM .mbr-section-btn {
  text-align: center;
}
.cid-uG6mAqfxBm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uG6mAqfxBm .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uG6mAqfxBm .social-row .soc-item {
  margin: 8px;
}
.cid-uG6mAqfxBm .social-row .soc-item a:hover .mbr-iconfont,
.cid-uG6mAqfxBm .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #669bff;
}
.cid-uG6mAqfxBm .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #acc7fb;
  color: #0c2c68;
  transition: all 0.3s ease-in-out;
}
.cid-uG6mAqfxBm .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uG6mAqfxBm .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uG6mAqfxBm .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uG6mAqfxBm .header-menu li p {
  margin: 0;
}
.cid-uG6mAqfxBm .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uG6mAqfxBm .mbr-section-title {
  color: #ffffff;
}
.cid-uG75uKujnS {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uG75uKujnS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uG75uKujnS .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uG75uKujnS .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uG75uKujnS .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uG75uKujnS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uG75uKujnS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uG75uKujnS .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uG75uKujnS .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uG75uKujnS .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uG75uKujnS .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uG75uKujnS .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uG75uKujnS .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uG75uKujnS .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uG75uKujnS .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uG75uKujnS .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uG75uKujnS .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uG75uKujnS .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uG75uKujnS .navbar-logo {
    padding-left: 0;
  }
}
.cid-uG75uKujnS .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uG75uKujnS .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uG75uKujnS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uG75uKujnS .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.3) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uG75uKujnS .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uG75uKujnS .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uG75uKujnS .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uG75uKujnS .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.3) !important;
}
.cid-uG75uKujnS .nav-item:focus,
.cid-uG75uKujnS .nav-link:focus {
  outline: none;
}
.cid-uG75uKujnS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uG75uKujnS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uG75uKujnS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uG75uKujnS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uG75uKujnS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uG75uKujnS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uG75uKujnS .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uG75uKujnS .navbar.opened {
  transition: all 0.3s;
}
.cid-uG75uKujnS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uG75uKujnS .navbar .navbar-logo img {
  width: auto;
}
.cid-uG75uKujnS .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uG75uKujnS .navbar.collapsed {
  justify-content: center;
}
.cid-uG75uKujnS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uG75uKujnS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uG75uKujnS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uG75uKujnS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uG75uKujnS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uG75uKujnS .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-uG75uKujnS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uG75uKujnS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uG75uKujnS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uG75uKujnS .navbar {
    min-height: 72px;
  }
  .cid-uG75uKujnS .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uG75uKujnS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uG75uKujnS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uG75uKujnS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uG75uKujnS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uG75uKujnS .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-uG75uKujnS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uG75uKujnS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uG75uKujnS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uG75uKujnS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uG75uKujnS .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uG75uKujnS .dropdown-item.active,
.cid-uG75uKujnS .dropdown-item:active {
  background-color: transparent;
}
.cid-uG75uKujnS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uG75uKujnS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uG75uKujnS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uG75uKujnS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uG75uKujnS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uG75uKujnS .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uG75uKujnS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uG75uKujnS .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uG75uKujnS .navbar-buttons {
    text-align: left;
  }
}
.cid-uG75uKujnS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uG75uKujnS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #260a30;
}
.cid-uG75uKujnS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uG75uKujnS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG75uKujnS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG75uKujnS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uG75uKujnS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG75uKujnS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uG75uKujnS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uG75uKujnS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG75uKujnS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uG75uKujnS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uG75uKujnS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uG75uKujnS .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uG75uKujnS .navbar {
    height: 70px;
  }
  .cid-uG75uKujnS .navbar.opened {
    height: auto;
  }
  .cid-uG75uKujnS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uG75uKujnS .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uG75uKujnS .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uG75uKujnS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uG75uKujnS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uG75uKujnS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uG75uKujnS .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uG75uKujnS .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uG75uKujnS .navbar-brand {
    margin-right: auto;
  }
  .cid-uG75uKujnS .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.3) !important;
    background: rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uG75uKujnS .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uG75uKujnS .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uG75uKujnS .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uG75uKujnS .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uG75uKujnS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uG75uKujnS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uG75uKujnS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uG75uKujnS .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uG75uKujnS .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uG75uKujnS .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uG75uJFHz4 {
  display: flex;
}
@media (min-width: 768px) {
  .cid-uG75uJFHz4 {
    align-items: flex-end;
  }
  .cid-uG75uJFHz4 .row {
    justify-content: center;
  }
  .cid-uG75uJFHz4 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uG75uJFHz4 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uG75uJFHz4 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uG75uJFHz4 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uG75uJFHz4 .content-wrap {
    width: 100%;
  }
}
.cid-uG75uJFHz4 .mbr-section-title,
.cid-uG75uJFHz4 .mbr-section-subtitle {
  text-align: center;
}
.cid-uG75uJFHz4 .mbr-text,
.cid-uG75uJFHz4 .mbr-section-btn {
  text-align: left;
}
.cid-uG75uJFHz4 .mbr-section-title {
  text-align: left;
}
.cid-uG75uLk06K {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uG75uLk06K .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uG75uLk06K img,
.cid-uG75uLk06K .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uG75uLk06K .item:focus,
.cid-uG75uLk06K span:focus {
  outline: none;
}
.cid-uG75uLk06K .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uG75uLk06K .item {
    margin-bottom: 1rem;
  }
}
.cid-uG75uLk06K .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uG75uLk06K .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uG75uLk06K .item-content .item-footer {
  margin-top: auto;
}
.cid-uG75uLk06K .mbr-section-title {
  color: #000000;
}
.cid-uG75uLk06K .mbr-text,
.cid-uG75uLk06K .mbr-section-btn {
  color: #000000;
}
.cid-uG75uLk06K .item-title {
  color: #000000;
}
.cid-uG75uLk06K .content-head {
  max-width: 800px;
}
.cid-uG75uMmSsn {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uG75uMmSsn .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-uG75uMmSsn img,
.cid-uG75uMmSsn .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uG75uMmSsn .item:focus,
.cid-uG75uMmSsn span:focus {
  outline: none;
}
.cid-uG75uMmSsn .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uG75uMmSsn .item {
    margin-bottom: 1rem;
  }
}
.cid-uG75uMmSsn .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uG75uMmSsn .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uG75uMmSsn .mbr-section-title {
  color: #232323;
}
.cid-uG75uMmSsn .mbr-text,
.cid-uG75uMmSsn .mbr-section-btn {
  color: #a6a99c;
  text-align: center;
}
.cid-uG75uMmSsn .item-title {
  color: #232323;
  text-align: center;
}
.cid-uG75uMmSsn .content-head {
  max-width: 800px;
}
.cid-uG75uNPR2b {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uG75uNPR2b img,
.cid-uG75uNPR2b .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uG75uNPR2b .item:focus,
.cid-uG75uNPR2b span:focus {
  outline: none;
}
.cid-uG75uNPR2b .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uG75uNPR2b .item {
    margin-bottom: 1rem;
  }
}
.cid-uG75uNPR2b .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uG75uNPR2b .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uG75uNPR2b .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uG75uNPR2b .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uG75uNPR2b .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uG75uNPR2b .mbr-section-title {
  color: #000000;
}
.cid-uG75uNPR2b .item-title {
  text-align: left;
}
.cid-uG75uNPR2b .item-subtitle {
  text-align: left;
}
.cid-uG75uNPR2b .mbr-text,
.cid-uG75uNPR2b .item .mbr-section-btn {
  text-align: left;
}
.cid-uG75uNPR2b .content-head {
  max-width: 800px;
}
.cid-uG75uPgC5R {
  display: flex;
  background-image: url("https://r.mobirisesite.com/1297135/assets/images/captura-de-pantalla-2025-03-21-161722.png-2000x1010.png");
}
.cid-uG75uPgC5R .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uG75uPgC5R {
    align-items: flex-end;
  }
  .cid-uG75uPgC5R .row {
    justify-content: center;
  }
  .cid-uG75uPgC5R .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uG75uPgC5R .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uG75uPgC5R {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uG75uPgC5R .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uG75uPgC5R .content-wrap {
    width: 100%;
  }
}
.cid-uG75uPgC5R .mbr-section-title,
.cid-uG75uPgC5R .mbr-section-subtitle {
  text-align: center;
}
.cid-uG75uPgC5R .mbr-text,
.cid-uG75uPgC5R .mbr-section-btn {
  text-align: center;
}
.cid-uG75uQhmyf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uG75uQhmyf .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uG75uQhmyf .social-row .soc-item {
  margin: 8px;
}
.cid-uG75uQhmyf .social-row .soc-item a:hover .mbr-iconfont,
.cid-uG75uQhmyf .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #669bff;
}
.cid-uG75uQhmyf .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #acc7fb;
  color: #0c2c68;
  transition: all 0.3s ease-in-out;
}
.cid-uG75uQhmyf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uG75uQhmyf .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uG75uQhmyf .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uG75uQhmyf .header-menu li p {
  margin: 0;
}
.cid-uG75uQhmyf .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uG75uQhmyf .mbr-section-title {
  color: #ffffff;
}
.cid-uGt0FCLpTt {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uGt0FCLpTt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uGt0FCLpTt .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uGt0FCLpTt .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGt0FCLpTt .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uGt0FCLpTt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGt0FCLpTt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGt0FCLpTt .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uGt0FCLpTt .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uGt0FCLpTt .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uGt0FCLpTt .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uGt0FCLpTt .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uGt0FCLpTt .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uGt0FCLpTt .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uGt0FCLpTt .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uGt0FCLpTt .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uGt0FCLpTt .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uGt0FCLpTt .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uGt0FCLpTt .navbar-logo {
    padding-left: 0;
  }
}
.cid-uGt0FCLpTt .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uGt0FCLpTt .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uGt0FCLpTt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uGt0FCLpTt .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.3) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uGt0FCLpTt .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGt0FCLpTt .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uGt0FCLpTt .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGt0FCLpTt .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.3) !important;
}
.cid-uGt0FCLpTt .nav-item:focus,
.cid-uGt0FCLpTt .nav-link:focus {
  outline: none;
}
.cid-uGt0FCLpTt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGt0FCLpTt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGt0FCLpTt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGt0FCLpTt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGt0FCLpTt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGt0FCLpTt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGt0FCLpTt .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uGt0FCLpTt .navbar.opened {
  transition: all 0.3s;
}
.cid-uGt0FCLpTt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uGt0FCLpTt .navbar .navbar-logo img {
  width: auto;
}
.cid-uGt0FCLpTt .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uGt0FCLpTt .navbar.collapsed {
  justify-content: center;
}
.cid-uGt0FCLpTt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGt0FCLpTt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGt0FCLpTt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uGt0FCLpTt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGt0FCLpTt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGt0FCLpTt .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-uGt0FCLpTt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGt0FCLpTt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGt0FCLpTt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uGt0FCLpTt .navbar {
    min-height: 72px;
  }
  .cid-uGt0FCLpTt .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uGt0FCLpTt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGt0FCLpTt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGt0FCLpTt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGt0FCLpTt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGt0FCLpTt .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-uGt0FCLpTt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGt0FCLpTt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uGt0FCLpTt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGt0FCLpTt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGt0FCLpTt .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uGt0FCLpTt .dropdown-item.active,
.cid-uGt0FCLpTt .dropdown-item:active {
  background-color: transparent;
}
.cid-uGt0FCLpTt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGt0FCLpTt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGt0FCLpTt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGt0FCLpTt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGt0FCLpTt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uGt0FCLpTt .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uGt0FCLpTt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGt0FCLpTt .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uGt0FCLpTt .navbar-buttons {
    text-align: left;
  }
}
.cid-uGt0FCLpTt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uGt0FCLpTt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #260a30;
}
.cid-uGt0FCLpTt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGt0FCLpTt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGt0FCLpTt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGt0FCLpTt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGt0FCLpTt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGt0FCLpTt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGt0FCLpTt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGt0FCLpTt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGt0FCLpTt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uGt0FCLpTt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGt0FCLpTt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGt0FCLpTt .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGt0FCLpTt .navbar {
    height: 70px;
  }
  .cid-uGt0FCLpTt .navbar.opened {
    height: auto;
  }
  .cid-uGt0FCLpTt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGt0FCLpTt .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uGt0FCLpTt .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uGt0FCLpTt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uGt0FCLpTt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uGt0FCLpTt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uGt0FCLpTt .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uGt0FCLpTt .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uGt0FCLpTt .navbar-brand {
    margin-right: auto;
  }
  .cid-uGt0FCLpTt .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.3) !important;
    background: rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uGt0FCLpTt .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uGt0FCLpTt .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uGt0FCLpTt .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uGt0FCLpTt .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uGt0FCLpTt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uGt0FCLpTt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uGt0FCLpTt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uGt0FCLpTt .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uGt0FCLpTt .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uGt0FCLpTt .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uGt0FBOcFF {
  display: flex;
}
@media (min-width: 768px) {
  .cid-uGt0FBOcFF {
    align-items: flex-end;
  }
  .cid-uGt0FBOcFF .row {
    justify-content: center;
  }
  .cid-uGt0FBOcFF .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGt0FBOcFF .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGt0FBOcFF {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uGt0FBOcFF .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGt0FBOcFF .content-wrap {
    width: 100%;
  }
}
.cid-uGt0FBOcFF .mbr-section-title,
.cid-uGt0FBOcFF .mbr-section-subtitle {
  text-align: center;
}
.cid-uGt0FBOcFF .mbr-text,
.cid-uGt0FBOcFF .mbr-section-btn {
  text-align: left;
}
.cid-uGt0FBOcFF .mbr-section-title {
  text-align: left;
}
.cid-uGt0FDTQJM {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uGt0FDTQJM .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uGt0FDTQJM img,
.cid-uGt0FDTQJM .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uGt0FDTQJM .item:focus,
.cid-uGt0FDTQJM span:focus {
  outline: none;
}
.cid-uGt0FDTQJM .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGt0FDTQJM .item {
    margin-bottom: 1rem;
  }
}
.cid-uGt0FDTQJM .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uGt0FDTQJM .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uGt0FDTQJM .item-content .item-footer {
  margin-top: auto;
}
.cid-uGt0FDTQJM .mbr-section-title {
  color: #000000;
}
.cid-uGt0FDTQJM .mbr-text,
.cid-uGt0FDTQJM .mbr-section-btn {
  color: #000000;
}
.cid-uGt0FDTQJM .item-title {
  color: #000000;
}
.cid-uGt0FDTQJM .content-head {
  max-width: 800px;
}
.cid-uGt0FFdW1j {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGt0FFdW1j .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-uGt0FFdW1j img,
.cid-uGt0FFdW1j .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uGt0FFdW1j .item:focus,
.cid-uGt0FFdW1j span:focus {
  outline: none;
}
.cid-uGt0FFdW1j .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGt0FFdW1j .item {
    margin-bottom: 1rem;
  }
}
.cid-uGt0FFdW1j .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uGt0FFdW1j .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uGt0FFdW1j .mbr-section-title {
  color: #232323;
}
.cid-uGt0FFdW1j .mbr-text,
.cid-uGt0FFdW1j .mbr-section-btn {
  color: #a6a99c;
  text-align: center;
}
.cid-uGt0FFdW1j .item-title {
  color: #232323;
  text-align: center;
}
.cid-uGt0FFdW1j .content-head {
  max-width: 800px;
}
.cid-uGt0FGGx4K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGt0FGGx4K img,
.cid-uGt0FGGx4K .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uGt0FGGx4K .item:focus,
.cid-uGt0FGGx4K span:focus {
  outline: none;
}
.cid-uGt0FGGx4K .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGt0FGGx4K .item {
    margin-bottom: 1rem;
  }
}
.cid-uGt0FGGx4K .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uGt0FGGx4K .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGt0FGGx4K .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uGt0FGGx4K .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uGt0FGGx4K .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uGt0FGGx4K .mbr-section-title {
  color: #000000;
}
.cid-uGt0FGGx4K .item-title {
  text-align: left;
}
.cid-uGt0FGGx4K .item-subtitle {
  text-align: left;
}
.cid-uGt0FGGx4K .mbr-text,
.cid-uGt0FGGx4K .item .mbr-section-btn {
  text-align: left;
}
.cid-uGt0FGGx4K .content-head {
  max-width: 800px;
}
.cid-uGt0FI3uhr {
  display: flex;
  background-image: url("https://r.mobirisesite.com/1297135/assets/images/captura-de-pantalla-2025-03-25-113925.png-2000x942.png");
}
.cid-uGt0FI3uhr .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uGt0FI3uhr {
    align-items: flex-end;
  }
  .cid-uGt0FI3uhr .row {
    justify-content: center;
  }
  .cid-uGt0FI3uhr .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGt0FI3uhr .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGt0FI3uhr {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uGt0FI3uhr .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGt0FI3uhr .content-wrap {
    width: 100%;
  }
}
.cid-uGt0FI3uhr .mbr-section-title,
.cid-uGt0FI3uhr .mbr-section-subtitle {
  text-align: center;
}
.cid-uGt0FI3uhr .mbr-text,
.cid-uGt0FI3uhr .mbr-section-btn {
  text-align: center;
}
.cid-uGt0FJbMMf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGt0FJbMMf .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uGt0FJbMMf .social-row .soc-item {
  margin: 8px;
}
.cid-uGt0FJbMMf .social-row .soc-item a:hover .mbr-iconfont,
.cid-uGt0FJbMMf .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #669bff;
}
.cid-uGt0FJbMMf .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #acc7fb;
  color: #0c2c68;
  transition: all 0.3s ease-in-out;
}
.cid-uGt0FJbMMf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uGt0FJbMMf .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uGt0FJbMMf .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uGt0FJbMMf .header-menu li p {
  margin: 0;
}
.cid-uGt0FJbMMf .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uGt0FJbMMf .mbr-section-title {
  color: #ffffff;
}
.cid-uGtdEdQjsu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uGtdEdQjsu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uGtdEdQjsu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uGtdEdQjsu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGtdEdQjsu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uGtdEdQjsu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGtdEdQjsu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGtdEdQjsu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uGtdEdQjsu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uGtdEdQjsu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uGtdEdQjsu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uGtdEdQjsu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uGtdEdQjsu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uGtdEdQjsu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uGtdEdQjsu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uGtdEdQjsu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uGtdEdQjsu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uGtdEdQjsu .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uGtdEdQjsu .navbar-logo {
    padding-left: 0;
  }
}
.cid-uGtdEdQjsu .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uGtdEdQjsu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uGtdEdQjsu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uGtdEdQjsu .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.3) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uGtdEdQjsu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGtdEdQjsu .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uGtdEdQjsu .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGtdEdQjsu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.3) !important;
}
.cid-uGtdEdQjsu .nav-item:focus,
.cid-uGtdEdQjsu .nav-link:focus {
  outline: none;
}
.cid-uGtdEdQjsu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGtdEdQjsu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGtdEdQjsu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGtdEdQjsu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGtdEdQjsu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGtdEdQjsu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGtdEdQjsu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uGtdEdQjsu .navbar.opened {
  transition: all 0.3s;
}
.cid-uGtdEdQjsu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uGtdEdQjsu .navbar .navbar-logo img {
  width: auto;
}
.cid-uGtdEdQjsu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uGtdEdQjsu .navbar.collapsed {
  justify-content: center;
}
.cid-uGtdEdQjsu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGtdEdQjsu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGtdEdQjsu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uGtdEdQjsu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGtdEdQjsu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGtdEdQjsu .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-uGtdEdQjsu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGtdEdQjsu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGtdEdQjsu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uGtdEdQjsu .navbar {
    min-height: 72px;
  }
  .cid-uGtdEdQjsu .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uGtdEdQjsu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGtdEdQjsu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGtdEdQjsu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGtdEdQjsu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGtdEdQjsu .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-uGtdEdQjsu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGtdEdQjsu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uGtdEdQjsu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGtdEdQjsu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGtdEdQjsu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uGtdEdQjsu .dropdown-item.active,
.cid-uGtdEdQjsu .dropdown-item:active {
  background-color: transparent;
}
.cid-uGtdEdQjsu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGtdEdQjsu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGtdEdQjsu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGtdEdQjsu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGtdEdQjsu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uGtdEdQjsu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uGtdEdQjsu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGtdEdQjsu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uGtdEdQjsu .navbar-buttons {
    text-align: left;
  }
}
.cid-uGtdEdQjsu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uGtdEdQjsu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #260a30;
}
.cid-uGtdEdQjsu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGtdEdQjsu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGtdEdQjsu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGtdEdQjsu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGtdEdQjsu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGtdEdQjsu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGtdEdQjsu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGtdEdQjsu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGtdEdQjsu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uGtdEdQjsu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGtdEdQjsu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGtdEdQjsu .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGtdEdQjsu .navbar {
    height: 70px;
  }
  .cid-uGtdEdQjsu .navbar.opened {
    height: auto;
  }
  .cid-uGtdEdQjsu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGtdEdQjsu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uGtdEdQjsu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uGtdEdQjsu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uGtdEdQjsu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uGtdEdQjsu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uGtdEdQjsu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uGtdEdQjsu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uGtdEdQjsu .navbar-brand {
    margin-right: auto;
  }
  .cid-uGtdEdQjsu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.3) !important;
    background: rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uGtdEdQjsu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uGtdEdQjsu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uGtdEdQjsu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uGtdEdQjsu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uGtdEdQjsu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uGtdEdQjsu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uGtdEdQjsu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uGtdEdQjsu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uGtdEdQjsu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uGtdEdQjsu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uGtdEd1o4B {
  display: flex;
}
@media (min-width: 768px) {
  .cid-uGtdEd1o4B {
    align-items: flex-end;
  }
  .cid-uGtdEd1o4B .row {
    justify-content: center;
  }
  .cid-uGtdEd1o4B .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGtdEd1o4B .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGtdEd1o4B {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uGtdEd1o4B .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGtdEd1o4B .content-wrap {
    width: 100%;
  }
}
.cid-uGtdEd1o4B .mbr-section-title,
.cid-uGtdEd1o4B .mbr-section-subtitle {
  text-align: center;
}
.cid-uGtdEd1o4B .mbr-text,
.cid-uGtdEd1o4B .mbr-section-btn {
  text-align: left;
}
.cid-uGtdEd1o4B .mbr-section-title {
  text-align: left;
}
.cid-uGtdEexxYk {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uGtdEexxYk .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uGtdEexxYk img,
.cid-uGtdEexxYk .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uGtdEexxYk .item:focus,
.cid-uGtdEexxYk span:focus {
  outline: none;
}
.cid-uGtdEexxYk .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGtdEexxYk .item {
    margin-bottom: 1rem;
  }
}
.cid-uGtdEexxYk .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uGtdEexxYk .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uGtdEexxYk .item-content .item-footer {
  margin-top: auto;
}
.cid-uGtdEexxYk .mbr-section-title {
  color: #000000;
}
.cid-uGtdEexxYk .mbr-text,
.cid-uGtdEexxYk .mbr-section-btn {
  color: #000000;
}
.cid-uGtdEexxYk .item-title {
  color: #000000;
}
.cid-uGtdEexxYk .content-head {
  max-width: 800px;
}
.cid-uGtdEfhRq6 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGtdEfhRq6 .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-uGtdEfhRq6 img,
.cid-uGtdEfhRq6 .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uGtdEfhRq6 .item:focus,
.cid-uGtdEfhRq6 span:focus {
  outline: none;
}
.cid-uGtdEfhRq6 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGtdEfhRq6 .item {
    margin-bottom: 1rem;
  }
}
.cid-uGtdEfhRq6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uGtdEfhRq6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uGtdEfhRq6 .mbr-section-title {
  color: #232323;
}
.cid-uGtdEfhRq6 .mbr-text,
.cid-uGtdEfhRq6 .mbr-section-btn {
  color: #a6a99c;
  text-align: center;
}
.cid-uGtdEfhRq6 .item-title {
  color: #232323;
  text-align: center;
}
.cid-uGtdEfhRq6 .content-head {
  max-width: 800px;
}
.cid-uGtdEfhRq6 .item-subtitle DIV {
  text-align: center;
}
.cid-uGtdEg1mQC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGtdEg1mQC img,
.cid-uGtdEg1mQC .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uGtdEg1mQC .item:focus,
.cid-uGtdEg1mQC span:focus {
  outline: none;
}
.cid-uGtdEg1mQC .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGtdEg1mQC .item {
    margin-bottom: 1rem;
  }
}
.cid-uGtdEg1mQC .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uGtdEg1mQC .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGtdEg1mQC .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uGtdEg1mQC .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uGtdEg1mQC .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uGtdEg1mQC .mbr-section-title {
  color: #000000;
}
.cid-uGtdEg1mQC .item-title {
  text-align: left;
}
.cid-uGtdEg1mQC .item-subtitle {
  text-align: left;
}
.cid-uGtdEg1mQC .mbr-text,
.cid-uGtdEg1mQC .item .mbr-section-btn {
  text-align: left;
}
.cid-uGtdEg1mQC .content-head {
  max-width: 800px;
}
.cid-uGtdEgL2D2 {
  display: flex;
  background-image: url("https://r.mobirisesite.com/1297135/assets/images/amarok-luces.webp");
}
.cid-uGtdEgL2D2 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uGtdEgL2D2 {
    align-items: flex-end;
  }
  .cid-uGtdEgL2D2 .row {
    justify-content: center;
  }
  .cid-uGtdEgL2D2 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGtdEgL2D2 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGtdEgL2D2 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uGtdEgL2D2 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGtdEgL2D2 .content-wrap {
    width: 100%;
  }
}
.cid-uGtdEgL2D2 .mbr-section-title,
.cid-uGtdEgL2D2 .mbr-section-subtitle {
  text-align: center;
}
.cid-uGtdEgL2D2 .mbr-text,
.cid-uGtdEgL2D2 .mbr-section-btn {
  text-align: center;
}
.cid-uGtdEhwA0J {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGtdEhwA0J .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uGtdEhwA0J .social-row .soc-item {
  margin: 8px;
}
.cid-uGtdEhwA0J .social-row .soc-item a:hover .mbr-iconfont,
.cid-uGtdEhwA0J .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #669bff;
}
.cid-uGtdEhwA0J .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #acc7fb;
  color: #0c2c68;
  transition: all 0.3s ease-in-out;
}
.cid-uGtdEhwA0J .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uGtdEhwA0J .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uGtdEhwA0J .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uGtdEhwA0J .header-menu li p {
  margin: 0;
}
.cid-uGtdEhwA0J .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uGtdEhwA0J .mbr-section-title {
  color: #ffffff;
}
.cid-uGtdL9Cesj {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uGtdL9Cesj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uGtdL9Cesj .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uGtdL9Cesj .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGtdL9Cesj .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uGtdL9Cesj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGtdL9Cesj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGtdL9Cesj .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uGtdL9Cesj .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uGtdL9Cesj .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uGtdL9Cesj .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uGtdL9Cesj .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uGtdL9Cesj .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uGtdL9Cesj .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uGtdL9Cesj .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uGtdL9Cesj .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uGtdL9Cesj .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uGtdL9Cesj .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uGtdL9Cesj .navbar-logo {
    padding-left: 0;
  }
}
.cid-uGtdL9Cesj .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uGtdL9Cesj .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uGtdL9Cesj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uGtdL9Cesj .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.3) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uGtdL9Cesj .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGtdL9Cesj .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uGtdL9Cesj .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGtdL9Cesj .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.3) !important;
}
.cid-uGtdL9Cesj .nav-item:focus,
.cid-uGtdL9Cesj .nav-link:focus {
  outline: none;
}
.cid-uGtdL9Cesj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGtdL9Cesj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGtdL9Cesj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGtdL9Cesj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGtdL9Cesj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGtdL9Cesj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGtdL9Cesj .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uGtdL9Cesj .navbar.opened {
  transition: all 0.3s;
}
.cid-uGtdL9Cesj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uGtdL9Cesj .navbar .navbar-logo img {
  width: auto;
}
.cid-uGtdL9Cesj .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uGtdL9Cesj .navbar.collapsed {
  justify-content: center;
}
.cid-uGtdL9Cesj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGtdL9Cesj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGtdL9Cesj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uGtdL9Cesj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGtdL9Cesj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGtdL9Cesj .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-uGtdL9Cesj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGtdL9Cesj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGtdL9Cesj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uGtdL9Cesj .navbar {
    min-height: 72px;
  }
  .cid-uGtdL9Cesj .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uGtdL9Cesj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGtdL9Cesj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGtdL9Cesj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGtdL9Cesj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGtdL9Cesj .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-uGtdL9Cesj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGtdL9Cesj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uGtdL9Cesj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGtdL9Cesj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGtdL9Cesj .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uGtdL9Cesj .dropdown-item.active,
.cid-uGtdL9Cesj .dropdown-item:active {
  background-color: transparent;
}
.cid-uGtdL9Cesj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGtdL9Cesj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGtdL9Cesj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGtdL9Cesj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGtdL9Cesj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uGtdL9Cesj .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uGtdL9Cesj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGtdL9Cesj .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uGtdL9Cesj .navbar-buttons {
    text-align: left;
  }
}
.cid-uGtdL9Cesj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uGtdL9Cesj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #260a30;
}
.cid-uGtdL9Cesj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGtdL9Cesj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGtdL9Cesj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGtdL9Cesj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGtdL9Cesj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGtdL9Cesj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGtdL9Cesj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGtdL9Cesj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGtdL9Cesj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uGtdL9Cesj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGtdL9Cesj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGtdL9Cesj .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGtdL9Cesj .navbar {
    height: 70px;
  }
  .cid-uGtdL9Cesj .navbar.opened {
    height: auto;
  }
  .cid-uGtdL9Cesj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGtdL9Cesj .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uGtdL9Cesj .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uGtdL9Cesj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uGtdL9Cesj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uGtdL9Cesj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uGtdL9Cesj .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uGtdL9Cesj .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uGtdL9Cesj .navbar-brand {
    margin-right: auto;
  }
  .cid-uGtdL9Cesj .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.3) !important;
    background: rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uGtdL9Cesj .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uGtdL9Cesj .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uGtdL9Cesj .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uGtdL9Cesj .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uGtdL9Cesj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uGtdL9Cesj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uGtdL9Cesj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uGtdL9Cesj .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uGtdL9Cesj .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uGtdL9Cesj .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uGtdL8YU3I {
  display: flex;
}
@media (min-width: 768px) {
  .cid-uGtdL8YU3I {
    align-items: flex-end;
  }
  .cid-uGtdL8YU3I .row {
    justify-content: center;
  }
  .cid-uGtdL8YU3I .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGtdL8YU3I .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGtdL8YU3I {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uGtdL8YU3I .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGtdL8YU3I .content-wrap {
    width: 100%;
  }
}
.cid-uGtdL8YU3I .mbr-section-title,
.cid-uGtdL8YU3I .mbr-section-subtitle {
  text-align: center;
}
.cid-uGtdL8YU3I .mbr-text,
.cid-uGtdL8YU3I .mbr-section-btn {
  text-align: left;
}
.cid-uGtdL8YU3I .mbr-section-title {
  text-align: left;
}
.cid-uGtdLatCAm {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uGtdLatCAm .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uGtdLatCAm img,
.cid-uGtdLatCAm .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uGtdLatCAm .item:focus,
.cid-uGtdLatCAm span:focus {
  outline: none;
}
.cid-uGtdLatCAm .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGtdLatCAm .item {
    margin-bottom: 1rem;
  }
}
.cid-uGtdLatCAm .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uGtdLatCAm .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uGtdLatCAm .item-content .item-footer {
  margin-top: auto;
}
.cid-uGtdLatCAm .mbr-section-title {
  color: #000000;
}
.cid-uGtdLatCAm .mbr-text,
.cid-uGtdLatCAm .mbr-section-btn {
  color: #000000;
}
.cid-uGtdLatCAm .item-title {
  color: #000000;
}
.cid-uGtdLatCAm .content-head {
  max-width: 800px;
}
.cid-uGtoWnxcwb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uGtoWnxcwb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGtoWnxcwb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uGtoWnxcwb .container-fluid {
    padding: 0;
  }
}
.cid-uGtoWnxcwb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uGtoWnxcwb .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uGtoWnxcwb .embla__button--next,
.cid-uGtoWnxcwb .embla__button--prev {
  display: flex;
}
.cid-uGtoWnxcwb .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uGtoWnxcwb .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uGtoWnxcwb .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uGtoWnxcwb .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uGtoWnxcwb .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGtoWnxcwb .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uGtoWnxcwb .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uGtoWnxcwb .embla {
  position: relative;
  width: 100%;
}
.cid-uGtoWnxcwb .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uGtoWnxcwb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uGtoWnxcwb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uGtoWnxcwb .embla__slide a {
  cursor: grab;
}
.cid-uGtoWnxcwb .embla__slide a:active {
  cursor: grabbing;
}
.cid-uGtoWnxcwb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uGtoWnxcwb .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uGtoWnxcwb .mbr-section-title {
  color: #232323;
}
.cid-uGtoWnxcwb .mbr-section-subtitle {
  color: #232323;
}
.cid-uGtoWnxcwb .mbr-box {
  color: #ffffff;
}
.cid-uGtoWnxcwb .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uGtoWnxcwb img,
.cid-uGtoWnxcwb .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uGtoWnxcwb .item-wrapper {
  position: relative;
}
.cid-uGtoWnxcwb .content-head {
  max-width: 800px;
}
.cid-uGtdLc6WO1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGtdLc6WO1 img,
.cid-uGtdLc6WO1 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uGtdLc6WO1 .item:focus,
.cid-uGtdLc6WO1 span:focus {
  outline: none;
}
.cid-uGtdLc6WO1 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGtdLc6WO1 .item {
    margin-bottom: 1rem;
  }
}
.cid-uGtdLc6WO1 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uGtdLc6WO1 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGtdLc6WO1 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uGtdLc6WO1 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uGtdLc6WO1 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uGtdLc6WO1 .mbr-section-title {
  color: #000000;
}
.cid-uGtdLc6WO1 .item-title {
  text-align: left;
}
.cid-uGtdLc6WO1 .item-subtitle {
  text-align: left;
}
.cid-uGtdLc6WO1 .mbr-text,
.cid-uGtdLc6WO1 .item .mbr-section-btn {
  text-align: left;
}
.cid-uGtdLc6WO1 .content-head {
  max-width: 800px;
}
.cid-uGtdLcR3tA {
  display: flex;
  background-image: url("https://r.mobirisesite.com/1297135/assets/images/8-42.webp");
}
.cid-uGtdLcR3tA .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uGtdLcR3tA {
    align-items: flex-end;
  }
  .cid-uGtdLcR3tA .row {
    justify-content: center;
  }
  .cid-uGtdLcR3tA .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGtdLcR3tA .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGtdLcR3tA {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uGtdLcR3tA .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGtdLcR3tA .content-wrap {
    width: 100%;
  }
}
.cid-uGtdLcR3tA .mbr-section-title,
.cid-uGtdLcR3tA .mbr-section-subtitle {
  text-align: center;
}
.cid-uGtdLcR3tA .mbr-text,
.cid-uGtdLcR3tA .mbr-section-btn {
  text-align: center;
}
.cid-uGtdLdwCmR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGtdLdwCmR .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uGtdLdwCmR .social-row .soc-item {
  margin: 8px;
}
.cid-uGtdLdwCmR .social-row .soc-item a:hover .mbr-iconfont,
.cid-uGtdLdwCmR .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #669bff;
}
.cid-uGtdLdwCmR .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #acc7fb;
  color: #0c2c68;
  transition: all 0.3s ease-in-out;
}
.cid-uGtdLdwCmR .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uGtdLdwCmR .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uGtdLdwCmR .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uGtdLdwCmR .header-menu li p {
  margin: 0;
}
.cid-uGtdLdwCmR .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uGtdLdwCmR .mbr-section-title {
  color: #ffffff;
}
.cid-uGtCsChsx5 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uGtCsChsx5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uGtCsChsx5 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uGtCsChsx5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGtCsChsx5 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uGtCsChsx5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGtCsChsx5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGtCsChsx5 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uGtCsChsx5 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uGtCsChsx5 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uGtCsChsx5 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uGtCsChsx5 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uGtCsChsx5 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uGtCsChsx5 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uGtCsChsx5 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uGtCsChsx5 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uGtCsChsx5 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uGtCsChsx5 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uGtCsChsx5 .navbar-logo {
    padding-left: 0;
  }
}
.cid-uGtCsChsx5 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uGtCsChsx5 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uGtCsChsx5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uGtCsChsx5 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.3) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uGtCsChsx5 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGtCsChsx5 .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uGtCsChsx5 .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGtCsChsx5 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.3) !important;
}
.cid-uGtCsChsx5 .nav-item:focus,
.cid-uGtCsChsx5 .nav-link:focus {
  outline: none;
}
.cid-uGtCsChsx5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGtCsChsx5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGtCsChsx5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGtCsChsx5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGtCsChsx5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGtCsChsx5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGtCsChsx5 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uGtCsChsx5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uGtCsChsx5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uGtCsChsx5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uGtCsChsx5 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uGtCsChsx5 .navbar.collapsed {
  justify-content: center;
}
.cid-uGtCsChsx5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGtCsChsx5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGtCsChsx5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uGtCsChsx5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGtCsChsx5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGtCsChsx5 .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-uGtCsChsx5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGtCsChsx5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGtCsChsx5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uGtCsChsx5 .navbar {
    min-height: 72px;
  }
  .cid-uGtCsChsx5 .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uGtCsChsx5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGtCsChsx5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGtCsChsx5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGtCsChsx5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGtCsChsx5 .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-uGtCsChsx5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGtCsChsx5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uGtCsChsx5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGtCsChsx5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGtCsChsx5 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uGtCsChsx5 .dropdown-item.active,
.cid-uGtCsChsx5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uGtCsChsx5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGtCsChsx5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGtCsChsx5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGtCsChsx5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGtCsChsx5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uGtCsChsx5 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uGtCsChsx5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGtCsChsx5 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uGtCsChsx5 .navbar-buttons {
    text-align: left;
  }
}
.cid-uGtCsChsx5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uGtCsChsx5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #260a30;
}
.cid-uGtCsChsx5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGtCsChsx5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGtCsChsx5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGtCsChsx5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGtCsChsx5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGtCsChsx5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGtCsChsx5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGtCsChsx5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGtCsChsx5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uGtCsChsx5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGtCsChsx5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGtCsChsx5 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGtCsChsx5 .navbar {
    height: 70px;
  }
  .cid-uGtCsChsx5 .navbar.opened {
    height: auto;
  }
  .cid-uGtCsChsx5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGtCsChsx5 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uGtCsChsx5 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uGtCsChsx5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uGtCsChsx5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uGtCsChsx5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uGtCsChsx5 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uGtCsChsx5 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uGtCsChsx5 .navbar-brand {
    margin-right: auto;
  }
  .cid-uGtCsChsx5 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.3) !important;
    background: rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uGtCsChsx5 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uGtCsChsx5 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uGtCsChsx5 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uGtCsChsx5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uGtCsChsx5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uGtCsChsx5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uGtCsChsx5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uGtCsChsx5 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uGtCsChsx5 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uGtCsChsx5 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uGtCsBF8eT {
  display: flex;
  background-image: url("https://r.mobirisesite.com/1297135/assets/images/slide-5-c.webp");
}
.cid-uGtCsBF8eT .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uGtCsBF8eT {
    align-items: flex-end;
  }
  .cid-uGtCsBF8eT .row {
    justify-content: center;
  }
  .cid-uGtCsBF8eT .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGtCsBF8eT .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGtCsBF8eT {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uGtCsBF8eT .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGtCsBF8eT .content-wrap {
    width: 100%;
  }
}
.cid-uGtCsBF8eT .mbr-section-title,
.cid-uGtCsBF8eT .mbr-section-subtitle {
  text-align: center;
}
.cid-uGtCsBF8eT .mbr-text,
.cid-uGtCsBF8eT .mbr-section-btn {
  text-align: left;
}
.cid-uGtCsBF8eT .mbr-section-title {
  text-align: left;
}
.cid-uGtCsD0WnS {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGtCsD0WnS .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uGtCsD0WnS img,
.cid-uGtCsD0WnS .item-img {
  width: 100%;
}
.cid-uGtCsD0WnS .item:focus,
.cid-uGtCsD0WnS span:focus {
  outline: none;
}
.cid-uGtCsD0WnS .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGtCsD0WnS .item {
    margin-bottom: 1rem;
  }
}
.cid-uGtCsD0WnS .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uGtCsD0WnS .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uGtCsD0WnS .item-content .item-footer {
  margin-top: auto;
}
.cid-uGtCsD0WnS .mbr-section-title {
  color: #000000;
}
.cid-uGtCsD0WnS .mbr-text,
.cid-uGtCsD0WnS .mbr-section-btn {
  color: #000000;
}
.cid-uGtCsD0WnS .item-title {
  color: #000000;
}
.cid-uGtCsD0WnS .content-head {
  max-width: 800px;
}
.cid-uGtCsDHbuO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uGtCsDHbuO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGtCsDHbuO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uGtCsDHbuO .container-fluid {
    padding: 0;
  }
}
.cid-uGtCsDHbuO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uGtCsDHbuO .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uGtCsDHbuO .embla__button--next,
.cid-uGtCsDHbuO .embla__button--prev {
  display: flex;
}
.cid-uGtCsDHbuO .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uGtCsDHbuO .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uGtCsDHbuO .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uGtCsDHbuO .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uGtCsDHbuO .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGtCsDHbuO .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uGtCsDHbuO .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uGtCsDHbuO .embla {
  position: relative;
  width: 100%;
}
.cid-uGtCsDHbuO .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uGtCsDHbuO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uGtCsDHbuO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uGtCsDHbuO .embla__slide a {
  cursor: grab;
}
.cid-uGtCsDHbuO .embla__slide a:active {
  cursor: grabbing;
}
.cid-uGtCsDHbuO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uGtCsDHbuO .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uGtCsDHbuO .mbr-section-title {
  color: #232323;
}
.cid-uGtCsDHbuO .mbr-section-subtitle {
  color: #232323;
}
.cid-uGtCsDHbuO .mbr-box {
  color: #ffffff;
}
.cid-uGtCsDHbuO .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uGtCsDHbuO img,
.cid-uGtCsDHbuO .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uGtCsDHbuO .item-wrapper {
  position: relative;
}
.cid-uGtCsDHbuO .content-head {
  max-width: 800px;
}
.cid-uGtCsEKsSB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGtCsEKsSB img,
.cid-uGtCsEKsSB .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uGtCsEKsSB .item:focus,
.cid-uGtCsEKsSB span:focus {
  outline: none;
}
.cid-uGtCsEKsSB .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGtCsEKsSB .item {
    margin-bottom: 1rem;
  }
}
.cid-uGtCsEKsSB .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uGtCsEKsSB .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGtCsEKsSB .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uGtCsEKsSB .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uGtCsEKsSB .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uGtCsEKsSB .mbr-section-title {
  color: #000000;
}
.cid-uGtCsEKsSB .item-title {
  text-align: left;
}
.cid-uGtCsEKsSB .item-subtitle {
  text-align: left;
}
.cid-uGtCsEKsSB .mbr-text,
.cid-uGtCsEKsSB .item .mbr-section-btn {
  text-align: left;
}
.cid-uGtCsEKsSB .content-head {
  max-width: 800px;
}
.cid-uGtCsFAQdq {
  display: flex;
  background-image: url("https://r.mobirisesite.com/1297135/assets/images/slide-17-b.webp");
}
.cid-uGtCsFAQdq .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uGtCsFAQdq {
    align-items: flex-end;
  }
  .cid-uGtCsFAQdq .row {
    justify-content: center;
  }
  .cid-uGtCsFAQdq .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGtCsFAQdq .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGtCsFAQdq {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uGtCsFAQdq .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGtCsFAQdq .content-wrap {
    width: 100%;
  }
}
.cid-uGtCsFAQdq .mbr-section-title,
.cid-uGtCsFAQdq .mbr-section-subtitle {
  text-align: center;
}
.cid-uGtCsFAQdq .mbr-text,
.cid-uGtCsFAQdq .mbr-section-btn {
  text-align: center;
}
.cid-uGtCsGiwjh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGtCsGiwjh .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uGtCsGiwjh .social-row .soc-item {
  margin: 8px;
}
.cid-uGtCsGiwjh .social-row .soc-item a:hover .mbr-iconfont,
.cid-uGtCsGiwjh .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #669bff;
}
.cid-uGtCsGiwjh .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #acc7fb;
  color: #0c2c68;
  transition: all 0.3s ease-in-out;
}
.cid-uGtCsGiwjh .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uGtCsGiwjh .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uGtCsGiwjh .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uGtCsGiwjh .header-menu li p {
  margin: 0;
}
.cid-uGtCsGiwjh .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uGtCsGiwjh .mbr-section-title {
  color: #ffffff;
}
.cid-uFNJ9sQv0i {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uFNJ9sQv0i .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uFNJ9sQv0i .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uFNJ9sQv0i .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFNJ9sQv0i .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uFNJ9sQv0i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFNJ9sQv0i .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFNJ9sQv0i .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uFNJ9sQv0i .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uFNJ9sQv0i .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uFNJ9sQv0i .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uFNJ9sQv0i .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uFNJ9sQv0i .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uFNJ9sQv0i .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uFNJ9sQv0i .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uFNJ9sQv0i .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uFNJ9sQv0i .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uFNJ9sQv0i .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uFNJ9sQv0i .navbar-logo {
    padding-left: 0;
  }
}
.cid-uFNJ9sQv0i .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFNJ9sQv0i .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uFNJ9sQv0i .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uFNJ9sQv0i .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.3) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uFNJ9sQv0i .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uFNJ9sQv0i .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uFNJ9sQv0i .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFNJ9sQv0i .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.3) !important;
}
.cid-uFNJ9sQv0i .nav-item:focus,
.cid-uFNJ9sQv0i .nav-link:focus {
  outline: none;
}
.cid-uFNJ9sQv0i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFNJ9sQv0i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFNJ9sQv0i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFNJ9sQv0i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFNJ9sQv0i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFNJ9sQv0i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFNJ9sQv0i .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uFNJ9sQv0i .navbar.opened {
  transition: all 0.3s;
}
.cid-uFNJ9sQv0i .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFNJ9sQv0i .navbar .navbar-logo img {
  width: auto;
}
.cid-uFNJ9sQv0i .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uFNJ9sQv0i .navbar.collapsed {
  justify-content: center;
}
.cid-uFNJ9sQv0i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFNJ9sQv0i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFNJ9sQv0i .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uFNJ9sQv0i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFNJ9sQv0i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFNJ9sQv0i .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-uFNJ9sQv0i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFNJ9sQv0i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFNJ9sQv0i .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFNJ9sQv0i .navbar {
    min-height: 72px;
  }
  .cid-uFNJ9sQv0i .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uFNJ9sQv0i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFNJ9sQv0i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFNJ9sQv0i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFNJ9sQv0i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFNJ9sQv0i .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-uFNJ9sQv0i .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFNJ9sQv0i .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uFNJ9sQv0i .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFNJ9sQv0i .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFNJ9sQv0i .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uFNJ9sQv0i .dropdown-item.active,
.cid-uFNJ9sQv0i .dropdown-item:active {
  background-color: transparent;
}
.cid-uFNJ9sQv0i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFNJ9sQv0i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFNJ9sQv0i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFNJ9sQv0i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFNJ9sQv0i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uFNJ9sQv0i .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uFNJ9sQv0i ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFNJ9sQv0i .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uFNJ9sQv0i .navbar-buttons {
    text-align: left;
  }
}
.cid-uFNJ9sQv0i button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFNJ9sQv0i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #260a30;
}
.cid-uFNJ9sQv0i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFNJ9sQv0i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFNJ9sQv0i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFNJ9sQv0i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFNJ9sQv0i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFNJ9sQv0i nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFNJ9sQv0i nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFNJ9sQv0i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFNJ9sQv0i .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFNJ9sQv0i a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFNJ9sQv0i .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFNJ9sQv0i .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFNJ9sQv0i .navbar {
    height: 70px;
  }
  .cid-uFNJ9sQv0i .navbar.opened {
    height: auto;
  }
  .cid-uFNJ9sQv0i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFNJ9sQv0i .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uFNJ9sQv0i .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uFNJ9sQv0i .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uFNJ9sQv0i .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uFNJ9sQv0i .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uFNJ9sQv0i .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uFNJ9sQv0i .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uFNJ9sQv0i .navbar-brand {
    margin-right: auto;
  }
  .cid-uFNJ9sQv0i .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.3) !important;
    background: rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uFNJ9sQv0i .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uFNJ9sQv0i .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uFNJ9sQv0i .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFNJ9sQv0i .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uFNJ9sQv0i .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uFNJ9sQv0i .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uFNJ9sQv0i .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uFNJ9sQv0i .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFNJ9sQv0i .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uFNJ9sQv0i .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uGtZaZg5uJ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #b8caea;
}
.cid-uGtZaZg5uJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGtZaZg5uJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGtZaZg5uJ .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #ffffff;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-uGtZaZg5uJ .card-title,
.cid-uGtZaZg5uJ .iconfont-wrapper {
  color: #232323;
}
.cid-uGtZaZg5uJ .card-text {
  color: #232323;
}
.cid-uGtZaZg5uJ .mbr-section-title {
  color: #232323;
}
.cid-uGtZaZg5uJ .mbr-section-subtitle {
  color: #232323;
}
.cid-uGtZaZg5uJ .content-head {
  max-width: 800px;
}
.cid-uGu2mZ2pfA {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #b8caea;
}
.cid-uGu2mZ2pfA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGu2mZ2pfA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGu2mZ2pfA .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #ffffff;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-uGu2mZ2pfA .card-title,
.cid-uGu2mZ2pfA .iconfont-wrapper {
  color: #232323;
}
.cid-uGu2mZ2pfA .card-text {
  color: #232323;
}
.cid-uGu2mZ2pfA .mbr-section-title {
  color: #232323;
}
.cid-uGu2mZ2pfA .mbr-section-subtitle {
  color: #232323;
}
.cid-uGu2mZ2pfA .content-head {
  max-width: 800px;
}
.cid-uGu1fIQMsG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b8caea;
}
.cid-uGu1fIQMsG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGu1fIQMsG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGu1fIQMsG .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #ffffff;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-uGu1fIQMsG .card-title,
.cid-uGu1fIQMsG .iconfont-wrapper {
  color: #232323;
}
.cid-uGu1fIQMsG .card-text {
  color: #232323;
}
.cid-uGu1fIQMsG .mbr-section-title {
  color: #232323;
}
.cid-uGu1fIQMsG .mbr-section-subtitle {
  color: #232323;
}
.cid-uGu1fIQMsG .content-head {
  max-width: 800px;
}
.cid-uFNJ9yqKq7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFNJ9yqKq7 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uFNJ9yqKq7 .social-row .soc-item {
  margin: 8px;
}
.cid-uFNJ9yqKq7 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uFNJ9yqKq7 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #669bff;
}
.cid-uFNJ9yqKq7 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #acc7fb;
  color: #0c2c68;
  transition: all 0.3s ease-in-out;
}
.cid-uFNJ9yqKq7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uFNJ9yqKq7 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFNJ9yqKq7 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFNJ9yqKq7 .header-menu li p {
  margin: 0;
}
.cid-uFNJ9yqKq7 .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uFNJ9yqKq7 .mbr-section-title {
  color: #ffffff;
}
