body,
html{
	scroll-behavior: smooth;
}

.footer-bottom {
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
    padding: 120px 100px 40px 100px;
    overflow: hidden;
    --bgcolor: #E7EFE5;
}

.site-footer {
    margin-top: 50px;
}

.site-footer * p {
    color: #233E53;
}

.site-footer .stk-button-group a{
    color: #84A27C;
}

.header-col > .alignfull{
    padding: 0 0;
}

.col-none-padding > .alignfull{
    padding: 0 0;
}

.stk-4953c46,
.stk-2761f65{
    display: none ;
}

@media only screen and (max-width: 1024px) {
    .builder-item--logo {
        --maxwidth: 130px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-bottom {
        border-top-left-radius: 60px;
        border-top-right-radius: 60px;
        padding: 80px 20px 30px 20px;
    }

    .site-footer {
        margin-top: 40px;
    }

    .builder-item--logo {
        --maxwidth: 120px;
    }

    .navbar-toggle{
        border: none;
    }
}