.line-height-inherit {
    line-height: inherit;
}

.m70 {
    margin: 70px;
}

.pd-bottom-20 {
    padding-bottom: 20px !important;
}

.links-end.inColumn{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.links-center.inColumn{
    display: flex;
    justify-content: center;
    align-items: center;
}

.links-end.inRow{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
}

.links-center.inRow{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.inColumn {
    display: flex;
    flex-direction: column;
}

.climasmart-loader-fullscreen .climasmart-spinner {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #f00;
    border-radius: 50%;
    width: 90px!important;
    height: 90px;
    animation: spin 2s linear infinite;
}

.climasmart-loader-fullscreen .climasmart-loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .65);
    z-index: 2500;
}

@media only screen and (min-width: 768px){
    .inRow{
        display: flex;
        gap: 40px;
        align-items: center;
    }
}

.button-it-link-element-container{
    display: flex;
    align-items: flex-start;
}
