:root {
    --navy:         #013162;
    --light-blue:   #2F80C9;
    --text-p:       #2c2c2c;
    --icon:         #de2525;
    --head-foot:    #e1e6ea;
    --bg-head-foot: #fafafa;
    --img-bg:       #E1E6EB;
    --bg-color:      #e7eef5;
}
[lang=th-TH] body { font-family: "Google Sans", sans-serif;}
body{
    font-family: 'Nunito Sans', sans-serif;
}
* {
    box-sizing: border-box;
}
.video-wrapper {
    width: 100%;
}
.video-wrapper .fancybox-video {
    display: block;
    width: 100%;
}
.video-wrapper .video-poster {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: cover;
}
.chart-last{
    display: flex;
    border-bottom: 1px solid transparent;
}
.bc-web{
    color: #4b6570;
    margin-top: 7px;
}
.grecaptcha-badge {
    display: none !important;
}
body#contact .grecaptcha-badge {
    display: block !important;
}
.fancybox__thumbs .carousel__slide{
    padding: 50px 10px;
}
.fancybox__slide img.fancybox__image[src*="patented-home.webp"] {
    display: none !important;
}

.fa-solid{
    color: #666;
    margin-right: 5px;
}
#bcitem_2{
    margin-top: 3rem;
}
.bra-image{
    display: block;
    margin: 0 auto;
    text-align: center;
}
.bra-image img{
    width: 350px;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.breadcrumb-link span{
    color: var(--navy);
    font-weight: 700;
}
#header .header {
    position: sticky;
    top: 0;
}
.head{
    font-size: clamp(30px, 4vw, 37px);
    color: var(--navy);
    font-weight: 800;
    font-family: 'Montserrat',sans-serif;
}
.second-content{
    font-weight: 500;
    font-size: 15px;
    color: var(--text-p);
    font-family: 'Nunito Sans', sans-serif;
}
.benefits-list {
    margin: 0 auto;
}
.benefit-item {
    display: flex;
    align-items: center;
    min-height: 35px;
    gap: 28px;
}
.benefit-item:last-child {
    border-bottom: none;
}
.benefit-icon {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--navy);
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 800;
}
.benefit-text {
    color: var(--light-blue);
    font-size: clamp(13px, 1vw, 15px);
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-left: -20px;
}
@media (max-width: 900px) {
    .benefit-item {
        min-height: 40px;
    }
    .benefit-text {
        font-size: clamp(13px, 1vw, 15px);
    }
}
@media (max-width: 500px) {
    .benefits-list {
    }
    .benefit-item {
        min-height: 40px;
    }
    .benefit-icon {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
    .benefit-text {
        font-size: clamp(13px, 1vw, 15px);
        line-height: 1.35;
    }
}
.ps-customtext{
    display: none;
}
.brand-logo h1 {
    color: var(--navy);
    font-family: 'Montserrat',sans-serif;
    font-size: clamp(35px, 5vw, 60px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -2px;
}
.brand-logo h1 sup {
    font-size: 25px;
    vertical-align: top;
    position: relative;
    top: -5px;
    margin-left: 3px;
}
.brand-logo h1 span {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: -1px;
    vertical-align: middle;
}
.title {
    color: var(--navy);
    font-size: 30px;
    font-weight: 600;
    margin: 0;
    line-height: 1;
}
.content {
    display: inline-block;
    background: var(--text-p);
    color: white;
    padding: 15px 11px;
    border-radius: 4px;
    font-family: "Courier New", monospace;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.3px;
    line-height: 1;
}
p.first-content {
    font-weight: 500;
    color: var(--text-p);
    font-family: 'Nunito Sans', sans-serif;
    font-size: 20px;
    line-height: 1.75;
    margin: 12px 0 0;
    max-width: 850px;
}
@media (max-width: 768px) {
    .brand {
        width: 90%;
        padding-top: 80px;
    }
    .brand-logo {
        font-size: 48px;
    }
    .brand-logo span {
        display: block;
        font-size: 24px;
        margin: 10px 0 0;
    }
    .title {
        font-size: 30px;
        margin: 35px 0;
    }
    .content {
        font-size: 16px;
    }
    .first-content {
        font-size: 21px;
        line-height: 1.6;
    }
    .first-content br {
        display: none;
    }
}
h3.title{
    color: var(--navy);
    font-weight: 700;
    margin: 38px 0 48px;
    line-height: 1;
    background: #fafafa;
    padding: 70px;
    border-radius: 10px 0 0 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    position: absolute;
    right: 10px;
    font-style: italic;
    font-size: clamp(28px, 4vw, 40px);
}
/*=====
=======*/
.top {
    background: var(--navy);
    padding: 90px 130px 300px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    border-radius: 15px;
    margin-top: 3rem;
}
.second-head {
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-size: clamp(35px, 5vw, 50px);
    font-weight: 800;
    margin: 0;
}
.top p {
    color: white;
    font-size: 17px;
    font-weight: 600;
    max-width: 386px;
    line-height: 1.9;
    margin: 0;
    margin-top: 16px;
}
.card-1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: -110px;
    padding: 0 30px 40px;
    background: white;
}
.card,
.card-2,
.card-3,
.card-4 {
    background: white;
    border-radius: 10px;
    min-height: 340px;
    padding: 55px 25px 25px;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    top: -80px;
}
.icon-circle .material-icons{
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    color: #de2525;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
}
.quote {
    font-weight: 500;
    font-size: 16px;
    color: var(--text-p);
    font-family: 'Nunito Sans',sans-serif;
    line-height: 1.7;
    margin: 10px 0 30px;
}
.source {
    font-family: 'Nunito Sans',sans-serif;
    color: var(--navy);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.7;
}
@media (max-width: 992px) {
    .card-1 {
        grid-template-columns: 1fr;
    }
    .card, .card-2, .card-3, .card-4{
        min-width: 325px;
        padding: 15px 20px 55px;
    }
    .top{
        padding: 90px 80px 285px;
    }
    .source{
        text-align: center;
    }
}
@media (max-width: 576px) {
    .top {
        padding: 40px 20px 120px;
    }
    .top h1 {
        font-size: 32px;
    }
    .card-1 {
        grid-template-columns: 1fr;
        padding: 0 20px 40px;
        margin-top: -90px;
    }
}
.daily {
    margin: 0;
}
.daily {
    color: var(--text-p);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}
.daily {
    font-family: 'Montserrat',sans-serif;
    color: var(--navy);
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 800;
    margin: 0;
    letter-spacing: -0.5px;
    padding-bottom: 10px;
}
.sterna-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.sterna {
    background: var(--navy);
    border-radius: 10px;
    padding: 0 0 0 0;
    overflow: hidden;
    height: auto;
}
.third-content {
    color: white;
    text-align:center ;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding: 20px 0 10px 4px;
}
.sterna img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    border-radius: 8px;
    cursor: pointer;
}
@media (max-width: 900px) {
    .sterna-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 520px) {
    .sterna-wrapper {
        grid-template-columns: 1fr;
    }
    body {
        padding: 30px 20px;
    }
}
@layer ps-modules {
    .ps-mainmenu:is(.ps-mainmenu--desktop) {
        display: flex;
        justify-content: center;
    }
    .ps-mainmenu:is(.ps-mainmenu--desktop) .ps-mainmenu__tree {
        align-items: stretch;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin: 0;
        font-size: 16px;
        font-weight: 600;
        font-family: 'Montserrat',sans-serif;
    }
}
.ps-mainmenu:is(.ps-mainmenu--desktop) .ps-mainmenu__tree > li .ps-mainmenu__tree-link{
    padding: 1.25rem .5rem;
    text-decoration: none;
    color: var(--navy);
}
.ps-mainmenu:is(.ps-mainmenu--desktop) .ps-mainmenu__tree > li .ps-mainmenu__tree-link:hover{
    color: var(--light-blue);
}
@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
        background: var(--bg-head-foot);
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}
/*====
=======*/
.ps-languageselector select.form-select.js-language-selector {
    border-radius: 999px;
    padding: 11px 45px 10px 50px;
    min-width: 110px;
    height: 50px;
    background-color: white;
    background-repeat: no-repeat, no-repeat;
    background-position: 10px center, right 14px center;
    background-size: 30px 28px, 20px 20px;
    box-shadow:
            0 2px 4px rgba(0,0,0,0.08),
            0 1px 0 rgba(255,255,255,0.6) inset,
            0 -1px 3px rgba(0,0,0,0.05) inset;
    color: #555;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: box-shadow 0.2s ease, background-color 0.2s ease;
}
/*Eng*/
.ps-languageselector select.form-select.js-language-selector:has(option[data-iso-code="en"]:checked) {
    background-image:
            url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><clipPath id='c'><circle cx='12' cy='12' r='11'/></clipPath><g clip-path='url(%23c)'><rect width='24' height='24' fill='%23012169'/><path d='M0 0L24 24M24 0L0 24' stroke='%23fff' stroke-width='4'/><path d='M0 0L24 24M24 0L0 24' stroke='%23C8102E' stroke-width='2'/><path d='M12 0V24M0 12H24' stroke='%23fff' stroke-width='6'/><path d='M12 0V24M0 12H24' stroke='%23C8102E' stroke-width='3'/></g></svg>"),
            url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
}
/*Thai*/
/*.ps-languageselector select.form-select.js-language-selector:has(option[data-iso-code="th"]:checked) {*/
/*    background-image:*/
/*            url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><clipPath id='c'><circle cx='12' cy='12' r='11'/></clipPath><g clip-path='url(%23c)'><rect width='24' height='24' fill='%23A51931'/><rect width='24' height='16' y='4' fill='%23FFFFFF'/><rect width='24' height='8' y='8' fill='%23241E58'/></g></svg>"),*/
/*            url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");*/
/*}*/
/* Spanish */
.ps-languageselector select.form-select.js-language-selector:has(option[data-iso-code="es"]:checked) {
    background-image:
            url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><clipPath id='c'><circle cx='12' cy='12' r='11'/></clipPath><g clip-path='url(%23c)'><rect width='24' height='24' fill='%23AA151B'/><rect width='24' height='10' y='7' fill='%23F1BF00'/></g></svg>"),
            url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
}
/*German */
.ps-languageselector select.form-select.js-language-selector:has(option[data-iso-code="de"]:checked) {
    background-image:
            url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><clipPath id='c'><circle cx='12' cy='12' r='11'/></clipPath><g clip-path='url(%23c)'><rect width='24' height='24' fill='%23FFCE00'/><rect width='24' height='16' fill='%23DD0000'/><rect width='24' height='8' fill='%23000000'/></g></svg>"),
            url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
}
/*French */
.ps-languageselector select.form-select.js-language-selector:has(option[data-iso-code="fr"]:checked) {
    background-image:
            url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><clipPath id='c'><circle cx='12' cy='12' r='11'/></clipPath><g clip-path='url(%23c)'><rect width='8' height='24' fill='%230055A4'/><rect width='8' height='24' x='8' fill='%23FFFFFF'/><rect width='8' height='24' x='16' fill='%23EF4135'/></g></svg>"),
            url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
}
.title h1.daily{
    font-family: 'Montserrat',sans-serif;
    color: var(--navy);
    font-size: clamp(32px, 4vw, 42px);
    font-weight: 700;
    margin: 0;
    letter-spacing: -.5px;
    padding-bottom: 2rem;
    line-height: 1.4;
}
.manual{
    color: var(--text-p);
    font-size: 18px;
    font-weight: 700;
    font-family: 'Montserrat',sans-serif;
}
.video {
    background: var(--bg-color);
    border-radius: 12px;
    padding: 47px 40px 45px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.video .sol-manual {
    font-family: 'Montserrat',sans-serif;
    grid-column: 1 / -1;
    color: var(--icon);
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 8px 0;
}
.video .inner {
    display: flex;
    flex-direction: column;
}
.video video {
    width: 100%;
    height: auto;
    border-radius: 6px;
    display: block;
    background-color: transparent;
}
video.inner-video{
    width: 100%;
    height: 29%;
    border-radius: 6px;
    display: block;
    background-color: transparent;
}
.video .fourth-content {
    margin: 12px 0 0 0;
    font-weight: 500;
    font-size: 15px;
    color: var(--text-p);
    font-family: 'Nunito Sans', sans-serif;
    text-align: center;
}
body#cms.cms-id-11 {
    .video.grid {
        align-items: start;
    }
    .video .inner {
        height: auto !important;
    }
    .video .inner video {
        width: 100%;
        height: auto;
        aspect-ratio: 320 / 200;
        object-fit: cover;
        display: block;
    }
}
.picture-grid-pro{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 32px 27px;
}
.sol-frame-pro{
    background: var(--bg-color);
    border-radius: 12px;
    padding: 30px 40px 30px;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.img-pro{
    height: 370px;
    max-width: 100%;
}
.picture-core-pro{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 24px;
    align-items: start;
    margin-top: 3rem;
}
@media (max-width: 992px) {
    .video {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 600px) {
    .video {
        grid-template-columns: 1fr;
        padding: 30px 40px 30px;
    }
    .comparison-header > div{
        border-radius: 0 0 0 0 !important;
    }
    .comparison-row > div:nth-child(2),
    .comparison-row > div:nth-child(3),
    .comparison-row > div:nth-child(4){
        background: #FFFFFF ;
    }
    .picture-grid .img-fluid{
        height: auto !important;
        max-width: 100% !important;
    }
}
.sol-frame {
    background: var(--bg-color);
    border-radius: 12px;
    padding: 32px 40px 40px;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.sol-manual {
    margin-bottom: 3rem;
    color: var(--icon);
    font-size: 16px;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
}
.sol-manual span{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: var(--text-p);
    font-family: 'Nunito Sans',sans-serif;
}
.sol-manual-red{
    color: var(--icon);
    font-size: 16px;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
}
.sol-manual-red span{
    font-weight: 500;
    font-size: 16px;
    color: var(--icon);
    font-family: 'Nunito Sans',sans-serif;
}
.ht-use{
    color: var(--icon);
    font-size: 16px;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
}
.ht-use-ex{
    color: var(--icon);
    font-size: 16px;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    margin-bottom: 3rem;
}
.ht-use-ex span{
    font-weight: 500;
    font-size: 16px;
    color: var(--icon);
    font-family: 'Nunito Sans',sans-serif;
}
.solution{
    margin-bottom: 3rem;
    font-weight: 500;
    font-size: 16px;
    color: var(--text-p);
    font-family: 'Nunito Sans',sans-serif;
}
.picture-grid {
    background: var(--bg-color);
    border-radius: 12px;
}
.picture-grid .sol-manual {
    color: white;
    font-weight: 700;
    font-size: 18px;
}
.picture-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 27px;
}
.picture-grid .inner {
    display: flex;
    flex-direction: column;
}
.picture-grid .img-fluid {
    max-width: 100%;
    height: 200px;
    border-radius: 6px;
    display: block;
}
.picture-grid .fourth-content {
    margin: 12px 0 0 0;
    font-weight: 500;
    font-size: 15px;
    color: var(--text-p);
    font-family: 'Nunito Sans',sans-serif;
    text-align: center;
}
@media (max-width: 992px) {
    .picture-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 600px) {
    .picture-grid {
        grid-template-columns: 1fr;
        padding: 0;
    }
}
.frame {
    background: var(--bg-color);
    border-radius: 14px;
    padding: 30px 40px 30px;
    margin-bottom: 3rem;
    margin-top: 3rem;
}
.picture-core {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    align-items: start;
}
.core {
    display: contents;
}
.inner {
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.inner .img-core {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
.fourth-content {
    margin: 12px 0 0 0;
    font-weight: 500;
    font-size: 15px;
    color: var(--text-p);
    font-family: 'Nunito Sans',sans-serif;
    text-align: center;
}
.fourth-content-red{
    margin: 12px 0 0 0;
    font-weight: 700;
    font-size: 16px;
    color: var(--icon);
    font-family: 'Nunito Sans',sans-serif;
    text-align: center;
    padding-bottom: 1rem;
}
.fourth-content span[style*="underline"] {
    text-decoration: underline;
}
.frame-in {
    grid-column: 1 / -1;
    margin: 8px 0 4px;
}
.frame-in .sol-manual {
    margin-bottom: 0;
}
@media (max-width: 720px) {
    .picture-core {
        grid-template-columns: 1fr;
    }
    .frame {
        padding: 20px;
    }
}
.material-icons{
    color: #208aaa;
    font-size: 24px;
}
@layer ps-base {
    .footer__main {
        background: var(--bg-head-foot);
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .all-foot {
        display: grid;
        grid-template-columns: 0.5fr 1fr ;
        align-items: center;
    }
    .footer-v2__card {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-v2__card .brand-logo {
        width: auto;
        height: 70px;
        display: block;
        margin-bottom: 15px;
    }
    .footer-v2__card p {
        color: var(--text-p);
        font-family: 'Nunito Sans', sans-serif;
        font-size: 15px;
        font-weight: 500;
    }
    .footer-col ul {
        text-align: center;
        margin-top: 2rem;
        display: flex;
        gap: 20px;
        font-weight: 500;
        justify-content: center;
    }
    .footer-col li {
        margin-bottom: 14px;
        text-align: center;
        padding-right: 16px;
    }
    li.ps-contactinfo__email {
        text-align: center;
    }
    .footer-col a {
        color: var(--navy);
        font-family: 'Nunito Sans', sans-serif;
        font-size: 15px;
        line-height: 1.7;
    }
    .footer-col a:hover{
        color: var(--light-blue);
    }
    .footer-info p {
        font-size: 22px;
        font-weight: 700;
        color: var(--text-p);
        text-align: center;
        position: relative;
        margin-bottom: 2rem;
    }
    .footer-col p {
        margin: 0 0 20px;
        font-size: 24px;
        font-weight: 700;
        color: var(--text-p);
        text-align: center;
        position: relative;
        font-family: 'Montserrat',sans-serif;
    }
    .contact-item {
        display: flex;
        align-items: center;
        gap: 15px;
        color: var(--navy);
        font-family: 'Nunito Sans', sans-serif;
        font-size: 15px;
        line-height: 1.75;
        margin-top: 3rem;
        padding-left: 33%;
        font-weight: 500;
    }
    .contact-item:hover{
        color: var(--light-blue);
    }
    @media (max-width: 600px) {
        .all-foot {
            grid-template-columns: 1fr;
            gap: 35px;
        }
        .footer-info {
            grid-column: auto;
        }
        .footer-v2__card .brand-logo {
            height: 60px;
        }
        .footer-v2__card p {
            font-size: 15px;
        }
        .footer-col a,
        .contact-item {
            font-size: 15px;
        }
        .footer-info p {
            font-size: 22px;
        }
    }
    @layer ps-components {
        @media (min-width: 768px) {
            .copyright {
                font-size: 1rem;
                padding-block-start: 1rem;
                border-top: 1px solid #C5C5C5;
            }
        }
    }
}
@layer ps-components {
    .copyright, .copyright a {
        color: black;
    }
}
@layer ps-components {
    .copyright a:hover {
        color: var(--bs-white);
        display: none;
    }
}
@layer ps-modules {
    #footer .ps-contactinfo__email,
    #footer .ps-contactinfo__fax,
    #footer .ps-contactinfo__infos,
    #footer .ps-contactinfo__phone {
        align-items: center;
        display: block;
    }
}
@layer ps-pages {
    .page-content--home {
        display: grid;
        gap: 0;
        grid-template-columns: minmax(0,1fr);
    }
}
#bcitem_1 {
    background-image: url("https://sternasafe.bc-website-consulting.com/img/cms/bg-sterna.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem
}
@layer ps-base {
    @media (min-width: 768px) {
        .header-bottom .navbar-brand .logo {
            max-width: 9rem;
            display: block;
        }
    }
}
.hero-sterna {
    position: relative;
    display: grid;
    grid-template-rows: 10rem 2rem;
}
.hero-content {
    grid-column: 1;
    grid-row: 1;
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    padding: 40px 40px 40px 0;
}
.hero-title {
    color: var(--navy);
    font-size: 26px;
    /*font-size: 30px;*/
    font-weight: 500;
    margin: 38px 0 48px;
    line-height: 1;
}
.hero-label {
    display: inline-block;
    background: var(--text-p);
    color: white;
    padding: 18px;
    border-radius: 6px;
    font-family: "Courier New", monospace;
    font-size: clamp(12px, 2vw, 15px);
    font-weight: 600;
    letter-spacing: 0.3px;
    line-height: 0;
    margin-bottom: 15px;
}
.hero-text p {
    font-weight: 500;
    color: var(--text-p);
    font-family: 'Nunito Sans', sans-serif;
    font-size: clamp(15px, 1.5vw, 22px);
    line-height: 1.75;
    margin: 12px 0 0;
    max-width: 850px;
}
.hero-bottom {
    grid-column: 1 / -1;
    grid-row: 2;
    position: relative;
    z-index: 5;
    background: var(--bg-head-foot);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 60px;
    top: 10%;
    border-radius: 16px 0 0 16px;
    width: 170%;
    height: 70%;
    left: 25%;
    margin-top: 7rem;
}
.happy-title {
    color: var(--navy);
    font-size: clamp(25px, 2.5vw, 35px);
    font-weight: 700;
    font-style: italic;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}
.patent-img {
    position: absolute;
    right: -20px;
    top: 21%;
    transform: translateY(-50%);
    height: auto;
    width: 12%;
}
@media (max-width: 991px) {
    .all-foot {
        grid-template-columns: 1fr;
        justify-content: center;
    }
    .footer-info {
        grid-column: 1 / -1;
    }
    .footer-v2__card {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .contact-item{
        margin-top: 0;
        padding-left: 0;
        display: flex;
        justify-content: center;
        margin-bottom: 2rem;
    }
    .footer-col ul{
        display: flex;
        justify-content: center;
        margin-top: 0;
        flex-direction: column;
    }
    .footer-col{
        margin-top: 1rem;
    }
}
@media (max-width: 991px) {
    .hero-content {
        grid-column: 1;
        grid-row: 1;
        justify-content: center;
        text-align: center;
    }
    .hero-text {
        margin: auto;
    }
    .hero-product img {
        max-width: 600px;
    }
    .hero-bottom {
        grid-column: 1;
        grid-row: 3;
    }
    .patent-img {
        right: -4%;
        width: 100px;
        top: 1rem;
    }
    .bandeau .texte{
        margin-left: 0 !important;
    }
    .benefits-list{
        margin-bottom: 1rem;
    }
    .hero-text p{
        margin: 0 0 10px;
    }
}
@media (max-width: 575px) {
    .hero-content {
        padding: 40px 18px 20px;
    }
    .brand-logo h1 {
        font-size: 36px;
    }
    .brand-logo h1 span {
        display: block;
        margin: 10px 0 0;
        font-size: 20px;
    }
    .hero-title {
        font-size: 32px;
    }
    .hero-label {
        font-size: 10px;
    }
    .hero-text p {
        font-size: 16px;
    }
    .hero-bottom {
        min-height: 90px;
    }
    .happy-title {
        font-size: 26px;
        max-width: 80%;
    }
    .patent-img {
        width: 60px;
        right: 10px;
    }
}
@media (max-width: 991px){
    .card, .card-2, .card-3, .card-4{
        margin-bottom: 1rem;
        min-height: 285px;
        top: -5rem;
    }
    .top{
        margin-top: 3rem;
        justify-content: center;
    }
    .top p{
        text-align: center;
    }
    .card-1{
        padding: 0 0 0 !important;
    }
    .icon-circle .material-icons{
        top: -25px !important;
    }
    .product-comparison{
        display: grid;
        grid-template-columns: 180px repeat(3, 1fr) !important;
    }
    .img-pro{
        height: 200px;
        width: 100%;
        object-fit: cover;
        display: block;
    }
}
#_desktop_ps_languageselector{
    width: auto;
    order: 1;
}
@layer ps-base {
    @media (min-width: 768px) {
        .header-top {
            border-bottom: 1px solid var(--bs-border-color);
            background: var(--bg-head-foot);
        }
    }
}
@layer ps-base {
    .header-bottom {
        border-bottom: 1px solid var(--bs-border-color);
        padding-top: 1rem;
        padding-bottom: 1rem;
        background: var(--bg-head-foot);
    }
}
@media (max-width: 767px){
    .header-top {
        border-bottom: 1px solid var(--bs-border-color);
        background: var(--bg-head-foot);
    }
    .card, .card-2, .card-3, .card-4{
        min-width: 265px;
        top: 0;
        margin-bottom: 0;
    }
    .patent-img{
        right: -4%;
        width: auto;
        top: 10px;
        height: 65%;
    }
    h2.happy-title{
        font-size: clamp(18px, 1vw, 40px);
        display: flex;
        margin: 0 auto;
        justify-content: center;
    }
    .hero-bottom{
        padding: 40px 0 40px 0;
        max-width: 30rem;
    }
    #bcitem_1{
        padding-bottom: 5rem !important;
        padding-top: 10rem !important;
    }
    .hero-sterna{
        grid-template-columns: 1fr;
        grid-template-rows: 2rem 3rem;
    }
    .card, .card-2, .card-3, .card-4{
        padding: 15px 20px 30px;
    }
    .hero-label{
        font-size: clamp(10px, 2vw, 12px);
    }
}
/*==== translate button ===*/
@media (max-width: 767px) {
    .header-top {
        position: relative;
    }
    .header-top__right {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1000;
    }
    #_desktop_ps_languageselector {
        position: relative;
        width: auto;
        margin: 0;
    }
    #_desktop_ps_languageselector .ps-languages {
        margin: 0;
    }
    #_desktop_ps_languageselector select {
        height: 40px;
        padding: 0 10px;
        border: none;
        background: transparent;
    }
}
@media (max-width: 767px) {
    .table {
        display: block;
    }
    .top p{
        text-align: center;
    }
    .picture-grid-pro{
        display: grid;
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .img-pro{
         display: block;
        width: 100%;
        height: 250px;
    }
    .picture-core-pro{
        display: grid;
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .picture-grid .img-fluid{
        max-width: 100%;
        height: 130px;
    }
}
@media (max-width: 991px) {
    .hero-bottom{
        height: auto;
        left: -5% !important;
        width: 85%;
        margin: 3rem auto;
        display: block;
        top: 36rem;
        text-align: center;
    }
    .hero-text p{
        padding-bottom: 0;
    }
    #bcitem_1{
        padding-top: 9rem;
        padding-bottom: 9rem;
    }
    .hero-sterna {
        grid-template-columns: 1fr;
        grid-template-rows: 0 0;
    }
    .hero-label{
        font-size: clamp(9px, 1vw, 15px);
    }
}
.warning{
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 3rem;
}
.column {
    border: 2px dotted #4a4f66;
    border-radius: 14px;
    background: var(--bg-color);
    padding: 20px 28px;
}
.chart {
    display: flex;
    border-bottom: 1px solid #002f60;
}
.column + .column {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333 ;
}
.topic {
    width: 180px;
    flex-shrink: 0;
    font-weight: 700;
    color: var(--text-p);
    border-right: 1px solid #333;
    height: auto;
    align-self: stretch;
    display: flex;
    padding: 14px 0;
}
.topic-sub {
    color: var(--text-p);
    font-weight: 700;
    padding: 14px 0;
    margin-left: 1rem;
}
.topic-sub p {
    color: var(--text-p);
    margin: 0 0 6px 0;
    font-weight: 700;
    font-size: 15px;
    font-family: 'Nunito Sans',sans-serif;
}
.topic-sub p:last-child {
    margin-bottom: 0;
}
p.warning-text{
    color: var(--icon);
}
.red-mark {
    color: #666;
    font-weight: 700;
    font-style: italic;
}
.chart-foot {
    max-width: 760px;
    margin-top: 20px;
    font-size: 14px;
    color: #1a1a2e;
}
.chart-foot .mark {
    font-weight: bold;
    margin-bottom: 4px;
}
.footer .italic-line {
    font-style: italic;
}
@layer bs-base {
    .mark, mark {
        background-color: white !important;
    }
}
.head {
    font-size: 40px;
    font-weight: 800;
    color: #0f2a5f;
    margin: 0 0 20px 0;
}
.intro-sub {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin: 0 0 16px 0;
    line-height: 1.6;
}
.second-content {
    font-size: 15px;
    font-weight: 400;
    color: var(--text-p);
    line-height: 1.6;
    margin: 0 0 16px 0;
}
.bra-one,
.bra-two {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 32px;
}
.sternabra-image {
    position: relative;
    flex: 0 0 370px;
    border-radius: 8px;
    overflow: hidden;
}
.sternabra-image img {
    width: 100%;
    height: 290px;
    display: block;
    border-radius: 8px;
}
.bra-text {
    flex: 1;
    padding-top: 4px;
}
@media (max-width: 768px) {
    .bra-one,
    .bra-two {
        flex-direction: column;
        gap: 16px;
    }
    .sternabra-image {
        flex: 0 0 auto;
        width: 100%;
        max-width: 370px;
    }
    .head {
        font-size: 28px;
    }
}
@media (max-width: 520px) {
    body {
        padding: 0 0;
    }
}
.fifth-content{
    font-size: 16px;
    font-weight: 400;
    color: var(--text-p);
    line-height: 1.6;
    margin-bottom: 3rem;
}
.concept {
    display: flex;
    align-items: center;
    gap: 8%;
}
.concept video {
    width: 52%;
    height: auto;
}
.text-concept {
    /*flex: 1;*/
    /*text-align: center;*/
    text-align: center;
    white-space: nowrap;
}
.text-concept .head {
    color: var(--navy);
    font-size: clamp(25px, 3vw, 40px);
    line-height: 1.15;
    margin: 0 0 28px;
}
.text-concept p {
    margin-top: 35px;
    font-size: clamp(14px, 1.2vw, 18px);
}
@media (max-width: 1024px) {
    .frame {
        padding: 20px 25px;
    }
    .concept {
        gap: 5%;
    }
    .concept video {
        width: 50%;
    }
    .text-concept .head {
        font-size: clamp(25px, 3.5vw, 40px);
    }
}
@media (max-width: 768px) {
    .frame {
        padding: 30px 40px 30px;
        border-radius: 15px;
    }
    .concept {
        flex-direction: column;
        gap: 25px;
    }
    .concept video {
        width: 100%;
    }
    .text-concept {
        width: 100%;
    }
    .text-concept .head {
        font-size: clamp(24px, 7vw, 36px);
        margin-bottom: 18px;
    }
    .text-concept p {
        margin-top: 25px;
    }
}
@media (max-width: 480px) {
    .frame {
        margin: 15px 10px;
        padding: 15px;
    }
    .text-concept .head {
        font-size: clamp(22px, 8vw, 32px);
    }
    .text-concept p {
        font-size: 14px;
    }
}
@media (max-width: 476px) {
    .hero-bottom{
        width: 21rem;
        top: 33rem;
    }
}
@media (max-width: 424px) {
    .hero-bottom{
        font-size: clamp(16px, 1vw, 40px);
    }
}
@media (max-width: 402px) {
    .hero-bottom {
        top: 31rem;
        font-size: clamp(16px, 1vw, 40px);
        margin-left: 2rem;
    }
    .flex-images img{
        width: 160px !important;
        height: 180px !important;
    }
}
.advantages {
    width: 100%;
    background: var(--bg-color);
    border-radius: 14px 14px 0 0;
    overflow: hidden;
    box-sizing: border-box;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.advantages > .advantages-title {
    width: 100%;
    margin: 0;
    padding: 10px 24px;
    background: var(--navy);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(16px, 1.2vw, 20px);
    font-weight: 700;
    box-sizing: border-box;
}
.advantages-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
}
.explain {
    padding: 28px 24px;
    box-sizing: border-box;
}
.iframe {
    padding: 28px 24px;
    border-left: 8px solid var(--navy);
    box-sizing: border-box;
}
.benefit-icon {
    width: 22px;
    height: 22px;
    min-width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--navy);
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 700;
}
.benefit-text {
    color: var(--text-p);
    font-family: 'Montserrat',sans-serif;
    font-size: clamp(13px, 1vw, 15px);
    font-weight: 700;
    margin-left: 0;
}
.advantage-image {
    width: 70%;
    margin: 15px 0 25px;
}
.advantage-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 14px;
}
.video-item {
    margin-bottom: 35px;
}
.video-title {
    margin: 0 0 18px !important;
    color: var(--text-p) !important;
    background: transparent !important;
    padding: 0 !important;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(13px, 1vw, 15px);
    font-weight: 600;
}
.video-title span {
    font-weight: 400;
}
.video-wrapper {
    width: 100%;
    overflow: hidden;
}
.video-wrapper video {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    background: #000;
}
@media (max-width: 900px) {
    .advantages-content {
        grid-template-columns: 1fr 1fr;
    }
    .explain,
    .iframe {
        padding: 22px 18px;
    }
    .advantage-image {
        width: 100%;
    }
}
@media (max-width: 700px) {
    .advantages {
        border-radius: 10px 10px 0 0;
    }
    .advantages > .advantages-title {
        padding: 10px 18px;
    }
    .advantages-content {
        grid-template-columns: 1fr;
    }
    .explain {
        padding: 24px 18px;
    }
    .iframe {
        padding: 24px 18px;
        border-left: 0;
        border-top: 6px solid #52718f;
    }
    .advantage-image {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .advantages > .advantages-title {
        padding: 9px 15px;
    }
    .explain,
    .iframe {
        padding: 20px 15px;
    }
    .advantage-image {
        width: 100%;
    }
    .second-content {
        line-height: 1.6;
    }
}
.benefit-item {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}
.benefit-flex {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
}
.benefit-icon {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    background: #00467f;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    margin-top: 2px;
}
.benefit-text {
    flex: 1;
    min-width: 0;
}
.benefit-text p {
    margin: 0;
}
.quote,
.doctor {
    font-size: 15px;
    line-height: 1.7;
    color: var(--text-p);
    font-family: 'Nunito Sans',sans-serif;
}
.doctor {
    margin-top: 0 !important;
}
.doctor-text{
    font-size: 15px;
    line-height: 1.7;
    color: var(--text-p);
    font-family: 'Nunito Sans',sans-serif;
    padding-bottom: 3rem;
}
@media (max-width: 1200px){
    #_desktop_ps_languageselector{
        display: flex;
    }
}
/* Back to Top */
#backToTop {
    position: fixed;
    right: 25px;
    bottom: 3rem;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 50%;
    background: var(--navy);
    color: #fff;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}
#backToTop:hover {
    background: #555;
    transform: translateY(-3px);
}
#backToTop .material-icons {
    font-size: 22px;
    color: #fff;
    margin-bottom: 2px;
}
.sternabra-image,
.advantage-image,
.zoom-image{
    position: relative;
    overflow: hidden;
}
.advantage-image img,
.zoom-image img,
.photo-image img{
    width: 100%;
    display: block;
    cursor: pointer;
}
.image-fullscreen {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    padding: 30px;
    box-sizing: border-box;
}
.image-fullscreen img {
    max-width: 95vw;
    max-height: 95vh;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 5px;
}
.name{
    font-family: 'Montserrat',sans-serif;
    font-size: 15px;
    font-weight: 700;
}
.product-comparison {
    display: grid;
    grid-template-columns: 290px repeat(3, 1fr);
    font-size: 15px;
    line-height: 1.35;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 3rem;
}
.comparison-row {
    display: contents;
}
.comparison-header > div {
    background: var(--bg-color) !important;
    color: var(--navy);
    font-weight: 600;
    text-align: center;
    border-radius: 18px 18px 0 0;
}
.comparison-header .comparison-label {
    background: var(--navy) !important;
    color: #fff;
    justify-content: center;
    font-family: 'Montserrat',sans-serif;
    font-size: 15px;
}
.comparison-label {
    background: var(--bg-color);
    padding: 10px 20px;
    font-weight: 600;
    display: flex;
    align-items: flex-start;
}
.comparison-row > div:not(.comparison-label) {
    padding: 0 20px;
}
.comparison-row > div:nth-child(2),
.comparison-row > div:nth-child(3),
.comparison-row > div:nth-child(4) {
    border-left: 1px solid var(--img-bg);
    background: linear-gradient(92.07deg, rgb(177 194 211 / 16%) 1.43%, rgba(196, 196, 196, 0) 97.94%);
    padding: 10px 20px;
}
.product-images {
    display: flex;
    gap: 25px;
    align-items: center;
    flex-wrap: wrap;
}
.zoom-image {
    display: block;
    margin: 0 auto;
}
.zoom-image img{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
.photo-image img{
    width: 100%;
    height: 170px;
    display: block;
    object-fit: cover;
}
.small-image {
    margin-top: 15px;
}
.why-row > div:not(.comparison-label) {
    min-height: 180px;
}
.comparison-row:last-child > div:last-child {
    border-radius: 0 0 15px 0;
}
@media (max-width: 900px) {
    .product-comparison {
        width: 100%;
        grid-template-columns: 180px repeat(3, minmax(220px, 1fr));
        overflow-x: auto;
        font-size: 13px;
    }
    .comparison-label {
        padding: 22px 15px;
    }
    .comparison-row > div:not(.comparison-label) {
        padding: 22px 15px;
    }
}
@media (max-width: 600px) {
    .comparison-header {
        display: none;
    }
    .comparison-row {
        display: grid;
        grid-template-columns: 1fr;
        margin-bottom: 15px;
        border-radius: 12px;
        overflow: hidden;
    }
    .comparison-label {
        min-height: auto;
        padding: 14px 16px;
        background: var(--navy);
        color: #fff;
        border-radius: 0;
        justify-content: center;
    }
    .comparison-row > div:not(.comparison-label) {
        min-height: auto;
        padding: 18px;
        border-left: 0;
    }
    .product-images {
        justify-content: center;
    }
    .picture-row .zoom-image {
        width: 150px;
    }
}
.intoduct{
    font-family: 'Montserrat',sans-serif;
    color: var(--navy);
    font-size: clamp(32px, 5vw, 42px);
    font-weight: 800;
    margin: 0;
    letter-spacing: -.5px;
    padding-bottom: 10px;
    font-style: italic;
}
.name span{
    font-weight: 500;
    font-size: 15px;
    color: var(--text-p);
    font-family: 'Nunito Sans', sans-serif;
}
.manual span{
    font-weight: 500;
    font-size: 15px;
    color: var(--text-p);
    font-family: 'Nunito Sans', sans-serif;
}
.flex-product {
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding: 30px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 8px 20px #0002;
    text-align: center;
}
.flex-box h2 {
    margin: 0 0 35px;
    color: var(--navy);
    font-size: clamp(32px, 4vw, 42px);
    font-style: italic;
}
.flex-text {
    color: #444;
    font-size: 18px;
    line-height: 1.5;
}
.flex-text p {
    margin: 5px;
}
.flex-images {
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin-top: 25px;
    cursor: pointer;
    gap: 25%;
}
.flex-images img {
    display: block;
    width: 300px;
    height: 350px;
    object-fit: cover;
}
@media (max-width: 768px) {
    .flex-text {
        font-size: 15px;
    }
}
.ps-mainmenu:is(.ps-mainmenu--desktop) .ps-mainmenu__tree > li .ps-mainmenu__tree-link:focus{
    outline: none;
}
#wrapper {
    min-height: calc(100vh - 411px);
}
.first-brand{
    display: block;
    width: 100%;
    margin: 0 auto;
}
.name-product{
    font-family: 'Montserrat',sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
}
.sixth-content{
    font-size: 13px;
    font-weight: 600;
    color: var(--text-p);
    line-height: 1.6;
    margin: 0 0 16px 0;
}
#bchome {
    display: flex;
    flex-direction: column;
}
#bcitem_31 { order: 1; }
#bcitem_32 { order: 2; }
#bcitem_33 { order: 3; }
#bcitem_34 { order: 4; }
/*#bcitem_34{*/
/*    background: var(--navy);*/
/*    border-top-right-radius: 16px;*/
/*    border-bottom-right-radius: 16px;*/
/*    max-width: 80%;*/
/*    padding-top: 3rem;*/
/*    padding-bottom: 3rem;*/
/*    height: auto;*/
/*    margin-top: 3rem;*/
/*}*/
.dab {
    position: relative;
}
.dab-content {
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
}
.dab .white {
    margin: 0;
    color: white;
    font-size: 24px;
    font-weight: 700;
}
.image-dab {
    height: 200px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.image-dab img {
    width: max-content;
    cursor: pointer;
    max-width: 100%;
    display: block;
    margin: 15px auto;
    height: 250px;
    object-fit: cover;
    object-position: center;
}
.arrow {
    right: -50px;
    top: 25%;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(137deg) brightness(104%) contrast(101%) drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
    height: 100%;
    position: absolute;
    width: 100px;
    background-repeat: no-repeat;
    transform: rotate(-15deg);
}
.arrow img {
    width: 100%;
    height: auto;
    display: block;
}
@media (max-width: 990px){
    max-width: 75%;
}
@media (max-width: 991px) {
    .dab-content {
        width: 85%;
        margin: 0 auto;
    }
    .dab .white {
        width: 55%;
        font-size: 15px;
    }
    .arrow {
        right: -55px;
        width: 70px;
        top: 0;
    }
    .flex-product{
        max-width: 100% !important;
    }
    .flex-images{
        gap: 10%;
    }
    .flex-images img{
        display: block;
        width: 200px;
        height: 200px;
        object-fit: cover;
    }
}
@media (max-width: 767px) {
    #bcitem_34{
        padding-top: 0;
        padding-bottom: 0;
    }
    .flex-images{
        align-items: center;
    }
    .dab {
        min-height: 260px;
    }
    .dab-content {
        width: 90%;
        min-height: 260px;
        flex-direction: column;
        justify-content: center;
        gap: 20px;
    }
    .dab .white {
        width: 100%;
        padding: 0;
        text-align: center;
        font-size: 15px;
    }
    .arrow {
        right: 5%;
        top: 8rem;
        bottom: 25px;
        width: 20%;
    }
    .product-comparison{
        display: block;
        width: 100%;
        overflow: visible;
    }
    .sixth-content{
        text-align: center;
    }
    .comparison-row > div:nth-child(2), .comparison-row > div:nth-child(3), .comparison-row > div:nth-child(4){
        background: #FFFFFF;
        border-left: 1px solid white;
        border-radius: 0;
    }
    .comparison-label{
        padding: 18px 0;
        justify-content: center;
        margin-left: 2px;
        border-radius: 18px 18px 0 0;
        background: var(--navy);
        color: white;
        text-align: center;
    }
}
@media (max-width: 580px) {
    .arrow {
        right: -5%;
        top: 8rem;
        bottom: 26px;
        width: 18%;
    }
}
/*=== display-none -h1 title ===*/
.page-title-section {
    font-size: clamp(24px, 3vw, 30px);
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 2rem;
    font-family: 'Montserrat',sans-serif;
}
@layer ps-pages {
    .page:not(body) {
        padding-bottom: 0;
    }
}
@layer bs-base {
    a {
        color: black;
        text-decoration: none;
    }
}
/*==  copyright + bc logo-link  ==*/
.copyright{
    border: none;
}
.link-foot {
    border-top: 1px solid #C5C5C5;
    width: 100%;
    padding: 28px 0;
    display: flex;
    justify-content: center;
}
.link-foot .copyright {
    margin: 0;
    text-align: center;
    flex: 0 0 auto;
}
@layer ps-components {
    @media (min-width: 768px) {
        .copyright {
            font-size: 1rem;
            padding-block-start: 0;
        }
    }
}
@layer ps-components {
    .copyright {
        font-size: 1rem;
        padding-block-start: 0;
        text-align: center;
    }
}
/*contact*/
.ps-contactinfo__title{
    margin-bottom: 2rem;
    font-size: clamp(24px, 3vw, 30px);
    font-family: 'Montserrat',sans-serif;
    font-weight: 600;
}
.layout-left-column .columns-container > .row{
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start;
    gap: 50px;
    flex-wrap: nowrap!important;
}
.page-header .page-title-section{
    display: none;
}
.ps-contactinfo__item .material-icons{
    width: 50px;
    height: 50px;
    font-size: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2F9BC3;
    background: #eef7fc;
}
.contact-form .btn-primary{
    padding: 13px 28px;
    border: none;
    border-radius: 25px;
    background: #2F9BC3;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}
hr {
    display: none;
}
#contact .columns-container .row{
    width: 1000px;
    margin: 0 auto;
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start;
    gap: 20px;
}
#contact .columns-container {
    display: flex;
    width: 100%;
    max-width: 1000px;
    padding-top: 3rem;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
}
#contact .layout-left-column .columns-container > .row {
    display: flex;
    width: 100%;
}
#contact #left-column {
    width: 45%;
    flex: 0 0 45%;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
#contact #center-column {
    width: 55%;
    flex: 0 0 55%;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.form-label {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: .5rem;
}
@media (max-width: 991px) {
    #contact .columns-container {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    #contact #left-column {
        width: 40%;
        flex: 0 0 40%;
    }
    #contact #center-column {
        width: 60%;
        flex: 0 0 60%;
    }
}
@media (max-width: 767px) {
    #contact .columns-container {
        display: block;
        width: 100%;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    #contact .layout-left-column .columns-container > .row {
        display: block;
        width: 100%;
    }
    #contact #left-column{
        width: 45%;
        max-width: 100%;
        flex: none;
    }
    #contact #center-column{
        width: 50%;
        max-width: 100%;
        flex: none;
    }
    #contact #left-column {
        margin-bottom: 35px;
    }
    .top{
        padding: 70px 0 200px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .source{
        text-align: center;
    }
}
@media (max-width: 767px) {
    #center-column .row,
    .columns-container .row {
        flex-direction: column;
        align-items: center;
    }
    #left-column,
    #center-column .contact-form {
        width: 100%;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    #center-column .contact-form {
        margin-top: 25rem;
        margin-left: -23rem;
    }
}
@media (max-width: 480px) {
    #contact .columns-container {
        padding-left: 15px;
        padding-right: 15px;
    }
    #contact #left-column {
        margin-bottom: 25px;
    }
}
.ps-mainmenu__tree-item.type-cms-category {
    position: relative;
}
.ps-mainmenu__tree-item.type-cms-category > #submenu-cms-category-2 {
    position: absolute !important;
    left: 0 !important;
    right: auto !important;
    top: 80% !important;
    margin: 0;
}
.submenu__left.col-sm-3{
    width: 100%;
}
.ps-mainmenu:is(.ps-mainmenu--desktop) .submenu__left {
    border-right: 0;
}
.ps-mainmenu:is(.ps-mainmenu--desktop) .submenu__left-item.active:active{
    color: var(--light-blue);
}
.header-top__right{
    display: none !important;
}
#left-column .ps-contactinfo,
#center-column .contact-form {
    background: #ffffff;
    border: 1px solid #dcecf3;
    border-radius: 18px;
    box-shadow: 0 8px 25px rgba(35, 105, 130, 0.08);
}
#left-column .ps-contactinfo {
    padding: 28px 25px;
    height: 23rem;
 }
#center-column .contact-form {
    padding: 35px 40px;
    margin-bottom: 3rem;
}
#left-column.wrapper__left-column {
    padding: 0; }
#left-column .ps-contactinfo__title,
#center-column .page-title-section {
    position: relative;
    padding-bottom: 15px;
    color:var(--navy);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 1px;
}
#left-column .ps-contactinfo__title{
    margin-top: 10px;
}
#left-column .ps-contactinfo__title::after,
#center-column .page-title-section::after,
.contact-title:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3.5px;
    border-radius: 10px;
    background: #2a9dbe;
}
#left-column .ps-contactinfo__title::after {
    width: 45px;
}
#center-column .page-title-section::after,
.contact-title:after{
    width: 50px;
}
#left-column .ps-contactinfo__item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 7px 0;
    margin-top: 1rem;
}
.medical{
    margin-top: 10px;
}
#left-column .ps-contactinfo__item .material-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #eaf7fb;
    color: #208aaa;
    font-size: 21px;
    border: 1px solid #168CB5;
}
#left-column .ps-contactinfo__info {
    margin: 0;
    padding-top: 3px;
    color: #4b6570;
    font-size: 16px;
    line-height: 1.7;
}
#left-column .ps-contactinfo__info--email a,
#left-column .medical a{
    color: #208aaa;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.25s ease;
    font-size: 15px;
}
#left-column .ps-contactinfo__info--email a:hover,
#left-column .medical a:hover{
    color: #164c63;
}
#left-column .ps-contactinfo hr {
    margin: 22px 0;
    border: 0;
    border-top: 1px solid #e5f0f4;
}
@layer utilities {
    .mb-3 {
        margin-bottom: 2rem !important;
    }
}
#center-column .contact-form .mb-3 {
    margin-bottom: 22px !important;
}
#center-column .contact-form .form-label {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}
#center-column .contact-form .form-control,
#center-column .contact-form .form-select {
    width: 100%;
    min-height: 48px;
    padding: 11px 15px;
    border: 1px solid #cfe3ea;
    border-radius: 10px;
    background: #fafdfe;
    color: #31515e;
    font-size: 15px;
    box-shadow: none;
    transition: all 0.25s ease;
}
#center-column .contact-form textarea.form-control {
    min-height: 130px;
    resize: vertical;
    line-height: 1.6;
}
#center-column .contact-form .form-control::placeholder {
    color: #9bb0b8; }
#center-column .contact-form .form-control:focus,
#center-column .contact-form .form-select:focus {
    border-color: #2a9dbe;
    background: #ffffff;
    outline: none;
}
#center-column .contact-form input[type="file"] {
    padding: 10px 12px;
    background: #fafdfe;
    cursor: pointer;
}
#center-column .contact-form input[type="file"]::file-selector-button {
    margin-right: 10px;
    padding: 7px 13px;
    border: 0;
    border-radius: 7px;
    background: #eaf7fb;
    color: #208aaa;
    font-weight: 500;
    cursor: pointer;
}
#center-column .contact-form .form-text {
    display: block;
    margin-top: 5px;
    color: #91a6ae;
    font-size: 13px;
}
#center-column .buttons-wrapper {
    margin-top: 28px;
}
#center-column .contact-form .btn-primary {
    min-height: 48px;
    padding: 12px 28px;
    border: 0;
    border-radius: 10px;
    background: #208aaa;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.2px;
    transition: all 0.25s ease;
}
#center-column .contact-form .btn-primary:hover {
    background: #164c63;
    transform: translateY(-1px);
}
#center-column .contact-form .btn-primary:active {
    transform: translateY(0);
}
@media (max-width: 991px) {
    #left-column .ps-contactinfo,
    #center-column .contact-form {
        padding: 24px 22px;
    }
    #center-column .contact-form {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    #left-column.wrapper__left-column {
        width: 100%;
    }
    #left-column .ps-contactinfo,
    #center-column .contact-form {
        border-radius: 15px;
    }
    #left-column .ps-contactinfo {
        padding: 22px 20px;
        width: 65%;
    }
    #center-column .contact-form {
        padding: 25px 20px;
        margin-left: -30rem;
    }
    #left-column .ps-contactinfo__title {
        margin-bottom: 22px;
    }
    #center-column .page-title-section {
        margin-bottom: 25px;
    }
    #left-column .ps-contactinfo__item {
        gap: 12px;
    }
    #left-column .ps-contactinfo__item .material-icons {
        flex-basis: 40px;
        width: 40px;
        height: 40px;
        font-size: 19px;
    }
    #left-column .ps-contactinfo__info {
        font-size: 15px;
    }
    #center-column .contact-form .form-control,
    #center-column .contact-form .form-select {
        min-height: 46px;
    }
    #center-column .buttons-wrapper {
        margin-top: 25px;
    }
    #center-column .contact-form .btn-primary {
        width: 100%;
    }
}
@media (max-width: 1100px) {
    #center-column .contact-form{
        width: 80%;
    }
}
@media (max-width: 900px){
    #contact .columns-container .row{
        display: block;
    }
    #center-column .contact-form{
        margin-bottom: 3rem;
    }
}
@media (max-width: 500px) {
    #center-column .contact-form{
        width: 65%;
    }
    #left-column .ps-contactinfo{
        width: 65%;
    }
}
#contact #left-column.wrapper__left-column {
    padding-right: 25px !important;
}
/* end-contact ^ */

/* contact page - bc logo*/
.bc-link{
    cursor: pointer;
}
.video-item{
    width: 100%;
}
.video-wrapper{
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
}
.video-wrapper video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background: none;
}
.dab-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    width: 100%;
}
.dab-content .white {
    flex: 1;
    margin: 0;
}
.image-dab {
    flex: 0 0 375px;
    max-width: 375px;
}
.image-dab img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    object-fit: contain;
}
@media (max-width: 991px) {
    .dab-content {
        gap: 25px;
    }
    .image-dab {
        flex: 0 0 320px;
        max-width: 320px;
    }
    .quote{
        text-align: center;
        margin-top: 3rem;
    }
}
@media (max-width: 767px) {
    .dab-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        text-align: center;
    }
    .dab-content .white {
        width: 100%;
        margin-top: 1rem;
    }
    .image-dab {
        width: 100%;
        max-width: 375px;
        flex: none;
    }
    .image-dab img {
        width: 100%;
        max-width: 275px;
        height: auto;
        object-fit: contain;
        margin-right: 6rem;
        margin-bottom: 10px;
    }
}

.video .inner-video-link {
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.video .inner-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/*======*/
.center-column.page.page--full-width {
    display: none;
}

/**/
.inner-video {
    position: relative;
}
.inner-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 56px !important;
    height: 56px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.55);
    border-radius: 50%;
}
.inner-video-play > span {
    width: 0 !important;
    height: 0 !important;
    border-top: 10px solid transparent !important;
    border-bottom: 10px solid transparent !important;
    border-left: 16px solid #fff !important;
    margin-left: 3px;
    top: 50% !important;
    left: 49% !important;
}
/**/
.contact-title {
    position: relative;
    padding-bottom: 15px;
    color: var(--navy);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    font-family: 'Montserrat',sans-serif;
}
/*===*/
.col-sm-9 {
    flex: 0 0 auto;
    width: 100px;
}
.ps-mainmenu:is(.ps-mainmenu--desktop) .submenu__left-item{
    justify-content: center;
    padding: 1rem 1rem;
}

