/* _content/DDWebBlazor/Pages/ARSOClaunch/ARSOC_Challenges.razor.rz.scp.css */
.net-bg[b-ahmin0pkc8] {
    background-image: url('../images/net/net5_lazy.jpg');
    width: 100%;
    height: 1450px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
}

/**/

.diagram .text[b-ahmin0pkc8] {
    width: 100%;
}

.btn-container[b-ahmin0pkc8] {
    display: flex;
    gap: 12px;
    position: absolute;
    transform: translate(140px, -50px);
    padding-left: 12px;
}

.featureSection[b-ahmin0pkc8] {
    height: auto;
    /*background-color: #F6F6F9;*/
}

    .featureSection .subheading[b-ahmin0pkc8] {
        font-size: 32px;
        font-weight: 600;
    }

#solutionsManagedServicesSection[b-ahmin0pkc8] {
    min-width: 1576px;
    height: 953px;
    max-height: 953px;
}

.solutions-section[b-ahmin0pkc8] {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.solutions-section-image[b-ahmin0pkc8] {
    height: 100%;
    width: 100%;
    background-color: #0B213A80;
    background-blend-mode: multiply;
    background-image: url('../images/Solutions/solutions-img5_lazy.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    position: absolute;
    z-index: -1;
}

/* ARSO CSS #################################################*/

.ARSO-logo[b-ahmin0pkc8] {
    background-image: url('../../images/ARSOClaunch/Logo@3x.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 260px;
    width: 260px;
    margin-top: 120px;
}

.section-title-landing .container[b-ahmin0pkc8] {
    justify-content: center;
    flex-direction: column;
}

.section-title-landing .header[b-ahmin0pkc8] {
    font-size: 150px;
    font-weight: 700;
    letter-spacing: 10px;
    line-height: normal;
}

.section-title-landing .header[b-ahmin0pkc8], .section-content[b-ahmin0pkc8] {
    text-align: center;
    justify-content: center;
}

.section-title-landing .text-block[b-ahmin0pkc8] {
    padding: 0px;
    margin-top: -20px;
}

.text-block .top-text[b-ahmin0pkc8] {
    font-size: 33px;
    font-weight: 600;
    display: inline-block;
    transform: scaleY(117%);
    line-height: 30px;
}

.text-block .bottom-text[b-ahmin0pkc8] {
    font-size: 36px;
    font-weight: 200;
}

.section-content[b-ahmin0pkc8] {
    padding: 0;
}

.logo-section[b-ahmin0pkc8] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 50px;
    /*margin-left: 30px;*/
}

    .logo-section .img[b-ahmin0pkc8] {
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
    }


    .logo-section .aurora-logo[b-ahmin0pkc8] {
        background: url('../../images/ARSOClaunch/Aurora@3x.png');
        height: 136px;
        width: 380px;
    }

    .logo-section .and[b-ahmin0pkc8] {
        background: url('../../images/ARSOClaunch/And@3x.png');
        height: 88px;
        width: 88px;
    }

    .logo-section .DD-logo[b-ahmin0pkc8] {
        background: url('../../images/ARSOClaunch/DD@3x.png');
        height: 171px;
        width: 404px;
    }

    .logo-section .award[b-ahmin0pkc8] {
        position: absolute;
        right: -100px;
        top: -285px;
        background: url('../../images/ARSOClaunch/award.png');
        width: 236px;
        height: 313px;
    }
/* _content/DDWebBlazor/Pages/ARSOClaunch/ARSOC_Page1.razor.rz.scp.css */
.text .title[b-luy6quwrup] {
    font-size: 42px;
    font-weight: 900;
    text-transform: uppercase;
}

.text .subtitle[b-luy6quwrup] {
    font-size: 20px;
    font-weight: 400;
}

.launch-button[b-luy6quwrup] {
    margin-top: 2rem;
}

    .launch-button .rounded-btn-content[b-luy6quwrup] {
        font-size: 20px;
        color: #0d1f57;
        padding: 25px 50px;
        font-weight: 800;
    }

@media screen and (max-width: 992px) {
    .text .title[b-luy6quwrup] {
        font-size: 36px;
    }

    .text .subtitle[b-luy6quwrup] {
        font-size: 16px;
    }

    .launch-button .rounded-btn-content[b-luy6quwrup] {
        font-size: 16px;
    }
}
/* _content/DDWebBlazor/Pages/ARSOClaunch/ARSOC_Page2.razor.rz.scp.css */
#pageSection[b-712gv5teqj] {
    position: relative;
    max-height: 953px;
    height: 953px;
}

.page-container[b-712gv5teqj] {
    padding: 0 140px;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    align-items: center;
}

.text .title[b-712gv5teqj] {
    font-size: 36px;
    font-weight: 900;
    text-transform: uppercase;
}

.text .subtitle[b-712gv5teqj] {
    font-size: 20px;
    font-weight: 400;
}


.icon-container[b-712gv5teqj] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 2rem;
}

.desc[b-712gv5teqj] {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}


@media screen and (max-width: 992px) {
    .text .title[b-712gv5teqj] {
        font-size: 32px;
    }

    .text .subtitle[b-712gv5teqj] {
        font-size: 16px;
    }
}
/* _content/DDWebBlazor/Pages/ARSOClaunch/ARSOC_Page3.razor.rz.scp.css */
.badge-text[b-c71rxhwfbp] {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.threat-analysis-yellow-text[b-c71rxhwfbp] {
    text-align: center;
    font-family: Inter;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -1.2px;
}

.top-right-section-text[b-c71rxhwfbp] {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
    align-self: stretch;
    font-size: 20px;
}

.threat-analysis-info-section[b-c71rxhwfbp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
}

.text .title[b-c71rxhwfbp] {
    font-size: 36px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.text .title-2[b-c71rxhwfbp] {
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.text .subtitle[b-c71rxhwfbp] {
    font-size: 20px;
    font-weight: 300;
}

.page-container[b-c71rxhwfbp] {
    padding: 0 140px;
    height: 100%;
}
/* _content/DDWebBlazor/Pages/ARSOClaunch/ARSOC_Page4.razor.rz.scp.css */
#videoModal[b-fjy9gm9ftd] {
    margin-top: 150px;
}

.page-container[b-fjy9gm9ftd] {
    padding: 0 140px;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    align-items: center;
}

.text[b-fjy9gm9ftd] {
    position: relative;
}

    .text .title[b-fjy9gm9ftd] {
        font-size: 40px;
        font-weight: 900;
        text-transform: uppercase;
        margin-bottom: 2rem;
    }

    .text .subtitle[b-fjy9gm9ftd] {
        font-size: 26px;
        font-weight: 400;
        position: relative;
    }

        .text .subtitle .desc[b-fjy9gm9ftd] {
            font-weight: 700;
            margin-bottom: 2rem;
        }


.icon-container[b-fjy9gm9ftd] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 2rem;
}

.icon-set[b-fjy9gm9ftd] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

    .icon-set .icon[b-fjy9gm9ftd] {
        width: 170px;
        height: 170px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

    .icon-set .desc[b-fjy9gm9ftd] {
        font-size: 22px;
        font-weight: 700;
        text-align: center;
    }

.vertical-line[b-fjy9gm9ftd] {
    width: 10px;
    height: auto;
    background-color: #00216B;
    bottom: 0;
}

.left-side[b-fjy9gm9ftd] {
    width: 110%;
    overflow: hidden;
    position: relative;
    height: 100%;
    margin-left: -18rem;
}

    .left-side .video-wrapper[b-fjy9gm9ftd] {
        height: 115%;
        position: absolute;
        width: 200%;
        left: -480px;
        top: -65px;
        pointer-events: none;
    }

    .left-side .yellow-bg[b-fjy9gm9ftd] {
        z-index: 1;
        mix-blend-mode: hard-light;
    }

    .left-side .yellow-gradient[b-fjy9gm9ftd] {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(270deg, #F2A736, transparent);
        z-index: 1;
    }

.modal[b-fjy9gm9ftd] {
    z-index: 6;
}

.modal-content[b-fjy9gm9ftd] {
    width: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.video-wrapper[b-fjy9gm9ftd] {
    overflow: hidden;
    position: relative;
    width: 100%;
    border-radius: 10px;
}

.cover[b-fjy9gm9ftd] {
    position: absolute;
    height: 80px;
    width: 100%;
    background: red;
    z-index: 1;
}

    .cover.top[b-fjy9gm9ftd] {
        top: -80px;
    }

    .cover.bottom[b-fjy9gm9ftd] {
        bottom: -80px;
    }

.reviews-body-video[b-fjy9gm9ftd] {
    width: 100%;
    position: absolute;
    top: -80px;
}

@media screen and (max-width: 768px) {
    #videoModal[b-fjy9gm9ftd] {
       margin-top: 50px;
    }
}
/* _content/DDWebBlazor/Pages/ARSOClaunch/ARSOC_Page5.razor.rz.scp.css */
.red-text[b-u9cpe1957n] {
    color: #FF403C;
}

.page-container[b-u9cpe1957n] {
    padding: 0 140px;
    height: 100%;
}

.split-layout[b-u9cpe1957n] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    align-items: start;
}

.illustration-container[b-u9cpe1957n] {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.img[b-u9cpe1957n] {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

    .title[b-u9cpe1957n] {
        font-size: 40px;
        font-weight: 900;
        text-transform: uppercase;
    }

    .subtitle[b-u9cpe1957n] {
        font-size: 26px;
        font-weight: 400;
        position: relative;
    }

        .desc[b-u9cpe1957n] {
            font-size: 30px;
            font-weight: 700;
        }


.icon-container[b-u9cpe1957n] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 2rem;
}

.icon-set[b-u9cpe1957n] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

    .icon-set .icon[b-u9cpe1957n] {
        width: 170px;
        height: 170px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

    .icon-set .desc[b-u9cpe1957n] {
        font-size: 22px;
        font-weight: 700;
        text-align: center;
    }

.vertical-line[b-u9cpe1957n] {
    position: absolute;
    width: 10px;
    height: 180px;
    background-color: #FF403C;
    bottom: 0;
    /**/
    left: -52px;
}

.left-side[b-u9cpe1957n] {
    width: 110%;
    overflow: hidden;
    position: relative;
    height: 100%;
    margin-left: -18rem;
}

    .left-side .video-wrapper[b-u9cpe1957n] {
        height: 115%;
        position: absolute;
        width: 200%;
        left: -480px;
        top: -65px;
        pointer-events: none;
    }

    .left-side .yellow-bg[b-u9cpe1957n] {
        z-index: 1;
        mix-blend-mode: hard-light;
    }

    .left-side .yellow-gradient[b-u9cpe1957n] {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(270deg, #F2A736, transparent);
        z-index: 1;
    }

.text-block[b-u9cpe1957n] {
    font-size: 26px;
    font-weight: 400;
}

.window-design-container[b-u9cpe1957n] {
    position: relative;
}

.line-top[b-u9cpe1957n] {
    background-image: url('../../images/ARSOClaunch/Line_Top@3x.png');
    height: 673px;
    position: absolute;
    top: -365px;
    right: 155px;
    z-index: 2;
}

.line-bottom[b-u9cpe1957n] {
    background-image: url('../../images/ARSOClaunch/Line_Bottom@3x.png');
    height: 551px;
    position: absolute;
    top: -321px;
    right: 231px;
    z-index: 0;
}

.main-window[b-u9cpe1957n] {
    position: relative;
    z-index: 1;
}

    .main-window .window[b-u9cpe1957n] {
        background-image: url('../../images/ARSOClaunch/bottom-mesh-darker-bg.jpg');
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 100%;
        border-radius: 1rem;
        background-color: #01011a;
        background-blend-mode: screen;
        overflow: hidden;
    }

        .main-window .window .content[b-u9cpe1957n] {
            height: 100%;
            color: white;
            text-align: center;
        }

            .main-window .window .content .img[b-u9cpe1957n] {
                height: 245px;
                width: 245px;
                filter: drop-shadow(0px 0px 5px #007aff);
            }

            .main-window .window .content .centered[b-u9cpe1957n] {
                display: flex;
                flex-direction: column;
                align-items: center;
            }

                .main-window .window .content .centered .number[b-u9cpe1957n] {
                    font-size: 70px;
                    font-weight: 700;
                    display: flex;
                    filter: drop-shadow(0px 0px 5px #007aff);
                }

                .main-window .window .content .centered .info[b-u9cpe1957n] {
                    font-size: 20px;
                }

    .main-window .error-window[b-u9cpe1957n] {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

        .main-window .error-window .error-window-content[b-u9cpe1957n] {
            height: 100%;
            background: #0000007a;
            border-radius: 1rem;
            justify-items: center;
            align-items: center;
            backdrop-filter: blur(40px);
        }

            .main-window .error-window .error-window-content .error-text[b-u9cpe1957n] {
                font-size: 20px;
                font-weight: 900;
            }
/* _content/DDWebBlazor/Pages/ARSOClaunch/ARSOC_Page6.razor.rz.scp.css */
/*#region older CSS*/

.top-section[b-gwa9ummgqs] {
    display: flex;
    height: 700px;
}

.top-section-left[b-gwa9ummgqs], .top-section-right[b-gwa9ummgqs] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-section-left[b-gwa9ummgqs] {
    flex-direction: column;
}

.top-section-left-header[b-gwa9ummgqs] {
    color: white;
    font-size: 40px;
    font-weight: 900;
}

.top-section-left-text[b-gwa9ummgqs] {
    color: white;
    font-size: 32px;
    font-weight: 300;
}

.top-section-left-container[b-gwa9ummgqs] {
    position: relative;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.top-section-right-container[b-gwa9ummgqs] {
    position: relative;
    gap: 52px;
    border: 1px solid white;
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px;
}

.top-section-right-text[b-gwa9ummgqs] {
    position: absolute;
    top: -18px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    background-color: #08205b;
    font-size: 30px;
    text-align: center;
    /**/
    font-weight: 600;
}

.top-section-right-numbers-container[b-gwa9ummgqs] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.top-section-right-numbers-text[b-gwa9ummgqs] {
    color: #24aae3;
    font-weight: 600;
    font-size: 24px;
}

.top-section-right-numbers[b-gwa9ummgqs] {
    color: white;
    font-size: 36px;
    font-weight: 800;
    display: flex;
}

.top-section-right-footer-header[b-gwa9ummgqs] {
    color: #f3a937;
    font-weight: 800;
    font-size: 46px;
    padding-bottom: 16px;
}

.top-section-right-footer[b-gwa9ummgqs] {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -55px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    height: 110px;
    background-color: #f3a937;
}

.top-section-right-footer-number[b-gwa9ummgqs] {
    color: #0d1f57;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 48px;
    font-weight: 800;
}

.bottom-section[b-gwa9ummgqs] {
 
}

.bottom-section-left[b-gwa9ummgqs] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bottom-section-right[b-gwa9ummgqs] {
    height: 100%;
}

.bottom-section-right-image[b-gwa9ummgqs] {
    width: 100%;
    height: 100%;
    background-image: url('../../images/ARSOClaunch/6_Photo@3x.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

.bottom-section-left-text1-container[b-gwa9ummgqs] {
    display: flex;
    flex-direction: column;
}

.bottom-section-left-text1[b-gwa9ummgqs] {
    color: #f3a937;
    font-size: 33px;
    font-weight: 600;
}

.bottom-section-left-text1-percent[b-gwa9ummgqs] {
    color: #f3a937;
    font-size: 110px;
    font-weight: 800;
    display: flex;
}

.bottom-section-left-text2-container[b-gwa9ummgqs] {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.bottom-section-left-text2[b-gwa9ummgqs] {
    color: white;
    font-size: 32px;
    font-weight: 600;
    width: 91%;
}

.rounded-btn[b-gwa9ummgqs] {
    color: #0d1f57;
    border-radius: 60px;
    background-color: #F2A736;
    border: none;
    font-weight: 800;
    font-size: 30px;
    padding: 25px 50px;
}
/*540 110*/

.page-container[b-gwa9ummgqs] {
    padding: 0 140px;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .top-section-right-container[b-gwa9ummgqs] {
        height: 500px;
    }

    .top-section-right-footer[b-gwa9ummgqs] {
        width: 100%;
    }

    .rounded-btn[b-gwa9ummgqs] {
        font-size: 20px;
    }

    .top-section-right-text[b-gwa9ummgqs] {
        font-size: 22px;
    }

    .top-section-right-numbers-text[b-gwa9ummgqs] {
        font-size: 20px;
    }

    .top-section-left-text[b-gwa9ummgqs] {
        font-size: 28px;
    }

    .bottom-section-left-text1[b-gwa9ummgqs], .bottom-section-left-text2[b-gwa9ummgqs] {
        font-size: 26px;
    }
}
/* _content/DDWebBlazor/Pages/ARSOClaunch/ARSOC_Page7.razor.rz.scp.css */
/*#region older CSS*/

#ARSOCPage7[b-t9nwu7ctzx] {
    height: fit-content;
    background-image: url('../images/ARSOClaunch/Circuit-bg@3x.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.service-option-header[b-t9nwu7ctzx] {
    color: #082461;
    text-transform: uppercase;
    text-align: center;
    font-size: 49px;
    font-weight: 900;
    margin: auto;
    height: 220px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-options[b-t9nwu7ctzx] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 60px;
}

.service-option[b-t9nwu7ctzx] {
    display: flex;
    flex-direction: column;
    width: 300px;
    align-items: center;
    row-gap: 20px;
}

.service-option-image[b-t9nwu7ctzx] {
    width: 300px;
    height: 110px;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.service-option-text[b-t9nwu7ctzx] {
    width: 240px;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
}

.banner[b-t9nwu7ctzx] {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}

.triangle-left[b-t9nwu7ctzx], .triangle-right[b-t9nwu7ctzx] {
    position: absolute;
    width: 50%;
    height: 100%;
    background: #082461; /* Blue color */
}

.triangle-left[b-t9nwu7ctzx] {
    left: 0;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.triangle-right[b-t9nwu7ctzx] {
    right: 0;
    clip-path: polygon(0 100%, 100% 100%, 100% 0);
}

#option1[b-t9nwu7ctzx] {
    background-image: url('../images/ARSOClaunch/7_Icon1@3x.png');
}

#option2[b-t9nwu7ctzx] {
    background-image: url('../images/ARSOClaunch/7_Icon2@3x.png');
}

#option3[b-t9nwu7ctzx] {
    background-image: url('../images/ARSOClaunch/7_Icon3@3x.png');
}

#option4[b-t9nwu7ctzx] {
    background-image: url('../images/ARSOClaunch/7_Icon4@3x.png');
}

#option5[b-t9nwu7ctzx] {
    background-image: url('../images/ARSOClaunch/7_Icon5@3x.png');
}

#option6[b-t9nwu7ctzx] {
    background-image: url('../images/ARSOClaunch/7_Icon6@3x.png');
}

#option7[b-t9nwu7ctzx] {
    background-image: url('../images/ARSOClaunch/7_Icon7@3x.png');
}

#option8[b-t9nwu7ctzx] {
    background-image: url('../images/ARSOClaunch/7_Icon8@3x.png');
}

#option9[b-t9nwu7ctzx] {
    background-image: url('../images/ARSOClaunch/7_Icon9@3x.png');
}

#option10[b-t9nwu7ctzx] {
    background-image: url('../images/ARSOClaunch/7_Icon10@3x.png');
}

#option11[b-t9nwu7ctzx] {
    background-image: url('../images/ARSOClaunch/7_Icon11@3x.png');
}

#option12[b-t9nwu7ctzx] {
    background-image: url('../images/ARSOClaunch/7_Icon12@3x.png');
}

#option13[b-t9nwu7ctzx] {
    background-image: url('../images/ARSOClaunch/7_Icon13@3x.png');
}

#option14[b-t9nwu7ctzx] {
    background-image: url('../images/ARSOClaunch/7_Icon14@3x.png');
}

#option15[b-t9nwu7ctzx] {
    background-image: url('../images/ARSOClaunch/7_Icon15@3x.png');
}

@media screen and (max-width: 992px) {
    .service-option-header[b-t9nwu7ctzx] {
        font-size: 39px
    }
}

@media screen and (max-width: 768px) {
    .service-option-header[b-t9nwu7ctzx] {
        font-size: 29px
    }
}
/* _content/DDWebBlazor/Pages/ARSOClaunch/ARSOC_Page8.razor.rz.scp.css */
/*#region older CSS*/

#ARSOCPage8[b-ilma1xnk37] {
    max-height: 3040px;
    height: 3040px;
    background-color: #082461;
}

.step-title[b-ilma1xnk37] {
    text-transform: uppercase;
    font-size: 49px;
    font-weight: 900;
    text-align: center;
    padding: 50px 0 0 0;
    margin: 0 110px 110px 110px;
}

.step-lines[b-ilma1xnk37] {
    margin: auto;
}

.line-container[b-ilma1xnk37] {
    display: flex;
    margin-top: 200px;
}

.line-container-next[b-ilma1xnk37] {
    display: flex;
    margin-top: -30px;
}

.line-container-next.last[b-ilma1xnk37] {
    margin-bottom: 170px;
}

.spacer[b-ilma1xnk37] {
    width: 140px;
    height: 500px;
}

.left-turn[b-ilma1xnk37] {
    position: relative;
    width: 140px;
    height: 500px;
    border-bottom-left-radius: 110px;
    border-top-left-radius: 110px;
    border: 30px solid #24aae3;
    border-right: 0px;
}

.right-turn[b-ilma1xnk37] {
    position: relative;
    width: 140px;
    height: 500px;
    border-bottom-right-radius: 110px;
    border-top-right-radius: 110px;
    border: 30px solid #24aae3;
    border-left: 0px;
}

.parallel[b-ilma1xnk37] {
    position: relative;
    border: 30px solid #24aae3;
    border-left: 0px;
    border-right: 0px;
    width: 50%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom[b-ilma1xnk37] {
    position: relative;
    border-bottom: 30px solid #24aae3;
    width: 50%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .bottom .middle-line[b-ilma1xnk37] { /*middle line*/
        position: absolute;
        top: -170px;
        left: 0;
        height: 200px;
        width: 140px;
        border: 30px solid #24aae3;
        border-bottom-right-radius: 110px;
        border-top: 0px;
        border-left: 0px;
        z-index: 1;
    }

.gradient[b-ilma1xnk37] {
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 2;
    right: -30px;
}

.middle-line .gradient[b-ilma1xnk37] {
    background: linear-gradient(180deg, #082461, transparent);
}

.inverted-middle-line .gradient[b-ilma1xnk37] {
    background: linear-gradient(0deg, #082461, transparent);
}

.bottom-2[b-ilma1xnk37] {
    position: relative;
    border-bottom: 30px solid #24aae3;
    width: 50%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom-3[b-ilma1xnk37] {
    position: relative;
    width: 50%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .bottom-3 .inverted-middle-line[b-ilma1xnk37] {
        position: absolute;
        bottom: -170px;
        left: 0;
        height: 200px;
        width: 140px;
        border: 30px solid #24aae3;
        border-top-right-radius: 110px;
        border-bottom: 0px;
        border-left: 0px;
    }

.circle[b-ilma1xnk37] {
    position: absolute;
    background-color: #f3a937;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #224999;
    font-weight: 800;
}

    .circle.top-left[b-ilma1xnk37] {
        top: -45px;
        left: -45px;
    }

    .circle.top-right[b-ilma1xnk37] {
        top: -45px;
        right: -45px;
    }

.text-block-header[b-ilma1xnk37] {
    color: #f3a634;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
}

.text-block-text[b-ilma1xnk37] {
    color: #ffffff;
    font-size: 24px;
}

.text-block-left[b-ilma1xnk37] {
    max-width: 860px;
}

.text-block-right[b-ilma1xnk37] {
    margin-right: -60px;
}

.image[b-ilma1xnk37] {
    height: 100%;
    width: 100%;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
}

#image-1[b-ilma1xnk37] {
    background-image: url('../images/ARSOClaunch/Step1@3x.png');
    width: 100%;
    height: 330px;
}

#image-2[b-ilma1xnk37] {
    background-image: url('../images/ARSOClaunch/Step2@3x.png');
    width: 100%;
    height: 330px;
}

#image-3[b-ilma1xnk37] {
    background-image: url('../images/ARSOClaunch/Step3@3x.png');
    width: 100%;
    height: 310px;
}

#image-4[b-ilma1xnk37] {
    background-image: url('../images/ARSOClaunch/Step4@3x.png');
    width: 100%;
    height: 330px;
}

#image-5[b-ilma1xnk37] {
    background-image: url('../images/ARSOClaunch/Step5@3x.png');
    width: 100%;
    height: 310px;
}

.flex-end[b-ilma1xnk37] {
    justify-content: flex-end;
}

.flex-start[b-ilma1xnk37] {
    justify-content: flex-start;
}

@media screen and (max-width: 1200px) {
    #ARSOCPage8[b-ilma1xnk37] {
        height: 2897px;
    }

    .step-title[b-ilma1xnk37] {
        width: 90%;
        margin: 0 auto;
    }

    .bottom .middle-line[b-ilma1xnk37], .left-turn[b-ilma1xnk37], .right-turn[b-ilma1xnk37], .inverted-middle-line[b-ilma1xnk37], .spacer[b-ilma1xnk37] {
        display: none;
    }

    .parallel[b-ilma1xnk37], .bottom[b-ilma1xnk37], .bottom-2[b-ilma1xnk37] {
        border: none;
    }

    .line-container[b-ilma1xnk37] {
        margin-top: 50px;
    }

    .line-container-next.last[b-ilma1xnk37] {
        margin-bottom: 0;
    }

    .text-block-right[b-ilma1xnk37] {
        margin-right: inherit;
    }

    .text-block-header[b-ilma1xnk37] {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 992px) {
    #ARSOCPage8[b-ilma1xnk37] {
        height: 3800px;
        max-height: unset;
    }

    .step-title[b-ilma1xnk37] {
        font-size: 35px;
    }

    .parallel[b-ilma1xnk37], .bottom[b-ilma1xnk37], .bottom-2[b-ilma1xnk37], .bottom-3[b-ilma1xnk37] {
        width: 100%;
        height: fit-content;
        margin: 100px 0;
    }

    .line-container[b-ilma1xnk37], .line-container-next[b-ilma1xnk37] {
        display: flex;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 768px) {
    #ARSOCPage8[b-ilma1xnk37] {
        height: 4000px;
    }

    .text-block-header[b-ilma1xnk37] {
        font-size: 33px;
    }
}

@media screen and (max-width: 460px) {
    #ARSOCPage8[b-ilma1xnk37] {
        height: 4400px;
    }
}
/* _content/DDWebBlazor/Pages/ARSOClaunch/ARSOindex.razor.rz.scp.css */
.solutions-section[b-armtzycwtc] {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.section-title-landing .container[b-armtzycwtc] {
    justify-content: center;
    flex-direction: column;
}

.section-title-landing .header[b-armtzycwtc] {
    font-size: 150px;
    font-weight: 700;
    letter-spacing: 10px;
}

.section-title-landing .header[b-armtzycwtc], .section-content[b-armtzycwtc] {
    text-align: center;
    justify-content: center;
}

.section-title-landing .text-block[b-armtzycwtc] {
    padding: 0px;
}

.text-block .top-text[b-armtzycwtc] {
    font-size: 33px;
    font-weight: 600;
    display: inline-block;
    transform: scaleY(117%);
}

.text-block .bottom-text[b-armtzycwtc] {
    font-size: 36px;
    font-weight: 200;
}

.section-content[b-armtzycwtc] {
    padding: 0;
}

.logo-section[b-armtzycwtc] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 50px;
}

@media screen and (max-width: 992px) {
    .section-title-landing .header[b-armtzycwtc] {
        margin-bottom: 20px;
        font-size: 60px;
    }
}
/* _content/DDWebBlazor/Pages/Blog/Blog.razor.rz.scp.css */
#blogHeroBanner[b-zn5ai95pxv] {
    height: 600px;
    margin: 150px 0 0 0;
}

.card[b-zn5ai95pxv] {
    border-radius: 1rem !important;
}

.card-img-top[b-zn5ai95pxv] {
    min-height: 276px;
    max-height: 276px;
}
/* _content/DDWebBlazor/Pages/Blog/BlogPost.razor.rz.scp.css */
h1[b-afyze0pcs3] {
    color: #0977be;
}

.banner-image img[b-afyze0pcs3] {
    object-fit: cover;
}

.blog-content p[b-afyze0pcs3] {
    color: #444;
}

.badge[b-afyze0pcs3] {
    background: #f1a735;
    font-size: 14px;
    border-radius: 14px;
}

.blog-post-excerpt[b-afyze0pcs3] {
    width: 65%;
    font-size: 36px;
    line-height: 1.3;
}

.breadcrumb-item[b-afyze0pcs3]::before {
    color: #1d4599;
}

.social-buttons[b-afyze0pcs3] {
    background: #f1a735;
}

.social-buttons a[b-afyze0pcs3]{
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .blog-post-excerpt[b-afyze0pcs3] {
        width: 85%;
        font-size: 28px;
    }
}

@media screen and (max-width: 460px) {
    .blog-post-excerpt[b-afyze0pcs3] {
        width: 100%;
        font-size: 22px;
    }

    .breadcrumb[b-afyze0pcs3] {
        font-size: 14px;
    }
}
/* _content/DDWebBlazor/Pages/Capabilities/DataDefense.razor.rz.scp.css */
#dataDefense[b-pfdv9e656g] {
    height: 750px;
}

.dataDfense-section[b-pfdv9e656g] {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.dataDfense-section-image[b-pfdv9e656g] {
    height: 100%;
    width: 100%;
    background-color: #0B213A80;
    background-blend-mode: multiply;
    background-image: url('../images/Solutions/solutions-img5_lazy.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    position: absolute;
    z-index: -1;
}

.net-bg[b-pfdv9e656g] {
    background-image: url('../images/net/net5_lazy.jpg');
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
}

.diagram[b-pfdv9e656g] {
    align-items: center;
}

    .diagram .img[b-pfdv9e656g] {
        background-image: url(../images/Solutions/ManagedServices/diagram-threat.png);
        height: 570px;
        width: 730px;
    }

.btn-container[b-pfdv9e656g] {
    display: flex;
    gap: 12px;
    position: absolute;
    transform: translate(140px, -50px);
    padding-left: 12px;
}

.award-label[b-pfdv9e656g] {
    max-width: 400px;
}

.dde-sub-heading[b-pfdv9e656g] {
    font-size: 24px;
    color: #3778AA;
    line-height: 40px
}

.scrollable-sidemenu[b-pfdv9e656g] {
    overflow: auto;
    height: auto;
}

@media screen and (max-width: 768px) {
    .award-label[b-pfdv9e656g] {
        max-width: 350px;
    }

    .dde-sub-heading[b-pfdv9e656g] {
        font-size: 16px;
        line-height: 32px
    }
}
/* _content/DDWebBlazor/Pages/Capabilities/DataShieldEnteprise.razor.rz.scp.css */
#solutionsDataShieldEnterpriseSection[b-mh0hv92oqt] {
    height: 750px;
}

.solutions-section[b-mh0hv92oqt] {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.solutions-section-image[b-mh0hv92oqt] {
    height: 100%;
    width: 100%;
    background-color: #0B213A80;
    background-blend-mode: multiply;
    background-image: url('../images/Solutions/solutions-img5_lazy.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    position: absolute;
    z-index: -1;
}

.award-label[b-mh0hv92oqt] {
    max-width: 400px;
}

.net-bg[b-mh0hv92oqt] {
    background-image: url('../images/net/net5_lazy.jpg');
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
}

/**/

.diagram .text[b-mh0hv92oqt] {
    width: 100%;
}

.btn-container[b-mh0hv92oqt] {
    display: flex;
    gap: 12px;
    position: absolute;
    transform: translate(140px, -50px);
    padding-left: 12px;
}

.featureSection[b-mh0hv92oqt] {
    height: auto;
    background-color: #F6F6F9;
}

    .featureSection .subheading[b-mh0hv92oqt] {
        font-size: 32px;
        font-weight: 600;
    }

.cybersecurity[b-mh0hv92oqt] {
    background-image: url('../images/Solutions/ManagedServices/cybersecurity360.png');
    width: 100%;
    height: 400px;
}

.eSentire-padding[b-mh0hv92oqt] {
    padding: 0px 20px;
}

.eSentire-padding[b-mh0hv92oqt] {
    text-align: center;
}
/* _content/DDWebBlazor/Pages/Capabilities/DataShieldGovernment.razor.rz.scp.css */
#solutionsDataShieldGovernmentSection[b-ono4uonwwj] {
    height: 750px;
}

.solutions-section[b-ono4uonwwj] {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.solutions-section-image[b-ono4uonwwj] {
    height: 100%;
    width: 100%;
    background-color: #0B213A80;
    background-blend-mode: multiply;
    background-image: url('../images/Solutions/solutions-img5_lazy.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    position: absolute;
    z-index: -1;
}

.net-bg[b-ono4uonwwj] {
    background-image: url('../images/net/net5_lazy.jpg');
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
}

/**/

.award-label[b-ono4uonwwj] {
    max-width: 400px;
}

.diagram .text[b-ono4uonwwj] {
    width: 100%;
}

.btn-container[b-ono4uonwwj] {
    display: flex;
    gap: 12px;
    position: absolute;
    transform: translate(140px, -50px);
    padding-left: 12px;
}

.featureSection[b-ono4uonwwj] {
    height: auto;
    /*background-color: #F6F6F9;*/
}

    .featureSection .subheading[b-ono4uonwwj] {
        font-size: 32px;
        font-weight: 600;
    }

.eSentire-padding[b-ono4uonwwj] {
    padding: 0px 20px;
}

.eSentire-padding[b-ono4uonwwj] {
    text-align: center;
}
/* _content/DDWebBlazor/Pages/Capabilities/DataShieldSmallBusiness.razor.rz.scp.css */
#solutionsDataShieldSmallBusinessSection[b-lej45kqgom] {
    height: 750px;
}

.solutions-section[b-lej45kqgom] {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.solutions-section-image[b-lej45kqgom] {
    height: 100%;
    width: 100%;
    background-color: #0B213A80;
    background-blend-mode: multiply;
    background-image: url('../images/Solutions/solutions-img5_lazy.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    position: absolute;
    z-index: -1;
}

.award-label[b-lej45kqgom] {
    max-width: 400px;
}

.net-bg[b-lej45kqgom] {
    background-image: url('../images/net/net5_lazy.jpg');
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
}

/**/

.btn-container[b-lej45kqgom] {
    display: flex;
    gap: 12px;
    position: absolute;
    transform: translate(140px, -50px);
    padding-left: 12px;
}

.eSentire-padding[b-lej45kqgom] {
    padding: 0px 20px; 
}

.eSentire-padding[b-lej45kqgom] {
    text-align: center;
}

.featureSection[b-lej45kqgom] {
    height: auto;
    background-color: #F6F6F9;
}

    .featureSection .subheading[b-lej45kqgom] {
        font-size: 32px;
        font-weight: 600;
    }

/**/
.pyramidSection[b-lej45kqgom] {
    height: auto;
}

/**/
    .featuresCardsContainer .card[b-lej45kqgom] {
        width: 31%;
        background-color: #FFFFFF;
        border-radius: 12px;
    }

        .featuresCardsContainer .card .bullet-point[b-lej45kqgom]::before {
            background-repeat: no-repeat;
            background-position: center;
            border: none;
            height: 24px;
            width: 24px;
            /**/
            margin-top: 5px;
            margin-left: -35px;
        }

        .featuresCardsContainer .card.essentials[b-lej45kqgom] {
            border-top: 8px solid #F2A736;
        }

            .featuresCardsContainer .card.essentials .bullet-point[b-lej45kqgom]::before {
                background-image: url(../images/Solutions/ManagedServices/essentials-check.svg);
            }

        .featuresCardsContainer .card.advanced[b-lej45kqgom] {
            border-top: 8px solid #285D9B;
        }

            .featuresCardsContainer .card.advanced .bullet-point[b-lej45kqgom]::before {
                background-image: url(../images/Solutions/ManagedServices/advanced-check.svg);
            }

        .featuresCardsContainer .card.premiere[b-lej45kqgom] {
            border-top: 8px solid #000;
        }

            .featuresCardsContainer .card.premiere .bullet-point[b-lej45kqgom]::before {
                background-image: url(../images/Solutions/ManagedServices/premier-check.svg);
            }

    .featuresCardsContainer .icon[b-lej45kqgom] {
        margin: 15px 0;
        height: 72px;
        width: 72px;
        border-radius: 50%;
    }

    .featuresCardsContainer .title[b-lej45kqgom] {
        font-size: 24px;
        font-weight: 600;
    }

    .featuresCardsContainer .bullet-point[b-lej45kqgom] {
        color: #475467;
        font-size: 16px;
        line-height: 30px;
    }

.featuresHeader[b-lej45kqgom] {
    display: flex;
    justify-content: space-between;
    /*gap: 620px;*/
    margin-block-end: 1em;
    /*margin-block-start: 1em;*/
}

    /*    .featuresHeader .title {
        display: flex;
        width: 780px;
    }*/

    .featuresHeader .type[b-lej45kqgom] {
        display: flex;
        font-size: 18px;
        width: 50%;
        justify-content: space-around;
    }

        .featuresHeader .type .column[b-lej45kqgom] {
            display: flex;
            gap: 5px;
            align-items: center;
        }

        .featuresHeader .type .icon[b-lej45kqgom] {
            height: 30px;
            width: 30px;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
        }

.expand-collapse-button.features[b-lej45kqgom] {
   
}

.expand-collapse-button[b-lej45kqgom] {
    margin-left: 0;
}

@media screen and (max-width: 992px) {
    .featuresCardsContainer .card[b-lej45kqgom] {
        width: 100%;
    }

    .featuresHeader .type[b-lej45kqgom] {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .article .heading[b-lej45kqgom] {
        font-size: 32px;
        line-height: 1.5;
        text-align: center;
    }

    .featuresHeader .type[b-lej45kqgom] {
        margin: 20px 0;
    }

    .featuresHeader .type .column[b-lej45kqgom] {
        font-size: 14px;
    }

    .featureSection .subheading[b-lej45kqgom] {
        flex-direction: column;
        align-items: center;
    }
}
/* _content/DDWebBlazor/Pages/Capabilities/ManagedServices.razor.rz.scp.css */
#solutionsManagedServicesSection[b-ixqivoh9oo] {
    height: 750px
}

.solutions-section[b-ixqivoh9oo] {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.solutions-section-image[b-ixqivoh9oo] {
    height: 100%;
    width: 100%;
    background-color: #0B213A80;
    background-blend-mode: multiply;
    background-image: url('../images/Solutions/solutions-img5_lazy.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    position: absolute;
    z-index: -1;
}

.statsSection .icon[b-ixqivoh9oo] {
    height: 72px;
    width: 72px;
    object-fit: contain;
}

.statsSection .number[b-ixqivoh9oo] {
    font-size: 60px;
    letter-spacing: -1px;
}

.statsSection .desc[b-ixqivoh9oo] {
    line-height: 1.5;
}

#threatSection[b-ixqivoh9oo] {
    height: 919px;
    max-height: 919px;
}

.blue-subtext[b-ixqivoh9oo] {
    color: #3778AA;
    font-size: 20px;
    line-height: 30px;
}

.dart-bg[b-ixqivoh9oo] {
    background-image: url('../images/net/dart_lazy.jpg');
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
}

.net-bg[b-ixqivoh9oo] {
    background-image: url('../images/net/net6_lazy.jpg');
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
}


/*###################################*/
.btn-container[b-ixqivoh9oo] {
    display: flex;
    gap: 12px
}

.rounded-btn.yellow[b-ixqivoh9oo] {
    font-size: 16px
}

.ms-card[b-ixqivoh9oo] {
    width: 31%;
    border-radius: 16px;
    padding: 24px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .ms-card .title[b-ixqivoh9oo] {
        font-size: 24px;
    }

    .ms-card .subtitle[b-ixqivoh9oo] {
        font-size: 16px;
        line-height: 30px;
    }

    .ms-card .card-img[b-ixqivoh9oo] {
        width: 105px;
        height: 105px;
    }

    .ms-card:hover[b-ixqivoh9oo] {
        transform: scale(1.02) !important;
    }

/*####################################################################*/
.mssSection[b-ixqivoh9oo] {
    height: 1090px;
    max-height: 1090px;
    position: relative;
}

.gray-card[b-ixqivoh9oo] {
    background-color: #F6F6F9;
    padding: 32px 40px;
    display: flex;
    max-height: 136px;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
    margin-bottom: 16px;
    overflow: hidden;
    position: relative;
}

    .gray-card .left-side[b-ixqivoh9oo] {
        display: inherit;
        gap: 24px;
        padding-right: 50px;
        align-items: center;
    }

    .gray-card .icon[b-ixqivoh9oo] {
        height: 72px;
        width: 72px;
        background: #285D9B;
        border-radius: 8px;
        flex-shrink: 0;
        background-repeat: no-repeat;
        background-position: center;
    }

    .gray-card .text-split[b-ixqivoh9oo] {
        display: grid;
        grid-template-columns: 33% 70%;
        gap: 25px;
        align-items: center;
    }

    .gray-card .title[b-ixqivoh9oo] {
        font-size: 24px;
        font-weight: 600;
        line-height: 40px;
        letter-spacing: -1px;
    }

    .gray-card .desc[b-ixqivoh9oo] {
        font-size: 16px;
        line-height: 32px;
        color: #475467;
    }

/*####################################################################*/
.threatSection[b-ixqivoh9oo] {
    /*    height: 850px;
    height: 850px;
    max-height: 850px;*/
}

.diagram[b-ixqivoh9oo] {
    align-items: center;
}

    .diagram .img.threat-analytics[b-ixqivoh9oo] {
        background-image: url('../images/Solutions/ManagedServices/diagram-threat.png');
        height: 825px;
        width: 840px;
        padding: 20px 100px;
        margin: -20px -60px;
        margin-top: 50px;
    }

/*####################################################################*/
.marketingSection[b-ixqivoh9oo] {
    background-color: #f9f9f9;
    height: 100%;
    padding: 85px 20px;
}

.heading.inside[b-ixqivoh9oo] {
    line-height: 55px;
}

/*.diagram .text {
    font-size: 25px;
}*/

/*####################################################################*/
.companySection[b-ixqivoh9oo] {
    height: 500px;
    height: 500px;
    max-height: 500px;
    position: relative;
}

.eSentire-padding[b-ixqivoh9oo] {
    padding: 0px;
}

.split-page[b-ixqivoh9oo] {
    display: flex;
    height: 100%;
}

    .split-page .left-side[b-ixqivoh9oo] {
        width: 50%;
        overflow: hidden;
        position: relative;
    }

        .split-page .left-side .video-wrapper[b-ixqivoh9oo] {
            height: 115%;
            position: absolute;
            width: 200%;
            left: -480px;
            top: -65px;
            pointer-events: none;
        }

    .split-page .right-side[b-ixqivoh9oo] {
        width: 50%;
        display: flex;
        align-items: center;
        /**/
        padding: 45px;
        padding-right: 321.5px;
    }

/* VIDEO TRICK #################################################*/
.marketingSection.diagram[b-ixqivoh9oo] {
    /*height: 100%;*/
}

.marketing-video[b-ixqivoh9oo] {
    width: 50%;
    height: 320px;
}

.marketing-video-wrapper[b-ixqivoh9oo] {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    /*z-index: -1;*/
}

.cover[b-ixqivoh9oo] {
    position: absolute;
    height: 80px;
    width: 100%;
    background: red;
    z-index: 1;
}

    .cover.top[b-ixqivoh9oo] {
        top: -80px;
    }

    .cover.bottom[b-ixqivoh9oo] {
        bottom: -80px;
    }

.marketing-body-video[b-ixqivoh9oo] {
    height: 480px;
    width: 100%;
    position: absolute;
    top: -80px;
}

.award-label[b-ixqivoh9oo] {
    max-width: 400px;
}

@media screen and (max-width: 768px) {

    .ms-card[b-ixqivoh9oo] {
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {

    .gray-card[b-ixqivoh9oo] {
        padding: 16px 16px;
    }

        .gray-card .icon[b-ixqivoh9oo] {
            height: 55px;
            width: 55px;
        }

        .gray-card .title[b-ixqivoh9oo] {
            font-size: 14px;
            font-weight: 600;
            line-height: 1.4;
        }

        .gray-card .left-side[b-ixqivoh9oo] {
            gap: 8px;
            padding-right: 8px;
        }

        .gray-card .desc[b-ixqivoh9oo] {
            font-size: 10px;
            line-height: 1.4;
        }

        .gray-card .text-split[b-ixqivoh9oo] {
            gap: 3px;
        }
}

@media screen and (max-width: 992px) {
    .ms-card[b-ixqivoh9oo] {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    #solutionsManagedServicesSection[b-ixqivoh9oo] {
        height: 950px;
    }

    .award-label[b-ixqivoh9oo] {
        max-width: 350px;
    }

    .article .heading[b-ixqivoh9oo] {
        font-size: 27px;
        line-height: 1.4;
    }

    .mssSection[b-ixqivoh9oo] {
        height: 100%;
        margin: 20px 0px;
    }

    .eSentire-padding[b-ixqivoh9oo] {
        padding: 0px;
    }

    .article .subheading[b-ixqivoh9oo] {
        font-size: 13px;
        line-height: 1.4;
    }

    .diagram .img.threat-analytics[b-ixqivoh9oo] {
        height: 500px;
        margin: 0px;
    }

    .diagram[b-ixqivoh9oo] {
        gap: 0px;
        margin: 15px 15px;
        padding: 30px 12px;
    }

    #threatSection[b-ixqivoh9oo] {
        height: 100%;
        margin: 30px 0px;
    }

    .marketingSection[b-ixqivoh9oo] {
        height: 100%;
        padding: 0px 7px;
        margin: 45px 0px;
    }

    .diagram .text[b-ixqivoh9oo] {
        width: 100%;
    }

    .diagram .text[b-ixqivoh9oo] {
        font-size: 17px;
        line-height: 1.4;
    }

    .center[b-ixqivoh9oo] {
        text-align: center;
    }
}


@media screen and (max-width: 1050px) {
    .diagram[b-ixqivoh9oo] {
        gap: 25px;
        padding: 0px 12px;
    }
}
/* _content/DDWebBlazor/Pages/Company/CyberSecurityEvent.razor.rz.scp.css */
#cyberSecurityNews[b-zc1ecq42bd] {
    min-width: 1355px;
    height: 827px;
    max-height: 827px;
    background-color: #F6F6F9;
}

#cyberSecurityEvents[b-zc1ecq42bd] {
    height: 919px;
    max-height: 919px;
}

.section-content .image[b-zc1ecq42bd] {
    width: 200%;
}

.section[b-zc1ecq42bd] {
    justify-content: flex-start;
}

.cybersecurity-events .section-top[b-zc1ecq42bd] {
    display: flex;
    justify-content: space-between;
}

.cybersecurity-events .text-block[b-zc1ecq42bd] {
    padding: 10px 0;
}

.cybersecurity-events .section-cards[b-zc1ecq42bd] {
    display: flex;
    gap: 24px;
    align-items: stretch;
    overflow: hidden;
}

    .cybersecurity-events .section-cards .card[b-zc1ecq42bd] {
        flex: 1;
        display: inline-block;
    }

        .cybersecurity-events .section-cards .card .image[b-zc1ecq42bd] {
            width: 100%;
            height: 400px;
            border-radius: 8px;
            margin-bottom: 32px;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .cybersecurity-events .section-cards .card .datetime[b-zc1ecq42bd] {
            font-size: 14px;
            font-style: normal;
            font-weight: 600;
            line-height: 20px;
            display: flex;
            gap: 8px;
        }

        .cybersecurity-events .section-cards .card .icon div[b-zc1ecq42bd] {
            height: 48px;
            width: 48px;
            padding: 12px;
            border-radius: 10px;
            margin-bottom: 64px;
            color: white;
            width: 100%;
            height: 100%;
        }

        .cybersecurity-events .section-cards .card .title[b-zc1ecq42bd] {
            font-size: 21px;
            font-weight: 600;
            line-height: 30px;
            display: flex;
            justify-content: space-between;
            margin: 8px 0;
        }

        .cybersecurity-events .section-cards .card .arrow-up-right[b-zc1ecq42bd] {
            width: 24px;
            height: 24px;
            margin-top: 6px;
            background-image: url('../images/arrow-up-right.svg');
            background-repeat: no-repeat;
            background-size: cover;
            flex-shrink: 0;
        }

        .cybersecurity-events .section-cards .card .subtitle[b-zc1ecq42bd] {
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 24px;
        }
/* _content/DDWebBlazor/Pages/Company/CybersecurityNews.razor.rz.scp.css */
#cyberSecurityNews[b-n3pftzuxvj] {
    min-width: 1355px;
    height: 827px;
    max-height: 827px;
    background-color: #F6F6F9;
    position: relative;
}

.section-content .image[b-n3pftzuxvj] {
    width: 200%;
}

.section[b-n3pftzuxvj] {
    justify-content: flex-start;
}

.cybersecurity-news .section-top[b-n3pftzuxvj] {
    display: flex;
    justify-content: space-between;
}

.cybersecurity-news .text-block[b-n3pftzuxvj] {
    padding: 10px 0;
}

.cybersecurity-news .section-cards[b-n3pftzuxvj] {
    display: flex;
    gap: 24px;
    align-items: stretch;
    overflow: hidden;
}

    .cybersecurity-news .section-cards .card[b-n3pftzuxvj] {
        flex: 1;
        display: inline-block;
        height: 444px;
    }

        .cybersecurity-news .section-cards .card .image[b-n3pftzuxvj] {
            width: 100%;
            height: 240px;
            border-radius: 8px;
            margin-bottom: 32px;
            background-repeat: no-repeat;
            background-size: cover;
        }

.cybersecurity-news .section-cards .card .datetime[b-n3pftzuxvj] {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    display: flex;
    gap: 8px;
}

.cybersecurity-news .section-cards .card .icon div[b-n3pftzuxvj] {
    height: 48px;
    width: 48px;
    padding: 12px;
    border-radius: 10px;
    margin-bottom: 64px;
    color: white;
    width: 100%;
    height: 100%;
}

.cybersecurity-news .section-cards .card .title[b-n3pftzuxvj] {
    font-size: 21px;
    font-weight: 600;
    line-height: 30px;
    display: flex;
    justify-content: space-between;
    margin: 8px 0;
}

.cybersecurity-news .section-cards .card .arrow-up-right[b-n3pftzuxvj] {
    width: 24px;
    height: 24px;
    margin-top: 6px;
    background-image: url('../images/arrow-up-right.svg');
    background-repeat: no-repeat;
    background-size: cover;
    flex-shrink: 0;
}

.cybersecurity-news .section-cards .card .subtitle[b-n3pftzuxvj] {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
/* _content/DDWebBlazor/Pages/Company/CyberSecurityReads.razor.rz.scp.css */
#cyberSecurityNews[b-fxr0r8wunx] {
    min-width: 1355px;
    height: 827px;
    max-height: 827px;
}

.mountain[b-fxr0r8wunx] {
    background-image: url('../images/Mountain.jpg');
}
/* _content/DDWebBlazor/Pages/Company/JoinTheForce.razor.rz.scp.css */
#joinTheForce[b-1izxaa8nj3] {
    overflow: hidden;
    height: 700px;
}

section[b-1izxaa8nj3] {
    position: relative;
}

.section[b-1izxaa8nj3] {
    flex-direction: row;
    justify-content: space-between;
}

.section1[b-1izxaa8nj3] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-basis: 35%;
}
.section2[b-1izxaa8nj3] {
    flex-basis: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image[b-1izxaa8nj3] {
    position: absolute;
}

.Team-Section[b-1izxaa8nj3] { 
    position: relative;
    width: 580px;
    height: 500px;
}

.force-bg[b-1izxaa8nj3] {
    background-color: #0000007a;
    background-blend-mode: multiply;
    background-image: url('../images/Company/joinforce_lazy.jpg');
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: right;
    /*background-position-y: bottom;*/
}
/* _content/DDWebBlazor/Pages/Company/Landing.razor.rz.scp.css */
#companyLanding[b-8doul7zza9] {
    height: 750px
}

.award-label[b-8doul7zza9] {
    max-width: 450px;
}

.consumer-protection-text[b-8doul7zza9] {
    font-size: 20px;
    line-height: 30px;
    min-width: 580px;
    display: block;
    padding-left: 100px;
}

.left-side-section-text[b-8doul7zza9] {
    font-size: 48px;
    font-family: Inter;
    font-weight: 600;
}

.right-side-section-text[b-8doul7zza9] {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}

@media screen and (max-width: 768px) {
    .award-label[b-8doul7zza9] {
        max-width: 350px;
    }
}
/* _content/DDWebBlazor/Pages/Company/LeadershipTeam.razor.rz.scp.css */
.section-container[b-730x54smzm] {
    width: 100%;
}

.title-box-container[b-730x54smzm] {
    width: 100%;
    /*margin-bottom: 64px;*/
    display: flex;
    z-index: 1;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
}

.section-title[b-730x54smzm] {
    width: 100%;
}

.title-button-container[b-730x54smzm] {
    display: flex;
    gap: 15px;
}

.title-container[b-730x54smzm] {
    width: 70%;
    height: auto;
    float: left;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.section-title[b-730x54smzm] {
    flex-grow: 1;
}

.rounded-btn[b-730x54smzm] {
    height: 40px;
}

.card-container[b-730x54smzm] {
    z-index: 1;
    display: flex;
    justify-content: center;
}

.card[b-730x54smzm] {
    width: 20%;
    height: auto;
    float: left;
    padding: 10px 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: transform 0.5s ease;
}

    .card:hover[b-730x54smzm] {
        transform: translateY(-50px) !important;
    }

.name[b-730x54smzm] {
    text-transform: uppercase;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}



.profile[b-730x54smzm] {
    width: 100%;
    height: 500px;
    background-size: cover;
    flex-shrink: 0;
}

profile-title[b-730x54smzm] {
    color: #285D9B;
    /*font-family: Inter;*/
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 155.556% */
}

.company-card .image[b-730x54smzm] {
    width: 90%;
    height: 100%;
    margin-bottom: 32px;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-area[b-730x54smzm] {
    height: 100%;
    overflow: hidden;
    position: relative;
}


    .carousel-area .carousel-inner-container[b-730x54smzm] {
        position: relative;
        height: 100%;
        padding-top: 20px;
    }

    .carousel-area .carousel-inner[b-730x54smzm] {
        display: flex;
        position: absolute;
        font-size: 0;
        height: 100%;
    }

        .carousel-area .carousel-inner > .carousel-image[b-730x54smzm] {
            flex-shrink: 0;
            height: 100%;
            width: 100%;
            font-size: initial;
            display: inline-block;
            cursor: pointer;
            width: calc(100% / 3);
        }

.company-image-container[b-730x54smzm] {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2em;
}

.carousel-image-inner[b-730x54smzm] {
    height: 510px;
    width: 95%;
    font-size: initial;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    transition: transform 0.2s ease;
}

    .carousel-image-inner:hover[b-730x54smzm] {
        transform: scale(1.03);
    }

.carousel-image-text[b-730x54smzm] {
    width: 95%;
}

.carousel-area .carousel-txtarea[b-730x54smzm] {
    width: 100%;
    height: 60%;
    padding: 0px 80px 25px 80px;
    line-height: 2;
    display: inherit;
    gap: 18px;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

    .carousel-area .carousel-txtarea .carousel-txtarea-container[b-730x54smzm] {
        height: 100%;
        flex-direction: column;
        gap: 50px;
        display: flex;
    }

    .carousel-area .carousel-txtarea .carousel-title[b-730x54smzm] {
        font-size: 24px;
        font-weight: 700;
        line-height: 140%;
    }

    .carousel-area .carousel-txtarea span.carousel-title[b-730x54smzm] {
        max-width: 718px;
        min-width: 567px;
    }

    .carousel-area .carousel-txtarea .carousel-subtitle[b-730x54smzm] {
        font-size: 18px;
    }

.carousel-area .carousel-buttons[b-730x54smzm] {
    display: inherit;
    justify-content: space-between;
    align-items: center;
}

    .carousel-area .carousel-buttons .carousel-dots[b-730x54smzm] {
        white-space: nowrap;
        cursor: default;
    }

        .carousel-area .carousel-buttons .carousel-dots .dot[b-730x54smzm] {
            width: 140px;
            height: 4px;
            padding: 0;
            display: inline-block;
            background-color: rgba(255, 255, 255, 0.20);
            cursor: pointer;
            transition: background-color 0.2s ease;
        }

            .carousel-area .carousel-buttons .carousel-dots .dot:not(:last-child)[b-730x54smzm] {
                margin-right: 7px;
            }

            .carousel-area .carousel-buttons .carousel-dots .dot.active[b-730x54smzm] {
                background-color: #FFF;
                cursor: default;
            }

.carousel-area .carousel-arrows[b-730x54smzm] {
    display: flex;
    position: absolute;
    bottom: 70px;
    width: 100%;
    z-index: 2;
}

.carousel-arrows .arrow[b-730x54smzm] {
    background: #F2A736;
    fill: white;
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;
    border: none;
}

.carousel-arrows .left[b-730x54smzm] {
    rotate: 90deg;
}

.carousel-arrows .right[b-730x54smzm] {
    rotate: -90deg;
}

.carousel-image-text .image-name[b-730x54smzm], .leader-name[b-730x54smzm] {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

.carousel-image-text .image-title[b-730x54smzm], .leader-title[b-730x54smzm] {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

.carousel-image-text .image-description[b-730x54smzm] {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    height: 125px;
}

.carousel-arrows[b-730x54smzm] {
    width: 1370px;
    margin-left: -56px;
    position: absolute;
    justify-content: space-between;
}

.modal-content[b-730x54smzm] {
    height: 653px;
    margin: auto;
    margin-top: 19vh;
    overflow: hidden;
}

.leader-image img[b-730x54smzm] {
    max-height: 320px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    flex-shrink: 0;
}


hr.solid[b-730x54smzm] {
    border-top: 1px solid #8f8f8f;
    margin-bottom: 16px;
}

.leader-info-container[b-730x54smzm] {
    overflow: auto;
    height: 519px;
    display: flex;
    gap: 25px;
    overflow: hidden;
}

.leader-text[b-730x54smzm] {
    font-family: inherit;
    color: #475467;
    font-size: 16px;
    line-height: 30px;
    height: 100%;
    overflow: auto;
    padding-right: 25px;
}

/*    .leader-text::-webkit-scrollbar {
        width: 3px;
    }

    .leader-text::-webkit-scrollbar-thumb {
        background: #cdcdcd;
        border-radius: 2px;
    }*/

hr.solid[b-730x54smzm] {
    border-top: 4px solid #e81e27;
}

#leftArrow:hover[b-730x54smzm], #rightArrow:hover[b-730x54smzm] {
    opacity: 0.8;
    transition: ease-in;
    transition-duration: 0.3s;
}

@media screen and (max-width: 992px) {
    .carousel-area .carousel-inner > .carousel-image[b-730x54smzm] {
        width: calc(100% / 2);
    }
}

@media screen and (max-width: 768px) {
    .carousel-area .carousel-inner > .carousel-image[b-730x54smzm] {
        width: 100%;
    }

    .leader-text[b-730x54smzm] {
        font-size: 12px;
        line-height: 20px;
    }
}
/* _content/DDWebBlazor/Pages/Company/MissionandVision.razor.rz.scp.css */
.mission-item-icon[b-tmhi699oma] {
    background-image: url('../images/Checkicon.svg');
    width: 28px;
    height: 28px;
    background-size: cover;
    float: left;
    flex-shrink: 0;
}

.protect-secure-text > .main[b-tmhi699oma] {
    font-size: 48px;
    font-weight: 600;
    line-height: 72px;
    color: #FFFFFF;
}

.protect-secure-text > .sub[b-tmhi699oma] {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #FFFFFF;
}

.subtitle-size[b-tmhi699oma] {
    font-size: 16px;
    line-height: 30px;
}

.icon[b-tmhi699oma] {
    height: 72px;
    width: 72px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/* _content/DDWebBlazor/Pages/Company/NewPostTemplate.razor.rz.scp.css */
#newPost[b-5xz7vvlmjg] {
    padding-top: 250px;
    height: 5000px;
}

.post-left-section[b-5xz7vvlmjg], .post-right-section[b-5xz7vvlmjg], .post-sub-section[b-5xz7vvlmjg] {
    display: flex;
    flex-direction: column;
}

.post-starting-section[b-5xz7vvlmjg] {
    padding: 0px 100px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 100%;
}

.post-left-section[b-5xz7vvlmjg] {
    width: 65%;
    padding-right: 100px;
}

.post-right-section[b-5xz7vvlmjg] {
    width: 35%;
}

.post-sub-section[b-5xz7vvlmjg] {
    gap: 30px;
}

.infographic-icon-section[b-5xz7vvlmjg] {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 44px;
    height: 44px;
    /**/
    border-radius: 50%;
    background-color: #f8f0f4;
    outline: 10px solid #f6e6ed;
}

.paper-airplane-icon[b-5xz7vvlmjg] {
    z-index: 3;
    position: absolute;
    width: 25px;
    height: 25px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../../../images/Solutions/paper-airplane-icon.png');
}

.cybersecurity-tag[b-5xz7vvlmjg] {
    display: flex;
    padding: 4px 10px 4px 4px;
    align-items: center;
    gap: 8px;
    border-radius: 16px;
    background: #E4EBF2;
    mix-blend-mode: multiply;
    width: 200px;
    height: 37px;
    justify-content: space-between;
}

.cybersecurity-inner-tag[b-5xz7vvlmjg] {
    display: flex;
    padding: 2px 8px;
    align-items: center;
    border-radius: 16px;
    background: #FFF;
}

.post-picture[b-5xz7vvlmjg] {
    width: 100%;
    height: 516px;
    background-size: cover;
}

#postPicture1[b-5xz7vvlmjg] {
    background-image: url('../images/Company/PostPicture1.png');
}

#postIntroductionImage[b-5xz7vvlmjg] {
    width: 720px;
    height: 480px;
    background-image: url('../images/Company/PostIntroductionPicture.png');
}

.semi-bold[b-5xz7vvlmjg] {
    font-size: 14px;
}

.social-media-button[b-5xz7vvlmjg] {
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    cursor: pointer;
}

.social-media-buttons[b-5xz7vvlmjg] {
    display: flex;
    gap: 10px;
}

.copy-button[b-5xz7vvlmjg] {
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    cursor: pointer;
}

.copy-icon[b-5xz7vvlmjg] {
    width: 20px;
    height: 20px;
    background-image: url('../images/Resources/Copy-icon.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.twitter-icon[b-5xz7vvlmjg] {
    width: 20px;
    height: 20px;
    background-image: url('../images/Resources/Twitter-icon.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.facebook-icon[b-5xz7vvlmjg] {
    width: 20px;
    height: 20px;
    background-image: url('../images/Resources/Facebook-icon.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.linkedin-icon[b-5xz7vvlmjg] {
    width: 20px;
    height: 20px;
    background-image: url('../images/Resources/linkedin-icon.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.share-icon[b-5xz7vvlmjg] {
    width: 20px;
    height: 20px;
    background-image: url('../images/share-chain-icon.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.social-media-button[b-5xz7vvlmjg] {
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    cursor: pointer;
}

.social-media-buttons[b-5xz7vvlmjg] {
    display: flex;
    gap: 10px;
}

.text-block[b-5xz7vvlmjg] {
    font-size: 20px;
    line-height: 30px;
    padding: 24px 0px;
}

.quote-section[b-5xz7vvlmjg] {
    width: 720px;
    height: 240px;
    border-left: 2px solid #2A65A1;
    padding: 15px 20px;
}

.insights-profile-section[b-5xz7vvlmjg] {
    display: flex;
    gap: 10px;
}

.insights-profile-picture[b-5xz7vvlmjg] {
    background-image: url('../images/Resources/Avatar.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
}

.blue-button[b-5xz7vvlmjg] {
    width: 100%;
}

.newsletter-container[b-5xz7vvlmjg] {
    display: flex;
    width: 384px;
    padding: 32px 32px 40px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;

    border-radius: 0px 0px 16px 16px;
    border-top: 4px solid #2A65A1;
    background: #F9FAFB;
}

.blog-post-container[b-5xz7vvlmjg] {
    display: flex;
    min-width: 1280px;
    width: 100%;
    padding: 0px 100px;
    align-items: flex-start;
    gap: 64px;
    min-width: 824px;
}

.title-header[b-5xz7vvlmjg] {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    padding-bottom: 20px;
    padding-top: 40px;
}

.blog-posts[b-5xz7vvlmjg] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
    flex: 1 0 0;
    width: 50%;
}

.blog-post-info[b-5xz7vvlmjg] {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 50%;
}

.blog-post-picture-container[b-5xz7vvlmjg] {
    height: 240px;
    width: 336px;
}

.migrating-picture[b-5xz7vvlmjg] {
    height: 100%;
    width: 100%;
    background-image: url('../images/Resources/migrating-picture.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.cybersecurity-review-picture[b-5xz7vvlmjg] {
    height: 100%;
    width: 100%;
    background-image: url('../images/Resources/cybersecurity-review-picture.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.blog-post[b-5xz7vvlmjg] {
    min-width: 330px;
    max-width: 330px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    flex: 1 0 0;
}


.blog-title[b-5xz7vvlmjg] {
    color: #101828;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.blog-inner-text[b-5xz7vvlmjg] {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.blog-inner-title[b-5xz7vvlmjg] {
    display: flex;
    justify-content: space-between;
}

.arrow-right-up-dark[b-5xz7vvlmjg] {
    width: 30px;
    height: 30px;
    background-image: url('../images/Resources/arrow-up-right-dark.svg');
    background-size: cover;
    background-repeat: no-repeat;
}
/* _content/DDWebBlazor/Pages/Company/NewsRoomv1.razor.rz.scp.css */
#heading[b-kudhmnf20e] {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.input[b-kudhmnf20e] {
    display: flex;
    padding: 12px 14px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    /**/
    border-radius: 56px;
    border: 1px solid #D0D5DD;
    background: #FFF;
    width: 100%;
}

#Placeholder[b-kudhmnf20e] {
    display: flex;
    flex-direction: row;
    gap: 7px;
    justify-content: center;
}

#input-with-sub[b-kudhmnf20e] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-content: center;
}

#container[b-kudhmnf20e] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

#button[b-kudhmnf20e] {
    display: flex;
    height: 48px;
    justify-content: center;
    align-items: center;
}
/* _content/DDWebBlazor/Pages/Contact/GetStarted.razor.rz.scp.css */
#getStarted[b-hglk8scocn] {
   /* min-width: 1259px;
    height: 953px;
    max-height: 953px;*/
}

.get-started-container[b-hglk8scocn] {
    /*width: 50%;*/
    height: 100%;
    /*padding-left: 321.5px;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding-right: 60px;
}

.building-img[b-hglk8scocn] {
    background-image: url('../images/seeBeyond.jpg');
    /*width: 50%;*/
    z-index: 1;
    background-size: cover;
}

.container2[b-hglk8scocn] {
    display: flex;
    height: 100%;
}

/*.form {
}

    .form .input-pair {
        display: flex;
        gap: 32px;
        margin-bottom: 10px;
    }

    .form .input-group {
        display: flex;
        flex-direction: column;
        gap: 6px;
        flex-grow: 1;
        min-width: 269px;
    }

        .form .input-group label {
            font-size: 13px;
            font-weight: 500;
            line-height: 20px;
        }

        .form .input-group input,
        #commentsTextarea,
        .form .input-group textarea {
            padding: 10px 14px;
            align-items: center;
            gap: 8px;
            align-self: stretch;*/
            /**/
            /*border-radius: 8px;
            border: 1px solid #D0D5DD;
            background: #FFF;
        }

        .form .input-group textarea,
        #commentsTextarea {
            height: 98px;
            max-height: 255px;
            resize: none;
            overflow: auto;
        }

            .form .input-group input:focus,
            .form .input-group textarea:focus {
                outline: none;
            }

    .form .footnote {
        font-size: 12px;
        line-height: 18px;
        text-align: justify;
    }*/

.full-btn[b-hglk8scocn] {
    margin-top: 10px;
    width: 100%;
}

.validation-div[b-hglk8scocn] {
    display: flex;
    align-items: center;
    gap: 5px;
}

/*.validation-div label {
        min-width: 75px;
    }*/

#questionsCommentsInputGroup[b-hglk8scocn] {/*
    min-width: calc(100% + 32px);
    max-width: calc(100% + 32px);*/
}

.required-symbol[b-hglk8scocn] {
    color: #F2A736;
}

/*#####################################################*/

.section-title[b-hglk8scocn] {
    width: initial;
    padding-top: 9rem;
}

.section-content .text-block[b-hglk8scocn] {
    padding-top: 10px;
}

/* Sub Modal Styling */

.message-box[b-hglk8scocn] {
    width: 360px;
    height: 350px;
    background-color: white;
    border-radius: 16px;
    /**/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /**/
    text-align: center;
    padding: 20px;
    margin-bottom: 0;
    position: relative;
}

    .message-box .icon[b-hglk8scocn] {
        width: 56px;
        height: 56px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .message-box .title[b-hglk8scocn] {
        font-weight: 600;
        font-size: 20px;
        height: 24px;
    }

    .message-box .link[b-hglk8scocn] {
        font-size: 12px;
    }

    /*.message-box .link:hover {
            color: #2d6db5;
            text-decoration: underline;
        }*/

    .message-box hr[b-hglk8scocn] {
        width: 100%;
    }

    .message-box .close[b-hglk8scocn] {
        position: absolute;
        top: 0;
        right: 0;
        margin: 20px;
    }

#myModal .modal-content[b-hglk8scocn] {
    width: 360px;
}

.contact-us-info[b-hglk8scocn] {
    font-size: 12px;
    line-height: 18px;
    text-align: justify;
}

@media (max-width: 786px) {
    .contact-heading .section-title[b-hglk8scocn] {
        padding-top: 30px;
    }
    .contact-heading .section-content .text-block[b-hglk8scocn] {
        padding-top: 10px;
    }
    .contact-us-info[b-hglk8scocn] {
        font-size: 17px;
    }
}
/* _content/DDWebBlazor/Pages/HomePage/Cybersecurity360.razor.rz.scp.css */
#cyberSecurity360-section[b-1sss5ctgjj] {
    /*min-width: 931px;
    height: 953px;
    max-height: 953px;
    height: 550px;
    max-height: 550px;*/
}

.section-content .image[b-1sss5ctgjj] {
    width: 100%;
    /*flex-shrink: 0;
    margin-right: 0px;
    margin-top: -180px;*/
}

.section-cards[b-1sss5ctgjj] {
    display: flex;
    gap: 24px;
    /**/
    overflow: hidden;
    padding: 20px;
    margin: -20px;
}

    .section-cards .card[b-1sss5ctgjj] {
        border-radius: 16px;
        border: 1px solid #D0D5DD;
        background: #FFF;
        padding: 32px;
        transition: all 0.3s ease;
    }

        .section-cards .card .title[b-1sss5ctgjj] {
            font-size: 21px;
            font-weight: 600;
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: -25px;
        }

            .section-cards .card .title span[b-1sss5ctgjj] {
                width: fit-content;
            }

            .section-cards .card .title .arrow[b-1sss5ctgjj] {
                background-image: url('../images/arrow-up-right.svg');
                height: 80px;
                width: 80px;
            }

        .section-cards .card .subtitle[b-1sss5ctgjj] {
            font-size: 14px;
        }

        .section-cards .card:hover[b-1sss5ctgjj] {
            transform: scale(1.05) !important;
        }
/* Images */
.diagram1[b-1sss5ctgjj] {
    background-image: url('../images/Diagram1_lazy.jpg');
}

/*temporary nth child to pick 2nd*/
.card:nth-child(2)[b-1sss5ctgjj], .card:nth-child(2) span[b-1sss5ctgjj] {
    cursor: pointer;
}

.img-cybersecurity[b-1sss5ctgjj] {
    margin-top: 82px;
}

.section-title .header[b-1sss5ctgjj] {
    margin-top: 25px;
}

.section-title .tag[b-1sss5ctgjj] {
    margin-top: 15px;
}

@media (max-width: 768px) {
    .section-title .header[b-1sss5ctgjj] {
        text-align: center;
    }

    .center[b-1sss5ctgjj] {
        text-align: center;
    }
}
/* _content/DDWebBlazor/Pages/HomePage/CyberSecurityInsights.razor.rz.scp.css */
#cyberSecurityInsights-section[b-lzhg3isfk5] {
    min-width: 1036px;
    height: 918px;
}

.section[b-lzhg3isfk5] {
    position: relative;
}

.bottom-cut[b-lzhg3isfk5] {
    height: 200px;
    width: 100%;
    z-index: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}

.insight-cards[b-lzhg3isfk5] {
    display: flex;
    gap: 24px;
    z-index: 1;
}

    .insight-cards .card[b-lzhg3isfk5] {
        display: flex;
        /*width: 380px;*/
        padding: 32px;
        flex-direction: column;
        align-items: flex-start;
        gap: 70px;
        border-radius: 8px;
        transition: all 0.3s ease;
    }

        .insight-cards .card .top-part[b-lzhg3isfk5] {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

            .insight-cards .card .top-part .red-text[b-lzhg3isfk5] {
                font-size: 18px;
                line-height: 28px;
            }

            .insight-cards .card .top-part .title[b-lzhg3isfk5] {
                font-size: 24px;
                line-height: 120%;
            }

        .insight-cards .card .bottom-part[b-lzhg3isfk5] {
            display: flex;
            flex-direction: column;
            gap: 24px;
        }

            .insight-cards .card .bottom-part .gray-600-text[b-lzhg3isfk5] {
                font-size: 16px;
            }

        .insight-cards .card:hover[b-lzhg3isfk5] {
            transform: scale(1.1);
        }

.carousel-arrows[b-lzhg3isfk5] {
    justify-content: flex-end;
    margin-bottom: 20px;
    z-index: 1;
}

.net-bg[b-lzhg3isfk5] {
    background-image: url('../images/net/net3_lazy.jpg');
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
}

@media(max-width: 786px) {
    .cyberSecurityInsights-section[b-lzhg3isfk5] {
        min-width: 100%;
        height: auto; /* Allow the section to adjust the height automatically on mobile*/
    }
}

.section[b-lzhg3isfk5] {
    position: relative;
}

.bottom-cut[b-lzhg3isfk5] {
    height: 200px;
    width: 100%;
    z-index: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}

.insight-cards[b-lzhg3isfk5]{
    display: flex;
    flex: wrap; /* allow the cards to wrap on smaller screens*/
    gap: 24px;
    z-index: 1;
}

.insights-card .card[b-lzhg3isfk5]{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 70px;
    padding: 32px;
    border-radius: 8px;
    transition: all 0.3s ease;
    width; calc(50% - 24px); /* 2 cards per row on larger screen*/
}

@media(max-width: 768px) {
    .insight-cards .card[b-lzhg3isfk5] {
        width: 100%; /* Full width on mobile*/
        padding: 16px; /* Adjust padding for a mobile */
        gap: 20px; /* Reduce gap between elements fo mobile*/
    }
}

.insight-cards .card .top-part[b-lzhg3isfk5] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* _content/DDWebBlazor/Pages/HomePage/DataDefendersSolution.razor.rz.scp.css */
#dataDefendersSolution-section[b-ei009dzo5x] {
    /*min-width: 1098px;
    height: 965px;
    max-height: 965px;*/
}

.content-cards[b-ei009dzo5x] {
    z-index: 1;
    /*display: flex;
    flex-direction: row;
    gap: 24px;*/
    /**/
    /*overflow: hidden;
    padding: 20px;
    margin: -20px;*/
}

    .content-cards .container[b-ei009dzo5x] {
       /* display: flex;
        flex-direction: column;
        gap: 8px;*/
    }

    .content-cards .card[b-ei009dzo5x] {
        border-radius: 16px;
        /*padding: 24px;
        gap: 20px;
        flex: 1 0 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;*/
        transition: all 0.3s ease;
    }

        .content-cards .card .title[b-ei009dzo5x] {
            font-size: 21px;
        }

        .content-cards .card .subtitle[b-ei009dzo5x] {
            font-size: 14px;
            line-height: 24px;
        }

        .content-cards .card .card-img[b-ei009dzo5x] {
            width: 28px;
            height: 28px;
        }

        .content-cards .card:hover[b-ei009dzo5x] {
            transform: scale(1.05) translateY(0px) !important;
        }

        .content-cards .card .circle[b-ei009dzo5x] {
            height: 46px;
            width: 46px;
            background-color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            outline: 10px solid #ffffff52;
            border-radius: 50%;
            margin-bottom: 20px;
        }

.img1[b-ei009dzo5x] {
    background-image: url('../images/Advisory-Services.svg');
}

.img2[b-ei009dzo5x] {
    background-image: url('../images/Response-Services.svg');
}

.img3[b-ei009dzo5x] {
    background-image: url('../images/Data-Defense-24.svg');
}

.img4[b-ei009dzo5x] {
    background-image: url('../images/Infrastructure-Management.svg');
}

.net-bg[b-ei009dzo5x] {
    background-image: url('../images/net/net2_lazy.jpg');
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
}

.semi-bold[b-ei009dzo5x] {
    line-height: 24px;
}

.award-img2[b-ei009dzo5x] {
    position: absolute;
    top: 5px;
    right: 300px;
    width: 340px;
    height: 430px;
    z-index: 1;
    /*background-image: url('../images/award-center.png');*/
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.content-cards .card[b-ei009dzo5x] {
    min-height: 390px;
}

@media(max-width: 786px) {
    .data-defender-img[b-ei009dzo5x] {
        margin-bottom: 30px;
    }

    .data-defender .text-block[b-ei009dzo5x] {
        margin-left: 25px;
        margin-right: 25px;
    }

    .circle[b-ei009dzo5x] {
        position: absolute;
    }
    .content-cards .container[b-ei009dzo5x]{
        margin: 0px 0px 2px 45px;
    }
    .content-cards .rounded-btn[b-ei009dzo5x]{
        margin-left: 63px;
    }
    .content-cards .card[b-ei009dzo5x] {
        min-height: 218px;
    }
}
/* _content/DDWebBlazor/Pages/HomePage/Landing.razor.rz.scp.css */

.landing[b-pi9enzv7ym] {
    display: flex;
    flex-direction: row;
    height: 100%;
    flex-grow: 1;
}


    .landing .title-container[b-pi9enzv7ym] {
        padding: 0 100px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 24px;
        flex-grow: 1;
    }

        .landing .title-container .title[b-pi9enzv7ym] {
            display: inherit;
            flex-direction: column;
        }

    .landing .carousel-area[b-pi9enzv7ym] {
        background-color: #FFFFFF;
        width: 100%;
        display: flex;
        flex-direction: column;
    }


        .landing .carousel-area .carousel-txtarea .carousel-buttons .carousel-dots ul li button[b-pi9enzv7ym] {
            height: 8px;
            width: 8px;
            background-color: #8D8D8D;
            border-radius: 50%;
        }

        .landing .carousel-area .carousel-arrows[b-pi9enzv7ym] {
            display: flex;
            position: absolute;
            top: 50%;
            justify-content: space-between;
            width: 100%;
            z-index: 2;
            /**/
            padding: 0px 240px;
        }

.carousel-arrows .arrow[b-pi9enzv7ym] {
    border: 1px solid transparent;
}

.carousel-arrows .left[b-pi9enzv7ym] {
    background-image: url('../images/arrow.svg');
}

.carousel-arrows .right[b-pi9enzv7ym] {
    background-image: url('../images/arrow.svg');
    rotate: 180deg;
}

.landing .carousel-area[b-pi9enzv7ym] {
    height: 100%;
    overflow: hidden;
    position: relative;
}


    .landing .carousel-area .carousel-inner-container[b-pi9enzv7ym] {
        position: relative;
        height: 100%;
    }

    .landing .carousel-area .carousel-inner[b-pi9enzv7ym] {
        white-space: nowrap;
        position: absolute;
        font-size: 0;
        height: 100%;
        width: 100%;
    }

        .landing .carousel-area .carousel-inner .carousel-image[b-pi9enzv7ym] {
            height: 100%;
            width: 100%;
            font-size: initial;
            display: inline-block;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            transition: background-size 1s ease;
        }

    .landing .carousel-area:hover .carousel-image[b-pi9enzv7ym] {
        /*background-size: 110%;*/
    }

    .landing .carousel-area .carousel-txtarea[b-pi9enzv7ym] {
        width: 100%;
        height: 60%;
        /*padding: 0px 80px 25px 80px;*/
        padding: 0px 321.5px 25px 321.5px;
        /**/
        line-height: 2;
        display: inherit;
        gap: 18px;
        flex-direction: column;
        justify-content: space-between;
        position: absolute;
        left: 0px;
        bottom: 0px;
    }

        .landing .carousel-area .carousel-txtarea .carousel-txtarea-container[b-pi9enzv7ym] {
            height: 100%;
            flex-direction: column;
            gap: 50px;
            display: flex;
        }

        .landing .carousel-area .carousel-txtarea .carousel-title[b-pi9enzv7ym] {
            font-size: 24px;
            font-weight: 700;
            line-height: 140%;
        }

        .landing .carousel-area .carousel-txtarea span.carousel-title[b-pi9enzv7ym] {
            max-width: 718px;
            min-width: 567px;
        }

        .landing .carousel-area .carousel-txtarea .carousel-subtitle[b-pi9enzv7ym] {
            font-size: 18px;
        }

    .landing .carousel-area .carousel-buttons[b-pi9enzv7ym] {
        display: inherit;
        justify-content: space-between;
        align-items: center;
    }

        .landing .carousel-area .carousel-buttons .carousel-dots[b-pi9enzv7ym] {
            white-space: nowrap;
            cursor: default;
        }

            .landing .carousel-area .carousel-buttons .carousel-dots .dot[b-pi9enzv7ym] {
                width: 140px;
                height: 4px;
                padding: 0;
                display: inline-block;
                background-color: rgba(255, 255, 255, 0.20);
                cursor: pointer;
                transition: background-color 0.2s ease;
            }

                .landing .carousel-area .carousel-buttons .carousel-dots .dot:not(:last-child)[b-pi9enzv7ym] {
                    margin-right: 7px;
                }

                .landing .carousel-area .carousel-buttons .carousel-dots .dot.active[b-pi9enzv7ym] {
                    background-color: #FFF;
                    cursor: default;
                }

/*.landing .carousel-area .carousel-buttons .carousel-dots {*/
/*gap: 7px;*/
/*display: inline-block;
        white-space: nowrap;
    }

        .landing .carousel-area .carousel-buttons .carousel-dots .dot {
            margin-right: 7px;
            display: inline-block;
            width: 8px;
            height: 8px;
            background-color: #8D8D8D;
            border-radius: 50%;
        }

            .landing .carousel-area .carousel-buttons .carousel-dots .dot.active {
                background-color: #000;
            }*/
.landing-bar[b-pi9enzv7ym] {
    padding: 50px 0px;
    display: flex;
    justify-content: space-between;
}
    .landing-bar .landing-logo[b-pi9enzv7ym] {
        width: 200px;
        height: 40px;
        background-size: cover;
        background-position: center;
    }

.display-none[b-pi9enzv7ym] {
    display: none;
}

.carousel-txtarea-container[b-pi9enzv7ym] {
    display: flex;
    flex-direction: column;
}

@media (max-width:438px) {

    .landing .carousel-area .carousel-txtarea[b-pi9enzv7ym] {
        padding: 0px 35px 25px 35px;
    }

    .landing .carousel-area .carousel-buttons .carousel-dots .dot[b-pi9enzv7ym] {
        width: 50px;
        height: 2px;
    }

    .landing-bar[b-pi9enzv7ym] {
        padding: 5px 20px;
        flex-direction: column;
    }

        .landing-bar .landing-text[b-pi9enzv7ym] {
            width: 316px;
        }

        .landing-bar .landing-logo[b-pi9enzv7ym] {
            width: 168px;
            height: 50px;
        }

    .landing-logos[b-pi9enzv7ym] {
        overflow: hidden;
        white-space: nowrap;
        display: flex;
        justify-content: flex-start;
        padding: 10px 0;
        scrollbar-width: none;
        justify-content: center;
    }
    .section-title .tag[b-pi9enzv7ym] {
        margin-top: -57px;
    }

    .marquee[b-pi9enzv7ym]{
        width: 100%;
        gap: 20px;
        
    }

    .landing-logos[b-pi9enzv7ym] {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: thin;
    }

    .landing-logo[b-pi9enzv7ym] {
        flex: 0 0 auto;
        width: 150px;
        height: 150px;
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 20px;
    }
    .landing-logos[b-pi9enzv7ym]::-webkit-scrollbar{
        height: 8px;
    }
    .landing-logos[b-pi9enzv7ym]::-webkit-scrollbar-thumb
    {
        background: #888;
        border-radius: 10px;
    }
    .landing-logos[b-pi9enzv7ym]::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
}

.landing-logos[b-pi9enzv7ym] {
    display: flex;
    width: 75%;
    margin: 0 auto;
    justify-content: space-between;
}

.static-landing[b-pi9enzv7ym] {
    position: relative;
}

.section-image[b-pi9enzv7ym] {
    height: 100%;
    width: 100%;
    /*background-color: #0B213A80;*/
    /*background-blend-mode: multiply;*/
    background-image: url('./images/carousel/carousel-1_lazy.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    top: 0;
    position: absolute;
    z-index: -1;
}

.landing-container[b-pi9enzv7ym] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

    .landing-container .container[b-pi9enzv7ym] {
        gap: 50px;
        display: flex;
        flex-direction: column;
    }

.logo-scroller[b-pi9enzv7ym] {
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
    justify-content: flex-start;
    padding: 10px 0;
    scrollbar-width: none;
}

.logo-scroller[b-pi9enzv7ym]::-webkit-scrollbar{
    display: none;
}

@media screen and (max-width: 1400px) {
    .landing-logos[b-pi9enzv7ym] {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
        align-items: center;
    }
}

@media screen and (max-width: 460px) {
    .landing-logos[b-pi9enzv7ym] {
        margin-top: 20px;
    }
}
/* _content/DDWebBlazor/Pages/HomePage/Reviews.razor.rz.scp.css */
#reviews-section[b-zovv8hpw6u] {
   /* min-width: 1205px;
    height: 815px;
    max-height: 815px;*/
}

.section-title-container[b-zovv8hpw6u] {
    /*margin: 0 auto;*/
}

.section-content[b-zovv8hpw6u] {
}

.section-reviews[b-zovv8hpw6u] {
    /*    width: 1715px;
    max-width: 1715px;*/
    /**/
    position: relative;
}

/*.reviews-body-video {
    padding: 0;*/
/*background-image: url('../images/bloomberg.jpg');*/
/*background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 50%;
    box-shadow: 0px 32px 64px -12px rgba(16, 24, 40, 0.14);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 67%;
    width: 100%;
}

.reviews-body-video-play-button {
    width: 80px;
    height: 80px;
}*/

.reviews-body-article[b-zovv8hpw6u] {
    padding: 18px;
    border: 1px solid #dee1e7;
}

.reviews-body-article-image[b-zovv8hpw6u] {
    width: 100%;
    height: 354px;
    border-radius: 8px;
    background: url('../images/PersonWithLaptop.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 50%;
    margin-bottom: 24px;
}

.reviews-body-article-heading-and-icon[b-zovv8hpw6u] {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    margin-bottom: 16px;
}

    .reviews-body-article-heading-and-icon span:first-child[b-zovv8hpw6u] {
        flex: 1 0 0;
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px;
    }

    .reviews-body-article-heading-and-icon span:last-child[b-zovv8hpw6u] {
        width: 24px;
        height: 24px;
        background-image: url('../images/arrow-up-right-black.svg');
        background-repeat: no-repeat;
    }

.reviews-body-article-text[b-zovv8hpw6u] {
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
}

.reviews-carousel[b-zovv8hpw6u] {
    display: flex;
    align-items: center;
}

.reviews-carousel-content[b-zovv8hpw6u] {
    width: 100%;
    position: relative;
}

.stars[b-zovv8hpw6u] {
    display: inline-flex;
    margin-bottom: 22px;
}

.star[b-zovv8hpw6u] {
    width: 20px;
    height: 20px;
    background-image: url('../images/Star.svg');
}

.star-white[b-zovv8hpw6u] {
    float: left;
    width: 25px;
    height: 25px;
    background-image: url('../images/Star-White.svg');
}

.quote[b-zovv8hpw6u] {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 20px;
}

.attribution[b-zovv8hpw6u] {
    display: flex;
    align-items: center;
}

.attribution-text-group[b-zovv8hpw6u] {
    background-color: white;
    padding: 15px 25px 15px 50px;
    margin-left: -35px;
    border-radius: 16px;
}

.attribution-text[b-zovv8hpw6u] {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.net-bg[b-zovv8hpw6u] {
    background-image: url('../images/net/net3_lazy.jpg');
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
}

/* VIDEO TRICK #################################################*/

.reviews-left-container[b-zovv8hpw6u], .reviews-right-container[b-zovv8hpw6u] {
    width: 50%;
    height: 60%;
}

.reviews-right-container[b-zovv8hpw6u] {
    margin-top: 6%;
    height: 330px;
}

.reviews-container[b-zovv8hpw6u] {
    width: 100%;
    z-index: 1;
    gap: 30px;
}

.video-wrapper[b-zovv8hpw6u] {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    /*z-index: -1;*/
}

.cover[b-zovv8hpw6u] {
    position: absolute;
    height: 80px;
    width: 100%;
    background: red;
    z-index: 1;
}

    .cover.top[b-zovv8hpw6u] {
        top: -80px;
    }

    .cover.bottom[b-zovv8hpw6u] {
        bottom: -80px;
    }

.reviews-body-video[b-zovv8hpw6u] {
    height: 480px;
    width: 100%;
    position: absolute;
    top: -80px;
}

/* TESTIMONIAL #################################################*/
.testimonials-body-person[b-zovv8hpw6u] {
    flex: 1;
    z-index: 1;
}

.testimonials-body-person-name-stars[b-zovv8hpw6u] {
    color: white;
    font-size: 70px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -0.96px;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 46px;
}

.testimonials-body-person-title[b-zovv8hpw6u] {
    color: white;
    font-size: 22px;
    font-style: normal;
    line-height: 28px;
}

.testimonials-body-person-page[b-zovv8hpw6u] {
    background-image: url('../images/PersonOnCouch.jpg');
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    background-position: center;

}
.bottom-cut[b-zovv8hpw6u] {
    width: 100%;
    padding: 40px 355px;
}

#testimonials-section[b-zovv8hpw6u] {
    height: 308px;
    max-height: 308px;
}
/* _content/DDWebBlazor/Pages/HomePage/Testimonials.razor.rz.scp.css */
#testimonials-section[b-ka9ctrsbq6] {
    min-width: 1205px;
    height: 1485px;
    max-height: 1485px;
}

.section[b-ka9ctrsbq6] {
    justify-content: flex-start;
}

.section-title-container[b-ka9ctrsbq6] {
    width: 1715px;
    max-width: 1715px;
    /*margin: 0 auto;*/
    z-index: 1;
}

.section-content[b-ka9ctrsbq6] {
    width: 700px;
    /*max-width: 1715px;*/
    padding: 0;
}

.section-testimonials[b-ka9ctrsbq6] {
    /*    width: 1715px;
    max-width: 1715px;*/
    z-index: 1;
    /**/
    position: absolute;
    right: 80px;
    top: 70px;
}

    .section-testimonials > div[b-ka9ctrsbq6] {
        width: 100%;
    }

.testimonials-body-first-row[b-ka9ctrsbq6] {
    display: flex;
    gap: 20px;
    /*margin-bottom: 96px;*/
    margin-bottom: 140px;
    justify-content: center;
}

    .testimonials-body-first-row > div[b-ka9ctrsbq6] {
        /*flex: 1;*/
        /*height: 540px;*/
        width: 857px;
        height: 513px;
        border-radius: 8px;
    }

.testimonials-body-video[b-ka9ctrsbq6] {
    padding: 0;
    /*background-image: url('../images/bloomberg.jpg');*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 50%;
    box-shadow: 0px 32px 64px -12px rgba(16, 24, 40, 0.14);
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonials-body-video-play-button[b-ka9ctrsbq6] {
    width: 80px;
    height: 80px;
}

.testimonials-body-article[b-ka9ctrsbq6] {
    padding: 18px;
    border: 1px solid #dee1e7;
}

.testimonials-body-article-image[b-ka9ctrsbq6] {
    width: 100%;
    height: 354px;
    border-radius: 8px;
    background: url('../images/PersonWithLaptop.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 50%;
    margin-bottom: 24px;
}

.testimonials-body-article-heading-and-icon[b-ka9ctrsbq6] {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    margin-bottom: 16px;
}

    .testimonials-body-article-heading-and-icon span:first-child[b-ka9ctrsbq6] {
        flex: 1 0 0;
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px;
    }

    .testimonials-body-article-heading-and-icon span:last-child[b-ka9ctrsbq6] {
        width: 24px;
        height: 24px;
        background-image: url('../images/arrow-up-right-black.svg');
        background-repeat: no-repeat;
    }

.testimonials-body-article-text[b-ka9ctrsbq6] {
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
}

.testimonials-body-second-row[b-ka9ctrsbq6] {
    width: 100%;
    display: flex;
    height: 100%;
    gap: 64px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.testimonials-carousel[b-ka9ctrsbq6] {
    display: flex;
    align-items: center;
}

.testimonials-carousel-content[b-ka9ctrsbq6] {
    width: 100%;
    position: relative;
}

.stars[b-ka9ctrsbq6] {
    display: inline-flex;
    margin-bottom: 22px;
}

.star[b-ka9ctrsbq6] {
    width: 20px;
    height: 20px;
    background-image: url('../images/Star.svg');
}

.star-white[b-ka9ctrsbq6] {
    float: left;
    width: 20px;
    height: 20px;
    background-image: url('../images/Star-White.svg');
}

.quote[b-ka9ctrsbq6] {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 20px;
}

.attribution[b-ka9ctrsbq6] {
    display: flex;
    align-items: center;
}

.attribution-text-group[b-ka9ctrsbq6] {
    background-color: white;
    padding: 15px 25px 15px 50px;
    margin-left: -35px;
    border-radius: 16px;
}

.attribution-text[b-ka9ctrsbq6] {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.testimonial-carousel-arrows[b-ka9ctrsbq6] {
    position: absolute;
    right: 0;
    bottom: 0;
}

    .testimonial-carousel-arrows > div[b-ka9ctrsbq6] {
        width: 56px;
        height: 56px;
        float: left;
        border-radius: 50%;
        border: 1px solid var(--gray-200, #EAECF0);
        backdrop-filter: blur(4px);
        cursor: pointer;
    }

.prev-arrow[b-ka9ctrsbq6] {
    background-image: url('../images/arrow-left.svg');
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 32px;
}

.next-arrow[b-ka9ctrsbq6] {
    background-image: url('../images/arrow-right.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.testimonials-body-person[b-ka9ctrsbq6] {
    flex: 1;
    z-index: 1;
}

.testimonials-body-person-page[b-ka9ctrsbq6] {
    background-image: url('../images/PersonOnCouch.jpg');
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    background-position: center;
}

.testimonials-body-person-name-stars[b-ka9ctrsbq6] {
    color: white;
    font-size: 70px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -0.96px;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 46px;
}

.testimonials-body-person-title[b-ka9ctrsbq6] {
    color: white;
    font-size: 22px;
    font-style: normal;
    line-height: 28px;
}

@media screen and (max-width: 1280px) {
    .testimonials-body-first-row[b-ka9ctrsbq6] {
        flex-direction: column;
    }
}

.bottom-cut[b-ka9ctrsbq6] {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 390px;
    padding: 0 355px;
    z-index: 0;
}

.upper-cut[b-ka9ctrsbq6] {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 655px;
    z-index: 0;
}

.net-bg[b-ka9ctrsbq6] {
    background-image: url('../images/net/net3_lazy.jpg');
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
}

.award[b-ka9ctrsbq6] {
    background-image: url('../images/award.png');
    height: 470px;
    position: absolute;
    width: 470px;
    top: -350px;
    right: 0;
}
/* _content/DDWebBlazor/Pages/HomePage/ThreatAnalytics.razor.rz.scp.css */
#threatAnalytics-section[b-13cu4g53oi] {
   /* min-width: 1335px;
    height: 1400px;
    max-height: 1400px;*/
}

.top-section[b-13cu4g53oi] {
    width: 100%;
    z-index: 1;
    /*margin-top: 100px;*/
}

.top-left-section[b-13cu4g53oi] {
    float: left;
    width: 65%;
}

.top-right-section[b-13cu4g53oi] {
    float: left;
    width: 30%;
}


.top-right-section[b-13cu4g53oi] {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: end;
    flex-wrap: wrap;
    margin-top: -50px;
}

.bottom-section[b-13cu4g53oi] {
    height: 45%;
    z-index: 1;
}

.badge-text[b-13cu4g53oi] {
    color: #FFF;
    text-align: center;
    /* Text sm/Medium */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
}

.threat-analysis-yellow-text[b-13cu4g53oi] {
    text-align: center;
    font-family: Inter;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px; /* 120% */
    letter-spacing: -1.2px;
}

.top-right-section-text[b-13cu4g53oi] {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
    align-self: stretch;
    /**/
    font-size: 14px;
    line-height: 25px;
}

.threat-analysis-info-section[b-13cu4g53oi] {
    /*width: 322px;
    height: 196px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
}

.threat-analysis-image[b-13cu4g53oi] {
    /*    height: 90%;
    background-image: url('../images/ThreatAnalyticsDiagram1.png');
    filter: drop-shadow(2px 10px 5px #1A2A71);
    transition: all 1s ease;
    background-color: #00062985;
    border-radius: 10px;*/
}

.net-bg[b-13cu4g53oi] {
    background-image: url('../images/net/net1-new_lazy.jpg');
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
}

@media screen and (max-width: 768px) {
    .threat-analysis[b-13cu4g53oi] {
        margin: 25px 0px;
        border: 1px solid #ffc107;
        padding: 18px 24px;
        border-radius: 50px;
    }
    .threat-analysis .threat-analysis-yellow-text[b-13cu4g53oi] {
        border-bottom: 1px solid #ffc107;
    }
    .threat-analysis span[b-13cu4g53oi] {
        font-size: 21px;
        margin-top: 15px;
    }
}
/* _content/DDWebBlazor/Pages/HomePage/Unsubscribe.razor.rz.scp.css */
#unsub[b-w8lnfwpiqb] {
    min-width: 1576px;
    height: 953px;
    max-height: 953px;
    /**/
    display: flex;
    align-items: center;
    justify-content: center;
}

.message-box[b-w8lnfwpiqb] {
    width: 360px;
    height: 350px;
    background-color: white;
    border-radius: 16px;
    /**/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /**/
    text-align: center;
    padding: 20px;
}

    .message-box .icon[b-w8lnfwpiqb] {
        width: 56px;
        height: 56px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .message-box .title[b-w8lnfwpiqb] {
        font-weight: 600;
        font-size: 20px;
        height: 24px;
    }

    .message-box .link[b-w8lnfwpiqb] {
        font-size: 12px;
    }

        .message-box .link:hover[b-w8lnfwpiqb] {
            color: #2d6db5;
            /*text-decoration: underline;*/
        }

    .message-box hr[b-w8lnfwpiqb] {
        width: 100%;
    }
/* _content/DDWebBlazor/Pages/Partners/Landing.razor.rz.scp.css */
#partnersLanding[b-eure8vm3tm] {
    height: 750px;
}

.section-title[b-eure8vm3tm] {
    width: 100%;
}

.img-bg[b-eure8vm3tm] {
    background-color: #00000080;
    background-blend-mode: multiply;
    background-image: url('../images/Partners/Partners-bg.jpg');
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
}
/* _content/DDWebBlazor/Pages/Partners/Partners.razor.rz.scp.css */
.partners-container[b-jp9rsrgh10] {
    width: 100%;
    padding: 120px;
    display: flex;
    gap: 40px;
}

.partners-title-sub-text[b-jp9rsrgh10] {
    align-self: stretch;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.partners-card[b-jp9rsrgh10] {
    border-radius: 12px;
    border: 1px solid #D0D5DD;
    width: 428px;
    padding: 0;
}

.partners-picture[b-jp9rsrgh10] {
    display: flex;
    height: 320px;
    padding: 40px;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    border-radius: 12px 12px 0px 0px;
    background-color: white;
}

.partners-microsoft[b-jp9rsrgh10] {
    background-image: url('../images/Partners/Microsoft.svg');
    width: 335px;
    height: 71px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.partners-eSentire[b-jp9rsrgh10] {
    background-image: url('../images/Partners/eSentire.svg');
    width: 335px;
    height: 48px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: cover;
}


.partners-okta[b-jp9rsrgh10] {
    background-image: url('../images/Partners/Okta.svg');
    width: 293px;
    height: 97px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: cover;
}


.partners-Qualys[b-jp9rsrgh10] {
    background-image: url('../images/Partners/Qualys.svg');
    width: 335px;
    height: 105px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: cover;
}


.partners-KnowBe4[b-jp9rsrgh10] {
    background-image: url('../images/Partners/Knowbe4.svg');
    width: 335px;
    height: 93px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.partners-supporting-text-wrapper[b-jp9rsrgh10] {
    display: flex;
    gap: 24px;
    padding: 32px;
    background: #F6F6F9;
    align-items: center;
    border-radius: 0px 0px 12px 12px;
}

.partners-supporting-text[b-jp9rsrgh10] {
    gap: 8px;
}

.partners-supporting-text[b-jp9rsrgh10] {
    flex: 1;
}

.content[b-jp9rsrgh10] {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.landing-logos[b-jp9rsrgh10] {
    display: flex;
    width: 75%;
    justify-content: space-between;
}

.net-bg[b-jp9rsrgh10] {
    background-image: url('../images/net/net5_lazy.jpg');
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
}
/* _content/DDWebBlazor/Pages/Post/Post.razor.rz.scp.css */

.section-content[b-5lktwbdem5] {
    width: 100%;
    height: 4500px;
}

.pill[b-5lktwbdem5] {
    background: #E4EBF2;
    margin-top: 300px;
}
.inner-pill[b-5lktwbdem5] {
    float: left;
}
.minute-read[b-5lktwbdem5] {
    float: left;
    height: 100%;
    display: flex;
    align-items: center; 
    justify-content: center;
    padding: 0px 10px;
}
.post-title[b-5lktwbdem5] { 
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.post-img-description-container[b-5lktwbdem5] {
    width: 100%;
    height: auto;
}
.post-description-container[b-5lktwbdem5] {
    width: 100%;
    height: auto;
    background-color: orange;
}
.post-description-left[b-5lktwbdem5] {
    width: 70%;
    height: auto;
    float: left;
}
.post-description-right[b-5lktwbdem5] {
    width: 30%;
    height: auto;
    float: left;
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.description-btn[b-5lktwbdem5] {
    border: 1px solid var(--gray-300, #D0D5DD);
    height: 50px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}




.twitter[b-5lktwbdem5] {
    background-image: url('../images/Twitter-gray.svg');
    background-image: url('../images/Twitter-gray.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

.linkedin[b-5lktwbdem5] {
    background-image: url('../images/Linkedin-gray.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

.facebook[b-5lktwbdem5] {
    background-image: url('../images/Facebook-gray.svg');
    background-size: cover;
    background-repeat: no-repeat;
}
.icon[b-5lktwbdem5] {
    width: 10px;
    height:10px;
}

.float-right[b-5lktwbdem5] { 
    float: right;
}


.post-content[b-5lktwbdem5] { 
    width: 100%;
    height: auto;
    margin-top: 120px;
}
.post-content-left[b-5lktwbdem5] { 
    width: 60%;
    height: auto;
    float: left;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.post-content-right[b-5lktwbdem5] {
    width: 40%;
    height: auto;
    float: left;
}

.img-gray[b-5lktwbdem5] {
    width: 100%;
    height: 500px;
    background-color: #C4C4C4;
    border-radius: 12px;
}

.img-description[b-5lktwbdem5] {
    padding: 30px 0px;
}

.testimony[b-5lktwbdem5] {
    font-family: Inter;
    font-size: 24px;
    font-style: italic;
    line-height: 36px; 
}
.testimonial-container[b-5lktwbdem5] {
    width: 100%;
    height: auto;
    border-left: 4px solid #475467;
    padding: 30px 10px;
}
.testimony-author[b-5lktwbdem5] {
    background-image: url('../images/Users/Olivia.png');
}

.avatar[b-5lktwbdem5] {
    width: 48px;
    height: 48px;
    background-size: cover;
}
.author-container[b-5lktwbdem5] {
    width: 100%;
    height: auto;
    padding: 15px 10px;
}
.author-container-left[b-5lktwbdem5] {
    width: 48px;
    height: 48px;
    float: left;
}
.author-container-right[b-5lktwbdem5] {
    width: 90%;
    height: auto;
    float: left;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 5px 10px;
}

.topic-container[b-5lktwbdem5] {
    width: 100%;
    height: auto;
}
    .topic-container p[b-5lktwbdem5] {
        margin-bottom: 25px;
    }
    .topic-container li[b-5lktwbdem5] {
        margin-bottom: 25px;
    }





.newsletter-container[b-5lktwbdem5] {
    display: flex;
    width: 80%;
    float: right;
    padding: 32px 32px 40px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    border-radius: 0px 0px 16px 16px;
    border-top: 4px solid #2A65A1;
    background: var(--gray-50, #F9FAFB);
}



.post-main-img[b-5lktwbdem5] {
    background-image: url('../images/post-image-main.png');
    width: 100%;
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 20px 0px;
}
.left[b-5lktwbdem5] { 
    width : 50vw;
    height: auto;
    float : left;
}
    .left p[b-5lktwbdem5] {
        color: var(--gray-600, #475467);
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        margin-top: 20px;
    }
    .left .title[b-5lktwbdem5] {
        color: var(--gray-900, #101828);
        font-family: Inter;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px;
    }
.right[b-5lktwbdem5] {
    width: 30vw;
    height: auto;
    float : right;
}

.box-gray[b-5lktwbdem5] {
    border-radius: 12px;
    background-color: #C4C4C4;
    width: 100%;
    height: 50vh; 
}

.img-description-short[b-5lktwbdem5] {
    color: var(--gray-600, #475467);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.img-description-long[b-5lktwbdem5]{
    color: var(--gray-600, #475467);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.testimonial[b-5lktwbdem5] {
    color: var(--gray-900, #101828);
    /* Display xs/Medium italic */
    font-family: Inter;
    font-size: 24px !important;
    font-style: italic;
    font-weight: 500 !important;
    line-height: 36px; /* 150% */
}

.more-news-container[b-5lktwbdem5] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 50vh;
}
.more-news-content[b-5lktwbdem5] {
    height: 100%;
    width: 30%;
    background-size: cover;
}

.thumbnail-cybersecurity[b-5lktwbdem5] {
    background-image: url('../images/post-cybersecurity-thumbnail.png');
    background-size: cover;
    width: 100%;
    height: 240px;
}
/* _content/DDWebBlazor/Pages/PrivacyPolicy/PrivacyPolicy.razor.rz.scp.css */
span[b-wvudfw1b2i]{
    width : 100%;
}
.title[b-wvudfw1b2i] {
    text-align: center;
    margin-top: 1px;;
}
.main-title[b-wvudfw1b2i] {
    color: #101828;
    text-align: center;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -0.96px;
}
.sub-title[b-wvudfw1b2i] {
    color: var(--gray-600, #475467);
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.section[b-wvudfw1b2i] {
    margin-top: 123px;
}
.section-title[b-wvudfw1b2i] {
    width: 100%;
    color: #101828;
    margin-top: 50px;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
}
.content[b-wvudfw1b2i] {
    color: #475467;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
/* _content/DDWebBlazor/Pages/Resources/Catalog.razor.rz.scp.css */
#ResourcesSection[b-zugv9e6251] {
    min-width: 1576px;
    height: 953px;
    max-height: 953px;
}

.solutions-section[b-zugv9e6251] {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.solutions-section-image[b-zugv9e6251] {
    height: 100%;
    width: 100%;
    background-color: #0B213A80;
    background-blend-mode: multiply;
    background-image: url('../images/post-image-main.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    position: absolute;
    z-index: -1;
}

.net-bg[b-zugv9e6251] {
    background-image: url('../images/net/net5_lazy.jpg');
    width: 100%;
    height: 1450px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
}

/**/

.diagram .text[b-zugv9e6251] {
    width: 100%;
}

.btn-container[b-zugv9e6251] {
    display: flex;
    gap: 12px;
    position: absolute;
    transform: translate(140px, -50px);
    padding-left: 12px;
}

.featureSection[b-zugv9e6251] {
    height: auto;
    /*background-color: #F6F6F9;*/
}

    .featureSection .subheading[b-zugv9e6251] {
        font-size: 32px;
        font-weight: 600;
    }

/**/

.gray-card[b-zugv9e6251] {
    background-color: #F6F6F9;
    padding: 32px 40px;
    display: flex;
    max-height: 136px;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
    margin-bottom: 16px;
    overflow: hidden;
    position: relative;
}

    .gray-card .left-side[b-zugv9e6251] {
        display: inherit;
        gap: 24px;
        padding-right: 50px;
    }

    .gray-card .icon[b-zugv9e6251] {
        height: 72px;
        width: 72px;
        background-size: 100% !important;
        background: #285D9B;
        border-radius: 8px;
        flex-shrink: 0;
        background-repeat: no-repeat;
        background-position: center;
    }

    .gray-card .title[b-zugv9e6251] {
        font-size: 24px;
        font-weight: 600;
        line-height: 40px;
        letter-spacing: -1px;
    }

    .gray-card .desc[b-zugv9e6251] {
        font-size: 16px;
        line-height: 32px;
        color: #475467;
    }
/* _content/DDWebBlazor/Pages/Solutions/AdvisoryServices.razor.rz.scp.css */
#solutionsAdvisoryServicesSection[b-1efvx413fp] {
   /* min-width: 1576px;
    height: 953px;
    max-height: 953px;*/
}

.DDArticleLowerSection.advisory[b-1efvx413fp] {
  /*  height: 1378px;
    max-height: 1378px;*/
}

.solutions-section[b-1efvx413fp] {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.solutions-section-image[b-1efvx413fp] {
    height: 100%;
    width: 100%;
    background-color: #0B213A80;
    background-blend-mode: multiply;
    background-image: url('../images/Solutions/solutions-img1_lazy.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    position: absolute;
    z-index: -1;
}

.advisory-sub-text[b-1efvx413fp] {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.advisory-graphic-icon[b-1efvx413fp] {
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 72px;
    height: 72px;
}

.disaster-recovery[b-1efvx413fp] {
    background-image: url('../images/Solutions/AdvisoryServices/disaster-recovery.svg');
    height: 76px;
}

.gov-risk-comp[b-1efvx413fp] {
    background-image: url('../images/Solutions/AdvisoryServices/gov-risk-comp.svg');
}

.cybersec-infra[b-1efvx413fp] {
    background-image: url('../images/Solutions/AdvisoryServices/cybersec-infra.svg');
}

.advisory-graphic-icon.cyber-risk[b-1efvx413fp] {
    background-image: url('../images/Solutions/AdvisoryServices/cyber-risk.svg');
}

.puzzle-piece-picture[b-1efvx413fp] {
    background-image: url('../images/Solutions/AdvisoryServices/advisory-puzzle-graphic.svg');
    width: 288px;
    height: 288px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.net-bg[b-1efvx413fp] {
    background-image: url('../images/net/net5_lazy.jpg');
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
}

@media (max-width: 786px) {
    .article .heading[b-1efvx413fp] {
        font-size: 30px;
        line-height: 45px;
    }

    .article .blue-subheading[b-1efvx413fp] {
        font-size: 20px;
        line-height: 36px;
    }
}

@media (max-width: 560px) {
    .puzzle-piece-picture[b-1efvx413fp] {
               display: none;
    }

    .advisory-sub-text[b-1efvx413fp] {
        text-align: center;
    }

    .semi-bold-sub-header[b-1efvx413fp] {
        text-align: center;
    }
}
/* _content/DDWebBlazor/Pages/Solutions/AdvisoryServicesSubpages/CyberRiskManagement.razor.rz.scp.css */
#solutionsCyberRiskManagementSection[b-a3q0q9va53] {
   /* height: 953px;
    max-height: 953px;*/
}

.solutions-section[b-a3q0q9va53] {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.solutions-section-image[b-a3q0q9va53] {
    height: 100%;
    width: 100%;
    background-color: #0B213A80;
    background-blend-mode: multiply;
    background-image: url('../images/Solutions/solutions-img1_lazy.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    position: absolute;
    z-index: -1;
}

.diagram .bullet-container[b-a3q0q9va53] {
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.diagram .img[b-a3q0q9va53] {
    background-image: url('../images/Solutions/AdvisoryServices/risk-management_lazy.jpg');
    height: 300px;
}

@media (max-width: 786px) {
    .section-title-landing .header[b-a3q0q9va53] {
        line-height: 1.4;
    }

    .article .heading[b-a3q0q9va53] {
        font-size: 30px;
        line-height: 40px;
    }

    .diagram .text[b-a3q0q9va53] {
        font-size: 20px;
        line-height: 1.4;
    }

    .accord-container .cover[b-a3q0q9va53]{
        bottom: 1px;
    }

    .accord-container[b-a3q0q9va53] {
        padding: 30px 20px;
    }

    .left-side[b-a3q0q9va53] {
        align-items: center;
    }

    .accord-container .title[b-a3q0q9va53] {
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
    }

    .accord-container .desc[b-a3q0q9va53] {
        padding-top: 0px !important;
    }
}
/* _content/DDWebBlazor/Pages/Solutions/AdvisoryServicesSubpages/CybersecurityInfrastructure.razor.rz.scp.css */
#solutionsCybersecurityInfrastructureSection[b-mea1auiofx] {
 /*   height: 953px;
    max-height: 953px;*/
}

.solutions-section[b-mea1auiofx] {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.solutions-section-image[b-mea1auiofx] {
    height: 100%;
    width: 100%;
    background-color: #0B213A80;
    background-blend-mode: multiply;
    background-image: url('../images/Solutions/solutions-img1_lazy.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    position: absolute;
    z-index: -1;
}

.diagram .img[b-mea1auiofx] {
    background-image: url('../images/Solutions/AdvisoryServices/remote-server_lazy.jpg');
    height: 330px;
}

.section-title .white-text[b-mea1auiofx] {
    white-space: nowrap;
}

@media (max-width: 786px) {
    .section-title-landing .header[b-mea1auiofx] {
        line-height: 1.4;
    }

    .section-title .header[b-mea1auiofx] {
        text-align: left;
    }

    .accord-container[b-mea1auiofx] {
        padding: 30px 20px;
    }
    
    .article .heading[b-mea1auiofx] {
        font-size: 30px;
        line-height: 40px;
    }

    .accord-container .desc[b-mea1auiofx] {
        padding-top: 0px;
    }

    .diagram .text[b-mea1auiofx] {
        font-size: 20px;
        line-height: 1.4;
    }

    .accord-container .cover[b-mea1auiofx] {
        bottom: 1px;
    }

    .left-side[b-mea1auiofx] {
        align-items: center;
    }

    .accord-container .title[b-mea1auiofx] {
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
    }

    .accord-container .desc[b-mea1auiofx] {
        padding-top: 0px !important;
    }
}
/* _content/DDWebBlazor/Pages/Solutions/AdvisoryServicesSubpages/DisasterRecover.razor.rz.scp.css */
#solutionsDisasterRecoverSection[b-s7z1q03otk] {
  /*  min-width: 1576px;
    height: 953px;
    max-height: 953px;*/
}

.solutions-section[b-s7z1q03otk] {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.solutions-section-image[b-s7z1q03otk] {
    height: 100%;
    width: 100%;
    background-color: #0B213A80;
    background-blend-mode: multiply;
    background-image: url('../images/Solutions/solutions-img1_lazy.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    position: absolute;
    z-index: -1;
}

.diagram .img[b-s7z1q03otk] {
    background-image: url('../images/Solutions/AdvisoryServices/file-floaty_lazy.jpg');
    height: 300px;
    width: 480px;
}

.section-title.white-text .header span:not(:first-child)[b-s7z1q03otk] {
    white-space: nowrap;
}


@media (max-width: 786px) {
    .section-title-landing .header[b-s7z1q03otk] {
        line-height: 1.4;
    }

    .article .heading[b-s7z1q03otk] {
        font-size: 30px;
        line-height: 40px;
    }

    .diagram .text[b-s7z1q03otk] {
        font-size: 20px;
        line-height: 1.4;
        width: 100%;
    }

    .accord-container .cover[b-s7z1q03otk] {
        bottom: 1px;
    }

    .accord-container[b-s7z1q03otk] {
        padding: 30px 20px;
    }

    .accord-container .desc[b-s7z1q03otk] {
        padding-top: 0px;
    }

    .left-side[b-s7z1q03otk] {
        align-items: center;
    }

    .accord-container .title[b-s7z1q03otk] {
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
    }

    .accord-container .desc[b-s7z1q03otk] {
        padding-top: 0px !important;
    }
}
/* _content/DDWebBlazor/Pages/Solutions/AdvisoryServicesSubpages/Governance.razor.rz.scp.css */
#solutionsGovernanceSection[b-8iep3gdxx3] {
   /* min-width: 1576px;
    height: 953px;
    max-height: 953px;*/
}

.solutions-section[b-8iep3gdxx3] {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.solutions-section-image[b-8iep3gdxx3] {
    height: 100%;
    width: 100%;
    background-color: #0B213A80;
    background-blend-mode: multiply;
    background-image: url('../images/Solutions/solutions-img1_lazy.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    position: absolute;
    z-index: -1;
}

.diagram .img[b-8iep3gdxx3] {
    background-image: url('../images/Solutions/AdvisoryServices/governance_lazy.jpg');
    border-radius: 32px;
    height: 300px;
    width: 550px;
    background-size: cover;
}

@media (max-width: 786px) {
    .section-title-landing .header[b-8iep3gdxx3] {
        line-height: 1.4;
    }

    .section-title .header[b-8iep3gdxx3] {
        text-align: left;
    }

    .accord-container[b-8iep3gdxx3] {
        padding: 30px 20px;
    }

    .article .heading[b-8iep3gdxx3] {
        font-size: 30px;
        line-height: 40px;
    }

    .accord-container .desc[b-8iep3gdxx3] {
        padding-top: 0px;
    }

    .diagram .text[b-8iep3gdxx3] {
        font-size: 20px;
        line-height: 1.4;
    }

    .accord-container .cover[b-8iep3gdxx3] {
        bottom: 1px;
    }

    .left-side[b-8iep3gdxx3] {
        align-items: center;
    }

    .accord-container .title[b-8iep3gdxx3] {
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
    }

    .accord-container .desc[b-8iep3gdxx3] {
        padding-top: 0px !important;
    }
}
/* _content/DDWebBlazor/Pages/Solutions/InfrastructureManagement.razor.rz.scp.css */
#solutionsInfrastructureManagementSection[b-azs72wcbax] {
   /* min-width: 1576px;
    height: 953px;
    max-height: 953px;*/
}

.solutions-section[b-azs72wcbax] {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.solutions-section-image[b-azs72wcbax] {
    height: 100%;
    width: 100%;
    background-color: #0B213A80;
    background-blend-mode: multiply;
    background-image: url('../images/Solutions/solutions-img4_lazy.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    position: absolute;
    z-index: -1;
}

.net-bg[b-azs72wcbax] {
    background-image: url('../images/net/net5_lazy.jpg');
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
}

.diagram .img[b-azs72wcbax] {
    background-image: url('../images/Solutions/InfrastructureManagement/connection_lazy.jpg');
    height: 270px;
    width: 480px;
}

.big-text[b-azs72wcbax] {
    font-weight: 600;
    font-size: 24px;
}

.gray-card[b-azs72wcbax] {
    background-color: #F6F6F9;
    padding: 32px 40px;
    display: flex;
    max-height: 136px;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
    margin-bottom: 16px;
    overflow: hidden;
    position: relative;
}

    .gray-card .left-side[b-azs72wcbax] {
        display: inherit;
        gap: 24px;
        padding-right: 50px;
    }

    .gray-card .icon[b-azs72wcbax] {
        height: 72px;
        width: 72px;
        background: #285D9B;
        border-radius: 8px;
        flex-shrink: 0;
        background-repeat: no-repeat;
        background-position: center;
    }

    .gray-card .title[b-azs72wcbax] {
        font-size: 24px;
        font-weight: 600;
        line-height: 40px;
        letter-spacing: -1px;
    }

    .gray-card .desc[b-azs72wcbax] {
        font-size: 16px;
        line-height: 32px;
        color: #475467;
    }



@media (max-width: 786px) {
    .article .heading[b-azs72wcbax] {
        font-size: 30px;
        line-height: 45px;
    }

    .article .blue-subheading[b-azs72wcbax] {
        font-size: 20px;
        line-height: 36px;
    }

    .diagram[b-azs72wcbax] {
        gap: 0;
    }

    .diagram .text[b-azs72wcbax] {
        font-size: 17px;
        line-height: 1.4; 
    }
}

@media (max-width: 560px) {
    .gray-card[b-azs72wcbax] {
        padding: 17px 6px;
    }
    .gray-card .title[b-azs72wcbax] {
        font-size: 10px;
        line-height: 1.4;
    }
    .gray-card .desc[b-azs72wcbax] {
        font-size: 10px;
        line-height: 1.4;
    }
    .gray-card .left-side[b-azs72wcbax] {
        display: inherit;
        gap: 24px;
        padding-right: 0px;
        align-items: center;
    }
    .learn-more-button[b-azs72wcbax] {
        font-size: 11px;
        line-height: 1.4;
    }
    .rounded-btn[b-azs72wcbax] {
        padding: 3px 10px;
    }
}
/* _content/DDWebBlazor/Pages/Solutions/InfrastructureManagementSubpages/EndPoint.razor.rz.scp.css */
#solutionsEndPointSection[b-kexux5k513] {
/*    min-width: 1576px;
    height: 953px;
    max-height: 953px;*/
}

.solutions-section[b-kexux5k513] {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.solutions-section-image[b-kexux5k513] {
    height: 100%;
    width: 100%;
    background-color: #0B213A80;
    background-blend-mode: multiply;
    background-image: url('../images/Solutions/solutions-img4_lazy.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    position: absolute;
    z-index: -1;
}

.diagram .img[b-kexux5k513] {
    background-image: url('../images/Solutions/InfrastructureManagement/towers_lazy.jpg');
    height: 240px;
    width: 480px;
}


@media (max-width: 786px) {
    .section-title-landing .header[b-kexux5k513] {
        line-height: 1.4;
    }

    .article .heading[b-kexux5k513] {
        font-size: 30px;
        line-height: 40px;
    }

    .diagram .text[b-kexux5k513] {
        font-size: 20px;
        line-height: 1.4;
    }

    .accord-container .cover[b-kexux5k513] {
        bottom: 1px;
    }

    .accord-container[b-kexux5k513] {
        padding: 30px 20px;
    }

    .left-side[b-kexux5k513] {
        align-items: center;
    }

    .accord-container .title[b-kexux5k513] {
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
    }

    .accord-container .desc[b-kexux5k513] {
        padding-top: 0px !important;
    }
}
/* _content/DDWebBlazor/Pages/Solutions/InfrastructureManagementSubpages/IoT.razor.rz.scp.css */
#solutionsIoTSection[b-j34j4hpjwy] {
    /*min-width: 1576px;
    height: 953px;
    max-height: 953px;*/
}

.solutions-section[b-j34j4hpjwy] {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.solutions-section-image[b-j34j4hpjwy] {
    height: 100%;
    width: 100%;
    background-color: #0B213A80;
    background-blend-mode: multiply;
    background-image: url('../images/Solutions/solutions-img4_lazy.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    position: absolute;
    z-index: -1;
}

.diagram .img[b-j34j4hpjwy] {
    background-image: url('../images/Solutions/InfrastructureManagement/IoT_lazy.jpg');
    height: 280px;
    width: 530px;
    background-size: cover;
    border-radius: 8px;
}


@media (max-width: 786px) {
    .section-title-landing .header[b-j34j4hpjwy] {
        line-height: 1.4;
    }

    .article .heading[b-j34j4hpjwy] {
        font-size: 30px;
        line-height: 40px;
    }

    .diagram .text[b-j34j4hpjwy] {
        font-size: 20px;
        line-height: 1.4;
    }

    .accord-container .cover[b-j34j4hpjwy] {
        bottom: 1px;
    }

    .accord-container[b-j34j4hpjwy] {
        padding: 30px 20px;
    }

    .left-side[b-j34j4hpjwy] {
        align-items: center;
    }

    .accord-container .title[b-j34j4hpjwy] {
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
    }

    .accord-container .desc[b-j34j4hpjwy] {
        padding-top: 0px !important;
    }
}
/* _content/DDWebBlazor/Pages/Solutions/InfrastructureManagementSubpages/NetworkArchitecture.razor.rz.scp.css */
#solutionsNetworkArchitectureSection[b-wpsmqmvq20] {
    /*min-width: 1576px;
    height: 953px;
    max-height: 953px;*/
}

.solutions-section[b-wpsmqmvq20] {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.solutions-section-image[b-wpsmqmvq20] {
    height: 100%;
    width: 100%;
    background-color: #0B213A80;
    background-blend-mode: multiply;
    background-image: url('../images/Solutions/solutions-img4_lazy.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    position: absolute;
    z-index: -1;
}

.diagram .img[b-wpsmqmvq20] {
    background-image: url('../images/Solutions/InfrastructureManagement/routers_lazy.jpg');
    height: 300px;
    width: 490px;
}


@media (max-width: 786px) {
    .section-title-landing .header[b-wpsmqmvq20] {
        line-height: 1.4;
    }

    .article .heading[b-wpsmqmvq20] {
        font-size: 30px;
        line-height: 40px;
    }

    .diagram .text[b-wpsmqmvq20] {
        font-size: 20px;
        line-height: 1.4;
    }

    .accord-container .cover[b-wpsmqmvq20] {
        bottom: 1px;
    }

    .accord-container[b-wpsmqmvq20] {
        padding: 30px 20px;
    }

    .left-side[b-wpsmqmvq20] {
        align-items: center;
    }

    .accord-container .title[b-wpsmqmvq20] {
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
    }

    .accord-container .desc[b-wpsmqmvq20] {
        padding-top: 0px !important;
    }
}
/* _content/DDWebBlazor/Pages/Solutions/ResponseServices.razor.rz.scp.css */
#solutionsResponseServicesSection[b-ea9zb04jca] {
  /*  min-width: 1576px;
    height: 953px;
    max-height: 953px;*/
}

.DDArticleLowerSection.response[b-ea9zb04jca] {
  /*  height: 1560px;
    max-height: 1560px;*/
}

.sub-header-text[b-ea9zb04jca] {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}

.response-text[b-ea9zb04jca] {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.solutions-section[b-ea9zb04jca] {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.solutions-section-image[b-ea9zb04jca] {
    height: 100%;
    width: 100%;
    background-color: #0b213ad6;
    background-blend-mode: multiply;
    background-image: url('../images/Solutions/solutions-img2_lazy.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    position: absolute;
    z-index: -1;
}

.response-sub-text[b-ea9zb04jca] {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.response-graphic-icon[b-ea9zb04jca] {
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 72px;
    height: 72px;
}

.computer-forensics[b-ea9zb04jca] {
    background-image: url('../images/Solutions/ResponseServices/computer-forensics.svg');
}

.network-penetration[b-ea9zb04jca] {
    background-image: url('../images/Solutions/ResponseServices/network-penetration.svg');
}

.election-technology[b-ea9zb04jca] {
    background-image: url('../images/Solutions/ResponseServices/election-technology.svg');
}

.incident-management[b-ea9zb04jca] {
    background-image: url('../images/Solutions/ResponseServices/incident-management.svg');
}

.puzzle-piece-picture[b-ea9zb04jca] {
    background-image: url('../images/Solutions/ResponseServices/response-magnify-graphic.svg');
    width: 288px;
    height: 288px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.net-bg[b-ea9zb04jca] {
    background-image: url('../images/net/net5_lazy.jpg');
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
}

@media (max-width: 786px) {
    .article .heading[b-ea9zb04jca] {
        font-size: 30px;
        line-height: 45px;
    }

    .article .blue-subheading[b-ea9zb04jca] {
        font-size: 20px;
        line-height: 36px;
    }
}

@media (max-width: 560px) {
    .response-graphic-card[b-ea9zb04jca] {
        margin-bottom: 10px;
        align-items: center;
    }

    .puzzle-piece-picture[b-ea9zb04jca] {
        display: none;
    }

    .response-sub-text[b-ea9zb04jca] {
        text-align: center;
    }

    .semi-bold-sub-header[b-ea9zb04jca] {
        text-align: center;
    }
}
/* _content/DDWebBlazor/Pages/Solutions/ResponseServicesSubpages/ComputerForensics.razor.rz.scp.css */
#solutionsComputerForensicsSection[b-lrs0tcvwgd] {
  /*  min-width: 1576px;
    height: 953px;
    max-height: 953px;*/
}

.solutions-section[b-lrs0tcvwgd] {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.solutions-section-image[b-lrs0tcvwgd] {
    height: 100%;
    width: 100%;
    background-color: #0b213ad6;
    background-blend-mode: multiply;
    background-image: url('../images/Solutions/solutions-img2_lazy.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    position: absolute;
    z-index: -1;
}

.diagram .img[b-lrs0tcvwgd] {
    background-image: url('../images/Solutions/ResponseServices/computer-forensics-graphic_lazy.svg');
    height: 250px;
}


.text p[b-lrs0tcvwgd] {
    line-height: 32px;
}

@media (max-width: 786px) {
    .section-title-landing .header[b-lrs0tcvwgd] {
        line-height: 1.4;
    }

    .article .heading[b-lrs0tcvwgd] {
        font-size: 30px;
        line-height: 40px;
    }

    .diagram .text[b-lrs0tcvwgd] {
        font-size: 20px;
        line-height: 1.4;
    }

    .accord-container .cover[b-lrs0tcvwgd] {
        bottom: 1px;
    }

    .accord-container .desc[b-lrs0tcvwgd] {
        padding-top: 0px !important;
    }

    .accord-container[b-lrs0tcvwgd] {
        padding: 30px 20px;
    }

    .left-side[b-lrs0tcvwgd] {
        align-items: center;
    }

    .accord-container .title[b-lrs0tcvwgd] {
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
    }

    .accord-container .desc[b-lrs0tcvwgd] {
        padding-top: 0px !important;
    }
}
/* _content/DDWebBlazor/Pages/Solutions/ResponseServicesSubpages/ElectionTechnology.razor.rz.scp.css */
#solutionsElectionTechnologySection[b-5q4hlosz8b] {
/*    height: 953px;
    max-height: 953px;*/
}

.solutions-section[b-5q4hlosz8b] {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.solutions-section-image[b-5q4hlosz8b] {
    height: 100%;
    width: 100%;
    background-color: #0b213ab3;
    background-blend-mode: multiply;
    background-image: url('../images/Solutions/solutions-img3_lazy.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    position: absolute;
    z-index: -1;
}

.diagram .img[b-5q4hlosz8b] {
    background-image: url('../images/Solutions/ResponseServices/elect-graphic_lazy.jpg');
    height: 320px;
}


@media (max-width: 786px) {
    .section-title-landing .header[b-5q4hlosz8b] {
        line-height: 1.4;
    }

    .article .heading[b-5q4hlosz8b] {
        font-size: 30px;
        line-height: 40px;
    }

    .diagram .text[b-5q4hlosz8b] {
        font-size: 20px;
        line-height: 1.4;
    }

    .accord-container .cover[b-5q4hlosz8b] {
        bottom: 1px;
    }

    .accord-container .desc[b-5q4hlosz8b] {
        padding-top: 0px !important;
    }

    .accord-container[b-5q4hlosz8b] {
        padding: 30px 20px;
    }

    .left-side[b-5q4hlosz8b] {
        align-items: center;
    }

    .accord-container .title[b-5q4hlosz8b] {
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
    }

    .accord-container .desc[b-5q4hlosz8b] {
        padding-top: 0px !important;
    }
}
/* _content/DDWebBlazor/Pages/Solutions/ResponseServicesSubpages/IncidentManagement.razor.rz.scp.css */
#solutionsIncidentManagementSection[b-z7u20kdk36] {
  /*  min-width: 1576px;
    height: 953px;
    max-height: 953px;*/
}

.cyber-incident-header[b-z7u20kdk36] {
}

.solutions-section[b-z7u20kdk36] {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.solutions-section-image[b-z7u20kdk36] {
    height: 100%;
    width: 100%;
    background-color: #0b213ad6;
    background-blend-mode: multiply;
    background-image: url('../images/Solutions/solutions-img2_lazy.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    position: absolute;
    z-index: -1;
}

.diagram .img[b-z7u20kdk36] {
    background-image: url('../images/Solutions/ResponseServices/incident-image_lazy.jpg');
    height: 360px;
}


@media (max-width: 786px) {
    .section-title-landing .header[b-z7u20kdk36] {
        line-height: 1.4;
    }

    .article .heading[b-z7u20kdk36] {
        font-size: 30px;
        line-height: 40px;
    }

    .diagram .text[b-z7u20kdk36] {
        font-size: 20px;
        line-height: 1.4;
    }

    .accord-container .cover[b-z7u20kdk36] {
        bottom: 1px;
    }

    .accord-container .desc[b-z7u20kdk36] {
        padding-top: 0px !important;
    }

    .accord-container[b-z7u20kdk36] {
        padding: 30px 20px;
    }

    .left-side[b-z7u20kdk36] {
        align-items: center;
    }

    .accord-container .title[b-z7u20kdk36] {
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
    }

    .accord-container .desc[b-z7u20kdk36] {
        padding-top: 0px !important;
    }
}
/* _content/DDWebBlazor/Pages/Solutions/ResponseServicesSubpages/NetworkPenetrationTesting.razor.rz.scp.css */
#solutionsNetworkPenetrationTestingSection[b-o231y9pker] {
   /* min-width: 1576px;
    height: 953px;
    max-height: 953px;*/
}

.solutions-section[b-o231y9pker] {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.solutions-section-image[b-o231y9pker] {
    height: 100%;
    width: 100%;
    background-color: #0b213ad6;
    background-blend-mode: multiply;
    background-image: url('../images/Solutions/solutions-img2_lazy.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    position: absolute;
    z-index: -1;
}

.diagram .img[b-o231y9pker] {
    background-image: url('../images/Solutions/ResponseServices/network-pen-graphic_lazy.jpg');
    height: 250px;
}


@media (max-width: 786px) {
    .section-title-landing .header[b-o231y9pker] {
        line-height: 1.4;
    }

    .article .heading[b-o231y9pker] {
        font-size: 30px;
        line-height: 40px;
    }

    .diagram .text[b-o231y9pker] {
        font-size: 20px;
        line-height: 1.4;
    }

    .accord-container .cover[b-o231y9pker] {
        bottom: 1px;
    }

    .accord-container .desc[b-o231y9pker] {
        padding-top: 0px !important;
    }

    .accord-container[b-o231y9pker] {
        padding: 30px 20px;
    }

    .left-side[b-o231y9pker] {
        align-items: center;
    }

    .accord-container .title[b-o231y9pker] {
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
    }

    .accord-container .desc[b-o231y9pker] {
        padding-top: 0px !important;
    }
}
/* _content/DDWebBlazor/Pages/Subscriptions/Subscriptions.razor.rz.scp.css */
.message-box[b-jj64oq05wb] {
    width: 360px;
    height: 350px;
    background-color: white;
    border-radius: 16px;
    /**/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /**/
    text-align: center;
    padding: 20px;
}

    .message-box .icon[b-jj64oq05wb] {
        width: 56px;
        height: 56px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .message-box .title[b-jj64oq05wb] {
        font-weight: 600;
        font-size: 20px;
        height: 24px;
    }

.save-button[b-jj64oq05wb] {
    background-color: #0177bd;
    color: white;
    padding: 4px 6px;
    border-radius: 4px;
    cursor: pointer;
    min-width: 57px;
}

    .save-button:hover[b-jj64oq05wb] {
        background-color: #008adc;
    }

.validation[b-jj64oq05wb] {
    color: red;
    font-size: 12px;
    margin-top: 20px;
}

.noData[b-jj64oq05wb] {
    text-align: center;
}

/**/
#sub[b-jj64oq05wb] {
    min-width: 1576px;
    height: 953px;
    max-height: none;
    height: auto;
    /**/
    padding-bottom: 100px;
    padding-top: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-title[b-jj64oq05wb] {
    font-size: 24px;
    font-weight: 600;
}

.table-box[b-jj64oq05wb] {
    background-color: white;
    border-radius: 0px;
    /*border-radius: 16px;*/
    /*padding: 20px;*/
    width: 100%;
    overflow: auto;
    /**/
    max-height: 500px;
    flex-shrink: 0;
}

.table[b-jj64oq05wb] {
    width: 100%;
    font-size: 12px;
    border-spacing: 0;
    table-layout: fixed;
}

#trialReq[b-jj64oq05wb] {
    width: 1800px;
}

thead[b-jj64oq05wb] {
    color: #fff;
    background-color: #2d99eb;
    font-weight: normal;
    text-align: left;
}

    thead th[b-jj64oq05wb] {
        font-weight: normal;
        padding: 8px;
    }

tbody tr:hover[b-jj64oq05wb] {
    background-color: #ddf7ff;
}

tbody td[b-jj64oq05wb] {
    padding: 8px;
    height: 36px;
}

    tbody td span[b-jj64oq05wb] {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
    }

    tbody td textarea[b-jj64oq05wb] {
        resize: vertical;
        border: none;
        background-color: transparent;
        width: 100%;
        height: 36px;
    }

        tbody td textarea:focus-visible[b-jj64oq05wb] {
            outline: none;
        }

        .statusRadio[b-jj64oq05wb] {
            display: flex;
            gap: 20px;
        }

    .statusRadio label[b-jj64oq05wb] {
        cursor: pointer;
    }

.trial-save-button[b-jj64oq05wb] {
    background-color: #0177bd;
    color: white;
    padding: 4px 6px;
    border-radius: 4px;
    cursor: pointer;
    min-width: 57px;
    /**/
    opacity: 0;
}

    .trial-save-button:hover[b-jj64oq05wb] {
        background-color: #008adc;
    }

tbody tr:hover .trial-save-button[b-jj64oq05wb] {
    opacity: 1;
}
/* _content/DDWebBlazor/Pages/TermsandConditions/TermsandConditions.razor.rz.scp.css */
.container[b-af8joqiqwq] {
    width: 50%;
    margin: 0 auto;
}
.container span[b-af8joqiqwq]{
    width : 100%;
}
.container .title[b-af8joqiqwq] {
    text-align: center;
    margin-top: 1px;;
}
.main-title[b-af8joqiqwq] {
    color: var(--gray-900, #101828);
    text-align: center;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -0.96px;
}
.sub-title[b-af8joqiqwq] {
    color: var(--gray-600, #475467);
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.section[b-af8joqiqwq] {
    margin-top: 100px;
}
.section-title[b-af8joqiqwq] {
    color: var(--gray-900, #101828);
    margin-top: 50px;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
}
.section-content[b-af8joqiqwq] {
    color: var(--gray-600, #475467);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
/* _content/DDWebBlazor/Pages/Whitepaper/DownloadForm_1.razor.rz.scp.css */
#getStarted[b-ovoc0sab7m] {
    min-width: 1259px;
    height: 953px;
    max-height: 953px;
}

.get-started-container[b-ovoc0sab7m] {
    width: 50%;
    height: 100%;
    padding-left: 321.5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding-right: 60px;
}

.building-img[b-ovoc0sab7m] {
    background-image: url('../files/Managing_Your_Digital_Life_01.png');
    width: 100%;
    height: 75%;
    background-size: contain;
    margin-top: 6rem;
}

.container2[b-ovoc0sab7m] {
    display: flex;
    height: 100%;
}

    .form .input-pair[b-ovoc0sab7m] {
        display: flex;
        gap: 32px;
        margin-bottom: 10px;
    }

    .form .input-group[b-ovoc0sab7m] {
        display: flex;
        flex-direction: column;
        gap: 6px;
        flex-grow: 1;
    }

        .form .input-group label[b-ovoc0sab7m] {
            font-size: 13px;
            font-weight: 500;
            line-height: 20px;
        }

        .form .input-group input[b-ovoc0sab7m],
        #commentsTextarea[b-ovoc0sab7m],
        .form .input-group textarea[b-ovoc0sab7m] {
            padding: 10px 14px;
            align-items: center;
            gap: 8px;
            align-self: stretch;
            /**/
            border-radius: 8px;
            border: 1px solid #D0D5DD;
            background: #FFF;
        }

        .form .input-group textarea[b-ovoc0sab7m],
        #commentsTextarea[b-ovoc0sab7m] {
            height: 98px;
            max-height: 255px;
            resize: none;
            overflow: auto;
        }

            .form .input-group input:focus[b-ovoc0sab7m],
            .form .input-group textarea:focus[b-ovoc0sab7m] {
                outline: none;
            }

    .form .footnote[b-ovoc0sab7m] {
        font-size: 12px;
        line-height: 18px;
        text-align: justify;
    }

.full-btn[b-ovoc0sab7m] {
    margin-top: 10px;
    width: 100%;
}

.validation-div[b-ovoc0sab7m] {
    display: flex;
    align-items: center;
    gap: 5px;
}

/*.validation-div label {
        min-width: 75px;
    }*/

#questionsCommentsInputGroup[b-ovoc0sab7m] { /*
    min-width: calc(100% + 32px);
    max-width: calc(100% + 32px);*/
}

.required-symbol[b-ovoc0sab7m] {
    color: #F2A736;
}

/*#####################################################*/

.section-content .text-block[b-ovoc0sab7m] {
    padding-top: 10px;
}

/* Sub Modal Styling */

.message-box[b-ovoc0sab7m] {
    width: 360px;
    height: 350px;
    background-color: white;
    border-radius: 16px;
    /**/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /**/
    text-align: center;
    padding: 20px;
    margin-bottom: 0;
    position: relative;
}

    .message-box .icon[b-ovoc0sab7m] {
        width: 56px;
        height: 56px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .message-box .title[b-ovoc0sab7m] {
        font-weight: 600;
        font-size: 20px;
        height: 24px;
    }

    .message-box .link[b-ovoc0sab7m] {
        font-size: 12px;
    }

    /*.message-box .link:hover {
            color: #2d6db5;
            text-decoration: underline;
        }*/

    .message-box hr[b-ovoc0sab7m] {
        width: 100%;
    }

    .message-box .close[b-ovoc0sab7m] {
        position: absolute;
        top: 0;
        right: 0;
        margin: 20px;
    }

#myModal .modal-content[b-ovoc0sab7m] {
    width: 360px;
}

.image-container[b-ovoc0sab7m] {
    width: 50%;
    display: flex;
    flex-direction: column;
    /**/
    align-items: center;
    justify-content: center;
}

.spacer[b-ovoc0sab7m] {
    width: 100%;
    height: 142px;
}

.spacer-2[b-ovoc0sab7m] {
    width: 100%;
    height: 142px;
}
/* _content/DDWebBlazor/Pages/Whitepaper/DownloadForm_2.razor.rz.scp.css */
#getStarted[b-bc7rx3jwzp] {
    min-width: 1259px;
    height: 953px;
    max-height: 953px;
}

.get-started-container[b-bc7rx3jwzp] {
    width: 50%;
    height: 100%;
    padding-left: 321.5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding-right: 60px;
}

.building-img[b-bc7rx3jwzp] {
    background-image: url('../files/Incident_Response_Plan_01.png');
    width: 100%;
    height: 75%;
    background-size: contain;
    margin-top: 6rem;
}

.container2[b-bc7rx3jwzp] {
    display: flex;
    height: 100%;
}

.form[b-bc7rx3jwzp] {
}

    .form .input-pair[b-bc7rx3jwzp] {
        display: flex;
        gap: 32px;
        margin-bottom: 10px;
    }

    .form .input-group[b-bc7rx3jwzp] {
        display: flex;
        flex-direction: column;
        gap: 6px;
        flex-grow: 1;
        min-width: 269px;
    }

        .form .input-group label[b-bc7rx3jwzp] {
            font-size: 13px;
            font-weight: 500;
            line-height: 20px;
        }

        .form .input-group input[b-bc7rx3jwzp],
        #commentsTextarea[b-bc7rx3jwzp],
        .form .input-group textarea[b-bc7rx3jwzp] {
            padding: 10px 14px;
            align-items: center;
            gap: 8px;
            align-self: stretch;
            /**/
            border-radius: 8px;
            border: 1px solid #D0D5DD;
            background: #FFF;
        }

        .form .input-group textarea[b-bc7rx3jwzp],
        #commentsTextarea[b-bc7rx3jwzp] {
            height: 98px;
            max-height: 255px;
            resize: none;
            overflow: auto;
        }

            .form .input-group input:focus[b-bc7rx3jwzp],
            .form .input-group textarea:focus[b-bc7rx3jwzp] {
                outline: none;
            }

    .form .footnote[b-bc7rx3jwzp] {
        font-size: 12px;
        line-height: 18px;
        text-align: justify;
    }

.full-btn[b-bc7rx3jwzp] {
    margin-top: 10px;
    width: 100%;
}

.validation-div[b-bc7rx3jwzp] {
    display: flex;
    align-items: center;
    gap: 5px;
}

/*.validation-div label {
        min-width: 75px;
    }*/

#questionsCommentsInputGroup[b-bc7rx3jwzp] { /*
    min-width: calc(100% + 32px);
    max-width: calc(100% + 32px);*/
}

.required-symbol[b-bc7rx3jwzp] {
    color: #F2A736;
}

/*#####################################################*/

.section-content .text-block[b-bc7rx3jwzp] {
    padding-top: 10px;
}

/* Sub Modal Styling */

.message-box[b-bc7rx3jwzp] {
    width: 360px;
    height: 350px;
    background-color: white;
    border-radius: 16px;
    /**/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /**/
    text-align: center;
    padding: 20px;
    margin-bottom: 0;
    position: relative;
}

    .message-box .icon[b-bc7rx3jwzp] {
        width: 56px;
        height: 56px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .message-box .title[b-bc7rx3jwzp] {
        font-weight: 600;
        font-size: 20px;
        height: 24px;
    }

    .message-box .link[b-bc7rx3jwzp] {
        font-size: 12px;
    }

    /*.message-box .link:hover {
            color: #2d6db5;
            text-decoration: underline;
        }*/

    .message-box hr[b-bc7rx3jwzp] {
        width: 100%;
    }

    .message-box .close[b-bc7rx3jwzp] {
        position: absolute;
        top: 0;
        right: 0;
        margin: 20px;
    }

#myModal .modal-content[b-bc7rx3jwzp] {
    width: 360px;
}

.image-container[b-bc7rx3jwzp] {
    width: 50%;
    display: flex;
    flex-direction: column;
    /**/
    align-items: center;
    justify-content: center;
}

.spacer[b-bc7rx3jwzp] {
    width: 100%;
    height: 142px;
}

.spacer-2[b-bc7rx3jwzp] {
    width: 100%;
    height: 142px;
}
/* _content/DDWebBlazor/Pages/Whitepaper/DownloadForm_3.razor.rz.scp.css */
.get-started-container[b-8270rgkn89] {
    width: 50%;
    height: 100%;
    padding-left: 321.5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding-right: 60px;
}

.building-img[b-8270rgkn89] {
    background-image: url('../files/Aurora_IL_A_Case_Study_on_Cybersecurity_01.png');
    width: 100%;
    height: 75%;
    background-size: contain;
    margin-top: 6rem;
}

.container2[b-8270rgkn89] {
    display: flex;
    height: 100%;
}

.form[b-8270rgkn89] {
}

    .form .input-pair[b-8270rgkn89] {
        display: flex;
        gap: 32px;
        margin-bottom: 10px;
    }

    .form .input-group[b-8270rgkn89] {
        display: flex;
        flex-direction: column;
        gap: 6px;
        flex-grow: 1;
        min-width: 269px;
    }

        .form .input-group label[b-8270rgkn89] {
            font-size: 13px;
            font-weight: 500;
            line-height: 20px;
        }

        .form .input-group input[b-8270rgkn89],
        #commentsTextarea[b-8270rgkn89],
        .form .input-group textarea[b-8270rgkn89] {
            padding: 10px 14px;
            align-items: center;
            gap: 8px;
            align-self: stretch;
            /**/
            border-radius: 8px;
            border: 1px solid #D0D5DD;
            background: #FFF;
        }

        .form .input-group textarea[b-8270rgkn89],
        #commentsTextarea[b-8270rgkn89] {
            height: 98px;
            max-height: 255px;
            resize: none;
            overflow: auto;
        }

            .form .input-group input:focus[b-8270rgkn89],
            .form .input-group textarea:focus[b-8270rgkn89] {
                outline: none;
            }

    .form .footnote[b-8270rgkn89] {
        font-size: 12px;
        line-height: 18px;
        text-align: justify;
    }

.full-btn[b-8270rgkn89] {
    margin-top: 10px;
    width: 100%;
}

.validation-div[b-8270rgkn89] {
    display: flex;
    align-items: center;
    gap: 5px;
}

/*.validation-div label {
        min-width: 75px;
    }*/

#questionsCommentsInputGroup[b-8270rgkn89] { /*
    min-width: calc(100% + 32px);
    max-width: calc(100% + 32px);*/
}

.required-symbol[b-8270rgkn89] {
    color: #F2A736;
}

/*#####################################################*/

.section-title[b-8270rgkn89] {
    width: initial;
    padding-top: 9rem;
}

.section-content .text-block[b-8270rgkn89] {
    padding-top: 10px;
}

/* Sub Modal Styling */

.message-box[b-8270rgkn89] {
    width: 360px;
    height: 350px;
    background-color: white;
    border-radius: 16px;
    /**/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /**/
    text-align: center;
    padding: 20px;
    margin-bottom: 0;
    position: relative;
}

    .message-box .icon[b-8270rgkn89] {
        width: 56px;
        height: 56px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .message-box .title[b-8270rgkn89] {
        font-weight: 600;
        font-size: 20px;
        height: 24px;
    }

    .message-box .link[b-8270rgkn89] {
        font-size: 12px;
    }

    /*.message-box .link:hover {
            color: #2d6db5;
            text-decoration: underline;
        }*/

    .message-box hr[b-8270rgkn89] {
        width: 100%;
    }

    .message-box .close[b-8270rgkn89] {
        position: absolute;
        top: 0;
        right: 0;
        margin: 20px;
    }

#myModal .modal-content[b-8270rgkn89] {
    width: 360px;
}

.image-container[b-8270rgkn89] {
    width: 50%;
    display: flex;
    flex-direction: column;
    /**/
    align-items: center;
    justify-content: center;
}

.spacer[b-8270rgkn89] {
    width: 100%;
    height: 142px;
}

.spacer-2[b-8270rgkn89] {
    width: 100%;
    height: 142px;
}
/* _content/DDWebBlazor/Pages/Whitepaper/Index.razor.rz.scp.css */
#ResourcesSection[b-2iltafakdn] {
    height: 750px;
}

.solutions-section[b-2iltafakdn] {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.solutions-section-image[b-2iltafakdn] {
    height: 100%;
    width: 100%;
    background-color: #0B213A80;
    background-blend-mode: multiply;
    background-image: url('../images/post-image-main.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    position: absolute;
    z-index: -1;
}

.net-bg[b-2iltafakdn] {
    background-image: url('../images/net/net5_lazy.jpg');
    width: 100%;
    height: 1450px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
}

/**/

.diagram .text[b-2iltafakdn] {
    width: 100%;
}

.btn-container[b-2iltafakdn] {
    display: flex;
    gap: 12px;
    position: absolute;
    transform: translate(140px, -50px);
    padding-left: 12px;
}

.featureSection[b-2iltafakdn] {
    height: auto;
    /*background-color: #F6F6F9;*/
}

    .featureSection .subheading[b-2iltafakdn] {
        font-size: 32px;
        font-weight: 600;
    }

/**/

.gray-card[b-2iltafakdn] {
    background-color: #F6F6F9;
    padding: 32px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
    margin-bottom: 16px;
    overflow: hidden;
    position: relative;
}

    .gray-card .left-side[b-2iltafakdn] {
        display: inherit;
        gap: 24px;
        padding-right: 50px;
    }

    .gray-card .icon[b-2iltafakdn] {
        height: 72px;
        width: 72px;
        background-size: 100% !important;
        background: #285D9B;
        border-radius: 8px;
        flex-shrink: 0;
        background-repeat: no-repeat;
        background-position: center;
    }

    .gray-card .title[b-2iltafakdn] {
        font-size: 24px;
        font-weight: 600;
        line-height: 40px;
        letter-spacing: -1px;
    }

    .gray-card .desc[b-2iltafakdn] {
        font-size: 16px;
        line-height: 32px;
        color: #475467;
    }
/* _content/DDWebBlazor/Shared/AccordionComponent/Accordion.razor.rz.scp.css */
.accordion[b-4ck6pevytx] {
    background-color: #EBF2FA;
    color: #285D9B;
    padding: 20px 40px;
    border-radius: 12px;
    margin-bottom: 20px;
    transition: background-color 0.25s ease;
    cursor: pointer;
}

.accordion-header[b-4ck6pevytx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-title[b-4ck6pevytx] {
    font-weight: 600;
    font-size: 20px;
    line-height: 56px;
}

.accordion-description[b-4ck6pevytx] {
    color: #475467;
    font-size: 16px;
    line-height: 30px;
    margin-top: 1rem;
}

.accordion-icon[b-4ck6pevytx] {
    height: 56px;
    width: 56px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.25s ease, background-color 0.25s ease;
}

    .accordion-icon svg[b-4ck6pevytx] {
        fill: #F2A736;
        transition: fill 0.25s ease;
    }

.accordion-content[b-4ck6pevytx] {
    color: #475467;
    font-size: 16px;
    line-height: 30px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease;
    padding-top: 0;
}

.accordion-checks[b-4ck6pevytx] {
    display: flex;
    gap: 8px;
    margin: 0 5px;
}

.accordion.open[b-4ck6pevytx] {
    background-color: white;
    box-shadow: 0px 4px 6px -2px #10182808, 0px 12px 16px -4px #10182814;
}

    .accordion.open .accordion-icon[b-4ck6pevytx] {
        transform: rotate(180deg);
        background-color: #F2A736;
    }

        .accordion.open .accordion-icon svg[b-4ck6pevytx] {
            fill: white;
        }

    .accordion.open .accordion-content[b-4ck6pevytx] {
        max-height: var(--accordion-content-height);
        padding-top: 15px;
    }

.accordion-group-control[b-4ck6pevytx] {
    background: none;
    border: none;
    color: #285D9B;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 20px;
    padding: 10px;
}

.accordion-icon-container[b-4ck6pevytx] {
    width: 56px;
    height: 56px;
    background-color: #285D9B;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.accordion-title-icon[b-4ck6pevytx] {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.accordion-title-content[b-4ck6pevytx] {
    flex-grow: 1;
}

.accordion.read-only[b-4ck6pevytx] {
    pointer-events: none;
    opacity: 0.9;
}

.accordion-dropdown-container[b-4ck6pevytx] {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .accordion[b-4ck6pevytx] {
        padding: 20px 20px;
    }

    .accordion-title[b-4ck6pevytx] {
        font-size: 16px;
        line-height: 32px;
    }

    .accordion-checks[b-4ck6pevytx] {
        justify-content: flex-start;
    }

    .accordion-dropdown-container[b-4ck6pevytx] {
        width: 100%;
        flex-direction: column;
        row-gap: 15px;
        align-items: end;
    }
}
/* _content/DDWebBlazor/Shared/Captcha.razor.rz.scp.css */
.modal[b-j65t0n9ero] {
    padding: 0;
}

#captchaModal .modal-content[b-j65t0n9ero] {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0px;
    border: none;
    background: transparent;
}

#captchaModal .card-header[b-j65t0n9ero] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
/* _content/DDWebBlazor/Shared/Footer.razor.rz.scp.css */
/*#footer-section {
    min-width: 786px;
    height: 830px;
    max-height: 830px;
}*/

#footer-section[b-c9p999imqb] {
    /*min-width: 786px;
    height: 550px;
    max-height: 550px;*/
}

.footer-logo-column[b-c9p999imqb] {
    padding-right: 50px;
}

.footerMenu[b-c9p999imqb] {
    /*padding: 0px 321.5px;*/
}

    .footerMenu .in_container p[b-c9p999imqb] {
        cursor: pointer;
    }

.in_container[b-c9p999imqb] {
    height: auto;
   /* display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;*/
}

    .in_container.top-border[b-c9p999imqb] {
        border-top: 1px solid #EAECF0;
        margin-top: 10px;
    }

    .in_container .social[b-c9p999imqb] {
        display: flex;
        gap: 32px;
    }

        .in_container .social .social-icons[b-c9p999imqb] {
            display: flex;
            gap: 24px;
        }

            .in_container .social .social-icons .icon[b-c9p999imqb] {
                width: 24px;
                height: 24px;
            }

    .in_container .left-side[b-c9p999imqb] {
       /* display: flex;
        flex-direction: column;*/
    }

.twitter[b-c9p999imqb] {
    background-image: url('../images/footer/twitter.svg');
}

.github[b-c9p999imqb] {
    background-image: url('../images/footer/github.svg');
}

.linkedin[b-c9p999imqb] {
    background-image: url('../images/footer/linkedin.svg');
}

.facebook[b-c9p999imqb] {
    background-image: url('../images/footer/facebook.svg');
}

.DD-logo[b-c9p999imqb] {
    height: 100px;
    width: 100%;
    background-image: url('../images/DDLogo.png');
}


.box[b-c9p999imqb] {
    color: #FFFFFF;
    /*width: 250px;*/
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 40px;
}

.link_header[b-c9p999imqb] {
    color: #d0d5dd80;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
}

.link[b-c9p999imqb] {
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.contacts[b-c9p999imqb] {
   /* display: flex;*/
    padding-top: 32px;
    /*align-items: center;*/
    gap: 32px;
    /*align-self: stretch;*/
    color: white;
}

.form-footer[b-c9p999imqb] {
   /* padding: 48px 321.5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;*/
}

    .form-footer .left-side[b-c9p999imqb] {
       /* display: flex;
        flex-direction: column;*/
        gap: 16px;
    }

        .form-footer .left-side .title[b-c9p999imqb] {
            font-size: 30px;
        }

        .form-footer.left-side .subtitle[b-c9p999imqb] {
            font-size: 20px
        }

    .form-footer .right-side[b-c9p999imqb] {
        gap: 6px;
      /*  display: flex;
        height: fit-content;
        position: relative;*/
    }

        .form-footer .right-side input[b-c9p999imqb] {
           /* display: flex;
            padding: 10px 14px;
            align-items: center;
            gap: 8px;
            align-self: stretch;*/
            /**/
            border-radius: 56px;
            border: 1px solid #D0D5DD;
            background: #FFF;
        }

#footerEmailSubscribeButton[b-c9p999imqb] {
    margin-left: 5px;
}

    #footerEmailSubscribeButton:hover[b-c9p999imqb] {
        color: #ffffff;
    }


.link p:hover[b-c9p999imqb]::after,
.link_header:hover[b-c9p999imqb]::after {
    content: '\2192';
    display: inline-block;
    position: absolute;
    padding-left: 5px;
}

/* Sub Modal Styling */

.message-box[b-c9p999imqb] {
    width: 360px;
    height: 350px;
    background-color: white;
    border-radius: 16px;
    /**/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /**/
    text-align: center;
    padding: 20px;
    margin-bottom: 0;
    position: relative;
}

    .message-box .icon[b-c9p999imqb] {
        width: 56px;
        height: 56px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .message-box .title[b-c9p999imqb] {
        font-weight: 600;
        font-size: 20px;
        height: 24px;
    }

    .message-box .link[b-c9p999imqb] {
        font-size: 12px;
    }

        /*.message-box .link:hover {
            color: #2d6db5;
            text-decoration: underline;
        }*/

    .message-box hr[b-c9p999imqb] {
        width: 100%;
    }

    .message-box .close[b-c9p999imqb] {
        position: absolute;
        top: 0;
        right: 0;
        margin: 20px;
    }

#myModal .modal-content[b-c9p999imqb] {
    width: initial;
}

@media (max-width: 786px)
{
    #footerEmailSubscribeButton[b-c9p999imqb] {
        margin-top: 13px;
    }
    #emailCheckbox[b-c9p999imqb] {
        margin-bottom: 56px;
    }
    .footer-title[b-c9p999imqb] {
        line-height: 1.2;
    }
    .footer-logo-column[b-c9p999imqb] {
        padding-right: 0;
    }
    .box[b-c9p999imqb] {
        margin-bottom: 10px;
    }
}
/* _content/DDWebBlazor/Shared/LearnMore.razor.rz.scp.css */
.learn-more-container .learn-more-info[b-168lh5dp6c] {
    transition: max-height 0.25s ease;
    overflow: hidden;
    position: relative;
}

.active.learn-more-container .learn-more-info[b-168lh5dp6c] {
    transition: max-height 0.25s ease;
}

.learn-more-button[b-168lh5dp6c] {
    min-width: 140px;
}
/* _content/DDWebBlazor/Shared/MainLayout.razor.rz.scp.css */

/* _content/DDWebBlazor/Shared/NavMenu.razor.rz.scp.css */
.top[b-jd04s5ze4d] {
    position: fixed;
    top: 0;
    z-index: 1000;
    /*min-width: 1903px;*/
    /*max-width: 1903px;*/ /*For fixed width and height*/
}

.notification-bar[b-jd04s5ze4d] {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 42px;
    justify-content: center;
    transition: all 0.5s ease;
    overflow: hidden;
}

.navigation-container[b-jd04s5ze4d] {
    /*display: flex;
    padding: 0 300px;*/
    /*justify-content: space-between;*/
    /*align-items: stretch;
    text-align: center;*/
    transition: background-color 0.2s ease;
    background-color: #1d4599;
    width: 100vw;
    /* min-width: 1903px;
    max-width: 1903px;*/ / /*For fixed width and height*/
}

    .navigation-container:hover[b-jd04s5ze4d],
    .navigation-container-glass[b-jd04s5ze4d],
    .navigation-container-glass2[b-jd04s5ze4d] {
        background-color: #1d4599;
        backdrop-filter: blur(6px);
    }

    .navigation-container .logo[b-jd04s5ze4d] {
        width: 231.54px;
        height: 102px;
        background-image: url('../images/DDLogo.png');
        background-size: cover;
        background-repeat: no-repeat;
    }

    .navigation-container .nav-dropdowns[b-jd04s5ze4d] {
        display: inherit;
        align-items: center;
        gap: 35px;
        height: 100px
    }

        .navigation-container .nav-dropdowns .nav-link2[b-jd04s5ze4d] {
            display: inherit;
            flex-direction: column;
            gap: 2px;
        }

        .navigation-container .nav-dropdowns .caret[b-jd04s5ze4d] {
            height: 16px;
            width: 16px;
            background-image: url('../images/chevron-down.svg');
            background-size: auto;
            background-repeat: no-repeat;
            background-position: center;
            cursor: pointer;
        }

        .navigation-container .nav-dropdowns .nav-link-container[b-jd04s5ze4d] {
            display: flex;
            height: inherit;
            align-items: center;
            gap: 5px;
        }

            .navigation-container .nav-dropdowns .nav-link-container .nav-link-hover[b-jd04s5ze4d] {
                width: 0;
                height: 2px;
                transition: width 0.2s ease-out, background-color 0.2s ease-out;
                background-color: #eb433b;
                border-radius: 50px;
            }

            .navigation-container .nav-dropdowns .nav-link-container:hover .nav-link-hover[b-jd04s5ze4d],
            .nav-link-active[b-jd04s5ze4d], .nav-active[b-jd04s5ze4d] {
                width: 100% !important;
            }

            .navigation-container .nav-dropdowns .nav-link-container .nav-active[b-jd04s5ze4d] {
                background-color: #f4bd5e;
            }

    .navigation-container .nav-spacer[b-jd04s5ze4d] {
        flex-grow: 1;
    }


.navigation-menu[b-jd04s5ze4d] {
    width: 100vw;
    height: 0;
    position: fixed;
    z-index: 10;
    transition: height 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    display: flex;
    justify-content: center;
    overflow: auto;
    /* min-width: 1903px;
    max-width: 1903px;*/
    /*max-height: 579px;*/
}

    .navigation-menu .spacer[b-jd04s5ze4d] {
        padding: 40px 32px;
    }

    .navigation-menu .dropdown-megamenu[b-jd04s5ze4d] {
        display: flex;
    }

    .navigation-menu .group-menu[b-jd04s5ze4d] {
        padding: 30px 18px;
        display: inherit;
        flex-direction: column;
    }

        .navigation-menu .group-menu .nav-title[b-jd04s5ze4d] {
            color: #F04438;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
        }

            .navigation-menu .group-menu .nav-title.readonly[b-jd04s5ze4d] {
                cursor: default;
            }

        .navigation-menu .group-menu .nav-subtitle[b-jd04s5ze4d] {
            padding-left: 15px;
            padding-top: 5px;
            line-height: 20px;
            /**/
            color: #475467;
            font-size: 14px;
            font-weight: 400;
            cursor: default;
        }

    .navigation-menu .menu-item-container[b-jd04s5ze4d] {
        display: flex;
        gap: 16px;
        padding: 10px 12px;
        cursor: pointer;
        /*align-items: center;*/
        align-items: flex-start !important;
    }

        .navigation-menu .menu-item-container.disabled[b-jd04s5ze4d] {
            cursor: default;
        }

        .navigation-menu .menu-item-container span[b-jd04s5ze4d] {
            cursor: pointer;
        }

        .navigation-menu .menu-item-container .menu-item-group[b-jd04s5ze4d] {
            display: inherit;
            gap: 8px;
        }

        .navigation-menu .menu-item-container .menu-icon[b-jd04s5ze4d] {
            width: 24px;
            height: 24px;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            flex-shrink: 0;
        }

        .navigation-menu .menu-item-container .menu-item[b-jd04s5ze4d] {
            display: flex;
            gap: 4px;
            flex-direction: column;
            /**/
            font-size: 16px;
            font-weight: 600;
        }

            .navigation-menu .menu-item-container .menu-item span[b-jd04s5ze4d] {
                font-size: 12px;
            }

    .navigation-menu .nav-bg[b-jd04s5ze4d] {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -2;
    }

    .navigation-menu .nav-right-bg[b-jd04s5ze4d] {
        background-color: #F9FAFB;
        width: 30%;
        height: 100%;
        position: absolute;
        z-index: -1;
        right: 0;
    }

        .navigation-menu .nav-right-bg .side-content-container[b-jd04s5ze4d] {
            padding: 20px 32px 20px 20px;
            display: flex;
            height: 100%;
            align-items: start;
            padding-bottom: 100px;
            /*transition: padding-bottom 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);*/
        }

            .navigation-menu .nav-right-bg .side-content-container .right-text[b-jd04s5ze4d] {
                display: flex;
                flex-direction: column;
                gap: 16px;
                justify-content: center;
            }

            .navigation-menu .nav-right-bg .side-content-container .sales-rep[b-jd04s5ze4d] {
                background-image: url('../images/navmenu/salesRep.jpg');
                width: 150px;
                height: 100px;
                border-radius: 4px;
                background-size: cover;
            }

            .navigation-menu .nav-right-bg .side-content-container .text-group[b-jd04s5ze4d] {
                display: flex;
                gap: 4px;
                flex-direction: column;
            }

                .navigation-menu .nav-right-bg .side-content-container .text-group .title[b-jd04s5ze4d] {
                    font-size: 14px;
                }

            .navigation-menu .nav-right-bg .side-content-container .subtitle[b-jd04s5ze4d] {
                font-size: 12px;
                line-height: 20px;
            }

    .navigation-menu .bottom-cut[b-jd04s5ze4d] {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 28px 64px;
        display: flex;
        justify-content: space-between;
    }

        .navigation-menu .bottom-cut span[b-jd04s5ze4d],
        .navigation-menu .bottom-cut a[b-jd04s5ze4d] {
            font-size: 14px;
        }

        .navigation-menu .bottom-cut .right-side[b-jd04s5ze4d] {
            display: flex;
            align-items: center;
            gap: 8px;
        }

            .navigation-menu .bottom-cut .right-side .menu-icon[b-jd04s5ze4d] {
                width: 24px;
                height: 24px;
                background-size: contain;
                background-repeat: no-repeat;
                background-position: center;
                flex-shrink: 0;
                filter: saturate(0) brightness(0.5);
            }

.notifHidden[b-jd04s5ze4d] {
    height: 0;
}

/* Mega Menu Hover Styling ################################################################################################################*/
.nav-header:hover .nav-title:not(.readonly)[b-jd04s5ze4d]::after {
    content: '\1F806';
    display: inline-block;
    position: absolute;
    padding-left: 5px;
}

.menu-item-container:hover .menu-item-title[b-jd04s5ze4d] {
    color: #2d6db5;
}

    .menu-item-container:hover .menu-item-title[b-jd04s5ze4d]::after {
        content: '\1F806';
        display: inline-block;
        position: absolute;
        padding-left: 5px;
    }

    .menu-item-container:hover .menu-item-title.download[b-jd04s5ze4d]::after {
        content: '\2B73';
        display: inline-block;
        position: absolute;
        padding-left: 5px;
    }


.award-img[b-jd04s5ze4d] {
    /*position: absolute;
    bottom: 45px;
    right: 0;*/
    margin: -20px;
    width: 375px;
    height: 100%;
    z-index: 1;
    background-image: url('../images/award-left.jpg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: bottom 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.award-img[b-jd04s5ze4d] {
    position: absolute;
    /*bottom: 80px;*/
    top: 20px;
    right: 20px;
    height: 300px;
    width: 340px;
}

.navigation-menu .nav-right-bg .right-text[b-jd04s5ze4d] {
    width: 200px;
}

    .navigation-menu .nav-right-bg .right-text .subtitle.number[b-jd04s5ze4d] {
        white-space: nowrap;
        font-size: 14px;
    }

.link:hover[b-jd04s5ze4d] {
    /*text-decoration: underline;*/
    /*cursor: pointer;*/
}

.tel[b-jd04s5ze4d] {
    font-weight: 700;
}

    .tel:hover[b-jd04s5ze4d] {
        /*text-decoration: underline;*/
    }

.navbar-toggler[b-jd04s5ze4d] {
    border: none !important;
    background: none;
    outline: none !important;
    padding: 10px;
    box-shadow: none !important;
}

.icon-bar[b-jd04s5ze4d] {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
}

.navbar-toggler.open .icon-bar:nth-child(1)[b-jd04s5ze4d] {
    transform: translateY(9px) rotate(45deg);
}

.navbar-toggler.open .icon-bar:nth-child(2)[b-jd04s5ze4d] {
    opacity: 0;
}

.navbar-toggler.open .icon-bar:nth-child(3)[b-jd04s5ze4d] {
    transform: translateY(-9px) rotate(-45deg);
}

@media (max-width: 768px) {
    .navigation-container[b-jd04s5ze4d] {
        padding: 0 !important;
    }

    .navbar-toggler[b-jd04s5ze4d] {
        padding: 3px !important;
    }

    .navigation-container .logo[b-jd04s5ze4d] {
        width: 150px;
        height: 70px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .navigation-container .nav-dropdowns[b-jd04s5ze4d] {
        flex-direction: column;
        gap: 15px;
        height: auto;
        text-align: center;
    }

    .navbar-brand[b-jd04s5ze4d] {
        position: absolute !important;
        align-items: end !important;
        top: -65px !important;
        right: 0px !important;
    }

    .navigation-container .nav-link-container[b-jd04s5ze4d] {
        flex-direction: column;
        align-items: center;
    }

    .navbar-nav[b-jd04s5ze4d] {
        flex-direction: column;
        text-align: center;
    }

    .navigation-container .caret[b-jd04s5ze4d] {
        display: none;
    }

    .nav-link-container .nav-link2[b-jd04s5ze4d] {
        margin: 5px 0px;
    }
}

/* Mobile Menu Styles */
.mobile-menu[b-jd04s5ze4d] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: white;
    z-index: 99999;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    visibility: hidden;
}

    .mobile-menu.open[b-jd04s5ze4d] {
        transform: translateX(0);
        visibility: visible;
    }

    .mobile-menu .logo[b-jd04s5ze4d] {
        width: 100%;
        max-width: 169px;
        height: 75px;
    }

.mobile-menu-header[b-jd04s5ze4d] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #eee;
    background-color: #1b50a3;
}

.mobile-menu-close[b-jd04s5ze4d] {
    background: none;
    border: none;
    width: 30px;
    height: 30px;
    position: relative;
    padding: 0;
}

    .mobile-menu-close .icon-bar[b-jd04s5ze4d] {
        display: block;
        width: 100%;
        height: 2px;
        background: white;
        position: absolute;
        left: 0;
        margin: 0;
    }

        .mobile-menu-close .icon-bar:first-child[b-jd04s5ze4d] {
            transform: rotate(45deg);
            top: 14px;
        }

        .mobile-menu-close .icon-bar:last-child[b-jd04s5ze4d] {
            transform: rotate(-45deg);
            top: 14px;
        }

.mobile-menu-content[b-jd04s5ze4d] {
    flex: 1;
    padding: 1rem;
    display: flex;
    flex-direction: column;
}

.mobile-menu-section[b-jd04s5ze4d] {
    margin-bottom: 1rem;
}

.mobile-menu-item[b-jd04s5ze4d] {
    display: block;
    padding: 1rem;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    transition: all 0.2s ease;
    cursor: pointer;
}

.mobile-menu-header-item[b-jd04s5ze4d] {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    background-color: #f5f5f5;
}

.mobile-menu-caret[b-jd04s5ze4d] {
    width: 16px;
    height: 16px;
    background-image: url('../images/chevron-down.svg');
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
    will-change: transform;
    filter: brightness(0.5);
}

    .mobile-menu-caret.open[b-jd04s5ze4d] {
        transform: rotate(180deg);
    }

.mobile-menu-item.highlight[b-jd04s5ze4d] {
    background-color: #f4bd5e;
    color: #333;
    border-radius: 4px;
    text-align: center;
    margin-top: 1rem;
    border: none;
}

.mobile-menu-item:active[b-jd04s5ze4d] {
    background-color: #f0f0f0;
}

.mobile-submenu[b-jd04s5ze4d] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    will-change: max-height;
}

    .mobile-submenu.open[b-jd04s5ze4d] {
        max-height: 100%
    }

.mobile-submenu-header[b-jd04s5ze4d] {
    padding: 0.75rem 1rem;
    font-weight: 600;
    color: #F04438;
    background-color: #f9f9f9;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.mobile-submenu-item[b-jd04s5ze4d] {
    padding: 0.75rem 1rem 0.75rem 2rem;
    color: #333;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

    .mobile-submenu-item:active[b-jd04s5ze4d] {
        background-color: #f0f0f0;
    }

@media (min-width: 992px) {
    .mobile-menu[b-jd04s5ze4d] {
        display: none;
    }

    .navbar-toggler[b-jd04s5ze4d] {
        display: none;
    }
}

@media (max-width: 991px) {
    .navigation-menu[b-jd04s5ze4d] {
        display: none;
    }

    .nav-dropdowns[b-jd04s5ze4d] {
        display: none !important;
    }

    #getStartedContact[b-jd04s5ze4d] {
        display: none !important;
    }

    .navbar-toggler[b-jd04s5ze4d] {
        display: block;
        z-index: 1060;
    }

    body.mobile-menu-open[b-jd04s5ze4d] {
        overflow: hidden;
        position: fixed;
        width: 100%;
        height: 100%;
    }
}
/* _content/DDWebBlazor/Shared/Resources/ResourceHeroBanner.razor.rz.scp.css */
#ResourceHeroBanner[b-d9rvgf8ip6] {
    height: 800px;
}

@media screen and (max-width: 768px) {
    #ResourceHeroBanner[b-d9rvgf8ip6] {
        height: 600px;
    }
}
/* _content/DDWebBlazor/Shared/Resources/ServiceCatalogArticle.razor.rz.scp.css */
.sca-heading[b-n2gyhfe1f2] {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 60px;
}

.sca-sub-heading[b-n2gyhfe1f2] {
    font-size: 24px;
    color: #3778AA;
    line-height: 40px
}

@media screen and (max-width: 768px) {
    .sca-heading[b-n2gyhfe1f2] {
        font-size: 32px;
        line-height: 46px;
    }

    .sca-sub-heading[b-n2gyhfe1f2] {
        font-size: 16px;
        line-height: 32px
    }
}
/* _content/DDWebBlazor/Shared/Resources/ServicesCatalogSidebar.razor.rz.scp.css */
.scs[b-utaztncq8r] {
    height: 400px;
}

.scs-nav-link[b-utaztncq8r] {
    color: #888888;
    background-color: white;
}

.scs-nav-link.active[b-utaztncq8r] {
    color: white;
    background-color: #285D9B;
}
/* _content/DDWebBlazor/Shared/SeeBeyond.razor.rz.scp.css */
#seeBeyond-section[b-s7qx9it12c] {
    min-width: 786px;
    height: 954px;
}

.section[b-s7qx9it12c] {
    width: 100%;
}

.building-img[b-s7qx9it12c] {
    background-image: url('../images/seeBeyond.jpg');
    width: 70%;
    background-size: cover;
}

.container2[b-s7qx9it12c] {
    display: flex;
    height: 100%;
}

.form[b-s7qx9it12c] {
}

    .form .input-pair[b-s7qx9it12c] {
        display: flex;
        gap: 32px;
        margin-bottom: 10px;
    }

    .form .input-group[b-s7qx9it12c] {
        display: flex;
        flex-direction: column;
        gap: 6px;
        flex-grow: 1
    }

        .form .input-group label[b-s7qx9it12c] {
            font-size: 14px;
            font-weight: 500;
            line-height: 20px;
        }

        .form .input-group input[b-s7qx9it12c],
        .form .input-group textarea[b-s7qx9it12c] {
            padding: 10px 14px;
            align-items: center;
            gap: 8px;
            align-self: stretch;
            /**/
            border-radius: 8px;
            border: 1px solid #D0D5DD;
            background: #FFF;
        }

        .form .input-group textarea[b-s7qx9it12c] {
            height: 95px;
        }

            .form .input-group input:focus[b-s7qx9it12c],
            .form .input-group textarea:focus[b-s7qx9it12c] {
                outline: none;
            }

    .form .footnote[b-s7qx9it12c] {
        font-size: 12px;
        line-height: 22px;
    }

.full-btn[b-s7qx9it12c] {
    margin-top: 32px;
    width: 100%;
}


