.page-container {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1280px;
    font-family: Inter, sans-serif
}

@media (max-width: 900px) {
    .page-container {
        padding: 10px 100px
    }
}

@media (max-width: 768px) {
    .page-container {
        padding: 0 16px;
        max-width: 100%
    }
}

.blue-button {
    padding: 18px 50px;
    background: var(--surface-brand);
    color: var(--text-on-brand);
    border-radius: 16px;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    transition: filter .2s ease
}

.blue-button:hover {
    filter: brightness(1.2);
}

.description {
    color: var(--text-secondary);
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px
}

.background {
    fill: var(--surface-background);
}

.text {
    fill: var(--text-main);
}

.border {
    stroke: var(--surface-border);
}

.main-container {
    max-width: 1600px;
    width: 100%;
    margin: 6em auto;
    display: flex;
    flex-direction: column;
    align-items: center
}

.main-container .section {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative
}

@media (max-width: 768px) {
    .main-container .section {
        flex-direction: column
    }
}

.main-container .text-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.main-container .big-title {
    font-size: 56px;
    line-height: 100%;
    font-weight: 700;
    color: var(--text-main);

    white-space: pre-wrap;
    word-break: break-word;
    max-width: 50vw;
}

@media (max-width: 768px) {
    .main-container .big-title {
        font-size: 14.6vw;
        line-height: 12.7vw;
        max-width: 100%;
    }
}

.main-container .description {
    font-weight: 400;
    color: var(--text-secondary);
    font-size: 20px;
    line-height: 24px;
    margin: 32px 0 56px
}

@media (max-width: 768px) {
    .main-container .description {
        margin: 16px 0 32px;
        font-size: 16px
    }
}

.main-container .button-container {
    display: flex
}

.main-container .button-container a + a {
    margin-left: 18px
}

@media (max-width: 768px) {
    .main-container .button-container {
        flex-direction: column;
        text-align: center;
        width: 100%
    }

    .main-container .button-container a + a {
        margin-top: 20px;
        margin-left: 0
    }
}

.main-container .new-card {
    width: 282px;
    height: 340px;
    background: url(/ssr-landing-static/default/card.svg) no-repeat;
    background-size: contain;
    border-radius: 16px;
    box-shadow: 0 32px 64px #1c1f2b4d;
    position: relative;
    z-index: 33
}

.main-container .transparent-button {
    padding: 18px 50px;
    background: transparent;
    border: 1px solid var(--surface-line);
    color: var(--text-main);
    border-radius: 16px;
    text-align: center;
    text-decoration: none
}

.main-container .transparent-button:hover {
    background-color: #0000001a
}

.main-container .cart {
    position: absolute;
    right: 0;
    max-width: 20.9vw
}

@media (max-width: 768px) {
    .main-container .cart {
        max-width: 509px;
        position: inherit;
        right: 0;
        width: 304px;
        margin-top: 23px
    }

    .main-container .cart img {
        max-width: 509px;
        width: 304px
    }
}

.main-container .particles-container .particle {
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    animation-timing-function: ease-in-out
}

.main-container .particles-container .particle.big {
    width: 34px;
    height: 34px
}

.main-container .particles-container .particle.medium {
    width: 24px;
    height: 24px
}

.main-container .particles-container .particle.small {
    width: 18px;
    height: 18px
}

.main-container .particles-container .particle.like {
    mask: url(/ssr-landing-static/default/particles/fb-like.svg) no-repeat;
    mask-size: contain;
    -webkit-mask: url(/ssr-landing-static/default/particles/fb-like.svg) no-repeat;
    -webkit-mask-size: contain;
    background-color: var(--surface-brand);
}

.main-container .particles-container .particle.comment {
    mask: url(/ssr-landing-static/default/particles/comment.svg) no-repeat;
    mask-size: contain;
    -webkit-mask: url(/ssr-landing-static/default/particles/comment.svg) no-repeat;
    -webkit-mask-size: contain;
    background-color: var(--surface-brand);
}

.main-container .particles-container .particle.heart {
    mask: url(/ssr-landing-static/default/particles/heart.svg) no-repeat;
    mask-size: contain;
    -webkit-mask: url(/ssr-landing-static/default/particles/heart.svg) no-repeat;
    -webkit-mask-size: contain;
    background-color: var(--surface-brand);
}

.main-container .particles-container .particle.share {
    mask: url(/ssr-landing-static/default/particles/share.svg) no-repeat;
    mask-size: contain;
    -webkit-mask: url(/ssr-landing-static/default/particles/share.svg) no-repeat;
    -webkit-mask-size: contain;
    background-color: var(--surface-brand);
}

.main-container .particles-container .particle:nth-child(1) {
    left: -20%;
    opacity: 0;
    top: 75%
}

.main-container .particles-container .particle:nth-child(2) {
    left: -14%;
    opacity: 0;
    top: 55%
}

.main-container .particles-container .particle:nth-child(3) {
    right: -35%;
    opacity: 0;
    top: 20%
}

.main-container .particles-container .particle:nth-child(4) {
    right: -20%;
    opacity: 0;
    top: 85%
}

.main-container .particles-container .particle:nth-child(5) {
    right: -20%;
    opacity: 0;
    top: 70%
}

.main-container .particles-container .particle:nth-child(6) {
    right: -20%;
    opacity: 0;
    top: 10%
}

.main-container .particles-container .particle:nth-child(7) {
    right: -45%;
    opacity: 0;
    bottom: 10%
}

.main-container .particles-container .particle:nth-child(8) {
    left: -45%;
    opacity: 0;
    top: 20%
}

.main-container .particles-container .particle:nth-child(9) {
    left: -17%;
    opacity: 0;
    top: 48%
}

.main-container .particles-container .particle:nth-child(10) {
    right: -17%;
    opacity: 0;
    top: 75%
}

.main-container .particles-container .particle:nth-child(11) {
    left: -23%;
    opacity: 0;
    top: 19%
}

.main-container .particles-container .particle:nth-child(12) {
    left: -5%;
    opacity: 0;
    top: 19%
}

.main-container .benefit-container {
    position: absolute;
    left: -40%;
    bottom: 50px;
    width: 218px;
    height: 64px;
    animation: floatUpDownBig 10s infinite;
    z-index: 34
}

@media (max-width: 768px) {
    .main-container .benefit-container {
        left: -10%
    }
}

.main-container .benefit-container2 {
    left: unset;
    bottom: unset;
    right: -40%;
    top: 50px
}

@media (max-width: 768px) {
    .main-container .benefit-container2 {
        left: unset;
        right: -15%
    }
}

.main-container .benefit-container3 {
    left: unset !important;
    right: -20%;
    bottom: -100px
}

@media (max-width: 768px) {
    .main-container .benefit-container3 {
        right: 0
    }
}

.main-container .new-card .heart {
    width: 20px;
    height: 20px;
    background: url(/ssr-landing-static/default/heart.svg) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 8px;
    left: 88px;
    animation: pumpingAnimation 2s infinite
}

.main-container .big-circle {
    background: var(--surface-brand);
    border-radius: 500px;
    bottom: 0;
    margin: auto;
    opacity: .03;
    padding-top: 100%;
    position: absolute;
    right: -50%;
    top: 0;
    width: 544px;
    height: 544px;
    animation: circleAnimation 12s ease-in-out infinite
}

@media (max-width: 768px) {
    .main-container .big-circle {
        right: -35%
    }
}

.main-container .small-circle {
    padding-top: 80%;
    width: 435px;
    height: 435px;
    left: -42%;
    animation: circleInnerAnimation 12s ease-in-out infinite
}

@media (max-width: 768px) {
    .main-container .small-circle {
        left: -45%
    }
}

@keyframes pumpingAnimation {
    0% {
        transform: scale(1)
    }
    20% {
        transform: scale(1.6)
    }
    40% {
        transform: scale(1)
    }
    to {
        transform: scale(1)
    }
}

@keyframes floatUpDownBig {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-20%)
    }
    to {
        transform: translateY(0)
    }
}

@keyframes circleAnimation {
    0% {
        opacity: .03;
        transform: scale(1)
    }
    50% {
        opacity: .06;
        transform: scale(.9)
    }
    to {
        opacity: .03;
        transform: scale(1)
    }
}

@keyframes circleInnerAnimation {
    0% {
        opacity: .03;
        transform: scale(.8)
    }
    50% {
        opacity: .08;
        transform: scale(1)
    }
    to {
        opacity: .03;
        transform: scale(.8)
    }
}

@media (max-width: 900px) {
    .main-container {
        max-width: 800px
    }
}

@media (max-width: 768px) {
    .main-container {
        max-width: 100%;
        margin: 40px 0 6em
    }
}

@keyframes particleAnimation1 {
    0% {
        opacity: 0;
        transform: translateZ(0)
    }
    40% {
        opacity: .4
    }
    60% {
        opacity: .4
    }
    to {
        opacity: 0;
        transform: translate3d(-30px, -65px, 0)
    }
}

@keyframes particleAnimation2 {
    0% {
        opacity: 0;
        transform: translateZ(0)
    }
    40% {
        opacity: .4
    }
    60% {
        opacity: .4
    }
    to {
        opacity: 0;
        transform: translate3d(-10px, -30px, 0)
    }
}

@keyframes particleAnimation3 {
    0% {
        opacity: 0;
        transform: translateZ(0)
    }
    40% {
        opacity: .4
    }
    60% {
        opacity: .4
    }
    to {
        opacity: 0;
        transform: translate3d(25px, -40px, 0)
    }
}

@keyframes particleAnimation4 {
    0% {
        opacity: 0;
        transform: translateZ(0)
    }
    40% {
        opacity: .4
    }
    60% {
        opacity: .4
    }
    to {
        opacity: 0;
        transform: translate3d(20px, 50px, 0)
    }
}

@keyframes particleAnimation5 {
    0% {
        opacity: 0;
        transform: translateZ(0)
    }
    40% {
        opacity: .4
    }
    60% {
        opacity: .4
    }
    to {
        opacity: 0;
        transform: translate3d(34px, 30px, 0)
    }
}

.second-section-container {
    align-self: center;
    width: 100%;
    position: relative;
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

@media (max-width: 768px) {
    .second-section-container {
        padding-top: 18em
    }
}

.second-section-container .flying-network {
    width: 800px;
    height: 460px;
    position: absolute;
    top: 10vw;
    left: 0;
    right: 0;
    margin: 0 auto
}

.second-section-container .flying-network.part-1 {
    background: url(/ssr-landing-static/default/socials-part-1.svg) no-repeat;
    background-size: contain
}

.second-section-container .flying-network.part-2 {
    background: url(/ssr-landing-static/default/socials-part-2.svg) no-repeat;
    background-size: contain
}

.second-section-container .flying-network.part-3 {
    background: url(/ssr-landing-static/default/socials-part-3.svg) no-repeat;
    background-size: contain
}

.second-section-container .flying-network.part-4 {
    background: url(/ssr-landing-static/default/socials-part-4.svg) no-repeat;
    background-size: contain
}

.second-section-container .flying-network.animation-1 {
    animation: floatUpDown 10s ease-in-out infinite
}

.second-section-container .flying-network.animation-2 {
    animation: floatDownUpWithRight 10s ease-in-out infinite
}

.second-section-container .flying-network.animation-3 {
    animation: floatDownUp 10s ease-in-out infinite
}

.second-section-container .flying-network.animation-4 {
    animation: floatDownUpWithLeft 10s ease-in-out infinite
}

@media (max-width: 768px) {
    .second-section-container .flying-network {
        width: 120%;
        left: -20%;
        top: 15vw
    }
}

@keyframes floatUpDown {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-5%)
    }
    to {
        transform: translateY(0)
    }
}

@keyframes floatDownUp {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(5%)
    }
    to {
        transform: translateY(0)
    }
}

@keyframes floatDownUpWithLeft {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(5%)
    }
    to {
        transform: translateY(0)
    }
}

@keyframes floatDownUpWithRight {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-5%)
    }
    to {
        transform: translateY(0)
    }
}

.second-section-container .services-container {
    padding-top: 32em
}

@media (max-width: 768px) {
    .second-section-container .services-container {
        padding: 0 16px;
        width: 100%
    }
}

.section-title {
    font-weight: 700;
    font-size: 56px;
    line-height: 100%;
    text-align: center;
    white-space: pre-wrap;
    word-break: break-word;
    color: var(--text-main);
}

@media (max-width: 768px) {
    .section-title {
        font-size: 40px;
        line-height: 44px
    }
}

.second-section-container .services-container .section-subtitle {
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    margin: 24px 0 56px;
    white-space: pre-wrap;
    color: var(--text-secondary);
}

@media (max-width: 768px) {
    .second-section-container .services-container .section-subtitle {
        margin: 16px 0 32px;
        font-size: 16px
    }
}

.second-section-container .services-container .button-container {
    display: flex;
    justify-content: center
}

.third-section-container {
    padding-top: 120px
}

.third-section-container .small-section-title {
    font-size: 56px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -.01em;
    text-align: left;
    white-space: pre-wrap;
    color: var(--text-main);
}

@media (max-width: 768px) {
    .third-section-container .small-section-title {
        font-size: 32px;
        line-height: 34px
    }
}

.third-section-container .medium-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: var(--text-secondary);
}

@media (max-width: 768px) {
    .third-section-container .medium-text {
        font-size: 16px
    }
}

.third-section-container .box-container {
    position: relative;
    z-index: 5;
    overflow: hidden;
    border-radius: 64px;
    flex: 1;
    padding: 56px 56px 0;
    display: flex;
    flex-direction: column
}

.third-section-container .box-container > :first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding-bottom: 48px
}

.third-section-container .box-container > :first-child .checks {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    grid-gap: 24px calc(88px + 2em)
}

@media (max-width: 768px) {
    .third-section-container .box-container > :first-child {
        padding: 0 24px;
        align-items: flex-start
    }

    .third-section-container .box-container > :first-child .checks {
        grid-template-columns:1fr
    }
}

@media (max-width: 768px) {
    .third-section-container .box-container {
        border-radius: 24px;
        padding: 24px 0 0
    }
}

.third-section-container .box-container .order-card-container {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    transform: perspective(350px) rotateX(7deg) rotateY(0) skew(0);
    -webkit-mask-image: -webkit-gradient(linear, left 56%, left bottom, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)))
}

@media (min-width: 769px) {
    .third-section-container .box-container .order-card-container > * {
        max-width: 100% !important
    }
}

@media (max-width: 768px) {
    .third-section-container .box-container .order-card-container {
        transform: unset;
        bottom: -190px;
    }

    .third-section-container .box-container .order-card-container > * {
        bottom: -20px;
    }
}

@media (min-width: 769px) {
    .third-section-container .box-container .placeholder {
        width: 100%;
        height: 425px
    }
}

@media (max-width: 768px) {
    .third-section-container .box-container .placeholder {
        height: 300px;
    }
}

.third-section-container .small-cards-container {
    display: flex;
    margin-top: 32px;
    gap: 10px;
}

@media (max-width: 768px) {
    .third-section-container .small-cards-container {
        margin-top: 16px;
        flex-direction: column
    }
}

.third-section-container .small-cards-container .small-box-container {
    border-radius: 64px;
    flex: 1;
    padding: 32px 56px 56px;

    border: 1px solid var(--surface-border);
}

.third-section-container .small-cards-container .small-box-container .medium-text {
    margin-top: 20px
}

.third-section-container .small-cards-container .small-box-container + .third-section-container .small-cards-container .small-box-container {
    margin-left: 32px
}

@media (max-width: 768px) {
    .third-section-container .small-cards-container .small-box-container + .third-section-container .small-cards-container .small-box-container {
        margin-left: 0;
        margin-top: 16px
    }
}

@media (max-width: 768px) {
    .third-section-container .small-cards-container .small-box-container {
        border-radius: 24px;
        padding: 16px 24px 24px
    }
}

.third-section-container .small-cards-container .small-box-container .box-icon-container, .third-section-container .small-cards-container .small-box-container .box-icon-container img {
    object-fit: contain;
    width: 128px;
    height: 128px
}

.third-section-container .small-cards-container .small-box-container .box-icon-container .icon {
    width: 128px;
    height: 128px
}

.third-section-container .small-cards-container .small-box-container .box-icon-container .icon .dynamic-color {
    fill: var(--surface-brand) !important
}

.third-section-container .button-container {
    display: flex;
    justify-content: center;
    margin-top: 56px
}

@media (max-width: 768px) {
    .third-section-container .button-container {
        margin-top: 32px;
        width: 100%;
    }

    .third-section-container .button-container .blue-button {
        width: 100%;
    }
}
