.pagebuilder-column-line{
    max-width: 1056px !important;
    gap: 64px;
}

.pagebuilder-column-line p{
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.5px;
}

h4{
    text-align: center;
    margin: 64px 0;
    text-transform: uppercase;
    letter-spacing: 4px;
    position: relative;
}

h5{
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2.5px;
    line-height: 26px;
    margin-bottom: 27px;
    padding-left: 48px;
    position: relative;
}

h5:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='11' viewBox='0 0 16 11' fill='none'%3E%3Cpath d='M14.5887 0.43721L6.16466 8.86059C6.10803 8.91745 6.04072 8.96257 5.9666 8.99336C5.89249 9.02414 5.81302 9.03999 5.73277 9.03999C5.65251 9.03999 5.57304 9.02414 5.49893 8.99336C5.42481 8.96257 5.3575 8.91745 5.30087 8.86059L2.04319 5.59987C1.98656 5.54301 1.91925 5.49789 1.84513 5.4671C1.77102 5.43632 1.69155 5.42047 1.6113 5.42047C1.53104 5.42047 1.45157 5.43632 1.37746 5.4671C1.30334 5.49789 1.23603 5.54301 1.1794 5.59987C1.12254 5.65651 1.07742 5.72381 1.04663 5.79793C1.01585 5.87205 1 5.95151 1 6.03177C1 6.11202 1.01585 6.19149 1.04663 6.2656C1.07742 6.33972 1.12254 6.40703 1.1794 6.46367L4.43829 9.72195C4.78207 10.0651 5.24795 10.2578 5.73368 10.2578C6.21941 10.2578 6.68529 10.0651 7.02907 9.72195L15.4525 1.3004C15.5092 1.24377 15.5543 1.1765 15.585 1.10244C15.6157 1.02838 15.6315 0.948986 15.6315 0.868803C15.6315 0.78862 15.6157 0.709225 15.585 0.635165C15.5543 0.561105 15.5092 0.493836 15.4525 0.43721C15.3958 0.380349 15.3285 0.335231 15.2544 0.304446C15.1803 0.27366 15.1008 0.257813 15.0206 0.257812C14.9403 0.257812 14.8608 0.27366 14.7867 0.304446C14.7126 0.335231 14.6453 0.380349 14.5887 0.43721Z' fill='white' stroke='white' stroke-width='0.5'/%3E%3C/svg%3E");
    width: 32px;
    height: 32px;
    background-color: #fa671d;
    position: absolute;
    left: 0;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordionInput{
    display: none;
}

.accorion-item p{
    display: none;
}

.accordionInput:checked~p{
    display: block;
    margin-top: 32px;
}

.tab-label{
    display: block;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px; /* 130% */
    letter-spacing: 0.5px;
}

.tab-label:after{
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21.5 8.55L19.95 7L12 14.95L4.05 7L2.5 8.55L12 18L21.5 8.55Z' fill='%2312152E'/%3E%3C/svg%3E");
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    transition: 0.5s ease;
}

.accordionInput:checked~.tab-label:after{
    transform: rotate(180deg);
}

.accorion-item{
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: solid 1px #E4E4E4;
    position: relative;
}

.apply-row{
    padding-top: 64px;
    padding-bottom: 112px;
}

.apply-row h3{
    margin-bottom: 40px;
}

.apply-row p{
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

.apply-row p a{
    font-weight: 500;
    text-decoration: underline;
}

@media only screen and (max-width: 767px) {
    .page-main .btn-small {
        margin-left: auto;
        margin-right: auto;
    }
    .pagebuilder-column-line{
        flex-wrap: wrap;
        gap: 40px;
    }
    .img-col{
        order: 1;
        width: 100% !important;
    }
    .text-col{
        order: 2;
        width: 100% !important;
    }
    .apply-row p{
        text-align: center;
    }
    h4{
        font-weight: 500;
        margin: 48px 0;
    }
    .cms-half-right,
    .cms-half-left{
        padding-top: 32px !important;
        padding-bottom: 32px !important;
        margin-bottom: 32px !important;
        margin-top: 0 !important;
    }
    .cms-half-left .pagebuilder-column{
        width: 100% !important;
    }
    .marketing-row .pagebuilder-column{
        width: 100% !important;
    }
    .delivery-row .pagebuilder-column{
        width: 100% !important;
    }
    .training-row .pagebuilder-column {
        width: 100% !important;
    }
    label.tab-label{
        padding-right: 24px;
    }
    .tab-label:after{
        top: 0;
    }
    #html-body.cms-page-view .page-main{
        padding-bottom: 48px;
    }
}

@media only screen and (min-width: 1024px){
    h4:before{
        bottom: 0;
        top: 0;
        content: '';
        height: 1px;
        background-color: #c2c2c2;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
    }

    h4 span{
        background-color: white;
        padding: 0 16px;
        position: relative;
    }
}

.page-main .btn-small{
    max-width: 309px;
    margin-top: 24px;
}

.img-col{
    position: relative;
}

.trade-accounts{
    position: absolute;
    width: 100%;
    background-color: #fa671c;
    left: 0;
    text-align: center;
    padding: 10px;
    font-size: 24px;
    letter-spacing: 3px;
    color: white;
}
