.title-xxl {
    font-size: 80px;
    font-weight: 700;
}
.title-xl {
    font-size: 70px;
}
h2.title-xl,
h2.title-xxl,
h1.title-xxl {
    margin: 80px 0 60px;
}
.text-1 {
    font-size: 28px;
    line-height: 1.4em;
    letter-spacing: .007em;
    font-weight: 600;
}
.hello-wrapeer {
    display: flex;
    background: url(/directory/images/source/about_background.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    margin: -100px 0 100px 0;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.hello-item:after {
    display: block;
    content: '\f078';
    margin-top: 50px;
    color: #fff;
    font-size: 30px;
}
.limeside-title {
    color: #fff;
    font-size: 100px;
    text-shadow: 0 0 60px rgb(0 0 0 / 50%);
}
.limeside-logo {
    display: inline-block;
    margin: 0 0 40px;
    flex-shrink: 0;
    width: 120px;
    height: 120px;
    border-radius: 25%;
    background-image: url(/directory/images/source/limeside_200.png);
    background-color: #2f2f2f;
    background-size: 50px;
    background-position: center;
    background-repeat: no-repeat;
}
.about1-wrapper h1 {
    background: -webkit-gradient(linear, left top, right top, from(#f06844), color-stop(25%, #ee4c54), color-stop(50%, #d45e95), color-stop(75%, #9c6ca6), to(#6583c1));
    background: -webkit-linear-gradient(left, #f06844 0%, #ee4c54 25%, #d45e95 50%, #9c6ca6 75%, #6583c1 100%);
    background: linear-gradient(to right, #f06844 0%, #ee4c54 25%, #d45e95 50%, #9c6ca6 75%, #6583c1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.about2-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.about2-item {
    width: calc(50% - 10px);
    border-radius: 20px;
    padding: 30px;
    background: #fff;
    box-shadow: rgb(0 0 0 / 5%) 0px 2px 20px 0px;
}
.about2-item p {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.2em;
}
.about2-item span {
    font-weight: 600;
    font-size: 18px;
    color: #8a8f9c;
}
.about2-item.first {
    background: -webkit-radial-gradient(5% 5%, ellipse, #fec833 0%, rgba(254,200,51,0) 75%),-webkit-radial-gradient(95% 5%, ellipse, #fdc1a7 0%, rgba(253,193,167,0) 75%),-webkit-radial-gradient(95% 95%, ellipse, #e4699a 15%, rgba(228,105,154,0) 75%),-webkit-radial-gradient(5% 95%, ellipse, #eb5551 30%, rgba(235,85,81,0) 75%);
    background: radial-gradient(ellipse at 5% 5%, #fec833 0%, rgba(254,200,51,0) 75%),radial-gradient(ellipse at 95% 5%, #fdc1a7 0%, rgba(253,193,167,0) 75%),radial-gradient(ellipse at 95% 95%, #e4699a 15%, rgba(228,105,154,0) 75%),radial-gradient(ellipse at 5% 95%, #eb5551 30%, rgba(235,85,81,0) 75%);
    -webkit-filter: saturate(1.1);
    filter: saturate(1.1);
    width: 100%;
    padding: 20px 40px 40px 40px;
}
.about2-item.first p {
    color: #fff;
    font-size: 80px;
}
.about2-item.first span {
    color: #fff;
    font-size: 32px;
    font-weight: 600;line-height: 1.4em;
    
}
.about3-warapper h2 {
    background: -webkit-gradient(linear, left top, right top, from(#90ca5a), color-stop(50%, #d7d65a), color-stop(70%, #dac355));
    background: -webkit-linear-gradient(left, #90ca5a, #d7d65a 50%, #dac355 70%);
    background: linear-gradient( 90deg, #90ca5a, #d7d65a 50%, #dac355 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.spoiler_button {
    display: flex;
    margin: 0 0 30px;
    color: #272E40;
    font-size: 28px;
    font-weight: 500;
    align-items: center;
    justify-content: space-between;
    background: #eceff3;
    border-radius: 10px;
    padding: 8px 25px;
}
.spoiler_button:hover {
    background: #e1e7f1;
    color: #272e40;
}
.spoiler_button:after {
    font-family: 'Fontawesome', 'Fontawesome brands';
    content: '\f107';
    color: #69adfa;
    margin-left: 15px;
}
.spoiler_area {
    padding: 0 0 40px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    color: #8a8f9c;
}
.about-alex-wrapper {
    display: flex;
    background: #000;
    padding: 60px;
    border-radius: 40px;
    min-height: 530px;
    overflow: hidden;
    justify-content: space-between;
}
.alex-avatar {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-image: url(/directory/images/source/alex_1.png);
    background-size: 95%;
    background-position: 60% 40%;
    background-repeat: no-repeat;
    flex-shrink: 0;
    z-index: 0;
}
.about-alex {
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 1;
}
.about-alex p {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2em;
}
.about-alex span {
    font-weight: 600;
    font-size: 18px;
    color: #8a8f9c;
}
.alex-links {
    display: flex;
    gap: 20px;
}
/* Phone Adaptation - ph */
@media screen and (max-width: 560px)
{
    .title-xxl {
        font-size: 50px;
    }
    .title-xl {
        font-size: 45px;
    }
    h2.title-xl,
    h2.title-xxl,
    h1.title-xxl {
        margin: 50px 0 40px;
        line-height: 1.2em;
    }
    .text-1 {
        font-size: 22px;
        line-height: 1.6em
    }
    .hello-wrapeer {
        margin: -20px 0 0;
    }
    .limeside-title .emoji {
        width: 48px;
        height: 48px;
    }
    .limeside-title {
        font-size: 60px;
    }
    .about2-item.first span,
    .spoiler_button {
        font-size: 18px;
        }
    .about2-item.first p {
        font-size: 35px;
    }
    .about2-item {
        width: 100%;
        padding: 20px!important;
    }
    .spoiler_button {
        margin: 0 0 20px;padding: 8px 15px;
    }
    .about-alex-wrapper {
        min-height: unset;
        padding: 20px;
        border-radius: 20px;
    }
    .about-alex p {
        font-size: 35px;
    }
}