.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4.4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  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: #f92c50 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #b51431 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b51431 !important;
  border-color: #b51431 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e3193d !important;
  border-color: #e3193d !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e3193d !important;
  border-color: #e3193d !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: #f92c50;
  color: #f92c50;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c90628 !important;
  background-color: transparent !important;
  border-color: #c90628 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f92c50;
  color: #f92c50;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c90628 !important;
  background-color: transparent !important;
  border-color: #c90628 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #b51431;
  color: #b51431;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #670b1c !important;
  background-color: transparent !important;
  border-color: #670b1c !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b51431 !important;
  border-color: #b51431 !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: #f92c50 !important;
}
.text-secondary {
  color: #f92c50 !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #b51431 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ba0525 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ba0525 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #590a18 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #f92c50;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #b51431;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f92c50;
  border-color: #f92c50;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f92c50;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff2f5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.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: #ed5c76;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #f92c50 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #f92c50;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f92c50;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f92c50;
}
.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: #f92c50;
  border-bottom-color: #f92c50;
}
.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: #f92c50 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #f92c50 !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='%23f92c50' %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-uAbRNczGIu .navbar-dropdown {
  position: relative !important;
}
.cid-uAbRNczGIu .navbar-dropdown {
  position: absolute !important;
}
.cid-uAbRNczGIu .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-uAbRNczGIu .iconfont-wrapper {
  overflow: hidden;
  display: flex !important;
  flex-direction: row;
  align-items: center;
  padding-left: 8px !important;
  font-family: 'Montserrat', sans-serif;
  color: #f92c50 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  position: relative;
}
.cid-uAbRNczGIu .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-uAbRNczGIu .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-uAbRNczGIu .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #f92c50;
  z-index: -1;
}
.cid-uAbRNczGIu .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-uAbRNczGIu .nav-item {
  border-left: 0px solid #efefef;
  border-right: 0px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-uAbRNczGIu .nav-item {
    border: 0;
  }
}
.cid-uAbRNczGIu .nav-link:hover {
  color: #f92c50 !important;
  transition: color 0.5 ease !important;
}
.cid-uAbRNczGIu .dropdown-item:hover {
  color: #f92c50 !important;
  transition: color 0.5 ease !important;
}
.cid-uAbRNczGIu .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-uAbRNczGIu .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-uAbRNczGIu .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-uAbRNczGIu .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-uAbRNczGIu .title-wrap:hover span {
  color: white;
}
.cid-uAbRNczGIu .title-wrap:hover:before {
  height: 100%;
}
.cid-uAbRNczGIu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAbRNczGIu .dropdown-menu {
  padding: 0;
  border-top: 4px solid #f92c50;
}
.cid-uAbRNczGIu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uAbRNczGIu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uAbRNczGIu .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-uAbRNczGIu .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-uAbRNczGIu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAbRNczGIu .nav-link {
  position: relative;
}
.cid-uAbRNczGIu .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uAbRNczGIu .container {
    flex-wrap: nowrap;
  }
}
.cid-uAbRNczGIu .dropdown-menu,
.cid-uAbRNczGIu .navbar.opened {
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uAbRNczGIu .nav-item:focus,
.cid-uAbRNczGIu .nav-link:focus {
  outline: none;
}
.cid-uAbRNczGIu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAbRNczGIu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAbRNczGIu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAbRNczGIu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAbRNczGIu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAbRNczGIu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAbRNczGIu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0);
}
.cid-uAbRNczGIu .navbar.opened {
  transition: all 0.3s;
}
.cid-uAbRNczGIu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAbRNczGIu .navbar .navbar-logo img {
  width: auto;
}
.cid-uAbRNczGIu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAbRNczGIu .navbar.collapsed {
  justify-content: center;
}
.cid-uAbRNczGIu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAbRNczGIu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAbRNczGIu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uAbRNczGIu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAbRNczGIu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAbRNczGIu .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-uAbRNczGIu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAbRNczGIu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAbRNczGIu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uAbRNczGIu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAbRNczGIu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAbRNczGIu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAbRNczGIu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAbRNczGIu .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-uAbRNczGIu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAbRNczGIu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAbRNczGIu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAbRNczGIu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAbRNczGIu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAbRNczGIu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uAbRNczGIu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAbRNczGIu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAbRNczGIu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAbRNczGIu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAbRNczGIu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAbRNczGIu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAbRNczGIu .dropdown-item.active,
.cid-uAbRNczGIu .dropdown-item:active {
  background-color: transparent;
}
.cid-uAbRNczGIu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAbRNczGIu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAbRNczGIu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAbRNczGIu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uAbRNczGIu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAbRNczGIu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAbRNczGIu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAbRNczGIu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAbRNczGIu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAbRNczGIu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uAbRNczGIu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAbRNczGIu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAbRNczGIu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAbRNczGIu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAbRNczGIu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAbRNczGIu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAbRNczGIu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAbRNczGIu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAbRNczGIu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uAbRNczGIu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAbRNczGIu .navbar {
    height: 70px;
  }
  .cid-uAbRNczGIu .navbar.opened {
    height: auto;
  }
  .cid-uAbRNczGIu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAbRNczGIu .navbar-caption-wrap,
.cid-uAbRNczGIu .title-wrap {
  color: #272727;
}
.cid-uA3RB3hpRf .mbr-section-title,
.cid-uA3RB3hpRf .mbr-section-subtitle {
  color: #000000;
}
.cid-uA3RB3hpRf .mbr-section-text {
  color: #232323;
}
.cid-uA3RB3hpRf .mbr-text,
.cid-uA3RB3hpRf .typed-text,
.cid-uA3RB3hpRf .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-uA3RB3hpRf .btn {
  margin-left: 4px !important;
}
.cid-uA3RB3hpRf .animated-element {
  color: #f92c50;
}
.cid-uA3RB3hpRf .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #f92c50;
}
.cid-uA3RB3hpRf .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uA3RB3hpRf .mbr-figure {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uA3RB3hpRf .typed-text,
  .cid-uA3RB3hpRf .mbr-section-subtitle,
  .cid-uA3RB3hpRf .mbr-section-text,
  .cid-uA3RB3hpRf .mbr-section-btn {
    text-align: center !important;
  }
  .cid-uA3RB3hpRf .height-adjust {
    min-height: 35vh !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uA3RB3hpRf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3RB3hpRf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/diseo-sin-ttulo.png");
}
.cid-uAF5GFHSgq {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAF5GFHSgq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAF5GFHSgq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uAF5GFHSgq .container {
    padding: 0 16px;
  }
}
.cid-uAF5GFHSgq .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uAF5GFHSgq .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uAF5GFHSgq .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uAF5GFHSgq .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uAF5GFHSgq .title-wrapper .mbr-section-title span {
  color: #f92c50;
}
.cid-uAF5GFHSgq .mbr-section-btn-main {
  margin-bottom: 14px;
  text-align: right;
}
.cid-uAF5GFHSgq .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uAF5GFHSgq .item .item-wrapper:hover .item-img img,
.cid-uAF5GFHSgq .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uAF5GFHSgq .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uAF5GFHSgq .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uAF5GFHSgq .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 6px;
}
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline,
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline,
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline,
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline,
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline,
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline,
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline,
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover,
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover,
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover,
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover,
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover,
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover,
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover,
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover,
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus,
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus,
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus,
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus,
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus,
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus,
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus,
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover,
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus {
  color: #f92c50 !important;
}
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover,
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus {
  color: #f92c50 !important;
}
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover,
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus {
  color: #3a341c !important;
}
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover,
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus {
  color: #320707 !important;
}
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover,
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus {
  color: #a0e2e1 !important;
}
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover,
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus {
  color: #b51431 !important;
}
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover,
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover,
.cid-uAF5GFHSgq .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uAF5GFHSgq .mbr-section-title {
  color: #000000;
}
.cid-uAF5GFHSgq .mbr-desc {
  color: #6f6f6f;
}
.cid-uAF5GFHSgq .item-text {
  color: #000000;
}
.cid-uAF5GFHSgq .item-text,
.cid-uAF5GFHSgq .mbr-section-btn {
  text-align: center;
}
.cid-uAF5GFHSgq .mbr-section-title,
.cid-uAF5GFHSgq .mbr-section-btn-main {
  text-align: left;
}
.cid-uA3N61aVRa {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uA3N61aVRa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3N61aVRa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3N61aVRa .mbr-section-title {
  color: #000000;
}
.cid-uA3N61aVRa .colored-text {
  color: #f92c50;
}
#custom-html-54 .custom-logos {
  display: grid;
  place-items: center;
  background: white;
  margin-top: 20px;
  margin-bottom: 30px;
}
#custom-html-54 .slider {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 70%;
  overflow: hidden;
  border-radius: 16px;
  background: white;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7.4px);
  -webkit-backdrop-filter: blur(7.4px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  margin-top: 16px;
  margin-bottom: 16px;
}
#custom-html-54 .slider-items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  animation: scrolling 24s linear infinite;
}
@keyframes scrolling {
  0% {
    transform: translateX(80%);
  }
  100% {
    transform: translateX(-40%);
  }
}
@media (max-width: 768px) {
  #custom-html-54 .slider {
    width: 90%;
  }
  #custom-html-54 .slider-items img {
    width: 24% !important;
    margin: 20px;
  }
  #custom-html-54 .slider-items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    animation: scrolling-movil 24s linear infinite;
  }
  @keyframes scrolling-movil {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-180%);
    }
  }
}
#custom-html-54 .slider-items img {
  width: 12%;
  margin: 20px;
}
.cid-uA3MFzu08R {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uA3MFzu08R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3MFzu08R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3MFzu08R .mbr-section-title {
  color: #edefeb;
}
.cid-uzY9gnKwhi {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background17.jpg");
}
.cid-uzY9gnKwhi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzY9gnKwhi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzY9gnKwhi .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uzY9gnKwhi .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uzY9gnKwhi .container {
    padding: 0 20px;
  }
}
.cid-uzY9gnKwhi .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uzY9gnKwhi .mbr-section-btn {
  margin-bottom: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uzY9gnKwhi .mbr-section-btn {
    display: none;
  }
}
.cid-uzY9gnKwhi .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 580px;
  max-width: 580px;
  border-right: 1px solid #892839;
}
@media (max-width: 768px) {
  .cid-uzY9gnKwhi .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    border-right: none;
  }
}
.cid-uzY9gnKwhi .embla__slide .card-wrap {
  padding: 0 45px;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uzY9gnKwhi .embla__slide .card-wrap {
    padding: 0;
  }
}
.cid-uzY9gnKwhi .embla__slide .card-wrap img {
  height: 350px ;
  object-fit: cover;
}
.cid-uzY9gnKwhi .embla__slide .card-wrap a {
  display: block;
}
.cid-uzY9gnKwhi .embla__slide .card-wrap a .item-wrapper .image-wrap {
  margin-bottom: 24px;
}
.cid-uzY9gnKwhi .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzY9gnKwhi .embla__slide .card-wrap a .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uzY9gnKwhi .embla__slide .card-wrap a .content-wrap .card-title {
  margin-bottom: 24px;
}
.cid-uzY9gnKwhi .embla__slide .card-wrap a .content-wrap .card-date {
  margin-bottom: 0;
}
.cid-uzY9gnKwhi .embla__button--next,
.cid-uzY9gnKwhi .embla__button--prev {
  display: flex;
}
.cid-uzY9gnKwhi .embla__button {
  bottom: -3rem;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #f92c50;
  border: 2px solid #892839;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uzY9gnKwhi .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uzY9gnKwhi .embla__button:hover {
  background: transparent;
  color: #f92c50;
  border-color: #f92c50;
}
.cid-uzY9gnKwhi .embla__button.embla__button--prev {
  left: auto;
  right: 3.5rem;
  margin-left: 0;
}
.cid-uzY9gnKwhi .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
.cid-uzY9gnKwhi .embla {
  position: relative;
  width: 100%;
}
.cid-uzY9gnKwhi .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uzY9gnKwhi .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uzY9gnKwhi .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uzY9gnKwhi .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uzY9gnKwhi .mbr-section-title {
  color: #ffffff;
}
.cid-uzY9gnKwhi .card-title {
  color: #ededed;
  text-align: center;
}
.cid-uzY9gnKwhi .card-date {
  color: #f92c50;
  text-align: center;
}
.cid-uzY9gnKwhi .mbr-section-title,
.cid-uzY9gnKwhi .mbr-section-btn {
  text-align: left;
}
.cid-uzY9gnKwhi #next-btn {
  animation: pulse-animation 2s infinite;
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 102, 204, 0.6);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 102, 204, 0);
  }
}
.cid-uzY9gnKwhi .colored-text {
  color: #f92c50;
}
.cid-uzZAwIdzUh {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzZAwIdzUh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzZAwIdzUh .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-uzZAwIdzUh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzZAwIdzUh .row {
  flex-direction: row-reverse;
}
.cid-uzZAwIdzUh .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uzZAwIdzUh .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uzZAwIdzUh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uzZAwIdzUh .mbr-section-title {
  color: #000000;
}
.cid-uzZAwIdzUh .mbr-text,
.cid-uzZAwIdzUh .mbr-section-btn {
  color: #000000;
}
.cid-uzZAwIdzUh #lottie-animation {
  width: 100%;
  max-width: 600px;
  margin: 0;
}
.cid-uzZAwIdzUh .colored-text {
  color: #f92c50;
}
.cid-uA6npw32sw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA6npw32sw .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #f92c50;
  margin-left: 1rem;
}
.cid-uA6npw32sw .main-sub-title {
  background: #ffd4db;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uA6npw32sw .panel-group {
  border: none;
}
.cid-uA6npw32sw .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uA6npw32sw .panel-body {
  padding: 1rem 2rem;
}
.cid-uA6npw32sw .header-wrapper {
  position: relative;
}
.cid-uA6npw32sw .card-header {
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s;
  border-radius: 30px!important;
  padding: 1rem 2rem;
  z-index: 2;
}
.cid-uA6npw32sw span {
  transition: all 0.3s;
  color: #1c1c25 !important;
}
.cid-uA6npw32sw .card {
  overflow: visible;
}
.cid-uA6npw32sw .card:hover .card-header {
  border-color: #1c1c25;
}
.cid-uA6npw32sw .card:hover .hover-bg {
  background: #ffd4db;
  right: -8px;
  top: 8px;
}
.cid-uA6npw32sw .card:hover span {
  transform: rotate(-90deg);
}
.cid-uA6npw32sw .hover-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  background: #f8f8f8;
  border-radius: 30px!important;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uA6npw32sw .panel-body {
    padding: 1rem 0rem;
  }
  .cid-uA6npw32sw .card-header {
    padding: 1rem 1rem;
  }
}
.cid-uA6npw32sw H4 {
  color: #777d74;
}
.cid-uA6npw32sw .panel-title-edit {
  color: #1c1c25;
}
.cid-uA6npw32sw .mbr-section-title {
  color: #42424c;
}
.cid-uA6npw32sw .mbr-section-subtitle {
  color: #777d74;
}
.cid-uA6npw32sw .main-sub-title,
.cid-uA6npw32sw .align-wrapper {
  color: #000000;
}
.cid-uA6npw32sw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA6npw32sw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzZzniNfk6 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/luca-bravo-xjxwbfso2f0-unsplash-1920x1280.jpg");
}
.cid-uzZzniNfk6 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uzZzniNfk6 input {
  padding: 0rem 1rem !important;
}
.cid-uzZzniNfk6 select {
  padding: 0rem 1rem !important;
}
.cid-uzZzniNfk6 .title {
  margin-bottom: 1rem;
}
.cid-uzZzniNfk6 textarea {
  min-height: 120px;
}
.cid-uzZzniNfk6 .form-control {
  font-size: 1rem !important;
  border-radius: 0px !important;
  border: none !important;
}
.cid-uzZzniNfk6 .form-control:focus {
  border: none !important;
  box-shadow: none !important;
  background-color: #f3f3f3;
}
.cid-uzZzniNfk6 input::-webkit-input-placeholder,
.cid-uzZzniNfk6 textarea::-webkit-input-placeholder {
  color: #232323;
}
.cid-uzZzniNfk6 input:-moz-placeholder,
.cid-uzZzniNfk6 textarea:-moz-placeholder {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-uzZzniNfk6 img {
    width: 100%;
  }
  .cid-uzZzniNfk6 form {
    margin-top: 2rem;
  }
}
.cid-uzZzniNfk6 .form-row {
  margin: 0;
}
@media (max-width: 576px) {
  .cid-uzZzniNfk6 .col-auto {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uzZzniNfk6 .mbr-form {
    padding-left: 2rem;
  }
}
.cid-uzZzniNfk6 .dragArea {
  background-color: #ffffff;
  border-radius: 5px;
}
.cid-uzZzniNfk6 .form-btn {
  width: 100%;
}
.cid-uzZzniNfk6 .link-btn {
  width: 100%;
}
.cid-uzZzniNfk6 h5 {
  margin-bottom: 0.2rem;
}
.cid-uzZzniNfk6 .mbr-form .btn {
  margin: 0;
}
.cid-uzZzniNfk6 .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-uzZzniNfk6 .block-left {
  margin-bottom: 2.6rem;
}
.cid-uzZzniNfk6 .text-form {
  color: #4c4c4c;
  margin-bottom: 1.3rem;
}
.cid-uzZzniNfk6 .link-btn:hover {
  background-color: #cc1737 !important;
  color: #ffffff !important;
  border-color: #cc1737 !important;
}
.cid-uzZzniNfk6 .link-btn::before {
  display: none;
}
@media (max-width: 767px) {
  .cid-uzZzniNfk6 .dragArea {
    padding: 3rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-uzZzniNfk6 .dragArea {
    padding: 3.8rem 2.8rem 4rem;
  }
  .cid-uzZzniNfk6 .row {
    margin: 0rem;
  }
}
.cid-uzZzniNfk6 .btn {
  margin-left: 0rem;
}
.cid-uzZzniNfk6 H5 {
  text-align: center;
}
.cid-uzZzniNfk6 .colored-text {
  color: #f92c50;
}
.cid-uA7wuPAaH8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uA7wuPAaH8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7wuPAaH8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7wuPAaH8 .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uA7wuPAaH8 .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uA7wuPAaH8 .container {
    padding: 0 6px;
  }
}
.cid-uA7wuPAaH8 .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #000000;
}
@media (max-width: 1440px) {
  .cid-uA7wuPAaH8 .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-uA7wuPAaH8 .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uA7wuPAaH8 .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uA7wuPAaH8 .row {
    padding: 50px 30px;
  }
}
.cid-uA7wuPAaH8 .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uA7wuPAaH8 .title-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uA7wuPAaH8 .title-wrapper {
    padding: 0;
  }
}
.cid-uA7wuPAaH8 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uA7wuPAaH8 .title-wrapper .mbr-section-title span {
  color: #f92c50;
}
.cid-uA7wuPAaH8 .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uA7wuPAaH8 .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uA7wuPAaH8 .list-wrapper {
    padding: 0;
  }
}
.cid-uA7wuPAaH8 .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-uA7wuPAaH8 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uA7wuPAaH8 .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uA7wuPAaH8 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA7wuPAaH8 .list-wrapper .list .item-wrap:hover,
.cid-uA7wuPAaH8 .list-wrapper .list .item-wrap:focus {
  color: #f92c50;
}
.cid-uA7wuPAaH8 .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.cid-uA7wuPAaH8 .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uA7wuPAaH8 .mbr-section-title {
  color: #ffffff;
}
.cid-uA7wuPAaH8 .list-title {
  color: #ffffff;
}
.cid-uA7wuPAaH8 .list {
  color: #ffffff;
}
.cid-uAbRNczGIu .navbar-dropdown {
  position: relative !important;
}
.cid-uAbRNczGIu .navbar-dropdown {
  position: absolute !important;
}
.cid-uAbRNczGIu .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-uAbRNczGIu .iconfont-wrapper {
  overflow: hidden;
  display: flex !important;
  flex-direction: row;
  align-items: center;
  padding-left: 8px !important;
  font-family: 'Montserrat', sans-serif;
  color: #f92c50 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  position: relative;
}
.cid-uAbRNczGIu .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-uAbRNczGIu .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-uAbRNczGIu .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #f92c50;
  z-index: -1;
}
.cid-uAbRNczGIu .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-uAbRNczGIu .nav-item {
  border-left: 0px solid #efefef;
  border-right: 0px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-uAbRNczGIu .nav-item {
    border: 0;
  }
}
.cid-uAbRNczGIu .nav-link:hover {
  color: #f92c50 !important;
  transition: color 0.5 ease !important;
}
.cid-uAbRNczGIu .dropdown-item:hover {
  color: #f92c50 !important;
  transition: color 0.5 ease !important;
}
.cid-uAbRNczGIu .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-uAbRNczGIu .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-uAbRNczGIu .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-uAbRNczGIu .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-uAbRNczGIu .title-wrap:hover span {
  color: white;
}
.cid-uAbRNczGIu .title-wrap:hover:before {
  height: 100%;
}
.cid-uAbRNczGIu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAbRNczGIu .dropdown-menu {
  padding: 0;
  border-top: 4px solid #f92c50;
}
.cid-uAbRNczGIu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uAbRNczGIu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uAbRNczGIu .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-uAbRNczGIu .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-uAbRNczGIu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAbRNczGIu .nav-link {
  position: relative;
}
.cid-uAbRNczGIu .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uAbRNczGIu .container {
    flex-wrap: nowrap;
  }
}
.cid-uAbRNczGIu .dropdown-menu,
.cid-uAbRNczGIu .navbar.opened {
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uAbRNczGIu .nav-item:focus,
.cid-uAbRNczGIu .nav-link:focus {
  outline: none;
}
.cid-uAbRNczGIu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAbRNczGIu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAbRNczGIu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAbRNczGIu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAbRNczGIu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAbRNczGIu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAbRNczGIu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0);
}
.cid-uAbRNczGIu .navbar.opened {
  transition: all 0.3s;
}
.cid-uAbRNczGIu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAbRNczGIu .navbar .navbar-logo img {
  width: auto;
}
.cid-uAbRNczGIu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAbRNczGIu .navbar.collapsed {
  justify-content: center;
}
.cid-uAbRNczGIu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAbRNczGIu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAbRNczGIu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uAbRNczGIu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAbRNczGIu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAbRNczGIu .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-uAbRNczGIu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAbRNczGIu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAbRNczGIu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uAbRNczGIu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAbRNczGIu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAbRNczGIu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAbRNczGIu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAbRNczGIu .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-uAbRNczGIu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAbRNczGIu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAbRNczGIu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAbRNczGIu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAbRNczGIu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAbRNczGIu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uAbRNczGIu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAbRNczGIu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAbRNczGIu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAbRNczGIu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAbRNczGIu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAbRNczGIu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAbRNczGIu .dropdown-item.active,
.cid-uAbRNczGIu .dropdown-item:active {
  background-color: transparent;
}
.cid-uAbRNczGIu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAbRNczGIu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAbRNczGIu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAbRNczGIu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uAbRNczGIu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAbRNczGIu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAbRNczGIu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAbRNczGIu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAbRNczGIu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAbRNczGIu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uAbRNczGIu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAbRNczGIu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAbRNczGIu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAbRNczGIu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAbRNczGIu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAbRNczGIu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAbRNczGIu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAbRNczGIu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAbRNczGIu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uAbRNczGIu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAbRNczGIu .navbar {
    height: 70px;
  }
  .cid-uAbRNczGIu .navbar.opened {
    height: auto;
  }
  .cid-uAbRNczGIu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAbRNczGIu .navbar-caption-wrap,
.cid-uAbRNczGIu .title-wrap {
  color: #272727;
}
.cid-uA5iEzAP71 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uA5iEzAP71 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA5iEzAP71 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA5iEzAP71 .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uA5iEzAP71 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uA5iEzAP71 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uA5iEzAP71 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uA5iEzAP71 .mbr-text,
.cid-uA5iEzAP71 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uA5iEzAP71 .card-title,
.cid-uA5iEzAP71 .card-box {
  text-align: left;
  color: #000000;
}
.cid-uA5iEzAP71 .mbr-section-subtitle {
  text-align: left;
}
.cid-uA7wuPAaH8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uA7wuPAaH8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7wuPAaH8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7wuPAaH8 .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uA7wuPAaH8 .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uA7wuPAaH8 .container {
    padding: 0 6px;
  }
}
.cid-uA7wuPAaH8 .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #000000;
}
@media (max-width: 1440px) {
  .cid-uA7wuPAaH8 .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-uA7wuPAaH8 .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uA7wuPAaH8 .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uA7wuPAaH8 .row {
    padding: 50px 30px;
  }
}
.cid-uA7wuPAaH8 .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uA7wuPAaH8 .title-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uA7wuPAaH8 .title-wrapper {
    padding: 0;
  }
}
.cid-uA7wuPAaH8 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uA7wuPAaH8 .title-wrapper .mbr-section-title span {
  color: #f92c50;
}
.cid-uA7wuPAaH8 .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uA7wuPAaH8 .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uA7wuPAaH8 .list-wrapper {
    padding: 0;
  }
}
.cid-uA7wuPAaH8 .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-uA7wuPAaH8 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uA7wuPAaH8 .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uA7wuPAaH8 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA7wuPAaH8 .list-wrapper .list .item-wrap:hover,
.cid-uA7wuPAaH8 .list-wrapper .list .item-wrap:focus {
  color: #f92c50;
}
.cid-uA7wuPAaH8 .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.cid-uA7wuPAaH8 .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uA7wuPAaH8 .mbr-section-title {
  color: #ffffff;
}
.cid-uA7wuPAaH8 .list-title {
  color: #ffffff;
}
.cid-uA7wuPAaH8 .list {
  color: #ffffff;
}
.cid-uAbRNczGIu .navbar-dropdown {
  position: relative !important;
}
.cid-uAbRNczGIu .navbar-dropdown {
  position: absolute !important;
}
.cid-uAbRNczGIu .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-uAbRNczGIu .iconfont-wrapper {
  overflow: hidden;
  display: flex !important;
  flex-direction: row;
  align-items: center;
  padding-left: 8px !important;
  font-family: 'Montserrat', sans-serif;
  color: #f92c50 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  position: relative;
}
.cid-uAbRNczGIu .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-uAbRNczGIu .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-uAbRNczGIu .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #f92c50;
  z-index: -1;
}
.cid-uAbRNczGIu .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-uAbRNczGIu .nav-item {
  border-left: 0px solid #efefef;
  border-right: 0px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-uAbRNczGIu .nav-item {
    border: 0;
  }
}
.cid-uAbRNczGIu .nav-link:hover {
  color: #f92c50 !important;
  transition: color 0.5 ease !important;
}
.cid-uAbRNczGIu .dropdown-item:hover {
  color: #f92c50 !important;
  transition: color 0.5 ease !important;
}
.cid-uAbRNczGIu .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-uAbRNczGIu .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-uAbRNczGIu .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-uAbRNczGIu .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-uAbRNczGIu .title-wrap:hover span {
  color: white;
}
.cid-uAbRNczGIu .title-wrap:hover:before {
  height: 100%;
}
.cid-uAbRNczGIu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAbRNczGIu .dropdown-menu {
  padding: 0;
  border-top: 4px solid #f92c50;
}
.cid-uAbRNczGIu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uAbRNczGIu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uAbRNczGIu .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-uAbRNczGIu .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-uAbRNczGIu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAbRNczGIu .nav-link {
  position: relative;
}
.cid-uAbRNczGIu .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uAbRNczGIu .container {
    flex-wrap: nowrap;
  }
}
.cid-uAbRNczGIu .dropdown-menu,
.cid-uAbRNczGIu .navbar.opened {
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uAbRNczGIu .nav-item:focus,
.cid-uAbRNczGIu .nav-link:focus {
  outline: none;
}
.cid-uAbRNczGIu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAbRNczGIu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAbRNczGIu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAbRNczGIu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAbRNczGIu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAbRNczGIu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAbRNczGIu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0);
}
.cid-uAbRNczGIu .navbar.opened {
  transition: all 0.3s;
}
.cid-uAbRNczGIu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAbRNczGIu .navbar .navbar-logo img {
  width: auto;
}
.cid-uAbRNczGIu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAbRNczGIu .navbar.collapsed {
  justify-content: center;
}
.cid-uAbRNczGIu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAbRNczGIu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAbRNczGIu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uAbRNczGIu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAbRNczGIu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAbRNczGIu .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-uAbRNczGIu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAbRNczGIu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAbRNczGIu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uAbRNczGIu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAbRNczGIu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAbRNczGIu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAbRNczGIu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAbRNczGIu .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-uAbRNczGIu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAbRNczGIu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAbRNczGIu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAbRNczGIu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAbRNczGIu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAbRNczGIu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uAbRNczGIu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAbRNczGIu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAbRNczGIu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAbRNczGIu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAbRNczGIu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAbRNczGIu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAbRNczGIu .dropdown-item.active,
.cid-uAbRNczGIu .dropdown-item:active {
  background-color: transparent;
}
.cid-uAbRNczGIu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAbRNczGIu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAbRNczGIu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAbRNczGIu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uAbRNczGIu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAbRNczGIu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAbRNczGIu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAbRNczGIu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAbRNczGIu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAbRNczGIu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uAbRNczGIu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAbRNczGIu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAbRNczGIu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAbRNczGIu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAbRNczGIu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAbRNczGIu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAbRNczGIu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAbRNczGIu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAbRNczGIu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uAbRNczGIu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAbRNczGIu .navbar {
    height: 70px;
  }
  .cid-uAbRNczGIu .navbar.opened {
    height: auto;
  }
  .cid-uAbRNczGIu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAbRNczGIu .navbar-caption-wrap,
.cid-uAbRNczGIu .title-wrap {
  color: #272727;
}
.cid-uAbe4ukuAC {
  background-image: url("../../../assets/images/033.jpg");
}
.cid-uAbe4ukuAC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAbe4ukuAC .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-uAbe4ukuAC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAbe4ukuAC .row {
  flex-direction: row-reverse;
}
.cid-uAbe4ukuAC .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uAbe4ukuAC .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uAbe4ukuAC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uAbe4ukuAC .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uAbe4ukuAC .mbr-text,
.cid-uAbe4ukuAC .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uAbe4ukuAC #lottie-animation {
  width: 100%;
  max-width: 600px;
  margin: 0;
}
@media (max-width: 600px) {
  .cid-uAbe4ukuAC #lottie-animation {
    max-width: 300px;
  }
}
.cid-uAbe4ukuAC .colored-text {
  color: #f92c50;
}
.cid-uAbe4ukuAC .center-cont {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAyAnXg0WI {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uAyAnXg0WI .justify-content-center {
  align-items: center;
}
.cid-uAyAnXg0WI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAyAnXg0WI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAyAnXg0WI .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uAyAnXg0WI .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAyAnXg0WI .iconfont-wrapper {
  padding-right: 3rem;
}
.cid-uAyAnXg0WI .content-head {
  max-width: 800px;
}
.cid-uAyAnXg0WI .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #f92c50;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  height: 80px;
  border-radius: 50%;
}
.cid-uAyAnXg0WI .mbr-section-title {
  text-align: center;
}
.cid-uAyAnXg0WI .mbr-section-subtitle {
  text-align: left;
}
.cid-uAbJPGsIaz {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fff2f4;
}
.cid-uAbJPGsIaz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAbJPGsIaz .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-uAbJPGsIaz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAbJPGsIaz .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uAbJPGsIaz .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uAbJPGsIaz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uAbJPGsIaz .mbr-section-title {
  color: #000000;
}
.cid-uAbJPGsIaz .mbr-text,
.cid-uAbJPGsIaz .mbr-section-btn {
  color: #000000;
}
.cid-uAbJPGsIaz #lottie-animation-2 {
  width: 100%;
  margin: 0;
}
.cid-uAbJPGsIaz .colored-text {
  color: #f92c50;
}
.cid-uArxHNxEgA {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #fff2f4;
}
.cid-uArxHNxEgA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uArxHNxEgA .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uArxHNxEgA .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uArxHNxEgA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uArxHNxEgA .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #f92c50;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #fff2f4;
  height: 80px;
  border-radius: 50%;
}
.cid-uArxHNxEgA .card-title,
.cid-uArxHNxEgA .iconfont-wrapper,
.cid-uArxHNxEgA .card-text {
  color: #000000;
  text-align: center;
}
.cid-uArxHNxEgA .content-head {
  max-width: 800px;
}
.cid-uArxHNxEgA .mbr-section-title {
  color: #000000;
}
.cid-uArxHNxEgA .mbr-section-btn {
  text-align: center;
}
.cid-uAbL6vwZ3z {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAbL6vwZ3z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAbL6vwZ3z .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-uAbL6vwZ3z .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAbL6vwZ3z .row {
  flex-direction: row-reverse;
}
.cid-uAbL6vwZ3z .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uAbL6vwZ3z .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uAbL6vwZ3z .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uAbL6vwZ3z .mbr-section-title {
  color: #000000;
}
.cid-uAbL6vwZ3z .mbr-text,
.cid-uAbL6vwZ3z .mbr-section-btn {
  color: #000000;
}
.cid-uAbL6vwZ3z #lottie-animation-3 {
  width: 100%;
  margin: 0;
}
.cid-uAbL6vwZ3z .colored-text {
  color: #f92c50;
}
.cid-uArFkw5ymi {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uArFkw5ymi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uArFkw5ymi .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uArFkw5ymi .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uArFkw5ymi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uArFkw5ymi .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #f92c50;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  height: 80px;
  border-radius: 50%;
}
.cid-uArFkw5ymi .card-title,
.cid-uArFkw5ymi .iconfont-wrapper,
.cid-uArFkw5ymi .card-text {
  color: #000000;
  text-align: center;
}
.cid-uArFkw5ymi .content-head {
  max-width: 800px;
}
.cid-uArFkw5ymi .mbr-section-title {
  color: #000000;
}
.cid-uArFkw5ymi .mbr-section-btn {
  text-align: center;
}
.cid-uAbLvFgNbq {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fff2f4;
}
.cid-uAbLvFgNbq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAbLvFgNbq .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-uAbLvFgNbq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAbLvFgNbq .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uAbLvFgNbq .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uAbLvFgNbq .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uAbLvFgNbq .mbr-section-title {
  color: #000000;
}
.cid-uAbLvFgNbq .mbr-text,
.cid-uAbLvFgNbq .mbr-section-btn {
  color: #000000;
}
.cid-uAbLvFgNbq #lottie-animation-4 {
  width: 100%;
  margin: 0;
}
.cid-uAbLvFgNbq .colored-text {
  color: #f92c50;
}
.cid-uArFrsAgEA {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #fff2f4;
}
.cid-uArFrsAgEA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uArFrsAgEA .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uArFrsAgEA .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uArFrsAgEA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uArFrsAgEA .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #f92c50;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #fff2f4;
  height: 80px;
  border-radius: 50%;
}
.cid-uArFrsAgEA .card-title,
.cid-uArFrsAgEA .iconfont-wrapper,
.cid-uArFrsAgEA .card-text {
  color: #000000;
  text-align: center;
}
.cid-uArFrsAgEA .content-head {
  max-width: 800px;
}
.cid-uArFrsAgEA .mbr-section-title {
  color: #000000;
}
.cid-uArFrsAgEA .mbr-section-btn {
  text-align: center;
}
.cid-uAbLIf401U {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAbLIf401U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAbLIf401U .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-uAbLIf401U .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAbLIf401U .row {
  flex-direction: row-reverse;
}
.cid-uAbLIf401U .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uAbLIf401U .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uAbLIf401U .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uAbLIf401U .mbr-section-title {
  color: #000000;
}
.cid-uAbLIf401U .mbr-text,
.cid-uAbLIf401U .mbr-section-btn {
  color: #000000;
}
.cid-uAbLIf401U #lottie-animation-5 {
  width: 100%;
  margin: 0;
}
.cid-uAbLIf401U .colored-text {
  color: #f92c50;
}
.cid-uArFueXRUV {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uArFueXRUV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uArFueXRUV .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uArFueXRUV .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uArFueXRUV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uArFueXRUV .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #f92c50;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  height: 80px;
  border-radius: 50%;
}
.cid-uArFueXRUV .card-title,
.cid-uArFueXRUV .iconfont-wrapper,
.cid-uArFueXRUV .card-text {
  color: #000000;
  text-align: center;
}
.cid-uArFueXRUV .content-head {
  max-width: 800px;
}
.cid-uArFueXRUV .mbr-section-title {
  color: #000000;
}
.cid-uArFueXRUV .mbr-section-btn {
  text-align: center;
}
.cid-uAyqJ4vb40 {
  display: flex;
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/copia-de-i-2-copia.png");
}
.cid-uAyqJ4vb40 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.9;
}
@media (min-width: 768px) {
  .cid-uAyqJ4vb40 {
    align-items: flex-end;
  }
  .cid-uAyqJ4vb40 .row {
    justify-content: center;
  }
  .cid-uAyqJ4vb40 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAyqJ4vb40 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uAyqJ4vb40 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uAyqJ4vb40 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uAyqJ4vb40 .content-wrap {
    width: 100%;
  }
}
.cid-uAyqJ4vb40 .mbr-section-title,
.cid-uAyqJ4vb40 .mbr-section-subtitle {
  text-align: center;
}
.cid-uAyqJ4vb40 .mbr-text,
.cid-uAyqJ4vb40 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uAyqJ4vb40 .mbr-section-title {
  color: #000000;
}
.cid-uADKRaFhsP {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uADKRaFhsP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uADKRaFhsP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uADKRaFhsP .container {
    padding: 0 16px;
  }
}
.cid-uADKRaFhsP .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uADKRaFhsP .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uADKRaFhsP .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uADKRaFhsP .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uADKRaFhsP .title-wrapper .mbr-section-title span {
  color: #f92c50;
}
.cid-uADKRaFhsP .mbr-section-btn-main {
  margin-bottom: 14px;
  text-align: right;
}
.cid-uADKRaFhsP .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uADKRaFhsP .item .item-wrapper:hover .item-img img,
.cid-uADKRaFhsP .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uADKRaFhsP .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uADKRaFhsP .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uADKRaFhsP .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 6px;
}
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline,
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline,
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline,
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline,
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline,
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline,
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline,
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover,
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover,
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover,
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover,
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover,
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover,
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover,
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover,
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus,
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus,
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus,
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus,
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus,
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus,
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus,
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover,
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus {
  color: #f92c50 !important;
}
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover,
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus {
  color: #f92c50 !important;
}
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover,
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus {
  color: #3a341c !important;
}
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover,
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus {
  color: #320707 !important;
}
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover,
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus {
  color: #a0e2e1 !important;
}
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover,
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus {
  color: #b51431 !important;
}
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover,
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover,
.cid-uADKRaFhsP .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uADKRaFhsP .mbr-section-title {
  color: #000000;
}
.cid-uADKRaFhsP .mbr-desc {
  color: #6f6f6f;
}
.cid-uADKRaFhsP .item-text {
  color: #000000;
}
.cid-uADKRaFhsP .item-text,
.cid-uADKRaFhsP .mbr-section-btn {
  text-align: center;
}
.cid-uADKRaFhsP .mbr-section-title,
.cid-uADKRaFhsP .mbr-section-btn-main {
  text-align: left;
}
.cid-uA7wuPAaH8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uA7wuPAaH8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7wuPAaH8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7wuPAaH8 .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uA7wuPAaH8 .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uA7wuPAaH8 .container {
    padding: 0 6px;
  }
}
.cid-uA7wuPAaH8 .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #000000;
}
@media (max-width: 1440px) {
  .cid-uA7wuPAaH8 .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-uA7wuPAaH8 .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uA7wuPAaH8 .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uA7wuPAaH8 .row {
    padding: 50px 30px;
  }
}
.cid-uA7wuPAaH8 .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uA7wuPAaH8 .title-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uA7wuPAaH8 .title-wrapper {
    padding: 0;
  }
}
.cid-uA7wuPAaH8 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uA7wuPAaH8 .title-wrapper .mbr-section-title span {
  color: #f92c50;
}
.cid-uA7wuPAaH8 .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uA7wuPAaH8 .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uA7wuPAaH8 .list-wrapper {
    padding: 0;
  }
}
.cid-uA7wuPAaH8 .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-uA7wuPAaH8 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uA7wuPAaH8 .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uA7wuPAaH8 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA7wuPAaH8 .list-wrapper .list .item-wrap:hover,
.cid-uA7wuPAaH8 .list-wrapper .list .item-wrap:focus {
  color: #f92c50;
}
.cid-uA7wuPAaH8 .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.cid-uA7wuPAaH8 .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uA7wuPAaH8 .mbr-section-title {
  color: #ffffff;
}
.cid-uA7wuPAaH8 .list-title {
  color: #ffffff;
}
.cid-uA7wuPAaH8 .list {
  color: #ffffff;
}
.cid-uAxrUCpbZo .navbar-dropdown {
  position: relative !important;
}
.cid-uAxrUCpbZo .navbar-dropdown {
  position: absolute !important;
}
.cid-uAxrUCpbZo .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-uAxrUCpbZo .iconfont-wrapper {
  overflow: hidden;
  display: flex !important;
  flex-direction: row;
  align-items: center;
  padding-left: 8px !important;
  font-family: 'Montserrat', sans-serif;
  color: #f92c50 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  position: relative;
}
.cid-uAxrUCpbZo .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-uAxrUCpbZo .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-uAxrUCpbZo .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #f92c50;
  z-index: -1;
}
.cid-uAxrUCpbZo .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-uAxrUCpbZo .nav-item {
  border-left: 0px solid #efefef;
  border-right: 0px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-uAxrUCpbZo .nav-item {
    border: 0;
  }
}
.cid-uAxrUCpbZo .nav-link:hover {
  color: #f92c50 !important;
  transition: color 0.5 ease !important;
}
.cid-uAxrUCpbZo .dropdown-item:hover {
  color: #f92c50 !important;
  transition: color 0.5 ease !important;
}
.cid-uAxrUCpbZo .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-uAxrUCpbZo .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-uAxrUCpbZo .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-uAxrUCpbZo .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-uAxrUCpbZo .title-wrap:hover span {
  color: white;
}
.cid-uAxrUCpbZo .title-wrap:hover:before {
  height: 100%;
}
.cid-uAxrUCpbZo .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAxrUCpbZo .dropdown-menu {
  padding: 0;
  border-top: 4px solid #f92c50;
}
.cid-uAxrUCpbZo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uAxrUCpbZo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uAxrUCpbZo .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-uAxrUCpbZo .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-uAxrUCpbZo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAxrUCpbZo .nav-link {
  position: relative;
}
.cid-uAxrUCpbZo .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uAxrUCpbZo .container {
    flex-wrap: nowrap;
  }
}
.cid-uAxrUCpbZo .dropdown-menu,
.cid-uAxrUCpbZo .navbar.opened {
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uAxrUCpbZo .nav-item:focus,
.cid-uAxrUCpbZo .nav-link:focus {
  outline: none;
}
.cid-uAxrUCpbZo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAxrUCpbZo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAxrUCpbZo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAxrUCpbZo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAxrUCpbZo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAxrUCpbZo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAxrUCpbZo .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0);
}
.cid-uAxrUCpbZo .navbar.opened {
  transition: all 0.3s;
}
.cid-uAxrUCpbZo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAxrUCpbZo .navbar .navbar-logo img {
  width: auto;
}
.cid-uAxrUCpbZo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAxrUCpbZo .navbar.collapsed {
  justify-content: center;
}
.cid-uAxrUCpbZo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAxrUCpbZo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAxrUCpbZo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uAxrUCpbZo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAxrUCpbZo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAxrUCpbZo .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-uAxrUCpbZo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAxrUCpbZo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAxrUCpbZo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uAxrUCpbZo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAxrUCpbZo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAxrUCpbZo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAxrUCpbZo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAxrUCpbZo .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-uAxrUCpbZo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAxrUCpbZo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAxrUCpbZo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAxrUCpbZo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAxrUCpbZo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAxrUCpbZo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uAxrUCpbZo .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAxrUCpbZo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAxrUCpbZo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAxrUCpbZo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAxrUCpbZo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAxrUCpbZo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAxrUCpbZo .dropdown-item.active,
.cid-uAxrUCpbZo .dropdown-item:active {
  background-color: transparent;
}
.cid-uAxrUCpbZo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAxrUCpbZo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAxrUCpbZo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAxrUCpbZo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uAxrUCpbZo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAxrUCpbZo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAxrUCpbZo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAxrUCpbZo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAxrUCpbZo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAxrUCpbZo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uAxrUCpbZo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAxrUCpbZo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAxrUCpbZo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAxrUCpbZo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAxrUCpbZo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAxrUCpbZo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAxrUCpbZo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAxrUCpbZo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAxrUCpbZo .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uAxrUCpbZo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAxrUCpbZo .navbar {
    height: 70px;
  }
  .cid-uAxrUCpbZo .navbar.opened {
    height: auto;
  }
  .cid-uAxrUCpbZo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAxrUCpbZo .navbar-caption-wrap,
.cid-uAxrUCpbZo .title-wrap {
  color: #272727;
}
.cid-uAyjGGJuR5 {
  background-image: url("../../../assets/images/033.jpg");
}
.cid-uAyjGGJuR5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAyjGGJuR5 .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-uAyjGGJuR5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAyjGGJuR5 .row {
  flex-direction: row-reverse;
}
.cid-uAyjGGJuR5 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uAyjGGJuR5 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uAyjGGJuR5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uAyjGGJuR5 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uAyjGGJuR5 .mbr-text,
.cid-uAyjGGJuR5 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uAyjGGJuR5 #lottie-animation-10 {
  width: 100%;
  max-width: 600px;
  margin: 0;
}
@media (max-width: 600px) {
  .cid-uAyjGGJuR5 #lottie-animation-10 {
    max-width: 300px;
  }
}
.cid-uAyjGGJuR5 .colored-text {
  color: #f92c50;
}
.cid-uAyjGGJuR5 .center-cont {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAxrUFN3cZ {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uAxrUFN3cZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAxrUFN3cZ .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-uAxrUFN3cZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAxrUFN3cZ .row {
  flex-direction: row-reverse;
}
.cid-uAxrUFN3cZ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uAxrUFN3cZ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uAxrUFN3cZ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uAxrUFN3cZ .mbr-section-title {
  color: #000000;
}
.cid-uAxrUFN3cZ .mbr-text,
.cid-uAxrUFN3cZ .mbr-section-btn {
  color: #000000;
}
.cid-uAxrUFN3cZ #lottie-animation-30 {
  width: 100%;
  margin: 0;
}
.cid-uAxrUFN3cZ .colored-text {
  color: #f92c50;
}
.cid-uAxrUGpoWZ {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uAxrUGpoWZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAxrUGpoWZ .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uAxrUGpoWZ .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAxrUGpoWZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAxrUGpoWZ .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #f92c50;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  height: 80px;
  border-radius: 50%;
}
.cid-uAxrUGpoWZ .card-title,
.cid-uAxrUGpoWZ .iconfont-wrapper,
.cid-uAxrUGpoWZ .card-text {
  color: #000000;
  text-align: center;
}
.cid-uAxrUGpoWZ .content-head {
  max-width: 800px;
}
.cid-uAxrUGpoWZ .mbr-section-title {
  color: #000000;
}
.cid-uAxrUGpoWZ .mbr-section-btn {
  text-align: center;
}
.cid-uAxrUJHWs4 {
  display: flex;
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/copia-de-i-2-copia.png");
}
.cid-uAxrUJHWs4 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.9;
}
@media (min-width: 768px) {
  .cid-uAxrUJHWs4 {
    align-items: flex-end;
  }
  .cid-uAxrUJHWs4 .row {
    justify-content: center;
  }
  .cid-uAxrUJHWs4 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAxrUJHWs4 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uAxrUJHWs4 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uAxrUJHWs4 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uAxrUJHWs4 .content-wrap {
    width: 100%;
  }
}
.cid-uAxrUJHWs4 .mbr-section-title,
.cid-uAxrUJHWs4 .mbr-section-subtitle {
  text-align: center;
}
.cid-uAxrUJHWs4 .mbr-text,
.cid-uAxrUJHWs4 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uAxrUJHWs4 .mbr-section-title {
  color: #000000;
}
.cid-uADL0pDVHA {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uADL0pDVHA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uADL0pDVHA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uADL0pDVHA .container {
    padding: 0 16px;
  }
}
.cid-uADL0pDVHA .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uADL0pDVHA .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uADL0pDVHA .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uADL0pDVHA .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uADL0pDVHA .title-wrapper .mbr-section-title span {
  color: #f92c50;
}
.cid-uADL0pDVHA .mbr-section-btn-main {
  margin-bottom: 14px;
  text-align: right;
}
.cid-uADL0pDVHA .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uADL0pDVHA .item .item-wrapper:hover .item-img img,
.cid-uADL0pDVHA .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uADL0pDVHA .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uADL0pDVHA .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uADL0pDVHA .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 6px;
}
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline,
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline,
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline,
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline,
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline,
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline,
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline,
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover,
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover,
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover,
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover,
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover,
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover,
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover,
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover,
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus,
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus,
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus,
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus,
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus,
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus,
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus,
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover,
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus {
  color: #f92c50 !important;
}
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover,
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus {
  color: #f92c50 !important;
}
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover,
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus {
  color: #3a341c !important;
}
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover,
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus {
  color: #320707 !important;
}
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover,
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus {
  color: #a0e2e1 !important;
}
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover,
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus {
  color: #b51431 !important;
}
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover,
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover,
.cid-uADL0pDVHA .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uADL0pDVHA .mbr-section-title {
  color: #000000;
}
.cid-uADL0pDVHA .mbr-desc {
  color: #6f6f6f;
}
.cid-uADL0pDVHA .item-text {
  color: #000000;
}
.cid-uADL0pDVHA .item-text,
.cid-uADL0pDVHA .mbr-section-btn {
  text-align: center;
}
.cid-uADL0pDVHA .mbr-section-title,
.cid-uADL0pDVHA .mbr-section-btn-main {
  text-align: left;
}
.cid-uAxrUL6B37 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uAxrUL6B37 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAxrUL6B37 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAxrUL6B37 .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uAxrUL6B37 .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uAxrUL6B37 .container {
    padding: 0 6px;
  }
}
.cid-uAxrUL6B37 .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #000000;
}
@media (max-width: 1440px) {
  .cid-uAxrUL6B37 .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-uAxrUL6B37 .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uAxrUL6B37 .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uAxrUL6B37 .row {
    padding: 50px 30px;
  }
}
.cid-uAxrUL6B37 .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uAxrUL6B37 .title-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uAxrUL6B37 .title-wrapper {
    padding: 0;
  }
}
.cid-uAxrUL6B37 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uAxrUL6B37 .title-wrapper .mbr-section-title span {
  color: #f92c50;
}
.cid-uAxrUL6B37 .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uAxrUL6B37 .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uAxrUL6B37 .list-wrapper {
    padding: 0;
  }
}
.cid-uAxrUL6B37 .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-uAxrUL6B37 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uAxrUL6B37 .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uAxrUL6B37 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uAxrUL6B37 .list-wrapper .list .item-wrap:hover,
.cid-uAxrUL6B37 .list-wrapper .list .item-wrap:focus {
  color: #f92c50;
}
.cid-uAxrUL6B37 .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.cid-uAxrUL6B37 .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uAxrUL6B37 .mbr-section-title {
  color: #ffffff;
}
.cid-uAxrUL6B37 .list-title {
  color: #ffffff;
}
.cid-uAxrUL6B37 .list {
  color: #ffffff;
}
.cid-uAAaNN4ddq .navbar-dropdown {
  position: relative !important;
}
.cid-uAAaNN4ddq .navbar-dropdown {
  position: absolute !important;
}
.cid-uAAaNN4ddq .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-uAAaNN4ddq .iconfont-wrapper {
  overflow: hidden;
  display: flex !important;
  flex-direction: row;
  align-items: center;
  padding-left: 8px !important;
  font-family: 'Montserrat', sans-serif;
  color: #f92c50 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  position: relative;
}
.cid-uAAaNN4ddq .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-uAAaNN4ddq .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-uAAaNN4ddq .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #f92c50;
  z-index: -1;
}
.cid-uAAaNN4ddq .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-uAAaNN4ddq .nav-item {
  border-left: 0px solid #efefef;
  border-right: 0px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-uAAaNN4ddq .nav-item {
    border: 0;
  }
}
.cid-uAAaNN4ddq .nav-link:hover {
  color: #f92c50 !important;
  transition: color 0.5 ease !important;
}
.cid-uAAaNN4ddq .dropdown-item:hover {
  color: #f92c50 !important;
  transition: color 0.5 ease !important;
}
.cid-uAAaNN4ddq .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-uAAaNN4ddq .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-uAAaNN4ddq .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-uAAaNN4ddq .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-uAAaNN4ddq .title-wrap:hover span {
  color: white;
}
.cid-uAAaNN4ddq .title-wrap:hover:before {
  height: 100%;
}
.cid-uAAaNN4ddq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAAaNN4ddq .dropdown-menu {
  padding: 0;
  border-top: 4px solid #f92c50;
}
.cid-uAAaNN4ddq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uAAaNN4ddq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uAAaNN4ddq .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-uAAaNN4ddq .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-uAAaNN4ddq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAAaNN4ddq .nav-link {
  position: relative;
}
.cid-uAAaNN4ddq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uAAaNN4ddq .container {
    flex-wrap: nowrap;
  }
}
.cid-uAAaNN4ddq .dropdown-menu,
.cid-uAAaNN4ddq .navbar.opened {
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uAAaNN4ddq .nav-item:focus,
.cid-uAAaNN4ddq .nav-link:focus {
  outline: none;
}
.cid-uAAaNN4ddq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAAaNN4ddq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAAaNN4ddq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAAaNN4ddq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAAaNN4ddq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAAaNN4ddq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAAaNN4ddq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0);
}
.cid-uAAaNN4ddq .navbar.opened {
  transition: all 0.3s;
}
.cid-uAAaNN4ddq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAAaNN4ddq .navbar .navbar-logo img {
  width: auto;
}
.cid-uAAaNN4ddq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAAaNN4ddq .navbar.collapsed {
  justify-content: center;
}
.cid-uAAaNN4ddq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAAaNN4ddq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAAaNN4ddq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uAAaNN4ddq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAAaNN4ddq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAAaNN4ddq .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-uAAaNN4ddq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAAaNN4ddq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAAaNN4ddq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uAAaNN4ddq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAAaNN4ddq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAAaNN4ddq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAAaNN4ddq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAAaNN4ddq .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-uAAaNN4ddq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAAaNN4ddq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAAaNN4ddq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAAaNN4ddq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAAaNN4ddq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAAaNN4ddq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uAAaNN4ddq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAAaNN4ddq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAAaNN4ddq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAAaNN4ddq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAAaNN4ddq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAAaNN4ddq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAAaNN4ddq .dropdown-item.active,
.cid-uAAaNN4ddq .dropdown-item:active {
  background-color: transparent;
}
.cid-uAAaNN4ddq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAAaNN4ddq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAAaNN4ddq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAAaNN4ddq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uAAaNN4ddq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAAaNN4ddq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAAaNN4ddq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAAaNN4ddq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAAaNN4ddq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAAaNN4ddq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uAAaNN4ddq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAAaNN4ddq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAAaNN4ddq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAAaNN4ddq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAAaNN4ddq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAAaNN4ddq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAAaNN4ddq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAAaNN4ddq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAAaNN4ddq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uAAaNN4ddq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAAaNN4ddq .navbar {
    height: 70px;
  }
  .cid-uAAaNN4ddq .navbar.opened {
    height: auto;
  }
  .cid-uAAaNN4ddq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAAaNN4ddq .navbar-caption-wrap,
.cid-uAAaNN4ddq .title-wrap {
  color: #272727;
}
.cid-uAAaNNwiga {
  background-image: url("../../../assets/images/033.jpg");
}
.cid-uAAaNNwiga .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAAaNNwiga .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-uAAaNNwiga .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAAaNNwiga .row {
  flex-direction: row-reverse;
}
.cid-uAAaNNwiga .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uAAaNNwiga .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uAAaNNwiga .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uAAaNNwiga .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uAAaNNwiga .mbr-text,
.cid-uAAaNNwiga .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uAAaNNwiga #lottie-animation-10 {
  width: 100%;
  max-width: 600px;
  margin: 0;
}
@media (max-width: 600px) {
  .cid-uAAaNNwiga #lottie-animation-10 {
    max-width: 300px;
  }
}
.cid-uAAaNNwiga .colored-text {
  color: #f92c50;
}
.cid-uAAaNNwiga .center-cont {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAAaNNU6s8 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uAAaNNU6s8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAAaNNU6s8 .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-uAAaNNU6s8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAAaNNU6s8 .row {
  flex-direction: row-reverse;
}
.cid-uAAaNNU6s8 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uAAaNNU6s8 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uAAaNNU6s8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uAAaNNU6s8 .mbr-section-title {
  color: #000000;
}
.cid-uAAaNNU6s8 .mbr-text,
.cid-uAAaNNU6s8 .mbr-section-btn {
  color: #000000;
}
.cid-uAAaNNU6s8 #lottie-animation-30 {
  width: 100%;
  margin: 0;
}
.cid-uAAaNNU6s8 .colored-text {
  color: #f92c50;
}
.cid-uAAaNOk8YF {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uAAaNOk8YF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAAaNOk8YF .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uAAaNOk8YF .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAAaNOk8YF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAAaNOk8YF .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #f92c50;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  height: 80px;
  border-radius: 50%;
}
.cid-uAAaNOk8YF .card-title,
.cid-uAAaNOk8YF .iconfont-wrapper,
.cid-uAAaNOk8YF .card-text {
  color: #000000;
  text-align: center;
}
.cid-uAAaNOk8YF .content-head {
  max-width: 800px;
}
.cid-uAAaNOk8YF .mbr-section-title {
  color: #000000;
}
.cid-uAAaNOk8YF .mbr-section-btn {
  text-align: center;
}
.cid-uAAaNOLPu9 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fff2f4;
}
.cid-uAAaNOLPu9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAAaNOLPu9 .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-uAAaNOLPu9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAAaNOLPu9 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uAAaNOLPu9 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uAAaNOLPu9 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uAAaNOLPu9 .mbr-section-title {
  color: #000000;
}
.cid-uAAaNOLPu9 .mbr-text,
.cid-uAAaNOLPu9 .mbr-section-btn {
  color: #000000;
}
.cid-uAAaNOLPu9 .colored-text {
  color: #f92c50;
}
.cid-uAAaNP80r4 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #fff2f4;
}
.cid-uAAaNP80r4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAAaNP80r4 .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uAAaNP80r4 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAAaNP80r4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAAaNP80r4 .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #f92c50;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #fff2f4;
  height: 80px;
  border-radius: 50%;
}
.cid-uAAaNP80r4 .card-title,
.cid-uAAaNP80r4 .iconfont-wrapper,
.cid-uAAaNP80r4 .card-text {
  color: #000000;
  text-align: center;
}
.cid-uAAaNP80r4 .content-head {
  max-width: 800px;
}
.cid-uAAaNP80r4 .mbr-section-title {
  color: #000000;
}
.cid-uAAaNP80r4 .mbr-section-btn {
  text-align: center;
}
.cid-uAAaNPDPDL {
  display: flex;
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/copia-de-i-2-copia.png");
}
.cid-uAAaNPDPDL .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.9;
}
@media (min-width: 768px) {
  .cid-uAAaNPDPDL {
    align-items: flex-end;
  }
  .cid-uAAaNPDPDL .row {
    justify-content: center;
  }
  .cid-uAAaNPDPDL .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAAaNPDPDL .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uAAaNPDPDL {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uAAaNPDPDL .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uAAaNPDPDL .content-wrap {
    width: 100%;
  }
}
.cid-uAAaNPDPDL .mbr-section-title,
.cid-uAAaNPDPDL .mbr-section-subtitle {
  text-align: center;
}
.cid-uAAaNPDPDL .mbr-text,
.cid-uAAaNPDPDL .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uAAaNPDPDL .mbr-section-title {
  color: #000000;
}
.cid-uAAaNQ0tdJ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAAaNQ0tdJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAAaNQ0tdJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uAAaNQ0tdJ .container {
    padding: 0 16px;
  }
}
.cid-uAAaNQ0tdJ .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uAAaNQ0tdJ .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uAAaNQ0tdJ .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uAAaNQ0tdJ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uAAaNQ0tdJ .title-wrapper .mbr-section-title span {
  color: #f92c50;
}
.cid-uAAaNQ0tdJ .mbr-section-btn-main {
  margin-bottom: 14px;
  text-align: right;
}
.cid-uAAaNQ0tdJ .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uAAaNQ0tdJ .item .item-wrapper:hover .item-img img,
.cid-uAAaNQ0tdJ .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uAAaNQ0tdJ .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uAAaNQ0tdJ .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 6px;
}
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline,
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline,
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline,
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline,
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline,
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline,
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline,
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover,
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover,
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover,
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover,
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover,
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover,
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover,
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover,
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus,
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus,
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus,
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus,
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus,
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus,
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus,
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover,
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus {
  color: #f92c50 !important;
}
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover,
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus {
  color: #f92c50 !important;
}
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover,
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus {
  color: #3a341c !important;
}
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover,
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus {
  color: #320707 !important;
}
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover,
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus {
  color: #a0e2e1 !important;
}
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover,
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus {
  color: #b51431 !important;
}
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover,
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover,
.cid-uAAaNQ0tdJ .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uAAaNQ0tdJ .mbr-section-title {
  color: #000000;
}
.cid-uAAaNQ0tdJ .mbr-desc {
  color: #6f6f6f;
}
.cid-uAAaNQ0tdJ .item-text {
  color: #000000;
}
.cid-uAAaNQ0tdJ .item-text,
.cid-uAAaNQ0tdJ .mbr-section-btn {
  text-align: center;
}
.cid-uAAaNQ0tdJ .mbr-section-title,
.cid-uAAaNQ0tdJ .mbr-section-btn-main {
  text-align: left;
}
.cid-uAAaNQuqiS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uAAaNQuqiS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAAaNQuqiS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAAaNQuqiS .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uAAaNQuqiS .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uAAaNQuqiS .container {
    padding: 0 6px;
  }
}
.cid-uAAaNQuqiS .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #000000;
}
@media (max-width: 1440px) {
  .cid-uAAaNQuqiS .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-uAAaNQuqiS .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uAAaNQuqiS .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uAAaNQuqiS .row {
    padding: 50px 30px;
  }
}
.cid-uAAaNQuqiS .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uAAaNQuqiS .title-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uAAaNQuqiS .title-wrapper {
    padding: 0;
  }
}
.cid-uAAaNQuqiS .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uAAaNQuqiS .title-wrapper .mbr-section-title span {
  color: #f92c50;
}
.cid-uAAaNQuqiS .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uAAaNQuqiS .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uAAaNQuqiS .list-wrapper {
    padding: 0;
  }
}
.cid-uAAaNQuqiS .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-uAAaNQuqiS .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uAAaNQuqiS .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uAAaNQuqiS .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uAAaNQuqiS .list-wrapper .list .item-wrap:hover,
.cid-uAAaNQuqiS .list-wrapper .list .item-wrap:focus {
  color: #f92c50;
}
.cid-uAAaNQuqiS .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.cid-uAAaNQuqiS .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uAAaNQuqiS .mbr-section-title {
  color: #ffffff;
}
.cid-uAAaNQuqiS .list-title {
  color: #ffffff;
}
.cid-uAAaNQuqiS .list {
  color: #ffffff;
}
.cid-uAAaNN4ddq .navbar-dropdown {
  position: relative !important;
}
.cid-uAAaNN4ddq .navbar-dropdown {
  position: absolute !important;
}
.cid-uAAaNN4ddq .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-uAAaNN4ddq .iconfont-wrapper {
  overflow: hidden;
  display: flex !important;
  flex-direction: row;
  align-items: center;
  padding-left: 8px !important;
  font-family: 'Montserrat', sans-serif;
  color: #f92c50 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  position: relative;
}
.cid-uAAaNN4ddq .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-uAAaNN4ddq .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-uAAaNN4ddq .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #f92c50;
  z-index: -1;
}
.cid-uAAaNN4ddq .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-uAAaNN4ddq .nav-item {
  border-left: 0px solid #efefef;
  border-right: 0px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-uAAaNN4ddq .nav-item {
    border: 0;
  }
}
.cid-uAAaNN4ddq .nav-link:hover {
  color: #f92c50 !important;
  transition: color 0.5 ease !important;
}
.cid-uAAaNN4ddq .dropdown-item:hover {
  color: #f92c50 !important;
  transition: color 0.5 ease !important;
}
.cid-uAAaNN4ddq .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-uAAaNN4ddq .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-uAAaNN4ddq .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-uAAaNN4ddq .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-uAAaNN4ddq .title-wrap:hover span {
  color: white;
}
.cid-uAAaNN4ddq .title-wrap:hover:before {
  height: 100%;
}
.cid-uAAaNN4ddq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAAaNN4ddq .dropdown-menu {
  padding: 0;
  border-top: 4px solid #f92c50;
}
.cid-uAAaNN4ddq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uAAaNN4ddq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uAAaNN4ddq .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-uAAaNN4ddq .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-uAAaNN4ddq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAAaNN4ddq .nav-link {
  position: relative;
}
.cid-uAAaNN4ddq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uAAaNN4ddq .container {
    flex-wrap: nowrap;
  }
}
.cid-uAAaNN4ddq .dropdown-menu,
.cid-uAAaNN4ddq .navbar.opened {
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uAAaNN4ddq .nav-item:focus,
.cid-uAAaNN4ddq .nav-link:focus {
  outline: none;
}
.cid-uAAaNN4ddq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAAaNN4ddq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAAaNN4ddq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAAaNN4ddq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAAaNN4ddq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAAaNN4ddq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAAaNN4ddq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0);
}
.cid-uAAaNN4ddq .navbar.opened {
  transition: all 0.3s;
}
.cid-uAAaNN4ddq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAAaNN4ddq .navbar .navbar-logo img {
  width: auto;
}
.cid-uAAaNN4ddq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAAaNN4ddq .navbar.collapsed {
  justify-content: center;
}
.cid-uAAaNN4ddq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAAaNN4ddq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAAaNN4ddq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uAAaNN4ddq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAAaNN4ddq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAAaNN4ddq .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-uAAaNN4ddq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAAaNN4ddq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAAaNN4ddq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uAAaNN4ddq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAAaNN4ddq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAAaNN4ddq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAAaNN4ddq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAAaNN4ddq .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-uAAaNN4ddq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAAaNN4ddq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAAaNN4ddq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAAaNN4ddq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAAaNN4ddq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAAaNN4ddq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uAAaNN4ddq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAAaNN4ddq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAAaNN4ddq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAAaNN4ddq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAAaNN4ddq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAAaNN4ddq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAAaNN4ddq .dropdown-item.active,
.cid-uAAaNN4ddq .dropdown-item:active {
  background-color: transparent;
}
.cid-uAAaNN4ddq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAAaNN4ddq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAAaNN4ddq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAAaNN4ddq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uAAaNN4ddq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAAaNN4ddq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAAaNN4ddq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAAaNN4ddq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAAaNN4ddq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAAaNN4ddq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uAAaNN4ddq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAAaNN4ddq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAAaNN4ddq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAAaNN4ddq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAAaNN4ddq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAAaNN4ddq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAAaNN4ddq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAAaNN4ddq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAAaNN4ddq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uAAaNN4ddq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAAaNN4ddq .navbar {
    height: 70px;
  }
  .cid-uAAaNN4ddq .navbar.opened {
    height: auto;
  }
  .cid-uAAaNN4ddq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAAaNN4ddq .navbar-caption-wrap,
.cid-uAAaNN4ddq .title-wrap {
  color: #272727;
}
.cid-uADTlKB7ps {
  background-image: url("../../../assets/images/033.jpg");
}
.cid-uADTlKB7ps .mbr-fallback-image.disabled {
  display: none;
}
.cid-uADTlKB7ps .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-uADTlKB7ps .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uADTlKB7ps .row {
  flex-direction: row-reverse;
}
.cid-uADTlKB7ps .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uADTlKB7ps .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uADTlKB7ps .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uADTlKB7ps .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uADTlKB7ps .mbr-text,
.cid-uADTlKB7ps .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uADTlKB7ps #lottie-animation {
  width: 100%;
  max-width: 600px;
  margin: 0;
}
@media (max-width: 600px) {
  .cid-uADTlKB7ps #lottie-animation {
    max-width: 300px;
  }
}
.cid-uADTlKB7ps .colored-text {
  color: #f92c50;
}
.cid-uADTlKB7ps .center-cont {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uADUkj0WuP {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uADUkj0WuP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uADUkj0WuP .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uADUkj0WuP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uADUkj0WuP h1 {
  max-width: 800px;
}
.cid-uADUkj0WuP p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uADUkj0WuP .btn:hover {
  transform: scale(1.1);
  background: #f92c50 !important;
  border-color: #f92c50 !important;
  color: #f92c50 !important;
}
.cid-uADUkj0WuP .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uADUkj0WuP .btn div {
  overflow: hidden;
}
.cid-uADUkj0WuP .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uADUkj0WuP {
    align-items: center;
  }
  .cid-uADUkj0WuP .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uADUkj0WuP .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uADUkj0WuP {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uADUkj0WuP .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uADUkj0WuP .content-wrap {
    width: 100%;
  }
}
.cid-uADUkj0WuP .mbr-section-subtitle,
.cid-uADUkj0WuP .line {
  color: #291f1e;
}
.cid-uADUkj0WuP .mbr-text,
.cid-uADUkj0WuP .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uADUkj0WuP .mbr-section-title {
  color: #291f1e;
  text-align: left;
}
.cid-uADUkj0WuP .colored-text {
  color: #f92c50;
}
.cid-uADUluK5vN {
  display: flex;
  background-image: url("../../../assets/images/kevin-matos-nl-fmfpxo2g-unsplash-1920x2880.jpg");
}
.cid-uADUluK5vN .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uADUluK5vN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uADUluK5vN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uADUluK5vN .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uADUluK5vN .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uADUluK5vN {
    align-items: center;
  }
  .cid-uADUluK5vN .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uADUluK5vN .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uADUluK5vN {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uADUluK5vN .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uADUluK5vN .content-wrap {
    width: 100%;
  }
}
.cid-uADUluK5vN .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uADUluK5vN .mbr-text,
.cid-uADUluK5vN .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uADUluK5vN .colored-text {
  color: #f92c50;
}
.cid-uAAaNQuqiS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uAAaNQuqiS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAAaNQuqiS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAAaNQuqiS .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uAAaNQuqiS .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uAAaNQuqiS .container {
    padding: 0 6px;
  }
}
.cid-uAAaNQuqiS .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #000000;
}
@media (max-width: 1440px) {
  .cid-uAAaNQuqiS .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-uAAaNQuqiS .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uAAaNQuqiS .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uAAaNQuqiS .row {
    padding: 50px 30px;
  }
}
.cid-uAAaNQuqiS .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uAAaNQuqiS .title-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uAAaNQuqiS .title-wrapper {
    padding: 0;
  }
}
.cid-uAAaNQuqiS .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uAAaNQuqiS .title-wrapper .mbr-section-title span {
  color: #f92c50;
}
.cid-uAAaNQuqiS .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uAAaNQuqiS .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uAAaNQuqiS .list-wrapper {
    padding: 0;
  }
}
.cid-uAAaNQuqiS .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-uAAaNQuqiS .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uAAaNQuqiS .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uAAaNQuqiS .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uAAaNQuqiS .list-wrapper .list .item-wrap:hover,
.cid-uAAaNQuqiS .list-wrapper .list .item-wrap:focus {
  color: #f92c50;
}
.cid-uAAaNQuqiS .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.cid-uAAaNQuqiS .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uAAaNQuqiS .mbr-section-title {
  color: #ffffff;
}
.cid-uAAaNQuqiS .list-title {
  color: #ffffff;
}
.cid-uAAaNQuqiS .list {
  color: #ffffff;
}
.cid-uAbRNczGIu .navbar-dropdown {
  position: relative !important;
}
.cid-uAbRNczGIu .navbar-dropdown {
  position: absolute !important;
}
.cid-uAbRNczGIu .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-uAbRNczGIu .iconfont-wrapper {
  overflow: hidden;
  display: flex !important;
  flex-direction: row;
  align-items: center;
  padding-left: 8px !important;
  font-family: 'Montserrat', sans-serif;
  color: #f92c50 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  position: relative;
}
.cid-uAbRNczGIu .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-uAbRNczGIu .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-uAbRNczGIu .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #f92c50;
  z-index: -1;
}
.cid-uAbRNczGIu .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-uAbRNczGIu .nav-item {
  border-left: 0px solid #efefef;
  border-right: 0px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-uAbRNczGIu .nav-item {
    border: 0;
  }
}
.cid-uAbRNczGIu .nav-link:hover {
  color: #f92c50 !important;
  transition: color 0.5 ease !important;
}
.cid-uAbRNczGIu .dropdown-item:hover {
  color: #f92c50 !important;
  transition: color 0.5 ease !important;
}
.cid-uAbRNczGIu .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-uAbRNczGIu .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-uAbRNczGIu .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-uAbRNczGIu .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-uAbRNczGIu .title-wrap:hover span {
  color: white;
}
.cid-uAbRNczGIu .title-wrap:hover:before {
  height: 100%;
}
.cid-uAbRNczGIu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAbRNczGIu .dropdown-menu {
  padding: 0;
  border-top: 4px solid #f92c50;
}
.cid-uAbRNczGIu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uAbRNczGIu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uAbRNczGIu .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-uAbRNczGIu .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-uAbRNczGIu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAbRNczGIu .nav-link {
  position: relative;
}
.cid-uAbRNczGIu .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uAbRNczGIu .container {
    flex-wrap: nowrap;
  }
}
.cid-uAbRNczGIu .dropdown-menu,
.cid-uAbRNczGIu .navbar.opened {
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uAbRNczGIu .nav-item:focus,
.cid-uAbRNczGIu .nav-link:focus {
  outline: none;
}
.cid-uAbRNczGIu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAbRNczGIu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAbRNczGIu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAbRNczGIu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAbRNczGIu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAbRNczGIu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAbRNczGIu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0);
}
.cid-uAbRNczGIu .navbar.opened {
  transition: all 0.3s;
}
.cid-uAbRNczGIu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAbRNczGIu .navbar .navbar-logo img {
  width: auto;
}
.cid-uAbRNczGIu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAbRNczGIu .navbar.collapsed {
  justify-content: center;
}
.cid-uAbRNczGIu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAbRNczGIu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAbRNczGIu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uAbRNczGIu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAbRNczGIu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAbRNczGIu .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-uAbRNczGIu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAbRNczGIu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAbRNczGIu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uAbRNczGIu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAbRNczGIu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAbRNczGIu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAbRNczGIu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAbRNczGIu .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-uAbRNczGIu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAbRNczGIu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAbRNczGIu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAbRNczGIu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAbRNczGIu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAbRNczGIu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uAbRNczGIu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAbRNczGIu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAbRNczGIu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAbRNczGIu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAbRNczGIu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAbRNczGIu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAbRNczGIu .dropdown-item.active,
.cid-uAbRNczGIu .dropdown-item:active {
  background-color: transparent;
}
.cid-uAbRNczGIu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAbRNczGIu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAbRNczGIu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAbRNczGIu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uAbRNczGIu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAbRNczGIu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAbRNczGIu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAbRNczGIu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAbRNczGIu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAbRNczGIu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uAbRNczGIu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAbRNczGIu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAbRNczGIu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAbRNczGIu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAbRNczGIu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAbRNczGIu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAbRNczGIu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAbRNczGIu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAbRNczGIu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uAbRNczGIu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAbRNczGIu .navbar {
    height: 70px;
  }
  .cid-uAbRNczGIu .navbar.opened {
    height: auto;
  }
  .cid-uAbRNczGIu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAbRNczGIu .navbar-caption-wrap,
.cid-uAbRNczGIu .title-wrap {
  color: #272727;
}
.cid-uAINqodQHF {
  background-image: url("../../../assets/images/033.jpg");
}
.cid-uAINqodQHF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAINqodQHF .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-uAINqodQHF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAINqodQHF .row {
  flex-direction: row-reverse;
}
.cid-uAINqodQHF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uAINqodQHF .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uAINqodQHF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uAINqodQHF .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uAINqodQHF .mbr-text,
.cid-uAINqodQHF .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uAINqodQHF #lottie-animation-10 {
  width: 100%;
  max-width: 600px;
  margin: 0;
}
@media (max-width: 600px) {
  .cid-uAINqodQHF #lottie-animation-10 {
    max-width: 300px;
  }
}
.cid-uAINqodQHF .colored-text {
  color: #f92c50;
}
.cid-uAINqodQHF .center-cont {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA7wuPAaH8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uA7wuPAaH8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7wuPAaH8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7wuPAaH8 .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uA7wuPAaH8 .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uA7wuPAaH8 .container {
    padding: 0 6px;
  }
}
.cid-uA7wuPAaH8 .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #000000;
}
@media (max-width: 1440px) {
  .cid-uA7wuPAaH8 .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-uA7wuPAaH8 .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uA7wuPAaH8 .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uA7wuPAaH8 .row {
    padding: 50px 30px;
  }
}
.cid-uA7wuPAaH8 .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uA7wuPAaH8 .title-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uA7wuPAaH8 .title-wrapper {
    padding: 0;
  }
}
.cid-uA7wuPAaH8 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uA7wuPAaH8 .title-wrapper .mbr-section-title span {
  color: #f92c50;
}
.cid-uA7wuPAaH8 .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uA7wuPAaH8 .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uA7wuPAaH8 .list-wrapper {
    padding: 0;
  }
}
.cid-uA7wuPAaH8 .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-uA7wuPAaH8 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uA7wuPAaH8 .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uA7wuPAaH8 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA7wuPAaH8 .list-wrapper .list .item-wrap:hover,
.cid-uA7wuPAaH8 .list-wrapper .list .item-wrap:focus {
  color: #f92c50;
}
.cid-uA7wuPAaH8 .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.cid-uA7wuPAaH8 .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uA7wuPAaH8 .mbr-section-title {
  color: #ffffff;
}
.cid-uA7wuPAaH8 .list-title {
  color: #ffffff;
}
.cid-uA7wuPAaH8 .list {
  color: #ffffff;
}
