@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    /*colors*/
    --black: #0c0b0b;
    --white: #ffffff;
    --elp-grey: #EAEAEA;
    --elp-lightgrey: #9B9BA9;
    --elp-darkgrey: #9D9797;

    --elp-edera: #00B591;
    --elp-void: #7A7A7AFF;
}

body {
    font-family: "Montserrat", sans-serif;
    color: #000000;
}
body.text-white{
    color: #ffffff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: underline;
    color: var(--elp-edera);
}

a.invert {
    text-decoration: none;
}

a:hover {
    color: var(--elp-edera);
    text-decoration: underline;
}

a.dec-invert:hover {
    text-decoration: none !important;
}
.bg-dark a,
.bg-dark a:hover{
    color: #ffffff;
}
.fs-20 {
    font-size: 20px !important;
}
.fs-26 {
    font-size: 26px !important;
}
.fs-8 {
    font-size: 0.8rem;
}
.lh-30 {
    line-height: 30px;
}
hr.white{
    opacity: 1;
    background: #ffffff;
}
.ff-raleway {
    font-family: "Raleway", sans-serif;
}
.bg-radial-dark{
    background-color: transparent;
    background-image: linear-gradient(160deg, #000000 65%, #00b591 100%);
    color: #ffffff;
}
.bg-radial-white{
    background-color: transparent;
    background-image: linear-gradient(160deg, #000000 65%, #00b591 100%);
    color: #ffffff;
}
.bg-light-grey{
    background-color: #F7F7F7;
    color: #000000;
}

.text-edera {
    color: var(--elp-edera) !important;
}

.text-void {
    color: var(--elp-void) !important;
}

.btn-container {
    display: flex;
    justify-content: center;
}

.embed-container {
    --video--width: 1200;
    --video--height: 600;
    position: relative;
    padding-bottom: calc(var(--video--height) / var(--video--width) * 100%); /* 41.66666667% */
    overflow: hidden;
    max-width: 100%;
    background: black;
}
.embed-container.elp-border {
    border: 4px solid var(--elp-edera);
}
.embed-container.elp-border.white {
    border-color: #ffffff;
}
.embed-container.elp-border.shadow {
    -webkit-box-shadow: 6px 5px 11px 1px rgba(0,0,0,0.3);
    box-shadow: 6px 5px 11px 1px rgba(0,0,0,0.3);
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.elp-btn {

}

.elp-btn.squared {
    background-color: var(--elp-edera);
    border: 0 solid #E5E7EB;
    box-sizing: border-box;
    color: #ffffff;
    display: flex;
    font-family: ui-sans-serif, system-ui, -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    justify-content: center;
    line-height: 1.75rem;
    padding: 48px;
    font-size: 38px;
    position: relative;
    text-align: center;
    text-decoration: none #000000 solid;
    width: 100%;
    max-width: 90%;
    cursor: pointer;
    transform: rotate(-2deg);
}


.elp-btn.squared.md {
    line-height: 1.75rem;
    padding: 28px 35px;
    font-size: 26px;
}

.elp-btn.secondary {
    align-items: center;
    appearance: none;
    background-image: radial-gradient(100% 100% at 100% 0, #55ffdc 0, #00b591 100%);
    border: 0;
    border-radius: 6px;
    box-shadow: rgba(31, 59, 54, 0.33) 0 2px 4px, rgba(32, 61, 55, 0.38) 0 7px 13px -3px, rgba(59, 131, 117, 0.47) 0 -3px 0 inset;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-family: "Raleway", sans-serif;
    min-height: 68px;
    width: 100%;
    max-width: 90%;
    justify-content: center;
    line-height: 1;
    padding: 16px;
    position: relative;
    text-decoration: none;
    transition: box-shadow .15s, transform .15s;
    will-change: box-shadow, transform;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}
.elp-btn.secondary span{
    color: #fff;
    font-family: "Raleway", sans-serif;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}

.elp-btn.secondary:focus {
    box-shadow: #55ffdc 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #00b591 0 -3px 0 inset;
}

.elp-btn.secondary:hover {
    box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #00b591 0 -3px 0 inset;
    transform: translateY(-2px);
}

.elp-btn.secondary:active {
    box-shadow: #00b591 0 3px 7px inset;
    transform: translateY(2px);
}

.elp-btn.squared:focus {
    outline: 0;
}

.elp-btn.squared:after {
    content: '';
    position: absolute;
    border: 2px solid #000000;
    bottom: 6px;
    left: 6px;
    width: calc(100% - 1px);
    height: calc(100% - 1px);
}

.elp-btn.squared:hover:after {
    bottom: 2px;
    left: 2px;
}

.elp-container {
    max-width: 940px;
    margin: 5px auto 60px auto;
    padding: 25px 75px;
}

.elp-container.md {
    max-width: 1200px;
    margin: 50px auto 60px auto;
    padding: 25px 75px;
}

.elp-ul {
    list-style: none;
    padding-left: 0;
}

.elp-ul li {
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    color: #474747;
    background: url('../images/checkmark-btn.png') no-repeat;
    background-size: 24px 24px;
    padding-left: 30px;
    margin-bottom: 25px;
}

.elp-ul li strong {
    color: #000000;
}
.elp-title.big{
    color: #000000;
    font-size: 95px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 105px;
    letter-spacing: 5px;
}

/*LOGO*/
.logo-container {
    display: flex;
    justify-content: center;
}

.logo-container img {
    max-width: 200px;
}

/*LOGO*/

.elp-title {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 56px;
    line-height: 77px;
}

.elp-title.md-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 35px;
}

.step-text {
    font-weight: 400;
    font-size: 28px;
    font-style: normal;
}
.circle-star{
    width: 36px;
    height: 36px;
    border: 2px solid #000000;
    border-radius: 50%;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.circle-star-col .circle-star{
    min-width: 36px;
    margin-right: 16px;
}
.circle-star-col p{
    font-size: 23px;
    line-height: 27px;
}

/* MODAL */
.elp-modal .btn-close {
    position: absolute;
    top: -20px;
    right: -20px;
    background-color: #ffffff;
    opacity: 1;
    border-radius: 50%;
    padding: 8px;
    border: 4px solid var(--elp-edera);
    z-index: 999;
    transition: all 0.2s linear;
}
.elp-modal .btn-close:hover {
    transform: rotate(180deg);
}

.elp-modal .elp-modal-title {
    line-height: 45px;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 36px;
}

/* MODAL */

footer .inner-container{
    max-width: 940px;
    margin: auto;
    color: #666666;
    font-size: 12px;
    padding: 25px 50px 25px 50px;
}
footer.md .inner-container{
    max-width: 1200px;
}



@media (max-width: 768px) {
    .elp-btn.squared {
        padding: 42px 35px;
        font-size: 26px;
    }
    .elp-title.big {
        font-size: 75px;
        line-height: 85px;
        letter-spacing: 3px;
    }
}

@media (max-width: 576px) {
    .elp-btn.secondary {
        font-weight: 600;
    }
    .elp-container {
        margin: 0 auto 60px auto;
        padding: 25px 50px;
    }
    .elp-container.md {
        padding: 25px 25px;
    }

    .elp-title {
        font-size: 48px;
        line-height: 63px;
    }
    .elp-title.big {
        font-size: 55px;
        line-height: 65px;
        letter-spacing: 1px;
    }
    .elp-modal .btn-close {
        top: 5px;
        right: 5px;
        transform: unset;
        z-index: 999;
    }
}

@media (max-width: 450px) {
    .elp-container {
        margin: 0 auto 60px auto;
        padding: 25px 15px;
    }
    .elp-container.md {
        padding: 25px 15px;
    }
    .elp-title.big {
        font-size: 42px;
        line-height: 50px;
        letter-spacing: 1px;
    }
    footer {
        padding: 25px 15px 25px 15px;
    }

    .elp-title {
        font-size: 36px;
        line-height: 46px;
        margin-bottom: 35px;
    }

    .elp-btn.squared {
        padding: 42px 15px;
        font-size: 20px;
        max-width: unset;
    }

}