@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.scaffoldSupplierWrapperHeader section{
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.1rem;
}
.page-cmsitem-00231001 .scaffoldSupplierWrapper { max-width:100%; padding: 0px;  }
.page-cmsitem-00231001 .main__inner-wrapper { padding: 0px; }
.page-cmsitem-00231001 .sherriffFooter { margin-top: 0px; }
:root {
    --blue: #1A3A7B;
    --red: #D23A2B;
    --white: #fff;
    --black: #493434;
}
.uppercase {
    text-transform: uppercase;
}
.white {
    color: var(--white);
}
.ipd-btn {
    background-color: var(--red);
    color: var(--white);
    padding: 25px;
    font-size: 16px !important;
    font-weight: 600;
    border: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.ipd-btn:hover {
    background-color: var(--blue);
}
.ipd-btn.small {
    padding: 15px;
    font-size: 12px !important;
}
.ipd-banner {
    width: 100%;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 20px 10px 40px 10px;
}
.ipd-logo {
    max-width: 150px;
}
.ipd-bg-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    min-height: 200px;
}
.ipd-image-bg-1 {
    background-image: url('https://cms.bgwgroup.com.au/components/suppliers/landing-pages/cnw/ipd/assets/ipd-img.webp');
}
.ipd-intro-container {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 15px;
}
.ipd-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}
.ipd-info-column {
    width: 50%;
}
.ipd-content {
    padding: 30px 20px;
    text-align: left;
}
.ipd-content-container {
    max-width: 550px;
    margin: auto;
}
.ipd-content h3, .ipd-content h2 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 120%;
}
.ipd-content p {
    margin: auto;
    padding-top: 0px;
    padding-bottom: 15px;    
    line-height: 150%;
}
.ipd-info .content-btn {
    display: flex;
    justify-content: start;
    gap: 20px;
}
.ipd-product-container {
    padding-bottom: 20px;
}
.ipd-products-intro {
    background-color: var(--blue);
}
.swiper-slide {
    border-radius: 10px;
    overflow: hidden;
}
.swiper-slide-product-title h3 {
    font-size: 16px !important;
    color: #060500 !important;
}
.swiper-slide-product-description ul {
    padding-inline-start: 20px;
}
.swiper-slide-product {
    justify-content: space-between !important;
}
.swiper-slide-product-btn {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
}
.ipd-tools-options {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url('https://cms.bgwgroup.com.au/components/suppliers/landing-pages/cnw/ipd/assets/ipd-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
}
.ipd-tools-wrapper {
    align-content: center;
}
.ipd-tools-options-content {
    max-width: 800px;
    text-align: center;
    margin: auto;
    justify-content: center;
    h2 {
        margin: auto;
    }
    p {
        line-height: 1.5em;
    }
}
.ipd-tools-options-content h2 {
    margin: auto;
    color: var(--white);
} 
.ipd-tools-options-content p {
    line-height: 1.5em;
    color: var(--white);
}
@media screen and (max-width: 450px) {
    .swiper-slide-product-btn {
        text-align: center;
    }
    .ipd-info-column {
        width: 100%;
    }
    .reverse {
        flex-direction: column-reverse;
    }
    .ipd-video-container iframe {
        width: 100%;
    }
}

@media screen and (min-width: 451px) and (max-width: 850px) {
    .ipd-info-column {
        width: 100%;
    }
    .reverse {
        flex-direction: column-reverse;
    }
}