Untitled

 avatar
unknown
plain_text
2 years ago
6.1 kB
3
Indexable
html body .eg-book-a-demo {
    text-align: center;
    font-style: normal;
    font-weight: 500;
    display: inline-block;
    position: relative;
    overflow: hidden;
    color: #046663 !important;
    text-align: center;
    border-style: none;
    border-radius: 5px !important;
    margin-top: 0;
    margin-left: 0.4rem;
    padding: 0.5rem 1.2rem;
    font-size: .8rem;
    cursor: pointer !important;
    border: 2px solid #cdface !important;
}

html body .eg-card-section {
    width: 100%;
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    position: relative;
}

html body .eg-card-section .eg-start-journey>h1 {
    letter-spacing: -.05rem;
    margin-top: 0;
    margin-bottom: 0.8rem;
    font-family: Matter, sans-serif;
    font-size: 2.3em;
    font-weight: 300 !important;
    line-height: 1.3;
    width: 100% !important;
    max-width: 80% !important;
}

[role="navigation"]>.minimal .w-button {
    background-color: #046663 !important;
    background-image: unset !important;
    box-shadow: unset !important;
    border-radius: 5px !important;
    color: white !important;
}

html body .eg-card-section>.eg-card {
    background: #046663 !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 60px 133px 45px 162px;
}

html body .eg-card-section>.eg-card .eg-start-journey {
    padding-top: 18px;
    width: 1250px !important;
}

html body .eg-card-section .eg-start-journey>p {
    margin-top: 25px !important;
    width: 100% !important;
    line-height: 1.5;
    max-width: 72% !important;
}

html body .eg-card-section>.eg-card .eg-start-journey .eg-badges {
    margin-top: 45px !important;
}

.small-hero .hero-grid>div:first-child p {
    margin-top: 27px;
}

.eg-hero-btn>a {
    text-align: center;
    border-style: none;
    border-radius: 0.5rem;
    flex: none;
    justify-content: center;
    align-items: center;
    margin-top: 1.2rem;
    padding: 0.8rem 2rem;
    font-size: .9rem;
    font-style: normal;
    font-weight: 500;
    display: inline-block;
}

/* .eg-hero-btn>a:first-child {
    background: #046663 !important;
    color: white !important;
} */

.eg-hero-btn>a:last-child {
    color: #046663 !important;
    border: 2px solid #a9eba9 !important;
    padding: 10px 28px;
    font-size: 20px !important;
    height: fit-content !important;
    border-radius: 5px !important;
}

.eg-hero-btn>a:first-child {
    font-size: 20px;
    background: #046663 !important;
    color: white !important;
    padding: 12px 38px;
    height: fit-content !important;
    border-radius: 5px !important;
    cursor: pointer;
}

/* .eg-hero-btn>a:last-child {
    color: #046663 !important;
    border: 1px solid #046663 !important;
} */

.eg-hero-btn {
    display: flex;
    grid-gap: 35px;
    margin-top: 18px !important;
}

.small-hero .hero-grid>div:first-child>h1 {
    line-height: 1.13 !important;
}


.small-hero .hero-grid>div:last-child img {
    width: 100% !important;
}

html body .eg-form-section {
    margin-top: -30px;
}

.eg-start-journey>.eg-lattice-badges {
    display: flex;
    flex-direction: row;
    margin-top: 45px !important;
    padding: 10px 5px;
    width: fit-content;
    background: white !important;
}

.eg-start-journey>.eg-lattice-badges img {
    width: 80px;
    height: 80px;
}

html body .eg-hero-btn>a:first-child:hover {
    transform: scale(1.02);
}

@media only screen and (max-width:767px) {

    html body .eg-card-section>.eg-card {
        display: flex;
        flex-direction: column;
    }

    html body .eg-hero-btn>a:first-child {
        padding: 0.9rem 2rem !important;
        font-size: .9rem !important;
        font-style: normal;
        font-weight: 500;
        display: inline-block;
        margin-top: 0px !important;
    }

    .eg-hero-btn>a:last-child {
        padding: 0.8rem 2rem !important;
        font-size: .9rem !important;
        font-style: normal;
        font-weight: 500 !important;
        display: inline-block;
        margin-top: 0px !important;
        height: fit-content;
    }

    html body .eg-hero-btn {
        grid-gap: 15px !important;
    }

    html body .eg-card-section>.eg-card {
        padding: 20px 25px 20px 25px !important;
    }

    html body .eg-card-section>.eg-card .eg-start-journey {
        width: 100% !important;
        margin-bottom: 40px !important;
    }

    html body .eg-card-section .eg-start-journey>h1 {
        width: 100% !important;
        max-width: 92% !important;
    }

    html body .eg-card-section .eg-start-journey>p {
        max-width: 95% !important;
    }

    html body .eg-card-section>.eg-card .eg-start-journey .eg-badges {
        margin-top: 25px !important;
        margin-bottom: 25px !important;
    }

    html body .eg-form-section {
        margin-top: 0px !important;
    }

    html body .eg-card-section {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    html body .eg-card-section>.eg-card {
        padding: 20px 20px 20px 20px !important;
    }

    [role="navigation"]>.minimal .w-button {
        font-size: 0.7em;
    }

    html body .eg-book-a-demo {
        font-size: 0.7em;
    }
}

@media only screen and (min-width:767px) and (max-width:1024px) {
    html body .eg-card-section>.eg-card {
        background: #046663 !important;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 60px 25px 45px 25px !important;
    }

    html body .eg-card-section>.eg-card .eg-start-journey {
        width: unset !important;
    }
}

@media only screen and (max-width:370px) {
    html body .eg-form-section form {
        padding: 0px !important;
    }

    html body .eg-book-a-demo {
        padding: 0.5rem 0.8rem;
    }
}

@media only screen and (max-width:406px) {
    html body>div:nth-child(6) .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
        grid-column-gap: unset !important;
    }
}
Editor is loading...
Leave a Comment