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

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;
}

.intro-blocks h3{
    margin-bottom: 40px;
    display: inline-block;
    font-size: 30px;
}

.intro-blocks h3:after{
    height: 2px;
    width: .375rem;
    content: '';
    display: block;
    margin-top: 8px;
}

.intro-blocks .pagebuilder-column:hover h3:after{
    background-color: #1B2340;
    transition-duration: .5s;
    content: '';
    width: 100%;
}

#html-body.cms-page-view div[data-appearance=full-width].intro-blocks .pagebuilder-column-line{
    gap: 40px;
}

div[data-content-type="row"]:not(.intro-blocks) figure[data-content-type="image"]{
    margin-top: -42px;
    margin-bottom: 24px;
}

div[data-content-type="text"]:not(.introductory-text) p{
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}

div[data-content-type="row"]:last-of-type{
    margin-bottom: 0 !important;
}

.introductory-text{
    letter-spacing: 0.5px;
    text-align: center;
    font-size: 18px;
    line-height: 27px;
}

.download-link a{
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: solid 1px #12152e;
    width: auto;
    max-width: 110px;
    margin: auto;
    font-weight: 700;
    letter-spacing: -0.4px;
    gap: 4px;
    color: #12152e;
}

.download-link svg{
    transform: rotate(270deg);
}

.install-column{
    background-color: #f8f9fa;
}

@media only screen and (max-width: 640px) {
    .pagebuilder-column-line {
        display: block !important;
    }
    .intro-blocks h3 {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .intro-blocks img{
        max-height: 190px;
    }
    h4{
        font-size: 23px;
        margin: 0;
    }
    div[data-pb-style="LPSX7EK"],
    div[data-pb-style="LDJI8NF"]{
        display: none !important;
    }
    div[data-content-type="row"]{
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width: 1024px) {
    .pagebuilder-column-line {
        gap: 2rem !important;
    }

}

@media only screen and (min-width: 768px){
    .intro-blocks{
        margin-top: 64px;
    }
    div[data-content-type="row"]:not(.intro-blocks) figure[data-content-type="image"]{
        max-height: 225px;
    }
    .pagebuilder-column {
        width: 100% !important;
        margin-bottom: 64px;
    }
    .install-column{
        max-width: 33.3333%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
    .intro-blocks h3{
        font-size: 26px;
    }
    #html-body.cms-page-view div[data-appearance=full-width]:not(.intro-blocks) .pagebuilder-column-line{
        gap: 2rem;
    }
    #html-body.cms-page-view div[data-appearance=full-width]:not(.intro-blocks) .pagebuilder-column-line .pagebuilder-column img{
        max-height: 110px;
    }
    #html-body.cms-page-view div[data-appearance=full-width] .pagebuilder-column-line figure{
        max-height: 110px;
    }
}

.ha-link{
    display: flex;
    flex-wrap: wrap;
}

.ha-link img{
    overflow: hidden;
}

.ha-link img{
    transition: 0.5s ease;
}

.ha-link:hover img{
    transform: scale(1.1);
    transition: 0.5s ease;
}

.ha-link h3:after{
    margin-top:.5rem;
    display: block;
    height: .125rem;
    width: .375rem;
    --tw-content: "";
    content: var(--tw-content)
}

.ha-link:hover h3:after{
    position: relative;
    display: block;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(27 35 64/var(--tw-bg-opacity));
    content: var(--tw-content);
    transition-duration: .5s
}

.outer-img{
    overflow: hidden;
    height: 100vh;
    max-height: 350px;
}

.outer-img img{
    height: 100%;
    width: 100%;
}

@media only screen and (max-width: 1024px){
    .outer-img{
        max-height: 250px;
        width: 100%;
    }
    .ha-link{
        margin-top: 24px;
    }
    .intro-blocks h3 {
        margin-bottom: 20px;
        max-width: 400px;
    }
}

@media only screen and (max-width: 767px) {
    .pagebuilder-column-line{
        display: block !important
    }
    .pagebuilder-column-line .pagebuilder-column{
        width: 100% !important;
        margin-bottom: 42px;
    }
    .outer-img{
        max-height: 200px;
        width: 100%;
    }
    .intro-blocks .pagebuilder-column{
        margin-bottom: 0;
    }
    .ha-link img{
        object-fit: cover;
    }

}

@media only screen and (min-width: 624px) and (max-width: 767px){
    .outer-img{
        max-height: 300px;
        width: 100%;
    }
}

.pagebuilder-column-line{
    justify-content: center;
}

.pagebuilder-column.install-column:empty{
    display: none !important;
}
