        @font-face {
            font-family: 'ZohoPuvi';
            src: url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_regular.woff2') format('woff2'), url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_regular.woff') format('woff'), url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_regular.ttf') format('truetype');
            font-style: normal;
            font-weight: 300;
            font-display: swap;
        }

        @font-face {
            font-family: 'ZohoPuvi';
            src: url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_medium.woff2') format('woff2'),
                /* Modern Browsers */
                url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_medium.woff') format('woff'), url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_medium.ttf') format('truetype');
            font-style: normal;
            font-weight: 400;
            font-display: swap;
        }

        @font-face {
            font-family: 'ZohoPuvi';
            src: url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_extrabold.woff2') format('woff2'),
                /* Modern Browsers */
                url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_extrabold.woff') format('woff'), url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_extrabold.ttf') format('truetype');
            font-style: normal;
            font-weight: 700;
            font-display: swap;
        }
  
      body {
            font-family: ZohoPuvi, sans-serif;
        }
 
        .heading-menu,
        #scroll,
        #backToTop {
            display: none !important
        }

        .main-page *,
        .main-page ::before,
        .main-page ::after {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding: 0;
            margin: 0;
            font-weight: 300
        }

        #gtx-trans {
            display: none !important
        }

        .m-container {
            -webkit-box-sizing: content-box;
            box-sizing: content-box;
            max-width: 1400px;
            padding: 0 40px;
            margin: 0 auto;
            position: relative
        }

        .main-page {
            font-family: "ZohoPuvi", sans-serif;
            font-size: 16px;
            font-weight: 300;
            line-height: 1;
            color: #000
        }

        .main-page strong {
            font-weight: 500
        }

        .main-page a {
            text-decoration: none;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s
        }

        .main-page p a {
            color: #0f2bd4
        }

        .main-page ul {
            list-style: none
        }

        .main-page img {
            width: 100%;
            height: auto
        }

        .lr-container {
            display: block;
            width: 100%;
            font-size: 0;
            position: relative
        }

        .lr-container .m-lhs,
        .lr-container .m-rhs {
            display: inline-block;
            vertical-align: middle;
            font-size: 16px;
            position: relative
        }

        .ban-sec {
            background: #F2F6FF;
            background: -webkit-gradient(linear, left top, right top, from(#F5F9FF), to(#F2F6FF));
            background: -o-linear-gradient(left, #F5F9FF, #F2F6FF);
            background: linear-gradient(90deg, #F5F9FF, #F2F6FF);
            padding: 30px 0 20px;
            margin-bottom: 80px
        }

        .ban-breadcrumb ul li {
            display: inline-block;
            position: relative;
            padding-right: 16px;
            margin-right: 8px;
            margin-bottom: 6px
        }

        .ban-breadcrumb ul li:not(:last-child)::before {
            content: ">";
            font-size: 13px;
            font-weight: 300;
            line-height: 1.5;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            margin: auto;
            color: #0f2bd4
        }

        .ban-breadcrumb ul li a {
            font-size: 13px;
            line-height: 1.2;
            color: #0f2bd4;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s
        }

        .ban-breadcrumb ul li:hover a {
            text-decoration: underline
        }

        .ban-breadcrumb ul li span {
            display: inline-block;
            font-size: 13px;
            color: #565656
        }

        .ban-content .lr-container .m-lhs {
            width: calc(100% - 482px)
        }

        .ban-content .lr-container .m-rhs {
            width: 482px
        }

        .ban-content .m-lhs h1 {
            font-size: 42px;
            font-weight: 500;
            line-height: 1.2;
            color: #000;
            margin-bottom: 24px;
            max-width: 600px
        }

        .ban-content .m-lhs p {
            font-size: 20px;
            line-height: 30px;
            font-weight: 400;
            color: #000;
            margin-bottom: 30px
        }

        .ban-content .m-lhs .ban-cta a {
            display: inline-block;
            font-size: 16px;
            font-weight: 400;
            line-height: 1.3;
            color: #fff;
            background: #0f2bd4;
            padding: 15px 70px 15px 23px;
            position: relative;
            text-decoration: none;
            -webkit-transition: .3s ease-in;
            -o-transition: .3s ease-in;
            transition: .3s ease-in
        }

        .two-cta-wrap {
            display: block;
            clear: both
        }

        .two-cta-in {
            display: inline-block;
            text-align: center;
            font-size: 16px;
            line-height: 26px
        }

        .two-cta-in a {
            display: inline-block;
            font-size: 16px;
            line-height: 26px;
            font-weight: 400;
            color: #0f2bd4;
            border: 1px solid #0f2bd4;
            padding: 10px 50px;
            width: 100%;
            margin-bottom: 5px
        }

        .two-cta-in a:hover {
            transform: translateY(-3px);
            box-shadow: 0 3px 10px -3px #0a326d63
        }

        .two-cta-in span {
            display: block;
            font-size: 12px;
            line-height: 22px;
            font-weight: 400;
            color: #535A67
        }

        .two-cta-wrap .cta-1 {
            margin-right: 15px
        }

        .two-cta-wrap .cta-1 a {
            background: #0f2bd4;
            color: #fff
        }

        .ban-sprite {
            display: inline-block;
            width: 482px;
            height: auto;
            position: relative;
            top: -20px;
            right: 80px
        }

        .lcr-container {
            display: block;
            font-size: 0
        }

        .lcr-container .m-lhs,
        .lcr-container .m-center,
        .lcr-container .m-rhs {
            display: inline-block;
            vertical-align: top;
            font-size: 16px
        }

        .lcr-container .m-lhs {
            width: 260px;
            padding-right: 24px;
            position: sticky;
            top: 90px
        }

        .lcr-container .m-center {
            width: calc(100% - 260px - 200px);
      
            padding: 0 50px
        }

        .lcr-container .m-rhs {
            width: 200px;
            position: sticky;
            top: 90px
        }

        .lhs-search {
            position: relative;
            margin-bottom: 24px;
            z-index: 1
        }

        .lhs-search::before {
            content: '';
            background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjciIHZpZXdCb3g9IjAgMCAyOCAyNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTIuMDcxMSIgY3k9IjExLjA4NDciIHI9IjcuMDg4MTQiIHRyYW5zZm9ybT0icm90YXRlKC00NSAxMi4wNzExIDExLjA4NDcpIiBmaWxsPSJ3aGl0ZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPHBhdGggZD0iTTE3LjYxMzggMTYuNjI3MkwyMS40OTM0IDIwLjUwNjkiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==) no-repeat;
            background-size: 20px;
            width: 20px;
            height: 20px;
            position: absolute;
            right: 16px;
            top: 2px;
            bottom: 0;
            margin: auto
        }

        .lhs-search input {
            font-size: 15px;
            font-weight: 400;
            color: #000;
            background: #fff;
            border: 1px solid #000;
            border-radius: 4px;
            padding: 8px 20px;
            padding-right: 40px;
            width: 100%
        }

        .lhs-search input::-webkit-input-placeholder {
            color: #737373;
            font-weight: 300
        }

        .lhs-search input::-moz-placeholder {
            color: #A5A5A5;
            font-weight: 300
        }

        .lhs-search input:-ms-input-placeholder {
            color: #A5A5A5;
            font-weight: 300
        }

        .lhs-search input::-ms-input-placeholder {
            color: #A5A5A5;
            font-weight: 300
        }

        .lhs-search input::placeholder {
            color: #A5A5A5;
            font-weight: 300
        }

        .lhs-search input:focus {
            outline: none;
            border-color: #0f2bd4
        }

        .lhs-search .lhs-search-list {
            width: 100%;
            background: #fff;
            border: .5px solid #C5CEDC;
            border-top: none;
            border-radius: 0 0 3px 3px;
            -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
            position: absolute;
            left: 0;
            right: 0;
            top: 45px;
            margin: auto;
            padding: 14px 20px;
            z-index: -1;
            -webkit-transition: .3s ease-in;
            -o-transition: .3s ease-in;
            transition: .3s ease-in;
            display: none;
            max-height: 302px;
            overflow: auto
        }

        .lhs-search .lhs-search-list li:not(:last-child) {
            border-bottom: 1px solid #C5CEDC
        }

        .lhs-search .lhs-search-list li a {
            display: block;
            font-size: 14px;
            font-weight: 300;
            line-height: 1.3;
            color: #000;
            padding: 10px 0;
            position: relative;
            cursor: pointer
        }

        .lhs-search .lhs-search-list li:last-child a {
            padding-bottom: 0
        }

        .lhs-search .lhs-search-list li a:hover {
            color: #0f2bd4
        }

        .lhs-search .lhs-search-list .empty-data {
            font-size: 14px
        }

        .link-list-title span a {
            font-size: 15px;
            font-weight: 500;
            line-height: 1.3;
            color: #000;
            margin-bottom: 16px;
            display: inline-block;
        }

        .link-list-title span a:hover,
        .lhs-menu-links .additional-link a:hover {
            color: #0f2bd4;
            text-decoration: underline;
        }

        .lhs-menu-links {
            height: calc(100vh - 200px);
            overflow: auto
        }

        .lhs-menu-links>li:not(:last-child) {
            margin-bottom: 18px
        }

        .lhs-menu-links li a {
            display: block;
            font-size: 14px;
            font-weight: 300;
            line-height: 1.3;
            color: #000;
            border-radius: 3px;
            padding: 10px 12px;
            position: relative;
            cursor: pointer
        }

        .lhs-menu-links li span {
            display: block;
            font-size: 15px;
            font-weight: 400;
            line-height: 1.3;
            padding-right: 24px;
            position: relative;
            cursor: pointer;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s
        }

        .lhs-menu-links li span:hover {
            color: #0f2bd4
        }

        .lhs-menu-links li span.lhs-act {
            font-weight: 500
        }

        .lhs-menu-links li span::before {
            content: '';
            background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDggMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjExMjkzIDEwLjg4N0w2LjQ1MDI1IDYuMjY0OTNDNi42ODA0OSA2LjA2NTU1IDYuNjgwNSA1LjcwODM4IDYuNDUwMjUgNS41MDg5OUwxLjExMjkzIDAuODg2OTYzIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8L3N2Zz4K) no-repeat;
            background-size: 8px;
            width: 8px;
            height: 12px;
            position: absolute;
            right: 8px;
            top: 4px;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s
        }

        .lhs-menu-links li span.lhs-act::before {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg)
        }

        .lhs-menu-links li .lhs-sub-menu {
            display: none;
            border-left: 1px solid #ECECEC;
            margin: 10px 0 18px;
            padding-left: 12px
        }

        .lhs-menu-links li .lhs-sub-menu a {
            display: inline-block;
            font-size: 14px;
            font-weight: 300;
            line-height: 1.3;
            color: #000;
            background: transparent;
            border-radius: 3px;
            padding: 10px 12px;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s
        }

        .lhs-menu-links li .lhs-sub-menu a:hover {
            color: #0f2bd4
        }

        .lhs-menu-links .additional-link a {
            font-size: 15px;
            font-weight: 400;
            padding-left: 0;
            margin-top: 12px;
            cursor: pointer;
        }

        .lhs-menu-links .additional-link a .al-arrow {
            display: inline-block;
            vertical-align: middle;
            background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNi41NDMiIGhlaWdodD0iMTYuNTQzIiB2aWV3Qm94PSIwIDAgMTYuNTQzIDE2LjU0MyI+CiAgPGcgaWQ9Ikdyb3VwXzExNTE3IiBkYXRhLW5hbWU9Ikdyb3VwIDExNTE3IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTEzLjQzOCAtMTQ2OS40NTQpIHJvdGF0ZSg0NSkiPgogICAgPHBhdGggaWQ9IlBhdGhfODk0MiIgZGF0YS1uYW1lPSJQYXRoIDg5NDIiIGQ9Ik0wLDBIMTEuMjg2VjExLjI4NiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTY4OC42NzYgMzkxLjU2Nikgcm90YXRlKC00NSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwNjdmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjMiLz4KICAgIDxwYXRoIGlkPSJQYXRoXzg5NDMiIGRhdGEtbmFtZT0iUGF0aCA4OTQzIiBkPSJNLTExMDguOTA5LTU0MS41OHYtMTYuOSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjgwNS41NjYgOTQzLjQ0MSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwNjdmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjMiLz4KICA8L2c+Cjwvc3ZnPgo=) no-repeat;
            background-size: 100%;
            width: 9px;
            height: 9px;
            margin-left: 4px;
            -webkit-filter: grayscale(1);
            filter: grayscale(1);
            pointer-events: none;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s;
        }

        .lhs-menu-links .additional-link a:hover .al-arrow {
            -webkit-filter: grayscale(0);
            filter: grayscale(0);
            -webkit-transform: translate(2px, -1px);
            -ms-transform: translate(2px, -1px);
            transform: translate(2px, -1px);
        }

        .center-text {
            text-align: center
        }

        .m-center {
            margin-bottom: 70px
        }

        .m-center a {
            color: #0f2bd4;
            font-weight: 400;
            line-height: inherit
        }

        .m-center h2 {
            font-size: 32px;
            font-weight: 500;
            line-height: 1.3;
            color: #000;
            margin-bottom: 20px
        }

        .m-center h3 {
            font-size: 24px;
            font-weight: 500;
            line-height: 1.3;
            color: #000;
            margin: 30px 0 15px
        }

        .m-center h3 a {
            font: inherit;
            color: inherit;
            text-decoration: underline
        }

        .m-center h4 {
            font-size: 18px;
            font-weight: 500;
            line-height: 1.3;
            margin-bottom: 10px;
            color: #000
        }

        .m-center h5,
        .m-center .methods-box h4 {
            font-size: 16px;
            font-weight: 500;
            line-height: 1.3;
            margin-bottom: 10px;
            color: #000
        }

        .m-center h6 {
            font-size: 16px;
            font-weight: 500;
            line-height: 1.3;
            margin-bottom: 10px;
            color: #000;
            padding-top: 3px
        }

        .m-center h4 a {
            font: inherit;
            color: inherit
        }

        .m-center p {
            font-size: 16px;
            font-weight: 300;
            line-height: 1.7;
            margin-bottom: 20px
        }

        .m-center li {
            font-size: 16px;
            font-weight: 300;
            line-height: 1.7;
            margin-bottom: 20px
        }

        .m-center p a:hover {
            text-decoration: underline
        }

        .m-center picture {
            display: block;
            margin: 24px 0
        }

        .m-center .hr-line {
            border-top: 1px solid #E1E3EA;
            margin: 50px 0
        }

        .m-center p+h4 {
            margin-top: 40px
        }

        .cta-border a {
            display: inline-block;
            padding: 13px 40px;
            color: #0f2bd4;
            border: 1px solid;
            transition: .3s ease-in
        }

        .cta-border a:hover {
            background: #0f2bd4;
            color: #fff
        }

        .quot-box {
            margin: 50px 0 70px;
            padding: 33px 53px 33px 152px;
            position: relative;
            background: #FFF8EB;
            border-radius: 5px
        }

        .quot-box p {
            font-size: 18px;
            line-height: 1.5;
            font-weight: 500;
            margin-bottom: 15px
        }

        .abo span {
            display: block
        }

        .abo .auth-name {
            font-size: 18px;
            line-height: 28px;
            font-weight: 500;
            margin-bottom: 7px
        }

        .abo .auth-desc {
            font-size: 15px;
            font-weight: 300;
            padding-left: 10px
        }

        .quot-box:before {
            content: "";
            background: url(/sites/meweb/images/fr/log-management/images/what-is-siem-sprite-2024.png) no-repeat -28px -20px;
            background-size: 375px;
            width: 80px;
            height: 70px;
            position: absolute;
            top: 40px;
            left: 35px
        }

        .quot-box:after {
            content: "";
            background: url(images/what-is-siem-sprite-2024.png) no-repeat -141px -22px;
            background-size: 375px;
            width: 45px;
            height: 39px;
            position: absolute;
            right: 30px;
            bottom: 30px
        }

        .img-container {
            text-align: center;
            margin-top: 5px;
            padding-bottom: 20px
        }

        .img-container picture {
            width: 100%
        }

        .img-container img {
            width: 100%
        }

        .img-container p {
            font-size: 14px;
            line-height: 24px;
            color: #000;
            font-style: italic;
            margin-bottom: 0
        }

        .blue-box {
            background: #F4F7FF;
            border-radius: 5px;
            padding: 30px;
            margin: 30px 0
        }

        .blue-box h3 {
            font-size: 18px;
            margin: 0 0 25px 0;
        }

        .blue-box p {
            margin-bottom: 5px;
            font-size: 16px;
            line-height: 26px
        }

        .blue-box p:last-child {
            margin-bottom: 0
        }

        .blue-box .big-text {
            font-size: 20px;
            line-height: 30px;
            font-weight: 500
        }

        .siem-tab-sec {
            display: flex;
            width: 100%;
            justify-content: space-between;
            background: #F4F7FF;
            border-bottom: 1px solid #E1E3EA;
            position: sticky;
            top: 50px;
            z-index: 1
        }

        .siem-tab-sec span {
            padding: 16px 14px 14px;
            font-size: 14px;
            line-height: 18px;
            text-align: center;
            border-bottom: 3px solid transparent;
            transition: .1s;
            cursor: pointer
        }

        .siem-tab-sec span.act {
            color: #126ae5;
            font-weight: 500;
            border-color: #126ae5
        }

        .siem-tab-sec span:not(.act):hover {
            transform: scale(1.02);
            color: #1f79ff
        }

        .intrested {
            background: #F4F7FF;
            padding: 40px 50px;
            border-radius: 5px;
            margin-bottom: 50px
        }

        .intrested .tit {
            font-size: 20px;
            line-height: 30px;
            font-weight: 500;
            margin-bottom: 13px
        }

        .methods-box {
            display: flex;
            gap: 40px
        }

        .methods-box>div {
            width: 50%
        }

        .meth-box-in {
            position: relative;
            padding-top: 65px;
            margin-bottom: 40px;
            padding-right: 20px
        }

        .meth-box-in:before {
            content: "";
            background: url(/sites/meweb/images/fr/log-management/images/what-is-siem-sprite-2024.png) no-repeat -23px -144px;
            background-size: 375px;
            width: 45px;
            height: 45px;
            position: absolute;
            left: 0;
            top: 0
        }

        .m-ic-1:before {
            background-position: -23px -144px
        }

        .m-ic-2:before {
            background-position: -96px -144px
        }

        .m-ic-3:before {
            background-position: -169px -144px
        }

        .m-ic-4:before {
            background-position: -230px -144px
        }

        .m-ic-5:before {
            background-position: -291px -144px
        }

        .blu-arrow {
            width: 14px;
            height: 7px;
            display: inline-block;
            vertical-align: middle;
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAARCAYAAADKZhx3AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEeSURBVHgBvZW9kcIwEIWfPAR3F7kElUAJRwe4AyIgw1RgqAAR8ZPRAR1AB1CCS3AEMyTLSjY/NohoxZuxZryzo8/S7lsrSGpI/7xq/GALo4pPqQqSUMKuest55w6WKvelRwgj7T5iSBrBwUu1593GDfihuv6AYKuFMgxL+LnVN3Yn71PaTJWr8bPsFZf11vcYYYK1moYF++GG4eMSXDZAxkENecX8tBuxI37RaTHQ3n8P31MbJ/Qibq8c31aEoqyxp+UFZIdKVosQW26tTLjmGtCIV/MELPikifM7wtkpc/Z56GWEyoJTinHGDPVmPTIlac7tFiR1dr592IewwR+75s2fSg7cpy7qnp1zE6W+dLlZfcEeqKxpO3flh1pdAUo7Vq7BOX9lAAAAAElFTkSuQmCC);
            background-repeat: no-repeat;
            background-size: contain;
            margin-left: 5px
        }

        .table-sec {
            margin: 50px 0 60px
        }

        .table-sec table {
            width: 100%;
            height: auto;
            border: 1px solid #E1E3EA;
            border-radius: 5px;
            border-collapse: separate;
            overflow: hidden
        }

        .table-sec th {
            background: #EEF2FA;
            padding: 20px;
            font-size: 15px;
            line-height: 25px;
            font-weight: 500;
            text-align: left
        }

        .table-sec th:nth-child(odd) {
            background: #E1E7F1
        }

        .table-sec tbody tr:not(:last-child) td {
            border-bottom: 1px solid #E1E3EA
        }

        .table-sec td {
            padding: 20px;
            background: #fff;
            font-size: 14px;
            line-height: 22px
        }

        .table-sec td:nth-child(odd) {
            background: #F8F9FD
        }

        .dot-list {
            padding-left: 15px
        }

        .dot-list li {
            position: relative;
            padding-left: 25px
        }

        .dot-list li:before {
            content: "";
            width: 6px;
            height: 6px;
            background: #000;
            border-radius: 50%;
            position: absolute;
            left: 0;
            top: 11px
        }

        .dot-list li h3 {
            font-size: 16px;
            font-weight: 500;
            line-height: 1.3;
            margin: 0;
            margin-bottom: 10px;
            color: #000;
            padding-top: 3px;
        }

        .vdo-wrapper {
            position: relative;
            display: inline-block;
            width: 100%;
            margin-bottom: 20px
        }

        .vdo-wrapper .video-iframe {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 1;
            visibility: hidden;
            opacity: 0
        }

        .thumb-image {
            position: relative;
            cursor: pointer
        }

        .thumb-image:before {
            content: "";
            background: url(https://www.manageengine.com/log-management/siem/images/what-is-siem-sprite-2024.png) no-repeat -220px -7px;
            background-size: 375px;
            width: 116px;
            height: 116px;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            transition: .3s;
            pointer-events: none
        }

        .thumb-image:hover:before {
            transform: scale(1.15)
        }

        .vdo-wrapper.show-vid .thumb-image {
            visibility: hidden;
            opacity: 0
        }

        .vdo-wrapper.show-vid .video-iframe {
            visibility: visible;
            opacity: 1
        }

        .deploy {
            padding: 40px;
            border: 1px solid #CCD7FA
        }

        .deploy h2 {
            color: #0f2bd4
        }

        .deploy p {
            margin-bottom: 20px
        }

        .deploy .two-cta-wrap {
            padding-top: 10px
        }

        .deploy .two-cta-wrap a {
            width: 180px;
            padding: 10px
        }

        .res-cont {
            overflow: hidden
        }

        .res-cont .tab-sec {
            margin: 20px 0
        }

        .res-cont .tab-sec .tab-list {
            text-align: center
        }

        .res-tab-container {
            position: relative;
            height: 391px
        }

        .res-tab-container .tab-content {
            display: block;
            position: absolute;
            width: 100%;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: none;
            -o-transition: none;
            transition: none;
            -webkit-animation: none;
            animation: none
        }

        .res-tab-container .tab-content.active {
            opacity: 1;
            visibility: visible
        }

        .res-cont {
            background: #FAFBFE;
            border: 1px solid #EEEFF5;
            padding: 30px 50px
        }

        .m-center .res-cont h3 {
            font-size: 18px;
            font-weight: 500;
            line-height: 1.3;
            margin-bottom: 10px;
            color: #000;
            text-align: center
        }

        .res-box {
            margin: auto 10px;
            border: 1px solid #EEEFF5;
            border-radius: 10px;
            overflow: hidden
        }

        .res-box .res-top {
            background: #EBEEF9;
            overflow: hidden;
            padding: 20px
        }

        .res-box .res-top span {
            display: block;
            background: url(/sites/meweb/images/fr/log-management/images/what-is-siem-res-ebook-23.png) no-repeat;
            background: url(/sites/meweb/images/fr/log-management/images/what-is-siem-res-ebook-23.png) no-repeat;
            background-size: 326px;
            width: 98px;
            height: 146px;
            margin: auto;
            position: relative;
            top: 30px;
            -webkit-transform: scale(1.4);
            -ms-transform: scale(1.4);
            transform: scale(1.4);
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s
        }

        .res-box:hover .res-top span {
            -webkit-transform: scale(1.5);
            -ms-transform: scale(1.5);
            transform: scale(1.5)
        }

        .res-box .res-top .eb1 {
            background-position: -5px -5px
        }

        .res-box .res-top .eb2 {
            background-position: -113px -5px
        }

        .res-box .res-top .eb3 {
            background-position: -221px -5px
        }

        .res-box .res-top .eb4 {
            background-position: -4px -162px
        }

        .res-box .res-top .eb5 {
            background-position: -112px -162px
        }

        .res-tab-container .flex-control-nav {
            display: none
        }

        .res-box.res-wh .res-top span {
            background: url(images/what-is-siem-res-white-sprite-23.png) no-repeat;
            background-size: 214px
        }

        .res-box.res-wh .res-top .wh1 {
            background-position: -5px -5px
        }

        .res-box.res-wh .res-top .wh2 {
            background-position: -111px -5px
        }

        .res-box.res-wh .res-top .wh3 {
            background-position: -5px -160px
        }

        .res-box.res-wh .res-top .wh4 {
            background-position: -111px -160px
        }

        .res-box.res-cs .res-top {
            padding: 0
        }

        .res-cs .res-top span {
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            width: 100%;
            height: 186px
        }

        .res-cs .res-top .cs1 {
            background-image: url(images/what-is-siem-res-case1-23.png)
        }

        .res-cs .res-top .cs2 {
            background-image: url(images/what-is-siem-res-case2-23.png)
        }

        .res-cs .res-top .cs3 {
            background-image: url(images/what-is-siem-res-case3-23.png)
        }

        .res-cs .res-top .cs4 {
            background-image: url(images/what-is-siem-res-case4-23.png)
        }

        .res-content {
            background: #fff;
            text-align: center;
            padding: 30px
        }

        .res-content span {
            display: inline-block;
            font-size: 11px;
            font-weight: 400;
            line-height: 1.2;
            color: #1445d6;
            background: #EBEEF9;
            border-radius: 50px;
            padding: 6px 14px;
            margin-bottom: 12px
        }

        .res-box .res-content h3 {
            font-size: 14px;
            font-weight: 300;
            line-height: 1.4;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            min-height: 45px;
            margin: 0;
            margin-bottom: 16px;
            overflow: hidden
        }

        .res-content a {
            display: inline-block;
            font-size: 15px;
            font-weight: 500;
            line-height: 1.4;
            color: #fff;
            background: #0f2bd4;
            border: 1px solid #0f2bd4;
            border-radius: 3px;
            padding: 10px 28px;
            position: relative;
            cursor: pointer;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s
        }

        .res-content a.dwn-btn,
        .res-content a.lm-btn {
            font-size: 14px;
            background: none;
            padding: 10px 20px;
            color: #0f2bd4
        }

        .res-content a.lm-btn::after,
        .res-content a.dwn-btn::after {
            content: '';
            position: absolute;
            background: #0f2bd4;
            top: 0;
            right: 0;
            bottom: 0;
            z-index: -1;
            -webkit-transition: .4s linear;
            -o-transition: .4s linear;
            transition: .4s linear;
            width: 0
        }

        .res-content a.lm-btn:hover,
        .res-content a.dwn-btn:hover {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
            color: #fff
        }

        .res-content a.lm-btn:hover::after,
        .res-content a.dwn-btn:hover::after {
            width: 100%;
            left: 0
        }

        .res-cont .tab-list li {
            width: auto;
            display: inline-block;
            font-size: 15px;
            font-weight: 300;
            padding: 0;
            padding-bottom: 10px;
            margin: 0 20px 30px;
            position: relative;
            cursor: pointer;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s
        }

        .res-cont .tab-list li::before {
            content: '';
            width: 0;
            height: 2px;
            border-radius: 50px;
            position: absolute;
            bottom: 0;
            left: 0;
            background: #4B6DD2;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s
        }

        .res-cont .tab-list li.active-tab::before {
            width: 100%
        }

        .res-cont .tab-list li:hover {
            color: #4B6DD2
        }

        .res-cont .tab-list li.active-tab {
            font-weight: 500;
            color: #4B6DD2
        }

        .flex-direction-nav {
            display: block;
            list-style-type: none;
            padding: 0 !important;
            margin: 0
        }

        .flex-direction-nav li {
            list-style-type: none
        }

        .flex-direction-nav li a {
            line-height: 2.2;
            text-align: center;
            border-radius: 4px;
            width: 26px;
            height: 40px;
            position: absolute;
            top: 50%;
            opacity: 1;
            background: #4B6DD2
        }

        .flex-direction-nav li a.flex-prev {
            border-radius: 0 4px 4px 0
        }

        .flex-direction-nav li a.flex-next {
            border-radius: 4px 0 0 4px
        }

        .flex-direction-nav li a::before {
            display: inline-block;
            vertical-align: middle;
            content: '';
            background: url(images/what-is-siem-sprite-23.png) no-repeat -65px -1px;
            background-size: 280px;
            width: 8px;
            height: 21px;
            position: absolute;
            left: 6px;
            top: 0;
            bottom: 0;
            margin: auto
        }

        .flex-direction-nav li a.flex-next::before {
            -webkit-transform: scaleX(-1);
            -ms-transform: scaleX(-1);
            transform: scaleX(-1);
            left: auto;
            right: 8px
        }

        .flex-direction-nav li a.flex-prev {
            left: -50px
        }

        .flex-direction-nav li a.flex-next {
            right: -50px
        }

        .flex-direction-nav li a.flex-prev.flex-disabled,
        .flex-direction-nav li a.flex-next.flex-disabled {
            background: #bccaf5
        }

        .f-slide.flexslider1 {
            overflow: visible;
            max-height: inherit;
            position: relative;
            max-width: 950px;
            margin: auto
        }

        .f-slide:hover a.flex-prev,
        .f-slide:hover a.flex-next {
            opacity: 1
        }

        .f-slide ul li {
            float: left
        }

        .slides {
            padding: 0 !important
        }

        .slides li:last-child {
            display: none
        }

        .flex-control-nav li a {
            font-size: 0;
            color: #6C6C6C;
            width: 8px;
            height: 6px
        }

        .flex-control-nav li a.flex-active {
            width: 28px;
            background: #fff
        }

        @media(max-width:1200px) {
            .f-slide.flexslider1 {
                max-width: 850px
            }

            .res-box {
                margin: auto 5px
            }
        }

        @media(max-width:992px) {
            .f-slide.flexslider1 {
                max-width: 670px
            }

            .res-cont {
                padding: 30px 40px
            }
        }

        @media(max-width:767px) {
            .res-cont {
                padding: 40px 30px
            }

            .flex-direction-nav li a.flex-prev {
                left: -30px
            }

            .flex-direction-nav li a.flex-next {
                right: -30px
            }
        }

        .rhs-content .rhs-title {
            position: relative;
            padding-left: 30px
        }

        .rhs-content .rhs-title::before {
            content: '';
            background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMUgxMS44MzMzIiBzdHJva2U9IiMwMDY3RkYiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTEgNy42NjY3NUgxMS44MzMzIiBzdHJva2U9IiMwMDY3RkYiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTEgNC4zMzMyNUg3LjY2NjY3IiBzdHJva2U9IiMwMDY3RkYiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTEgMTFINS4xNjY2NyIgc3Ryb2tlPSIjMDA2N0ZGIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=) no-repeat;
            background-size: 16px;
            width: 16px;
            height: 15px;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            margin: auto
        }

        .scroll-tab {
            position: relative;
            margin: 30px 0
        }

        .scroll-tab .lhs-highlight {
            width: 5px;
            height: 44px;
            background: #0f2bd4;
            position: absolute;
            left: 0;
            top: 0;
            -webkit-transition: .2s linear;
            -o-transition: .2s linear;
            transition: .2s linear;
            z-index: 1
        }

        .scroll-tab-list {
            border-left: 5px solid #ECEFF5
        }

        .scroll-tab-list li {
            font-size: 15px;
            font-weight: 300;
            line-height: 1.3;
            color: #000;
            position: relative;
            padding: 12px 16px;
            cursor: pointer
        }

        .scroll-tab-list li:hover,
        .scroll-tab-list li.scroll-act {
            color: #0f2bd4
        }

        .scroll-tab-list li.scroll-act {
            font-weight: 500
        }

        @media (max-width: 1300px) {
            .fea-box {
                padding: 50px 30px
            }

            .plan-content .plan-form-container .plan-form-lhs,
            .plan-content .plan-form-container .plan-form-rhs {
                display: block;
                width: 100%;
                text-align: center;
                padding: 0
            }

            .plan-sec {
                margin-top: 20px
            }

            .plan-content {
                padding: 0
            }

            .plan-content .plan-form-lhs h3 {
                max-width: 100%;
                font-size: 24px;
                text-align: center
            }

            .plan-content .plan-form-lhs span strong {
                font-size: 50px
            }

            .plan-list {
                padding-top: 30px;
                margin-top: 30px
            }

            .plan-list ul {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                gap: 10px 20px
            }

            .plan-list ul li:not(:last-child) {
                margin-bottom: 0
            }

            .plan-content .plan-form-container .plan-form-rhs::before {
                display: none
            }
        }

        @media (max-width: 1200px) {
            .m-container {
                padding: 0 24px
            }

            .ban-sprite {
                right: 0
            }

            .lcr-container .m-lhs {
                width: 230px
            }

            .lcr-container .m-center {
                width: calc(100% - 230px);
                padding: 0 30px
            }

            .lcr-container .m-rhs {
                display: none
            }

            .br-box-container {
                gap: 20px
            }
        }

        @media (max-width: 1025px) {
            .strip-bnr {
                margin-top: 20px !important
            }

            .siem-tab-sec {
                top: 90px
            }
        }

        @media (max-width: 1024px) {
            .ban-sec {
                padding: 50px 0 40px
            }

            .lcr-container .m-lhs,
            .lcr-container .m-rhs {
                top: 120px
            }
        }

        @media (max-width: 992px) {
            .ban-content .lr-container .m-rhs {
                display: none
            }

            .ban-content .lr-container .m-lhs {
                width: 100%;
                text-align: center;
                margin-top: 20px
            }

            .ban-content .m-lhs h1 {
                font-size: 40px;
                margin: auto;
                margin-bottom: 24px;
            }

            .m-center h2 {
                font-size: 26px
            }

            .siem-tab-sec {
                display: none
            }

            .table-sec {
                overflow: auto
            }
        }

        @media (max-width: 768px) {
            .ban-sec {
                margin-bottom: 40px
            }

            .ban-content .lr-container .m-lhs {
                margin-top: 40px
            }

            .ban-content .m-lhs h1 {
                font-size: 34px;
                margin-bottom: 20px
            }

            .ban-content .m-lhs .ban-cta a {
                font-size: 14px
            }

            .link-list-title,
            .lhs-menu-links {
                display: none
            }

            .lcr-container .m-lhs,
            .lcr-container .m-center {
                width: 100%;
                position: relative;
                top: 0
            }

            .lcr-container .m-center {
                border: none;
                padding: 0
            }

            .m-center h2 {
                font-size: 24px
            }

            .m-center h3 {
                font-size: 16px;
                margin: 20px 0 10px
            }

            .m-center h4 {
                font-size: 15px
            }

            .m-center p {
                font-size: 15px;
                line-height: 1.6
            }

            .m-center .m-list li {
                font-size: 15px
            }

            .m-center .m-list li:not(:last-child) {
                margin-bottom: 10px
            }

            .m-center .hr-line {
                margin: 40px 0
            }

            .m-center .yel-box {
                padding: 30px 24px
            }

            .quot-box span,
            .abo .auth-name {
                font-size: 14px;
                line-height: 24px;
                margin-bottom: 0
            }
        }

        @media (max-width : 700px) {
            .intrested {
                padding: 30px;
                margin-top: 20px
            }

            .methods-box {
                flex-wrap: wrap;
                gap: 0;
                padding-right: 0
            }

            .methods-box>div {
                width: 100%
            }

            .m-ic-5 {
                margin-bottom: 0
            }

            .quot-box {
                padding: 30px
            }

            .quot-box:before,
            .quot-box:after {
                opacity: .5
            }

            .quot-box p,
            .quot-box div {
                position: relative;
                z-index: 1
            }

            .abo .auth-name {
                margin-bottom: 0;
            }

            .two-cta-wrap .two-cta-in {
                margin: 5px
            }
        }
        .feb-pre-footer .col20 ul li a[href$="#"] {
            display: block
        }

        /* Temp */

        .nav-dwn a {
            font-size: 20px
        }

        .nav-clo {
            background: #1F96E5;
            border-radius: 3px;
            box-shadow: 0px 5px 6px #0026ef30;
            cursor: pointer;
            height: 39px;
            margin: 4px 0 0 10px;
            position: relative;
            transition: all .5s;
            width: 45px
        }

        .nav-clo:before {
            background: url(https://www.manageengine.com/products/eventlog/images/cloud-icons.png) no-repeat;
            background-size: 183px;
            content: "";
            height: 30px;
            left: 7px;
            position: absolute;
            top: 10px;
            width: 30px;
        }

        .nav-clo:hover {
            background: #1C6190;
            box-shadow: 0px 5px 6px #0026ef5c;
            transition: all .5s;
        }

        .nav-clo ul {
            background: #fbfeff;
            border: solid 1px #c0ddff;
            box-shadow: 0 13px 11px #00000042;
            display: none;
            padding: 30px;
            position: absolute;
            right: 0;
            top: 55px;
            width: 570px;
        }

        .nav-clo ul:after {
            background: #fff;
            content: "";
            border: solid #c0ddff;
            border-width: 0 1px 1px 0;
            height: 0px;
            padding: 5px;
            position: absolute;
            right: 14px;
            top: -6px;
            transform: rotate(222deg);
            width: 1px
        }

        .nav-clo ul:before {
            content: "";
            height: 10px;
            left: 0;
            top: 0;
            width: 100%
        }

        .nav-clo ul li {
            cursor: default;
            display: inline-block;
            position: relative;
            vertical-align: top;
        }

        .nav-clo ul li:nth-child(1) {
            width: 30%
        }

        .nav-clo ul li:nth-child(1):after {
            background: url(https://www.manageengine.com/products/eventlog/images/cloud-icons.png) no-repeat;
            background-position: -29px -5px;
            background-size: 170px;
            content: "";
            height: 141px;
            left: 0;
            position: absolute;
            top: 0;
            width: 140px
        }

        .nav-clo ul li:nth-child(2) {
            width: 69%
        }

        .nav-clo ul li h3 {
            font-size: 20px;
            font-weight: 500;
            margin: 0
        }

        .nav-clo ul li p {
            margin: 5px 0 30px 0
        }

        .nav-clo ul li a {
            background: none;
            border: solid 1px #168eff;
            border-radius: 20px;
            color: #168eff;
            display: inline-block;
            font-size: 14px;
            padding: 7px 25px;
            position: relative;
            transition: all .3s ease
        }

        .nav-clo ul li a:hover {
            background: #168eff;
            color: #fff;
            text-decoration: none;
            transition: all .3s ease
        }

        .nav-clo span {
            background: url(https://www.manageengine.com/products/eventlog/images/cloud-icons.png) no-repeat;
            background-position: 0 -55px;
            background-size: 200px;
            height: 17px;
            position: absolute;
            right: 12px;
            top: 11px;
            width: 15px;
            z-index: 9
        }

        .nav-clo {
            display: none
        }
   .bc-sec {
    display: none;
}
.rhs-content {
    margin-top: 25px;
}
.lhs-content {
    display: none;
}
.cta-border {
    display: none;
}
.blue-box.center-text {
    display: none;
}
