/* ====== PART SECTION IMPORT ====== */


/* ====== GLOBAL STYLE ====== */

.btn-green {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #0F0822;
    padding: 20px 37px;
    border: none;
    text-decoration: none;
    outline: none;
    background: linear-gradient(86.26deg, #bdff00 0, #bdff00 104.32%);
    transition: 0.2s;
}

.btn-green:hover {
    color: #0F0822;
    text-decoration: none;
    outline: none;
    background: linear-gradient(86.26deg, #bdff00 0, #fff500 104.32%);
}

.btn-blue {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #ffffff;
    padding: 12px 16px;
    border: none;
    text-decoration: none;
    outline: none;
    background: linear-gradient(248.66deg, #7e51ff 0, #7e51ff 100%);
    transition: 0.2s;
}

.btn-blue:hover {
    color: #ffffff;
    text-decoration: none;
    outline: none;
    background: linear-gradient(248.66deg, #7e51ff 0, #4e16c5 100%);
}

.wr-about-banner {
    padding: 100px 0;
}

.wr-about-banner__inner-wrapper {
    position: relative;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    z-index: 1;
}

.wr-about-banner__inner {
    position: relative;
    padding-top: 110px;
    width: 58%;
    z-index: 2;
}

.wr-about-banner__title {
    margin: 0 0 24px 0;
    padding-right: 30px;
    color: #ffffff;
    font-style: normal;
    font-weight: 700;
    font-size: 72px;
    line-height: 80px;
    letter-spacing: -0.04em;
}

.wr-about-banner__blockquote {
    display: flex;
    padding-bottom: 200px;
}

.wr-about-banner__blockquote img,
.wr-about-banner__blockquote svg {
    width: 80px;
    height: 100%;
    margin-top: 16px;
}

.wr-about-banner__blockquote__info {
    width: calc(100% - 80px);
    padding-left: 32px;
}

.wr-about-banner__blockquote--title {
    margin-bottom: 24px;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.04em;
    color: #ffffff;
}

.wr-about-banner__blockquote--title span {
    color: #FFF500;
}

.wr-about-banner__blockquote--author {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #ffffff;
}

.wr-about-banner__blockquote--position {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #ffffff;
}

.wr-about-banner__img {
    position: absolute;
    top: 0;
    right: 0;
    width: 67%;
    z-index: 1;
}

.wr-about-banner__img img,
.wr-about-banner__img svg {
    width: 100%;
    height: auto;
}

.wr-ess {
    padding: 0 0 100px 0;
}

.wr-ess__inner-wrapper {
    position: relative;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 1;
}

.wr-ess__title {
    position: relative;
    padding-top: 32px;
}

.wr-ess__title span {
    color: #ffffff;
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 72px;
    letter-spacing: -0.04em;
}

.wr-ess__title::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 8px;
    width: 88px;
    background-color: currentColor;
}

.wr-ess__desc {
    max-width: 925px;
    margin: 0 0 30px 0;
    font-weight: 700;
    color: #ffffff;
    font-size: 24px;
    line-height: 32px;
}

.wr-ess__list {
    margin: 0 auto;
    max-width: 925px;
}

.wr-ess__list__item {
    margin-top: 56px;
}

.wr-ess__list__item--title {
    font-style: normal;
    font-weight: 700;
    font-size: 104px;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #FFF500;
}

.wr-ess__list__item--subtitle p {
    margin: 0;
    font-weight: 300;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.7);
}

.wr-ess__list__item--subtitle p strong,
.wr-ess__list__item--subtitle p b {
    font-weight: 700;
    color: #ffffff;
}

.wr-about-team {
    padding: 160px 0 30px 0;
}

.wr-about-team__inner-wrapper {
    position: relative;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 1;
}

.wr-about-team__title {
    position: relative;
    margin-bottom: 40px;
    padding-top: 32px;
}

.wr-about-team__title span {
    color: #ffffff;
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 72px;
    letter-spacing: -0.04em;
}

.wr-about-team__title::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 8px;
    width: 88px;
    background-color: currentColor;
}

.wr-about-team__list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 52px;
    margin: 0 -15px;
}

.wr-about-team__list__item {
    width: 20%;
    padding: 0 15px;
    margin-bottom: 80px;
}

.wr-about-team__list__item--img {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    margin-bottom: 8px;
}

.wr-about-team__list__item--img img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.wr-about-team__list__item--name {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #ffffff;
}

.wr-about-team__list__item--position {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.7);
}


/* ====== MEDIAQUERY IMPORT ====== */


/* ====== MEDIAQUERY ====== */

@media screen and (max-width: 991px) {
    .wr-about-banner {
        padding-top: 80px;
        padding-bottom: 40px;
    }
    .wr-about-banner__inner-wrapper {
        flex-wrap: wrap;
    }
    .wr-about-banner__inner {
        width: 100% !important;
        padding-top: 10px;
        order: 2;
    }
    .wr-about-banner__img {
        position: static;
        width: 100%;
        order: 1;
    }
    .wr-about-banner__title {
        margin-bottom: 16px;
        padding-right: 0;
        font-size: 32px;
        line-height: 40px;
    }
    .wr-about-banner__blockquote {
        display: flex;
        padding-bottom: 0;
    }
    .wr-about-banner__blockquote img,
    .wr-about-banner__blockquote svg {
        width: 40px;
        margin-top: 0;
    }
    .wr-about-banner__blockquote__info {
        width: calc(100% - 16px);
        padding-left: 16px;
    }
    .wr-about-banner__blockquote--title {
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 24px;
    }
    .wr-about-banner__blockquote--author {
        font-size: 12px;
        line-height: 16px;
    }
    .wr-about-banner__blockquote--position {
        font-size: 12px;
        line-height: 16px;
    }
    .wr-ess {
        padding: 40px 0;
    }
    .wr-ess__title {
        width: 100%;
        line-height: 1;
    }
    .wr-ess__title::before {
        width: 64px;
    }
    .wr-ess__title span {
        font-size: 32px;
        line-height: 38px;
    }
    .wr-ess__desc {
        font-size: 16px;
        line-height: 24px;
    }
    .wr-ess__list__item {
        margin-top: 24px;
    }
    .wr-ess__list__item--title {
        font-size: 48px;
        line-height: 56px;
    }
    .wr-ess__list__item--subtitle p {
        font-size: 24px;
        line-height: 32px;
    }
    .wr-about-team {
        padding: 80px 0 0 0;
    }
    .wr-about-team__title {
        width: 100%;
        line-height: 1;
    }
    .wr-about-team__title::before {
        width: 64px;
    }
    .wr-about-team__title span {
        font-size: 32px;
        line-height: 38px;
    }
    .wr-about-team__list {
        flex-wrap: wrap;
        padding-top: 10px;
    }
    .wr-about-team__list__item {
        width: 50%;
        margin-bottom: 45px;
    }
    .wr-about-team__list__item--name {
        font-size: 12px;
        line-height: 16px;
    }
    .wr-about-team__list__item--position {
        font-size: 12px;
        line-height: 16px;
    }
}


/*# sourceMappingURL=about.css.map */