.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--12 {
    float: left;
    clear: none;
    width: 100%;
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--12 {
    float: left;
    clear: none;
    width: 100%
}

.aem-GridColumn {
    margin-top: 2em;
}

.cmp-tabs-tabmenu .cmp-tabs__tablist {
    padding: 20PX 0 10px;
    display: flex;
    flex-direction: column;
    border: 0;
    border-right-width: 0px;
    border-right-style: none;
    border-right-color: currentcolor;
    border-right: 1px solid #e6e6e6;
    width: 262PX;
}

.cmp-tabs-tabmenu {
    max-width: 1120PX;
    margin: 0 auto;
    border: 0;
    display: flex;
    flex-direction: row;
}

.cmp-tabs__tablist {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
}

.cmp-tabs-tabmenu .cmp-tabs__tablist .cmp-tabs__tab.cmp-tabs__tab--active {
    width: 246PX;
    border: none;
    color: #007bff;
    font-weight: 600;
}

.cmp-tabs-tabmenu .cmp-tabs__tablist .cmp-tabs__tab {
    width: 246PX;
    margin-right: 16PX;
    margin-top: 8PX;
    line-height: 21PX;
    font-style: normal;
    font-size: 1rem;
    color: #555;
    cursor: pointer;
    text-align: left;
    border: none;
    margin-bottom: 16PX;
    box-shadow: none;
    justify-content: left;
}

.cmp-tabs-tabmenu .tab-menu-container {
    display: flex;
    flex-direction: column;
    margin-left: 24PX;
    min-height: 500PX;
    width: 100%;
}


.mySelect {
    display: none;

}

.heading-with-icon-wrapper {
    padding: 35PX 0 24PX;
    display: flex;
    align-items: center;
    width: 100%;
}

.ksid-container {
    display: flex;
    justify-content: center;
    width: 100%;
    min-height: 300PX;
    margin-top: 40PX;
    padding: 20PX 10PX 26PX;
    background: hsla(0, 0%, 98.4%, .08);
    box-shadow: 0 4PX 16PX rgba(0, 0, 0, .08);
    border-radius: 16PX;
}

.green {
    color: #007bff;
}

.imag-content .mobileImage {
    display: none;
}

.tab {
    text-align: center;
    width: 100%;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.tab td,
.tab th {
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 3px;
    font-size: 1em;
}

.tab th {
    background-color: rgba(112, 212, 171, .8);
}

.tab td.bg1 {
    background-color: rgba(112, 212, 171, .4);
}

.tab td.bg2 {
    background-color: rgba(112, 212, 171, .2);
}

.buttonWrapper {
    cursor: pointer;
    box-shadow: 0 0 16PX rgba(112, 212, 171, .8);
    font-family: "Poppins";
    background: #6fd4aa;
    background-color: rgb(111, 212, 170);
    color: #fff !important;
    text-decoration: none !important;
    font-size: 1.6rem;
    font-weight: 700;
    display: inline-block;
    min-width: 160PX;
    height: 60PX;
    line-height: 60PX;
    text-align: center;
    border-radius: 24PX;
    padding: 0 20PX;
    margin-top: 24PX;
}

.buttonWrapper:hover {
    background-color: #59c999;
    color: #fff;
    text-decoration: none;
}


.richtext {
    letter-spacing: 0;
    line-height: 1.6;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    color: #5f5f5f;
}

.richtext {
    overflow-x: auto;
    overflow-y: hidden;
}

.heading-with-icon-wrapper .heading-name {
    margin-left: 20PX;
    font-weight: 600;
    font-size: 1.8rem;
    color: #1a1a1a;
}

.cmp-tabs__tablist {
    padding: 40PX 0 30PX
}

@media screen and (max-width:768PX) {
    .cmp-tabs-tabmenu {
        width: 100%;
        padding-left: 15PX;
        padding-right: 15PX;
        display: flex;
        flex-direction: column;
      }
    .cmp-tabs-tabmenu .cmp-tabs__tablist .cmp-tabs__tab {
        margin-bottom: 0
    }
}

@media screen and (max-width:768PX) {

    .cmp-tabs-tabmenu {
        width: 100%;
        padding-left: 15PX;
        padding-right: 15PX;
        display: flex;
        flex-direction: column;
      }

    .cmp-tabs-tabmenu .cmp-tabs__tablist {
        display: none
    }

    .cmp-tabs-tabmenu .tab-menu-container {
        margin: 32PX 0 0
    }

    .mySelect {
        position: relative;
        display: block;
        width: 100%
    }

    .mySelect .select-wrapper {
        display: flex;
        padding: 12PX 20PX 12PX 16PX;
        justify-content: space-between;
        background: rgba(112, 212, 171, .5);
        align-items: center;
        width: 100%
    }

    .mySelect .select-wrapper .selected_option {
        height: 100%;
        font-size: 1rem;
        font-weight: 600;
        color: #87bea3;
        width: 289PX;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical
    }

    .mySelect .select-wrapper .select_icon {
        transform: rotate(180deg)
    }

    .mySelect .select-wrapper .select_icon,
    .mySelect .select-wrapper .select_icon_open {
        margin-left: 10PX;
        transition: all .5s;
        background-image: url(../image/mobile_down.812624c6.svg);
        background-repeat: no-repeat;
        background-position: 50%;
        width: 8PX;
        height: 10PX
    }

    .mySelect .select-wrapper .select_icon_open {
        transform: rotate(0deg)
    }

    .mySelect .select_ul {
        z-index: 2;
        left: 0;
        width: 100%;
        height: auto;
        background: #fff;
        box-shadow: 0 0 20PX rgba(0, 0, 0, .05);
    }

    .mySelect .select_ul li {
        width: 100%;
        font-weight: 400;
        font-size: 1rem;
        color: #555;
    }

    .mySelect .select_ul li.cmp-tabs-tabmenu__tab_li--active {
        background-color: rgba(112, 212, 171, .2);
        border-radius: 8PX;
        color: #87bea3
    }
}

/*.cmp-tabs__tablist {
    padding: 10PX 0;
    border: 0;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    max-width: 1120PX;
    margin: 0 auto
}*/

.mySelect .select_ul {
    list-style: none;
}

.imag-content .mobileImage {
    display: none;
}

.imag-content .image {
    width: 100%;
    max-width: 1440PX
}

@media screen and (max-width:639PX) {

    .cmp-tabs-tabmenu {
        width: 100%;
        padding-left: 15PX;
        padding-right: 15PX;
        display: flex;
        flex-direction: column;
      }
    .imag-content .image {
        display: none
    }

    .imag-content .mobileImage {
        display: block;
        width: 100%;
        padding: 0 15PX
    }
}

@media screen and (max-width:768PX) {
    .cmp-tabs-tabmenu .cmp-tabs__tablist .cmp-tabs__tab {
        margin-bottom: 0;
        margin-top: 17PX
    }
}




@media screen and (max-width: 1180px) {
    .cmp-tabs-tabmenu .cmp-tabs__tablist {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    html * {
        margin: 0;
        padding: 0;
        outline: 0;
        box-sizing: border-box;
        -webkit-text-size-adjust: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
}

@media screen and (max-width:768PX) {

    .mySelect .select_ul {
        position: absolute;
        z-index: 2;
        left: 0;
        top: 46PX;
        padding: 0 20PX;
        width: 100%;
        height: auto;
        background: #fff;
        box-shadow: 0 0 20PX rgba(0, 0, 0, .05);
        border-radius: 16PX
    }

    .mySelect .select_ul li {
        width: 100%;
        height: 46PX;
        line-height: 46PX;
        color: #1a1a1a;
        font-size: 1rem;
        overflow: hidden;
    }

    .mySelect .select_ul li.cur {
        background-color: rgba(112, 212, 171, .2);
        color: #87bea3
    }
}

@media screen and (max-width:768PX) {

    .mySelect .selected_option {
        width: 100%;
        height: 100%;
        line-height: 46PX;
        padding: 0 16PX;
        color: #fff;
        font-size: 1rem;
        font-weight: 600
    }

    .mySelect .select_ul {
        position: absolute;
        z-index: 2;
        left: 0;
        top: 46PX;
        padding: 0 20PX;
        width: 100%;
        height: auto;
        background: #fff;
        box-shadow: 0 0 20PX rgba(0, 0, 0, .05);
        border-radius: 16PX
    }

    .mySelect .select_ul li {
        width: 100%;
        height: 46PX;
        line-height: 46PX;
        color: #1a1a1a;
        font-size: 1rem;
        overflow: hidden;
    }

    .mySelect .select_ul li.cmp-tabs-timeline__tab_li--active {
        background-color: rgba(112, 212, 171, .2);
        border-radius: 8PX;
        color: #87bea3
    }
}

@media screen and (max-width:1180PX) {

    .mySelect {
        position: relative;
        display: block;
        width: 100%
    }

    .mySelect .select-wrapper {
        display: flex;
        padding: 0 16px;
        justify-content: space-between;
        background: rgba(112, 212, 171, .5);
        align-items: center;
        width: 100%
    }

    .mySelect .select-wrapper .selected_option {
        height: 100%;
        font-size: 1rem;
        font-weight: 600;
        color: #87bea3;
        width: 98%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical
    }

    .mySelect .select-wrapper .select_icon {
        transform: rotate(180deg)
    }

    .mySelect .select-wrapper .select_icon,
    .mySelect .select-wrapper .select_icon_open {
        margin-left: 10PX;
        transition: all .5s;
        background-image: url(../image/mobile_down.812624c6.svg);
        background-repeat: no-repeat;
        background-position: 50%;
        width: 8PX;
        height: 10PX
    }

    .mySelect .select-wrapper .select_icon_open {
        transform: rotate(0deg)
    }

    .mySelect .select_ul {
        z-index: 2;
        left: 0;
        width: 100%;
        height: auto;
        background: #fff;
        box-shadow: 0 0 20PX rgba(0, 0, 0, .05);
        border-radius: 8PX;
        padding: 16PX
    }

    .mySelect .select_ul li {
        width: 100%;
        font-weight: 400;
        font-size: 1rem;
        color: #555;
        overflow: hidden;
    }

    .mySelect .select_ul li.cmp-tabs-tabmenu__tab_li--active {
        background-color: rgba(112, 212, 171, .2);
        border-radius: 8PX;
        color: #87bea3
    }
}

@media screen and (max-width: 639px) {
    html * {
        margin: 0;
        padding: 0;
        outline: 0;
        box-sizing: border-box;
        -webkit-text-size-adjust: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
}

@media screen and (max-width: 1180px) {
    .mySelect .select-wrapper {
        display: flex;
        padding: 0 16PX;
        justify-content: space-between;
        background: rgb(111, 212, 170, .5);
        align-items: center;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    html * {
        margin: 0;
        padding: 0;
        outline: 0;
        box-sizing: border-box;
        -webkit-text-size-adjust: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
}

@media screen and (max-width: 639px) {
    html * {
        margin: 0;
        padding: 0;
        outline: 0;
        box-sizing: border-box;
        -webkit-text-size-adjust: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
}

@media screen and (max-width: 1180px) {
    .mySelect .select_ul {
        z-index: 2;
        left: 0;
        width: 100%;
        height: auto;
        background: #fff;
        box-shadow: 0 0 20PX rgba(0, 0, 0, .05);
    }
}

@media screen and (max-width: 1180px) {
    #spa-root {
        padding-top: 72PX;
        overflow-x: hidden;
    }
}

@media screen and (max-width: 1180px) {
    .cmp-tabs-tabmenu .tab-menu-container {
        margin: 32PX 0;
    }
}

@media screen and (max-width: 1180px) {
    .mySelect {
        position: relative;
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 1180px) {
    .mySelect {
        position: relative;
        display: block;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .mpf-img {
        margin-right: 0;
    }
}