.terms-and-privacy { background-color: #EAEAEA; display: flex; justify-content: end; padding: 0.5rem 5vw; } .terms-and-privacy .link { text-decoration: underline; text-underline-offset: 2px; color: #000; opacity: 0.9; font-weight: 700; transition: 350ms ease-out; } .terms-and-privacy .link:hover { opacity: 1; @apply text-primary; } .terms-and-privacy .link ~ .link { margin-left: 2rem; } .section-banner { text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } .banner-img { position: absolute; right: 5%; top: 100px; width: 400px; z-index: 0; opacity: 0.35; } .features-wrapper { background-color: #F6F6F6; padding: 1rem 0rem; } .features-wrapper .container-lg { padding: 0; } @media screen and (min-width: 992px) { .features-wrapper { padding-left: calc(var(--bs-gutter-x) * .5); padding-right: calc(var(--bs-gutter-x) * .5); } } .features-item-wrapper { --features-gap-x: 2rem; --features-gap-y: 1rem; --features-item-wrapper-width: 180px; --features-item-offset: 32px; display: flex; padding: 0.5rem 0; gap: var(--features-gap-y) var(--features-gap-x); overflow-x: auto; scroll-snap-type: x mandatory; } .features-item-wrapper.is-start + * > .prev-arrow { opacity: 0 !important; position: absolute; } .features-item-wrapper.is-end + * > .next-arrow { opacity: 0 !important; position: absolute; } .features-item { display: inline-flex; justify-content: center; align-items: center; padding: 2.5rem; color: #FFF; width: var(--features-item-wrapper-width); height: var(--features-item-wrapper-width); min-width: var(--features-item-wrapper-width); min-height: var(--features-item-wrapper-width); flex-direction: column; background-size: cover; border-radius: 100%; position: relative; overflow: visible; scroll-snap-align: center; scroll-snap-stop: always; background: linear-gradient(200deg, #00FF00F1 6.77%, #003864 45.33%); background-size: 150%; } .features-item::before { content: ""; position: absolute; border: 4px solid #00FF00; clip-path: polygon(50% 0%, 100% 0%, 100% 50%, 50% 50%, 50% 0%); width: var(--features-item-wrapper-width); height: var(--features-item-wrapper-width); min-width: var(--features-item-wrapper-width); min-height: var(--features-item-wrapper-width); border-radius: 100%; z-index: 5; left: 2px; top: -2px; } .features-item::after { content: ''; position: absolute; width: 10px; height: 10px; background-color: #00FF00; rotate: 45deg; right: -5px; top: calc(50% - 5px); } .features-item * { z-index: 1; } .features-item-icon { width: 80px; height: 80px; display: inline-block; position: relative; z-index: 12; object-fit: cover; object-position: center; } .features-item-desc { text-align: center; line-height: 1.2; margin: 0; font-size: 0.9rem; height: 2.4rem; } .features-item-bg { background: linear-gradient(200deg, #00FF00F1 6.77%, #003864 45.33%); background-size: 150%; position: absolute; left: calc(var(--features-item-offset) / 2); top: calc(var(--features-item-offset) / 2); width: calc(var(--features-item-wrapper-width) - var(--features-item-offset)); height: calc(var(--features-item-wrapper-width) - var(--features-item-offset)); border-radius: 100%; z-index: 0; } nowrap { white-space: nowrap; } @media screen and (min-width: 992px) { .banner-img { width: 32%; top: 2rem; right: 10%; opacity: 1; } .features-item-wrapper { --features-item-wrapper-width: 200px; flex-wrap: wrap; justify-content: center; align-items: center; padding: 1rem 4rem; } } [class*="mobile-screen"] { border-radius: 1rem; aspect-ratio: 9/17; background-size: cover; object-fit: cover; object-position: center; border: 2px solid #000; box-shadow: 4px 6px 10px 0px #00000040; } .mobile-screen { width: 180px; } .mobile-screen-sm { width: 140px; } @media screen and (min-width: 992px) { .mobile-screen { width: 250px; } .mobile-screen-sm { width: 215px; } } .blue-ball { background: linear-gradient(180deg, #2AB7F3 5.3%, #0882DF 110.05%); border-radius: 100%; aspect-ratio: 1/1; display: inline-block; } .pick-icon { width: 64px; height: auto; margin-bottom: 1rem; } .s-num { font-size: 1.5rem; font-weight: 400; color: #00FF00; } .s-info-title { font-size: 1.25rem; font-weight: 600; display: flex; align-items: start; line-height: 1.75; flex-direction: column; } .s-info-desc { font-size: 1rem; font-weight: 400; letter-spacing: 0.05em; } .s1-block { flex-direction: column-reverse; } .s1-block .s1-info-wrapper { display: flex; align-items: end; position: relative; z-index: 10; padding-bottom: 32px; } .s1-block .s1-line { display: none; } .s1-block .s1-info { flex: 1 1 auto; text-align: left; } .s1-block .s1-screens { display: flex; justify-content: center; align-items: end; gap: 1rem; } .s1-block .s1-popup { position: absolute; z-index: 1; left: -50%; bottom: 10%; z-index: 15; width: 140px; } @media screen and (min-width: 992px) { .s1-block { flex-direction: row; } .s1-block .s1-info-wrapper { padding-left: 64px; } .s1-block .s1-line { display: block; margin-top: 1.5rem; } .s1-block .s1-info { padding-left: 2rem; } .s1-block .s-info-desc { max-width: 280px; } .s1-block .s1-screens { gap: 2rem; justify-content: end; padding-bottom: 1rem; } .s1-block .s1-popup { display: inline-block; left: unset; bottom: unset; right: -45%; top: 40%; } } .s2-block { padding: 4rem 0 0 0; margin-left: 0; margin-right: 0; } @media screen and (min-width: 992px) { .s2-block { padding: 4rem 0; } } .s2-block .s2-screen-1 { z-index: 10; position: relative; margin-right: -4rem; } .s2-block .s2-screen-2 { z-index: 5; position: relative; } .s2-block .s2-blue-ball { display: none; z-index: 0; position: absolute; } .s2-block .s2-screens { display: flex; align-items: end; position: relative; } .s2-block .s2-info-wrapper { position: relative; } .s2-block .s2-info .s-info-title { justify-content: end; } .s2-block .s2-popup { position: absolute; z-index: 10; width: 250px; right: 0px; bottom: 36px; } @media screen and (min-width: 992px) { .s2-block .s2-info { max-width: 260px; text-align: right; } .s2-block .s2-info .s-info-title { align-items: end; } .s2-block .s2-screens { justify-content: end; padding-right: 5rem; } .s2-block .s2-blue-ball { display: block; width: 600px; height: 600px; right: -37%; bottom: 2rem; } .s2-block .s2-info-wrapper { display: flex; justify-content: end; align-items: center; } .s2-block .s2-line { margin-top: 1rem; position: absolute; right: 0; transform: translateX(100%); } .s2-block .s2-popup { right: unset; left: 0; transform: translateX(-32%); z-index: 15; } } .s3-block { transform: translateY(25px); } .s3-block .s3-info-wrapper { grid-area: s3-info; display: flex; position: relative; } .s3-block .s3-screens-wrapper { grid-area: s3-screens; display: flex; justify-content: center; overflow: hidden; } .s3-block .s3-screens { display: inline-flex; gap: 1.5rem; align-items: center; } .s3-block .s3-screens .mobile-screen-sm { position: absolute; } .s3-block .s3-screens .mobile-screen-sm:first-of-type { left: 16px; } .s3-block .s3-screens .mobile-screen-sm:last-of-type { right: 16px; } .s3-block .s3-screens .mobile-screen { position: relative; z-index: 10; } @media screen and (min-width: 992px) { .s3-block .s3-screens { max-width: 600px; } .s3-block .s3-screens .mobile-screen-sm { position: unset; } .s3-block .s3-screens .mobile-screen-sm:first-of-type { left: unset; } .s3-block .s3-screens .mobile-screen-sm:last-of-type { right: unset; } .s3-block .s3-screens-wrapper { justify-content: start; } .s3-block .s3-info-wrapper { position: relative; } .s3-block .s-info-desc { max-width: 320px; } .s3-block .s3-info { padding-left: 32px; } } @media screen and (min-width: 1280px) { .s3-block .s3-screens { max-width: unset; } .s3-block .s3-info { padding-left: 64px; } } .s4-block { background-color: #F6F6F6; padding: 200px 0 100px 0; margin-top: -100px; } .s4-block .s4-item-wrapper { display: flex; justify-content: center; align-items: center; gap: 2rem; flex-direction: column; } .s4-block .s4-item { width: 100%; max-width: 100%; display: flex; flex-direction: column; justify-items: end; align-items: center; overflow: hiddenl; background-color: #003864; border-radius: 2rem; padding: 4rem 2rem 260px 2rem; color: white; position: relative; overflow: hidden; } .s4-block .mobile-screen { position: absolute; bottom: 0; transform: translateY(30%); } @media screen and (min-width: 992px) { .s4-block .s4-block { padding: 300px 0 200px 0; } .s4-block .s4-item-wrapper { display: grid; padding: 2rem; grid-template-columns: repeat(2, 1fr); height: 100%; } .s4-block .s4-item { min-width: 460px; padding: 4rem 2rem 360px 2rem; } } .s5-block { padding-bottom: 0px; } .s5-block .container { margin-top: -350px; } .s5-block .s5-gray-bg { background-color: #F6F6F6; height: 350px; width: 100%; } .s5-block .s5-screens { position: relative; display: inline-flex; align-items: end; gap: 1.5rem; } .s5-block .s5-screens * { z-index: 10; } @media screen and (min-width: 992px) { .s5-block .s5-block { padding-bottom: 200px; } } .s6-block .s6-item1-wrapper, .s6-block .s6-item2-wrapper { display: flex; align-items: center; flex-direction: column; } .s6-block .s6-item1-wrapper { margin-bottom: 2rem; } .s6-block .s6-item2-wrapper { flex-direction: column-reverse; } @media screen and (min-width: 992px) { .s6-block .s6-item1-wrapper, .s6-block .s6-item2-wrapper { flex-direction: row; gap: 2rem; width: 100%; justify-content: center; } .s6-block .s6-item1-wrapper .s-info-title { align-items: end; } .s6-block .s6-item1-wrapper .info-title-wrapper { align-items: end; } .s6-block .s6-item1-wrapper .s6-info { margin-right: 64px; } .s6-block .s6-item2-wrapper .s6-info { margin-left: 64px; } } .s1-info, .s2-info, .s3-info, .s5-info, .s6-info { display: flex; flex-direction: column; width: 360px; max-width: 360px; } .s2-info { justify-content: end; } .s4-info { display: flex; flex-direction: column; } .info-title-wrapper { display: flex; gap: 0.5rem; } @media screen and (min-width: 992px) { .s1-info, .s2-info, .s3-info, .s5-info, .s6-info { width: unset; max-width: unset; } .info-title-wrapper { flex-direction: column; justify-content: start; } .s4-info .info-title-wrapper { flex-direction: row; } .s6-item1-wrapper { padding-top: 200px; } .s5-info { margin-left: 64px; } }