.colored {
    color: var(--primary-color);
}

.cc-13p {
    font-size: 13px;
}
.cc-16p {
    font-size: 16px;
}
.cc-20p {
    font-size: 20px;
}

.cc-fw-100 {
    font-weight: 100;
}
.cc-fw-200 {
    font-weight: 200;
}
.cc-fw-300 {
    font-weight: 300;
}
.cc-fw-500 {
    font-weight: 500;
}
.cc-fw-600 {
    font-weight: 600;
}

.cc-cheve-bio-block-wrapper {
    font-family: 'Raleway', sans-serif;
}

.cc-shortcode-bio,
.cc-shortcode-insta,
.cc-shortcode-ready {
    max-width: 1440px;
    margin: 0 auto;
}



/* Bio */
.cc-cheve-bio {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 20px;
    height: 550px;
    background-image: url(../img/edi-3.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 90%;
    background-position-y: center;
}

@media (max-width: 450px) {
    .cc-cheve-bio {
        background-image: url(../img/edi.png);
        background-repeat: no-repeat;
        background-position: center;
    }
}

@media (min-width: 950px) {
    .cc-cheve-bio {
        height: 700px;
    }
}

@media (min-width: 1440px) {
    .cc-cheve-bio {
        height: 800px;
    }
}



.cc-cheve-bio img {
    width: 58px;
}

.cc-cheve-bio .introduction {
    font-size: 16px;
    font-weight: 400;
}

.cc-cheve-bio .introduction .colored {
    font-weight: 500;
}

@media (min-width: 744px) {
    .cc-cheve-bio .introduction {
        font-size: 40px;
        line-height: 38px;
        margin-bottom: 20px;
    }
}

@media (min-width: 950px) {
    .cc-cheve-bio .introduction {
        font-size: 100px;
        line-height: 98px;
    }
}

@media (min-width: 1440px) {
    .cc-cheve-bio .introduction {
        font-size: 112px;
        line-height: 110px;
    }
}

.cc-cheve-bio .intro-text {
    font-weight: 100;
}

@media (min-width: 744px) {
    .cc-cheve-bio .intro-text {
        font-size: 24px;
        line-height: 24px;
    }
}

@media (min-width: 1440px) {
    .cc-cheve-bio .intro-text {
        font-size: 36px;
        line-height: 41px;
    }
}

.cc-cheve-bio .bio-ico-wrapper {
    text-align: center;
    padding-right: 14%;
}

.cc-cheve-bio .bio-ico-wrapper,
.cc-cheve-bio .cc-bio-bottom {
    width: 56%;
}

@media (min-width: 950px) {
    .cc-cheve-bio .bio-ico-wrapper,
    .cc-cheve-bio .cc-bio-bottom {
        width: 70%;
    }
}


.cc-cheve-bio .objectiv {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
}

.cc-cheve-bio .objectiv-desc {
    font-size: 13px;
    font-weight: 100;
}

@media (min-width: 744px) {
    .cc-cheve-bio .objectiv {
        font-size: 27px;
        line-height: 23px;
    }
    .cc-cheve-bio .objectiv-desc {
        font-size: 18px;
        font-weight: 100;
    }
}

@media (min-width: 950px) {
    .cc-cheve-bio .objectiv {
        font-size: 32px;
        line-height: 25px;
    }
    .cc-cheve-bio .objectiv-desc {
        font-size: 23px;
        font-weight: 100;
    }
}

@media (min-width: 1440px) {
    .cc-cheve-bio .objectiv {
        font-size: 32px;
        line-height: 42px;
    }
    .cc-cheve-bio .objectiv-desc {
        font-size: 32px;
        font-weight: 100;
    }
}

.cc-cheve-bio-block-wrapper .cc-highlights {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    font-size: 24px;
    width: 100%;
    margin-top: 50px;
}

@media (min-width: 900px) {
    .cc-cheve-bio-block-wrapper .cc-highlights {
        flex-direction: row;
        justify-content: space-around;
    }
}

.cc-cheve-bio-block-wrapper .cc-highlight {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
}



/* Insta */
.cc-insta-wrapper {
    font-family: 'Raleway', sans-serif;
    padding: 20px;
}

@media (min-width: 744px) {
    .cc-insta-wrapper {
        border-top: 1px solid #FFF;
        margin-top: 120px;
    }
}

.cc-insta-wrapper .cc-title {
    font-size: 32px;
    text-align: center;
    margin-bottom: 20px;
}

@media (min-width: 744px) {
    .cc-insta-wrapper .cc-title {
        font-size: 48px;
    }
}

.cc-insta-wrapper .cc-subtitle {
    text-align: center;
    margin-bottom: 30px;
}
@media (min-width: 744px) {
    .cc-insta-wrapper .cc-subtitle {
        font-size: 24px;
    }
}
@media (min-width: 1440px) {
    .cc-insta-wrapper .cc-subtitle {
        font-size: 32px;
    }
}

.cc-insta-wrapper .cc-subtitle .cc-inner {
    max-width: 400px;
    display: inline-block;
}

@media (min-width: 744px) {
    .cc-insta-wrapper .cc-subtitle .cc-inner {
        max-width: 570px;
    }
}

@media (min-width: 1440px) {
    .cc-insta-wrapper .cc-subtitle .cc-inner {
        max-width: 850px;
    }
}

.cc-insta-wrapper .insta-widget-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.cc-insta-wrapper .instagram-media {
    width: 80%;
}

@media (max-width: 1000px) {
    .cc-insta-wrapper .instagram-media {
        width: 100%;
    }   
}




/* Ready? */
.cc-ready-wrapper {
    /* background-image: url(../img/edi-2.png); */
    background-color: black;
    /* background-repeat: no-repeat; */
    /* background-position: center; */
    /* height: 340px; */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.cc-ready-wrapper img {
    width: 100%;
    max-width: 950px;
}

.cc-ready-wrapper .cc-ready-content {
    display: flex;
    position: absolute;
    width: 100%;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: space-around;
}

.cc-ready-wrapper h4 {
    font-size: 36px;
    text-align: center;
    max-width: 80%;
    margin-top: 22%;
}


.cc-ready-wrapper .cc-shortcode-footer {
    margin-top: 9%;
}


@media (max-width: 1440px) {
    .cc-ready-wrapper h4 {
        margin-top: 0;
    }
    .cc-ready-wrapper .cc-shortcode-footer {
        display: none;
    }
}


.ec-social-footer-content {
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.ec-social-footer-content img {
    width: 30px;
}

.ec-social-footer-content .ec-name {
    padding-left: 10px;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

@media (min-width: 1440px) {
    .ec-social-footer-content .ec-name {
        font-size: 24px;
        padding-left: 5px;
    }
}