* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
}
body {
  background-color: #fff;
  color: #231f20;
  font-family: Open Sans, sans-serif;
  line-height: 1.4;
}
img {
  display: block;
  height: auto;
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #231f20;
  font-weight: 700;
  line-height: 1.2;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Open Sans, sans-serif;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 24px;
}
p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1em;
}
a {
  color: #de4a82;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
#container-arrow-section {
  align-content: center;
  display: flex;
  justify-content: center;
}
#container-arrow-section,
.container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 24px;
}
.highlight {
  color: #de4a82;
}
.btn-primary {
  background-color: #ca4376;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 16px 32px;
  transition: background-color 0.3s ease;
}
.btn-primary:hover {
  background-color: #7a2948;
  text-decoration: none;
}
.header {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 2.1rem 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.header-content {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.logo img {
  height: 50px;
}
.header-nav {
  align-items: center;
  display: flex;
  gap: 30px;
  justify-content: center;
}
.navigation ul {
  display: flex;
  gap: 30px;
  list-style: none;
}
.navigation a {
  color: #231f20;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}
.navigation a:hover {
  color: #de4a82;
}
.header-cta a {
  background-color: #ca4376;
  border-radius: 4px;
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  padding: 16px 100px;
  text-decoration: none;
}
.hero {
  background: linear-gradient(135deg, #3b0080, #160035);
  background-image: url("../img/BG-Site-PP-04-1.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 90px 0 120px;
  text-align: center;
}
.hero .highlight {
  font-weight: 700;
}
.hero-content h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 30px;
}
.hero-content p {
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
.download-buttons {
  margin-top: 30px;
}
.download-buttons img {
  margin: 0 auto;
}
.arrow-section {
  background-color: #fff;
  padding: 40px 0;
  text-align: center;
}
.benefits {
  background-color: #fff;
  padding-bottom: 90px !important;
}
.benefits h2 {
  font-size: 32px;
  font-weight: 400;
}
.section-header {
  margin-bottom: 60px;
  text-align: left;
}
.faq .faq-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.faq-header h2,
.section-header h2 {
  font-size: 32px;
  font-weight: 400;
}
.section-tag {
  color: #160035;
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 40px;
  gap: 40px;
  margin-top: 60px;
}
.benefit-card {
  background-color: #f7f3fc;
  border: 1px solid #e6e6e8;
  border-radius: 8px;
  padding: 30px 20px;
  text-align: center;
}
.benefit-icon {
  margin-bottom: 20px;
}
.benefit-icon img {
  margin: 0 auto;
}
.benefit-card p {
  color: #231f20;
  font-size: 18px;
}
.about-app {
  background: linear-gradient(135deg, #3b0080, #160035);
  background-image: url("../img/BG-PP-Textura.png");
  background-position: 50%;
  background-size: cover;
  color: #fff;
  padding: 90px 0;
}
.about-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
  align-items: center;
  gap: 60px;
}
.about-text .section-tag {
  color: #fff;
}
.about-text h2 {
  color: #fff;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 30px;
}
.about-text p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}
.partners {
  background-color: #fff;
  padding: 90px 0;
}
.partners-content {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.partners-text h2 {
  font-size: 32px;
  font-weight: 400;
}
.partners-image {
  padding-left: 40px;
}
.alelo {
  background-color: #f7f3fc;
  padding: 90px 0;
}
.alelo-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 150px;
  align-items: center;
  gap: 150px;
}
.alelo-text h2 {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 20px;
}
.alelo-text h3 {
  color: #231f20;
  font-size: 18px;
  margin-bottom: 20px;
}
.business {
  background-color: #fff;
  padding: 90px 0;
}
.business-content {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
}
.business-image {
  padding-left: 30px;
}
.business-text h2 {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 40px;
}
.cta-form {
  background-image: url("../img/BG-DARK.png");
  background-position: 50%;
  background-size: cover;
  color: #fff;
  padding: 90px 0;
  text-align: center;
}
.cta-content h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 20px;
}
.cta-content p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 40px;
}
.form-placeholder {
  background-color: #fff;
  border-radius: 16px;
  color: #716b7b;
  font-size: 14px;
  margin: 0 auto;
  max-width: 800px;
  padding: 40px;
}
.promotions {
  background-color: #fff;
  padding: 90px 0;
  text-align: center;
}
.slider-container {
  margin-top: 40px;
}
.faq {
  background-color: #fff;
  padding: 90px 0;
}
.faq-content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 60px;
  gap: 60px;
}
.faq-header h2 {
  font-size: 32px;
}
.faq-list {
  space-y: 20px;
}
.faq-item {
  border: 1px solid #e6e6e8;
  border-radius: 4px;
  margin-bottom: 10px;
}
.faq-item summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  gap: 14px;
  padding: 14px;
}
.faq-item summary:hover {
  background-color: #eeeef0;
}
.faq-answer {
  background-color: #fff;
  padding: 20px;
}
.footer-container {
  background-color: #270254;
  color: #fff;
  padding: 60px 0 20px;
}
.footer-content {
  display: grid;
  grid-template-columns: 240px repeat(auto-fit, minmax(180px, 1fr));
  grid-gap: 40px;
  gap: 40px;
  margin-bottom: 40px;
}
.footer-col h4 {
  color: #b8bdc8;
  font-size: 14px;
  margin-bottom: 15px;
}
.footer-col ul {
  list-style: none;
}
.footer-col ul li {
  margin-bottom: 10px;
}
.footer-col a {
  color: #fff;
  font-size: 16px;
}
.footer-col a:hover {
  color: #de4a82;
}
.footer-col p {
  color: #b8bdc8;
  font-size: 14px;
}
.social-links {
  display: flex;
  gap: 15px;
}
.footer-bottom {
  flex-direction: column;
  padding-top: 30px;
}
.footer-alelo,
.footer-bottom {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.footer-alelo {
  border-bottom: 1px solid #53317e;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.alelo-info p {
  color: #b8bdc8;
  font-size: 14px;
}
.footer-warning {
  align-items: flex-start;
  display: flex;
  gap: 30px;
}
.footer-warning img {
  width: 35px;
}
.footer-warning p {
  align-items: center;
  color: #b8bdc8;
  font-size: 14px;
}
.warning-icon {
  font-size: 16px;
  margin-top: 2px;
}
.form-register {
  text-align: left;
}
.field {
  margin-bottom: 15px;
}
label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}
button,
input,
select {
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  padding: 12px;
  width: 100%;
}
.actions {
  margin-top: 16px;
}
.actions button {
  background-color: #ca4376;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  padding: 20px 114px;
  text-decoration: none;
}
.required:after {
  color: #c00;
  content: " *";
}
.promo-section {
  padding: 60px 20px;
}
.promo-content {
  align-items: start;
  background-image: linear-gradient(#f7f3fc, #f7f3fc) !important;
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
  border-radius: 16px;
  display: flex;
  gap: 40px;
  margin: 0 auto;
  max-width: 800px;
  padding: 40px;
}
.promo-content .description {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 20px;
}
.promo-content .description h3 {
  font-size: 40px;
  line-height: 1;
  text-align: left;
}
.promo-content .description p {
  color: #666;
  font-size: 20px;
}
.promo-content .description .btn-primary {
  font-size: 18px;
  text-align: center;
  width: 100%;
}
.objective-section {
  background-image: url(../img/bg.5a03fae54dd07c86bd1e.webp) !important;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding-bottom: 100px !important;
  padding-top: 100px !important;
  text-align: center;
}
.objective-section .content {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 30px;
}
.objective-section h2 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 24px;
  text-decoration: none;
  text-transform: none;
}
.objective-section h2 span {
  color: #de4a82;
}
.objective-section p {
  color: #fff;
  font-size: 18px;
}
details summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
  padding-left: 1.5em;
  position: relative;
}
summary::-webkit-details-marker {
  display: none;
}
summary:before {
  color: #000;
  content: "+";
  font-size: 24px;
  transition: transform 0.2s ease;
}
details[open] summary:before {
  content: "−";
}
.footer-bottom-container {
  background-image: linear-gradient(#160035, #160035) !important;
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
}
.alelo-desc {
  display: flex;
  gap: 30px;
  padding: 20px 0;
}
.alelo-desc img {
  height: -moz-fit-content;
  height: fit-content;
}
.footer-warning {
  padding: 14px 0;
}
.footer-text {
  font-size: 12px;
  margin-top: 24px;
}
.content-privacy {
  display: flex;
  flex-direction: column;
  margin: 20px auto;
  max-width: 1200px;
  padding: 10px;
  width: 100%;
}
.content-privacy h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.15;
  margin: 20px 0 50px;
}
.content-privacy h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 15px;
}
.content-privacy ol,
.content-privacy ul {
  margin: 10px 20px 30px;
}
.content-privacy hr {
  border: none;
  border-bottom: 1px solid #ddd;
  margin: 30px 0 !important;
}
@media (max-width: 768px) {
  .header-content {
    flex-direction: column;
    gap: 15px;
  }
  .hero {
    padding: 40px 0 60px;
  }
  .hero-content h1 {
    font-size: 32px;
  }
  .hero-content p {
    font-size: 18px;
  }
  .benefits {
    padding: 40px 0;
  }
  .about-content,
  .alelo-content,
  .benefits-grid,
  .business-content,
  .faq-content,
  .partners-content {
    gap: 30px;
    grid-template-columns: 1fr;
  }
  .footer-content {
    grid-template-columns: 1fr;
  }
  .footer-alelo {
    align-items: flex-start;
    flex-direction: column;
  }
  .container {
    padding: 0 16px;
  }
  section {
    padding: 40px 0;
  }
}
.header__menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  display: none;
  height: 32px;
  padding: 0;
  position: relative;
  width: 32px;
}
.header__menu-toggle .hamburger {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGgAAABmAgMAAABaeDxCAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAMUExURSMfIP///8fGxpKOkEchhWwAAABeSURBVEjHYwjFCRhGpUalyJY6wIAAzKhSDMhgKrJU2OCQQnUhquPr/yPAzxEfy1mrEGApsQkgbPAnADypNwrJyytHfALIR8oOf0OJzESDMgEQXXyNlvOjUqNSg0YKAOveKLcXpQ4AAAAAAElFTkSuQmCC);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 100%;
  width: 100%;
}
.header__menu--mobile {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  display: none;
  margin-top: 8px;
  min-width: 200px;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 1100;
}
.header__menu--mobile.active {
  display: block;
}
.mobile-navigation ul {
  display: flex;
  flex-direction: column;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 8px 0;
}
.mobile-navigation li {
  border-bottom: 1px solid #f0f0f0;
}
.mobile-navigation li:last-child {
  border-bottom: none;
}
.mobile-navigation a {
  color: #231f20;
  display: block;
  font-size: 16px;
  padding: 12px 16px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.mobile-navigation a:hover {
  background-color: #f8f8f8;
}
.mobile-navigation a.btn-primary {
  background-color: #e91e63;
  border-radius: 6px;
  color: #fff;
  margin: 4px 8px 8px;
  text-align: center;
}
.mobile-navigation a.btn-primary:hover {
  background-color: #c2185b;
}
.header__menu-toggle--close {
  display: none;
}
@media (max-width: 768px) {
  .header-nav {
    display: none;
  }
  .header__menu-toggle {
    display: inline-block;
  }
  .header-content {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 12px;
    justify-content: space-between;
    position: relative;
  }
  .header-logo {
    order: 1;
  }
  .header__menu-toggle {
    order: 2;
  }
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}
.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}
.splide__arrow:disabled {
  opacity: 0.3;
}
.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__arrow--prev {
  left: 1em;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 1em;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}
.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__progress__bar {
  background: #ccc;
  height: 3px;
}
.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.splide__slide:focus {
  outline: 0;
}
@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}
.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}
.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}
.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}
.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
