.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Vend Sans;
}
.display-1 {
  font-family: 'Vend Sans', sans-serif;
  font-size: 4.5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-2 {
  font-family: 'Vend Sans', sans-serif;
  font-size: 3.2rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Vend Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Vend Sans', sans-serif;
  font-size: 2.2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Space Mono', monospace;
  font-size: 1rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.6 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.6 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    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))));
  }
}
/* 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: #54547e !important;
}
.bg-success {
  background-color: #abffd4 !important;
}
.bg-info {
  background-color: #e0e0eb !important;
}
.bg-warning {
  background-color: #ff856f !important;
}
.bg-danger {
  background-color: #9b5e76 !important;
}
.btn-primary {
  box-shadow: 0 0 0 0.25rem rgba(121, 121, 166, 0.3), 0 0.125rem 0.125rem 0.5px rgba(136, 136, 176, 0.3) !important;
}
.btn-primary .mbr-iconfont {
  border: 1px solid #ffffff;
}
.btn-primary,
.btn-primary:active {
  background-color: #54547e !important;
  border-color: #54547e !important;
  color: #ffffff !important;
  box-shadow: 0 0 0 0.25rem rgba(121, 121, 166, 0.3), 0 0.125rem 0.125rem 0.5px rgba(136, 136, 176, 0.3) !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #6a6a9b !important;
  border-color: #6a6a9b !important;
  box-shadow: 0 0 0 0.25rem rgba(121, 121, 166, 0.3), 0 0.125rem 0.125rem 0.5px rgba(136, 136, 176, 0.3) !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #6a6a9b !important;
  border-color: #6a6a9b !important;
}
.btn-secondary {
  box-shadow: 0 0 0 0.25rem rgba(104, 104, 154, 0.3), 0 0.125rem 0.125rem 0.5px rgba(120, 120, 164, 0.3) !important;
}
.btn-secondary .mbr-iconfont {
  border: 1px solid #ffffff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #49496d !important;
  border-color: #49496d !important;
  color: #ffffff !important;
  box-shadow: 0 0 0 0.25rem rgba(104, 104, 154, 0.3), 0 0.125rem 0.125rem 0.5px rgba(120, 120, 164, 0.3) !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #5d5d8c !important;
  border-color: #5d5d8c !important;
  box-shadow: 0 0 0 0.25rem rgba(104, 104, 154, 0.3), 0 0.125rem 0.125rem 0.5px rgba(120, 120, 164, 0.3) !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #5d5d8c !important;
  border-color: #5d5d8c !important;
}
.btn-info {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.3), 0 0.125rem 0.125rem 0.5px rgba(255, 255, 255, 0.3) !important;
}
.btn-info .mbr-iconfont {
  border: 1px solid #3c3c5d;
}
.btn-info,
.btn-info:active {
  background-color: #e0e0eb !important;
  border-color: #e0e0eb !important;
  color: #3c3c5d !important;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.3), 0 0.125rem 0.125rem 0.5px rgba(255, 255, 255, 0.3) !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #d0d0e1 !important;
  border-color: #d0d0e1 !important;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.3), 0 0.125rem 0.125rem 0.5px rgba(255, 255, 255, 0.3) !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #3c3c5d !important;
  background-color: #d0d0e1 !important;
  border-color: #d0d0e1 !important;
}
.btn-success {
  box-shadow: 0 0 0 0.25rem rgba(247, 255, 251, 0.3), 0 0.125rem 0.125rem 0.5px rgba(255, 255, 255, 0.3) !important;
}
.btn-success .mbr-iconfont {
  border: 1px solid #00783b;
}
.btn-success,
.btn-success:active {
  background-color: #abffd4 !important;
  border-color: #abffd4 !important;
  color: #00783b !important;
  box-shadow: 0 0 0 0.25rem rgba(247, 255, 251, 0.3), 0 0.125rem 0.125rem 0.5px rgba(255, 255, 255, 0.3) !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #91ffc7 !important;
  border-color: #91ffc7 !important;
  box-shadow: 0 0 0 0.25rem rgba(247, 255, 251, 0.3), 0 0.125rem 0.125rem 0.5px rgba(255, 255, 255, 0.3) !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #00783b !important;
  background-color: #91ffc7 !important;
  border-color: #91ffc7 !important;
}
.btn-warning {
  box-shadow: 0 0 0 0.25rem rgba(255, 198, 188, 0.3), 0 0.125rem 0.125rem 0.5px rgba(255, 219, 213, 0.3) !important;
}
.btn-warning .mbr-iconfont {
  border: 1px solid #ffffff;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff856f !important;
  border-color: #ff856f !important;
  color: #ffffff !important;
  box-shadow: 0 0 0 0.25rem rgba(255, 198, 188, 0.3), 0 0.125rem 0.125rem 0.5px rgba(255, 219, 213, 0.3) !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ff6f56 !important;
  border-color: #ff6f56 !important;
  box-shadow: 0 0 0 0.25rem rgba(255, 198, 188, 0.3), 0 0.125rem 0.125rem 0.5px rgba(255, 219, 213, 0.3) !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff6f56 !important;
  border-color: #ff6f56 !important;
}
.btn-danger {
  box-shadow: 0 0 0 0.25rem rgba(185, 140, 158, 0.3), 0 0.125rem 0.125rem 0.5px rgba(195, 156, 171, 0.3) !important;
}
.btn-danger .mbr-iconfont {
  border: 1px solid #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #9b5e76 !important;
  border-color: #9b5e76 !important;
  color: #ffffff !important;
  box-shadow: 0 0 0 0.25rem rgba(185, 140, 158, 0.3), 0 0.125rem 0.125rem 0.5px rgba(195, 156, 171, 0.3) !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #b07c91 !important;
  border-color: #b07c91 !important;
  box-shadow: 0 0 0 0.25rem rgba(185, 140, 158, 0.3), 0 0.125rem 0.125rem 0.5px rgba(195, 156, 171, 0.3) !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b07c91 !important;
  border-color: #b07c91 !important;
}
.btn-white {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.3), 0 0.125rem 0.125rem 0.5px rgba(255, 255, 255, 0.3) !important;
}
.btn-white .mbr-iconfont {
  border: 1px solid #616161;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #616161 !important;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.3), 0 0.125rem 0.125rem 0.5px rgba(255, 255, 255, 0.3) !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ededed !important;
  border-color: #ededed !important;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.3), 0 0.125rem 0.125rem 0.5px rgba(255, 255, 255, 0.3) !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #616161 !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
}
.btn-black {
  box-shadow: 0 0 0 0.25rem rgba(55, 55, 82, 0.3), 0 0.125rem 0.125rem 0.5px rgba(65, 65, 97, 0.3) !important;
}
.btn-black .mbr-iconfont {
  border: 1px solid #ffffff;
}
.btn-black,
.btn-black:active {
  background-color: #181824 !important;
  border-color: #181824 !important;
  color: #ffffff !important;
  box-shadow: 0 0 0 0.25rem rgba(55, 55, 82, 0.3), 0 0.125rem 0.125rem 0.5px rgba(65, 65, 97, 0.3) !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #2c2c43 !important;
  border-color: #2c2c43 !important;
  box-shadow: 0 0 0 0.25rem rgba(55, 55, 82, 0.3), 0 0.125rem 0.125rem 0.5px rgba(65, 65, 97, 0.3) !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #2c2c43 !important;
  border-color: #2c2c43 !important;
}
.btn-primary-outline .mbr-iconfont {
  border: 1px solid #54547e;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #54547e;
  color: #54547e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #31314a !important;
  background-color: transparent !important;
  border-color: #31314a !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover .mbr-iconfont,
.btn-primary-outline:focus .mbr-iconfont,
.btn-primary-outline.focus .mbr-iconfont,
.btn-primary-outline.active .mbr-iconfont {
  border: 1px solid #31314a;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #54547e !important;
  border-color: #54547e !important;
}
.btn-secondary-outline .mbr-iconfont {
  border: 1px solid #49496d;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #49496d;
  color: #49496d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #262639 !important;
  background-color: transparent !important;
  border-color: #262639 !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .mbr-iconfont,
.btn-secondary-outline:focus .mbr-iconfont,
.btn-secondary-outline.focus .mbr-iconfont,
.btn-secondary-outline.active .mbr-iconfont {
  border: 1px solid #262639;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #49496d !important;
  border-color: #49496d !important;
}
.btn-info-outline .mbr-iconfont {
  border: 1px solid #e0e0eb;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #e0e0eb;
  color: #e0e0eb;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ababc9 !important;
  background-color: transparent !important;
  border-color: #ababc9 !important;
  box-shadow: none !important;
}
.btn-info-outline:hover .mbr-iconfont,
.btn-info-outline:focus .mbr-iconfont,
.btn-info-outline.focus .mbr-iconfont,
.btn-info-outline.active .mbr-iconfont {
  border: 1px solid #ababc9;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #50507c !important;
  background-color: #e0e0eb !important;
  border-color: #e0e0eb !important;
}
.btn-success-outline .mbr-iconfont {
  border: 1px solid #abffd4;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #abffd4;
  color: #abffd4;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #54ffa8 !important;
  background-color: transparent !important;
  border-color: #54ffa8 !important;
  box-shadow: none !important;
}
.btn-success-outline:hover .mbr-iconfont,
.btn-success-outline:focus .mbr-iconfont,
.btn-success-outline.focus .mbr-iconfont,
.btn-success-outline.active .mbr-iconfont {
  border: 1px solid #54ffa8;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #00ab53 !important;
  background-color: #abffd4 !important;
  border-color: #abffd4 !important;
}
.btn-warning-outline .mbr-iconfont {
  border: 1px solid #ff856f;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff856f;
  color: #ff856f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff3c18 !important;
  background-color: transparent !important;
  border-color: #ff3c18 !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .mbr-iconfont,
.btn-warning-outline:focus .mbr-iconfont,
.btn-warning-outline.focus .mbr-iconfont,
.btn-warning-outline.active .mbr-iconfont {
  border: 1px solid #ff3c18;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff856f !important;
  border-color: #ff856f !important;
}
.btn-danger-outline .mbr-iconfont {
  border: 1px solid #9b5e76;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #9b5e76;
  color: #9b5e76;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #653d4d !important;
  background-color: transparent !important;
  border-color: #653d4d !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .mbr-iconfont,
.btn-danger-outline:focus .mbr-iconfont,
.btn-danger-outline.focus .mbr-iconfont,
.btn-danger-outline.active .mbr-iconfont {
  border: 1px solid #653d4d;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #9b5e76 !important;
  border-color: #9b5e76 !important;
}
.btn-black-outline .mbr-iconfont {
  border: 1px solid #181824;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #181824;
  color: #181824;
}
.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:hover .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-iconfont {
  border: 1px solid #000000;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #181824 !important;
  border-color: #181824 !important;
}
.btn-white-outline .mbr-iconfont {
  border: 1px solid #fafafa;
}
.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:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  border: 1px solid #cfcfcf;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #54547e !important;
}
.text-secondary {
  color: #49496d !important;
}
.text-success {
  color: #abffd4 !important;
}
.text-info {
  color: #e0e0eb !important;
}
.text-warning {
  color: #ff856f !important;
}
.text-danger {
  color: #9b5e76 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #181824 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #2b2b41 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #202030 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #45ffa0 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #a2a2c3 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff2f09 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #5c3746 !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: #54547e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e0e0eb;
}
.alert-warning {
  background-color: #ff856f;
}
.alert-danger {
  background-color: #9b5e76;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #54547e;
  border-color: #54547e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: .5rem !important;
}
a,
a:hover {
  color: #54547e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #9797ba;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #cdacb9;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Space Mono', monospace;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #54547e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Space Mono', monospace;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #54547e;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #54547e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #54547e;
}
.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: #54547e;
  border-bottom-color: #54547e;
}
.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: #54547e !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: #49496d !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='%2354547e' %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;
}
.mbr-section-btn .btn {
  border-radius: 1rem !important;
  flex-direction: row-reverse;
  font-weight: 400;
  padding: 6px 24px;
  min-height: 48px;
}
.mbr-section-btn .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -18px;
  margin-right: 12px;
  font-size: 18px;
  transition: all .3s ease;
  border-radius: 8px !important;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont {
  transform: translateX(4px);
}
.mbr-section-btn .btn-black {
  box-shadow: 0 0 0 0.25rem rgba(199, 199, 218, 0.5), 0 0.125rem 0.125rem 0.5px rgba(184, 184, 208, 0.5) !important;
}
.mbr-section-btn .btn-white {
  box-shadow: 0 0 0 0.25rem rgba(204, 204, 204, 0.2), 0 0.125rem 0.125rem 0.5px rgba(217, 217, 217, 0.2) !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.form-control,
.navbar-nav .nav-item .nav-link {
  border-radius: 1rem !important;
}
.middle-radius {
  border-radius: 1.5rem !important;
}
.large-radius {
  border-radius: 2rem !important;
}
.next-radius {
  border-radius: 0.75rem !important;
}
.little-radius {
  border-radius: 0.5rem !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uWHfXJIUpL {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uWHfXJIUpL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uWHfXJIUpL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uWHfXJIUpL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWHfXJIUpL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-uWHfXJIUpL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWHfXJIUpL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWHfXJIUpL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uWHfXJIUpL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uWHfXJIUpL .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uWHfXJIUpL .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 24px !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uWHfXJIUpL .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
  }
}
.cid-uWHfXJIUpL .navbar-nav .nav-item .nav-link:hover {
  background-color: #eeeef4;
}
@media (max-width: 992px) {
  .cid-uWHfXJIUpL .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
  }
}
.cid-uWHfXJIUpL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uWHfXJIUpL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uWHfXJIUpL .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #ffffff;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uWHfXJIUpL .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-uWHfXJIUpL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uWHfXJIUpL .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .cid-uWHfXJIUpL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uWHfXJIUpL .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uWHfXJIUpL .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uWHfXJIUpL .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uWHfXJIUpL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uWHfXJIUpL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uWHfXJIUpL .container,
.cid-uWHfXJIUpL .container-fluid {
  display: flex;
  min-height: 66px;
  padding: 0 10px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: .5rem;
  background-color: #ffffff;
  border: 1px solid #e0e0eb;
}
@media (min-width: 992px) {
  .cid-uWHfXJIUpL .container,
  .cid-uWHfXJIUpL .container-fluid {
    max-width: 800px;
  }
}
@media (max-width: 992px) {
  .cid-uWHfXJIUpL .container,
  .cid-uWHfXJIUpL .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uWHfXJIUpL .container,
  .cid-uWHfXJIUpL .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uWHfXJIUpL .iconfont-wrapper {
  color: #181824 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uWHfXJIUpL .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uWHfXJIUpL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uWHfXJIUpL .nav-item:focus,
.cid-uWHfXJIUpL .nav-link:focus {
  outline: none;
}
.cid-uWHfXJIUpL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWHfXJIUpL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWHfXJIUpL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWHfXJIUpL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWHfXJIUpL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWHfXJIUpL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWHfXJIUpL .navbar {
  min-height: 66px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uWHfXJIUpL .navbar.opened {
  transition: all 0.3s;
}
.cid-uWHfXJIUpL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWHfXJIUpL .navbar .navbar-logo img {
  width: auto;
  box-shadow: 0 0 0 4px #e0e0eb;
}
.cid-uWHfXJIUpL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uWHfXJIUpL .navbar.collapsed {
  justify-content: center;
}
.cid-uWHfXJIUpL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWHfXJIUpL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uWHfXJIUpL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWHfXJIUpL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWHfXJIUpL .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-uWHfXJIUpL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWHfXJIUpL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWHfXJIUpL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uWHfXJIUpL .navbar {
    min-height: 72px;
  }
  .cid-uWHfXJIUpL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uWHfXJIUpL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWHfXJIUpL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWHfXJIUpL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWHfXJIUpL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWHfXJIUpL .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-uWHfXJIUpL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWHfXJIUpL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uWHfXJIUpL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWHfXJIUpL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWHfXJIUpL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uWHfXJIUpL .dropdown-item.active,
.cid-uWHfXJIUpL .dropdown-item:active {
  background-color: transparent;
}
.cid-uWHfXJIUpL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWHfXJIUpL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWHfXJIUpL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWHfXJIUpL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-uWHfXJIUpL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uWHfXJIUpL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uWHfXJIUpL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uWHfXJIUpL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWHfXJIUpL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uWHfXJIUpL .navbar-buttons {
    text-align: left;
  }
}
.cid-uWHfXJIUpL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWHfXJIUpL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181824;
}
.cid-uWHfXJIUpL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWHfXJIUpL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWHfXJIUpL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWHfXJIUpL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWHfXJIUpL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWHfXJIUpL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWHfXJIUpL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWHfXJIUpL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWHfXJIUpL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWHfXJIUpL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWHfXJIUpL .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-uWHfXJIUpL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWHfXJIUpL .navbar {
    height: 66px;
  }
  .cid-uWHfXJIUpL .navbar.opened {
    height: auto;
  }
  .cid-uWHfXJIUpL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWHfXJIUpL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uWHfXJIUpL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uWHfXJIUpL .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uWHfXJIUpL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uWHfXJIUpL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uWHfXJIUpL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uWHfXJIUpL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uWHfXJIUpL .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uWHfXJIUpL .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uWHfXJIUpL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uWHfXJIUpL .navbar-brand {
    margin-right: auto;
  }
  .cid-uWHfXJIUpL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uWHfXJIUpL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uWHfXJIUpL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uWHfXJIUpL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uWHfXJIUpL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uWHfXJIUpL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uWHfXJIUpL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uWHfXJIUpL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uWHfXJIUpL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uWHfXJIUpL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uWHfYpEQUl {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/rm378-2-2000x1333.jpg");
}
.cid-uWHfYpEQUl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWHfYpEQUl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWHfYpEQUl .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uWHfYpEQUl .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uWHfYpEQUl .content-wrapper {
    width: 100%;
  }
}
.cid-uWHfYpEQUl .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uWHfYpEQUl .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uWHfYpEQUl .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWHfYpEQUl .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uWHfYpEQUl .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uWHfYpEQUl .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-uWHfYpEQUl .content-wrapper .desc-wrapper::before,
.cid-uWHfYpEQUl .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-uWHfYpEQUl .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-uWHfYpEQUl .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-uWHfYpEQUl .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-uWHfYpEQUl .mbr-label {
  color: #9797b9;
  text-align: center;
}
.cid-uWHfYpEQUl .mbr-section-title {
  color: #181824;
}
.cid-uWHfYpEQUl .mbr-text {
  color: #9797b9;
  text-align: center;
}
.cid-uWHfYpEQUl .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uWHfYpEQUl .mbr-section-title,
.cid-uWHfYpEQUl .mbr-section-btn {
  text-align: center;
}
.cid-uWHfYpEQUl .mbr-section-title,
.cid-uWHfYpEQUl .mbr-section-btn,
.cid-uWHfYpEQUl .logo-wrapper {
  color: #ffffff;
}
.cid-uWHg3mAf9d {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eeeef4;
  position: relative;
  overflow: hidden;
}
.cid-uWHg3mAf9d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWHg3mAf9d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWHg3mAf9d .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-uWHg3mAf9d .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #cdcddd;
}
.cid-uWHg3mAf9d .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uWHg3mAf9d .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uWHg3mAf9d .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-uWHg3mAf9d .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uWHg3mAf9d .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uWHg3mAf9d .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uWHg3mAf9d .decoration_1 {
    left: -380px;
  }
}
.cid-uWHg3mAf9d .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-uWHg3mAf9d .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uWHg3mAf9d .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uWHg3mAf9d .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uWHg3mAf9d .decoration_2 {
    right: -380px;
  }
}
.cid-uWHg3mAf9d .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 120px 0;
}
@media (max-width: 992px) {
  .cid-uWHg3mAf9d .content-wrapper {
    padding: 0 16px;
  }
}
.cid-uWHg3mAf9d .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uWHg3mAf9d .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWHg3mAf9d .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWHg3mAf9d .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uWHg3mAf9d .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uWHg3mAf9d .content-wrapper .image-wrapper {
  margin-top: 32px;
  height: 100%;
  padding: 12px;
  border: 1px solid #cdcddd;
  background-color: #e0e0eb;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-uWHg3mAf9d .content-wrapper .image-wrapper {
    padding: 6px;
    margin-top: 24px;
  }
}
.cid-uWHg3mAf9d .content-wrapper .image-wrapper .image-wrap {
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid #cdcddd;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #9797b9;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uWHg3mAf9d .content-wrapper .image-wrapper .image-wrap {
    padding: 6px;
  }
}
.cid-uWHg3mAf9d .content-wrapper .image-wrapper .image-wrap img {
  height: 400px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uWHg3mAf9d .content-wrapper .image-wrapper .image-wrap img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-uWHg3mAf9d .content-wrapper .image-wrapper .image-wrap img {
    height: 250px;
  }
}
.cid-uWHg3mAf9d .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uWHg3mAf9d .mbr-section-title {
  color: #181824;
}
.cid-uWHg3mAf9d .mbr-text,
.cid-uWHg3mAf9d .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uWHg3mAf9d .mbr-section-title,
.cid-uWHg3mAf9d .mbr-section-btn,
.cid-uWHg3mAf9d .icon-wrapper {
  text-align: center;
}
.cid-uWHg0Ovm17 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eeeef4;
  position: relative;
  overflow: hidden;
}
.cid-uWHg0Ovm17 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWHg0Ovm17 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWHg0Ovm17 .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-uWHg0Ovm17 .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #cdcddd;
}
.cid-uWHg0Ovm17 .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uWHg0Ovm17 .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uWHg0Ovm17 .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-uWHg0Ovm17 .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uWHg0Ovm17 .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uWHg0Ovm17 .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uWHg0Ovm17 .decoration_1 {
    left: -380px;
  }
}
.cid-uWHg0Ovm17 .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-uWHg0Ovm17 .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uWHg0Ovm17 .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uWHg0Ovm17 .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uWHg0Ovm17 .decoration_2 {
    right: -380px;
  }
}
.cid-uWHg0Ovm17 .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 120px 0;
}
@media (max-width: 992px) {
  .cid-uWHg0Ovm17 .content-wrapper {
    padding: 0 16px;
  }
}
.cid-uWHg0Ovm17 .panel-group .card-wrapper {
  padding: 12px;
  background-color: #e0e0eb;
  border: 1px solid #cdcddd;
  transition: all 0.3s ease-in-out;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uWHg0Ovm17 .panel-group .card-wrapper {
    margin-bottom: 16px;
    padding: 6px;
  }
}
.cid-uWHg0Ovm17 .panel-group .card-wrapper .card {
  position: relative;
  padding: 0;
  background-color: #ffffff;
  border: 1px solid #cdcddd;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.cid-uWHg0Ovm17 .panel-group .card-wrapper .card .card-header {
  padding: 0;
  background: transparent;
  border: none;
}
.cid-uWHg0Ovm17 .panel-group .card-wrapper .card .card-header .header-wrap {
  display: flex;
  overflow: hidden;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uWHg0Ovm17 .panel-group .card-wrapper .card .card-header .header-wrap {
    display: block;
    padding: 16px;
  }
}
.cid-uWHg0Ovm17 .panel-group .card-wrapper .card .card-header .header-wrap .number-wrapper .item-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cdcddd;
  position: relative;
  z-index: 1;
  text-shadow: 1px 1px 1px #cdcddd, -1px -1px 1px #cdcddd;
  margin-right: 24px;
  width: 80px;
  height: 80px;
  min-width: 80px;
}
@media (max-width: 992px) {
  .cid-uWHg0Ovm17 .panel-group .card-wrapper .card .card-header .header-wrap .number-wrapper .item-number {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uWHg0Ovm17 .panel-group .card-wrapper .card .card-header .header-wrap .number-wrapper .item-number::before {
  content: '';
  filter: blur(0.75rem);
  width: 4rem;
  height: 4rem;
  position: absolute;
  background-color: #e0e0ff;
  z-index: -1;
  opacity: .4;
}
.cid-uWHg0Ovm17 .panel-group .card-wrapper .card .card-header .header-wrap .title-wrap {
  width: 300px;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-uWHg0Ovm17 .panel-group .card-wrapper .card .card-header .header-wrap .title-wrap {
    margin-right: 0;
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uWHg0Ovm17 .panel-group .card-wrapper .card .card-header .header-wrap .title-wrap .panel-title-edit {
  margin-bottom: 12px;
}
.cid-uWHg0Ovm17 .panel-group .card-wrapper .card .card-header .header-wrap .title-wrap .item-text {
  margin-bottom: 0;
}
.cid-uWHg0Ovm17 .panel-group .card-wrapper .card .card-header .header-wrap .image-wrapper {
  width: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uWHg0Ovm17 .panel-group .card-wrapper .card .card-header .header-wrap .image-wrapper {
    width: 100%;
  }
}
.cid-uWHg0Ovm17 .panel-group .card-wrapper .card .card-header .header-wrap .image-wrapper img {
  position: absolute;
  right: -1rem;
  width: 100%;
  height: 350px;
  object-fit: cover;
  transform: skew(-10deg, 5deg) rotateX(0) rotateY(-25deg) rotateZ(0);
}
@media (max-width: 992px) {
  .cid-uWHg0Ovm17 .panel-group .card-wrapper .card .card-header .header-wrap .image-wrapper img {
    position: static;
    transform: none;
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-uWHg0Ovm17 .panel-group .card-wrapper .card .card-header .header-wrap .image-wrapper img {
    height: 250px;
  }
}
.cid-uWHg0Ovm17 .panel-group .card-wrapper .card .card-header .panel-title {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 24px;
  width: 100%;
  border-top: 1px solid #cdcddd;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uWHg0Ovm17 .panel-group .card-wrapper .card .card-header .panel-title {
    padding: 16px;
  }
}
.cid-uWHg0Ovm17 .panel-group .card-wrapper .card .card-header .panel-title .gradient-wrap {
  background-image: radial-gradient(circle farthest-side at 50% 50%, #ebfff5, #e0e0ff);
  filter: blur(1rem);
  border-radius: 50%;
  width: 90%;
  height: 2rem;
  position: absolute;
  inset: 0 auto auto 50%;
  transform: translate(-50%, -50%);
}
.cid-uWHg0Ovm17 .panel-group .card-wrapper .card .card-header .panel-title .icon-wrapper {
  padding: 11px;
  border: 1px solid #cdcddd;
  border-radius: 0.5rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cid-uWHg0Ovm17 .panel-group .card-wrapper .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #49496d;
}
.cid-uWHg0Ovm17 .panel-group .card-wrapper .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uWHg0Ovm17 .panel-group .card-wrapper .card .panel-collapse .panel-body {
  padding: 32px;
  padding-top: 0;
  background-color: #ffffff;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uWHg0Ovm17 .panel-group .card-wrapper .card .panel-collapse .panel-body {
    padding: 16px;
    padding-top: 0;
  }
}
.cid-uWHg0Ovm17 .panel-group .card-wrapper .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 24px;
}
.cid-uWHg0Ovm17 .panel-group .card-wrapper .card .panel-collapse .panel-body .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
}
.cid-uWHg0Ovm17 .panel-group .card-wrapper .card .panel-collapse .panel-body .tags-wrapper .list .item-wrap {
  padding: 11px 24px;
  background-color: #eeeef4;
  box-shadow: inset 0 0.1875rem 0.375rem -0.5px #cdcddd;
  margin-bottom: 0;
}
.cid-uWHg0Ovm17 .item-number {
  color: #ffffff;
}
.cid-uWHg0Ovm17 .panel-title-edit {
  color: #181824;
}
.cid-uWHg0Ovm17 .item-text {
  color: #54547e;
}
.cid-uWHg0Ovm17 .panel-text {
  color: #54547e;
}
.cid-uWHg0Ovm17 .list {
  color: #54547e;
}
.cid-uWHg1U49vz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWHg1U49vz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWHg1U49vz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWHg1U49vz .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uWHg1U49vz .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWHg1U49vz .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uWHg1U49vz .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uWHg1U49vz .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWHg1U49vz .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWHg1U49vz .items-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uWHg1U49vz .items-wrapper {
    display: block;
  }
}
.cid-uWHg1U49vz .item {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uWHg1U49vz .item {
    margin-bottom: 20px;
  }
}
.cid-uWHg1U49vz .item .item-wrapper {
  height: 100%;
  padding: 8px;
  border: 1px solid #cdcddd;
  background-color: #e0e0eb;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-uWHg1U49vz .item .item-wrapper {
    padding: 6px;
  }
}
.cid-uWHg1U49vz .item .item-wrapper .card-box {
  position: relative;
  padding: 16px;
  background-color: #ffffff;
  border: 1px solid #cdcddd;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uWHg1U49vz .item .item-wrapper .card-box {
    padding: 16px;
  }
}
.cid-uWHg1U49vz .item .item-wrapper .card-box .gradient-wrap {
  background-color: #ebfff5;
  filter: blur(0.75rem);
  border-radius: 50vw;
  width: 2.625rem;
  height: 2.625rem;
  position: absolute;
  top: 12px;
  right: 12px;
}
.cid-uWHg1U49vz .item .item-wrapper .card-box .icon-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}
.cid-uWHg1U49vz .item .item-wrapper .card-box .icon-wrapper .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 1px #cdcddd;
  background-color: #eeeef4;
  padding: 4px;
}
.cid-uWHg1U49vz .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 1px #cdcddd;
  background-color: #ffffff;
  font-size: 24px;
  padding: 4px;
  border-radius: .25rem !important;
}
.cid-uWHg1U49vz .item .item-wrapper .card-box .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.cid-uWHg1U49vz .item .item-wrapper .card-box .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uWHg1U49vz .item .item-wrapper .card-box .mbr-section-btn {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 24px;
}
.cid-uWHg1U49vz .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uWHg1U49vz .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uWHg1U49vz .desc-wrapper {
    margin: 16px 0 0;
  }
}
.cid-uWHg1U49vz .desc-wrapper::before,
.cid-uWHg1U49vz .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, #ffffff, #cdcddd 50%, #ffffff);
  width: 100%;
  height: 1px;
}
.cid-uWHg1U49vz .desc-wrapper::before {
  top: 0;
}
.cid-uWHg1U49vz .desc-wrapper:after {
  bottom: 0;
}
.cid-uWHg1U49vz .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, #ffffff, #eeeef4 50%, #ffffff);
}
.cid-uWHg1U49vz .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uWHg1U49vz .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-uWHg1U49vz .mbr-text,
.cid-uWHg1U49vz .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uWHg1U49vz .item-title {
  color: #181824;
}
.cid-uWHg1U49vz .item-text {
  color: #54547e;
}
.cid-uWHg1U49vz .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uWHg0uu1Dw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eeeef4;
  position: relative;
  overflow: hidden;
}
.cid-uWHg0uu1Dw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWHg0uu1Dw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWHg0uu1Dw .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-uWHg0uu1Dw .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #cdcddd;
}
.cid-uWHg0uu1Dw .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uWHg0uu1Dw .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uWHg0uu1Dw .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-uWHg0uu1Dw .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uWHg0uu1Dw .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uWHg0uu1Dw .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uWHg0uu1Dw .decoration_1 {
    left: -380px;
  }
}
.cid-uWHg0uu1Dw .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-uWHg0uu1Dw .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uWHg0uu1Dw .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uWHg0uu1Dw .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uWHg0uu1Dw .decoration_2 {
    right: -380px;
  }
}
.cid-uWHg0uu1Dw .content-wrapper {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uWHg0uu1Dw .content-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.cid-uWHg0uu1Dw .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 25%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uWHg0uu1Dw .items-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-uWHg0uu1Dw .items-wrapper .card-wrapper {
  height: 100%;
  padding: 12px;
  border: 1px solid #cdcddd;
  background-color: #e0e0eb;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-uWHg0uu1Dw .items-wrapper .card-wrapper {
    margin-bottom: 16px;
    padding: 6px;
  }
}
.cid-uWHg0uu1Dw .items-wrapper .card-wrapper .card-wrap {
  position: relative;
  padding: 32px 200px 32px 32px;
  border: 1px solid #cdcddd;
  background-color: #eeeef4;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uWHg0uu1Dw .items-wrapper .card-wrapper .card-wrap {
    padding: 16px;
  }
}
.cid-uWHg0uu1Dw .items-wrapper .card-wrapper .card-wrap .gradient_1 {
  filter: blur(4rem);
  border-radius: 50vw;
  width: 12.5rem;
  height: 12.5rem;
  position: absolute;
  inset: auto 0 0 auto;
  transform: translate(60%, 60%);
  background-color: #e0e0ff;
}
.cid-uWHg0uu1Dw .items-wrapper .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 16px;
  text-transform: uppercase;
}
.cid-uWHg0uu1Dw .items-wrapper .card-wrapper .card-wrap .mbr-title {
  margin-bottom: 16px;
}
.cid-uWHg0uu1Dw .items-wrapper .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uWHg0uu1Dw .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uWHg0uu1Dw .item {
    margin-bottom: 16px;
  }
}
.cid-uWHg0uu1Dw .item:last-child {
  margin-bottom: 0;
}
.cid-uWHg0uu1Dw .item .item-wrapper {
  height: 100%;
  padding: 12px;
  border: 1px solid #cdcddd;
  background-color: #e0e0eb;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-uWHg0uu1Dw .item .item-wrapper {
    padding: 6px;
  }
}
.cid-uWHg0uu1Dw .item .item-wrapper .card-box {
  position: relative;
  padding: 32px;
  background-color: #ffffff;
  border: 1px solid #cdcddd;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uWHg0uu1Dw .item .item-wrapper .card-box {
    min-height: auto;
    padding: 16px;
  }
}
.cid-uWHg0uu1Dw .item .item-wrapper .card-box .gradient_2 {
  filter: blur(0.75rem);
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0 0 auto 50%;
  transform: translate(-50%, -50%);
  background-color: #ebfff5;
}
.cid-uWHg0uu1Dw .item .item-wrapper .card-box .gradient_3 {
  filter: blur(0.75rem);
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0 0 auto 50%;
  transform: translate(-50%, -50%);
  background-color: #e0e0ff;
}
.cid-uWHg0uu1Dw .item .item-wrapper .card-box .item-number {
  margin-bottom: 8px;
}
.cid-uWHg0uu1Dw .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uWHg0uu1Dw .mbr-label {
  color: #49496d;
}
.cid-uWHg0uu1Dw .mbr-section-title {
  color: #181824;
}
.cid-uWHg0uu1Dw .mbr-text {
  color: #54547e;
}
.cid-uWHg0uu1Dw .item-number {
  color: #181824;
  text-align: center;
}
.cid-uWHg0uu1Dw .item-title {
  color: #54547e;
  text-align: center;
}
.cid-uWHg3L5qIN {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uWHg3L5qIN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWHg3L5qIN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWHg3L5qIN .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uWHg3L5qIN .image-wrapper {
    height: 300px;
  }
}
.cid-uYpuJ3JCK6 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #eeeef4;
}
.cid-uYpuJ3JCK6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYpuJ3JCK6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYpuJ3JCK6 .title-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto 40px;
}
@media (max-width: 1440px) {
  .cid-uYpuJ3JCK6 .title-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uYpuJ3JCK6 .title-wrapper {
    width: 100%;
    margin: 0 0 32px;
  }
}
.cid-uYpuJ3JCK6 .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uYpuJ3JCK6 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uYpuJ3JCK6 .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYpuJ3JCK6 .item {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uYpuJ3JCK6 .item {
    margin-bottom: 20px;
  }
}
.cid-uYpuJ3JCK6 .item::before {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(180deg, #eeeef4, #cdcddd 50%, #eeeef4);
  box-shadow: 0 0.5px 0.0625rem 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uYpuJ3JCK6 .item::before {
    display: none;
  }
}
.cid-uYpuJ3JCK6 .item:nth-child(3n)::before {
  display: none;
}
.cid-uYpuJ3JCK6 .item .item-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYpuJ3JCK6 .item .item-wrapper {
    padding: 0;
  }
}
.cid-uYpuJ3JCK6 .item .item-wrapper .item-text {
  margin-bottom: 0;
  width: 100%;
}
.cid-uYpuJ3JCK6 .btn-wrapper {
  margin-top: -8%;
}
.cid-uYpuJ3JCK6 .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uYpuJ3JCK6 .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-uYpuJ3JCK6 .mbr-text,
.cid-uYpuJ3JCK6 .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uYpuJ3JCK6 .item-text {
  color: #181824;
  text-align: center;
}
.cid-uYpw9lANgV {
  background-image: url("../../../assets/images/alianzas-741x530.png");
}
.cid-uYpw9lANgV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYpw9lANgV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYpw9lANgV .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uYpw9lANgV .image-wrapper {
    height: 300px;
  }
}
.cid-uWHgiEJX0J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWHgiEJX0J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWHgiEJX0J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWHgiEJX0J .content-wrapper .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uWHgiEJX0J .content-wrapper .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.cid-uWHgiEJX0J .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uWHgiEJX0J .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uWHgiEJX0J .content-wrapper .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uWHgiEJX0J .content-wrapper .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWHgiEJX0J .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.cid-uWHgiEJX0J .content-wrapper .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
  text-transform: uppercase;
}
.cid-uWHgiEJX0J .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uWHgiEJX0J .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #49496d;
}
.cid-uWHgiEJX0J .content-wrapper .mbr-copy {
  margin-bottom: 0;
  text-transform: uppercase;
}
.cid-uWHgiEJX0J .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-uWHgiEJX0J .list,
.cid-uWHgiEJX0J .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.cid-uWHgiEJX0J .mbr-copy {
  color: #9797b9;
  text-align: center;
}
.cid-uWHgiEJX0J .mbr-section-title,
.cid-uWHgiEJX0J .logo-wrapper {
  text-align: center;
}
.cid-uYk4bLF6br {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYk4bLF6br .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uYk4bLF6br .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYk4bLF6br .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYk4bLF6br .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-uYk4bLF6br .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYk4bLF6br .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYk4bLF6br .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uYk4bLF6br .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYk4bLF6br .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYk4bLF6br .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 24px !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYk4bLF6br .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
  }
}
.cid-uYk4bLF6br .navbar-nav .nav-item .nav-link:hover {
  background-color: #eeeef4;
}
@media (max-width: 992px) {
  .cid-uYk4bLF6br .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
  }
}
.cid-uYk4bLF6br .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYk4bLF6br .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYk4bLF6br .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #ffffff;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYk4bLF6br .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-uYk4bLF6br .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYk4bLF6br .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .cid-uYk4bLF6br .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uYk4bLF6br .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYk4bLF6br .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYk4bLF6br .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYk4bLF6br .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYk4bLF6br .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYk4bLF6br .container,
.cid-uYk4bLF6br .container-fluid {
  display: flex;
  min-height: 66px;
  padding: 0 10px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: .5rem;
  background-color: #ffffff;
  border: 1px solid #e0e0eb;
}
@media (min-width: 992px) {
  .cid-uYk4bLF6br .container,
  .cid-uYk4bLF6br .container-fluid {
    max-width: 800px;
  }
}
@media (max-width: 992px) {
  .cid-uYk4bLF6br .container,
  .cid-uYk4bLF6br .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYk4bLF6br .container,
  .cid-uYk4bLF6br .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYk4bLF6br .iconfont-wrapper {
  color: #181824 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYk4bLF6br .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYk4bLF6br .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYk4bLF6br .nav-item:focus,
.cid-uYk4bLF6br .nav-link:focus {
  outline: none;
}
.cid-uYk4bLF6br .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYk4bLF6br .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYk4bLF6br .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYk4bLF6br .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYk4bLF6br .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYk4bLF6br .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYk4bLF6br .navbar {
  min-height: 66px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uYk4bLF6br .navbar.opened {
  transition: all 0.3s;
}
.cid-uYk4bLF6br .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYk4bLF6br .navbar .navbar-logo img {
  width: auto;
  box-shadow: 0 0 0 4px #e0e0eb;
}
.cid-uYk4bLF6br .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uYk4bLF6br .navbar.collapsed {
  justify-content: center;
}
.cid-uYk4bLF6br .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYk4bLF6br .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYk4bLF6br .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYk4bLF6br .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYk4bLF6br .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-uYk4bLF6br .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYk4bLF6br .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYk4bLF6br .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYk4bLF6br .navbar {
    min-height: 72px;
  }
  .cid-uYk4bLF6br .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYk4bLF6br .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYk4bLF6br .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYk4bLF6br .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYk4bLF6br .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYk4bLF6br .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-uYk4bLF6br .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYk4bLF6br .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYk4bLF6br .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYk4bLF6br .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYk4bLF6br .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYk4bLF6br .dropdown-item.active,
.cid-uYk4bLF6br .dropdown-item:active {
  background-color: transparent;
}
.cid-uYk4bLF6br .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYk4bLF6br .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYk4bLF6br .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYk4bLF6br .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-uYk4bLF6br .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYk4bLF6br .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYk4bLF6br .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYk4bLF6br ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYk4bLF6br .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYk4bLF6br .navbar-buttons {
    text-align: left;
  }
}
.cid-uYk4bLF6br button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYk4bLF6br button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181824;
}
.cid-uYk4bLF6br button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYk4bLF6br button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYk4bLF6br button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYk4bLF6br button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYk4bLF6br nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYk4bLF6br nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYk4bLF6br nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYk4bLF6br nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYk4bLF6br .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYk4bLF6br a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYk4bLF6br .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-uYk4bLF6br .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYk4bLF6br .navbar {
    height: 66px;
  }
  .cid-uYk4bLF6br .navbar.opened {
    height: auto;
  }
  .cid-uYk4bLF6br .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYk4bLF6br .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYk4bLF6br .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYk4bLF6br .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYk4bLF6br .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYk4bLF6br .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYk4bLF6br .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYk4bLF6br .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYk4bLF6br .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uYk4bLF6br .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYk4bLF6br .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYk4bLF6br .navbar-brand {
    margin-right: auto;
  }
  .cid-uYk4bLF6br .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uYk4bLF6br .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYk4bLF6br .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYk4bLF6br .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYk4bLF6br .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYk4bLF6br .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uYk4bLF6br .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYk4bLF6br .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYk4bLF6br .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYk4bLF6br .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYk4bMgtso {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/rm378-2-2000x1333.jpg");
}
.cid-uYk4bMgtso .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYk4bMgtso .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYk4bMgtso .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uYk4bMgtso .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uYk4bMgtso .content-wrapper {
    width: 100%;
  }
}
.cid-uYk4bMgtso .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uYk4bMgtso .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uYk4bMgtso .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uYk4bMgtso .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uYk4bMgtso .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uYk4bMgtso .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-uYk4bMgtso .content-wrapper .desc-wrapper::before,
.cid-uYk4bMgtso .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-uYk4bMgtso .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-uYk4bMgtso .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-uYk4bMgtso .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-uYk4bMgtso .mbr-label {
  color: #9797b9;
  text-align: center;
}
.cid-uYk4bMgtso .mbr-section-title {
  color: #181824;
}
.cid-uYk4bMgtso .mbr-text {
  color: #9797b9;
  text-align: center;
}
.cid-uYk4bMgtso .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uYk4bMgtso .mbr-section-title,
.cid-uYk4bMgtso .mbr-section-btn {
  text-align: center;
}
.cid-uYk4bMgtso .mbr-section-title,
.cid-uYk4bMgtso .mbr-section-btn,
.cid-uYk4bMgtso .logo-wrapper {
  color: #ffffff;
}
.cid-uYk4bMPt1C {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eeeef4;
  position: relative;
  overflow: hidden;
}
.cid-uYk4bMPt1C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYk4bMPt1C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYk4bMPt1C .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-uYk4bMPt1C .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #cdcddd;
}
.cid-uYk4bMPt1C .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uYk4bMPt1C .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uYk4bMPt1C .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-uYk4bMPt1C .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uYk4bMPt1C .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uYk4bMPt1C .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uYk4bMPt1C .decoration_1 {
    left: -380px;
  }
}
.cid-uYk4bMPt1C .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-uYk4bMPt1C .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uYk4bMPt1C .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uYk4bMPt1C .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uYk4bMPt1C .decoration_2 {
    right: -380px;
  }
}
.cid-uYk4bMPt1C .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  padding: 120px 0;
}
@media (max-width: 1440px) {
  .cid-uYk4bMPt1C .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uYk4bMPt1C .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uYk4bMPt1C .content-wrapper {
    padding: 0 16px;
  }
}
.cid-uYk4bMPt1C .content-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uYk4bMPt1C .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-uYk4bMPt1C .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uYk4bMPt1C .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYk4bMPt1C .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uYk4bMPt1C .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYk4bMPt1C .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uYk4bMPt1C .mbr-section-title {
  color: #181824;
}
.cid-uYk4bMPt1C .mbr-section-title,
.cid-uYk4bMPt1C .mbr-section-btn,
.cid-uYk4bMPt1C .icon-wrapper {
  text-align: justify;
}
.cid-uYk4bNm2qK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eeeef4;
  position: relative;
  overflow: hidden;
}
.cid-uYk4bNm2qK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYk4bNm2qK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYk4bNm2qK .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-uYk4bNm2qK .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #cdcddd;
}
.cid-uYk4bNm2qK .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uYk4bNm2qK .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uYk4bNm2qK .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-uYk4bNm2qK .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uYk4bNm2qK .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uYk4bNm2qK .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uYk4bNm2qK .decoration_1 {
    left: -380px;
  }
}
.cid-uYk4bNm2qK .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-uYk4bNm2qK .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uYk4bNm2qK .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uYk4bNm2qK .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uYk4bNm2qK .decoration_2 {
    right: -380px;
  }
}
.cid-uYk4bNm2qK .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 120px 0;
}
@media (max-width: 992px) {
  .cid-uYk4bNm2qK .content-wrapper {
    padding: 0 16px;
  }
}
.cid-uYk4bNm2qK .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uYk4bNm2qK .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYk4bNm2qK .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYk4bNm2qK .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uYk4bNm2qK .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYk4bNm2qK .content-wrapper .image-wrapper {
  margin-top: 32px;
  height: 100%;
  padding: 12px;
  border: 1px solid #cdcddd;
  background-color: #e0e0eb;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-uYk4bNm2qK .content-wrapper .image-wrapper {
    padding: 6px;
    margin-top: 24px;
  }
}
.cid-uYk4bNm2qK .content-wrapper .image-wrapper .image-wrap {
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid #cdcddd;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #9797b9;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uYk4bNm2qK .content-wrapper .image-wrapper .image-wrap {
    padding: 6px;
  }
}
.cid-uYk4bNm2qK .content-wrapper .image-wrapper .image-wrap img {
  height: 400px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uYk4bNm2qK .content-wrapper .image-wrapper .image-wrap img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-uYk4bNm2qK .content-wrapper .image-wrapper .image-wrap img {
    height: 250px;
  }
}
.cid-uYk4bNm2qK .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uYk4bNm2qK .mbr-section-title {
  color: #181824;
}
.cid-uYk4bNm2qK .mbr-text,
.cid-uYk4bNm2qK .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uYk4bNm2qK .mbr-section-title,
.cid-uYk4bNm2qK .mbr-section-btn,
.cid-uYk4bNm2qK .icon-wrapper {
  text-align: center;
}
.cid-uYk4bNV4DI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eeeef4;
  position: relative;
  overflow: hidden;
}
.cid-uYk4bNV4DI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYk4bNV4DI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYk4bNV4DI .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-uYk4bNV4DI .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #cdcddd;
}
.cid-uYk4bNV4DI .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uYk4bNV4DI .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uYk4bNV4DI .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-uYk4bNV4DI .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uYk4bNV4DI .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uYk4bNV4DI .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uYk4bNV4DI .decoration_1 {
    left: -380px;
  }
}
.cid-uYk4bNV4DI .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-uYk4bNV4DI .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uYk4bNV4DI .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uYk4bNV4DI .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uYk4bNV4DI .decoration_2 {
    right: -380px;
  }
}
.cid-uYk4bNV4DI .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 120px 0;
}
@media (max-width: 992px) {
  .cid-uYk4bNV4DI .content-wrapper {
    padding: 0 16px;
  }
}
.cid-uYk4bNV4DI .panel-group .card-wrapper {
  padding: 12px;
  background-color: #e0e0eb;
  border: 1px solid #cdcddd;
  transition: all 0.3s ease-in-out;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uYk4bNV4DI .panel-group .card-wrapper {
    margin-bottom: 16px;
    padding: 6px;
  }
}
.cid-uYk4bNV4DI .panel-group .card-wrapper .card {
  position: relative;
  padding: 0;
  background-color: #ffffff;
  border: 1px solid #cdcddd;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.cid-uYk4bNV4DI .panel-group .card-wrapper .card .card-header {
  padding: 0;
  background: transparent;
  border: none;
}
.cid-uYk4bNV4DI .panel-group .card-wrapper .card .card-header .header-wrap {
  display: flex;
  overflow: hidden;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uYk4bNV4DI .panel-group .card-wrapper .card .card-header .header-wrap {
    display: block;
    padding: 16px;
  }
}
.cid-uYk4bNV4DI .panel-group .card-wrapper .card .card-header .header-wrap .number-wrapper .item-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cdcddd;
  position: relative;
  z-index: 1;
  text-shadow: 1px 1px 1px #cdcddd, -1px -1px 1px #cdcddd;
  margin-right: 24px;
  width: 80px;
  height: 80px;
  min-width: 80px;
}
@media (max-width: 992px) {
  .cid-uYk4bNV4DI .panel-group .card-wrapper .card .card-header .header-wrap .number-wrapper .item-number {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uYk4bNV4DI .panel-group .card-wrapper .card .card-header .header-wrap .number-wrapper .item-number::before {
  content: '';
  filter: blur(0.75rem);
  width: 4rem;
  height: 4rem;
  position: absolute;
  background-color: #e0e0ff;
  z-index: -1;
  opacity: .4;
}
.cid-uYk4bNV4DI .panel-group .card-wrapper .card .card-header .header-wrap .title-wrap {
  width: 300px;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-uYk4bNV4DI .panel-group .card-wrapper .card .card-header .header-wrap .title-wrap {
    margin-right: 0;
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uYk4bNV4DI .panel-group .card-wrapper .card .card-header .header-wrap .title-wrap .panel-title-edit {
  margin-bottom: 12px;
}
.cid-uYk4bNV4DI .panel-group .card-wrapper .card .card-header .header-wrap .title-wrap .item-text {
  margin-bottom: 0;
}
.cid-uYk4bNV4DI .panel-group .card-wrapper .card .card-header .header-wrap .image-wrapper {
  width: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYk4bNV4DI .panel-group .card-wrapper .card .card-header .header-wrap .image-wrapper {
    width: 100%;
  }
}
.cid-uYk4bNV4DI .panel-group .card-wrapper .card .card-header .header-wrap .image-wrapper img {
  position: absolute;
  right: -1rem;
  width: 100%;
  height: 350px;
  object-fit: cover;
  transform: skew(-10deg, 5deg) rotateX(0) rotateY(-25deg) rotateZ(0);
}
@media (max-width: 992px) {
  .cid-uYk4bNV4DI .panel-group .card-wrapper .card .card-header .header-wrap .image-wrapper img {
    position: static;
    transform: none;
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-uYk4bNV4DI .panel-group .card-wrapper .card .card-header .header-wrap .image-wrapper img {
    height: 250px;
  }
}
.cid-uYk4bNV4DI .panel-group .card-wrapper .card .card-header .panel-title {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 24px;
  width: 100%;
  border-top: 1px solid #cdcddd;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uYk4bNV4DI .panel-group .card-wrapper .card .card-header .panel-title {
    padding: 16px;
  }
}
.cid-uYk4bNV4DI .panel-group .card-wrapper .card .card-header .panel-title .gradient-wrap {
  background-image: radial-gradient(circle farthest-side at 50% 50%, #ebfff5, #e0e0ff);
  filter: blur(1rem);
  border-radius: 50%;
  width: 90%;
  height: 2rem;
  position: absolute;
  inset: 0 auto auto 50%;
  transform: translate(-50%, -50%);
}
.cid-uYk4bNV4DI .panel-group .card-wrapper .card .card-header .panel-title .icon-wrapper {
  padding: 11px;
  border: 1px solid #cdcddd;
  border-radius: 0.5rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cid-uYk4bNV4DI .panel-group .card-wrapper .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #49496d;
}
.cid-uYk4bNV4DI .panel-group .card-wrapper .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uYk4bNV4DI .panel-group .card-wrapper .card .panel-collapse .panel-body {
  padding: 32px;
  padding-top: 0;
  background-color: #ffffff;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uYk4bNV4DI .panel-group .card-wrapper .card .panel-collapse .panel-body {
    padding: 16px;
    padding-top: 0;
  }
}
.cid-uYk4bNV4DI .panel-group .card-wrapper .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 24px;
}
.cid-uYk4bNV4DI .panel-group .card-wrapper .card .panel-collapse .panel-body .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
}
.cid-uYk4bNV4DI .panel-group .card-wrapper .card .panel-collapse .panel-body .tags-wrapper .list .item-wrap {
  padding: 11px 24px;
  background-color: #eeeef4;
  box-shadow: inset 0 0.1875rem 0.375rem -0.5px #cdcddd;
  margin-bottom: 0;
}
.cid-uYk4bNV4DI .item-number {
  color: #ffffff;
}
.cid-uYk4bNV4DI .panel-title-edit {
  color: #181824;
}
.cid-uYk4bNV4DI .item-text {
  color: #54547e;
}
.cid-uYk4bNV4DI .panel-text {
  color: #54547e;
}
.cid-uYk4bNV4DI .list {
  color: #54547e;
}
.cid-uYk4bOHZty {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYk4bOHZty .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYk4bOHZty .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYk4bOHZty .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYk4bOHZty .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYk4bOHZty .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uYk4bOHZty .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uYk4bOHZty .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYk4bOHZty .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYk4bOHZty .items-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uYk4bOHZty .items-wrapper {
    display: block;
  }
}
.cid-uYk4bOHZty .item {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uYk4bOHZty .item {
    margin-bottom: 20px;
  }
}
.cid-uYk4bOHZty .item .item-wrapper {
  height: 100%;
  padding: 8px;
  border: 1px solid #cdcddd;
  background-color: #e0e0eb;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-uYk4bOHZty .item .item-wrapper {
    padding: 6px;
  }
}
.cid-uYk4bOHZty .item .item-wrapper .card-box {
  position: relative;
  padding: 16px;
  background-color: #ffffff;
  border: 1px solid #cdcddd;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uYk4bOHZty .item .item-wrapper .card-box {
    padding: 16px;
  }
}
.cid-uYk4bOHZty .item .item-wrapper .card-box .gradient-wrap {
  background-color: #ebfff5;
  filter: blur(0.75rem);
  border-radius: 50vw;
  width: 2.625rem;
  height: 2.625rem;
  position: absolute;
  top: 12px;
  right: 12px;
}
.cid-uYk4bOHZty .item .item-wrapper .card-box .icon-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}
.cid-uYk4bOHZty .item .item-wrapper .card-box .icon-wrapper .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 1px #cdcddd;
  background-color: #eeeef4;
  padding: 4px;
}
.cid-uYk4bOHZty .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 1px #cdcddd;
  background-color: #ffffff;
  font-size: 24px;
  padding: 4px;
  border-radius: .25rem !important;
}
.cid-uYk4bOHZty .item .item-wrapper .card-box .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.cid-uYk4bOHZty .item .item-wrapper .card-box .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uYk4bOHZty .item .item-wrapper .card-box .mbr-section-btn {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 24px;
}
.cid-uYk4bOHZty .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYk4bOHZty .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uYk4bOHZty .desc-wrapper {
    margin: 16px 0 0;
  }
}
.cid-uYk4bOHZty .desc-wrapper::before,
.cid-uYk4bOHZty .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, #ffffff, #cdcddd 50%, #ffffff);
  width: 100%;
  height: 1px;
}
.cid-uYk4bOHZty .desc-wrapper::before {
  top: 0;
}
.cid-uYk4bOHZty .desc-wrapper:after {
  bottom: 0;
}
.cid-uYk4bOHZty .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, #ffffff, #eeeef4 50%, #ffffff);
}
.cid-uYk4bOHZty .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uYk4bOHZty .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-uYk4bOHZty .mbr-text,
.cid-uYk4bOHZty .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uYk4bOHZty .item-title {
  color: #181824;
}
.cid-uYk4bOHZty .item-text {
  color: #54547e;
}
.cid-uYk4bOHZty .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uYk4bPbcAf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eeeef4;
  position: relative;
  overflow: hidden;
}
.cid-uYk4bPbcAf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYk4bPbcAf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYk4bPbcAf .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-uYk4bPbcAf .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #cdcddd;
}
.cid-uYk4bPbcAf .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uYk4bPbcAf .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uYk4bPbcAf .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-uYk4bPbcAf .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uYk4bPbcAf .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uYk4bPbcAf .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uYk4bPbcAf .decoration_1 {
    left: -380px;
  }
}
.cid-uYk4bPbcAf .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-uYk4bPbcAf .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uYk4bPbcAf .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uYk4bPbcAf .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uYk4bPbcAf .decoration_2 {
    right: -380px;
  }
}
.cid-uYk4bPbcAf .content-wrapper {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uYk4bPbcAf .content-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.cid-uYk4bPbcAf .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 25%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uYk4bPbcAf .items-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-uYk4bPbcAf .items-wrapper .card-wrapper {
  height: 100%;
  padding: 12px;
  border: 1px solid #cdcddd;
  background-color: #e0e0eb;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-uYk4bPbcAf .items-wrapper .card-wrapper {
    margin-bottom: 16px;
    padding: 6px;
  }
}
.cid-uYk4bPbcAf .items-wrapper .card-wrapper .card-wrap {
  position: relative;
  padding: 32px 200px 32px 32px;
  border: 1px solid #cdcddd;
  background-color: #eeeef4;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uYk4bPbcAf .items-wrapper .card-wrapper .card-wrap {
    padding: 16px;
  }
}
.cid-uYk4bPbcAf .items-wrapper .card-wrapper .card-wrap .gradient_1 {
  filter: blur(4rem);
  border-radius: 50vw;
  width: 12.5rem;
  height: 12.5rem;
  position: absolute;
  inset: auto 0 0 auto;
  transform: translate(60%, 60%);
  background-color: #e0e0ff;
}
.cid-uYk4bPbcAf .items-wrapper .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 16px;
  text-transform: uppercase;
}
.cid-uYk4bPbcAf .items-wrapper .card-wrapper .card-wrap .mbr-title {
  margin-bottom: 16px;
}
.cid-uYk4bPbcAf .items-wrapper .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uYk4bPbcAf .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uYk4bPbcAf .item {
    margin-bottom: 16px;
  }
}
.cid-uYk4bPbcAf .item:last-child {
  margin-bottom: 0;
}
.cid-uYk4bPbcAf .item .item-wrapper {
  height: 100%;
  padding: 12px;
  border: 1px solid #cdcddd;
  background-color: #e0e0eb;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-uYk4bPbcAf .item .item-wrapper {
    padding: 6px;
  }
}
.cid-uYk4bPbcAf .item .item-wrapper .card-box {
  position: relative;
  padding: 32px;
  background-color: #ffffff;
  border: 1px solid #cdcddd;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uYk4bPbcAf .item .item-wrapper .card-box {
    min-height: auto;
    padding: 16px;
  }
}
.cid-uYk4bPbcAf .item .item-wrapper .card-box .gradient_2 {
  filter: blur(0.75rem);
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0 0 auto 50%;
  transform: translate(-50%, -50%);
  background-color: #ebfff5;
}
.cid-uYk4bPbcAf .item .item-wrapper .card-box .gradient_3 {
  filter: blur(0.75rem);
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0 0 auto 50%;
  transform: translate(-50%, -50%);
  background-color: #e0e0ff;
}
.cid-uYk4bPbcAf .item .item-wrapper .card-box .item-number {
  margin-bottom: 8px;
}
.cid-uYk4bPbcAf .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uYk4bPbcAf .mbr-label {
  color: #49496d;
}
.cid-uYk4bPbcAf .mbr-section-title {
  color: #181824;
}
.cid-uYk4bPbcAf .mbr-text {
  color: #54547e;
}
.cid-uYk4bPbcAf .item-number {
  color: #181824;
  text-align: center;
}
.cid-uYk4bPbcAf .item-title {
  color: #54547e;
  text-align: center;
}
.cid-uYk4bPAZLg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef4;
  position: relative;
  overflow: hidden;
}
.cid-uYk4bPAZLg .item {
  position: relative;
}
.cid-uYk4bPAZLg .item .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: radial-gradient(ellipse farthest-side at 50% 60%, #ebfff5 10%, #e0e0ff 50%, #eeeef4 100%);
  filter: blur(1rem);
}
.cid-uYk4bPAZLg .item .gradient-wrap::before {
  content: '';
  position: absolute;
  bottom: 60%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #eeeef4;
  filter: blur(1rem);
}
.cid-uYk4bPAZLg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYk4bPAZLg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYk4bPAZLg .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
  z-index: 1;
}
.cid-uYk4bPAZLg .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #cdcddd;
}
.cid-uYk4bPAZLg .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uYk4bPAZLg .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uYk4bPAZLg .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-uYk4bPAZLg .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uYk4bPAZLg .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uYk4bPAZLg .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uYk4bPAZLg .decoration_1 {
    left: -380px;
  }
}
.cid-uYk4bPAZLg .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-uYk4bPAZLg .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uYk4bPAZLg .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uYk4bPAZLg .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uYk4bPAZLg .decoration_2 {
    right: -380px;
  }
}
.cid-uYk4bPAZLg .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  padding: 120px 0;
}
@media (max-width: 1440px) {
  .cid-uYk4bPAZLg .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uYk4bPAZLg .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uYk4bPAZLg .content-wrapper {
    padding: 0 16px;
  }
}
.cid-uYk4bPAZLg .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYk4bPAZLg .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uYk4bPAZLg .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uYk4bPAZLg .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYk4bPAZLg .mbr-section-title {
  color: #181824;
}
.cid-uYk4bPAZLg .mbr-text,
.cid-uYk4bPAZLg .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uYk4bPAZLg .mbr-section-title,
.cid-uYk4bPAZLg .mbr-section-btn,
.cid-uYk4bPAZLg .icon-wrapper {
  text-align: center;
}
.cid-uYk4bQ5Pt2 {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uYk4bQ5Pt2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYk4bQ5Pt2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYk4bQ5Pt2 .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uYk4bQ5Pt2 .image-wrapper {
    height: 300px;
  }
}
.cid-uYk4bQq73d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef4;
  position: relative;
  overflow: hidden;
}
.cid-uYk4bQq73d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYk4bQq73d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYk4bQq73d .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-uYk4bQq73d .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #cdcddd;
}
.cid-uYk4bQq73d .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uYk4bQq73d .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uYk4bQq73d .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-uYk4bQq73d .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uYk4bQq73d .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uYk4bQq73d .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uYk4bQq73d .decoration_1 {
    left: -380px;
  }
}
.cid-uYk4bQq73d .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-uYk4bQq73d .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uYk4bQq73d .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uYk4bQq73d .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uYk4bQq73d .decoration_2 {
    right: -380px;
  }
}
.cid-uYk4bQq73d .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 120px 0;
}
@media (max-width: 992px) {
  .cid-uYk4bQq73d .content-wrapper {
    padding: 0 16px;
  }
}
.cid-uYk4bQq73d .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYk4bQq73d .title-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYk4bQq73d .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uYk4bQq73d .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uYk4bQq73d .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYk4bQq73d .panel-group .card-wrapper {
  padding: 12px;
  background-color: #e0e0eb;
  border: 1px solid #cdcddd;
  transition: all 0.3s ease-in-out;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uYk4bQq73d .panel-group .card-wrapper {
    margin-bottom: 16px;
    padding: 6px;
  }
}
.cid-uYk4bQq73d .panel-group .card-wrapper .card {
  position: relative;
  padding: 0;
  background-color: #ffffff;
  border: 1px solid #cdcddd;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.cid-uYk4bQq73d .panel-group .card-wrapper .card .card-header {
  padding: 0;
  background: transparent;
  border: none;
}
.cid-uYk4bQq73d .panel-group .card-wrapper .card .card-header .header-wrap {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uYk4bQq73d .panel-group .card-wrapper .card .card-header .header-wrap {
    padding: 16px;
  }
}
.cid-uYk4bQq73d .panel-group .card-wrapper .card .card-header .header-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-uYk4bQq73d .panel-group .card-wrapper .card .card-header .panel-title {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 24px;
  width: 100%;
  border-top: 1px solid #cdcddd;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uYk4bQq73d .panel-group .card-wrapper .card .card-header .panel-title {
    padding: 16px;
  }
}
.cid-uYk4bQq73d .panel-group .card-wrapper .card .card-header .panel-title .gradient-wrap {
  background-image: radial-gradient(circle farthest-side at 50% 50%, #ebfff5, #e0e0ff);
  filter: blur(1rem);
  border-radius: 50%;
  width: 90%;
  height: 2rem;
  position: absolute;
  inset: 0 auto auto 50%;
  transform: translate(-50%, -50%);
}
.cid-uYk4bQq73d .panel-group .card-wrapper .card .card-header .panel-title .icon-wrapper {
  padding: 11px;
  border: 1px solid #cdcddd;
  border-radius: 0.5rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cid-uYk4bQq73d .panel-group .card-wrapper .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #49496d;
}
.cid-uYk4bQq73d .panel-group .card-wrapper .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uYk4bQq73d .panel-group .card-wrapper .card .panel-collapse .panel-body {
  padding: 32px;
  padding-top: 0;
  background-color: #ffffff;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uYk4bQq73d .panel-group .card-wrapper .card .panel-collapse .panel-body {
    padding: 16px;
    padding-top: 0;
  }
}
.cid-uYk4bQq73d .panel-group .card-wrapper .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uYk4bQq73d .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uYk4bQq73d .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-uYk4bQq73d .panel-title-edit {
  color: #181824;
}
.cid-uYk4bQq73d .panel-text {
  color: #54547e;
}
.cid-uYk4bQUUNh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYk4bQUUNh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYk4bQUUNh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYk4bQUUNh .title-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto 40px;
}
@media (max-width: 1440px) {
  .cid-uYk4bQUUNh .title-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uYk4bQUUNh .title-wrapper {
    width: 100%;
    margin: 0 0 32px;
  }
}
.cid-uYk4bQUUNh .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uYk4bQUUNh .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uYk4bQUUNh .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYk4bQUUNh .items-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uYk4bQUUNh .items-wrapper {
    display: block;
  }
}
.cid-uYk4bQUUNh .item {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uYk4bQUUNh .item {
    margin-bottom: 20px;
  }
}
.cid-uYk4bQUUNh .item .item-wrapper {
  height: 100%;
  padding: 12px;
  border: 1px solid #cdcddd;
  background-color: #e0e0eb;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-uYk4bQUUNh .item .item-wrapper {
    padding: 6px;
  }
}
.cid-uYk4bQUUNh .item .item-wrapper .card-box {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #cdcddd;
  height: 100%;
  overflow: hidden;
}
.cid-uYk4bQUUNh .item .item-wrapper .card-box .gradient-wrap {
  background-color: #ebfff5;
  filter: blur(2rem);
  border-radius: 50vw;
  width: 6rem;
  height: 6rem;
  position: absolute;
  bottom: -3rem;
  right: -3rem;
}
.cid-uYk4bQUUNh .item .item-wrapper .card-box .item-img {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-uYk4bQUUNh .item .item-wrapper .card-box .item-img {
    padding: 6px;
  }
}
.cid-uYk4bQUUNh .item .item-wrapper .card-box .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
.cid-uYk4bQUUNh .item .item-wrapper .card-box .item-content {
  position: relative;
  z-index: 1;
  padding: 0 32px 32px 32px;
}
@media (max-width: 992px) {
  .cid-uYk4bQUUNh .item .item-wrapper .card-box .item-content {
    padding: 0 16px 16px 16px;
  }
}
.cid-uYk4bQUUNh .item .item-wrapper .card-box .item-content .item-title {
  margin-bottom: 16px;
  text-transform: uppercase;
}
.cid-uYk4bQUUNh .item .item-wrapper .card-box .item-content .item-price {
  margin-bottom: 16px;
}
.cid-uYk4bQUUNh .item .item-wrapper .card-box .item-content .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-uYk4bQUUNh .item .item-wrapper .card-box .item-content .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-uYk4bQUUNh .item .item-wrapper .card-box .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYk4bQUUNh .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uYk4bQUUNh .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-uYk4bQUUNh .mbr-text,
.cid-uYk4bQUUNh .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uYk4bQUUNh .item-title {
  color: #49496d;
}
.cid-uYk4bQUUNh .item-text {
  color: #54547e;
}
.cid-uYk4bQUUNh .item-price {
  color: #181824;
}
.cid-uYk4bRqT8B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef4;
}
.cid-uYk4bRqT8B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYk4bRqT8B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYk4bRqT8B .title-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto 40px;
}
@media (max-width: 1440px) {
  .cid-uYk4bRqT8B .title-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uYk4bRqT8B .title-wrapper {
    width: 100%;
    margin: 0 0 32px;
  }
}
.cid-uYk4bRqT8B .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uYk4bRqT8B .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uYk4bRqT8B .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYk4bRqT8B .item {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uYk4bRqT8B .item {
    margin-bottom: 20px;
  }
}
.cid-uYk4bRqT8B .item::before {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(180deg, #eeeef4, #cdcddd 50%, #eeeef4);
  box-shadow: 0 0.5px 0.0625rem 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uYk4bRqT8B .item::before {
    display: none;
  }
}
.cid-uYk4bRqT8B .item:nth-child(3n)::before {
  display: none;
}
.cid-uYk4bRqT8B .item .item-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYk4bRqT8B .item .item-wrapper {
    padding: 0;
  }
}
.cid-uYk4bRqT8B .item .item-wrapper .item-text {
  margin-bottom: 0;
  width: 100%;
}
.cid-uYk4bRqT8B .btn-wrapper {
  margin-top: -8%;
}
.cid-uYk4bRqT8B .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uYk4bRqT8B .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-uYk4bRqT8B .mbr-text,
.cid-uYk4bRqT8B .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uYk4bRqT8B .item-text {
  color: #181824;
  text-align: center;
}
.cid-uYk4bRTXKu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef4;
}
.cid-uYk4bRTXKu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYk4bRTXKu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYk4bRTXKu .items-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uYk4bRTXKu .items-wrapper {
    justify-content: center;
  }
}
.cid-uYk4bRTXKu .items-wrapper .item-wrap {
  position: relative;
  padding: 0 48px;
  width: 16.6%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
@media (max-width: 1440px) {
  .cid-uYk4bRTXKu .items-wrapper .item-wrap {
    width: 33.3%;
  }
}
@media (max-width: 992px) {
  .cid-uYk4bRTXKu .items-wrapper .item-wrap {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-uYk4bRTXKu .items-wrapper .item-wrap {
    padding: 0;
  }
}
@media (max-width: 465px) {
  .cid-uYk4bRTXKu .items-wrapper .item-wrap {
    width: 100%;
  }
  .cid-uYk4bRTXKu .items-wrapper .item-wrap:first-child {
    margin-top: 0;
  }
}
.cid-uYk4bRTXKu .items-wrapper .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 32px;
  background-image: linear-gradient(180deg, #eeeef4, #cdcddd 50%, #eeeef4);
  box-shadow: 0 0.5px 0.0625rem 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uYk4bRTXKu .items-wrapper .item-wrap::before {
    display: none;
  }
}
.cid-uYk4bRTXKu .items-wrapper .item-wrap:first-child::before {
  content: none;
}
@media (max-width: 1440px) {
  .cid-uYk4bRTXKu .items-wrapper .item-wrap:first-child::before {
    content: '';
    position: absolute;
    left: 0;
    width: 1px;
    height: 32px;
    background-image: linear-gradient(180deg, #eeeef4, #cdcddd 50%, #eeeef4);
    box-shadow: 0 0.5px 0.0625rem 0 #ffffff;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .cid-uYk4bRTXKu .items-wrapper .item-wrap:first-child::before {
    display: none;
  }
}
.cid-uYk4bRTXKu .items-wrapper .item-wrap img {
  object-fit: contain;
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-uYk4bRTXKu .items-wrapper .item-wrap img {
    width: 50%;
  }
}
@media (max-width: 1200px) {
  .cid-uYk4bRTXKu .items-wrapper .item-wrap img {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .cid-uYk4bRTXKu .items-wrapper .item-wrap img {
    width: 60%;
  }
}
.cid-uYk4bSm1bo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYk4bSm1bo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYk4bSm1bo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYk4bSm1bo .content-wrapper .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYk4bSm1bo .content-wrapper .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.cid-uYk4bSm1bo .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYk4bSm1bo .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYk4bSm1bo .content-wrapper .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYk4bSm1bo .content-wrapper .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYk4bSm1bo .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.cid-uYk4bSm1bo .content-wrapper .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
  text-transform: uppercase;
}
.cid-uYk4bSm1bo .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uYk4bSm1bo .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #49496d;
}
.cid-uYk4bSm1bo .content-wrapper .mbr-copy {
  margin-bottom: 0;
  text-transform: uppercase;
}
.cid-uYk4bSm1bo .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-uYk4bSm1bo .list,
.cid-uYk4bSm1bo .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.cid-uYk4bSm1bo .mbr-copy {
  color: #9797b9;
  text-align: center;
}
.cid-uYk4bSm1bo .mbr-section-title,
.cid-uYk4bSm1bo .logo-wrapper {
  text-align: center;
}
.cid-uYpysUFaNU {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYpysUFaNU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uYpysUFaNU .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYpysUFaNU .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYpysUFaNU .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-uYpysUFaNU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYpysUFaNU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYpysUFaNU .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uYpysUFaNU .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYpysUFaNU .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYpysUFaNU .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 24px !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYpysUFaNU .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
  }
}
.cid-uYpysUFaNU .navbar-nav .nav-item .nav-link:hover {
  background-color: #eeeef4;
}
@media (max-width: 992px) {
  .cid-uYpysUFaNU .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
  }
}
.cid-uYpysUFaNU .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYpysUFaNU .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYpysUFaNU .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #ffffff;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYpysUFaNU .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-uYpysUFaNU .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYpysUFaNU .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .cid-uYpysUFaNU .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uYpysUFaNU .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYpysUFaNU .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYpysUFaNU .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYpysUFaNU .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYpysUFaNU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYpysUFaNU .container,
.cid-uYpysUFaNU .container-fluid {
  display: flex;
  min-height: 66px;
  padding: 0 10px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: .5rem;
  background-color: #ffffff;
  border: 1px solid #e0e0eb;
}
@media (min-width: 992px) {
  .cid-uYpysUFaNU .container,
  .cid-uYpysUFaNU .container-fluid {
    max-width: 800px;
  }
}
@media (max-width: 992px) {
  .cid-uYpysUFaNU .container,
  .cid-uYpysUFaNU .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYpysUFaNU .container,
  .cid-uYpysUFaNU .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYpysUFaNU .iconfont-wrapper {
  color: #181824 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYpysUFaNU .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYpysUFaNU .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYpysUFaNU .nav-item:focus,
.cid-uYpysUFaNU .nav-link:focus {
  outline: none;
}
.cid-uYpysUFaNU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYpysUFaNU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYpysUFaNU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYpysUFaNU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYpysUFaNU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYpysUFaNU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYpysUFaNU .navbar {
  min-height: 66px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uYpysUFaNU .navbar.opened {
  transition: all 0.3s;
}
.cid-uYpysUFaNU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYpysUFaNU .navbar .navbar-logo img {
  width: auto;
  box-shadow: 0 0 0 4px #e0e0eb;
}
.cid-uYpysUFaNU .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uYpysUFaNU .navbar.collapsed {
  justify-content: center;
}
.cid-uYpysUFaNU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYpysUFaNU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYpysUFaNU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYpysUFaNU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYpysUFaNU .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-uYpysUFaNU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYpysUFaNU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYpysUFaNU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYpysUFaNU .navbar {
    min-height: 72px;
  }
  .cid-uYpysUFaNU .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYpysUFaNU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYpysUFaNU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYpysUFaNU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYpysUFaNU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYpysUFaNU .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-uYpysUFaNU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYpysUFaNU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYpysUFaNU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYpysUFaNU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYpysUFaNU .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYpysUFaNU .dropdown-item.active,
.cid-uYpysUFaNU .dropdown-item:active {
  background-color: transparent;
}
.cid-uYpysUFaNU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYpysUFaNU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYpysUFaNU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYpysUFaNU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-uYpysUFaNU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYpysUFaNU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYpysUFaNU .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYpysUFaNU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYpysUFaNU .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYpysUFaNU .navbar-buttons {
    text-align: left;
  }
}
.cid-uYpysUFaNU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYpysUFaNU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181824;
}
.cid-uYpysUFaNU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYpysUFaNU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYpysUFaNU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYpysUFaNU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYpysUFaNU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYpysUFaNU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYpysUFaNU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYpysUFaNU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYpysUFaNU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYpysUFaNU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYpysUFaNU .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-uYpysUFaNU .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYpysUFaNU .navbar {
    height: 66px;
  }
  .cid-uYpysUFaNU .navbar.opened {
    height: auto;
  }
  .cid-uYpysUFaNU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYpysUFaNU .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYpysUFaNU .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYpysUFaNU .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYpysUFaNU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYpysUFaNU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYpysUFaNU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYpysUFaNU .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYpysUFaNU .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uYpysUFaNU .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYpysUFaNU .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYpysUFaNU .navbar-brand {
    margin-right: auto;
  }
  .cid-uYpysUFaNU .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uYpysUFaNU .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYpysUFaNU .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYpysUFaNU .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYpysUFaNU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYpysUFaNU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uYpysUFaNU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYpysUFaNU .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYpysUFaNU .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYpysUFaNU .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYpysVaHFL {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/rm378-2-2000x1333.jpg");
}
.cid-uYpysVaHFL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYpysVaHFL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYpysVaHFL .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uYpysVaHFL .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uYpysVaHFL .content-wrapper {
    width: 100%;
  }
}
.cid-uYpysVaHFL .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uYpysVaHFL .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uYpysVaHFL .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uYpysVaHFL .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uYpysVaHFL .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uYpysVaHFL .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-uYpysVaHFL .content-wrapper .desc-wrapper::before,
.cid-uYpysVaHFL .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-uYpysVaHFL .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-uYpysVaHFL .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-uYpysVaHFL .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-uYpysVaHFL .mbr-label {
  color: #9797b9;
  text-align: center;
}
.cid-uYpysVaHFL .mbr-section-title {
  color: #181824;
}
.cid-uYpysVaHFL .mbr-text {
  color: #9797b9;
  text-align: center;
}
.cid-uYpysVaHFL .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uYpysVaHFL .mbr-section-title,
.cid-uYpysVaHFL .mbr-section-btn {
  text-align: center;
}
.cid-uYpysVaHFL .mbr-section-title,
.cid-uYpysVaHFL .mbr-section-btn,
.cid-uYpysVaHFL .logo-wrapper {
  color: #ffffff;
}
.cid-uYpyNMiaFa {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #eeeef4;
  position: relative;
  overflow: hidden;
}
.cid-uYpyNMiaFa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYpyNMiaFa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYpyNMiaFa .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-uYpyNMiaFa .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #cdcddd;
}
.cid-uYpyNMiaFa .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uYpyNMiaFa .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uYpyNMiaFa .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-uYpyNMiaFa .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uYpyNMiaFa .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uYpyNMiaFa .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uYpyNMiaFa .decoration_1 {
    left: -380px;
  }
}
.cid-uYpyNMiaFa .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-uYpyNMiaFa .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uYpyNMiaFa .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uYpyNMiaFa .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uYpyNMiaFa .decoration_2 {
    right: -380px;
  }
}
.cid-uYpyNMiaFa .content-wrapper {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uYpyNMiaFa .content-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.cid-uYpyNMiaFa .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYpyNMiaFa .title-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYpyNMiaFa .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uYpyNMiaFa .title-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uYpyNMiaFa .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-uYpyNMiaFa .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uYpyNMiaFa .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYpyNMiaFa .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uYpyNMiaFa .items-wrapper {
    display: block;
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uYpyNMiaFa .item {
    margin-bottom: 16px;
  }
}
.cid-uYpyNMiaFa .item .item-wrapper {
  height: 100%;
  padding: 12px;
  border: 1px solid #cdcddd;
  background-color: #e0e0eb;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-uYpyNMiaFa .item .item-wrapper {
    padding: 6px;
  }
}
.cid-uYpyNMiaFa .item .item-wrapper .card-box {
  padding: 32px;
  background-color: #eeeef4;
  border: 1px solid #cdcddd;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 500px;
}
@media (max-width: 992px) {
  .cid-uYpyNMiaFa .item .item-wrapper .card-box {
    min-height: auto;
    padding: 16px;
  }
}
.cid-uYpyNMiaFa .item .item-wrapper .card-box .item-content .item-label {
  margin-bottom: 16px;
  text-transform: uppercase;
}
.cid-uYpyNMiaFa .item .item-wrapper .card-box .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uYpyNMiaFa .item .item-wrapper .card-box .item-content .item-text {
  margin-bottom: 0;
}
.cid-uYpyNMiaFa .item .item-wrapper .card-box .item-content .mbr-section-btn {
  margin-top: 16px;
}
.cid-uYpyNMiaFa .item .item-wrapper .card-box .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYpyNMiaFa .item .item-wrapper .card-box .item-img {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uYpyNMiaFa .item .item-wrapper .card-box .item-img {
    margin-top: 24px;
  }
}
.cid-uYpyNMiaFa .item .item-wrapper .card-box .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.cid-uYpyNMiaFa .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uYpyNMiaFa .mbr-section-title {
  color: #181824;
}
.cid-uYpyNMiaFa .mbr-section-title,
.cid-uYpyNMiaFa .icon-wrapper {
  text-align: center;
}
.cid-uYpyNMiaFa .item-label {
  color: #49496d;
}
.cid-uYpyNMiaFa .item-title {
  color: #181824;
}
.cid-uYpyNMiaFa .item-text {
  color: #54547e;
}
.cid-uYpz0Dhd27 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #eeeef4;
  position: relative;
  overflow: hidden;
}
.cid-uYpz0Dhd27 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYpz0Dhd27 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYpz0Dhd27 .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-uYpz0Dhd27 .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #cdcddd;
}
.cid-uYpz0Dhd27 .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uYpz0Dhd27 .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uYpz0Dhd27 .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-uYpz0Dhd27 .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uYpz0Dhd27 .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uYpz0Dhd27 .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uYpz0Dhd27 .decoration_1 {
    left: -380px;
  }
}
.cid-uYpz0Dhd27 .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-uYpz0Dhd27 .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uYpz0Dhd27 .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uYpz0Dhd27 .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uYpz0Dhd27 .decoration_2 {
    right: -380px;
  }
}
.cid-uYpz0Dhd27 .content-wrapper {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uYpz0Dhd27 .content-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.cid-uYpz0Dhd27 .decor-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.cid-uYpz0Dhd27 .decor-wrap .decor-wrap_1 {
  width: 20%;
  height: 1px;
  background-image: linear-gradient(90deg, #eeeef4, #cdcddd 50%, #eeeef4);
  box-shadow: 0 0.5px 0.0625rem 0 #ffffff;
  margin-bottom: 32px;
}
.cid-uYpz0Dhd27 .decor-wrap .decor-wrap_2 {
  width: 38%;
  height: 1px;
  background-image: linear-gradient(90deg, #eeeef4, #cdcddd 50%, #eeeef4);
  box-shadow: 0 0.5px 0.0625rem 0 #ffffff;
  margin-bottom: 32px;
}
.cid-uYpz0Dhd27 .decor-wrap .decor-wrap_3 {
  width: 75%;
  height: 1px;
  background-image: linear-gradient(90deg, #eeeef4, #cdcddd 50%, #eeeef4);
  box-shadow: 0 0.5px 0.0625rem 0 #ffffff;
  margin-bottom: 32px;
}
.cid-uYpz0Dhd27 .items-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-uYpz0Dhd27 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYpz0Dhd27 .items-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-uYpz0Dhd27 .item {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uYpz0Dhd27 .item {
    margin-bottom: 16px;
  }
}
.cid-uYpz0Dhd27 .item .item-wrapper {
  height: 100%;
  padding: 12px;
  border: 1px solid #cdcddd;
  background-color: #e0e0eb;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-uYpz0Dhd27 .item .item-wrapper {
    padding: 6px;
  }
}
.cid-uYpz0Dhd27 .item .item-wrapper .card-box {
  padding: 32px;
  background-color: #eeeef4;
  border: 1px solid #cdcddd;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYpz0Dhd27 .item .item-wrapper .card-box {
    padding: 16px;
  }
}
.cid-uYpz0Dhd27 .item .item-wrapper .card-box .item-img {
  margin-bottom: 24px;
}
.cid-uYpz0Dhd27 .item .item-wrapper .card-box .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYpz0Dhd27 .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
@media (max-width: 425px) {
  .cid-uYpz0Dhd27 .item .item-wrapper .card-box .item-img img {
    height: 250px;
  }
}
.cid-uYpz0Dhd27 .item .item-wrapper .card-box .item-name {
  margin-bottom: 4px;
}
.cid-uYpz0Dhd27 .item .item-wrapper .card-box .item-role {
  margin-bottom: 0;
  text-transform: uppercase;
}
.cid-uYpz0Dhd27 .item .item-wrapper .card-box .item-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uYpz0Dhd27 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uYpz0Dhd27 .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYpz0Dhd27 .item-name {
  color: #181824;
}
.cid-uYpz0Dhd27 .item-role {
  color: #49496d;
}
.cid-uYpz0Dhd27 .item-text {
  color: #54547e;
}
.cid-uYpKQbcrLU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uYpKQbcrLU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYpKQbcrLU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYpKQbcrLU .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-uYpKQbcrLU .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #54547e;
}
.cid-uYpKQbcrLU .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uYpKQbcrLU .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uYpKQbcrLU .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-uYpKQbcrLU .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uYpKQbcrLU .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uYpKQbcrLU .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uYpKQbcrLU .decoration_1 {
    left: -380px;
  }
}
.cid-uYpKQbcrLU .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-uYpKQbcrLU .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uYpKQbcrLU .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uYpKQbcrLU .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uYpKQbcrLU .decoration_2 {
    right: -380px;
  }
}
.cid-uYpKQbcrLU .content-wrapper {
  padding: 12px;
  border: 1px solid #54547e;
  background-color: #bcbcd2;
  box-shadow: 0 .25rem .375rem #00000014;
  margin: 120px 0;
}
@media (max-width: 992px) {
  .cid-uYpKQbcrLU .content-wrapper {
    padding: 6px;
  }
}
@media (max-width: 992px) {
  .cid-uYpKQbcrLU .content-wrapper {
    margin: 0 16px;
  }
}
.cid-uYpKQbcrLU .content-wrapper .content-wrap {
  padding: 32px;
  background-color: #ffffff;
  border: 1px solid #54547e;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYpKQbcrLU .content-wrapper .content-wrap {
    display: block;
    padding: 16px;
  }
}
.cid-uYpKQbcrLU .content-wrapper .content-wrap .logo-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  min-width: 120px;
  background-color: #bcbcd2;
  border: 1px solid #54547e;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-uYpKQbcrLU .content-wrapper .content-wrap .logo-wrapper {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
@media (max-width: 425px) {
  .cid-uYpKQbcrLU .content-wrapper .content-wrap .logo-wrapper {
    min-width: auto;
    width: 100%;
  }
}
.cid-uYpKQbcrLU .content-wrapper .content-wrap .logo-wrapper img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.cid-uYpKQbcrLU .content-wrapper .content-wrap .mbr-section-title {
  margin-right: 32px;
  margin-bottom: 0;
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uYpKQbcrLU .content-wrapper .content-wrap .mbr-section-title {
    margin-right: 0;
    min-width: auto;
    margin-bottom: 16px;
  }
}
.cid-uYpKQbcrLU .content-wrapper .content-wrap .line-wrap {
  width: 1px;
  min-width: 1px;
  height: 84px;
  background-image: linear-gradient(180deg, #ffffff, #54547e 50%, #ffffff);
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-uYpKQbcrLU .content-wrapper .content-wrap .line-wrap {
    display: none;
  }
}
.cid-uYpKQbcrLU .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uYpKQbcrLU .mbr-section-title {
  color: #181824;
}
.cid-uYpKQbcrLU .mbr-text {
  color: #54547e;
}
.cid-uYpysXmfXl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eeeef4;
  position: relative;
  overflow: hidden;
}
.cid-uYpysXmfXl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYpysXmfXl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYpysXmfXl .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-uYpysXmfXl .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #cdcddd;
}
.cid-uYpysXmfXl .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uYpysXmfXl .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uYpysXmfXl .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-uYpysXmfXl .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uYpysXmfXl .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uYpysXmfXl .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uYpysXmfXl .decoration_1 {
    left: -380px;
  }
}
.cid-uYpysXmfXl .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-uYpysXmfXl .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uYpysXmfXl .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uYpysXmfXl .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uYpysXmfXl .decoration_2 {
    right: -380px;
  }
}
.cid-uYpysXmfXl .content-wrapper {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uYpysXmfXl .content-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.cid-uYpysXmfXl .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 25%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uYpysXmfXl .items-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-uYpysXmfXl .items-wrapper .card-wrapper {
  height: 100%;
  padding: 12px;
  border: 1px solid #cdcddd;
  background-color: #e0e0eb;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-uYpysXmfXl .items-wrapper .card-wrapper {
    margin-bottom: 16px;
    padding: 6px;
  }
}
.cid-uYpysXmfXl .items-wrapper .card-wrapper .card-wrap {
  position: relative;
  padding: 32px 200px 32px 32px;
  border: 1px solid #cdcddd;
  background-color: #eeeef4;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uYpysXmfXl .items-wrapper .card-wrapper .card-wrap {
    padding: 16px;
  }
}
.cid-uYpysXmfXl .items-wrapper .card-wrapper .card-wrap .gradient_1 {
  filter: blur(4rem);
  border-radius: 50vw;
  width: 12.5rem;
  height: 12.5rem;
  position: absolute;
  inset: auto 0 0 auto;
  transform: translate(60%, 60%);
  background-color: #e0e0ff;
}
.cid-uYpysXmfXl .items-wrapper .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 16px;
  text-transform: uppercase;
}
.cid-uYpysXmfXl .items-wrapper .card-wrapper .card-wrap .mbr-title {
  margin-bottom: 16px;
}
.cid-uYpysXmfXl .items-wrapper .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uYpysXmfXl .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uYpysXmfXl .item {
    margin-bottom: 16px;
  }
}
.cid-uYpysXmfXl .item:last-child {
  margin-bottom: 0;
}
.cid-uYpysXmfXl .item .item-wrapper {
  height: 100%;
  padding: 12px;
  border: 1px solid #cdcddd;
  background-color: #e0e0eb;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-uYpysXmfXl .item .item-wrapper {
    padding: 6px;
  }
}
.cid-uYpysXmfXl .item .item-wrapper .card-box {
  position: relative;
  padding: 32px;
  background-color: #ffffff;
  border: 1px solid #cdcddd;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uYpysXmfXl .item .item-wrapper .card-box {
    min-height: auto;
    padding: 16px;
  }
}
.cid-uYpysXmfXl .item .item-wrapper .card-box .gradient_2 {
  filter: blur(0.75rem);
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0 0 auto 50%;
  transform: translate(-50%, -50%);
  background-color: #ebfff5;
}
.cid-uYpysXmfXl .item .item-wrapper .card-box .gradient_3 {
  filter: blur(0.75rem);
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0 0 auto 50%;
  transform: translate(-50%, -50%);
  background-color: #e0e0ff;
}
.cid-uYpysXmfXl .item .item-wrapper .card-box .item-number {
  margin-bottom: 8px;
}
.cid-uYpysXmfXl .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uYpysXmfXl .mbr-label {
  color: #49496d;
}
.cid-uYpysXmfXl .mbr-section-title {
  color: #181824;
}
.cid-uYpysXmfXl .mbr-text {
  color: #54547e;
}
.cid-uYpysXmfXl .item-number {
  color: #181824;
  text-align: center;
}
.cid-uYpysXmfXl .item-title {
  color: #54547e;
  text-align: center;
}
.cid-uYpysXOYGh {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uYpysXOYGh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYpysXOYGh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYpysXOYGh .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uYpysXOYGh .image-wrapper {
    height: 300px;
  }
}
.cid-uYpysYc2z0 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #eeeef4;
}
.cid-uYpysYc2z0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYpysYc2z0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYpysYc2z0 .title-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto 40px;
}
@media (max-width: 1440px) {
  .cid-uYpysYc2z0 .title-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uYpysYc2z0 .title-wrapper {
    width: 100%;
    margin: 0 0 32px;
  }
}
.cid-uYpysYc2z0 .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uYpysYc2z0 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uYpysYc2z0 .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYpysYc2z0 .item {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uYpysYc2z0 .item {
    margin-bottom: 20px;
  }
}
.cid-uYpysYc2z0 .item::before {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(180deg, #eeeef4, #cdcddd 50%, #eeeef4);
  box-shadow: 0 0.5px 0.0625rem 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uYpysYc2z0 .item::before {
    display: none;
  }
}
.cid-uYpysYc2z0 .item:nth-child(3n)::before {
  display: none;
}
.cid-uYpysYc2z0 .item .item-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYpysYc2z0 .item .item-wrapper {
    padding: 0;
  }
}
.cid-uYpysYc2z0 .item .item-wrapper .item-text {
  margin-bottom: 0;
  width: 100%;
}
.cid-uYpysYc2z0 .btn-wrapper {
  margin-top: -8%;
}
.cid-uYpysYc2z0 .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uYpysYc2z0 .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-uYpysYc2z0 .mbr-text,
.cid-uYpysYc2z0 .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uYpysYc2z0 .item-text {
  color: #181824;
  text-align: center;
}
.cid-uYpysYEbbp {
  background-image: url("../../../assets/images/alianzas-741x530.png");
}
.cid-uYpysYEbbp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYpysYEbbp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYpysYEbbp .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uYpysYEbbp .image-wrapper {
    height: 300px;
  }
}
.cid-uYpysZ1UH5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYpysZ1UH5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYpysZ1UH5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYpysZ1UH5 .content-wrapper .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYpysZ1UH5 .content-wrapper .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.cid-uYpysZ1UH5 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYpysZ1UH5 .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYpysZ1UH5 .content-wrapper .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYpysZ1UH5 .content-wrapper .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYpysZ1UH5 .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.cid-uYpysZ1UH5 .content-wrapper .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
  text-transform: uppercase;
}
.cid-uYpysZ1UH5 .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uYpysZ1UH5 .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #49496d;
}
.cid-uYpysZ1UH5 .content-wrapper .mbr-copy {
  margin-bottom: 0;
  text-transform: uppercase;
}
.cid-uYpysZ1UH5 .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-uYpysZ1UH5 .list,
.cid-uYpysZ1UH5 .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.cid-uYpysZ1UH5 .mbr-copy {
  color: #9797b9;
  text-align: center;
}
.cid-uYpysZ1UH5 .mbr-section-title,
.cid-uYpysZ1UH5 .logo-wrapper {
  text-align: center;
}
.cid-uYpIHGnxfy {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYpIHGnxfy .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uYpIHGnxfy .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYpIHGnxfy .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYpIHGnxfy .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-uYpIHGnxfy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYpIHGnxfy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYpIHGnxfy .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uYpIHGnxfy .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYpIHGnxfy .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYpIHGnxfy .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 24px !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYpIHGnxfy .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
  }
}
.cid-uYpIHGnxfy .navbar-nav .nav-item .nav-link:hover {
  background-color: #eeeef4;
}
@media (max-width: 992px) {
  .cid-uYpIHGnxfy .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
  }
}
.cid-uYpIHGnxfy .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYpIHGnxfy .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYpIHGnxfy .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #ffffff;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYpIHGnxfy .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-uYpIHGnxfy .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYpIHGnxfy .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .cid-uYpIHGnxfy .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uYpIHGnxfy .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYpIHGnxfy .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYpIHGnxfy .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYpIHGnxfy .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYpIHGnxfy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYpIHGnxfy .container,
.cid-uYpIHGnxfy .container-fluid {
  display: flex;
  min-height: 66px;
  padding: 0 10px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: .5rem;
  background-color: #ffffff;
  border: 1px solid #e0e0eb;
}
@media (min-width: 992px) {
  .cid-uYpIHGnxfy .container,
  .cid-uYpIHGnxfy .container-fluid {
    max-width: 800px;
  }
}
@media (max-width: 992px) {
  .cid-uYpIHGnxfy .container,
  .cid-uYpIHGnxfy .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYpIHGnxfy .container,
  .cid-uYpIHGnxfy .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYpIHGnxfy .iconfont-wrapper {
  color: #181824 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYpIHGnxfy .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYpIHGnxfy .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYpIHGnxfy .nav-item:focus,
.cid-uYpIHGnxfy .nav-link:focus {
  outline: none;
}
.cid-uYpIHGnxfy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYpIHGnxfy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYpIHGnxfy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYpIHGnxfy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYpIHGnxfy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYpIHGnxfy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYpIHGnxfy .navbar {
  min-height: 66px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uYpIHGnxfy .navbar.opened {
  transition: all 0.3s;
}
.cid-uYpIHGnxfy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYpIHGnxfy .navbar .navbar-logo img {
  width: auto;
  box-shadow: 0 0 0 4px #e0e0eb;
}
.cid-uYpIHGnxfy .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uYpIHGnxfy .navbar.collapsed {
  justify-content: center;
}
.cid-uYpIHGnxfy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYpIHGnxfy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYpIHGnxfy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYpIHGnxfy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYpIHGnxfy .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-uYpIHGnxfy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYpIHGnxfy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYpIHGnxfy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYpIHGnxfy .navbar {
    min-height: 72px;
  }
  .cid-uYpIHGnxfy .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYpIHGnxfy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYpIHGnxfy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYpIHGnxfy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYpIHGnxfy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYpIHGnxfy .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-uYpIHGnxfy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYpIHGnxfy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYpIHGnxfy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYpIHGnxfy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYpIHGnxfy .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYpIHGnxfy .dropdown-item.active,
.cid-uYpIHGnxfy .dropdown-item:active {
  background-color: transparent;
}
.cid-uYpIHGnxfy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYpIHGnxfy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYpIHGnxfy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYpIHGnxfy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-uYpIHGnxfy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYpIHGnxfy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYpIHGnxfy .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYpIHGnxfy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYpIHGnxfy .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYpIHGnxfy .navbar-buttons {
    text-align: left;
  }
}
.cid-uYpIHGnxfy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYpIHGnxfy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181824;
}
.cid-uYpIHGnxfy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYpIHGnxfy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYpIHGnxfy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYpIHGnxfy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYpIHGnxfy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYpIHGnxfy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYpIHGnxfy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYpIHGnxfy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYpIHGnxfy .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYpIHGnxfy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYpIHGnxfy .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-uYpIHGnxfy .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYpIHGnxfy .navbar {
    height: 66px;
  }
  .cid-uYpIHGnxfy .navbar.opened {
    height: auto;
  }
  .cid-uYpIHGnxfy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYpIHGnxfy .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYpIHGnxfy .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYpIHGnxfy .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYpIHGnxfy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYpIHGnxfy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYpIHGnxfy .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYpIHGnxfy .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYpIHGnxfy .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uYpIHGnxfy .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYpIHGnxfy .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYpIHGnxfy .navbar-brand {
    margin-right: auto;
  }
  .cid-uYpIHGnxfy .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uYpIHGnxfy .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYpIHGnxfy .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYpIHGnxfy .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYpIHGnxfy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYpIHGnxfy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uYpIHGnxfy .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYpIHGnxfy .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYpIHGnxfy .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYpIHGnxfy .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYpIHGU6Tq {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/rm378-2-2000x1333.jpg");
}
.cid-uYpIHGU6Tq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYpIHGU6Tq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYpIHGU6Tq .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uYpIHGU6Tq .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uYpIHGU6Tq .content-wrapper {
    width: 100%;
  }
}
.cid-uYpIHGU6Tq .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uYpIHGU6Tq .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uYpIHGU6Tq .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uYpIHGU6Tq .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uYpIHGU6Tq .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uYpIHGU6Tq .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-uYpIHGU6Tq .content-wrapper .desc-wrapper::before,
.cid-uYpIHGU6Tq .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-uYpIHGU6Tq .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-uYpIHGU6Tq .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-uYpIHGU6Tq .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-uYpIHGU6Tq .mbr-label {
  color: #9797b9;
  text-align: center;
}
.cid-uYpIHGU6Tq .mbr-section-title {
  color: #181824;
}
.cid-uYpIHGU6Tq .mbr-text {
  color: #9797b9;
  text-align: center;
}
.cid-uYpIHGU6Tq .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uYpIHGU6Tq .mbr-section-title,
.cid-uYpIHGU6Tq .mbr-section-btn {
  text-align: center;
}
.cid-uYpIHGU6Tq .mbr-section-title,
.cid-uYpIHGU6Tq .mbr-section-btn,
.cid-uYpIHGU6Tq .logo-wrapper {
  color: #ffffff;
}
.cid-uYpIHHi4pw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eeeef4;
  position: relative;
  overflow: hidden;
}
.cid-uYpIHHi4pw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYpIHHi4pw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYpIHHi4pw .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-uYpIHHi4pw .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #cdcddd;
}
.cid-uYpIHHi4pw .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uYpIHHi4pw .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uYpIHHi4pw .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-uYpIHHi4pw .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uYpIHHi4pw .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uYpIHHi4pw .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uYpIHHi4pw .decoration_1 {
    left: -380px;
  }
}
.cid-uYpIHHi4pw .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-uYpIHHi4pw .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uYpIHHi4pw .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uYpIHHi4pw .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uYpIHHi4pw .decoration_2 {
    right: -380px;
  }
}
.cid-uYpIHHi4pw .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  padding: 120px 0;
}
@media (max-width: 1440px) {
  .cid-uYpIHHi4pw .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uYpIHHi4pw .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uYpIHHi4pw .content-wrapper {
    padding: 0 16px;
  }
}
.cid-uYpIHHi4pw .content-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uYpIHHi4pw .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-uYpIHHi4pw .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uYpIHHi4pw .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYpIHHi4pw .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uYpIHHi4pw .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYpIHHi4pw .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uYpIHHi4pw .mbr-section-title {
  color: #181824;
}
.cid-uYpIHHi4pw .mbr-section-title,
.cid-uYpIHHi4pw .mbr-section-btn,
.cid-uYpIHHi4pw .icon-wrapper {
  text-align: justify;
}
.cid-uYpIHJ3FgW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eeeef4;
  position: relative;
  overflow: hidden;
}
.cid-uYpIHJ3FgW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYpIHJ3FgW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYpIHJ3FgW .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-uYpIHJ3FgW .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #cdcddd;
}
.cid-uYpIHJ3FgW .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uYpIHJ3FgW .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uYpIHJ3FgW .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-uYpIHJ3FgW .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uYpIHJ3FgW .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uYpIHJ3FgW .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uYpIHJ3FgW .decoration_1 {
    left: -380px;
  }
}
.cid-uYpIHJ3FgW .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-uYpIHJ3FgW .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uYpIHJ3FgW .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uYpIHJ3FgW .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uYpIHJ3FgW .decoration_2 {
    right: -380px;
  }
}
.cid-uYpIHJ3FgW .content-wrapper {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uYpIHJ3FgW .content-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.cid-uYpIHJ3FgW .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 25%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uYpIHJ3FgW .items-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-uYpIHJ3FgW .items-wrapper .card-wrapper {
  height: 100%;
  padding: 12px;
  border: 1px solid #cdcddd;
  background-color: #e0e0eb;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-uYpIHJ3FgW .items-wrapper .card-wrapper {
    margin-bottom: 16px;
    padding: 6px;
  }
}
.cid-uYpIHJ3FgW .items-wrapper .card-wrapper .card-wrap {
  position: relative;
  padding: 32px 200px 32px 32px;
  border: 1px solid #cdcddd;
  background-color: #eeeef4;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uYpIHJ3FgW .items-wrapper .card-wrapper .card-wrap {
    padding: 16px;
  }
}
.cid-uYpIHJ3FgW .items-wrapper .card-wrapper .card-wrap .gradient_1 {
  filter: blur(4rem);
  border-radius: 50vw;
  width: 12.5rem;
  height: 12.5rem;
  position: absolute;
  inset: auto 0 0 auto;
  transform: translate(60%, 60%);
  background-color: #e0e0ff;
}
.cid-uYpIHJ3FgW .items-wrapper .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 16px;
  text-transform: uppercase;
}
.cid-uYpIHJ3FgW .items-wrapper .card-wrapper .card-wrap .mbr-title {
  margin-bottom: 16px;
}
.cid-uYpIHJ3FgW .items-wrapper .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uYpIHJ3FgW .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uYpIHJ3FgW .item {
    margin-bottom: 16px;
  }
}
.cid-uYpIHJ3FgW .item:last-child {
  margin-bottom: 0;
}
.cid-uYpIHJ3FgW .item .item-wrapper {
  height: 100%;
  padding: 12px;
  border: 1px solid #cdcddd;
  background-color: #e0e0eb;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-uYpIHJ3FgW .item .item-wrapper {
    padding: 6px;
  }
}
.cid-uYpIHJ3FgW .item .item-wrapper .card-box {
  position: relative;
  padding: 32px;
  background-color: #ffffff;
  border: 1px solid #cdcddd;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uYpIHJ3FgW .item .item-wrapper .card-box {
    min-height: auto;
    padding: 16px;
  }
}
.cid-uYpIHJ3FgW .item .item-wrapper .card-box .gradient_2 {
  filter: blur(0.75rem);
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0 0 auto 50%;
  transform: translate(-50%, -50%);
  background-color: #ebfff5;
}
.cid-uYpIHJ3FgW .item .item-wrapper .card-box .gradient_3 {
  filter: blur(0.75rem);
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0 0 auto 50%;
  transform: translate(-50%, -50%);
  background-color: #e0e0ff;
}
.cid-uYpIHJ3FgW .item .item-wrapper .card-box .item-number {
  margin-bottom: 8px;
}
.cid-uYpIHJ3FgW .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uYpIHJ3FgW .mbr-label {
  color: #49496d;
}
.cid-uYpIHJ3FgW .mbr-section-title {
  color: #181824;
}
.cid-uYpIHJ3FgW .mbr-text {
  color: #54547e;
}
.cid-uYpIHJ3FgW .item-number {
  color: #181824;
  text-align: center;
}
.cid-uYpIHJ3FgW .item-title {
  color: #54547e;
  text-align: center;
}
.cid-uYpIHJvdjf {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uYpIHJvdjf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYpIHJvdjf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYpIHJvdjf .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uYpIHJvdjf .image-wrapper {
    height: 300px;
  }
}
.cid-uYpIHJTgni {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #eeeef4;
}
.cid-uYpIHJTgni .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYpIHJTgni .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYpIHJTgni .title-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto 40px;
}
@media (max-width: 1440px) {
  .cid-uYpIHJTgni .title-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uYpIHJTgni .title-wrapper {
    width: 100%;
    margin: 0 0 32px;
  }
}
.cid-uYpIHJTgni .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uYpIHJTgni .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uYpIHJTgni .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYpIHJTgni .item {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uYpIHJTgni .item {
    margin-bottom: 20px;
  }
}
.cid-uYpIHJTgni .item::before {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(180deg, #eeeef4, #cdcddd 50%, #eeeef4);
  box-shadow: 0 0.5px 0.0625rem 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uYpIHJTgni .item::before {
    display: none;
  }
}
.cid-uYpIHJTgni .item:nth-child(3n)::before {
  display: none;
}
.cid-uYpIHJTgni .item .item-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYpIHJTgni .item .item-wrapper {
    padding: 0;
  }
}
.cid-uYpIHJTgni .item .item-wrapper .item-text {
  margin-bottom: 0;
  width: 100%;
}
.cid-uYpIHJTgni .btn-wrapper {
  margin-top: -8%;
}
.cid-uYpIHJTgni .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uYpIHJTgni .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-uYpIHJTgni .mbr-text,
.cid-uYpIHJTgni .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uYpIHJTgni .item-text {
  color: #181824;
  text-align: center;
}
.cid-uYpIHKj4Y9 {
  background-image: url("../../../assets/images/alianzas-741x530.png");
}
.cid-uYpIHKj4Y9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYpIHKj4Y9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYpIHKj4Y9 .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uYpIHKj4Y9 .image-wrapper {
    height: 300px;
  }
}
.cid-uYpIHKIphv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYpIHKIphv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYpIHKIphv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYpIHKIphv .content-wrapper .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYpIHKIphv .content-wrapper .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.cid-uYpIHKIphv .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYpIHKIphv .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYpIHKIphv .content-wrapper .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYpIHKIphv .content-wrapper .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYpIHKIphv .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.cid-uYpIHKIphv .content-wrapper .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
  text-transform: uppercase;
}
.cid-uYpIHKIphv .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uYpIHKIphv .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #49496d;
}
.cid-uYpIHKIphv .content-wrapper .mbr-copy {
  margin-bottom: 0;
  text-transform: uppercase;
}
.cid-uYpIHKIphv .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-uYpIHKIphv .list,
.cid-uYpIHKIphv .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.cid-uYpIHKIphv .mbr-copy {
  color: #9797b9;
  text-align: center;
}
.cid-uYpIHKIphv .mbr-section-title,
.cid-uYpIHKIphv .logo-wrapper {
  text-align: center;
}
.cid-uYpMCang2G {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYpMCang2G .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uYpMCang2G .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYpMCang2G .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYpMCang2G .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-uYpMCang2G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYpMCang2G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYpMCang2G .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uYpMCang2G .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYpMCang2G .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYpMCang2G .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 24px !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYpMCang2G .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
  }
}
.cid-uYpMCang2G .navbar-nav .nav-item .nav-link:hover {
  background-color: #eeeef4;
}
@media (max-width: 992px) {
  .cid-uYpMCang2G .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
  }
}
.cid-uYpMCang2G .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYpMCang2G .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYpMCang2G .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #ffffff;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYpMCang2G .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-uYpMCang2G .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYpMCang2G .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .cid-uYpMCang2G .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uYpMCang2G .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYpMCang2G .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYpMCang2G .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYpMCang2G .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYpMCang2G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYpMCang2G .container,
.cid-uYpMCang2G .container-fluid {
  display: flex;
  min-height: 66px;
  padding: 0 10px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: .5rem;
  background-color: #ffffff;
  border: 1px solid #e0e0eb;
}
@media (min-width: 992px) {
  .cid-uYpMCang2G .container,
  .cid-uYpMCang2G .container-fluid {
    max-width: 800px;
  }
}
@media (max-width: 992px) {
  .cid-uYpMCang2G .container,
  .cid-uYpMCang2G .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYpMCang2G .container,
  .cid-uYpMCang2G .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYpMCang2G .iconfont-wrapper {
  color: #181824 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYpMCang2G .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYpMCang2G .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYpMCang2G .nav-item:focus,
.cid-uYpMCang2G .nav-link:focus {
  outline: none;
}
.cid-uYpMCang2G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYpMCang2G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYpMCang2G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYpMCang2G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYpMCang2G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYpMCang2G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYpMCang2G .navbar {
  min-height: 66px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uYpMCang2G .navbar.opened {
  transition: all 0.3s;
}
.cid-uYpMCang2G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYpMCang2G .navbar .navbar-logo img {
  width: auto;
  box-shadow: 0 0 0 4px #e0e0eb;
}
.cid-uYpMCang2G .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uYpMCang2G .navbar.collapsed {
  justify-content: center;
}
.cid-uYpMCang2G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYpMCang2G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYpMCang2G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYpMCang2G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYpMCang2G .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-uYpMCang2G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYpMCang2G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYpMCang2G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYpMCang2G .navbar {
    min-height: 72px;
  }
  .cid-uYpMCang2G .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYpMCang2G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYpMCang2G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYpMCang2G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYpMCang2G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYpMCang2G .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-uYpMCang2G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYpMCang2G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYpMCang2G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYpMCang2G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYpMCang2G .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYpMCang2G .dropdown-item.active,
.cid-uYpMCang2G .dropdown-item:active {
  background-color: transparent;
}
.cid-uYpMCang2G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYpMCang2G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYpMCang2G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYpMCang2G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-uYpMCang2G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYpMCang2G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYpMCang2G .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYpMCang2G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYpMCang2G .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYpMCang2G .navbar-buttons {
    text-align: left;
  }
}
.cid-uYpMCang2G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYpMCang2G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181824;
}
.cid-uYpMCang2G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYpMCang2G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYpMCang2G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYpMCang2G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYpMCang2G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYpMCang2G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYpMCang2G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYpMCang2G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYpMCang2G .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYpMCang2G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYpMCang2G .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-uYpMCang2G .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYpMCang2G .navbar {
    height: 66px;
  }
  .cid-uYpMCang2G .navbar.opened {
    height: auto;
  }
  .cid-uYpMCang2G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYpMCang2G .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYpMCang2G .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYpMCang2G .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYpMCang2G .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYpMCang2G .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYpMCang2G .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYpMCang2G .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYpMCang2G .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uYpMCang2G .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYpMCang2G .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYpMCang2G .navbar-brand {
    margin-right: auto;
  }
  .cid-uYpMCang2G .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uYpMCang2G .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYpMCang2G .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYpMCang2G .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYpMCang2G .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYpMCang2G .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uYpMCang2G .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYpMCang2G .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYpMCang2G .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYpMCang2G .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYpMCaPSn5 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/rm378-2-2000x1333.jpg");
}
.cid-uYpMCaPSn5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYpMCaPSn5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYpMCaPSn5 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uYpMCaPSn5 .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uYpMCaPSn5 .content-wrapper {
    width: 100%;
  }
}
.cid-uYpMCaPSn5 .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uYpMCaPSn5 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uYpMCaPSn5 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uYpMCaPSn5 .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uYpMCaPSn5 .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uYpMCaPSn5 .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-uYpMCaPSn5 .content-wrapper .desc-wrapper::before,
.cid-uYpMCaPSn5 .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-uYpMCaPSn5 .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-uYpMCaPSn5 .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-uYpMCaPSn5 .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-uYpMCaPSn5 .mbr-label {
  color: #9797b9;
  text-align: center;
}
.cid-uYpMCaPSn5 .mbr-section-title {
  color: #181824;
}
.cid-uYpMCaPSn5 .mbr-text {
  color: #9797b9;
  text-align: center;
}
.cid-uYpMCaPSn5 .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uYpMCaPSn5 .mbr-section-title,
.cid-uYpMCaPSn5 .mbr-section-btn {
  text-align: center;
}
.cid-uYpMCaPSn5 .mbr-section-title,
.cid-uYpMCaPSn5 .mbr-section-btn,
.cid-uYpMCaPSn5 .logo-wrapper {
  color: #ffffff;
}
.cid-uYpOHRKlSC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eeeef4;
  position: relative;
  overflow: hidden;
}
.cid-uYpOHRKlSC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYpOHRKlSC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYpOHRKlSC .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-uYpOHRKlSC .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #cdcddd;
}
.cid-uYpOHRKlSC .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uYpOHRKlSC .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uYpOHRKlSC .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-uYpOHRKlSC .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uYpOHRKlSC .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uYpOHRKlSC .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uYpOHRKlSC .decoration_1 {
    left: -380px;
  }
}
.cid-uYpOHRKlSC .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-uYpOHRKlSC .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uYpOHRKlSC .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uYpOHRKlSC .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uYpOHRKlSC .decoration_2 {
    right: -380px;
  }
}
.cid-uYpOHRKlSC .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  padding: 120px 0;
}
@media (max-width: 1440px) {
  .cid-uYpOHRKlSC .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uYpOHRKlSC .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uYpOHRKlSC .content-wrapper {
    padding: 0 16px;
  }
}
.cid-uYpOHRKlSC .content-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uYpOHRKlSC .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-uYpOHRKlSC .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uYpOHRKlSC .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYpOHRKlSC .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uYpOHRKlSC .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYpOHRKlSC .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uYpOHRKlSC .mbr-section-title {
  color: #181824;
}
.cid-uYpOHRKlSC .mbr-section-title,
.cid-uYpOHRKlSC .mbr-section-btn,
.cid-uYpOHRKlSC .icon-wrapper {
  text-align: justify;
}
.cid-uYpPsIPAK5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eeeef4;
  position: relative;
  overflow: hidden;
}
.cid-uYpPsIPAK5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYpPsIPAK5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYpPsIPAK5 .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-uYpPsIPAK5 .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #cdcddd;
}
.cid-uYpPsIPAK5 .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uYpPsIPAK5 .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uYpPsIPAK5 .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-uYpPsIPAK5 .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uYpPsIPAK5 .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uYpPsIPAK5 .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uYpPsIPAK5 .decoration_1 {
    left: -380px;
  }
}
.cid-uYpPsIPAK5 .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-uYpPsIPAK5 .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uYpPsIPAK5 .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uYpPsIPAK5 .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uYpPsIPAK5 .decoration_2 {
    right: -380px;
  }
}
.cid-uYpPsIPAK5 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  padding: 120px 0;
}
@media (max-width: 1440px) {
  .cid-uYpPsIPAK5 .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uYpPsIPAK5 .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uYpPsIPAK5 .content-wrapper {
    padding: 0 16px;
  }
}
.cid-uYpPsIPAK5 .content-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uYpPsIPAK5 .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-uYpPsIPAK5 .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uYpPsIPAK5 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYpPsIPAK5 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uYpPsIPAK5 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYpPsIPAK5 .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uYpPsIPAK5 .mbr-section-title {
  color: #181824;
}
.cid-uYpPsIPAK5 .mbr-section-title,
.cid-uYpPsIPAK5 .mbr-section-btn,
.cid-uYpPsIPAK5 .icon-wrapper {
  text-align: justify;
}
.cid-uYwpgYsrE4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eeeef4;
  position: relative;
  overflow: hidden;
}
.cid-uYwpgYsrE4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYwpgYsrE4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYwpgYsrE4 .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-uYwpgYsrE4 .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #cdcddd;
}
.cid-uYwpgYsrE4 .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uYwpgYsrE4 .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uYwpgYsrE4 .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-uYwpgYsrE4 .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uYwpgYsrE4 .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uYwpgYsrE4 .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uYwpgYsrE4 .decoration_1 {
    left: -380px;
  }
}
.cid-uYwpgYsrE4 .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-uYwpgYsrE4 .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uYwpgYsrE4 .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uYwpgYsrE4 .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uYwpgYsrE4 .decoration_2 {
    right: -380px;
  }
}
.cid-uYwpgYsrE4 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  padding: 120px 0;
}
@media (max-width: 1440px) {
  .cid-uYwpgYsrE4 .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uYwpgYsrE4 .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uYwpgYsrE4 .content-wrapper {
    padding: 0 16px;
  }
}
.cid-uYwpgYsrE4 .content-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uYwpgYsrE4 .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-uYwpgYsrE4 .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uYwpgYsrE4 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYwpgYsrE4 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uYwpgYsrE4 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYwpgYsrE4 .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uYwpgYsrE4 .mbr-section-title {
  color: #181824;
}
.cid-uYwpgYsrE4 .mbr-section-title,
.cid-uYwpgYsrE4 .mbr-section-btn,
.cid-uYwpgYsrE4 .icon-wrapper {
  text-align: justify;
}
.cid-uYwqa5iuZ0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYwqa5iuZ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYwqa5iuZ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYwqa5iuZ0 .row {
  margin: 0 -32px;
}
.cid-uYwqa5iuZ0 .row .card {
  padding: 0 32px;
  justify-content: center;
}
.cid-uYwqa5iuZ0 .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uYwqa5iuZ0 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYwqa5iuZ0 .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uYwqa5iuZ0 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uYwqa5iuZ0 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYwqa5iuZ0 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYwqa5iuZ0 .title-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uYwqa5iuZ0 .image-wrapper {
  padding: 12px;
  border: 1px solid #cdcddd;
  background-color: #e0e0eb;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-uYwqa5iuZ0 .image-wrapper {
    padding: 6px;
  }
}
.cid-uYwqa5iuZ0 .image-wrapper .image-wrap {
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid #cdcddd;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #9797b9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uYwqa5iuZ0 .image-wrapper .image-wrap {
    padding: 6px;
  }
}
.cid-uYwqa5iuZ0 .image-wrapper .image-wrap img {
  height: 550px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uYwqa5iuZ0 .image-wrapper .image-wrap img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-uYwqa5iuZ0 .image-wrapper .image-wrap img {
    height: 250px;
  }
}
.cid-uYwqa5iuZ0 .mbr-label {
  color: #49496d;
}
.cid-uYwqa5iuZ0 .mbr-section-title {
  color: #181824;
}
.cid-uYwqa5iuZ0 .mbr-text,
.cid-uYwqa5iuZ0 .text-wrapper {
  color: #54547e;
}
.cid-uYwpKKzhVr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eeeef4;
  position: relative;
  overflow: hidden;
}
.cid-uYwpKKzhVr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYwpKKzhVr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYwpKKzhVr .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-uYwpKKzhVr .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #cdcddd;
}
.cid-uYwpKKzhVr .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uYwpKKzhVr .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uYwpKKzhVr .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-uYwpKKzhVr .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uYwpKKzhVr .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uYwpKKzhVr .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uYwpKKzhVr .decoration_1 {
    left: -380px;
  }
}
.cid-uYwpKKzhVr .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-uYwpKKzhVr .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uYwpKKzhVr .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uYwpKKzhVr .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uYwpKKzhVr .decoration_2 {
    right: -380px;
  }
}
.cid-uYwpKKzhVr .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  padding: 120px 0;
}
@media (max-width: 1440px) {
  .cid-uYwpKKzhVr .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uYwpKKzhVr .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uYwpKKzhVr .content-wrapper {
    padding: 0 16px;
  }
}
.cid-uYwpKKzhVr .content-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uYwpKKzhVr .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-uYwpKKzhVr .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uYwpKKzhVr .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYwpKKzhVr .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uYwpKKzhVr .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYwpKKzhVr .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uYwpKKzhVr .mbr-section-title {
  color: #181824;
}
.cid-uYwpKKzhVr .mbr-section-title,
.cid-uYwpKKzhVr .mbr-section-btn,
.cid-uYwpKKzhVr .icon-wrapper {
  text-align: justify;
}
.cid-uYwrA1FseV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYwrA1FseV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYwrA1FseV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYwrA1FseV .row {
  margin: 0 -32px;
}
.cid-uYwrA1FseV .row .card {
  padding: 0 32px;
  justify-content: center;
}
.cid-uYwrA1FseV .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uYwrA1FseV .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYwrA1FseV .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uYwrA1FseV .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uYwrA1FseV .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYwrA1FseV .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYwrA1FseV .title-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uYwrA1FseV .image-wrapper {
  padding: 12px;
  border: 1px solid #cdcddd;
  background-color: #e0e0eb;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-uYwrA1FseV .image-wrapper {
    padding: 6px;
  }
}
.cid-uYwrA1FseV .image-wrapper .image-wrap {
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid #cdcddd;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #9797b9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uYwrA1FseV .image-wrapper .image-wrap {
    padding: 6px;
  }
}
.cid-uYwrA1FseV .image-wrapper .image-wrap img {
  height: 550px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uYwrA1FseV .image-wrapper .image-wrap img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-uYwrA1FseV .image-wrapper .image-wrap img {
    height: 250px;
  }
}
.cid-uYwrA1FseV .mbr-label {
  color: #49496d;
}
.cid-uYwrA1FseV .mbr-section-title {
  color: #181824;
}
.cid-uYwrA1FseV .mbr-text,
.cid-uYwrA1FseV .text-wrapper {
  color: #54547e;
}
.cid-uYpMCc81gb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uYpMCc81gb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYpMCc81gb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYpMCc81gb .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-uYpMCc81gb .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #54547e;
}
.cid-uYpMCc81gb .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uYpMCc81gb .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uYpMCc81gb .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-uYpMCc81gb .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uYpMCc81gb .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uYpMCc81gb .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uYpMCc81gb .decoration_1 {
    left: -380px;
  }
}
.cid-uYpMCc81gb .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-uYpMCc81gb .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uYpMCc81gb .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uYpMCc81gb .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uYpMCc81gb .decoration_2 {
    right: -380px;
  }
}
.cid-uYpMCc81gb .content-wrapper {
  padding: 12px;
  border: 1px solid #54547e;
  background-color: #bcbcd2;
  box-shadow: 0 .25rem .375rem #00000014;
  margin: 120px 0;
}
@media (max-width: 992px) {
  .cid-uYpMCc81gb .content-wrapper {
    padding: 6px;
  }
}
@media (max-width: 992px) {
  .cid-uYpMCc81gb .content-wrapper {
    margin: 0 16px;
  }
}
.cid-uYpMCc81gb .content-wrapper .content-wrap {
  padding: 32px;
  background-color: #ffffff;
  border: 1px solid #54547e;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYpMCc81gb .content-wrapper .content-wrap {
    display: block;
    padding: 16px;
  }
}
.cid-uYpMCc81gb .content-wrapper .content-wrap .logo-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  min-width: 120px;
  background-color: #bcbcd2;
  border: 1px solid #54547e;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-uYpMCc81gb .content-wrapper .content-wrap .logo-wrapper {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
@media (max-width: 425px) {
  .cid-uYpMCc81gb .content-wrapper .content-wrap .logo-wrapper {
    min-width: auto;
    width: 100%;
  }
}
.cid-uYpMCc81gb .content-wrapper .content-wrap .logo-wrapper img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.cid-uYpMCc81gb .content-wrapper .content-wrap .mbr-section-title {
  margin-right: 32px;
  margin-bottom: 0;
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uYpMCc81gb .content-wrapper .content-wrap .mbr-section-title {
    margin-right: 0;
    min-width: auto;
    margin-bottom: 16px;
  }
}
.cid-uYpMCc81gb .content-wrapper .content-wrap .line-wrap {
  width: 1px;
  min-width: 1px;
  height: 84px;
  background-image: linear-gradient(180deg, #ffffff, #54547e 50%, #ffffff);
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-uYpMCc81gb .content-wrapper .content-wrap .line-wrap {
    display: none;
  }
}
.cid-uYpMCc81gb .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uYpMCc81gb .mbr-section-title {
  color: #181824;
}
.cid-uYpMCc81gb .mbr-text {
  color: #54547e;
}
.cid-uYpMCcx3rD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eeeef4;
  position: relative;
  overflow: hidden;
}
.cid-uYpMCcx3rD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYpMCcx3rD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYpMCcx3rD .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-uYpMCcx3rD .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #cdcddd;
}
.cid-uYpMCcx3rD .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uYpMCcx3rD .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uYpMCcx3rD .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-uYpMCcx3rD .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uYpMCcx3rD .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uYpMCcx3rD .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uYpMCcx3rD .decoration_1 {
    left: -380px;
  }
}
.cid-uYpMCcx3rD .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-uYpMCcx3rD .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uYpMCcx3rD .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uYpMCcx3rD .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uYpMCcx3rD .decoration_2 {
    right: -380px;
  }
}
.cid-uYpMCcx3rD .content-wrapper {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uYpMCcx3rD .content-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.cid-uYpMCcx3rD .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 25%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uYpMCcx3rD .items-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-uYpMCcx3rD .items-wrapper .card-wrapper {
  height: 100%;
  padding: 12px;
  border: 1px solid #cdcddd;
  background-color: #e0e0eb;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-uYpMCcx3rD .items-wrapper .card-wrapper {
    margin-bottom: 16px;
    padding: 6px;
  }
}
.cid-uYpMCcx3rD .items-wrapper .card-wrapper .card-wrap {
  position: relative;
  padding: 32px 200px 32px 32px;
  border: 1px solid #cdcddd;
  background-color: #eeeef4;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uYpMCcx3rD .items-wrapper .card-wrapper .card-wrap {
    padding: 16px;
  }
}
.cid-uYpMCcx3rD .items-wrapper .card-wrapper .card-wrap .gradient_1 {
  filter: blur(4rem);
  border-radius: 50vw;
  width: 12.5rem;
  height: 12.5rem;
  position: absolute;
  inset: auto 0 0 auto;
  transform: translate(60%, 60%);
  background-color: #e0e0ff;
}
.cid-uYpMCcx3rD .items-wrapper .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 16px;
  text-transform: uppercase;
}
.cid-uYpMCcx3rD .items-wrapper .card-wrapper .card-wrap .mbr-title {
  margin-bottom: 16px;
}
.cid-uYpMCcx3rD .items-wrapper .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uYpMCcx3rD .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uYpMCcx3rD .item {
    margin-bottom: 16px;
  }
}
.cid-uYpMCcx3rD .item:last-child {
  margin-bottom: 0;
}
.cid-uYpMCcx3rD .item .item-wrapper {
  height: 100%;
  padding: 12px;
  border: 1px solid #cdcddd;
  background-color: #e0e0eb;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-uYpMCcx3rD .item .item-wrapper {
    padding: 6px;
  }
}
.cid-uYpMCcx3rD .item .item-wrapper .card-box {
  position: relative;
  padding: 32px;
  background-color: #ffffff;
  border: 1px solid #cdcddd;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uYpMCcx3rD .item .item-wrapper .card-box {
    min-height: auto;
    padding: 16px;
  }
}
.cid-uYpMCcx3rD .item .item-wrapper .card-box .gradient_2 {
  filter: blur(0.75rem);
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0 0 auto 50%;
  transform: translate(-50%, -50%);
  background-color: #ebfff5;
}
.cid-uYpMCcx3rD .item .item-wrapper .card-box .gradient_3 {
  filter: blur(0.75rem);
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0 0 auto 50%;
  transform: translate(-50%, -50%);
  background-color: #e0e0ff;
}
.cid-uYpMCcx3rD .item .item-wrapper .card-box .item-number {
  margin-bottom: 8px;
}
.cid-uYpMCcx3rD .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uYpMCcx3rD .mbr-label {
  color: #49496d;
}
.cid-uYpMCcx3rD .mbr-section-title {
  color: #181824;
}
.cid-uYpMCcx3rD .mbr-text {
  color: #54547e;
}
.cid-uYpMCcx3rD .item-number {
  color: #181824;
  text-align: center;
}
.cid-uYpMCcx3rD .item-title {
  color: #54547e;
  text-align: center;
}
.cid-uYpMCcV1Ue {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uYpMCcV1Ue .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYpMCcV1Ue .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYpMCcV1Ue .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uYpMCcV1Ue .image-wrapper {
    height: 300px;
  }
}
.cid-uYpMCdixsK {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #eeeef4;
}
.cid-uYpMCdixsK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYpMCdixsK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYpMCdixsK .title-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto 40px;
}
@media (max-width: 1440px) {
  .cid-uYpMCdixsK .title-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uYpMCdixsK .title-wrapper {
    width: 100%;
    margin: 0 0 32px;
  }
}
.cid-uYpMCdixsK .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uYpMCdixsK .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uYpMCdixsK .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYpMCdixsK .item {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uYpMCdixsK .item {
    margin-bottom: 20px;
  }
}
.cid-uYpMCdixsK .item::before {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(180deg, #eeeef4, #cdcddd 50%, #eeeef4);
  box-shadow: 0 0.5px 0.0625rem 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uYpMCdixsK .item::before {
    display: none;
  }
}
.cid-uYpMCdixsK .item:nth-child(3n)::before {
  display: none;
}
.cid-uYpMCdixsK .item .item-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYpMCdixsK .item .item-wrapper {
    padding: 0;
  }
}
.cid-uYpMCdixsK .item .item-wrapper .item-text {
  margin-bottom: 0;
  width: 100%;
}
.cid-uYpMCdixsK .btn-wrapper {
  margin-top: -8%;
}
.cid-uYpMCdixsK .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uYpMCdixsK .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-uYpMCdixsK .mbr-text,
.cid-uYpMCdixsK .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uYpMCdixsK .item-text {
  color: #181824;
  text-align: center;
}
.cid-uYpMCdH3Tl {
  background-image: url("../../../assets/images/alianzas-741x530.png");
}
.cid-uYpMCdH3Tl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYpMCdH3Tl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYpMCdH3Tl .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uYpMCdH3Tl .image-wrapper {
    height: 300px;
  }
}
.cid-uYpMCe2Jm6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYpMCe2Jm6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYpMCe2Jm6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYpMCe2Jm6 .content-wrapper .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYpMCe2Jm6 .content-wrapper .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.cid-uYpMCe2Jm6 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYpMCe2Jm6 .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYpMCe2Jm6 .content-wrapper .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYpMCe2Jm6 .content-wrapper .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYpMCe2Jm6 .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.cid-uYpMCe2Jm6 .content-wrapper .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
  text-transform: uppercase;
}
.cid-uYpMCe2Jm6 .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uYpMCe2Jm6 .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #49496d;
}
.cid-uYpMCe2Jm6 .content-wrapper .mbr-copy {
  margin-bottom: 0;
  text-transform: uppercase;
}
.cid-uYpMCe2Jm6 .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-uYpMCe2Jm6 .list,
.cid-uYpMCe2Jm6 .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.cid-uYpMCe2Jm6 .mbr-copy {
  color: #9797b9;
  text-align: center;
}
.cid-uYpMCe2Jm6 .mbr-section-title,
.cid-uYpMCe2Jm6 .logo-wrapper {
  text-align: center;
}
.cid-uYwgP4DuKZ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYwgP4DuKZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uYwgP4DuKZ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYwgP4DuKZ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYwgP4DuKZ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-uYwgP4DuKZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYwgP4DuKZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYwgP4DuKZ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uYwgP4DuKZ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYwgP4DuKZ .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYwgP4DuKZ .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 24px !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYwgP4DuKZ .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
  }
}
.cid-uYwgP4DuKZ .navbar-nav .nav-item .nav-link:hover {
  background-color: #eeeef4;
}
@media (max-width: 992px) {
  .cid-uYwgP4DuKZ .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
  }
}
.cid-uYwgP4DuKZ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYwgP4DuKZ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYwgP4DuKZ .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #ffffff;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYwgP4DuKZ .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-uYwgP4DuKZ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYwgP4DuKZ .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .cid-uYwgP4DuKZ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uYwgP4DuKZ .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYwgP4DuKZ .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYwgP4DuKZ .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYwgP4DuKZ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYwgP4DuKZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYwgP4DuKZ .container,
.cid-uYwgP4DuKZ .container-fluid {
  display: flex;
  min-height: 66px;
  padding: 0 10px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: .5rem;
  background-color: #ffffff;
  border: 1px solid #e0e0eb;
}
@media (min-width: 992px) {
  .cid-uYwgP4DuKZ .container,
  .cid-uYwgP4DuKZ .container-fluid {
    max-width: 800px;
  }
}
@media (max-width: 992px) {
  .cid-uYwgP4DuKZ .container,
  .cid-uYwgP4DuKZ .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYwgP4DuKZ .container,
  .cid-uYwgP4DuKZ .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYwgP4DuKZ .iconfont-wrapper {
  color: #181824 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYwgP4DuKZ .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYwgP4DuKZ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYwgP4DuKZ .nav-item:focus,
.cid-uYwgP4DuKZ .nav-link:focus {
  outline: none;
}
.cid-uYwgP4DuKZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYwgP4DuKZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYwgP4DuKZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYwgP4DuKZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYwgP4DuKZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYwgP4DuKZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYwgP4DuKZ .navbar {
  min-height: 66px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uYwgP4DuKZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uYwgP4DuKZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYwgP4DuKZ .navbar .navbar-logo img {
  width: auto;
  box-shadow: 0 0 0 4px #e0e0eb;
}
.cid-uYwgP4DuKZ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uYwgP4DuKZ .navbar.collapsed {
  justify-content: center;
}
.cid-uYwgP4DuKZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYwgP4DuKZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYwgP4DuKZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYwgP4DuKZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYwgP4DuKZ .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-uYwgP4DuKZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYwgP4DuKZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYwgP4DuKZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYwgP4DuKZ .navbar {
    min-height: 72px;
  }
  .cid-uYwgP4DuKZ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYwgP4DuKZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYwgP4DuKZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYwgP4DuKZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYwgP4DuKZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYwgP4DuKZ .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-uYwgP4DuKZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYwgP4DuKZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYwgP4DuKZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYwgP4DuKZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYwgP4DuKZ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYwgP4DuKZ .dropdown-item.active,
.cid-uYwgP4DuKZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uYwgP4DuKZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYwgP4DuKZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYwgP4DuKZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYwgP4DuKZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-uYwgP4DuKZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYwgP4DuKZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYwgP4DuKZ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYwgP4DuKZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYwgP4DuKZ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYwgP4DuKZ .navbar-buttons {
    text-align: left;
  }
}
.cid-uYwgP4DuKZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYwgP4DuKZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181824;
}
.cid-uYwgP4DuKZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYwgP4DuKZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYwgP4DuKZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYwgP4DuKZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYwgP4DuKZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYwgP4DuKZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYwgP4DuKZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYwgP4DuKZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYwgP4DuKZ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYwgP4DuKZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYwgP4DuKZ .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-uYwgP4DuKZ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYwgP4DuKZ .navbar {
    height: 66px;
  }
  .cid-uYwgP4DuKZ .navbar.opened {
    height: auto;
  }
  .cid-uYwgP4DuKZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYwgP4DuKZ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYwgP4DuKZ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYwgP4DuKZ .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYwgP4DuKZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYwgP4DuKZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYwgP4DuKZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYwgP4DuKZ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYwgP4DuKZ .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uYwgP4DuKZ .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYwgP4DuKZ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYwgP4DuKZ .navbar-brand {
    margin-right: auto;
  }
  .cid-uYwgP4DuKZ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uYwgP4DuKZ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYwgP4DuKZ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYwgP4DuKZ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYwgP4DuKZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYwgP4DuKZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uYwgP4DuKZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYwgP4DuKZ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYwgP4DuKZ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYwgP4DuKZ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYwgP51nhV {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/rm378-2-2000x1333.jpg");
}
.cid-uYwgP51nhV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYwgP51nhV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYwgP51nhV .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uYwgP51nhV .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uYwgP51nhV .content-wrapper {
    width: 100%;
  }
}
.cid-uYwgP51nhV .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uYwgP51nhV .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uYwgP51nhV .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uYwgP51nhV .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uYwgP51nhV .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uYwgP51nhV .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-uYwgP51nhV .content-wrapper .desc-wrapper::before,
.cid-uYwgP51nhV .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-uYwgP51nhV .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-uYwgP51nhV .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-uYwgP51nhV .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-uYwgP51nhV .mbr-label {
  color: #9797b9;
  text-align: center;
}
.cid-uYwgP51nhV .mbr-section-title {
  color: #181824;
}
.cid-uYwgP51nhV .mbr-text {
  color: #9797b9;
  text-align: center;
}
.cid-uYwgP51nhV .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uYwgP51nhV .mbr-section-title,
.cid-uYwgP51nhV .mbr-section-btn {
  text-align: center;
}
.cid-uYwgP51nhV .mbr-section-title,
.cid-uYwgP51nhV .mbr-section-btn,
.cid-uYwgP51nhV .logo-wrapper {
  color: #ffffff;
}
.cid-uYwhOEn9EZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uYwhOEn9EZ::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -20%;
  width: 32rem;
  height: 100%;
  background-image: radial-gradient(#191980 0, transparent 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-uYwhOEn9EZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYwhOEn9EZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYwhOEn9EZ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uYwhOEn9EZ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uYwhOEn9EZ .container {
    padding: 0 24px;
  }
}
.cid-uYwhOEn9EZ .row {
  justify-content: space-between;
}
.cid-uYwhOEn9EZ .nav.nav-tabs {
  position: relative;
  z-index: 1;
  display: block;
  border: none;
}
.cid-uYwhOEn9EZ .nav.nav-tabs .nav-item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYwhOEn9EZ .nav.nav-tabs .nav-item {
    margin-bottom: 30px;
  }
}
.cid-uYwhOEn9EZ .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  color: #141414;
  border-radius: 0 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  opacity: .1;
  padding: 0;
}
.cid-uYwhOEn9EZ .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-uYwhOEn9EZ .tab-content {
  position: relative;
  z-index: 1;
  height: 100%;
}
.cid-uYwhOEn9EZ .tab-content .tab-pane {
  height: 100%;
  width: 100%;
}
.cid-uYwhOEn9EZ .tab-content .tab-pane .text-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-uYwhOEn9EZ .tab-content .tab-pane .text-wrapper .mbr-text {
  width: 100%;
  position: sticky;
}
.cid-uYwhOEn9EZ .mbr-text {
  color: #141414;
}
.cid-uYwgP6bdeA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uYwgP6bdeA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYwgP6bdeA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYwgP6bdeA .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-uYwgP6bdeA .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #54547e;
}
.cid-uYwgP6bdeA .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uYwgP6bdeA .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uYwgP6bdeA .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-uYwgP6bdeA .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uYwgP6bdeA .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uYwgP6bdeA .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uYwgP6bdeA .decoration_1 {
    left: -380px;
  }
}
.cid-uYwgP6bdeA .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-uYwgP6bdeA .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uYwgP6bdeA .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uYwgP6bdeA .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uYwgP6bdeA .decoration_2 {
    right: -380px;
  }
}
.cid-uYwgP6bdeA .content-wrapper {
  padding: 12px;
  border: 1px solid #54547e;
  background-color: #bcbcd2;
  box-shadow: 0 .25rem .375rem #00000014;
  margin: 120px 0;
}
@media (max-width: 992px) {
  .cid-uYwgP6bdeA .content-wrapper {
    padding: 6px;
  }
}
@media (max-width: 992px) {
  .cid-uYwgP6bdeA .content-wrapper {
    margin: 0 16px;
  }
}
.cid-uYwgP6bdeA .content-wrapper .content-wrap {
  padding: 32px;
  background-color: #ffffff;
  border: 1px solid #54547e;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYwgP6bdeA .content-wrapper .content-wrap {
    display: block;
    padding: 16px;
  }
}
.cid-uYwgP6bdeA .content-wrapper .content-wrap .logo-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  min-width: 120px;
  background-color: #bcbcd2;
  border: 1px solid #54547e;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-uYwgP6bdeA .content-wrapper .content-wrap .logo-wrapper {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
@media (max-width: 425px) {
  .cid-uYwgP6bdeA .content-wrapper .content-wrap .logo-wrapper {
    min-width: auto;
    width: 100%;
  }
}
.cid-uYwgP6bdeA .content-wrapper .content-wrap .logo-wrapper img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.cid-uYwgP6bdeA .content-wrapper .content-wrap .mbr-section-title {
  margin-right: 32px;
  margin-bottom: 0;
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uYwgP6bdeA .content-wrapper .content-wrap .mbr-section-title {
    margin-right: 0;
    min-width: auto;
    margin-bottom: 16px;
  }
}
.cid-uYwgP6bdeA .content-wrapper .content-wrap .line-wrap {
  width: 1px;
  min-width: 1px;
  height: 84px;
  background-image: linear-gradient(180deg, #ffffff, #54547e 50%, #ffffff);
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-uYwgP6bdeA .content-wrapper .content-wrap .line-wrap {
    display: none;
  }
}
.cid-uYwgP6bdeA .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uYwgP6bdeA .mbr-section-title {
  color: #181824;
}
.cid-uYwgP6bdeA .mbr-text {
  color: #54547e;
}
.cid-uYwgP6vVZk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eeeef4;
  position: relative;
  overflow: hidden;
}
.cid-uYwgP6vVZk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYwgP6vVZk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYwgP6vVZk .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-uYwgP6vVZk .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #cdcddd;
}
.cid-uYwgP6vVZk .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uYwgP6vVZk .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uYwgP6vVZk .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-uYwgP6vVZk .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uYwgP6vVZk .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uYwgP6vVZk .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uYwgP6vVZk .decoration_1 {
    left: -380px;
  }
}
.cid-uYwgP6vVZk .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-uYwgP6vVZk .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uYwgP6vVZk .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uYwgP6vVZk .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uYwgP6vVZk .decoration_2 {
    right: -380px;
  }
}
.cid-uYwgP6vVZk .content-wrapper {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uYwgP6vVZk .content-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.cid-uYwgP6vVZk .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 25%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uYwgP6vVZk .items-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-uYwgP6vVZk .items-wrapper .card-wrapper {
  height: 100%;
  padding: 12px;
  border: 1px solid #cdcddd;
  background-color: #e0e0eb;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-uYwgP6vVZk .items-wrapper .card-wrapper {
    margin-bottom: 16px;
    padding: 6px;
  }
}
.cid-uYwgP6vVZk .items-wrapper .card-wrapper .card-wrap {
  position: relative;
  padding: 32px 200px 32px 32px;
  border: 1px solid #cdcddd;
  background-color: #eeeef4;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uYwgP6vVZk .items-wrapper .card-wrapper .card-wrap {
    padding: 16px;
  }
}
.cid-uYwgP6vVZk .items-wrapper .card-wrapper .card-wrap .gradient_1 {
  filter: blur(4rem);
  border-radius: 50vw;
  width: 12.5rem;
  height: 12.5rem;
  position: absolute;
  inset: auto 0 0 auto;
  transform: translate(60%, 60%);
  background-color: #e0e0ff;
}
.cid-uYwgP6vVZk .items-wrapper .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 16px;
  text-transform: uppercase;
}
.cid-uYwgP6vVZk .items-wrapper .card-wrapper .card-wrap .mbr-title {
  margin-bottom: 16px;
}
.cid-uYwgP6vVZk .items-wrapper .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uYwgP6vVZk .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uYwgP6vVZk .item {
    margin-bottom: 16px;
  }
}
.cid-uYwgP6vVZk .item:last-child {
  margin-bottom: 0;
}
.cid-uYwgP6vVZk .item .item-wrapper {
  height: 100%;
  padding: 12px;
  border: 1px solid #cdcddd;
  background-color: #e0e0eb;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-uYwgP6vVZk .item .item-wrapper {
    padding: 6px;
  }
}
.cid-uYwgP6vVZk .item .item-wrapper .card-box {
  position: relative;
  padding: 32px;
  background-color: #ffffff;
  border: 1px solid #cdcddd;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uYwgP6vVZk .item .item-wrapper .card-box {
    min-height: auto;
    padding: 16px;
  }
}
.cid-uYwgP6vVZk .item .item-wrapper .card-box .gradient_2 {
  filter: blur(0.75rem);
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0 0 auto 50%;
  transform: translate(-50%, -50%);
  background-color: #ebfff5;
}
.cid-uYwgP6vVZk .item .item-wrapper .card-box .gradient_3 {
  filter: blur(0.75rem);
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0 0 auto 50%;
  transform: translate(-50%, -50%);
  background-color: #e0e0ff;
}
.cid-uYwgP6vVZk .item .item-wrapper .card-box .item-number {
  margin-bottom: 8px;
}
.cid-uYwgP6vVZk .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uYwgP6vVZk .mbr-label {
  color: #49496d;
}
.cid-uYwgP6vVZk .mbr-section-title {
  color: #181824;
}
.cid-uYwgP6vVZk .mbr-text {
  color: #54547e;
}
.cid-uYwgP6vVZk .item-number {
  color: #181824;
  text-align: center;
}
.cid-uYwgP6vVZk .item-title {
  color: #54547e;
  text-align: center;
}
.cid-uYwgP6Rja3 {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uYwgP6Rja3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYwgP6Rja3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYwgP6Rja3 .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uYwgP6Rja3 .image-wrapper {
    height: 300px;
  }
}
.cid-uYwgP79FTs {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #eeeef4;
}
.cid-uYwgP79FTs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYwgP79FTs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYwgP79FTs .title-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto 40px;
}
@media (max-width: 1440px) {
  .cid-uYwgP79FTs .title-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uYwgP79FTs .title-wrapper {
    width: 100%;
    margin: 0 0 32px;
  }
}
.cid-uYwgP79FTs .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uYwgP79FTs .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uYwgP79FTs .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYwgP79FTs .item {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uYwgP79FTs .item {
    margin-bottom: 20px;
  }
}
.cid-uYwgP79FTs .item::before {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(180deg, #eeeef4, #cdcddd 50%, #eeeef4);
  box-shadow: 0 0.5px 0.0625rem 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uYwgP79FTs .item::before {
    display: none;
  }
}
.cid-uYwgP79FTs .item:nth-child(3n)::before {
  display: none;
}
.cid-uYwgP79FTs .item .item-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYwgP79FTs .item .item-wrapper {
    padding: 0;
  }
}
.cid-uYwgP79FTs .item .item-wrapper .item-text {
  margin-bottom: 0;
  width: 100%;
}
.cid-uYwgP79FTs .btn-wrapper {
  margin-top: -8%;
}
.cid-uYwgP79FTs .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uYwgP79FTs .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-uYwgP79FTs .mbr-text,
.cid-uYwgP79FTs .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uYwgP79FTs .item-text {
  color: #181824;
  text-align: center;
}
.cid-uYwgP7y0Wm {
  background-image: url("../../../assets/images/alianzas-741x530.png");
}
.cid-uYwgP7y0Wm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYwgP7y0Wm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYwgP7y0Wm .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uYwgP7y0Wm .image-wrapper {
    height: 300px;
  }
}
.cid-uYwgP7RHds {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYwgP7RHds .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYwgP7RHds .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYwgP7RHds .content-wrapper .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYwgP7RHds .content-wrapper .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.cid-uYwgP7RHds .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYwgP7RHds .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYwgP7RHds .content-wrapper .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYwgP7RHds .content-wrapper .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYwgP7RHds .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.cid-uYwgP7RHds .content-wrapper .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
  text-transform: uppercase;
}
.cid-uYwgP7RHds .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uYwgP7RHds .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #49496d;
}
.cid-uYwgP7RHds .content-wrapper .mbr-copy {
  margin-bottom: 0;
  text-transform: uppercase;
}
.cid-uYwgP7RHds .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-uYwgP7RHds .list,
.cid-uYwgP7RHds .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.cid-uYwgP7RHds .mbr-copy {
  color: #9797b9;
  text-align: center;
}
.cid-uYwgP7RHds .mbr-section-title,
.cid-uYwgP7RHds .logo-wrapper {
  text-align: center;
}
