/* FOOTER */
#cCube_footer {
    background-color: #2f99ae;
    white-space: nowrap;
}
#cCube_footer > .cCube_container {
    max-width: 1024px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.cCube_footer-block {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
}
.cCube_footer-info {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}
.cCube_footer-logo {
    height: 50px;
    width: 50px;
    margin-right: 9px;
    background-image: url('../images/footer/logo.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.cCube_footer-copyright {
    color: #ffffff;
    font-family: 'Poppins-Light', system-ui;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
}
.cCube_footer-social {
    display: grid;
    display: -ms-grid;
    grid-gap: 16px;
    -ms-grid-columns: repeat(4, 24px);
    grid-template-columns: repeat(4, 24px);
    -ms-grid-rows: 24px;
    grid-template-rows: 24px;
}
.cCube_footer-social > a:hover,
.cCube_footer-social > a:focus {
    opacity: 0.8;
}
.cCube_footer-social-icon {
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.cCube_footer-social-icon.facebook {
    background-image: url('../images/footer/facebook.svg');
}
.cCube_footer-social-icon.medium {
    background-image: url('../images/footer/medium.svg');
}
.cCube_footer-social-icon.linkedin {
    background-image: url('../images/footer/linkedin.svg');
}
.cCube_footer-social-icon.twitter-x {
    background-image: url('../images/footer/twitter-x.svg');
}
.cCube_footer-links {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
.cCube_footer-links-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.cCube_footer-links-column > h3 {
    color: #ffffff;
    width: 175px;
    font-family: 'MADE-Tommy-Soft-Regular', system-ui;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    margin-top: 32px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ffffff;
}
.cCube_footer-links-column > a.cCube_footer-link-item {
    color: #ffffff !important;
    font-family: 'MADE-Tommy-Soft-Light', system-ui;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    padding-top: 16px;
    text-decoration: none;
}
.cCube_footer-links-column > a.cCube_footer-link-item:hover,
.cCube_footer-links-column > a.cCube_footer-link-item:focus {
    text-decoration: underline;
}
@media screen and (max-width: 768px) {
    #cCube_footer > .cCube_container {
        max-width: 340px;
        max-width: 480px;
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .cCube_footer-block {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        margin-bottom: 0;
    }
    .cCube_footer-logo {
        height: 36px;
        width: 36px;
    }
    .cCube_footer-info {
        margin-bottom: 12px;
    }
    .cCube_footer-social {
        margin-left: 45px;
        margin-bottom: 12px;
    }
    .cCube_footer-links {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .cCube_footer-links-column {
        margin-left: 45px;
    }
    .cCube_footer-links-column > h3 {
        margin-top: 16px;
        font-size: 15px;
        line-height: 22.5px;
        padding-bottom: 6px;
    }
    .cCube_footer-links-column > a.cCube_footer-link-item {
        font-size: 13px;
        line-height: 19px;
        padding-top: 6px;
    }
}

/* GET STARTED SECTION */
#cCube_getStart {
    background-color: #2F99AE33;
    padding: 48px 0;
}
#cCube_getStart > .cCube_container {
    margin: 0 auto;
    max-width: 695px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#cCube_getStart  img {
    height: auto;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 32px auto;
}
#cCube_getStart  h2 {
    color: #768093;
    align-items: center;
    font-family: 'RadikalTrial-Regular', system-ui;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2em;
    margin: 0 auto 16px auto;
    text-align: center;
}
#cCube_getStart .cCube_getStart-btns {
    display: grid;
    grid-template-columns: repeat(2, minmax(min-content, max-content));
    -ms-grid-columns: repeat(2, minmax(min-content, max-content));
    justify-content: center;
    gap: 24px;
    margin: 32px auto 0 auto;
}
#cCube_getStart a.cCube_getStart-btn.signup-page-anchor,
#cCube_getStart a.cCube_getStart-btn.demo-page-anchor,
#cCube_contact.cCube_contact-signup ~ #cCube_getStart a.cCube_getStart-btn.signup-page-link,
#cCube_contact.cCube_contact-demo ~ #cCube_getStart a.cCube_getStart-btn.demo-page-link {
    display: none;
}
#cCube_getStart a.cCube_getStart-btn,
#cCube_contact.cCube_contact-signup ~ #cCube_getStart a.cCube_getStart-btn.signup-page-anchor,
#cCube_contact.cCube_contact-demo ~ #cCube_getStart a.cCube_getStart-btn.demo-page-anchor {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: 'RadikalTrial-Light', system-ui;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2em;
    padding: 12px 24px;
    border-radius: 8px;
    color: #ffffff !important;
    background-color: #2f99ae;
    text-decoration: none;
}
#cCube_getStart a.cCube_getStart-btn:hover,
#cCube_contact.cCube_contact-signup ~ #cCube_getStart a.cCube_getStart-btn.signup-page-anchor:hover,
    #cCube_contact.cCube_contact-demo ~ #cCube_getStart a.cCube_getStart-btn.demo-page-anchor:hover {
    text-decoration: underline;
}
@media screen and (max-width: 1024px) {
    #cCube_getStart {
        padding: 32px 0;
    }
    #cCube_getStart img {
        margin: 0 auto 24px auto;
    }
    #cCube_getStart h2 {
        font-size: 21px;
        margin: 0 auto 12px auto;
    }
    #cCube_getStart .cCube_getStart-btns {
        margin: 24px auto 0 auto;
    }
    #cCube_getStart a.cCube_getStart-btn,
    #cCube_contact.cCube_contact-signup ~ #cCube_getStart a.cCube_getStart-btn.signup-page-anchor,
    #cCube_contact.cCube_contact-demo ~ #cCube_getStart a.cCube_getStart-btn.demo-page-anchor {
        font-size: 18px;
    }
}
@media screen and (max-width: 768px) {
    #cCube_getStart h2 {
        font-size: 18px;
    }
    #cCube_getStart .cCube_getStart-btns {
        grid-template-columns: none;
        -ms-grid-columns: none;
        grid-template-rows: auto auto;
        -ms-grid-rows: auto auto;
        gap: 12px;
    }
    #cCube_getStart a.cCube_getStart-btn,
    #cCube_contact.cCube_contact-signup ~ #cCube_getStart a.cCube_getStart-btn.signup-page-anchor,
    #cCube_contact.cCube_contact-demo ~ #cCube_getStart a.cCube_getStart-btn.demo-page-anchor {
        font-size: 16px;
        padding: 8px 12px;
        margin: 0 auto;
    }
}
