@charset "UTF-8";/*!
 * citalid since v1.3.66 | Unicence*/

:root {
  --mid: #f3f3df;
  --cyber: #131313;
  --lime: #eeffc6;
  --neon: #dbff83;
  --beige: #e4e4d1;
  --paper: #fffff3;
  --darker-paper: #FBFBEB;
  --warm-grey: #cacabc;
  --grey: #636363;
  --coral: #ff8159;
  --peach-coral : #F65E2D;
  --light-coral : #FFC0A6;
  --darklime: #C5DA91;
  --blue:#AFDDFF;
  --purple:#D894FF;

  --font-roboto: Roboto, sans-serif;
  --font-mono: RobotoMono, sans-serif;
}

 body{background-color: var(--paper)}
 

h1, h2, h3, h4, h5, h6 {
    margin-block-end: 0;
    margin-block-start: 0;
}
.entry-content li,
body,
p {
    font-family: Roboto, sans-serif;
}
a,
body {
    color: var(--cyber);
}
#preloader,
#site-navbar {
    position: fixed;
    top: 0;
    left: 0;
}
.navbar .navbar-brand,
body {
    display: -webkit-box;
    display: -ms-flexbox;
}
.background-image,
.image-right-container .image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.label-l,
.label-m,
.p-1,
.p-2,
.p-3,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 35px;
}
.sf-grid-blog-old .searchandfilter > ul,
.sf-grid-blog-old .searchandfilter > ul > li {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
}
.label-m,
.label-s {
    letter-spacing: 0.1em;
}
#preloader {
    right: 0;
    bottom: 0;
    z-index: 1099;
}
.marquee3k,
html.active {
    overflow: hidden;
}
body {
    margin: 0 !important;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-font-smoothing: antialiased;
}
main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.container-fluid {
    max-width: 1320px;
    padding-right: 20px;
    padding-left: 20px;
}

.bg-darkpaper-gradient {
  background-image: url('https://citalid.com/wp-content/uploads/2026/08/Gradient-Dark-Paper-S.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-neon-gradient {
  background-image: url('https://citalid.com/wp-content/uploads/2026/08/Gradient-Neon-S.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-coral-gradient {
  background-image: url('https://citalid.com/wp-content/uploads/2026/08/Gradient-Coral-S.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-lightcoral-gradient {
  background-image: url('https://citalid.com/wp-content/uploads/2026/08/Gradient-LightCoral-S.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-blue-gradient {
  background-image: url('https://citalid.com/wp-content/uploads/2026/08/Gradient-blue-S.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-purple-gradient {
  background-image: url('https://citalid.com/wp-content/uploads/2026/08/Gradient-purple-S.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .bg-darkpaper-gradient {
    background-image: url('https://citalid.com/wp-content/uploads/2026/08/Gradient-Dark-Paper-M.webp');
  }

  .bg-neon-gradient {
    background-image: url('https://citalid.com/wp-content/uploads/2026/08/Gradient-Neon-M.webp');
  }

  .bg-coral-gradient {
    background-image: url('https://citalid.com/wp-content/uploads/2026/08/Gradient-Coral-M.webp');
  }

  .bg-lightcoral-gradient {
    background-image: url('https://citalid.com/wp-content/uploads/2026/08/Gradient-LightCoral-M.webp');
  }

  .bg-blue-gradient {
    background-image: url('https://citalid.com/wp-content/uploads/2026/08/Gradient-blue-M.webp');
  }

  .bg-purple-gradient {
    background-image: url('https://citalid.com/wp-content/uploads/2026/08/Gradient-purple-M.webp');
  }
}

.bg-blackgrey-gradient {
    background: linear-gradient(to right, #131313 0%, #4C4C4C 100%);
}

.bg-blackgrey-gradient-dots {
    position: relative;
    background: linear-gradient(to right, #131313 0%, #4C4C4C 100%);
    background-size: cover; 
    overflow: hidden; 
}

.bg-blackgrey-gradient-dots::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../image/grid.png) repeat; 
    background-size: 30%; 
    opacity: 0.3; 
    pointer-events: none;
}

.bg-mid {
    background-color: var(--mid);
}
.bg-cyber {
    background-color: var(--cyber);
}
.bg-lime {
    background-color: var(--lime);
}
.bg-neon,
.bootstrap-select .dropdown-item:hover,
.home .navbar .navbar-brand {
    background-color: var(--neon);
}
.bg-beige {
    background-color: var(--beige);
}
.bg-paper {
    background-color: var(--paper);
}
.bg-grey {
    background-color: var(--warm-grey);
}
.bg-darker-paper {
    background-color: var(--darker-paper);
}
.bg-coral,
.bg-solid-dark {
    background-color: var(--coral);
}
.bg-solid-dark {
    padding: 10px 16px;
    border: 1px solid var(--coral);
}

.bg-solid-neon {
    padding: 10px 16px;
    background-color: var(--neon);
    border: #C5DA91 solid 1px; 
}

.bg-solid-coral {
    padding: 10px 16px;
    background-color: var(--coral);
    border: #ffc0a6 solid 1px; 
}

.bg-solid-light {
    background-color: #fffff3;
    padding: 10px 16px;
    border: 1px solid #fffff3;
}
.bg-outline {
    background-color: #fff0;
    padding: 5px 30px;
    border: 1px solid #131313;
}


.footer {
    height: 55px;
}
.border-left-dark {
    border-left: 1px solid #131313;
}
 
 @media (max-width:767.9px){.border-bottom-md-dark{border-bottom:1px solid #131313}.border-bottom-md-light{border-bottom:1px solid #cacabc}}
 
 
 .primary-font {
    font-family: Roboto, sans-serif !important;
}
.secondary-font {
    font-family: RobotoMono, sans-serif !important;
}
.headline-font {
    font-family: PPEditorialNew, sans-serif !important;
}
.label-l,
.label-m,
.label-s {
    font-family: RobotoMono, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}
.entry-content li,
p {
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: PPEditorialNew;
    font-weight: 300;
}
h1 {
    font-size: 45px;
    line-height: 54px;
}
h2 {
    font-size: 35px;
    line-height: 48px;
}
h3 {
    font-size: 25px;
    line-height: 30px;
}
.label-l,
h4 {
    line-height: 24px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 15px;
    line-height: 18px;
}
.label-l {
    font-size: 16px;
}
.label-m {
    font-size: 12px;
    line-height: 16px;
}
.label-s {
    font-size: 10px;
    line-height: 12px;
}

.label-xs {
    font-size: 8px;
    line-height: 9px;
}
.p-1,
.p-2 {
    font-style: normal;
    font-weight: 300;
    font-family: RobotoMono;
}
.p-1 {
    font-size: 16px;
    line-height: 22px;
}
.p-2 {
    font-size: 14px;
    line-height: 21px;
}
.p-3,
.small,
.wp-caption-text,
small {
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
}
.small,
.wp-caption-text,
small {
    line-height: 19px;
}
.p-3 {
    font-family: RobotoMono, sans-serif;
    line-height: 19px;
}
.wp-caption-text {
    margin: 10px 0 30px;
}
.fst-italic.headline-font,
em.headline-font,
i.headline-font {
    font-family: PPEditorialNew-Italic;
}
a {
    text-decoration: none;
}
article a:hover {
    text-decoration: underline;
}
table,
table p {
    font-size: 16px;
    line-height: 19px;
}
.text-paper,
.text-white {
    color: #fffff3;
}
.text-cyber {
    color: #131313;
}
.text-lime,
.text-neon {
    color: #dbff83;
}

.text-dark-beige {
    color: #534f45;
}
 
.text-orange {
    color: var(--coral);
}
.text-coral,
main article.entry-content section#blogpost a:active:not([class^="btn"]),
main article.entry-content section#blogpost a:hover:not([class^="btn"]),
#seo-page-post a:active:not([class^="btn"]),
#seo-page-post a:hover:not([class^="btn"]){
    color: #f65e2d;
}
.text-grey {
    color: var(--grey);
}

.text-light-grey {
    color: #adadad;
}
.entry-content ol,
.entry-content ul:not(.blocks-gallery-grid) {
    margin: 0 0 30px;
    padding: 0;
    max-width: 720px;
    list-style-position: outside;
}
.entry-content li {
    margin-left: 30px;
}
.entry-content ol ol,
.entry-content ol ul,
.entry-content ul ol,
.entry-content ul ul,
.entry-content ul:not(.blocks-gallery-grid) ul {
    margin: 20px auto 20px 20px;
}
.entry-content ol ol li,
.entry-content ol ul li,
.entry-content ul ol li,
.entry-content ul ul li {
    margin-left: 0;
}

hr {
  border: solid 0.5px;
}
#site-navbar {
    z-index: 1040;
    width: 100%;
    will-change: top;
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
}
#introVideo,
.introLottie {
    top: 50%;
    left: 50%;
    width: 100%;
}
#site-navbar.hide {
    top: -80px;
}
#site-navbar.hide.open {
    top: 0 !important;
}
.navbar {
    background-color: #131313;
    height: 80px;
    padding: 0;
}

.navbar-light {
    background-color: #FFFFF3;
    height: 80px;
    padding: 0;
}
.navbar .navbar-brand {
    height: 80px;
    padding: 0 20px;
    margin: 0;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.navbar .navbar-brand svg,
.navbar-brand svg {
    fill: #dbff83;
}
.home .navbar .navbar-brand svg {
    fill: #000;
}
.navbar .menu-item:not(.btn-demo) .nav-link {
    padding: 10px 20px;
    -webkit-transition: background-color 0.25s linear;
    transition: background-color 0.25s linear;
    font-family: RobotoMono, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    text-decoration: none !important;
}
 
 .navbar .menu-item:not(.btn-demo) .nav-link.dropdown-toggle.show,
 .navbar .menu-item:not(.btn-demo) .nav-link:hover,
 .navbar .menu-item:not(.btn-demo).current-menu-item .nav-link,
 .navbar .menu-item:not(.btn-demo).current-menu-parent .nav-link,
 .navbar .menu-item:not(.btn-demo).current_page_item .nav-link {
     background-color: #dbff83;
     color: #131313 !important;
 }
 .navbar .dropdown-toggle:before {
     display: inline-block;
     margin-right: 10px;
     vertical-align: 4px;
     content: "";
     width: 11px;
     height: 6px;
     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='6' fill='none'%3E%3Cpath stroke='%23000' d='M9.992.51 5.34 5.16.83.651'/%3E%3C/svg%3E");
 }
 .navbar .dropdown-menu {
     margin: 0;
     border-radius: 0;
     border: none;
     background-color: #eeffc6;
     padding: 0;
 }
 .navbar .dropdown-menu .dropdown-item {
     font-family: RobotoMono, sans-serif;
     font-style: normal;
     font-weight: 300;
     font-size: 18px;
     line-height: 27px;
     padding: 10px 10px 10px 40px;
 }
 .navbar .dropdown-menu .dropdown-item:before {
     display: inline-block;
     margin-right: 10px;
     vertical-align: 2px;
     content: "";
     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='9' fill='none'%3E%3Cpath fill='%23131313' d='M9.293 4.253a.49.49 0 0 1-.003.693L6.158 8.05a.49.49 0 1 1-.69-.696l2.784-2.76-2.76-2.783a.49.49 0 0 1 .696-.69l3.105 3.132Zm-8.46-.18 8.114.035-.005.98-8.114-.036.004-.98Z'/%3E%3C/svg%3E");
     width: 10px;
     height: 9px;
 }
  
 .navbar .dropdown-menu .dropdown-item:hover {
    background-color: #dbff83;
    text-decoration: none;
}
 
 .offcanvas.offcanvas-end {
    width: 100%;
    top: 80px;
    background-color: #eeffc6;
    border: none;
}
.offcanvas-backdrop.show {
    opacity: 0;
}

.hamburger {
    padding: 10px 10px 5px;
    display: inline-block;
    cursor: pointer;
    z-index: 1047;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: #fff0;
    border: 1px solid #dbff83;
    border-radius: 0;
    margin: 0;
    overflow: visible;
}

.btn-font-l {
        font-size: 16px !important;
}

.btn-font-l {
        font-size: 12px !important;
}

.btn-cyber-no-arrow {
    -webkit-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
    font-family: RobotoMono, sans-serif;
    font-style: normal;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    text-decoration: none !important;
    font-size: 13px;
    line-height: 44px;
    position: relative;
    z-index: 3;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 400;
    border: none;
    background-color: #131313;
    text-align: center;
    padding: 0 35px;
}

.btn-neon-no-arrow:hover {
    background-color: var(--lime);
    font-weight: bolder;
}

.btn-outline-paper-no-arrow {
    -webkit-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
    font-family: RobotoMono, sans-serif;
    font-style: normal;
    border-radius: 50px;
    color: #ffffff;
    display: inline-block;
    text-decoration: none !important;
    font-size: 13px;
    line-height: 44px;
    position: relative;
    z-index: 3;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 400;
    border: none;
    background-color: #7777772e;
    text-align: center;
    padding: 0 35px;
    border: 1px solid #fffff3;
}

.btn-neon-no-arrow {
    -webkit-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
    font-family: RobotoMono, sans-serif;
    font-style: normal;
    border-radius: 50px;
    color: #131313;
    display: inline-block;
    text-decoration: none !important;
    font-size: 13px;
    line-height: 44px;
    position: relative;
    z-index: 3;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 400;
    border: none;
    background-color: #DBFF83;
    text-align: center;
    padding: 0 35px;
}

 .btn-cyber,
.btn-neon,
.btn-outline,
.btn-underline,
.sf-grid-blog-old .searchandfilter > ul > li h4 {
    font-family: RobotoMono, sans-serif;
    font-style: normal;
}
.hamburger:focus,
.hamburgerbutton:focus:not(:focus-visible) {
    outline: 0;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#menu-footer .menu-item a:hover,
#menu-sub-menu .menu-item a:hover,
.hamburger:hover,
#menu-footer-fr .menu-item a:hover,
#menu-sub-menu .menu-item a:hover,
.hamburger:hover,#menu-sub-menu-fr .menu-item a:hover {
    opacity: 1;
}

.hamburger-box {
    width: 20px;
    height: 16px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1px;
}

.hamburger-inner,
.hamburger-inner:before,
.hamburger-inner:after {
    width: 20px;
    height: 2px;
    background-color: #dbff83;
    border-radius: 0;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

 .group-2,
 .group-4 {
     -ms-grid-column-span: 12;
     height: 50px;
     margin-top: 50px;
 }
 .hamburger-inner:after,
 .hamburger-inner:before {
     content: "";
     display: block;
 }
 .hamburger-inner:before {
     top: -7px;
 }
 .hamburger-inner:after {
     bottom: -7px;
 }
 .hamburger--spring .hamburger-inner {
     top: 1px;
     -webkit-transition: background-color 0s linear 0.13s;
     transition: background-color 0s linear 0.13s;
 }
 .hamburger--spring .hamburger-inner:before {
     top: 7px;
     -webkit-transition:
         top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
         -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
     transition:
         top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
         transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),
         -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
 }
 .hamburger--spring .hamburger-inner:after {
     top: 14px;
     -webkit-transition:
         top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
         -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
     transition:
         top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
         transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),
         -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
 }
 .hamburger--spring.is-active .hamburger-inner {
     -webkit-transition-delay: 0.22s;
     transition-delay: 0.22s;
     background-color: #fff0;
 }
  
 .hamburger--spring.is-active .hamburger-inner:before {
    top: 0;
    -webkit-transition:
        top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s,
        -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    transition:
        top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s,
        transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s,
        -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
    transform: translate3d(0, 7px, 0) rotate(45deg);
    background-color: #dbff83;
}
 
 .hamburger--spring.is-active .hamburger-inner:after {
    top: 0;
    -webkit-transition:
        top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    transition:
        top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s,
        -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    -webkit-transform: translate3d(0, 7px, 0) rotate(-45deg);
    transform: translate3d(0, 7px, 0) rotate(-45deg);
    background-color: #dbff83;
}

.grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr;
    grid-template-columns: repeat(12, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 0;
}
.content-container > :first-child,
.grid > :first-child {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.content-container > :nth-child(2),
.grid > :nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}
.content-container > :nth-child(3),
.grid > :nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}
.grid > :nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
}
.grid > :nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
}
.grid > :nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 11;
}
.grid > :nth-child(7) {
    -ms-grid-row: 1;
    -ms-grid-column: 13;
}
.grid > :nth-child(8) {
    -ms-grid-row: 1;
    -ms-grid-column: 15;
}
.grid > :nth-child(9) {
    -ms-grid-row: 1;
    -ms-grid-column: 17;
}
.grid > :nth-child(10) {
    -ms-grid-row: 1;
    -ms-grid-column: 19;
}
.grid > :nth-child(11) {
    -ms-grid-row: 1;
    -ms-grid-column: 21;
}
.grid > :nth-child(12) {
    -ms-grid-row: 1;
    -ms-grid-column: 23;
}
.intro-container .image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 13;
    grid-area: 1/1/2/14;
    position: relative;
}
.image-right-container .image:before,
.intro-container .image:before,
.newsletter-container .image:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.image-right-container .content,
.intro-container .content,
.intro-container .content2 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 13;
    grid-area: 2/1/3/14;
    padding: 0 20px;
}
 
 @media (min-width: 768px) {
    .border-end-md-dark {
        border-right: 1px solid #131313;
    }
    .border-end-md-light {
        border-right: 1px solid #cacabc;
    }
    .entry-content li,
    .p-2,
    p {
        font-size: 20px;
        line-height: 30px;
    }
    h1 {
        font-size: 80px;
        line-height: 96px;
    }
    h2 {
        font-size: 60px;
        line-height: 72px;
    }
    h3 {
        font-size: 45px;
        line-height: 54px;
    }
    h4 {
        font-size: 30px;
        line-height: 36px;
    }
    h5 {
        font-size: 25px;
        line-height: 32px;
    }
    .label-l {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 1px;
    }
    .label-m {
        font-size: 16px;
        line-height: 19px;
    }
    .p-1 {
        font-size: 24px;
        line-height: 34px;
    }
    .p-3 {
        font-size: 15px;
        line-height: 24px;
    }
    .offcanvas.offcanvas-end {
        width: 50%;
    }
    .intro-container .image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 7;
        -ms-grid-column-span: 7;
        grid-area: 1/7/2/14;
    }
    .intro-container .content {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 6;
        grid-area: 1/1/2/7;
    }
}
 
@media (min-width: 992px) {
    .navbar #menu-main-menu,
    .navbar #menu-main-menu-fr,
    .navbar menu-minimal-menu-fr,
    .navbar menu-minimal-menu {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }
    .navbar #menu-main-menu-fr .menu-item,
    .navbar #menu-main-menu .menu-item {
        padding: 0;
    }
    .navbar #menu-main-menu-fr .menu-item:not(.btn-demo) .nav-link,
    .navbar #menu-main-menu .menu-item:not(.btn-demo) .nav-link,
    .navbar #menu-minimal-menu .menu-item:not(.btn-demo) .nav-link,
    .navbar #menu-minimal-menu-fr .menu-item:not(.btn-demo) .nav-link {
        height: 80px;
        padding: 0 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: background-color 0.25s linear;
        transition: background-color 0.25s linear;
        color: #fffff3;
    }
    .navbar #menu-main-menu-fr .btn-demo,
    .navbar #menu-main-menu .btn-demo,
    .navbar #menu-minimal-menu .btn-demo,
    .navbar #menu-minimal-menu-fr .btn-demo {
        height: 80px;
        padding: 0 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .navbar #menu-main-menu-fr .btn-demo .nav-link,
    .navbar #menu-main-menu .btn-demo .nav-link,
    .navbar #menu-minimal-menu-fr .btn-demo .nav-link,
    .navbar #menu-minimal-menu .btn-demo .nav-link {
        position: relative;
        border: 1px solid #c5da91;
        color: #131313;
        background: #dbff83;
        border-radius: 50px;
        padding: 8px 30px 9px 15px;
        -webkit-transition: 0.25s ease-out;
        transition: 0.25s ease-out;
        font-size: 13px;
        line-height: 1;
        text-transform: uppercase;
        margin-right: 14px;
        font-family: RobotoMono, sans-serif;
        font-style: normal;
        white-space: nowrap;
        font-weight: 400;
    }
    .navbar #menu-main-menu-fr .btn-demo .nav-link:after,
    .navbar #menu-main-menu .btn-demo .nav-link:after,
    .navbar #menu-minimal-menu .btn-demo .nav-link:after,
    .navbar #menu-minimal-menu-fr .btn-demo .nav-link:after {
        content: "";
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -4px;
        width: 8px;
        height: 8px;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='22' height='8' style='enable-background:new 0 0 22 8'%3E%3Cpath d='M21.8 3.6 18.4.2c-.2-.2-.5-.2-.8 0-.2.2-.2.5 0 .8l2.5 2.5L0 3.4v1.1l20.1.1L17.6 7c-.2.2-.2.5 0 .8.2.2.5.2.8 0l3.4-3.4c.2-.2.2-.6 0-.8z' style='fill:%23131313'/%3E%3C/svg%3E")
            center right no-repeat;
        -webkit-transition: 0.25s ease-out;
        transition: 0.25s ease-out;
    }
    .navbar #menu-main-menu-fr .btn-demo .nav-link:hover,
    .navbar #menu-main-menu .btn-demo .nav-link:hover,
    .navbar #menu-minimal-menu .btn-demo .nav-link:hover,
    .navbar #menu-minimal-menu-fr .btn-demo .nav-link:hover {
        padding: 8px 44px 9px 15px;
        color: #131313;
        text-decoration: none;
        margin-right: 0;
    }
    .navbar #menu-main-menu-fr .btn-demo .nav-link:hover:after,
    .navbar #menu-main-menu .btn-demo .nav-link:hover:after,
    .navbar #menu-minimal-menu .btn-demo .nav-link:hover:after,
    .navbar #menu-minimal-menu-fr .btn-demo .nav-link:hover:after {
        width: 22px;
    }
    .navbar #menu-minimal-menu-fr .dropdown-item:before,
    .navbar #menu-minimal-menu .dropdown-item:before,
    .navbar #menu-main-menu-fr .dropdown-item:before,
    .navbar #menu-main-menu-fr .dropdown-toggle:before,
    .navbar #menu-main-menu .dropdown-item:before,
    .navbar #menu-main-menu .dropdown-toggle:before {
        content: none;
    }
    .navbar #menu-main-menu-fr .dropdown:hover .nav-link,
    .navbar #menu-main-menu .dropdown:hover .nav-link,
    .navbar #menu-minimal-menu-fr .dropdown:hover .nav-link,
    .navbar #menu-minimal-menu .dropdown:hover .nav-link {
        background-color: #dbff83;
        color: #131313;
        text-decoration: none;
    }
    .navbar #menu-main-menu-fr .dropdown:hover .dropdown-menu,
    .navbar #menu-main-menu .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
    .intro-container,
    .intro-container .image {
        max-height: 800px;
        overflow: hidden;
    }
    .intro-container .image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 7;
        -ms-grid-column-span: 8;
        grid-area: 1/7/2/15;
    }
}
.image-right-container .image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 13;
    grid-area: 1/1/2/14;
    position: relative;
    overflow: hidden;
}
 
 @media (min-width: 768px) {
    .image-right-container .image-features {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 7;
        -ms-grid-column-span: 7;
        grid-area: 1/8/2/14;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
}
@media (min-width: 768px) {
    .image-right-container .image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 7;
        -ms-grid-column-span: 7;
        grid-area: 1/7/2/14;
        background-position: top center;
        background-repeat: repeat;
        background-size: 100% auto;
    }
    .image-right-container .image:before {
        content: none;
    }
    .image-right-container .content {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 6;
        grid-area: 1/1/2/7;
    }
}
.group-1,
.group-3 {
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    padding: 0 20px;
}
.group-1 {
    -ms-grid-row: 1;
    -ms-grid-column-span: 12;
    grid-area: 1/1/2/13;
}
.group-2 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    grid-area: 2/1/3/13;
    background: url(../image/footer-image-neon.webp) center center;
}
.group-3 {
    -ms-grid-row: 3;
    -ms-grid-column-span: 12;
    grid-area: 3/1/4/13;
}
.group-4 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    grid-area: 4/1/5/13;
    background: url(../image/footer-image-coral.webp) center center;
}
 
 @media (min-width: 840px) {
    .group-1,
    .group-2 {
        -ms-grid-column: 1;
    }
    .group-2,
    .group-4 {
        height: 130px;
        margin-top: 50px;
        -ms-grid-row-span: 1;
    }
    .group-1,
    .group-2,
    .group-3,
    .group-4,
    .group-5 {
        -ms-grid-row-span: 1;
    }
    .group-1 {
        -ms-grid-row: 1;
        -ms-grid-column-span: 5;
        grid-area: 1/1/2/6;
    }
    .group-2 {
        -ms-grid-row: 2;
        -ms-grid-column-span: 7;
        grid-area: 2/1/3/8;
    }
    .group-3 {
        -ms-grid-row: 1;
        -ms-grid-column: 8;
        -ms-grid-column-span: 5;
        grid-area: 1/8/2/13;
    }
    .group-4 {
        -ms-grid-row: 2;
        -ms-grid-column: 7;
        -ms-grid-column-span: 6;
        grid-area: 2/7/3/13;
    }
    .group-5 {
        -ms-grid-row: 1;
        -ms-grid-column: 6;
        -ms-grid-column-span: 2;
        grid-area: 1/6/2/8;
    }
}
.diagram-container .bg-colour,
.diagram-container .content-left {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 13;
    grid-area: 2/1/3/14;
}
.diagram-container .content-right,
.newsletter-container .content,
.newsletter-container .content-2 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 13;
    grid-area: 1/1/2/14;
    padding: 0 20px;
}
 
@media (min-width: 768px) {
    .diagram-container .bg-colour,
    .diagram-container .content-left {
        -ms-grid-column: 1;
        grid-area: 1/1/2/7;
    }
    .diagram-container .bg-colour,
    .diagram-container .content-left,
    .diagram-container .content-right {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column-span: 6;
    }
    .diagram-container .bg-colour {
        display: block;
    }
    .diagram-container .content-right {
        -ms-grid-column: 8;
        grid-area: 1/8/2/14;
        padding-right: 20px;
    }
    .value-list li {
        font-size: 25px;
        line-height: 32px;
    }
}
 
#introVideo {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}
.introLottie {
    max-width: 500px;
    height: auto;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}
.value-list ul {
    margin: 0 0 0 20px;
}
.value-list ul li {
    font-family: PPEditorialNew;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin: 10px 0;
}
.interlude {
    position: relative;
    background: hotpink;
    min-height: 180px;
    overflow: hidden;
}
.interlude .parallax-image {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.interlude:before {
    content: "";
    display: block;
    padding-bottom: 20.3042328042%;
}
.content-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 0 minmax(20px, 980px) 0 auto;
    grid-template-columns: auto minmax(20px, 980px) auto;
    -ms-grid-rows: 85px 0 auto 0 200px 0 35px;
    grid-template-rows: 85px auto 200px 35px;
    gap: 0 0;
    grid-auto-flow: row;
}
.quote--item,
.quote--item .quote-footer {
    display: -webkit-box;
    display: -ms-flexbox;
}
.content-container > :nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}
.content-container > :nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}
.content-container > :nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
}
.content-container > :nth-child(7) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
}
.content-container > :nth-child(8) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
}
.content-container > :nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
}
.content-container > :nth-child(10) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
}
.content-container > :nth-child(11) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
}
.content-container > :nth-child(12) {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
}
.content-container .bg-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: 1/1/5/4;
    background-position: center center;
    background-repeat: repeat;
}
.content-container .overlay {
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: 3/1/5/4;
}
.content-container .content {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2/2/4/3;
    padding: 55px 8.33333333%;
    margin: 0 20px;
}
.collapsable-strip-enterprise,
.collapsable-strip-insurance {
    height: 55px;
    background-position: center center;
    background-repeat: repeat;
}
.button--next,
.button--previous {
    border: none;
    width: 60px;
    height: 60px;
    color: #fff0;
    font-size: 0;
}
.collapsable-strip-enterprise {
    background-image: url(../image/footer-image-neon.webp);
}
.collapsable-strip-insurance {
    background-image: url(../image/footer-image-coral.webp);
}
.footer-container .footer-contacts,
.quote-container .quote-carousel,
.resources-container .resources-carousel {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-area: 1/1/2/13;
}
.quote-container .quote-button-group {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-area: 2/1/3/13;
}
.quote-container .quote--item {
    width: 75%;
    margin: 0 30px 0 0;
    position: relative;
}
.quote--item {
    position: relative;
    display: flex;
}
.quote--item .quote-header {
    height: 64px;
    padding: 0 20px;
}
.quote--item .quote-text {
    padding: 35px 40px;
    position: relative;
    color: var(--grey);
}
.quote--item .quote-text:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 35px;
    width: 24px;
    height: 18px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='18' fill='none'%3E%3Cpath fill='%23D2FF64' d='M10.393.16C3.928.16 0 4.498 0 10.717c0 4.583 1.964 7.284 5.565 7.284 2.7 0 4.583-1.8 4.583-4.42 0-2.536-1.719-4.091-4.092-4.091-1.228 0-2.128.245-3.028.9-.164-4.501 2.537-7.857 7.365-7.857V.16Zm13.34 0c-6.465 0-10.394 4.338-10.394 10.557 0 4.583 2.046 7.284 5.565 7.284 2.701 0 4.583-1.8 4.583-4.42 0-2.536-1.718-4.091-4.091-4.091-1.228 0-2.046.245-3.029.9-.081-4.501 2.537-7.857 7.366-7.857V.16Z'/%3E%3C/svg%3E")
        center center no-repeat;
}
.quote--item .quote-text:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 35px;
    width: 24px;
    height: 18px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='24' height='18' style='enable-background:new 0 0 24 18'%3E%3Cpath d='M13.3 18c6.5 0 10.4-4.3 10.4-10.6 0-4.6-2-7.3-5.6-7.3-2.7 0-4.6 1.8-4.6 4.4 0 2.5 1.7 4.1 4.1 4.1 1.2 0 2.1-.2 3-.9.2 4.5-2.5 7.9-7.4 7.9V18zM0 18c6.5 0 10.4-4.3 10.4-10.6 0-4.6-2-7.3-5.6-7.3C2.1.2.2 2 .2 4.6c0 2.5 1.7 4.1 4.1 4.1 1.2 0 2-.2 3-.9.1 4.5-2.5 7.9-7.4 7.9V18z' style='fill:%23d2ff64'/%3E%3C/svg%3E")
        center center no-repeat;
}
.quote--item .quote-footer {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #000;
    padding: 10px 0 20px;
    margin: auto 20px 0;
}
.resources-container .resources-button-group {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 11;
    grid-area: 2/1/3/12;
}
.resources-container .resources--item {
    width: 85%;
    max-width: 622px;
    margin: 0 30px 0 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.resources-container .resources--item .resources--header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #dbff83;
    padding: 20px 15px;
}
.resources-container .resources--item .resources--text {
    padding: 25px 15px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.resources-container .resources--item .resources--footer {
    padding: 0 20px 20px;
    margin-top: auto;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
 
 @media (min-width: 768px) {
    .quote-container .quote--item,
    .resources-container .resources--item {
        width: 45%;
    }
    .quote-container .quote--item .quote-text {
        padding: 35px 80px;
    }
    .quote-container .quote--item:before {
        left: 30px;
    }
    .quote-container .quote--item:after {
        right: 30px;
    }
    .quote--item .quote-text {
        padding: 35px 80px;
    }
    .quote--item .quote-text:before {
        left: 30px;
    }
    .quote--item .quote-text:after {
        right: 30px;
    }
    .resources-container .resources--item .resources--header {
        padding: 20px;
    }
    .resources-container .resources--item .resources--text {
        padding: 45px 30px;
    }
    .logo-item {
        max-width: 110px;
        margin: 0 40px;
    }
}
 
@media (min-width: 992px) {
    .quote-container .quote--item {
        width: 45%;
    }
    .resources-container .resources--item {
        width: calc(45% - 28px);
    }
    .error404 h1 {
        font-size: 200px;
        line-height: 210px;
    }
    .error404 h2 {
        font-size: 80px;
        line-height: 96px;
    }
}
.resources-container .resources--item-last {
    width: 20%;
}
.flickity-resize .carousel-cell {
    min-height: 100%;
}
.button--next {
    background-color: #fff0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' id='Layer_1' width='60' height='60' x='0' y='0' style='enable-background:new 0 0 60 60' version='1.1'%3E%3Cstyle%3E.st0%7Bfill:%23d2ff64%7D%3C/style%3E%3Cpath d='M58.4 1.6v56.9H1.6V1.6h56.8M60 0H0v60h60V0z' class='st0'/%3E%3Cpath d='m43.6 29.5-5-5c-.3-.3-.8-.3-1.1 0-.3.3-.3.8 0 1.1l3.6 3.6h-24v1.6h24l-3.6 3.6c-.3.3-.3.8 0 1.1.3.3.8.3 1.1 0l5-5c.3-.2.3-.7 0-1z' class='st0'/%3E%3C/svg%3E")
        center center no-repeat;
    -webkit-transition: background-color 0.25s linear;
    transition: background-color 0.25s linear;
    margin-left: -2px;
}
.button--next:hover {
    background-color: #dbff83;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='60' height='60' style='enable-background:new 0 0 60 60'%3E%3Cpath d='M58.4 1.6v56.9H1.6V1.6h56.8M60 0H0v60h60V0z' style='fill:%23d2ff64'/%3E%3Cpath d='m43.6 29.5-5-5c-.3-.3-.8-.3-1.1 0-.3.3-.3.8 0 1.1l3.6 3.6h-24v1.6h24l-3.6 3.6c-.3.3-.3.8 0 1.1.3.3.8.3 1.1 0l5-5c.3-.2.3-.7 0-1z'/%3E%3C/svg%3E");
}
.button--previous {
    background-color: #fff0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' id='Layer_1' width='60' height='60' x='0' y='0' style='enable-background:new 0 0 60 60' version='1.1'%3E%3Cstyle%3E.st0%7Bfill:%23d2ff64%7D%3C/style%3E%3Cpath d='M58.4 1.6v56.9H1.6V1.6h56.8M60 0H0v60h60V0z' class='st0'/%3E%3Cpath d='m16.4 30.5 5 5c.3.3.8.3 1.1 0 .3-.3.3-.8 0-1.1l-3.6-3.6h24v-1.6h-24l3.6-3.6c.3-.3.3-.8 0-1.1-.3-.3-.8-.3-1.1 0l-5 5c-.3.2-.3.7 0 1z' class='st0'/%3E%3C/svg%3E")
        center center no-repeat;
    -webkit-transition: background-color 0.25s linear;
    transition: background-color 0.25s linear;
}
.button--previous:hover {
    background-color: #dbff83;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='60' height='60' style='enable-background:new 0 0 60 60'%3E%3Cpath d='M58.4 1.6v56.9H1.6V1.6h56.8M60 0H0v60h60V0z' style='fill:%23d2ff64'/%3E%3Cpath d='m16.4 30.5 5 5c.3.3.8.3 1.1 0 .3-.3.3-.8 0-1.1l-3.6-3.6h24v-1.6h-24l3.6-3.6c.3-.3.3-.8 0-1.1-.3-.3-.8-.3-1.1 0l-5 5c-.3.2-.3.7 0 1z'/%3E%3C/svg%3E");
}
.insight-bar-wrapper {
    width: 100%;
    background: #cacabc;
}
.insight-progress-bar {
    background: #dbff83;
}
.newsletter-container .image,
.single-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.progress-bar {
    height: 1px;
    width: 0;
}
.logo-item {
    max-width: 180px;
}
.page-template-template-partners .logo-item {
    max-width: 260px;
}
.search-filter-result-item.category-blog-post .result-item-header {
    border-bottom: 12px solid var(--coral);
}
.search-filter-result-item.category-case-study .result-item-header {
    border-bottom: 12px solid #dbff83;
}
.search-filter-result-item.category-video .result-item-header {
    border-bottom: 12px solid #afddff;
}
.search-filter-result-item.category-event .result-item-header {
    border-bottom: 12px solid #95c11f;
}
.search-filter-result-item.category-reports .result-item-header {
    border-bottom: 12px solid #d894ff;
}
.search-filter-result-item.category-jobs .result-item-header {
    border-bottom: 12px solid #ffc0a6;
}
.search-filter-result-item .result-item-title {
    font-family: PPEditorialNew;
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    min-height: 200px;
}
#product #vennLottie {
    height: auto;
    width: 80%;
}
.newsletter-container .image {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 13;
    grid-area: 2/1/3/14;
}
 
@media (min-width: 768px) {
    .search-filter-result-item .result-item-title {
        font-size: 25px;
        line-height: 30px;
    }
    .newsletter-container .image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 7;
        -ms-grid-column-span: 7;
        grid-area: 1/7/2/14;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .newsletter-container .image:before {
        content: none;
    }
    .newsletter-container .content {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 5;
        grid-area: 1/1/2/6;
    }
}
.footer-container .footer-logo,
.footer-container .footer-social,
.footer-container .footer-sub {
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
}

.single-header {
    width: 100vw;
    height: 55px;
    display: block;
}

 
.btn-cyber,
.btn-neon,
.btn-outline {
    display: inline-block;
    text-decoration: none !important;
    font-size: 13px;
    line-height: 44px;
    position: relative;
    z-index: 3;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 400;
    padding-left: 20px;
    margin-right: 40px;
    border: none;
    background-color: #fff0;
}
.btn-underline,
.card-h,
.card-h:hover,
a.related-content,
form[id="demo"] {
    text-decoration: none;
}
.btn-cyber:before,
.btn-neon:before,
.btn-outline:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: calc(100% + 40px);
    height: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
    -webkit-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
    border-radius: 50px;
}
.btn-cyber:after,
.btn-neon:after,
.btn-outline:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: calc(100% + 10px);
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    -webkit-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
}
.btn-cyber:hover:before,
.btn-neon:hover:before,
.btn-outline-paper:hover:before,
.btn-outline:hover:before {
    width: calc(100% + 54px);
}
.btn-cyber:hover:after,
.btn-neon:hover:after,
.btn-outline-paper:hover:after,
.btn-outline:hover:after {
    width: 22px;
}
.btn-cyber:active,
.btn-cyber:focus,
.btn-neon:active,
.btn-neon:focus,
.btn-outline-paper:active,
.btn-outline-paper:focus,
.btn-outline:active,
.btn-outline:focus {
    outline: 0;
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
    border: none !important;
}
.btn-cyber {
    color: #fff;
}
.btn-cyber:before {
    border: 1px solid #131313;
    background: #131313;
}
.btn-cyber:after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='22' height='8' style='enable-background:new 0 0 22 8'%3E%3Cpath d='M21.8 3.6 18.4.2c-.2-.2-.5-.2-.8 0-.2.2-.2.5 0 .8l2.5 2.5L0 3.4v1.1l20.1.1L17.6 7c-.2.2-.2.5 0 .8.2.2.5.2.8 0l3.4-3.4c.2-.2.2-.6 0-.8z' style='fill:%23fff'/%3E%3C/svg%3E")
        center right no-repeat;
}
.btn-cyber:hover, .btn-cyber-no-arrow:hover {
    color: #d2ff64;
    font-weight: bolder;
}
.btn-cyber:hover:after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='22' height='8' style='enable-background:new 0 0 22 8'%3E%3Cpath d='M21.8 3.6 18.4.2c-.2-.2-.5-.2-.8 0-.2.2-.2.5 0 .8l2.5 2.5L0 3.4v1.1l20.1.1L17.6 7c-.2.2-.2.5 0 .8.2.2.5.2.8 0l3.4-3.4c.2-.2.2-.6 0-.8z' style='fill:%23d2ff64'/%3E%3C/svg%3E")
        center right no-repeat;
}
.btn-neon,
div.hs-eu-policy-wording > p > a {
    color: #131313 !important;
}
.btn-neon:before {
    border: 1px solid #c5da91;
    background: #dbff83;
}
.btn-neon:after,
.btn-outline:after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='22' height='8' style='enable-background:new 0 0 22 8'%3E%3Cpath d='M21.8 3.6 18.4.2c-.2-.2-.5-.2-.8 0-.2.2-.2.5 0 .8l2.5 2.5L0 3.4v1.1l20.1.1L17.6 7c-.2.2-.2.5 0 .8.2.2.5.2.8 0l3.4-3.4c.2-.2.2-.6 0-.8z' style='fill:%23131313'/%3E%3C/svg%3E")
        center right no-repeat;
}
.btn-outline:before {
    border: 1px solid #131313;
    background-color: #fff0;
}
.btn-underline {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#012429), to(#012429));
    background-image: linear-gradient(#012429, #012429);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% 2px;
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear;
    display: inline-block;
    position: relative;
    color: #012429;
    padding-right: 25px;
}
.btn-underline:hover {
    color: #11838a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#11838a), to(#11838a));
    background-image: linear-gradient(#11838a, #11838a);
}
.btn-underline:after {
    content: "";
    position: absolute;
    top: 6px;
    right: 0;
    width: 14px;
    height: 14px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' id='Layer_1' x='0' y='0' style='enable-background:new 0 0 14 13' version='1.1' viewBox='0 0 14 13'%3E%3Cstyle%3E.st0%7Bfill:none;stroke:%23012429;stroke-width:1.2295;stroke-linecap:round;stroke-miterlimit:10%7D%3C/style%3E%3Cpath d='m7 1 5.6 5.5L7 12M1.2 6.7h10.9' class='st0'/%3E%3C/svg%3E");
}
.btn-underline:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' id='Layer_1' x='0' y='0' style='enable-background:new 0 0 14 13' version='1.1' viewBox='0 0 14 13'%3E%3Cstyle%3E.st0%7Bfill:none;stroke:%2311838A;stroke-width:1.2295;stroke-linecap:round;stroke-miterlimit:10%7D%3C/style%3E%3Cpath d='m7 1 5.6 5.5L7 12M1.2 6.7h10.9' class='st0'/%3E%3C/svg%3E");
}
.btn-social {
    display: inline-block;
    font-size: 0;
    color: #fff0;
    fill: #131313;
    -webkit-transition: fill 0.5s ease-out;
    transition: fill 0.5s ease-out;
}
.btn-social:hover {
    fill: var(--coral);
}
.accordion-item {
    background-color: #fff0;
    border: none;
    border-radius: 0 !important;
}
.accordion-button {
    background-color: #fff0;
    border: none;
    border-radius: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.accordion-button:after,
.accordion-button:not(.collapsed) .collapsable-content-btn:before {
    content: none;
}
.accordion-button .collapsable-content-btn {
    display: inline-block;
    position: relative;
    min-width: 30px;
    height: 30px;
    border: 1px solid #131313;
    margin-left: auto;
    -webkit-transition: background-color 0.25s linear;
    transition: background-color 0.25s linear;
}
.accordion-button .collapsable-content-btn:after,
.accordion-button .collapsable-content-btn:before {
    content: "";
    display: block;
    background-color: #131313;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.accordion-button .collapsable-content-btn:before {
    width: 1px;
    height: 15px;
}
.accordion-button .collapsable-content-btn:after {
    width: 15px;
    height: 1px;
}
.accordion-button:hover .collapsable-content-btn {
    background-color: #d2ff64;
}
.accordion-button:not(.collapsed) {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #131313;
    background-color: #fff0;
}
#accordion-faqs,
.collapsable-content-accordion .accordion-item {
    border-bottom: 1px solid #cacabc;
}
#accordion-faqs .accordion-item {
    border-top: 1px solid #cacabc;
}
 
 #accordion-faqs .accordion-button{font-family:PPEditorialNew;font-size:30px;line-height:36px;font-weight:300;padding:30px 0}
 
 .collapsable-content-accordion:last-child .accordion-item{border:none}
 
 .collapsable-content-accordion .accordion-button{padding:35px 0;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
 
 .collapsable-content-accordion .collapsable-content-icon{width:60px;min-width:60px;margin-right:25px}
 
 .sf-grid-blog-old .searchandfilter>ul{display:flex!important;-webkit-box-orient:horizontal!important;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}
 
 .sf-grid-blog-old .searchandfilter>ul>li{display:flex!important;padding:0!important;margin-right:20px!important;margin-bottom:20px!important;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}
 
 .sf-grid-blog-old .searchandfilter>ul>li h4{font-weight:400;font-size:16px!important;line-height:19px!important;letter-spacing:.1em!important;text-transform:uppercase!important;color:#131313!important;margin:0 10px 0 0!important;padding:0!important}/*!

*/@-webkit-keyframes bs-notify-fadeOut {
    0% {
        opacity: 0.9;
    }
    to {
        opacity: 0;
    }
}
@keyframes bs-notify-fadeOut {
    0% {
        opacity: 0.9;
    }
    to {
        opacity: 0;
    }
}
.bootstrap-select > select.bs-select-hidden,
form[id="demo"] > div > label,
select.bs-select-hidden,
select.selectpicker {
    display: none !important;
}
.bootstrap-select {
    vertical-align: middle;
}
.bootstrap-select > .dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #131313 !important;
    border-radius: 0;
    background-color: #fffff3;
}
 
.bootstrap-select > .dropdown-toggle:after {
    margin-top: -1px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    font-family: RobotoMono, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #131313;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover {
    color: rgb(255 255 255 / 0.5);
}
.bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
    z-index: 0 !important;
}
.bootstrap-select > select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2 !important;
}
.bootstrap-select.is-invalid .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle,
.was-validated .bootstrap-select select:invalid + .dropdown-toggle {
    border-color: #b94a48;
}
.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid + .dropdown-toggle {
    border-color: #28a745;
}
.bootstrap-select.fit-width {
    width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px;
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: #333 dotted thin !important;
    outline: -webkit-focus-ring-color auto 5px !important;
    outline-offset: -2px;
}
.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
    height: auto;
}
.bootstrap-select[class*="col-"] .dropdown-toggle,
.bs-donebutton .btn-group button,
.form-inline .bootstrap-select .form-control,
.video-hero,
.wp-block-image.alignleft,
.wp-block-image.alignright,
:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
    float: none;
    z-index: auto;
}
.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
    width: auto;
}
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0;
}
.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
    float: right;
}
.form-group .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-inline .bootstrap-select {
    margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
    padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
}
.bootstrap-select.form-control-lg .dropdown-toggle,
.bootstrap-select.form-control-sm .dropdown-toggle {
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
}
.bootstrap-select .dropdown-menu li a,
.bootstrap-select .dropdown-toggle .filter-option-inner-inner,
section#sf-filter-grid select.sf-input-select {
    font-family: RobotoMono, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #131313;
}
 
.bootstrap-select.form-control-sm .dropdown-toggle {
    padding: 0.25rem 0.5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
    padding: 0.5rem 1rem;
}
.bootstrap-select .dropdown-menu li.disabled a,
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
    cursor: not-allowed;
}
.btn-hover:hover,
.card-h,
.card-h:hover,
.close,
.dropdown-btn:hover {
    cursor: pointer;
}
.bootstrap-select .dropdown-menu > .inner:focus,
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
    outline: 0 !important;
}
.bootstrap-select.bs-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 0 !important;
    padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
    z-index: 1060;
}
.bootstrap-select .dropdown-toggle .filter-option {
    position: static;
    top: 0;
    left: 0;
    float: left;
    height: 100%;
    width: 100%;
    text-align: left;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.bs3.bootstrap-select .dropdown-toggle .filter-option,
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
    padding-right: inherit;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    padding-top: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    float: none;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
}
.bootstrap-select .dropdown-toggle .filter-expand {
    width: 0 !important;
    float: left;
    opacity: 0 !important;
    overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
    border-radius: inherit;
}
.bootstrap-select .dropdown-menu {
    min-width: 100%;
    border: 1px solid #131313;
    background-color: #fffff3;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
    position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
    color: rgb(255 255 255 / 0.5) !important;
}
.bootstrap-select .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
    color: #fffff3;
    background-color: #131313;
}
.bootstrap-select .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark,
.footer-container .footer-menu,
.footer-container .footer-resources,
.footer-container .footer-platform {
    display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
    padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.05);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.05);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.bootstrap-select .dropdown-menu .notify.fadeOut {
    -webkit-animation: 0.3s linear 750ms forwards bs-notify-fadeOut;
    animation: 0.3s linear 750ms forwards bs-notify-fadeOut;
}
.bootstrap-select .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
    position: static;
    display: inline;
    padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
    display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
    content: " ";
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
    content: "";
    display: block;
    width: 0.5em;
    height: 1em;
    border-style: solid;
    border-width: 0 0.26em 0.26em 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
    z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
    content: "";
    border-left: 7px solid #fff0;
    border-right: 7px solid #fff0;
    border-bottom: 7px solid;
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
    content: "";
    border-left: 6px solid #fff0;
    border-right: 6px solid #fff0;
    border-bottom: 6px solid #fff;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}
 
 .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
    bottom: auto;
    top: -4px;
    border-top: 7px solid;
    border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
    bottom: auto;
    top: -4px;
    border-top: 6px solid #fff;
    border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
    right: 12px;
    left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
    right: 13px;
    left: auto;
}
.bd-main,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.demo-live-div,
.wp-block-image img {
    display: block;
}
#menu-sub-menu,#menu-sub-menu-fr,
ul.social-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
}
.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
    padding: 4px 8px;
}
.bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
    width: 50%;
}
.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
}
.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail,
img {
    max-width: 100%;
    height: auto;
}
.full-size {
    width: 100%;
    height: auto;
}
.aligncenter {
    margin: 0 auto;
    text-align: center;
}
.alignright {
    margin-left: auto;
    text-align: right;
}
.alignleft {
    margin-right: auto;
}
.attachment-post-thumbnail {
    margin-bottom: 1.5em;
}
.wp-block-gallery.alignfull,
.wp-block-image .alignfull,
.wp-block-image.alignfull img {
    width: 100vw;
}
.wp-block-image .alignleft figcaption,
.wp-block-image .alignleft img,
.wp-block-image .alignright figcaption,
.wp-block-image .alignright img {
    max-width: 100%;
    width: 100%;
}
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright,
.wp-block-image .alignleft,
.wp-block-image .alignright {
    max-width: 344px;
}
.wp-block-gallery.alignright,
.wp-block-image .alignright {
    margin-left: 2rem;
}
.wp-block-gallery.alignleft,
.wp-block-image .alignleft {
    margin-right: 2rem;
}
figure {
    margin: 0;
}
.entry-content figure {
    margin: 30px 0;
}
#menu-footer,
#menu-sub-menu,
ul.social-menu,
#menu-footer-fr,
#menu-sub-menu,
ul.social-menu,#menu-sub-menu-fr {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.social-menu {
    -ms-flex-direction: row;
    flex-direction: row;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
ul.social-menu li {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #131313;
}
ul.social-menu svg {
    fill: #dbff83;
    -webkit-transition: fill 0.25s linear;
    transition: fill 0.25s linear;
    vertical-align: top;
}
ul.social-menu svg:hover {
    fill: #eeffc6;
}
.footer-container {
    padding: 0 20px;
    -ms-grid-rows: (auto) [3];
    grid-template-rows: repeat(3, auto);
}
.footer-container .footer-logo {
    -ms-grid-row: 3;
    grid-area: 3/1/4/13;
    border-top: 1px solid #cacabc;
    margin-top: 45px;
    padding-top: 20px;
}
.footer-container .footer-sub {
    -ms-grid-row: 4;
    grid-area: 4/1/5/13;
    margin-top: 25px;
    padding-top: 15px;
}
.footer-container .footer-social {
    -ms-grid-row: 2;
    grid-area: 2/1/3/13;
    padding-top: 20px;
}
 
 @media (min-width: 768px) {
    .single-header {
        height: 130px;
    }
    .accordion-button .collapsable-content-btn {
        min-width: 42px;
        height: 42px;
    }
    .accordion-button .collapsable-content-btn:before {
        width: 1px;
        height: 20px;
    }
    .accordion-button .collapsable-content-btn:after {
        width: 20px;
        height: 1px;
    }
    .collapsable-content-accordion .collapsable-content-icon {
        width: 110px;
        margin-right: 55px;
    }
    .footer-container {
        -ms-grid-rows: (auto) [2];
        grid-template-rows: repeat(2, auto);
    }
    .footer-container .footer-logo {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 7;
        grid-area: 1/1/2/5;
        border-top: none;
        margin-top: 0;
        padding-top: 0;
    }
    .footer-container .footer-menu{
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 8;
        -ms-grid-column-span: 2;
        grid-area: 1/8/2/10;
        display: block;
    }
    .footer-container .footer-resources {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 8;
        -ms-grid-column-span: 2;
        grid-area: 1/8/2/10;
        display: block;
    }
    .footer-container .footer-platform {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 8;
        -ms-grid-column-span: 2;
        grid-area: 1/8/2/10;
        display: block;
    }
    .footer-container .footer-resources {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 8;
        -ms-grid-column-span: 2;
        grid-area: 1/8/2/10;
        display: block;
    }
    .footer-container .footer-platform {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 8;
        -ms-grid-column-span: 2;
        grid-area: 1/8/2/10;
        display: block;
    }
    .footer-container .footer-contacts {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 10;
        -ms-grid-column-span: 3;
        grid-area: 1/10/2/13;
    }
    .footer-container .footer-social,
    .footer-container .footer-sub {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        border-top: 1px solid #cacabc;
        margin-top: 45px;
        padding-top: 15px;
    }
    .footer-container .footer-sub {
        -ms-grid-column: 1;
        -ms-grid-column-span: 8;
        grid-area: 2/1/3/9;
    }
    .footer-container .footer-social {
        -ms-grid-column: 9;
        -ms-grid-column-span: 4;
        grid-area: 2/9/3/13;
    }
    .bg-half {
        background: linear-gradient(to left, #131313 50%, #fffff3 50%);
    }
}
.footer-contacts .footer-text,
.footer-contacts .menu-item a {
    font-family: RobotoMono, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #fffff3;
    opacity: 0.5;
}
#menu-footer .menu-item a,
#menu-sub-menu .menu-item a,
#menu-footer-fr .menu-item a,
#menu-sub-menu .menu-item a,#menu-sub-menu-fr .menu-item a {
    font-family: RobotoMono, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #fffff3;
    opacity: 0.5;
    -webkit-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear;
}
#menu-sub-menu,#menu-sub-menu-fr {
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#menu-sub-menu .menu-item, #menu-sub-menu-fr .menu-item {
    display: inline-block;
    margin-right: 20px;
}
.container-fluid-p-0 {
    max-width: 1320px;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .align-items-center-sm {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
}
 
 @media (min-height: 1079px) {
    .vh-100-sm {
        height: 100vh !important;
    }
}
form[id="demo"] {
    font-weight: 300;
    font-size: 17px;
}
form[id="demo"] div.input > select {
    width: 100%;
    padding: 13px !important;
    border: 1px solid #9e9e9e;
    border-radius: 0;
    margin-bottom: 20px;
    background-color: #fffff3;
    font-family: Roboto !important;
}
select > option.is-placeholder {
    color: #9e9e9e;
}
@media (min-width: 768px) {
    
    .label-h5 {
        font-size: 20px !important;
        line-height: 24px !important;
    }
    .label-h4 {
        font-size: 27px !important;
        line-height: 30px !important;
    }
    .label-h3 {
        font-size: 34px !important;
        line-height: 40px !important;
    }
    .label-h2 {
        font-size: 56px !important;
        line-height: 67px !important;
    }
    select.select-type {
        font-size: 20px;
        line-height: 30px;
    }
    .newsletter-container .content-2 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 5;
        grid-area: 1/1/2/6;
    }
    .label-fact {
        font-size: 80px;
        line-height: 96px;
    }
}
.label-fact {
    font-family: PPEditorialNew;
    font-size: 45px;
    line-height: 54px;
    font-weight: 300;
    margin-bottom: 35px;
}
.container-1500 {
    max-width: 1500px;
    padding-right: 20px;
    padding-left: 20px;
}
.logo-item-partner {
    max-width: 300px;
}
.logo-grid-client {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    justify-content: space-around;
}
.icon-list {
    display: flex;
    align-items: center;
    margin-top: 24px;
}
.intro-container .image2:before {
    content: "";
    display: block;
    padding-top: 0;
}
.intro-container .image2 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 31;
    -ms-grid-column: 1;
    -ms-grid-column-span: 13;
    grid-area: 3/1/4/14;
    position: relative;
    display: none;
}
@media (min-width: 775px) {
    .intro-container .image2 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 7;
        -ms-grid-column-span: 7;
        grid-area: 1/7/2/15;
    }
}

 @media (min-width: 992px) {
    .intro-container,
    .intro-container .image2 {
        display: grid;
        max-height: 800px;
        overflow: hidden;
    }
    .intro-container .image2 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 7;
        -ms-grid-column-span: 8;
        grid-area: 1/9/3/15 !important;
        display: grid;
    }
    .intro-container .content2 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 6;
        grid-area: 1/2/2/8 !important;
        padding: 0 8.33333% 0 10px;
    }
    .vh-lg-100 {
        height: 100vh ;
    }
    .vh-lg-100b {
        height: 100vh;
    }
}
 
@media (min-width: 1240px) {
    .grid {
        -ms-grid-columns: 1fr (minmax(0, 108px)) [12] 1fr;
        grid-template-columns: 1fr repeat(12, minmax(0, 108px)) 1fr;
    }
    .image-right-container .image,
    .intro-container .image,
    .newsletter-container .image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 8;
        -ms-grid-column-span: 7;
        grid-area: 1/8/2/15;
    }
    .image-right-container .content,
    .intro-container .content {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 6;
        grid-area: 1/2/2/8;
        padding: 0 8.33333% 0 20px;
    }
    .group-1,
    .group-2,
    .group-3,
    .group-4,
    .group-5 {
        -ms-grid-row-span: 1;
    }
    .group-1 {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 5;
        grid-area: 1/2/2/7;
    }
    .group-2 {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 7;
        grid-area: 2/1/3/8;
    }
    .group-3 {
        -ms-grid-row: 1;
        -ms-grid-column: 9;
        -ms-grid-column-span: 5;
        grid-area: 1/9/2/14;
    }
    .group-4 {
        -ms-grid-row: 2;
        -ms-grid-column: 8;
        -ms-grid-column-span: 7;
        grid-area: 2/8/3/15;
    }
    .group-5 {
        -ms-grid-row: 1;
        -ms-grid-column: 7;
        -ms-grid-column-span: 2;
        grid-area: 1/7/2/9;
    }
    .diagram-container .bg-colour {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 7;
        grid-area: 1/1/2/8;
    }
    .diagram-container .content-left {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 6;
        grid-area: 1/2/2/8;
    }
    .diagram-container .content-right {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 9;
        -ms-grid-column-span: 5;
        grid-area: 1/9/2/14;
    }
    .quote-container .quote-carousel,
    .resources-container .resources-carousel {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 13;
        grid-area: 1/2/2/15;
    }
    .quote-container .quote-button-group,
    .resources-container .resources-button-group {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 12;
        grid-area: 2/2/3/14;
    }
    .newsletter-container .content {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 4;
        grid-area: 1/2/2/6;
        padding: 0 0 0 20px;
    }
    .footer-container .footer-logo {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 8;
        grid-area: 1/2/2/5;
    }
    .footer-container .footer-menu {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 10;
        -ms-grid-column-span: 2;
        grid-area: 1/10/2/12;
    }
    .footer-container .footer-platform {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 10;
        -ms-grid-column-span: 2;
        grid-area: 1/10/2/12;
    }
    .footer-container .footer-resources {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 10;
        -ms-grid-column-span: 2;
        grid-area: 1/10/2/12;
    }
    .footer-container .footer-contacts {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 12;
        -ms-grid-column-span: 2;
        grid-area: 1/12/2/14;
    }
    .footer-container .footer-sub {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 10;
        grid-area: 2/2/3/12;
    }
    .footer-container .footer-social {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 12;
        -ms-grid-column-span: 2;
        grid-area: 2/12/3/14;
    }
    .newsletter-container .content-2 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 4;
        grid-area: 1/2/2/7;
        padding: 0 0 0 20px;
    }
    .intro-container .image2 {
        display: grid;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 8;
        -ms-grid-column-span: 7;
        grid-area: 1/9/3/15;
    }
    .intro-container .content2 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 6;
        grid-area: 1/2/2/9 !important;
        padding: 0 8.33333% 0 10px;
    }
}
.width-fill {
    width: -webkit-fill-available;
}
.logo-items-infinite .logos-client {
    --logo-padding: 32px;
    --logo-width: 110px;
    --logo-total-width: calc(var(--logo-width) + var(--logo-padding) * 2);
    --number-of-gaps: calc(var(--number-of-logos) - 1);
    --speed-animation: 30s;
    animation: slider var(--speed-animation) linear infinite;
    display: flex;
    align-items: center;
    width: calc(var(--logo-total-width) * var(--number-of-logos));
}
 
@keyframes slider {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(calc(var(--logo-total-width) * var(--number-of-logos) * -1), 0, 0);
    }
}
.logo-items-infinite .logos-client .logo-item {
    width: var(--logo-total-width);
    padding: 0 var(--logo-padding);
    display: flex;
    justify-content: center;
    height: 100%;
}
.logo-items-infinite .logos-client .logo-item img {
    max-width: var(--logo-width);
    height: 100%;
    object-fit: contain;
}
 
 .rounded-10 {
    border-radius: 10px;
}

#seo-page-post, .seo-page-post {
   text-align: justify !important;
}

main article.entry-content section#blogpost h5, main article section#seo-page-post h5 {
    font-family: Roboto;
    font-weight: 400;
    font-style: italic;
}
main article.entry-content section#blogpost h4, main article section#seo-page-post h4 {
    font-family: Roboto, sans-serif;
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
}
main article.entry-content section#blogpost h3, main article section#seo-page-post h3 {
    font-family: PPEditorialNew;
    font-size: 25px;
    line-height: 30px;
    font-weight: 300;
    color: #131313;
}
main article.entry-content section#blogpost h2, main article section#seo-page-post h2,
main.resources h2 {
    font-size: 26px;
    line-height: 31px;
}
main article.entry-content section#blogpost h1 {
    font-family: PPEditorialNew;
    font-size: 35px;
    line-height: 43px;
    font-weight: 300;
}
main article.entry-content section#blogpost a:not([class^="btn"]), #seo-page-post a:not([class^="btn"]) {
    color: var(--coral);
    text-decoration: underline;
    font-weight: 700;
}

a.link-cyber {
    color: var(--cyber) !important;
    text-decoration: underline !important;
    font-weight: 700 !important;
    transition: color 0.2s ease, font-weight 0.2s ease !important;

}

a.link-cyber:hover {
    color: var(--grey) !important;
    font-weight: bolder !important;
}

a.link-coral {
    color: var(--coral) !important;
    text-decoration: underline !important;
    font-weight: 700 !important;
    transition: color 0.2s ease, font-weight 0.2s ease !important;
}


a.link-coral:hover {
    color: var(--peach-coral) !important;
    font-weight: bolder !important;
}
 
.article-header-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
}
.article-header-container .article-author {
    grid-area: 1/2/2/3;
}
.article-header-container .article-topic {
    grid-area: 2/1/3/2;
}
.article-header-container .article-social {
    grid-area: 2/3/3/4;
}
.bd-sidebar {
    grid-area: sidebar;
}
.bd-toc {
    grid-area: toc;
}
.bd-content {
    grid-area: content;
    min-width: 1px;
}
nav#TableOfContents ul li {
    list-style: none;
    margin-bottom: 8px;
    line-height: 21px;
}
nav#TableOfContents ul li a {
    text-decoration: none !important;
    color: var(--grey) !important;
    font-weight: 400 !important;
    font-family: PPEditorialNew;
    font-size: 17px;
}
nav#TableOfContents ul li a:active,
nav#TableOfContents ul li a:hover,
nav#TableOfContents ul li.active > a {
    color: #333 !important;
    font-weight: 600 !important;
    -webkit-transition: 75ms ease-in;
    transition: 75ms ease-in;
}
nav#TableOfContents ul li ul {
    list-style: none;
    margin: 0 0 0 20px;
}
nav#TableOfContents ul li ul li {
    margin-bottom: 2px !important;
}
nav#TableOfContents ul li ul li a {
    font-size: 15.5px;
    line-height: 14px !important;
}
main.resources h3 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 300;
}
a.resources-first-content:hover {
    text-decoration: none;
    background-color: #eeffc6;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    border-radius: 25px;
}
.img-card {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.rounded-25-top {
    border-radius: 25px 25px 0 0;
}
.rounded-25-left {
    border-radius: 25px 0 0 25px;
}
.card-h:hover {
    font-weight: 600 !important;
    -webkit-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
}
.lh-md {
    line-height: 1.9 !important;
}
.rounded-25 {
    border-radius: 25px;
}
.related-content img {
    height: 250px !important;
    width: 100% !important;
}
a.related-content {
    color: #131313;
}
a.related-content.bg-mid:active,
a.related-content.bg-mid:hover {
    background-color: #eeffc6;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}
.align-items-center-2,
.video {
    display: flex;
    align-items: center;
}
.row.align-items-center-2 {
    margin-bottom: 20px;
}
.divider-right {
    border-right: 1px solid #dee2e6;
    height: 100%;
}
.bg-white {
    background-color: #fff;
}
section#sf-filter-grid select.sf-input-select {
    position: relative;
    width: 100%;
    text-align: left;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #131313 !important;
    border-radius: 0;
    padding: 5px;
    background-color: #fffff3;
}
.border-left-neon {
    border-left: 3px solid var(--neon);
}

.border-left-lime {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #d894ff;
    border-radius: 0.25rem;
}

.bg-greenlight {
    background-color: #faffe6;
}
.wb-col-l a,
.wb-col-l h1,
.wb-col-l p {
    z-index: 3;
    position: relative;
}
.wb-col-r,
.wb-col-r img {
    position: absolute;
    bottom: 0;
}
.wb-col-r img {
    right: 5%;
}
.wb-col-r {
    right: 0;
    z-index: 1;
}
.article-base,
.article-container,
.dGYSsC {
    position: relative;
    display: flex;
}
.round-img {
    border-radius: 50%;
}
 
 @media (min-width: 768px) {
    .db-input {
        width: 47.5% !important;
    }
    .db-input-sp {
        display: flex;
        justify-content: space-between;
    }
    .bg-half-grey {
        background: linear-gradient(to left, #fffff3 50%, #f3f3df 50%);
    }
    .logo-grid-client {
        display: grid !important;
        grid-template-columns: repeat(5, 1fr) !important;
        grid-auto-rows: 80px !important;
        gap: 5px !important;
        justify-content: unset !important;
        --bs-gutter-x: unset !important;
        --bs-gutter-y: unset !important;
        -ms-flex-wrap: unset !important;
        flex-wrap: unset !important;
        margin-top: unset !important;
        margin-right: unset !important;
        margin-left: unset !important;
    }
    main article.entry-content section#blogpost h3,
    main article.entry-content section#blogpost h4,
    main.resources h3,
    main article section#seo-page-post h3,
    main article section#seo-page-post h4, {
        font-size: 30px;
        line-height: 40px;
    }
    main article.entry-content section#blogpost h2,     
    main article section#seo-page-post h2 {
        font-size: 40px;
        line-height: 50px;
    }
    main article.entry-content section#blogpost h1,
    main article section#seo-page-post h1 {
        font-size: 55px !important;
        line-height: 68px !important;
    }
    .article-header-container {
        display: -ms-grid;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        -ms-grid-columns: (1fr) [3];
        grid-template-rows: 1;
    }
    .article-author {
        -ms-grid-column: 1;
        grid-area: 1/1/2/2 !important;
    }
    .article-topic {
        -ms-grid-column: 2;
        grid-area: 1/2/2/3 !important;
    }
    .article-social {
        -ms-grid-column: 3;
        grid-area: 1/3/2/4 !important;
    }
    .toc {
        position: -webkit-sticky;
        position: sticky;
        top: 6rem;
        right: 0;
        z-index: 2;
        height: calc(100vh - 7rem);
        overflow-y: auto;
    }
    main.resources h2 {
        font-size: 45px;
        line-height: 54px;
    }
    .img-card {
        width: 100% !important;
        height: auto !important;
        min-height: 100%;
        object-fit: cover;
    }
    .article-container {
        padding: 0 45px;
    }
    .article-base {
        padding-top: 38px;
    }
}
 
@media (min-width: 375px) {
    .article-container {
        padding: 0 24px;
    }
}
.article-container {
    flex: 1 1 0%;
    flex-direction: column;
    height: 100%;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}
@media (min-width: 960px) {
    .article-base {
        flex-direction: row !important;
    }
    .article-content {
        width: 100%;
    }
}
.article-base {
    flex-direction: column;
    padding-top: 18px;
}
.dGYSsC {
    font-family: Inter, Ubuntu, Helvetica, Arial, sans-serif;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    flex-direction: column;
    will-change: background-color, color;
    min-width: 0;
}
@media (min-width: 1280px) {
    .right-sidebar {
        display: block !important;
    }
}
.right-sidebar {
    display: none;
    flex-shrink: 2;
    margin-top: 0;
    width: 100%;
}
.container-sidebar {
    position: sticky;
    top: 100px;
}
.t-o-c {
    width: 203px;
}
@media (min-width: 960px) {
    .t-o-c {
        height: calc(-160px + 100vh);
        overflow-y: auto;
        padding-right: 10px;
        padding-bottom: 5px;
    }
    .container-toc {
        display: block !important;
    }
}
.container-toc {
    display: none;
    height: 100%;
    margin-right: 40px;
    margin-top: 0;
    position: sticky;
    top: 100px;
}
main ol,
main ol li,
main ul,
main ul li {
    margin: 12px 0;
}
.demo-live-image {
    width: 100%;
    left: unset;
    position: relative;
    height: auto;
    max-width: 100%;
}
@media (min-width: 768px) {
    .neon-gradient {
        width: 100%;
        height: auto;
        position: absolute !important;
        left: 0;
        bottom: 0;
    }
}
.neon-gradient {
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
    padding: 0;
    position: relative;
}
.modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}
.modal {
    background: #fffff3;
    margin: 100px 2rem 2rem;
    border-radius: 5px;
    width: 100%;
    position: relative;
    padding: 1em;
}

@media (min-width: 1200px) {
    #product #vennLottie {
        width: 60%;
    }
    .bd-main {
        display: grid;
        gap: inherit;
        grid-template-areas: "toc content sidebar";
        grid-template-columns: 1fr 5fr;
    }
    .bd-sidebar,
    .bd-toc {
        top: 6rem;
        right: 0;
        z-index: 2;
        height: calc(100vh - 5rem);
    }
    .bd-toc {
        position: -webkit-sticky;
        position: sticky;
        overflow-y: auto;
    }
    .bd-sidebar {
        position: -webkit-sticky;
        position: sticky;
    }
    .demo-live-image {
        width: 50vw;
        left: 50%;
        position: absolute;
        height: auto;
        max-width: none;
    }
    .demo-live-div {
        display: flex;
        justify-content: center;
    }
    .modal {
        margin: 100px 0 0;
        width: 40%;
    }
}
.close {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 40px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #dbff83;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    overflow: hidden;
}
.btn-outline-paper,
.language-switcher {
    font-family: RobotoMono, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
}
#formframe {
    width: 100%;
    height: calc(100vh - 150px);
}
.text-justify {
    text-align: justify;
}
.btn-outline-paper {
    display: inline-block;
    text-decoration: none !important;
    line-height: 44px;
    position: relative;
    z-index: 3;
    white-space: nowrap;
    padding-left: 20px;
    margin-right: 40px;
    border: none;
    background-color: #fff0;
    color: #fffff3;
}
.btn-outline-paper:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: calc(100% + 40px);
    height: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
    -webkit-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
    border-radius: 50px;
    border: 1px solid #fffff3;
    background-color: #fff0;
}
.btn-outline-paper:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: calc(100% + 10px);
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    -webkit-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='22' height='8' style='enable-background:new 0 0 22 8'%3E%3Cpath d='M21.8 3.6 18.4.2c-.2-.2-.5-.2-.8 0-.2.2-.2.5 0 .8l2.5 2.5L0 3.4v1.1l20.1.1L17.6 7c-.2.2-.2.5 0 .8.2.2.5.2.8 0l3.4-3.4c.2-.2.2-.6 0-.8z' style='fill:%23fffff3'/%3E%3C/svg%3E")
        center right no-repeat;
}
.language-switcher,
.wpml-ls-legacy-dropdown .wpml-ls-item {
    width: 180px !important;
}
.language-switcher {
    padding: 0 10px;
    color: #131313;
    -webkit-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear;
    background-color: #dbff83;
    border: none;
    outline: 0;
}
.language-switcher svg {
    fill: none !important;
    color: #131313;
}
.wpml-ls-legacy-dropdown a {
    background-color: #dbff83 !important;
    padding: 8px 10px !important;
    border: none !important;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border-top: none !important;
}

@media (min-width: 992px) {
    .col-card-grid {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 31%;
    }
}
.resources-title {
    margin-bottom: 15px;
    font-size: 40px;
    line-height: 50px;
}
@media (min-width: 778px) {
    .resources-title {
        margin-bottom: 15px;
        font-size: 57px;
        line-height: 69px;
    }
}
.headline-1 {
    font-size: 40px !important;
    line-height: 50px !important;
}
@media (min-width: 992px) {
    .headline-1 {
        font-size: 65px !important;
        line-height: 75px !important;
    }
}
.headline-2 {
    font-size: 30px !important;
    line-height: 40px !important;
}
@media (min-width: 992px) {
    .headline-2 {
        font-size: 48px !important;
        line-height: 58px !important;
    }
}
.headline-3 {
    font-size: 22px !important;
    line-height: 32px !important;
}
@media (min-width: 768px) {
    .headline-3 {
        font-size: 30px !important;
        line-height: 39px !important;
    }
}
.logo-banner {
    position: relative;
    z-index: 1;
    height: 140px;
}
.logos-wrapper {
    position: relative;
}
.logos-wrapper::before,
.logos-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    z-index: 2;
    pointer-events: none;
}
.logos-wrapper::before {
    left: 0;
    background: linear-gradient(to right, #fffff3 0%, #fff0 100%);
}
.logos-wrapper::after {
    right: 0;
    background: linear-gradient(to left, #fffff3 0%, #fff0 100%);
}
.logos-wrapper-neon {
    position: relative;
}
.logos-wrapper-neon::before,
.logos-wrapper-neon::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    z-index: 2;
    pointer-events: none;
}
@media (min-width: 992px) {
    .customer-col-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33%;
    }
}
.article-card {
    display: flex;
    align-items: flex-end;
    width: 100%;
    padding-bottom: 55px;
    height: 550px;
    position: relative;
    padding: 0 0 25px 0;
}
.article-card-image {
    border-radius: 20px;
    padding: 0;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-title {
    font-size: 25px !important;
    line-height: 35px !important;
}
.article-link {
    display: flex;
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 40px 0 rgb(0 0 0 / 0.2);
    transition:
        background-color 0.5s,
        box-shadow 0.25s ease-out;
    height: 100%;
    text-decoration: none;
}
.article-link:hover {
    background-color: #ededed;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 0.4) !important;
}

@media (min-width: 992px) {
    .article-link {
        margin-bottom: 3.4375rem;
        flex-direction: row;
    }
    .article-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 32% !important;
    }
    .card-title {
        font-size: 28px !important;
        line-height: 38px !important;
        font-weight: 500;
    }
}
.article-link img {
    border-radius: 20px 0 0 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gradient-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(to top, #000 0, transparent 100%);
    pointer-events: none;
}

#customer-stories h2 {
    font-family: Roboto, sans-serif;
    font-weight: 600;
}
.yellow-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, #b1a000 0, transparent 100%);
    pointer-events: none;
}
.corail-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, #f65e2d 0, transparent 100%);
    pointer-events: none;
}
.lime-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, #7caf00 0, transparent 100%);
    pointer-events: none;
}
.purple-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, #d894ff 0, transparent 100%);
    pointer-events: none;
}
.logo-container {
    position: absolute;
    top: 20px;
    margin-left: 15px;
    z-index: 3;
    border-radius: 5px;
    padding: 5px;
}
.company-logo {
    max-width: 100px;
    max-height: 60px;
    object-fit: contain;
}
.quotes-container {
    overflow-x: auto;
    padding: 10px;
}
.quotes-outer-container {
    margin-bottom: 25px;
    overflow-x: hidden;
}
.quotes-inner-container {
    display: inline-flex;
    flex-wrap: nowrap;
}
.quote-card {
    display: inline-block;
    background-color: #fff;
    border: 3px solid #e4e4d1;
    width: 300px;
    border-radius: 20px;
    padding: 15px;
    margin-right: 15px;
    flex-shrink: 0;
}
.quote-card-body {
    flex-grow: 1;
}
.blockquote-card {
    text-align: justify;
    margin: 20px 25px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    font-size: 14px;
    line-height: 20px;
}
.blockquote-card::before,
.blockquote-card::after {
    font-size: 3em;
    color: var(--coral);
    position: absolute;
    line-height: 1;
}
.blockquote-card::before {
    content: "“";
    top: -15px;
    left: -25px;
    font-family: "Times New Roman";
}
.blockquote-card::after {
    content: "”";
    bottom: -25px;
    right: -25px;
    font-family: "Times New Roman";
}
.slide-left {
    display: flex;
    align-items: flex-end;
}
.slide-right {
    display: flex;
    align-items: flex-start;
}
.slide-left {
    animation: slideLeft 40s linear infinite;
}
.slide-right {
    animation: slideRight 40s linear infinite;
}
@keyframes slideLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-50% - 10px));
    }
}
@keyframes slideRight {
    0% {
        transform: translateX(calc(-50% - 10px));
    }
    100% {
        transform: translateX(0);
    }
}

@media (min-width: 769px) {
    .quote-card {
        width: 550px;
        padding: 25px;
        margin-right: 20px;
    }
    .blockquote-card {
        margin: 40px 50px;
        font-size: 18px;
        line-height: 25px;
    }
    .blockquote-card::before,
    .blockquote-card::after {
        font-size: 4em;
    }
    .blockquote-card::before {
        top: -20px;
        left: -50px;
    }
    .blockquote-card::after {
        bottom: -50px;
        right: -50px;
    }
    .slide-left:hover,
    .slide-right:hover {
        animation-play-state: paused;
    }
}

.br-bottom-20 {
    border-radius: 0 0 20px 20px;
}

.br-40 {
    border-radius: 40px;
}

.br-30 {
    border-radius: 30px;
}
.br-25 {
    border-radius: 25px;
}

.br-20 {
    border-radius: 20px;
}
.br-15 {
    border-radius: 15px;
}

.br-12 {
    border-radius: 12px;
}

.br-10 {
  border-radius: 10px;
}

.br-8 {
  border-radius: 8px;
}

.img-unset {
	max-width: none !important;
	height: max-content !important;
}
.story-container {
    flex: 1 1 0%;
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.story-container {
    position: relative;
    display: flex;
}
.list-style-none {
    list-style-type: none;
}
@media (min-width: 1280px) {
    .customer-sidebar {
        display: block !important;
    }
}
.customer-sidebar {
    display: none;
    flex-shrink: 2.5;
    width: 100%;
}
.benefit-item {
    display: flex;
    align-items: center;
}
.benefit-item svg {
    flex-shrink: 0;
}
.benefit-item span {
    margin-left: 10px;
}
shadow {
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 0.9);
}
.story-profile-name {
    font-weight: 500;
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0;
    z-index: 10;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 0.5);
    text-align: center;
}
.image-profile {
    object-fit: cover;
    height: 534px;
}
#customer li {
    list-style-type: none;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    font-size: 17px !important;
    line-height: 27px !important;
}
#customer p {
    font-size: 17px !important;
    line-height: 27px !important;
}
@media (min-width: 768px) {
    #customer li {
        margin-bottom: 15px;
    }
}
#customer li:last-child {
    margin-bottom: 0;
}
#customer ul {
    padding-left: 0;
}
#customer h3 {
    margin-bottom: 25px;
}
#quote hr {
    color: var(--grey);
}
#quote {
    margin: 65px 0;
}
#quote p {
    color: var(--grey);
    font-weight: 600;
    text-align: center;
    position: relative;
    padding: 0 50px;
    margin: 0;
}
#quote p::before,
#quote p::after {
    position: absolute;
    font-size: 80px;
    line-height: 0;
    color: #131313;
    font-family: "Times New Roman", serif;
}
#quote p::before {
    content: "“";
    left: 0;
    top: 30px;
}
#quote p::after {
    content: "”";
    right: 0;
    bottom: -10px;
}
#solution-item {
    list-style-type: none;
    display: flex;
    font-family: "PPEditorialNew";
    align-items: center;
    margin-bottom: 40px;
    gap: 20px;
}
#solution-item:last-child {
    margin-bottom: 0;
}
#solution-description p,
#solution-description li {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 21px;
    list-style-type: none;
}

@media (min-width: 768px) {
    #solution-description p,
    #solution-description li {
        font-size: 20px;
        line-height: 30px;
    }
}
#solution-description {
    margin-bottom: 30px;
}
#solution ul {
    padding-left: 0;
}
.info-column {
    flex: 1;
}
.info-title {
    font-family: PPEditorialNew;
    font-size: 1.2rem;
}
.info-value {
    font-family: RobotoMono, sans-serif;
    font-size: 1rem;
}
.vertical-line {
    width: 1px;
    height: 40px;
    background-color: #131313;
}
@media (min-width: 768px) {
    .pt-md-80 {
        padding-top: 80px;
    }
}
#benefits svg {
    flex-shrink: 0;
    width: 26px;
    height: 27px;
}
#customer-story-template #customer-story-st h2 {
    font-size: 30px !important;
    line-height: 40px !important;
}
@media (min-width: 992px) {
    #customer-story-template #customer-story-st h2 {
        font-size: 48px !important;
        line-height: 58px !important;
    }
}
.container-sidebar ul {
    list-style-type: none;
    padding-left: 0;
}
.container-sidebar li {
    margin-bottom: 25px !important;
}
.container-sidebar li:last-child {
    margin-bottom: 0 !important;
}

 #preloader.hidden {
  display: none !important;
}

 #preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fffff3; 
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }
    .loader {
    border: 10px solid #fffff3;
    border-top: 10px solid #131313; 
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  video {
    max-width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .logo-item img {
    aspect-ratio: auto;
    width: 110px;
    height: auto;
    object-fit: contain;
}


#tabs-group {
    overflow: auto; 
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

#tabs-group .tab {
    display: inline-block;
    font-size: 14px;
    line-height:  24px;
    text-transform: uppercase;

}

@media (min-width: 768px) {
    .tab-content img {
        object-fit: contain;
        overflow: hidden;
        height: 75%;
        width: 100%;
    }
}

#tabs-group .inactive-tabs {
    padding: 8px 30px;
    line-height: 1;
    border: 1px solid #131313;
    border-radius: 50px;
}

#tabs-group .tab {
    margin-bottom:5px;
}

#tabs-group .active-tabs {
    border: 1px solid #c5da91;
    background-color: #dbff83;
    border-radius: 50px;
    -webkit-transition: .25s ease-out;
    transition: .25s ease-out;
    padding: 8px 30px;
    line-height: 1;
}

#tabs-group .inactive-tabs:hover {
    background-color: #eeffc6;
    border: 1px solid #c5da91;
    cursor:pointer;
    -webkit-transition: .25s ease-out;
    transition: .25s ease-out;
}

.tab-content {
    display: none;
    align-items: center;
}

.tab-content.active {
    display: flex;
}

.slider-quote {
    display: flex;
    align-items: flex-end;
}

.slider-quote {
    animation: sliderQuote 40s linear infinite;
}

@keyframes sliderQuote {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-50% - 10px));
    }
}
@media (min-width: 769px) {
    .slider-quote:hover {
        animation-play-state: paused;
    }
}

#prisma .quotes-outer-container::before {
    left:0;
    background: linear-gradient(to right, #fffff3 0%, #fff0 100%);
}
#prisma .quotes-outer-container::after {
    right:0;
    background: linear-gradient(to left, #fffff3 0%, #fff0 100%);
}

#prisma .quotes-outer-container::before , #prisma .quotes-outer-container::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    z-index: 2;
    pointer-events: none;
    display: block;
}

#prisma .quotes-outer-container {
    position:relative;
}

.hidden:not(.visible) {
    opacity: 0;
    visibility: hidden;
    display: none;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.visible:not(.hidden) {
    opacity: 1;
    visibility: visible;
    display: block;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

@media (min-width:768px){
#features li {
    font-size: 20px !important;
    line-height: 30px !important;
}
}
#features li {
    font-size: 14px;
    line-height: 21px;
}

.short-cta-title {
    font-size: 35px !important;
    line-height: 45px !important;
    font-style: normal !important;
    color:#fffff3 !important;
    font-family:PPEditorialNew !important;
}

main p {
    margin-top:0;
}

article h1, article h2, article h3, article h4, article h5, article h6 {
    margin-block-start: 35px;
    margin-block-end: 35px;
}

.m-start-end-0 {
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
}

.rounded-15-top{border-radius:15px 15px 0 0}.rounded-15-left{border-radius:15px 0 0 15px}.rounded-15{border-radius:15px}




@media (min-width:992px){
    .h-lg-100 {
        height:100%;
    }
    }

    #search-filter-form-448 > ul {
        margin: 0 0 35px 0;
        padding: 0;
    }
    

    @media (min-width:992px){
        #search-filter-form-448 ul label {
            width:auto !important;
        }
        }

        @media (min-width:992px){
            .sf-field-category, .sf-field-taxonomy-topic, .sf-field-taxonomy-languages2 {
                width:unset !important;
            }
            }

        #search-filter-form-448 ul label {
            width:100%;
        }

        .sf-field-category, .sf-field-taxonomy-topic, .sf-field-taxonomy-languages2 {
            width:100%;
            flex-direction: row;
        }

    

        @media (min-width:992px){
            .navbar #menu-main-menu-fr .dropdown-item,.navbar #menu-main-menu .dropdown-item,.navbar #menu-minimal-menu .dropdown-item,.navbar #menu-minimal-menu-fr .dropdown-item{justify-content: center !important;padding: 24px 12px;
            }        
            }

.dropdown-item {
    justify-content: flex-start;
    align-items: center;
}


#blog-slider h3 {
    color:#fffff3 !important;
    font-size:30px;
    line-height:37px;
}

.wpml-ls-current-language ul {
    min-width:100%;
}

@media (min-width:992px){
    .wpml-ls-current-language a>.wpml-ls-flag {
        min-width:20px;
        width:20px;
    }
}

@media (max-width:991px){
    .wpml-ls-current-language a.nav-link::before {
        content:unset !important;
    }
    .wpml-ls-current-language ul>.wpml-ls-item.wpml-ls-item-fr>a {
        padding: 10px 10px 10px 20px;
    }
    .wpml-ls-item a {
        height:50px;
    }
}

@media (min-width: 992px) and (max-width: 1191px) {
    .navbar #menu-main-menu-fr .menu-item:not(.btn-demo) .nav-link,.navbar #menu-main-menu .menu-item:not(.btn-demo) .nav-link,.navbar #menu-minimal-menu-fr .menu-item:not(.btn-demo) .nav-link,.navbar #menu-minimal-menu .menu-item:not(.btn-demo) .nav-link {
        padding: 0 22px !important;
        font-size: 14px !important;
    }
    .navbar .dropdown-menu .dropdown-item {
        font-size: 14px !important;
    }
}


.navbar .dropdown-menu .dropdown-item {
    font-size: 18px;
}

img:is([sizes="auto" i], [sizes^="auto," i]) {
    contain-intrinsic-size: revert !important;
}

#ondemand-demo-form .ant-progress-text {
    font-weight: 600;
    color:#FFFFF3
}

#ondemand-demo-form .ant-steps {
    gap: 20px;
}

#ondemand-demo-form .ant-steps-item-container {
    display: flex;
    align-items: center;
}
 
#ondemand-demo-form .ant-steps-item-content {
   min-height: auto !important;
}

#ondemand-demo-form .ant-steps-item-title, #cyber-risk-report .ant-steps-item-title {
    margin-bottom: 0 !important;
 }

#crq-calculator-form .steps-form .ant-steps-item-title, #book-demo-form .steps-form .ant-steps-item-title {
    line-height: 1 !important;
    margin-bottom:10px !important;
  }

  .steps-form .ant-steps-item-description {
    padding-bottom: 30px !important;
  }

  .steps-form .ant-steps-item-active .ant-steps-item-icon {
    background-color: #DDFF64 !important;
    border:#DDFF64 !important;
  }

  .steps-form .ant-steps-item-active .ant-steps-item-icon span {
    color: #131313 !important;
  }

  .steps-form .ant-steps-item-wait .ant-steps-item-icon {
    background-color: #FFFFF3 !important;
  }

  .steps-form .ant-steps-item-wait .ant-steps-item-icon span {
    color: #131313 !important;
  }

  #crq-calculator-form .steps-form .ant-steps-item-finish .ant-steps-item-icon {
    background-color: #cacabc !important;
    border:#cacabc !important;
  }

  #crq-calculator-form .steps-form .ant-steps-item-finish .ant-steps-item-tail::after {
    background-color: #cacabc !important;
  }

  .steps-form .ant-steps-item-finish .ant-steps-item-icon span {
    color: #131313 !important;
  }

  .steps-form .ant-btn-variant-solid {
    color:#131313 !important;
    font-family: RobotoMono !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    font-size:11px !important;
    border: solid 1px #cacabc !important;
  }

  .steps-form .ant-btn-variant-outlined {
    background:#FFFFFF !important;
    color:#131313 !important;
    font-family: RobotoMono !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    font-size:11px !important;
  }

  .steps-form .ant-btn-variant-outlined:hover {
    border-color: var(--grey) !important;
  }

  .steps-form .ant-select-item-option-selected {
    background-color: #EEFFC6 !important;
  }

.min-h-vh-100 {
    min-height: 100vh; 
}

.cyber-impact-forecaster-company {
    width: 100%;
    padding: 10px !important;
    border: 1px solid #9E9E9E;
    color: #131313;
    border-radius: 0;
    margin-bottom: 35px;
    background-color: #FFF;
    border-radius: 5px;
    font-family: 'Roboto' !important;
}
.btn-sparkle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    
    position: relative;
    padding: 13px 44px;               
    border: none;
    border-radius: 50px;
    background: linear-gradient(to right, #131313, #4C4C4C);
    
    font-family: "Roboto Mono", monospace;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    gap: 12px;
    transition: all 0.3s cubic-bezier(.645, .045, .355, 1);
  }
  
  .btn-sparkle::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2086.71%2087.77'%3E%3Cpath%20fill='%23fff170'%20fill-rule='evenodd'%20d='M56.13,48.36c4.19,2.52,7.7,6.04,10.23,10.23,2.52-4.19,6.04-7.7,10.23-10.23-4.19-2.52-7.7-6.04-10.23-10.23-2.52,4.19-6.04,7.7-10.23,10.23ZM47.96,45.54c-2.61.97-2.61,4.66,0,5.63l1.02.38c6.57,2.43,11.75,7.61,14.18,14.18l.38,1.02c.97,2.61,4.66,2.61,5.63,0l.38-1.02c2.43-6.57,7.61-11.75,14.18-14.18l1.02-.38c2.61-.97,2.61-4.66,0-5.63l-1.02-.38c-6.57-2.43-11.75-7.61-14.18-14.18l-.38-1.02c-.97-2.61-4.66-2.61-5.63,0l-.38,1.02c-2.43,6.57-7.61,11.75-14.18,14.18l-1.02.38Z'/%3E%3Cpath%20fill='%23ffe433'%20fill-rule='evenodd'%20d='M11.42,26.36c6.62,3,11.93,8.31,14.93,14.93,3-6.62,8.31-11.93,14.93-14.93-6.62-3-11.93-8.31-14.93-14.93-3,6.62-8.31,11.93-14.93,14.93ZM1.96,23.54c-2.61.97-2.61,4.66,0,5.63l5.4,2c6.57,2.43,11.75,7.61,14.18,14.18l2,5.4c.97,2.61,4.66,2.61,5.63,0l2-5.4c2.43-6.57,7.61-11.75,14.18-14.18l5.4-2c2.61-.97,2.61-4.66,0-5.63l-5.4-2c-6.57-2.43-11.75-7.61-14.18-14.18l-2-5.4c-.97-2.61-4.66-2.61-5.63,0l-2,5.4c-2.43,6.57-7.61,11.75-14.18,14.18l-5.4,2Z'/%3E%3Cpath%20fill='%23fff2a1'%20fill-rule='evenodd'%20d='M41.63,83.94c-.04.07-.07.14-.11.22-.33.65-.62,1.33-.88,2.02-.79,2.12-3.79,2.12-4.58,0-.26-.69-.55-1.37-.88-2.02-.04-.07-.07-.15-.11-.22h0c-1.85-3.55-4.75-6.45-8.3-8.3h0c-.07-.04-.15-.08-.22-.11-.65-.33-1.33-.62-2.02-.88-2.12-.79-2.12-3.79,0-4.58.69-.26,1.37-.55,2.02-.88.07-.04.15-.07.22-.11h0c3.55-1.85,6.45-4.75,8.3-8.3h0c.04-.08.07-.15.11-.22.33-.65.62-1.33.88-2.02.79-2.12,3.79-2.12,4.58,0,.26.69.55,1.37.88,2.02.04.07.07.15.11.22h0c1.85,3.55,4.75,6.45,8.3,8.3h0c.07.04.15.08.22.11.65.33,1.33.62,2.02.88,2.12.79,2.12,3.79,0,4.58-.69.26-1.37.55-2.02.88-.07.04-.15.07-.22.11h0c-3.55,1.85-6.45,4.75-8.3,8.3h0ZM38.36,77.88c1.55-2.11,3.41-3.97,5.52-5.52-2.11-1.55-3.97-3.41-5.52-5.52-1.55,2.11-3.41,3.97-5.52,5.52,2.11,1.55,3.97,3.41,5.52,5.52Z'/%3E%3C/svg%3E") no-repeat center / contain;
  }
  
    .btn-sparkle:hover {
    background: linear-gradient(to right, #232323, #5a5a5a);
    border-color: #5a5a5a;
  }
  
  .btn-sparkle:focus {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
  }
  
  .btn-sparkle:active {
    background: linear-gradient(to right, #1b1b1b, #424242);
    border-color: #424242;
  }

.masonry {
    column-count: 1;
    column-gap: 16px;        
}
.masonry-item {
    display: inline-block;
    background-color: #FFF;
    border-radius: 20px;
    margin-bottom: 16px;
    padding: 25px;
    display: inline-block;
    width: 100%;
    border: 3px solid #E4E4D1;        
}

@media (min-width:768px){
.masonry {
    column-count: 2;
    column-gap: 16px;        
}
}

@media (min-width:992px){
    .masonry {
        column-count: 3;
        column-gap: 16px;        
    }
    }
.round {
border-radius:100%;
}

.logos-wrapper-beige::before {
    left: 0;
    background: linear-gradient(to right, #e4e4d1 0%, #fff0 100%);
}

.logos-wrapper-beige::after {
    right: 0;
    background: linear-gradient(to left,#e4e4d1 0%,#fff0 100%);
}

#submitButton:disabled:before {
    background: #e3e3e3 !important;
    border: 1px solid #8e8e8e !important;
  }
  
  #submitButton:disabled {
    color: #6d6d6d !important; 
    cursor: not-allowed !important;  
  }

  main.landing-page {
    margin-top: 0 !important;
  }
  
  .flickity-enabled {
    position: relative;
}
.flickity-enabled:focus {
    outline: 0;
}
.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}
.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}
.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.flickity-button {
    position: absolute;
    background: hsla(0, 0%, 100%, 0.75);
    border: none;
    color: #333;
}
.flickity-button:hover {
    background: #fff;
    cursor: pointer;
}
.flickity-button:focus {
    outline: 0;
    box-shadow: 0 0 0 5px #19f;
}
.flickity-button:active {
    opacity: 0.6;
}
.flickity-button:disabled {
    opacity: 0.3;
    cursor: auto;
    pointer-events: none;
}
.flickity-button-icon {
    fill: currentColor;
}
.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
    left: 10px;
}
.flickity-prev-next-button.next {
    right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}
.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}
.flickity-rtl .flickity-page-dots {
    direction: rtl;
}
.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
    opacity: 1;
}

#form #ondemand-demo-embed-form .ant-steps-item-wait .ant-steps-item-icon,#form #cyber-risk-report .ant-steps-item-wait .ant-steps-item-icon { 
    background-color: #e5e5e5 !important;
}

#form #ondemand-demo-embed-form .ant-steps-item-finish .ant-steps-item-icon,#form #cyber-risk-report .ant-steps-item-finish .ant-steps-item-icon  { 
    background-color: #52c41a !important;
    border: #52c41a !important;
}

#form #ondemand-demo-embed-form  .ant-steps-item-finish .ant-steps-item-icon svg, #form #cyber-risk-report .ant-steps-item-finish .ant-steps-item-icon svg { 
    fill: #FFF !important;
}

.transition-ease {
    transition: ease-in-out 200ms;
}

.main-font {
    font-family: Roboto !important;
}

.label-pills{
    border: 1px solid #c5da91;
    background: #dbff83;
    padding: 7px 30px !important;
}

.label-pills-blue{
    border: 1px solid #179EFF;
    background: #CEEAFF;
    padding: 7px 30px !important;
}

.label-blue {
    color: #179EFF;
}

.label-pills-greenlight{
    border: 1px solid #679100;
    background: #EFFFDB;
    padding: 7px 30px !important;
}

.label-greenlight {
    color: #679100;
}

.label-pills-orange{
    border: 1px solid #FFBD17;
    background: #FFF2CA; 
    padding: 7px 30px !important;
}

.label-orange {
    color: #FFBD17;
}

.label-pills-grey{
    border: 1px solid var(--grey);
    background: #ECECEC;
    padding: 7px 30px !important;
}

.label-grey {
    color: var(--grey);
}

.label-pills-coral{
    border: 1px solid var(--coral);
    background: #FFDACA;
    padding: 7px 30px !important;
}

.label-pills-purple {
  border: 1px solid #A855D6;
  background: #F3E1FF;
  padding: 7px 30px !important;
}
.label-purple { color: #A855D6; }

.label-pills-teal {
  border: 1px solid #0F9B8E;
  background: #D3F5F1;
  padding: 7px 30px !important;
}
.label-teal { color: #0F9B8E; }

.label-pills-violet {
  border: 1px solid #6C5CE7;
  background: #E4E0FF;
  padding: 7px 30px !important;
}
.label-violet { color: #6C5CE7; }

.label-pills-gold {
  border: 1px solid #B8860B;
  background: #FBF0D0;
  padding: 7px 30px !important;
}
.label-gold { color: #B8860B; }

.label-pills-pink {
  border: 1px solid #D6336C;
  background: #FFE0EB;
  padding: 7px 30px !important;
}
.label-pink { color: #D6336C; }

.label-pills-coral { border: 1px solid var(--coral); background: #FFDACA; padding: 7px 30px !important; }
.label-coral { color: var(--coral); }

.label-pills-neon { border: 1px solid var(--darklime); background: var(--neon); padding: 7px 30px !important; }
.label-neon { color: #4F6B00; }

.label-coral {
    color: var(--coral);
}

.border-bottom-dark-paper {
    border-bottom: 1px solid var(--darker-paper)
}

.border-grey {
    border: 1px solid var(--grey)
}

.border-dark-paper {
    border: 1px solid var(--darker-paper)
}

.border-beige {
    border: 1px solid var(--beige)
}

.border-dark-lime {
    border: var(--darklime) solid 1px;
}

.border-light-grey {
     border: var(--light-grey) solid 1px;
}

.features-content-btn:before {
    content: none
}

.accordion-button .features-content-btn {
    display: inline-block;
    position: relative;
    min-width: 40px;
    height: 40px;
    border: 1px solid #131313;
    margin-left: auto;
    -webkit-transition: background-color .25s linear;
    transition: background-color .25s linear
}

.accordion-button .features-content-btn:after,.accordion-button .features-content-btn:before {
    content: "";
    display: block;
    background-color: #131313;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.accordion-button:hover .features-content-btn,.square-btn:hover,.card-square-btn:hover .square-btn {
    background-color: #d2ff64
}

.mb-18 {
    margin-bottom: 18px;
}

@media (min-width:992px){
    .navbar-nav .nav-item.is-mega {
        position: static !important;
    }

    .menu-title {
        display: block !important;
    }

    .hr-menu {
        margin: 16px 0;
        color: #d3d3d3;
        border: 0;
        border-top: 1px solid;
        opacity: 1;
        display: block !important;
    }

    .mega-menu-icon {
        width: 42px;
        height: 42px;
        display: block !important;
    }

    .mega-menu-shadow {
        box-shadow: 6px 6px 30px 2px #00000026;
    }

    .mega-item-a {
        padding: 10px 8px !important;
        font-size: 15px !important;
        line-height: 24px !important;
        font-weight: 400 !important;
    }

}

.mega-item-a {
    white-space : break-spaces !important;
}

.mega-menu-icon {
    display: none;
}
.dropdown-menu.mega-menu-wrapper {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important; 
    margin-top: 0 !important;
    border-radius: 0 !important; 
    transform: none !important; 
}

.menu-title {
    display: none;
}

.dropdown-menu.mega-menu-wrapper.show {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.hr-menu {
    display: none;
}

.mega-item:last-child {
    margin-bottom: 0 !important;
}

.podcast-slider .ant-slider-track {
    background: #111111;
  }
  
  .podcast-slider .ant-slider-handle {
    border-color: #111111;
  }
  
  .audio-play:hover {
    background-color: black !important;
    transform: scale(1.05);
  }
  
  .waveform {
    width: 212px;
    height: 35px;
  }
  
  .ant-slider:hover .ant-slider-track {
    background-color: var(--coral);   
  }

.tooltip-podcast {
    margin-left: 0 !important;
    right: 25px;
    left: auto;
    font-size: 18px;
    color: #a59c9c;
    line-height: 0 !important;
    background-color: #e4e4d1;
    padding: 6px;
    border-radius: 20px;
}


.accordion-title {
    font-family: PPEditorialNew;
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    padding: 30px 0;
}

.testimonial-slider {
    position: relative;
}

.testimonial-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
}

.testimonial-slide.active {
    opacity: 1;
    visibility: visible;
    position: relative;
}


.navbar-light {
    background-color: #FFFFF3;
    height: 80px;
    padding: 0px;
}
.navbar-light > .container,
.navbar-light > .container-fluid,
.navbar-light > .container-lg,
.navbar-light > .container-md,
.navbar-light > .container-sm,
.navbar-light > .container-xl,
.navbar-light > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.navbar-light-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    text-decoration: none;
    white-space: nowrap;
}
.navbar-light-brand:focus,
.navbar-light-brand:hover {
    color: var(--bs-navbar-brand-hover-color);
}
.navbar-nav-light {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
}
.navbar-nav-light .nav-link-light.active,
.navbar-nav-light .nav-link-light.show {
    color: var(--bs-navbar-active-color);
}
.navbar-nav-light .dropdown-menu {
    position: static;
}
.navbar-text a,
.navbar-text a:focus,
.navbar-text a:hover {
    color: var(--bs-navbar-active-color);
}
.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
    flex-grow: 1;
    transition: none;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0px !important;
    transform: none !important;
}
.navbar-expand .offcanvas .offcanvas-header {
    display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
    display: flex;
    -webkit-box-flex: 0;
    flex-grow: 0;
    padding: 0px;
    overflow-y: visible;
}

.navbar-light .navbar-light-brand,
body {
    display: -webkit-box;
}

.home .navbar-light .navbar-light-brand {
    background-color: rgb(219, 255, 131);
}

#site-navbar {
    z-index: 1040;
    width: 100%;
    will-change: top;
    transition: 0.5s linear;
}
.navbar-light .navbar-light-brand {
    height: 80px;
    padding: 0px 20px;
    margin: 0px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.navba-light .navbar-light-brand svg,
.navbar-light-brand svg {
    fill: rgb(219, 255, 131);
}
.home .navbar-light .navbar-light-brand svg {
    fill: rgb(0, 0, 0);
}
.navbar-light .menu-item:not(.btn-demo) .nav-link {
    padding: 10px 20px;
    transition: background-color 0.25s linear;
    font-family: RobotoMono, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    text-decoration: none !important;
}
.navbar-light .menu-item:not(.btn-demo) .nav-light-link.dropdown-toggle.show,
.navbar-light .menu-item:not(.btn-demo) .nav-light-link:hover,
.navbar-light .menu-item:not(.btn-demo).current-menu-item .nav-light-link,
.navbar-light .menu-item:not(.btn-demo).current-menu-parent .nav-light-link,
.navbar-light .menu-item:not(.btn-demo).current_page_item .nav-light-link {
    background-color: rgb(219, 255, 131);
    color: rgb(19, 19, 19) !important;
}
.navbar-light .dropdown-toggle::before {
    display: inline-block;
    margin-right: 10px;
    vertical-align: 4px;
    content: "";
    width: 11px;
    height: 6px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='6' fill='none'%3E%3Cpath stroke='%23000' d='M9.992.51 5.34 5.16.83.651'/%3E%3C/svg%3E");
}
.navbar-light .dropdown-menu {
    margin: 0px;
    border-radius: 0px;
    border: none;
    background-color: rgb(238, 255, 198);
    padding: 0px;
}
.navbar-light .dropdown-menu .dropdown-item {
    font-size: 18px;
}
.navbar-light .dropdown-menu .dropdown-item::before {
    display: inline-block;
    margin-right: 10px;
    vertical-align: 2px;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='9' fill='none'%3E%3Cpath fill='%23131313' d='M9.293 4.253a.49.49 0 0 1-.003.693L6.158 8.05a.49.49 0 1 1-.69-.696l2.784-2.76-2.76-2.783a.49.49 0 0 1 .696-.69l3.105 3.132Zm-8.46-.18 8.114.035-.005.98-8.114-.036.004-.98Z'/%3E%3C/svg%3E");
    width: 10px;
    height: 9px;
}
.navbar-light .dropdown-menu .dropdown-item:hover {
    background-color: rgb(219, 255, 131);
    text-decoration: none;
}


@media (min-width: 992px) and (max-width: 1191px) {
    .navbar-light #menu-main-menu-fr .menu-item:not(.btn-demo) .nav-link-light,
    .navbar-light #menu-main-menu .menu-item:not(.btn-demo) .nav-link-light,
    .navbar-light #menu-minimal-menu-fr .menu-item:not(.btn-demo) .nav-link-light,
    .navbar-light #menu-minimal-menu .menu-item:not(.btn-demo) .nav-link-light {
        padding: 0px 22px !important;
        font-size: 14px !important;
    }
    .navbar-light .dropdown-menu .dropdown-item {
        font-size: 14px !important;
    }
}
@media (min-width: 992px) {
    .navbar-nav-light .nav-item.is-mega {
        position: static !important;
    }
}

.eyebrow-line::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 1px;
    background: currentColor;
    vertical-align: middle;
    margin-right: 12px;
  }

.strike {
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.text-uppercase {
  text-transform: uppercase;
}

.hero-stats {
  border-top: 1px solid var(--cyber);
  border-bottom: 1px solid var(--cyber);
}

.hero-stat:last-child {
  padding-left: 24px;
  border-left: 1px solid var(--cyber);
}

.hover-lime:hover {
  background: var(--lime);
}

.fill-cyber {
    fill: #131313 !important;
}

.ladder-bars {
  display: flex;
  gap: 3px;
}
.ladder-bars span {
  display: block;
  width: 14px;
  height: 18px;
  background: var(--grey);
}
.ladder-bars span.on { background: var(--cyber); }
.ladder-step:nth-child(1) .ladder-bars span:nth-child(-n+1) { background: var(--cyber); }
.ladder-step:nth-child(2) .ladder-bars span:nth-child(-n+2) { background: var(--cyber); }
.ladder-step:nth-child(3) .ladder-bars span:nth-child(-n+3) { background: var(--cyber); }
.ladder-step:nth-child(4) .ladder-bars span:nth-child(-n+4) { background: var(--cyber); }
.ladder-step:nth-child(5) .ladder-bars span { background: var(--coral); }

.ladder-step {
    border-left: 4px solid var(--cyber);
    transition: all 0.15s;
}

.ladder-step:hover {
    background: var(--lime);
    border-left-color: var(--coral);
}

.btn-down-underline {
    font-family: var(--font-mono);
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--cyber);
    text-decoration: none;
    border-bottom: 1px solid var(--cyber);
    padding-bottom: 4px;
}

.btn-down-underline:hover {
    text-decoration: none;
    font-weight:600;
    border-bottom: 2px solid var(--grey);
    color: var(--grey);

}


html {
    margin:0 !important;
}

 .video-frame {
    padding: 14px;
    border-radius: 14px;
  }

  .video-topbar {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 14px;
    background: #e2e2da;
    border-bottom: 1px solid rgba(19, 19, 19, 0.06);
    border-radius: 15px 15px 0 0;
  }

  .video-topbar .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
  }

  .video-topbar .dot--red { background: #FF5F57; }
  .video-topbar .dot--yellow { background: #FFBD2E; }
  .video-topbar .dot--green { background: #28C840; }

  .video-topbar .vlabel {
    margin: 0 auto;
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.05em;
    color: rgba(19, 19, 19, 0.4);
  }

  .video-frame video {
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #131313;
    border-radius: 0 0 15px 15px;
    display: block;
    box-shadow: 0px 9px 20px 11px rgba(19, 19, 19, 0.22)
  }

  .video-caption {
    text-align: center;
    margin-top: 14px;
    font-family: var(--font-mono);
    font-size: 12px;
    color: rgba(19, 19, 19, 0.45);
    letter-spacing: 0.03em;
  }

.square-btn {
    display: inline-block;
    position: relative;
    min-width: 34px;
    height: 34px;
    border: 1px solid #131313;
    margin-left: auto;
    -webkit-transition: background-color .25s linear;
    transition: background-color .25s linear;
}

.bg-beige-gradient {
  position: relative;
  background:
    radial-gradient(circle at 20% 20%, #F3F3DF 0%, transparent 50%),
    radial-gradient(circle at 80% 30%, #e4e4d1 0%, transparent 55%),
    radial-gradient(circle at 30% 80%, #D6D6BD 0%, transparent 50%),
    radial-gradient(circle at 75% 75%, #CACABB 0%, transparent 55%),
    linear-gradient(135deg, #F3F3DF 0%, #e4e4d1 40%, #D6D6BD 70%, #CACABB 100%);
  isolation: isolate;
}

.bg-beige-gradient::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.35;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}
.mb-n200 {
    margin-bottom: -200px;
}

.max-width-1000 {
    max-width : 1000px;
}

::selection {
  background: #DBFF83;
  color: #131313;
}

::-moz-selection {
  background: #DBFF83;
  color: #131313;
}

.font-bold {
    font-weight: bold;
}

.font-bolder {
    font-weight: bolder;
}

.sf-grid-resources-hub .searchandfilter > ul, 
.sf-grid-blog .searchandfilter > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sf-grid-resources-hub .searchandfilter > ul > li, 
.sf-grid-blog .searchandfilter > ul > li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  margin: 0 0 35px 0 !important;
  padding: 0;
  width: auto;
  float: none;
  list-style: none;
}

.sf-grid-resources-hub .searchandfilter > ul > li > h4, 
.sf-grid-resources-hub .searchandfilter > ul > li > .sf-field-taxonomy-label, 
.sf-grid-blog .searchandfilter > ul > li > h4, 
.sf-grid-blog .searchandfilter > ul > li > .sf-field-taxonomy-label {
  font-family: RobotoMono, sans-serif;
  font-size: 13px;
  line-height: 44px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 400;
  margin: 0 16px 0 0;
  padding: 0;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 20px !important;
}

.sf-grid-resources-hub .searchandfilter > ul > li > ul, 
.sf-grid-blog .searchandfilter > ul > li > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  width: auto;
  list-style: none;
}

.sf-grid-resources-hub .searchandfilter > ul > li > ul > li, 
.sf-grid-blog .searchandfilter > ul > li > ul > li {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: auto;
  float: none;
  list-style: none;
}

.sf-grid-resources-hub .searchandfilter input[type="checkbox"], 
.sf-grid-resources-hub .searchandfilter input[type="radio"], 
.sf-grid-blog .searchandfilter input[type="checkbox"], 
.sf-grid-blog .searchandfilter input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.sf-grid-resources-hub .searchandfilter > ul > li > ul > li label, 
.sf-grid-blog .searchandfilter > ul > li > ul > li label {
  display: inline-block;
  box-sizing: border-box;
  padding: 8px 15px 8px 15px;
  margin-right: 10px;
  font-family: RobotoMono, sans-serif;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  position: relative;
  z-index: 3;
  border: 1px solid #131313;
  border-radius: 50px;
  background-color: #fff0;
  cursor: pointer;
  transition: background .15s ease, border-color .15s ease;
}

.sf-grid-resources-hub .searchandfilter > ul > li > ul > li label:hover, 
.sf-grid-resources-hub .searchandfilter > ul > li > ul > li input:checked + label, 
.sf-grid-blog .searchandfilter > ul > li > ul > li label:hover, 
.sf-grid-blog .searchandfilter > ul > li > ul > li input:checked + label {
  border-color: #c5da91;
  background: #dbff83;
}

.sf-grid-resources-hub .searchandfilter > ul > li > ul > li label:has(input:checked), 
.sf-grid-blog .searchandfilter > ul > li > ul > li label:has(input:checked) {
  border-color: #c5da91;
  background: #dbff83;
}

.sf-grid-resources-hub .searchandfilter .sf-field-submit, 
.sf-grid-resources-hub .searchandfilter .sf-field-reset, 
.sf-grid-blog .searchandfilter .sf-field-submit, 
.sf-grid-blog .searchandfilter .sf-field-reset {
  display: flex;
  align-items: center;
}

.sf-grid-resources-hub .searchandfilter .sf-field-submit input[type="submit"], 
.sf-grid-resources-hub .searchandfilter .sf-field-reset a, 
.sf-grid-blog .searchandfilter .sf-field-submit input[type="submit"], 
.sf-grid-blog .searchandfilter .sf-field-reset a {
  box-sizing: border-box;
  padding: 8px 15px 8px 15px;
  margin-right: 10px;
  font-family: RobotoMono, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  border: 1px solid #131313;
  border-radius: 50px;
  background-color: #fff0;
  color: inherit;
  cursor: pointer;
  transition: background .15s ease, border-color .15s ease;
}

.sf-grid-resources-hub .searchandfilter .sf-field-submit input[type="submit"]:hover, 
.sf-grid-resources-hub .searchandfilter .sf-field-reset a:hover, 
.sf-grid-blog .searchandfilter .sf-field-submit input[type="submit"]:hover, 
.sf-grid-blog .searchandfilter .sf-field-reset a:hover {
  border-color: #c5da91;
  background: #dbff83;
}


@media (max-width: 782px) {
  .sf-grid-resources-hub .searchandfilter > ul, 
  .sf-grid-blog .searchandfilter > ul {
    flex-direction: column;
    gap: 16px;
  }
  .sf-grid-resources-hub .searchandfilter > ul > li, 
  .sf-grid-blog .searchandfilter > ul > li {
    align-items: flex-start;
    flex-direction: column;
  }
  .sf-grid-resources-hub .searchandfilter > ul > li > h4,
  .sf-grid-resources-hub .searchandfilter > ul > li > .sf-field-taxonomy-label, 
  .sf-grid-blog .searchandfilter > ul > li > h4, 
  .sf-grid-blog .searchandfilter > ul > li > .sf-field-taxonomy-label {
    line-height: 1.4;
    margin: 0 0 8px 0;
  }
  .sf-grid-resources-hub .searchandfilter > ul > li > ul > li label, 
  .sf-grid-blog .searchandfilter > ul > li > ul > li label {
    margin-right: 12px;
    margin-bottom: 20px !important;
  }
}

.accordion-chevron {
  transition: transform 0.2s ease;
  flex-shrink: 0;
}
.accordion-tabs-item.active .accordion-chevron {
  transform: rotate(180deg);
}

.accordion-tabs-item:hover, .accordion-tabs-item:active, .accordion-tabs-item.active {
    border: var(--neon) solid 2px;
}

.accordion-tabs-item-expanded {
	display: grid;
	grid-template-rows: 0fr;
	overflow: hidden;
	transition: grid-template-rows 0.35s ease;
}
.accordion-tabs-item-expanded > div {
	min-height: 0;
}
.accordion-tabs-item.active .accordion-tabs-item-expanded {
	grid-template-rows: 1fr;
}
.accordion-tabs-item.active .accordion-chevron {
	transform: rotate(180deg);
}
.accordion-image-item {
	transition: opacity 0.2s ease;
}

.accordion-image-sticky {
	position: sticky;
	top: 100px;
}



@media (min-width: 768px) {
  .h-lg-60vh {
    height: 60vh;
}
}

#accordion-tabs-item-headline > svg:first-child {
	width: 64px;
	height: 64px;
	flex-shrink: 0;
}
.accordion-tabs-item-expanded .d-flex > svg:first-child {
	width: 32px;
	height: 32px;
	flex-shrink: 0;
}

#accordion-tabs-item-headline svg:first-child {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
}

.top-115 {
    top:115px;
}

.text-transform-none {
    text-transform: none !important;
}


.counter-increment-n {
counter-increment: n;
}

.faq-summary { list-style: none; cursor: pointer; }
.faq-summary::-webkit-details-marker { display: none; }
.faq-summary::before {
  content: "";
  flex: 0 0 auto;
  width: .5rem;
  height: .5rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  transition: transform .2s;
}
details[open] .faq-summary::before { transform: rotate(45deg); }

.seo-page-grid { display: grid; grid-template-columns: 250px 1fr; }

#seo-toc-block a { text-decoration: none; }

.seo-toc-block { display: block; }

.seo-toc-list {
  max-height: 340px;
  overflow-y: auto;
  padding-right: 6px;
  scrollbar-width: thin;
}
.seo-toc-list::-webkit-scrollbar {
  width: 4px;
}
.seo-toc-list::-webkit-scrollbar-thumb {
  background: #CACABC;
  border-radius: 4px;
}

@media (max-width: 991px) {
    .seo-toc-block { display: none; }
  .seo-page-grid { grid-template-columns: 1fr; }
  .seo-page-child aside, .seo-page-parent aside { position: static !important; }
  .seo-outro-grid { grid-template-columns: 1fr !important;}
  .seo-table thead { display: none; }
  .seo-table, .seo-table tbody, .seo-table tr, .seo-table td { display: block; width: 100%; }
  .seo-table tr { border-bottom: 1px solid #E4E4D1; padding: 12px 0; }
  .seo-table td { border: none; padding: 4px 0; }
}

.seo-page-child aside a:hover, .seo-page-parent aside a:hover {
    font-weight:bold !important
}

.step-badge {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #131313;
  color: #DBFF83;
  font-family: 'Roboto Mono', monospace;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.seo-outro-grid {display: grid; grid-template-columns: 1fr 1fr;}

.text-decoration-none, .text-decoration-none:hover, .text-decoration-none:active {
    text-decoration: none !important;
}

.seo-outro-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 20px;
  border: 1px solid #E4E4D1;
  border-radius: 14px;
  background: #FFFFF3;
  font-size: 13px;
  line-height: 1.5;
  color: #131313;
  font-weight:600;
  text-decoration: none !important;
  transition: background .18s ease, border-color .18s ease;
}

.seo-outro-btn:hover,
.seo-outro-btn:focus-visible {
  background: #ffffff;
  border-color: #636363;
  color: #131313;
}

.seo-outro-btn::after {
  content: "\2192";
  flex-shrink: 0;
  color: #B3441F;
  transition: transform .18s ease;
}

.seo-outro-btn:hover::after {
  transform: translateX(3px);
}

.cards-grid {
    display: grid;
    width: 100%;
    gap: 20px;
}

.cards-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cards-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cards-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 991px) {
    .cards-3 {
        grid-template-columns: 1fr;
    }

    .cards-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .cards-2,
    .cards-3,
    .cards-4 {
        grid-template-columns: 1fr;
    }
}

.hero-crq {
  --hero-fade-to: #E4E4D1;
}

.hero-visual {
  z-index: 2;
}

.hero-curves {
  position: absolute;
  left: 50%;
  top: -12%;
  transform: translateX(-50%);
  width: 130vw;
  max-width: none;
  height: 125%;
  z-index: 0;
  pointer-events: none;
}

.hero-visual-img {
  z-index: 1;
}

.hero-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 220px;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(228, 228, 209, 0) 0%, rgba(228, 228, 209, 0.65) 55%, var(--hero-fade-to) 100%);
}

@media (max-width: 991.98px) {
  .hero-curves {
    top: -6%;
    height: 110%;
    opacity: 0.5;
  }
  .hero-fade {
    height: 140px;
  }
}

.cnav {
    position: relative;
    z-index: 1040;
    padding: 20px 0;
}
 
.cnav-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
 
.cnav-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: transform 300ms ease-in-out;
    will-change: transform;
}
 
.cnav-fixed.cnav-hidden {
    transform: translateY(calc(-100% - 20px));
}
 
.cnav-fixed.is-open.cnav-hidden {
    transform: none;
}
 
@media (prefers-reduced-motion: reduce) {
    .cnav-fixed {
        transition: none;
    }
}
 
.cnav-band {
    background: linear-gradient(100deg, var(--neon) 0%, var(--lime) 30%, var(--blue) 100%);
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
 
 
/* --- Barre --------------------------------------------------------------- */
 
.cnav-bar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    max-width: 1150px;
    margin: 0 20px;
    padding: 8px 8px 8px 18px;
    border-radius: 99px;
    font-family: var(--font-mono);
    background: var(--paper);
    -webkit-backdrop-filter: blur(20px) saturate(140%);
    backdrop-filter: blur(20px) saturate(140%);
    box-shadow: 0 0 2px 0.5px rgba(7, 1, 13, 0.24), 0 4px 18px rgba(7, 1, 13, 0.24);
}
 
@media (min-width: 1190px) {
    .cnav-bar {
        margin: 0 auto;
    }
}
 
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
    .cnav-bar {
        background: var(--paper);
    }
}
 
.cnav-scrolled .cnav-bar {
    background: var(--mid);
    box-shadow: 0 0 2px 0.5px rgba(7, 1, 13, 0.2), 0 14px 34px -20px rgba(7, 1, 13, 0.45);
}
 
 
/* --- Marque -------------------------------------------------------------- */
 
.cnav-brand {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    color: var(--cyber);
}
 
.cnav-logo {
    display: block;
    width: auto;
    height: 20px;
}
 
 
/* --- Liens de niveau 0 --------------------------------------------------- */
 
.cnav-links {
    display: flex;
    align-self: stretch;
    align-items: stretch;
    gap: 28px;
    white-space: nowrap;
}
 
.cnav-item {
    display: flex;
    align-items: center;
}
 
.cnav-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: var(--cyber);
    transition: color 200ms ease-in-out;
}
 
.cnav-item:hover > .cnav-link,
.cnav-item:focus-within > .cnav-link,
.cnav-link:hover {
    color: var(--peach-coral);
}
 
.cnav-caret {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid currentColor;
    transition: transform 200ms ease-in-out;
}
 
.cnav-item:hover .cnav-caret,
.cnav-item:focus-within .cnav-caret {
    transform: rotate(180deg);
}
 
 
/* --- Actions (langue + CTA) ---------------------------------------------- */
 
.cnav-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}
 
.cnav-lang {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    white-space: nowrap;
    color: var(--warm-grey);
}
 
.cnav-lang a {
    color: var(--grey);
    transition: color 200ms ease-in-out;
}
 
.cnav-lang a:hover,
.cnav-lang a.is-active {
    color: var(--cyber);
}
 
.cnav-cta {
    padding: 10px 18px;
    border-radius: 99px;
    font-size: 13px;
    white-space: nowrap;
    color: var(--paper);
    background-color: var(--cyber);
    transition: background-color 200ms ease-in-out;
}
 
.cnav-cta:hover {
    color: var(--paper);
    background-color: var(--peach-coral);
}
 
 
/* --- Panneaux ------------------------------------------------------------ */
 
.cnav-panel {
    position: absolute;
    left: 50%;
    top: calc(100% - 12px);
    transform: translateX(-50%);
    padding-top: 26px;
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 180ms ease-in-out, visibility 180ms ease-in-out;
}
 
.cnav-item:hover > .cnav-panel,
.cnav-item:focus-within > .cnav-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
 
.cnav-panel-inner {
    display: grid;
    gap: 22px;
    padding: 26px;
    background-color: var(--paper);
    box-shadow: 0 0 2px 0.5px rgba(7, 1, 13, 0.16), 0 30px 70px -30px rgba(7, 1, 13, 0.45);
}
 
.cnav-panel-l {
    width: 1120px;
    max-width: 94vw;
}
 
.cnav-panel-m {
    width: 980px;
    max-width: 92vw;
}
 
.cnav-panel-s {
    width: 960px;
    max-width: 92vw;
}
 
.cnav-grid-4 {
    grid-template-columns: repeat(4, 1fr);
}
 
.cnav-grid-aside {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 26px;
}
 
.cnav-grid-split {
    grid-template-columns: 1fr 1fr;
    gap: 26px;
}
 
.cnav-grid-3 {
    grid-template-columns: 1.1fr 0.7fr 0.9fr;
    gap: 26px;
}
 
 
/* --- Colonnes ------------------------------------------------------------ */
 
.cnav-col {
    white-space: normal;
}
 
.cnav-col-head {
    display: flex;
    align-items: center;
    gap: 12px;
}
 
.cnav-col-title {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
}
 
.cnav-eyebrow {
    font-size: 11px;
    letter-spacing: 0.16em;
}
 
.cnav-aside {
    padding-left: 26px;
    border-left: 1px solid var(--beige);
}
 
.cnav-aside-split {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
 
 
/* --- Listes de liens ----------------------------------------------------- */
 
.cnav-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 14px;
    white-space: normal;
}
 
.cnav-list-link {
    padding: 8px 10px;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.4;
    color: var(--cyber);
}
 
 
/* --- Cartes produit / ressource ------------------------------------------ */
 
.cnav-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 14px;
}
 
.cnav-cards-stack {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 14px;
}
 
.cnav-card {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 14px;
    color: var(--cyber);
}
 
.cnav-card-center {
    align-items: center;
    padding: 12px;
}
 
.cnav-card-body {
    display: block;
    white-space: normal;
}
 
.cnav-card-title {
    display: block;
    font-size: 14px;
    font-weight: 700;
}
 
.cnav-card-desc {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
    color: var(--grey);
}
 
 
/* --- Promos -------------------------------------------------------------- */
 
.cnav-promos {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 14px;
}
 
.cnav-promo {
    display: block;
    margin-top: 18px;
    padding: 16px;
    white-space: normal;
    color: var(--cyber);
}
 
.cnav-promos .cnav-promo {
    margin-top: 0;
}
 
.cnav-promo-label {
    display: block;
    font-size: 11px;
    letter-spacing: 0.14em;
}
 
.cnav-promo-title {
    display: block;
    margin-top: 6px;
    font-size: 20px;
    line-height: 1.25;
}
 
 
/* --- Carte démo à la demande --------------------------------------------- */
 
.cnav-demo {
    display: block;
    margin-top: 14px;
    padding: 16px;
    white-space: normal;
    color: var(--paper);
}
 
.cnav-demo-label {
    display: block;
    font-size: 11px;
    letter-spacing: 0.14em;
}
 
.cnav-demo-title {
    display: block;
    margin-top: 6px;
    font-size: 19px;
    line-height: 1.25;
    color: var(--paper);
}
 
.cnav-demo-thumb {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 14px;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: top left;
}
 
.cnav-demo-btn {
    display: block;
    margin-top: 14px;
    padding: 11px 16px;
    text-align: center;
    font-size: 13px;
    color: var(--cyber);
    background-color: var(--neon);
    transition: background-color 200ms ease-in-out;
}
 
.cnav-demo:hover .cnav-demo-btn {
    background-color: var(--paper);
}
 
 
/* --- Pastilles d'icônes -------------------------------------------------- */
 
.cnav-icon {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}
 
.cnav-icon-lg {
    width: 42px;
    height: 42px;
}
 
.cnav-icon svg {
    width: 18px;
    height: 18px;
    color: var(--cyber);
}
 
.cnav-icon-lg svg {
    width: 20px;
    height: 20px;
}
 
/* --- Glyphes CSS (fallback) ---------------------------------------------- */
 
.cnav-glyph-ring {
    width: 16px;
    height: 16px;
    border-radius: 99px;
    border: 3px solid var(--cyber);
}
 
.cnav-glyph-diamond {
    width: 14px;
    height: 14px;
    background-color: var(--cyber);
    transform: rotate(45deg);
}
 
.cnav-glyph-square {
    width: 15px;
    height: 15px;
    border-radius: 4px;
    background-color: var(--cyber);
}
 
.cnav-glyph-frame {
    width: 15px;
    height: 15px;
    border-radius: 3px;
    border: 3px solid var(--cyber);
}
 
.cnav-glyph-play {
    width: 0;
    height: 0;
    border-left: 12px solid var(--cyber);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}
 
.cnav-glyph-lines {
    width: 16px;
    height: 3px;
    border-radius: 2px;
    background-color: var(--cyber);
    box-shadow: 0 5px 0 var(--cyber), 0 -5px 0 var(--cyber);
}
 
.cnav-glyph-bars {
    display: flex;
    align-items: flex-end;
    gap: 3px;
    height: 16px;
}
 
.cnav-glyph-bars i {
    display: block;
    width: 4px;
    border-radius: 2px;
    background-color: var(--cyber);
}
 
.cnav-glyph-bars i:nth-child(1) { height: 10px; }
.cnav-glyph-bars i:nth-child(2) { height: 16px; }
.cnav-glyph-bars i:nth-child(3) { height: 7px; }
 
 
/* --- Burger -------------------------------------------------------------- */
 
.cnav-toggle {
    display: none;
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    border-radius: 99px;
    background-color: transparent;
    align-items: center;
    justify-content: center;
}
 
.cnav-toggle span {
    position: relative;
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background-color: var(--cyber);
    transition: background-color 200ms ease-in-out;
}
 
.cnav-toggle span::before,
.cnav-toggle span::after {
    content: "";
    position: absolute;
    left: 0;
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background-color: var(--cyber);
    transition: transform 200ms ease-in-out;
}
 
.cnav-toggle span::before { top: -6px; }
.cnav-toggle span::after  { top: 6px; }
 
.cnav.is-open .cnav-toggle span {
    background-color: transparent;
}
 
.cnav.is-open .cnav-toggle span::before {
    transform: translateY(6px) rotate(45deg);
}
 
.cnav.is-open .cnav-toggle span::after {
    transform: translateY(-6px) rotate(-45deg);
}
 
 
/* --- Mobile -------------------------------------------------------------- */
 
@media (max-width: 991px) {
 
    .cnav {
        padding: 12px;
    }
 
    .cnav-bar {
        padding: 10px 10px 10px 18px;
        gap: 12px;
        margin: 0;
    }
 
    .cnav-toggle {
        display: flex;
        order: 3;
    }
 
    .cnav-actions {
        order: 2;
        margin-left: auto;
    }
 
    .cnav-lang {
        display: none;
    }
 
    .cnav-cta {
        padding: 9px 16px;
        font-size: 12px;
    }
 
    .cnav-logo {
        height: 20px;
    }
 
    .cnav-links {
        position: absolute;
        left: 0;
        right: 0;
        top: calc(100% + 10px);
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        max-height: calc(100vh - 140px);
        overflow-y: auto;
        padding: 12px;
        border-radius: 24px;
        white-space: normal;
        background-color: var(--paper);
        box-shadow: 0 0 2px 0.5px rgba(7, 1, 13, 0.16), 0 30px 70px -30px rgba(7, 1, 13, 0.45);
    }
 
    .cnav.is-open .cnav-links {
        display: flex;
    }
 
    .cnav-item {
        display: block;
        border-bottom: 1px solid var(--beige);
    }
 
    .cnav-links > .cnav-item:last-child {
        border-bottom: none;
    }
 
    .cnav-item > .cnav-link {
        justify-content: space-between;
        width: 100%;
        padding: 14px 10px;
        font-size: 15px;
    }
 
    .cnav-panel {
        position: static;
        transform: none;
        width: auto;
        max-width: none;
        padding-top: 0;
        display: none;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
 
    .cnav-item.is-open > .cnav-panel {
        display: block;
    }
 
    .cnav-item:hover > .cnav-panel,
    .cnav-item:focus-within > .cnav-panel {
        opacity: 1;
        visibility: visible;
    }
 
    .cnav-item:not(.is-open):hover > .cnav-panel,
    .cnav-item:not(.is-open):focus-within > .cnav-panel {
        display: none;
    }
 
    .cnav-panel-inner {
        display: block;
        padding: 0 10px 16px;
        border-radius: 0;
        box-shadow: none;
    }
 
    .cnav-col + .cnav-col {
        margin-top: 22px;
    }
 
    .cnav-cards {
        grid-template-columns: 1fr;
    }
 
    .cnav-demo-thumb {
        aspect-ratio: 16 / 7;
    }
 
    .cnav-aside {
        margin-top: 22px;
        padding-left: 0;
        padding-top: 22px;
        border-left: none;
        border-top: 1px solid var(--beige);
    }
}

.br-99 {
    border-radius: 99px;
}

@media (min-width: 992px) {
    .position-lg-sticky {
        position: sticky;
    }
    .h-lg-80vh {
        height: 80vh;
    }
    .bx-sticky {
        top: 100px;
    }
    .bx-wrap {
        min-height: 200vh;
    }
    .persona-wrap {
        height: 180vh;
    }
}

.bx-toggle {
    border: 1px solid rgba(255, 255, 243, 0.18);
}

.bx-toggle-btn {
    font-size: 13px;
}

.bx-toggle-btn.is-active {
    background: var(--neon) !important;
    color: var(--cyber) !important;
}

.bx-stage {
    min-height: clamp(200px, 26vh, 320px);
    perspective: 1150px;
}

.bx-stack {
    --k: 0;
    transform-style: preserve-3d;
    transform: translateY(22px) rotateX(56deg) rotateZ(-32deg);
}

.bx-question {
    font-size: 54px;
    color: #34382c;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s linear;
}

.bx-plate {
    --i: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    width: min(72%, 300px);
    height: 44%;
    border-radius: 9px;
    transform: translate(-50%, -50%) translateZ(calc(var(--i) * 2px + var(--k, 0) * var(--i) * 27px));
    background: linear-gradient(135deg, rgba(219, 255, 131, 0.12), rgba(219, 255, 131, 0.02));
    border: 1px solid rgba(219, 255, 131, 0.46);
    box-shadow: inset 0 1px 0 rgba(219, 255, 131, 0.4), 0 22px 34px -22px rgba(0, 0, 0, 0.85);
    transition: background 0.35s linear, border-color 0.35s linear, box-shadow 0.35s linear;
}

.bx-plate[data-bx-layer="1"] { --i: 1; }
.bx-plate[data-bx-layer="2"] { --i: 2; }
.bx-plate[data-bx-layer="3"] { --i: 3; }
.bx-plate[data-bx-layer="4"] { --i: 4; }
.bx-plate[data-bx-layer="5"] { --i: 5; }

.bx-plate.is-hot {
    background: linear-gradient(135deg, rgba(219, 255, 131, 0.5), rgba(219, 255, 131, 0.16));
    border-color: var(--neon);
    box-shadow: inset 0 1px 0 rgba(219, 255, 131, 0.6), 0 22px 34px -18px rgba(0, 0, 0, 0.9);
}

.bx-plate-top,
.bx-plate-top.is-hot {
    background: linear-gradient(135deg, rgba(219, 255, 131, 0.95), rgba(197, 218, 145, 0.75));
    border-color: var(--neon);
    box-shadow: inset 0 1px 0 rgba(255, 255, 243, 0.5), 0 22px 34px -20px rgba(0, 0, 0, 0.85);
}

.bx-plate-label {
    top: 9px;
    left: 13px;
    font-size: 9px;
    color: rgba(219, 255, 131, 0.75);
}

.bx-plate-top .bx-plate-label {
    color: rgba(19, 19, 19, 0.55);
}

.bx-motif {
    width: 64%;
    height: 46%;
    opacity: 0.9;
    transition: opacity 0.4s linear;
}

.bx-motif i {
    display: block;
}

.bx-motif-scatter i {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(219, 255, 131, 0.75);
    transform: translate(-50%, -50%);
}

.bx-motif-scatter i:nth-child(1) { left: 8%; top: 32%; }
.bx-motif-scatter i:nth-child(2) { left: 28%; top: 66%; }
.bx-motif-scatter i:nth-child(3) { left: 50%; top: 22%; }
.bx-motif-scatter i:nth-child(4) { left: 70%; top: 58%; }
.bx-motif-scatter i:nth-child(5) { left: 88%; top: 40%; }
.bx-motif-scatter i:nth-child(6) { left: 44%; top: 82%; }

.bx-motif-outline i {
    flex: 1 1 0;
    height: 58%;
    border: 1px solid rgba(219, 255, 131, 0.7);
    border-radius: 2px;
}

.bx-motif-bars i {
    flex: 1 1 0;
    background: rgba(219, 255, 131, 0.7);
    border-radius: 1px;
}

.bx-motif-bars i:nth-child(1) { height: 42%; }
.bx-motif-bars i:nth-child(2) { height: 72%; }
.bx-motif-bars i:nth-child(3) { height: 54%; }
.bx-motif-bars i:nth-child(4) { height: 90%; }
.bx-motif-bars i:nth-child(5) { height: 64%; }

.bx-motif-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    place-items: center;
}

.bx-motif-grid i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(219, 255, 131, 0.6);
}

.bx-motif-solid i {
    width: 72%;
    height: 8px;
    border-radius: 2px;
    background: var(--cyber);
}

.bx-panel.is-black .bx-plate {
    background: #0d0e0b;
    border-color: #1b1d16;
    box-shadow: 0 18px 26px -20px rgba(0, 0, 0, 0.95);
}

.bx-panel.is-black .bx-plate-top {
    background: #060705;
    border-color: #23261d;
}

.bx-panel.is-black .bx-motif {
    opacity: 0;
}

.bx-panel.is-black .bx-question {
    opacity: 1;
}

.bx-progress-track {
    height: 2px;
    background: rgba(255, 255, 243, 0.16);
}

.bx-progress-fill {
    width: 0;
    background: linear-gradient(90deg, var(--darklime), var(--neon));
}

.bx-legend-item {
    border-top: 1px solid rgba(255, 255, 243, 0.1);
    opacity: 0.55;
    transition: background-color 0.3s linear, opacity 0.3s linear;
}

.bx-legend-item:first-child {
    border-top-color: transparent;
}

.bx-legend-item.is-active {
    opacity: 1;
    border-top-color: transparent;
    background: rgba(219, 255, 131, 0.07);
    box-shadow: inset 0 0 0 1px rgba(219, 255, 131, 0.16);
}

.bx-legend-dot {
    width: 10px;
    height: 10px;
    margin-top: 6px;
    border-radius: 3px;
    background: rgba(219, 255, 131, 0.35);
    transition: background-color 0.2s linear, transform 0.2s linear;
}

.bx-legend-item.is-active .bx-legend-dot {
    background: var(--neon) !important;
    transform: scale(1.15);
}

.depths-tab {
    font-size: 14px;
}

.depths-tab:hover {
    background: var(--lime);
}

.depths-tab.is-active {
    background: var(--cyber) !important;
    color: var(--paper) !important;
}

.depths-tab.is-active .depths-tab-index {
    color: rgba(255, 255, 243, 0.5);
}

.depths-chart {
    height: 130px;
}

.depths-rule {
    height: 3px;
}

.depths-layer {
    color: var(--warm-grey);
}

.depths-layer.is-on {
    color: #4cb700;
}

.depths-layer.is-on .depths-layer-text {
    color: var(--cyber);
}

.persona-viewport {
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.persona-track {
    width: max-content;
    padding-left: calc(50% - clamp(160px, 15vw, 230px));
    padding-right: calc(50% - clamp(160px, 15vw, 230px));
    will-change: transform;
}

.persona-card {
    flex: 0 0 clamp(320px, 30vw, 460px);
    transition: transform 0.45s cubic-bezier(0.2, 0.7, 0.2, 1), border-color 0.2s linear, opacity 0.45s linear;
}

.persona-card.is-active {
    border: var(--neon) solid 2px;
}

.persona-icon {
    width: 38px;
    height: 38px;
}

@media (max-width: 991.98px) {
    .bx-stage {
        height: 260px;
    }
    .bx-toggle {
        overflow-x: auto;
    }
    .persona-viewport {
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
        -webkit-mask-image: none;
        mask-image: none;
    }
    .persona-track {
        padding-left: 20px;
        padding-right: 20px;
        transform: none !important;
    }
    .persona-card {
        opacity: 1 !important;
        transform: none !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bx-plate,
    .persona-card {
        transition: none;
    }
}