/* ##################################################
# CUSTOM 4 BUTTONS in INDENTTOP
################################################## */




/* NORMAL */
.frame.frame-indent-top-large.frame-type-container_4_columns .container {
    max-width: calc(100vw);
}

.frame.frame-indent-top-large.frame-type-container_4_columns .contentcontainer-column {
    padding-top: 0px;
    height: 280px;
    width: calc(100vw/4);
}

.frame.frame-indent-top-large.frame-type-container_4_columns .contentcontainer {
    gap: 0px;
}

.frame.frame-indent-top-large.frame-type-container_4_columns .frame-group-container {
    padding: 0px;
    margin: -353px 0px 0px 0px;
}



/* LARGE DOWN */
.lg-down .frame-indent-top-large.frame-type-container_4_columns .frame-group-container {
    margin: -272px 0px 0px 0px;
}

.lg-down .frame-indent-top-large.frame-type-container_4_columns .texticon-type-circle .texticon-inner-icon {
    line-height: 2.3em;
    height: 80px !important;
    width: 80px !important;
}

.lg-down .frame-indent-top-large.frame-type-container_4_columns .contentcontainer-column {
    padding-top: 10px;
    height: 100px;
    width: calc(100vw/2);
}

.lg-down .frame-indent-top-large.frame-type-container_4_columns .texticon-top .texticon-icon {
    max-width: 100px;
}

.lg-down .frame-indent-top-large.frame-type-container_4_columns h5.element-header {
    text-align: left !important;
}

.lg-down .frame-indent-top-large.frame-type-container_4_columns .texticon {
    position: relative;
}

.lg-down .frame-indent-top-large.frame-type-container_4_columns .texticon-content {
    position: absolute;
    top: 25px;
    left: 100px;
}



/* SMALL DOWN */
.lg-down .frame-indent-top-large.frame-type-container_4_columns .contentcontainer[data-container-identifier="container_4_columns"] {
    grid-template-columns: 1fr 1fr;
}

.sm-down .frame-indent-top-large.frame-type-container_4_columns .frame-group-container {
    margin: -469px 0px 0px 0px;
}

.sm-down .frame-indent-top-large.frame-type-container_4_columns .contentcontainer-column {
    width: calc(100vw);
}

.sm-down .frame-indent-top-large.frame-type-container_4_columns .contentcontainer[data-container-identifier="container_4_columns"] {
    grid-template-columns: 1fr;
}
