







/* 1a. Containers */




/* 1c. Typography */



 











/* responsive font sizing */

@media(min-width: 767px) and (max-width: 1000px){
  html {font-size:calc(18px * .9 );}
 body h1 {font-size:calc(60px * .8 );}
 body h2 {font-size:calc(45px * .8 );}
 body h3 {font-size:calc(24px * .8 );}
 body h4 {font-size:calc(30px * .8 );}
 body h5 {font-size:calc(24px * .8 );}
 body h6 {font-size:calc(16px * .8 );}
}

@media(max-width: 767px) {
  html {font-size:calc(18px * .8 );}
 body h1 {font-size:calc(60px * .6 );}
 body h2 {font-size:calc(45px * .6 );}
 body h3 {font-size:calc(24px * .6 );}
 body h4 {font-size:calc(30px * .6 );}
 body h5 {font-size:calc(24px * .6 );}
 body h6 {font-size:calc(16px * .6 );}
}

/* 1d. Buttons */





/* 1e. Forms */
















.content-wrapper {
  max-width: px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: px 20px;
}

.dnd-section > .row-fluid {
  max-width: px;
}





html {
  font-size: 18px;
}

body {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  background-color: var(--light-color);
}

body.dark {
  background-color: var(--dark-color);
}

/* Paragraphs */

p {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-weight: 300;
  line-height: 1.4;
}

/* Anchors */

a {
  color: #0072e3;
}

a:hover,
a:focus {
  color: #004abb;
}

a:active {
  color: #289aff;
}

/* Headings */

h1 {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #000000;
  font-size: 60px;
}

h2 {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #000000;
  font-size: 45px;
}

h3 {
  font-family: Lora, serif; font-style: italic; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 24px;
}

h4 {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #999999;
  font-size: 30px;
  position: relative;
}

h5 {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #27323F;
  font-size: 24px;
}

h6 {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #000000;
  font-size: 16px;
}

/* Blockquote */

blockquote {
  border-left-color: ;
}

.insight-lab-form--section ul:not(.inputs-list) {
  list-style: none;
  margin: 0 0 1em !important;
  padding: 0;
}
.insight-lab-form--section ul:not(.inputs-list)>li {
  padding-left: 1.5em;
  position: relative;
}
.insight-lab-form--section ul:not(.inputs-list)>li:before {
  color: var(--primary-color);
  content: "\f058";
  font-family: Font Awesome\ 5 Free;
  left: 0;
  position: absolute;
  top: 0;
}
[class$=-content] h4+ul>li+li,
.insight-lab-form--section ul>li+li {
  margin-top: 10px;
}
[class$=-content] h4+ul>li+li:before,
.insight-lab-form--section ul>li+li:before {
  top: 0;
}





button,
.button,
.hs-button {
  border: 1.5px solid ;
  border-radius: 50px;
  padding: 15px 50px;
}
div[class$=__cta] {
  margin-top: 10px;
}





form { background-color: #FFFFFF; }
form h2, form .form-title { color: #000000;font-size: 28px;font-family: 'Noto Sans', sans-serif; font-weight: 700;; }
form input { color: #000000;font-size: 18px;font-family: 'Noto Sans', sans-serif; background-color: #FFFFFF; border: 1px solid #D9D9D9;
 }
form label { ; }
form input::placeholder { color: #000000;font-size: 18px;font-family: 'Noto Sans', sans-serif;; }
form input { background-color: #ffffff; border: 1px solid #ffd400;
 }

form,
.submitted-message {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form help text */

form legend {
  color: ;
}

/* Form inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  color: #000000;font-size: 18px;font-family: 'Noto Sans', sans-serif; 
  background-color: #FFFFFF; 
  border: 1px solid #D9D9D9;

}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  background-color: #ffffff; 
  border: 1px solid #ffd400;

}

form input[type=text]:focus-visible,
form input[type=email]:focus-visible,
form input[type=password]:focus-visible,
form input[type=tel]:focus-visible,
form input[type=number]:focus-visible,
form input[type=file]:focus-visible,
form select:focus-visible,
form textarea:focus-visible {
  background-color: #ffffff; 
  border: 1px solid #ffd400;

}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #000000;font-size: 18px;font-family: 'Noto Sans', sans-serif;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #000000;font-size: 18px;font-family: 'Noto Sans', sans-serif;
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: ;
}

.fn-date-picker td .pika-button:hover {
  background-color:  !important;
}

.fn-date-picker td.is-today .pika-button {
  color: ;
}

/* Other */
form .hs-form-field.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display {
  display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}
form .hs-form-field.hs-fieldtype-booleancheckbox .hs-input {
  margin-top: 3px;
  appearance: none;
    border: 1px solid #696c7e;
    border-radius: 2px;
    display: grid;
    float: none;
    height: 16px;
    margin-right: 0;
    place-content: center;
    transform: translateY(-.075em);
    width: 16px !important;
}
form .hs-form-field.hs-fieldtype-booleancheckbox .hs-input:before {
  background-color: #000;
    box-shadow: inset 1em 1em var(--form-control-color);
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0, 43% 62%);
    content: "";
    height: 20px;
    margin-top: -5px;
    transform: scale(0);
    transform-origin: bottom left;
    transition: transform .12s ease-in-out;
    width: 20px;
}
form .hs-form-field.hs-fieldtype-booleancheckbox .hs-input:checked:before {
  transform: scale(1);
}
form .hs-form-field.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display {
  margin: 0;
}
form .hs-form-field.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox {
  margin: 0 0 20px;
}
form .hs-richtext, form .hs-richtext p {
  margin-bottom: 10px;
}
.hs-form .hs-richtext p {
  color: #696c7e;
  font-size: 13px;
  margin-bottom: 10px;
}
.hs-form .hs-form-field {
  margin-bottom: 15px;
}
.hs-form .hs-message {
  display: flex;
    flex-wrap: wrap;
}
.hs-form .hs-message .hs-field-desc {
  width: auto;
    font-size: 10px;
    line-height: 24px;
    margin-left: 10px;
    color: #696c7e;
}
.hs-form .hs-message .input {
  width: 100%;
}
.legal-consent-container .hs-form-booleancheckbox-display>span {
      margin-left: 15px !important;
    width: calc(100% - 35px);
}
form .legal-consent-container .hs-form-booleancheckbox-display>span p {
  margin-left: 0 !important;
  font-size: 13px;
}

form .grecaptcha-badge {
  margin: 0;
}

/* see _theme.css */





table {
  background-color: ;
  border-color: ;
}

th,
td {
  border-color: ;
  color: ;
}

thead th,
thead td {
  background-color: ;
  border-bottom-color: ;
  color: ;
}

tfoot td {
  background-color: ;
  color: ;
}

p span {
  line-height: 1.4;
}





.header {
  background-color: ;
}

body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: ;
  font-family: Noto Sans, sans-serif;
}

body .navigation-primary a:hover,
body .navigation-primary a:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: ;
}

body .navigation-primary a:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: ;
}

body .navigation-primary .submenu.level-1 > li > a.active-item:after {
  background-color: ;
}

body .submenu.level-2,
.header__language-switcher .lang_list_class {
  background-color: ;
  border-color: ;
}

body .submenu.level-2 > li:first-child:before {
  border-color: ;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: ;
}

body .submenu.level-2 .menu-item .menu-link:hover,
body .submenu.level-2 .menu-item .menu-link:focus,
.header__language-switcher .lang_list_class li:hover,
body .submenu.level-2 > li:first-child:hover:before,
body .submenu.level-2 > li:first-child.focus:before {
  background-color: ;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: ;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Noto Sans, sans-serif;
}

.header__language-switcher-label-current:after {
  border-top-color: ;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: ;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: ;
  }
}

@media screen and (max-width: 1050px) {
  #mobile_menu_dnd_area-module-3 .hs-menu-wrapper > ul li.hs-menu-depth-1.clicked > .hs-menu-children-wrapper {
    position: relative !important;
  }
}





.footer {
  background-color: ;
}

/* Footer Content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: ;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: px 0;
}

/* Blog listing */

.blog-index__post-title-link {
  color: #000000;
}

.blog-index__post-tag,
.blog-index__post-author-name {
  color: #000000;
}

/* Blog pagination */

.blog-pagination__link {
  color: #000000;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: ;
}

.blog-pagination__next-link svg,
.blog-pagination__prev-link svg {
  fill: #000000;
}

/* Blog post */

.blog-post__meta a {
  color: #000000;
}

.blog-post__tag-link {
  color: #000000;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #000000;
}

.blog-post__tag-link:active {
  color: #282828;
}

/* Blog related posts */

.blog-related-posts__title a {
  color: #000000;
}

/* Blog comments */

.blog-comments {
  margin-bottom: px;
}

#comments-listing .comment-reply-to {
  color: #0072e3;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #004abb;
}

#comments-listing .comment-reply-to:active {
  color: #289aff;
  
}

a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .hs-audio-player__duration {
    min-width: 40px;
    text-align: right;
  }
}





.error-page {}






/* Colors */






  
  
  
  
  


body {
  --primary-color: #FFD400;
  --secondary-color:  #FF66D4;
  --tertiary-color:  #BBDEEA;
  --light-color:  #C3CBD5;
  --dark-color:  #27323F;
}

body.light {
  --bg-color: #C3CBD5;
  --heading-color: #FFD400;
  --text-color: #BBDEEA;
  --link-color: #FFD400;
  --button-style: 'primary';
  --light-color: #C3CBD5;
  --dark-color: #27323F;
}
 
body.dark {
  --bg-color: #27323F;
  --heading-color: #C3CBD5;
  --text-color: #C3CBD5;
  --link-color: #FFD400;
  --button-style: 'primary';
  --light-color: #27323F;
  --dark-color: #C3CBD5;
  --tertiary-color:  #FF66D4;
  --secondary-color:  #BBDEEA;
}

body.dark .section--light, body.dark .section--light div[class$="__background"] {
  background-color: #27323F;
}

/*@media (prefers-color-scheme: dark) {
  :root {
    --bg-color: #27323F;
    --heading-color: #C3CBD5;
    --text-color: #C3CBD5;
    --link-color: #FFD400;
    --button-style: 'primary';
  }
}*/



.button, .hs-button, .cta_button {
  
  
  color: #FFFFFF;font-size: 16px;font-family: 'Noto Sans', sans-serif; font-weight: 700;
}






  
    
    
    form input[type='submit'] {
      background-color: #FFD400 !important;
      color: #000000;
      border-color: #FFD400;
    }
    form input[type='submit']:hover {
      background-color: #131920 !important;
      color: #ffd400;
      border-color: #ffD400;
    }
  


  
    
    
    
      .button.button--primary,
      .hs-button.button--primary,
      .cta_button.button--primary {
        
          color: #000000;
        
          background-color: #FFD400;
        
          border-color: #FFD400;
        
      }
      .button.button--primary_outline,
      .hs-button.button--primary_outline,
      .cta_button.button--primary_outline {
          background-color: transparent !important;
          
            
          
            
              color: #FFD400;
              border-color: #FFD400;
            
          
            
          
      }
    
  
    
    
    
      .button.button--primary:hover,
      .hs-button.button--primary:hover,
      .cta_button.button--primary:hover {
        
          color: #ffd400;
        
          background-color: #131920;
        
          border-color: #ffD400;
        
      }
      .button.button--primary_outline:hover,
      .hs-button.button--primary_outline:hover,
      .cta_button.button--primary_outline:hover {
        
          
          
            color: #ffd400;
          
        
          
          
        
          
            border-color: #ffD400;
            background-color: #ffD400 !important;
          
          
         
      }
    
  
    
    
    
      .button.button--secondary,
      .hs-button.button--secondary,
      .cta_button.button--secondary {
        
          color: #27323F;
        
          background-color: #FFD400;
        
          border-color: #FFD400;
        
      }
      .button.button--secondary_outline,
      .hs-button.button--secondary_outline,
      .cta_button.button--secondary_outline {
          background-color: transparent !important;
          
            
          
            
              color: #FFD400;
              border-color: #FFD400;
            
          
            
          
      }
    
  
    
    
    
      .button.button--secondary:hover,
      .hs-button.button--secondary:hover,
      .cta_button.button--secondary:hover {
        
          color: #FFFFFF;
        
          background-color: #ff66d4;
        
          border-color: #ff66d4;
        
      }
      .button.button--secondary_outline:hover,
      .hs-button.button--secondary_outline:hover,
      .cta_button.button--secondary_outline:hover {
        
          
          
            color: #FFFFFF;
          
        
          
          
        
          
            border-color: #ff66d4;
            background-color: #ff66d4 !important;
          
          
         
      }
    
  
    
    
    
      .button.button--tertiary,
      .hs-button.button--tertiary,
      .cta_button.button--tertiary {
        
          color: #131920;
        
          background-color: #FFD400;
        
          border-color: #FFFFFF;
        
      }
      .button.button--tertiary_outline,
      .hs-button.button--tertiary_outline,
      .cta_button.button--tertiary_outline {
          background-color: transparent !important;
          
            
          
            
              color: #FFD400;
              border-color: #FFD400;
            
          
            
          
      }
    
  
    
    
    
      .button.button--tertiary:hover,
      .hs-button.button--tertiary:hover,
      .cta_button.button--tertiary:hover {
        
          color: #C3CBD5;
        
          background-color: #FFD400;
        
          border-color: #FFD400;
        
      }
      .button.button--tertiary_outline:hover,
      .hs-button.button--tertiary_outline:hover,
      .cta_button.button--tertiary_outline:hover {
        
          
          
            color: #C3CBD5;
          
        
          
          
        
          
            border-color: #FFD400;
            background-color: #FFD400 !important;
          
          
         
      }
    
  
    
    
    
      .button.button--light,
      .hs-button.button--light,
      .cta_button.button--light {
        
          color: #27323F;
        
          background-color: #ffd400;
        
          border-color: #ffd400;
        
      }
      .button.button--light_outline,
      .hs-button.button--light_outline,
      .cta_button.button--light_outline {
          background-color: transparent !important;
          
            
          
            
              color: #ffd400;
              border-color: #ffd400;
            
          
            
          
      }
    
  
    
    
    
      .button.button--light:hover,
      .hs-button.button--light:hover,
      .cta_button.button--light:hover {
        
          color: #ffd400;
        
          background-color: #27323F;
        
          border-color: #ffd400;
        
      }
      .button.button--light_outline:hover,
      .hs-button.button--light_outline:hover,
      .cta_button.button--light_outline:hover {
        
          
          
            color: #ffd400;
          
        
          
          
        
          
            border-color: #ffd400;
            background-color: #ffd400 !important;
          
          
         
      }
    
  
    
    
    
      .button.button--dark,
      .hs-button.button--dark,
      .cta_button.button--dark {
        
          color: #C3CBD5;
        
          background-color: #27323F;
        
          border-color: #27323F;
        
      }
      .button.button--dark_outline,
      .hs-button.button--dark_outline,
      .cta_button.button--dark_outline {
          background-color: transparent !important;
          
            
          
            
              color: #27323F;
              border-color: #27323F;
            
          
            
          
      }
    
  
    
    
    
      .button.button--dark:hover,
      .hs-button.button--dark:hover,
      .cta_button.button--dark:hover {
        
          color: #27323F;
        
          background-color: #C3CBD5;
        
          border-color: #C3CBD5;
        
      }
      .button.button--dark_outline:hover,
      .hs-button.button--dark_outline:hover,
      .cta_button.button--dark_outline:hover {
        
          
          
            color: #27323F;
          
        
          
          
        
          
            border-color: #C3CBD5;
            background-color: #C3CBD5 !important;
          
          
         
      }
    
  




  
    .section--primary .scope__background, .section--primary { background-color: #27323F; }
    
    
    
    
    
  
    
    
    .section--primary h1, .section--primary h2, .section--primary h3, .section--primary h4, .section--primary h5 { color: #F8F6F6; }
    
    
    
  
    
    
    
    .section--primary p, .section--primary li, .section--primary p *, .section--primary div { color: #C3CBD5; }
    
    
  
    
    
    
    
    .section--primary a:not([class*="button"]) { color: #FF66D4; }
    
  
    
    .section--primary .scope__small-title { color: #ffd400; } 
    
    
    
    
  
    
    
    
    
    
    
      
  
    
    
    .section--primary .button.button--primary,
    .section--primary .hs-button.button--primary,
    .section--primary .cta_button.button--primary {
      background-color: #FFD400 !important;
      color: #000000;
      border-color: #FFD400;
    }
    .section--primary .button.button--primary:hover,
    .section--primary .hs-button.button--primary:hover,
    .section--primary .cta_button.button--primary:hover {
      background-color: #131920 !important;
      color: #ffd400;
      border-color: #ffD400;
    }
  

    
  
    
    
    
    
    
    
      
  
    
    
    .section--primary .button.button--secondary,
    .section--primary .hs-button.button--secondary,
    .section--primary .cta_button.button--secondary {
      background-color: #FFD400 !important;
      color: #27323F;
      border-color: #FFD400;
    }
    .section--primary .button.button--secondary:hover,
    .section--primary .hs-button.button--secondary:hover,
    .section--primary .cta_button.button--secondary:hover {
      background-color: #ff66d4 !important;
      color: #FFFFFF;
      border-color: #ff66d4;
    }
  

    
  

  
    .section--secondary .scope__background, .section--secondary { background-color: #FAFAFA; }
    
    
    
    
    
  
    
    
    .section--secondary h1, .section--secondary h2, .section--secondary h3, .section--secondary h4, .section--secondary h5 { color: #FFFFFF; }
    
    
    
  
    
    
    
    .section--secondary p, .section--secondary li, .section--secondary p *, .section--secondary div { color: #FFFFFF; }
    
    
  
    
    
    
    
    .section--secondary a:not([class*="button"]) { color: #0072e3; }
    
  
    
    .section--secondary .scope__small-title { color: #ffd400; } 
    
    
    
    
  
    
    
    
    
    
    
      
  
    
    
    .section--secondary .button.button--primary,
    .section--secondary .hs-button.button--primary,
    .section--secondary .cta_button.button--primary {
      background-color: #FFD400 !important;
      color: #000000;
      border-color: #FFD400;
    }
    .section--secondary .button.button--primary:hover,
    .section--secondary .hs-button.button--primary:hover,
    .section--secondary .cta_button.button--primary:hover {
      background-color: #131920 !important;
      color: #ffd400;
      border-color: #ffD400;
    }
  

    
  
    
    
    
    
    
    
      
  
    
    
    .section--secondary .button.button--secondary,
    .section--secondary .hs-button.button--secondary,
    .section--secondary .cta_button.button--secondary {
      background-color: #FFD400 !important;
      color: #27323F;
      border-color: #FFD400;
    }
    .section--secondary .button.button--secondary:hover,
    .section--secondary .hs-button.button--secondary:hover,
    .section--secondary .cta_button.button--secondary:hover {
      background-color: #ff66d4 !important;
      color: #FFFFFF;
      border-color: #ff66d4;
    }
  

    
  

  
    .section--tertiary .scope__background, .section--tertiary { background-color: #FFD400; }
    
    
    
    
    
  
    
    
    .section--tertiary h1, .section--tertiary h2, .section--tertiary h3, .section--tertiary h4, .section--tertiary h5 { color: #C3CBD5; }
    
    
    
  
    
    
    
    .section--tertiary p, .section--tertiary li, .section--tertiary p *, .section--tertiary div { color: #C3CBD5; }
    
    
  
    
    
    
    
    .section--tertiary a:not([class*="button"]) { color: #FF66D4; }
    
  
    
    .section--tertiary .scope__small-title { color: #27323F; } 
    
    
    
    
  
    
    
    
    
    
    
      
  
    
    
    .section--tertiary .button.button--primary,
    .section--tertiary .hs-button.button--primary,
    .section--tertiary .cta_button.button--primary {
      background-color: #FFD400 !important;
      color: #000000;
      border-color: #FFD400;
    }
    .section--tertiary .button.button--primary:hover,
    .section--tertiary .hs-button.button--primary:hover,
    .section--tertiary .cta_button.button--primary:hover {
      background-color: #131920 !important;
      color: #ffd400;
      border-color: #ffD400;
    }
  

    
  
    
    
    
    
    
    
      
  
    
    
    .section--tertiary .button.button--secondary,
    .section--tertiary .hs-button.button--secondary,
    .section--tertiary .cta_button.button--secondary {
      background-color: #FFD400 !important;
      color: #27323F;
      border-color: #FFD400;
    }
    .section--tertiary .button.button--secondary:hover,
    .section--tertiary .hs-button.button--secondary:hover,
    .section--tertiary .cta_button.button--secondary:hover {
      background-color: #ff66d4 !important;
      color: #FFFFFF;
      border-color: #ff66d4;
    }
  

    
  

  
    .section--light .scope__background, .section--light { background-color: #F5F5F5; }
    
    
    
    
    
  
    
    
    .section--light h1, .section--light h2, .section--light h3, .section--light h4, .section--light h5 { color: #27323F; }
    
    
    
  
    
    
    
    .section--light p, .section--light li, .section--light p *, .section--light div { color: #2A2F35; }
    
    
  
    
    
    
    
    .section--light a:not([class*="button"]) { color: #FFD400; }
    
  
    
    .section--light .scope__small-title { color: #FFD400; } 
    
    
    
    
  
    
    
    
    
    
    
      
  
    
    
    .section--light .button.button--primary,
    .section--light .hs-button.button--primary,
    .section--light .cta_button.button--primary {
      background-color: #FFD400 !important;
      color: #000000;
      border-color: #FFD400;
    }
    .section--light .button.button--primary:hover,
    .section--light .hs-button.button--primary:hover,
    .section--light .cta_button.button--primary:hover {
      background-color: #131920 !important;
      color: #ffd400;
      border-color: #ffD400;
    }
  

    
  
    
    
    
    
    
    
      
  
    
    
    .section--light .button.button--secondary,
    .section--light .hs-button.button--secondary,
    .section--light .cta_button.button--secondary {
      background-color: #FFD400 !important;
      color: #27323F;
      border-color: #FFD400;
    }
    .section--light .button.button--secondary:hover,
    .section--light .hs-button.button--secondary:hover,
    .section--light .cta_button.button--secondary:hover {
      background-color: #ff66d4 !important;
      color: #FFFFFF;
      border-color: #ff66d4;
    }
  

    
  

  
    .section--dark .scope__background, .section--dark { background-color: #27323F; }
    
    
    
    
    
  
    
    
    .section--dark h1, .section--dark h2, .section--dark h3, .section--dark h4, .section--dark h5 { color: #ffffff; }
    
    
    
  
    
    
    
    .section--dark p, .section--dark li, .section--dark p *, .section--dark div { color: #C3CBD5; }
    
    
  
    
    
    
    
    .section--dark a:not([class*="button"]) { color: #FFD400; }
    
  
    
    .section--dark .scope__small-title { color: #FFD400; } 
    
    
    
    
  
    
    
    
    
    
    
      
  
    
    
    .section--dark .button.button--primary,
    .section--dark .hs-button.button--primary,
    .section--dark .cta_button.button--primary {
      background-color: #FFD400 !important;
      color: #000000;
      border-color: #FFD400;
    }
    .section--dark .button.button--primary:hover,
    .section--dark .hs-button.button--primary:hover,
    .section--dark .cta_button.button--primary:hover {
      background-color: #131920 !important;
      color: #ffd400;
      border-color: #ffD400;
    }
  

    
  
    
    
    
    
    
    
      
  
    
    
    .section--dark .button.button--secondary,
    .section--dark .hs-button.button--secondary,
    .section--dark .cta_button.button--secondary {
      background-color: #FFD400 !important;
      color: #27323F;
      border-color: #FFD400;
    }
    .section--dark .button.button--secondary:hover,
    .section--dark .hs-button.button--secondary:hover,
    .section--dark .cta_button.button--secondary:hover {
      background-color: #ff66d4 !important;
      color: #FFFFFF;
      border-color: #ff66d4;
    }
  

    
  



  
    
      .blocks--primary:not(.blocks--hover--colorize) *[class$="__block"], 
      .blocks--primary div[class$="__block-front"]:before, 
      .blocks--primary:not(.blocks--hover) div[class$="__block-wrap"] > *, 
      .blocks--primary div[class$="__block-wrap"] { 
        background-color: #27323F; 
      }
    
    
    
    
    
  
    
    .blocks--primary h3 { color: #F8F6F6; } 
    
    
    
  
    
    
    .blocks--primary > * p, .blocks--primary > *, .blocks--primary > * span { color: #C3CBD5; }
    
    
  
    
    
    
    .blocks--primary a:not([class*="button"]) { color: #FF66D4; }
    
  
    
    
    
    
    
  
    
    
    
    
    
      
  
    
    
    .blocks--primary .button.button--primary,
    .blocks--primary .hs-button.button--primary,
    .blocks--primary .cta_button.button--primary {
      background-color: #FFD400 !important;
      color: #000000;
      border-color: #FFD400;
    }
    .blocks--primary .button.button--primary:hover,
    .blocks--primary .hs-button.button--primary:hover,
    .blocks--primary .cta_button.button--primary:hover {
      background-color: #131920 !important;
      color: #ffd400;
      border-color: #ffD400;
    }
  

    
  
    
    
    
    
    
      
  
    
    
    .blocks--primary .button.button--secondary,
    .blocks--primary .hs-button.button--secondary,
    .blocks--primary .cta_button.button--secondary {
      background-color: #FFD400 !important;
      color: #27323F;
      border-color: #FFD400;
    }
    .blocks--primary .button.button--secondary:hover,
    .blocks--primary .hs-button.button--secondary:hover,
    .blocks--primary .cta_button.button--secondary:hover {
      background-color: #ff66d4 !important;
      color: #FFFFFF;
      border-color: #ff66d4;
    }
  

    
  

  
    
      .blocks--secondary:not(.blocks--hover--colorize) *[class$="__block"], 
      .blocks--secondary div[class$="__block-front"]:before, 
      .blocks--secondary:not(.blocks--hover) div[class$="__block-wrap"] > *, 
      .blocks--secondary div[class$="__block-wrap"] { 
        background-color: #FAFAFA; 
      }
    
    
    
    
    
  
    
    .blocks--secondary h3 { color: #FFFFFF; } 
    
    
    
  
    
    
    .blocks--secondary > * p, .blocks--secondary > *, .blocks--secondary > * span { color: #FFFFFF; }
    
    
  
    
    
    
    .blocks--secondary a:not([class*="button"]) { color: #0072e3; }
    
  
    
    
    
    
    
  
    
    
    
    
    
      
  
    
    
    .blocks--secondary .button.button--primary,
    .blocks--secondary .hs-button.button--primary,
    .blocks--secondary .cta_button.button--primary {
      background-color: #FFD400 !important;
      color: #000000;
      border-color: #FFD400;
    }
    .blocks--secondary .button.button--primary:hover,
    .blocks--secondary .hs-button.button--primary:hover,
    .blocks--secondary .cta_button.button--primary:hover {
      background-color: #131920 !important;
      color: #ffd400;
      border-color: #ffD400;
    }
  

    
  
    
    
    
    
    
      
  
    
    
    .blocks--secondary .button.button--secondary,
    .blocks--secondary .hs-button.button--secondary,
    .blocks--secondary .cta_button.button--secondary {
      background-color: #FFD400 !important;
      color: #27323F;
      border-color: #FFD400;
    }
    .blocks--secondary .button.button--secondary:hover,
    .blocks--secondary .hs-button.button--secondary:hover,
    .blocks--secondary .cta_button.button--secondary:hover {
      background-color: #ff66d4 !important;
      color: #FFFFFF;
      border-color: #ff66d4;
    }
  

    
  

  
    
      .blocks--tertiary:not(.blocks--hover--colorize) *[class$="__block"], 
      .blocks--tertiary div[class$="__block-front"]:before, 
      .blocks--tertiary:not(.blocks--hover) div[class$="__block-wrap"] > *, 
      .blocks--tertiary div[class$="__block-wrap"] { 
        background-color: #FFD400; 
      }
    
    
    
    
    
  
    
    .blocks--tertiary h3 { color: #C3CBD5; } 
    
    
    
  
    
    
    .blocks--tertiary > * p, .blocks--tertiary > *, .blocks--tertiary > * span { color: #C3CBD5; }
    
    
  
    
    
    
    .blocks--tertiary a:not([class*="button"]) { color: #FF66D4; }
    
  
    
    
    
    
    
  
    
    
    
    
    
      
  
    
    
    .blocks--tertiary .button.button--primary,
    .blocks--tertiary .hs-button.button--primary,
    .blocks--tertiary .cta_button.button--primary {
      background-color: #FFD400 !important;
      color: #000000;
      border-color: #FFD400;
    }
    .blocks--tertiary .button.button--primary:hover,
    .blocks--tertiary .hs-button.button--primary:hover,
    .blocks--tertiary .cta_button.button--primary:hover {
      background-color: #131920 !important;
      color: #ffd400;
      border-color: #ffD400;
    }
  

    
  
    
    
    
    
    
      
  
    
    
    .blocks--tertiary .button.button--secondary,
    .blocks--tertiary .hs-button.button--secondary,
    .blocks--tertiary .cta_button.button--secondary {
      background-color: #FFD400 !important;
      color: #27323F;
      border-color: #FFD400;
    }
    .blocks--tertiary .button.button--secondary:hover,
    .blocks--tertiary .hs-button.button--secondary:hover,
    .blocks--tertiary .cta_button.button--secondary:hover {
      background-color: #ff66d4 !important;
      color: #FFFFFF;
      border-color: #ff66d4;
    }
  

    
  

  
    
      .blocks--light:not(.blocks--hover--colorize) *[class$="__block"], 
      .blocks--light div[class$="__block-front"]:before, 
      .blocks--light:not(.blocks--hover) div[class$="__block-wrap"] > *, 
      .blocks--light div[class$="__block-wrap"] { 
        background-color: #F5F5F5; 
      }
    
    
    
    
    
  
    
    .blocks--light h3 { color: #27323F; } 
    
    
    
  
    
    
    .blocks--light > * p, .blocks--light > *, .blocks--light > * span { color: #2A2F35; }
    
    
  
    
    
    
    .blocks--light a:not([class*="button"]) { color: #FFD400; }
    
  
    
    
    
    
    
  
    
    
    
    
    
      
  
    
    
    .blocks--light .button.button--primary,
    .blocks--light .hs-button.button--primary,
    .blocks--light .cta_button.button--primary {
      background-color: #FFD400 !important;
      color: #000000;
      border-color: #FFD400;
    }
    .blocks--light .button.button--primary:hover,
    .blocks--light .hs-button.button--primary:hover,
    .blocks--light .cta_button.button--primary:hover {
      background-color: #131920 !important;
      color: #ffd400;
      border-color: #ffD400;
    }
  

    
  
    
    
    
    
    
      
  
    
    
    .blocks--light .button.button--secondary,
    .blocks--light .hs-button.button--secondary,
    .blocks--light .cta_button.button--secondary {
      background-color: #FFD400 !important;
      color: #27323F;
      border-color: #FFD400;
    }
    .blocks--light .button.button--secondary:hover,
    .blocks--light .hs-button.button--secondary:hover,
    .blocks--light .cta_button.button--secondary:hover {
      background-color: #ff66d4 !important;
      color: #FFFFFF;
      border-color: #ff66d4;
    }
  

    
  

  
    
      .blocks--dark:not(.blocks--hover--colorize) *[class$="__block"], 
      .blocks--dark div[class$="__block-front"]:before, 
      .blocks--dark:not(.blocks--hover) div[class$="__block-wrap"] > *, 
      .blocks--dark div[class$="__block-wrap"] { 
        background-color: #27323F; 
      }
    
    
    
    
    
  
    
    .blocks--dark h3 { color: #ffffff; } 
    
    
    
  
    
    
    .blocks--dark > * p, .blocks--dark > *, .blocks--dark > * span { color: #C3CBD5; }
    
    
  
    
    
    
    .blocks--dark a:not([class*="button"]) { color: #FFD400; }
    
  
    
    
    
    
    
  
    
    
    
    
    
      
  
    
    
    .blocks--dark .button.button--primary,
    .blocks--dark .hs-button.button--primary,
    .blocks--dark .cta_button.button--primary {
      background-color: #FFD400 !important;
      color: #000000;
      border-color: #FFD400;
    }
    .blocks--dark .button.button--primary:hover,
    .blocks--dark .hs-button.button--primary:hover,
    .blocks--dark .cta_button.button--primary:hover {
      background-color: #131920 !important;
      color: #ffd400;
      border-color: #ffD400;
    }
  

    
  
    
    
    
    
    
      
  
    
    
    .blocks--dark .button.button--secondary,
    .blocks--dark .hs-button.button--secondary,
    .blocks--dark .cta_button.button--secondary {
      background-color: #FFD400 !important;
      color: #27323F;
      border-color: #FFD400;
    }
    .blocks--dark .button.button--secondary:hover,
    .blocks--dark .hs-button.button--secondary:hover,
    .blocks--dark .cta_button.button--secondary:hover {
      background-color: #ff66d4 !important;
      color: #FFFFFF;
      border-color: #ff66d4;
    }
  

    
  



:root {
  
    
      --button_primary_color: #000000;
    
      --button_primary_background-color: #FFD400;
    
      --button_primary_border-color: #FFD400;
    
  
    
      --button_primary-hover_color: #ffd400;
    
      --button_primary-hover_background-color: #131920;
    
      --button_primary-hover_border-color: #ffD400;
    
  
    
      --button_secondary_color: #27323F;
    
      --button_secondary_background-color: #FFD400;
    
      --button_secondary_border-color: #FFD400;
    
  
    
      --button_secondary-hover_color: #FFFFFF;
    
      --button_secondary-hover_background-color: #ff66d4;
    
      --button_secondary-hover_border-color: #ff66d4;
    
  
    
      --button_tertiary_color: #131920;
    
      --button_tertiary_background-color: #FFD400;
    
      --button_tertiary_border-color: #FFFFFF;
    
  
    
      --button_tertiary-hover_color: #C3CBD5;
    
      --button_tertiary-hover_background-color: #FFD400;
    
      --button_tertiary-hover_border-color: #FFD400;
    
  
    
      --button_light_color: #27323F;
    
      --button_light_background-color: #ffd400;
    
      --button_light_border-color: #ffd400;
    
  
    
      --button_light-hover_color: #ffd400;
    
      --button_light-hover_background-color: #27323F;
    
      --button_light-hover_border-color: #ffd400;
    
  
    
      --button_dark_color: #C3CBD5;
    
      --button_dark_background-color: #27323F;
    
      --button_dark_border-color: #27323F;
    
  
    
      --button_dark-hover_color: #27323F;
    
      --button_dark-hover_background-color: #C3CBD5;
    
      --button_dark-hover_border-color: #C3CBD5;
    
  
}
.body-wrapper {
  overflow: hidden;
}
.header:not(.mobile-menu--active) .mobile-open {
  top: 50%;
  transform: translateY(-50%);
}

#header_dnd_area-module-5 .hs-menu-wrapper > ul li.hs-menu-depth-1 > a,
.mni-site-header__menu.hs-menu-wrapper > ul > li.hs-menu-depth-1 > a {
  padding: 11px 15px;
}
.header__primary .row-number-1 .dnd-row > .row-fluid {
  display: flex;
  align-items: center;
}
#header_dnd_area-module-5 .hs-menu-wrapper > ul li.hs-menu-depth-1:last-child > a,
.mni-site-header__menu.hs-menu-wrapper > ul > li.hs-menu-depth-1:last-child > a,
.mni-site-header__menu .megamenu-ctas > a {
  background: transparent;
  border-radius: 50px;
  border: 2px solid;
  padding: 11px 30px;
  font-size: 16px;
  margin-left: 15px;
}
.hs_cos_wrapper_type_logo a {
  display: block;
}
.header .hs_cos_wrapper_type_logo a img {
  display: block;
}
footer .hs-button {
  display: inline-block;
  font-size: 15px;
  padding: 14px 32px;
  background: #27323f
  color: #fff;
  border: 0;
}
footer .hs_cos_wrapper_type_logo a {
  text-align: right;
}
footer .row-number-4 > .row-fluid {
  flex-direction: row;
  align-items: flex-end;
}
footer .row-number-4 > .row-fluid > .widget-span:first-child {
  width: 165px!important;
}
footer .row-number-4 > .row-fluid > .widget-span:last-child {
  width: calc(100% - 230px)!important;
  padding: 0!important;
  margin: 0!important;
}
footer .social-links {
  flex-direction: row;
  justify-content: flex-start;
}
footer .social-links__icon {
  background: transparent;
}
footer .social-links__icon svg {
  height: 32px;
  margin: 0;
}
.blog__batch>.button-wrap {
  display: none;
}
.home-hero--section .scope__row {
  position: relative;
}
.home-hero--section .col--content {
  position: relative;
    z-index: 2;
}
.home-hero--section .scope__heading {
  margin-bottom: 45px;
}
.home-hero--section .featured--image {
  position: absolute;
    right: 0;
    top: 70px;
}
.home-hero--section .featured--image img {
  width: 100%;
}
.home-hero--section .scope__block,
.home-timetested--section .scope__block {
  position: static !important;
}
.home-hero--section .scope__block svg {
  position: absolute;
    z-index: 2;
    right: 0;
    pointer-events: none;
    top: 90px;
}
.home-hero--section .scope__block svg path {
    stroke-dasharray: 2600;
    stroke-dashoffset: 2600;
    animation: dashFour 2s linear 1s 1 forwards;
  animation-direction: alternate;
  }
.home-timetested--section .col--content {
  max-width: 750px;
  margin: 0 auto !important;
}
.home-timetested--section .scope__block-content:before {
  content: '';
  position: absolute;
  width: 59px;
  height: 59px;
  background-image: url(https://8125678.fs1.hubspotusercontent-na1.net/hubfs/8125678/mni-icon-1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  animation: turn 2s linear 6s 1 forwards;
  transition: all 0.3s;
  top: 200px;
  right: 50px;
}
.home-timetested--section svg {
  position: absolute;
    top: -140px;
    right: 83px;
    z-index: 2;
}
.home-timetested--section svg line { 
  stroke-dasharray: 500;
    stroke-dashoffset: 500;
    animation: dashTwo 2s linear 3s 1 forwards;
  animation-direction: alternate, alternate, alternate;
}
.home-timetested--section .col--featured {
  display: block !important;
}

#main-content div[class$="__small-title"] h5 {
  color: #0072e3;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 10px !important;
}
.home-why--section .scope__block-wrap hr {
  padding: 0 !important;
    margin-top: 10px;
    height: 2px;
}
.home-why--section .scope__block-wrap .scope__block-content p:first-child {
  color: #696C7E;
  font-weight: 700;
}
.home-campaign--section {
  overflow: visible !important;
}
.home-testimonials--section {
  text-align: center;
}
.home-testimonials--section .owl-carousel .owl-dots button {
  border: 1px solid #000;
  margin: 0 5px;
}
.home-testimonials--section .owl-carousel .owl-dots button:after {
  border: 0;
}
.home-testimonials--section .owl-carousel .owl-dots button.active {
  background: #27323f;
}
.home-testimonials--section .owl-carousel .owl-nav {
  display: none;
}
.home-testimonials--section .owl-carousel--testimonials .owl-carousel__item i.fa-quote-left {
  left: 0;
    right: initial;
    top: 0;
  color: #fff;
  font-size: 24px;
}
.home-testimonials--section .owl-carousel--testimonials .owl-carousel__item i.fa-quote-right {
  top: initial;
  bottom: 80px;
  color: #fff;
  right: 0;
  font-size: 24px;
}
.home-testimonials--section .owl-carousel--testimonials .owl-carousel__item i {
  display: none !important;
}
.home-testimonials--section .owl-stage {
  padding: 0 !important;
}
.home-testimonials--section .owl-carousel {
  max-width: 900px;
  margin: 0 auto;
}
.home-testimonials--section .owl-carousel .owl-carousel__item-content p {
  font-family: 'Lora';
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  line-height: 1.6;
}
.home-testimonials--section .owl-carousel .owl-item {
  padding: 0 50px !important;
  margin: 0 !important;
}
.home-testimonials--section .owl-carousel--testimonials .owl-carousel__item {
  padding: 0 !important;
}
.home-testimonials--section .owl-carousel--testimonials .owl-carousel__item p {
  margin-bottom: 80px;
  padding-right: 0;
}
.home-testimonials--section h2 {
  margin-bottom: 35px;
  position: relative;
  font-size: 30px;
  color: #27323f;
}
.home-testimonials--section h2 svg:first-child {
  width: 178px;
  height: 477px;
  background-size: contain;
  position: absolute;
  top: calc(100%);
  right: 0px;
  background-repeat: no-repeat;
  pointer-events: none;
  stroke-dasharray: 2200;
    stroke-dashoffset: 2200;
    animation: testimonialsDash 8s linear infinite forwards;
  animation-direction: alternate;
}
.home-testimonials--section h2 svg:last-child {
  width: 178px;
  height: 477px;
  background-size: contain;
  position: absolute;
  top: calc(100% - 330px);
  left: 0px;
  transform: scale(-1,-1);
  background-repeat: no-repeat;
  pointer-events: none;
  stroke-dasharray: 2200;
    stroke-dashoffset: 2200;
    animation: testimonialsDash 8s linear 4s infinite forwards;
  animation-direction: alternate, alternate, alternate;
}
.home-blog--section .blog__block-topics,
.home-blog--section .blog__block-content,
.home-blog--section .blog__block-author {
  display: none !important;
}
.home-blog--section .blog__block-cta {
  bottom: 30px !important;
}
.home-blog--section .blog__block-cta .hs-button {
  width: auto !important;
  background: transparent !important;
}
.home-blog--section .blog__block-cta .hs-button:before,
.mni-insight-lab .post-card-panel .tnt-asset-link:before,
.custom-learn-more-inner .col1 .hs-button:before {
  background: #4900ff !important;
}
.home-blog--section .blog__block-cta .hs-button:after,
.mni-insight-lab .post-card-panel .tnt-asset-link:after,
.custom-learn-more-inner .col1 .hs-button:after {
  background: #fff !important;
}
.custom-learn-more-inner {
  
}
.home-blog--section .blog__block h3 {
  font-size: 28px;
  margin-bottom: 10px;
}
.home-blog--section .blog__block {
  border: 2px solid #D9D9D9;
    border-radius: 10px !important;
  overflow: hidden;
}
.blog__block h3,
.cm-recent-blog-posts.custom-blog-wrapper .card-headline .card-inner-headline .tnt-headline {
  font-family: "Lora", serif;
  font-weight: 500;
  font-style: italic;
}
/*
.home-blog--section .blog__block:nth-child(2) {
  border: 2px solid #7de068;
}
.home-blog--section .blog__block:nth-child(3) {
  border: 2px solid #03d0e0;
}
*/
#main-content .row-fluid [class*=span] {
  min-height: 0;
}
.home-blog--section .blog__block-type,
.custom-learn-more-section .blog__block-type {
  font-weight: 700;
  color: #696C7E !important;
  margin-bottom: 7px;
}
.home-blog--section .equal-height.fix-button div[class$='__block-wrap'] {
  padding-bottom: 6em !important;
}
.home-campaign--section--tab {
  display: flex;
  position: absolute;
    bottom: -500px;
    left: 0;
    min-height: 470px;
align-items: center;
    padding-bottom: 0 !important;
  transition: all 0.5s;
}
.home-campaign--section .hs-button.button--tertiary-reverse.active {
  background: #2a2f35 !important;
  color: #fff !important;
}
.home-campaign--section--tab .wrap--featured {
  text-align: center;
}
/*
.row-number-7.dnd-section, .row-number-9.dnd-section {
  position: relative;
  overflow: hidden;
}
*/
#main-content .home-campaign--section {
  padding-bottom: 470px !important;
}
#main-content .home-campaign--section--tab .scope__container {
  width: 100%;
  max-width: 1150px !important;
}
#main-content .home-campaign--section--tab .scope__container svg {
  max-width: 100%;
}
#main-content .home-campaign--section--tab.graph-svg svg g path:nth-child(6) {
  stroke-dasharray: 900;
    stroke-dashoffset: 0;
    animation: dashfive 2s linear infinite forwards;
  animation-direction: alternate;
}
#main-content .home-campaign--section--tab.connection-svg svg g path:nth-child(4) {
  animation: wifi 1s linear infinite alternate;
  animation-delay: 1s;
}
#main-content .home-campaign--section--tab.connection-svg svg g path:nth-child(5) {
  animation: wifi 1s linear infinite alternate;
  animation-delay: 0.5s;
}
#main-content .home-campaign--section--tab.connection-svg svg g path:nth-child(6) {
  animation: wifi 1s linear infinite alternate;
}
#main-content .home-campaign--section--tab.flag-svg svg g path:nth-child(1) {
  animation: dashFlag 3s linear infinite alternate forwards;
  stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}
/*
.home-campaign--section .scope__container:before {
  content: '';
  background-image: url(https://8125678.fs1.hubspotusercontent-na1.net/hubfs/8125678/mni-hero-svg.svg);
  width: 1234px;
  height: 281px;
  background-size: contain;
  position: absolute;
  top: calc(100% - 100px);
  left: -150px;
  transform: rotate(180deg);
  background-repeat: no-repeat;
}
*/
footer .row-number-3 > .row-fluid {
  position: relative;
}
footer .row-number-3 > .row-fluid:before {
  content: '';
  background-image: url(https://8125678.fs1.hubspotusercontent-na1.net/hubfs/8125678/footer-line-full.svg);
  width: 1520px;
  height: 330px;
  background-size: contain;
  position: absolute;
  top: -160px;
  left: -120px;
  background-repeat: no-repeat;
}
#main-content .cta_button:not(:has(img)) > * {
  background-color: #4900ff !important;
    border-color: #4900ff !important;
  font-family: Noto Sans, sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
  border: 0 !important;
    border-radius: 50px !important;
    padding: 15px 50px !important;
  transition: all 0.5s;
}
#main-content .cta_button:not(:has(img)) {
  padding: 0 !important;
  background: none !important;
  border: 0 !important;
}
#main-content .cta_button *,
#main-content .cta_button {
  color: #fff !important;
}
#main-content .cta_button:hover > * {
  background-color: #fff !important;
    border-color: #4900ff !important;
}
#main-content .cta_button:hover *,
#main-content .cta_button:hover {
  color: #4900ff !important;
}
.hs-button.button  {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: transparent !important;
}
.hs-button.button.button--primary:before,
.button--tertiary:before {
  content: '';
    position: absolute;
    top: 0;
    left: -100%;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: -1;
  transition: all 0.4s;
}
.hs-button.button.button--primary:after,
.button--tertiary:after {
  content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #4900ff;
    width: 100%;
    height: 100%;
    z-index: -2;
  transition: all 0.4s;
}
.button--tertiary:after {
  background: transparent;
}
.hs-button.button.button--primary:hover:before,
.button--tertiary:hover:before {
  left: 0%;
}
.button--tertiary:hover {
  border-color: white !important;
  color: #2a2f35 !important;
  /*background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: black;*/
}
.hs-button.button.button--tertiary-reverse {
  border-color: #2a2f35;
  color: #2a2f35;
  background: transparent;
}
.hs-button.button.button--primary-reverse {
  border-color: #27323f;
  color: #27323f;
  background: transparent;
}
.hs-button.button.button--primary-reverse:before {
  content: '';
    position: absolute;
    top: 0;
    left: -100%;
    background: #4900ff;
    width: 100%;
    height: 100%;
    z-index: -1;
  transition: all 0.4s;
}
.hs-button.button.button--primary-reverse:after {
  content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    width: 100%;
    height: 100%;
    z-index: -2;
  transition: all 0.4s;
}
.hs-button.button.button--primary-reverse:hover:before {
  left: 0%;
}
.hs-button.button.button--primary-reverse:hover {
  color: #fff;
}
#main-content form {
  padding: 0;
  background: transparent;
  max-width: 600px;
  margin: 0 auto;
}
#main-content form .hs_submit.hs-submit,
footer form .hs_submit.hs-submit {
  text-align: left;
}
#main-content form .hs_submit.hs-submit input,
footer form .hs_submit.hs-submit input {
  width: auto;
}
#main-content form input[type=email], #main-content form input[type=file], #main-content form input[type=number], #main-content form input[type=password], #main-content form input[type=tel], #main-content form input[type=text], #main-content form select, #main-content form textarea,
footer form input[type=email], footer form input[type=file], footer form input[type=number], footer form input[type=password], footer form input[type=tel], footer form input[type=text], footer form select, footer form textarea {
  border-color: #696C7E;
  border-radius: 4px;
}
#main-content form label {
  color: #696C7E;
}
footer form {
  background: transparent !important;
   padding: 0 !important;
}
footer form label {
  color: #97A3B7 !important;
}
div[data-global-resource-path*='header-flex.html'] {
  position: fixed !important;
}
.cta--section div[class$='__background'] {
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
}
.body-wrapper--inner {
  margin-top: 95px;
}
.header {
  position: fixed;
  width: 100%;
}
.header:before {
  content: '';
  position: absolute;
  bottom: -2px;
  height: 2px;
  width: 0;
  transition: all 0.7s;
  background: #2a2f35;
}
.header.active-scroll:before {
  width: 100%;
}
#main-content .second-nav-wrapper {
  background: #4900ff;
}
.second-nav-wrapper .second-nav {
  max-width: 1440px;
  margin: 0 auto;
}
.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}
.hs-menu-wrapper.flyouts .hs-item-has-children > a {
  position: relative;
  padding: 23px 32px 23px 15px !important;
  position: relative;
  display: block;
  z-index: 1;
  text-decoration: none;
}
header #header_dnd_area-module-5 .hs-menu-wrapper > ul > li > a {
  position: relative;
  display: block;
  z-index: 1;
  text-decoration: none;
}
header #header_dnd_area-module-5 .hs-menu-wrapper > ul > li > a:after,
.mni-site-header__menu.hs-menu-wrapper > ul > li > a:after,
.mni-site-header__menu .hs-menu-children-wrapper ul > li > a:after {
  content: '';
  background: #c8b0fa;
  height: 1.5px;
  width: 0;
  position: absolute;
  top: 85%;
  left: 15px;
  z-index: -1;
  border-radius: 20px;
  transition: all 0.5s;
}
header #header_dnd_area-module-5 .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
  border-radius: 20px 20px 0 0;
}
#header_dnd_area-module-5 .hs-menu-wrapper>ul li.hs-menu-depth-1:last-child>a:after,
.mni-site-header__menu.hs-menu-wrapper > ul > li.hs-menu-depth-1:last-child > a:after,
.mni-site-header__menu .megamenu-ctas > a:after {
  display: none;
}
#header_dnd_area-module-5 .hs-menu-wrapper>ul li.hs-menu-depth-1:last-child>a:hover,
.mni-site-header__menu.hs-menu-wrapper > ul > li.hs-menu-depth-1:last-child > a:hover,
.mni-site-header__menu .megamenu-ctas > a:hover {
  background: #4900ff;
  color: #fff !important;
}
.hs-menu-wrapper.flyouts .hs-item-has-children > a:before {
  content: '';
  border-left: 1.5px solid #000000;
  border-bottom: 1.5px solid #000000;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 48%;
  right: 12px;
  transform: translateY(-50%) rotate(-45deg);
  z-index: 2;
  transition: all 0.5s;
}
.hs-menu-wrapper.flyouts .hs-item-has-children:hover > a:before {
  transform: translateY(-50%) rotate(135deg);
  top: 54%;
  border-color: #27323f;
}
.mni-site-header__menu.hs-menu-wrapper > ul > li > a {
  position: relative;
}
.hs-menu-wrapper > li:hover > a:after,
header #header_dnd_area-module-5 .hs-menu-wrapper > ul > li:hover > a:after,
.mni-site-header__menu.hs-menu-wrapper > ul > li:hover > a:after,
.mni-site-header__menu .hs-menu-children-wrapper ul > li > a:hover:after {
  width: calc(100% - 30px);
}
header #header_dnd_area-module-5 .hs-menu-wrapper > ul > li.hs-item-has-children:hover > a:after {
  width: calc(100% - 20px);
}
header #header_dnd_area-module-5 .hs-menu-wrapper li:hover > a,
.mni-site-header__menu.hs-menu-wrapper li:hover > a,
.mni-site-header__menu .hs-menu-children-wrapper ul > li > a:hover {
  color: #27323f !important;
}
header #header_dnd_area-module-5 .hs-menu-wrapper > ul li.hs-menu-depth-1 > .hs-menu-children-wrapper {
  left: 50%;
  transform: translateX(-50%);
  top: calc(100%);
  background: #fff;
  padding: 0 !important;
  max-height: 0;
  transition: all 0.5s;
  pointer-events: none;
  width: 300px;
  opacity: 1;
  text-align: center;
  overflow: hidden;
  visibility: hidden;
  flex-wrap: nowrap;
  border-radius: 7px;
  z-index: -1;
  box-shadow: 0px 3px 10px -3px #000;
}
#header_dnd_area-module-5 .hs-menu-wrapper > ul li.hs-menu-depth-1 > .hs-menu-children-wrapper li:first-child {
  margin-top: 20px;
}
#header_dnd_area-module-5 .hs-menu-wrapper > ul li.hs-menu-depth-1 > .hs-menu-children-wrapper li:last-child {
  margin-bottom: 20px;
}
#header_dnd_area-module-5 .hs-menu-wrapper > ul li.hs-menu-depth-1 > .hs-menu-children-wrapper a {
  padding: 8px 0;
  margin: 0 20px;
  font-weight: 700;
  font-size: 14px;
  position: relative;
  z-index: 1;
  color: #000;
  display: inline-block;
  transition: all 0.5s;
}
#header_dnd_area-module-5 .hs-menu-wrapper > ul li.hs-menu-depth-1 > .hs-menu-children-wrapper a:after {
  content: '';
  background: #c8b0fa;
  height: 1.5px;
  width: 0;
  position: absolute;
  top: 85%;
  left: 0;
  z-index: -1;
  transition: all 0.5s;
  border-radius: 20px;
}
#header_dnd_area-module-5 .hs-menu-wrapper > ul li.hs-menu-depth-1:hover > .hs-menu-children-wrapper {
  max-height: 500px;
  pointer-events: auto;
  visibility: visible;
  z-index: 5;
}
#header_dnd_area-module-5 .hs-menu-wrapper > ul li.hs-menu-depth-1 > .hs-menu-children-wrapper a:hover:after {
  width: 100%;
}
#header_dnd_area-module-5 .hs-menu-wrapper > ul li.hs-menu-depth-1 > .hs-menu-children-wrapper a:hover {
color: #27323f !important;
}
header .hs-menu-wrapper > ul {
  align-items: center;
}
#main-content .home-blog--section .hs-button,
.mni-insight-lab .post-card-panel .tnt-asset-link,
.custom-learn-more-inner .col1 .hs-button
{
  color: #2A2F35;
  border-color: #2A2F35;
}
#main-content .home-blog--section .hs-button:hover,
.mni-insight-lab .post-card-panel .tnt-asset-link:hover,
.custom-learn-more-inner .col1 .hs-button:hover {
  color: #fff;
}
#main-content .home-blog--section .blog__block-cta .hs-button:before,
.mni-insight-lab .post-card-panel .tnt-asset-link:before,,
.custom-learn-more-inner .col1 .hs-button:before {
  background: #2A2F35 !important;
}
.blog-posts .blog__featured .blog__block-image {
  background-position: 0 0;
}
.blog-posts .blog__featured .small-title {
  font-weight: bold;
    font-size: 14px;
    color: #fff;
    text-transform: none;
    font-family: 'Noto Sans';
    font-style: italic;
    margin-bottom: 10px;
    display: inline-block;
    padding: 7px 20px;
    background: blue;
    border-radius: 20px;
}
.main-blog .blog__featured .blog__block-type {
  display: none !important;
}
.main-blog .blog__featured .blog__block-title {
  margin-bottom: 20px;
}
.main-blog .blog__featured h3 {
  font-size: 46px;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
}
.main-blog .blog__featured .blog__block-content {
  display: block !important;
  margin-bottom: 35px;
}
.main-blog .blog__featured .blog__block {
  border: 4px solid #03d0e0;
}
.body-container--blog-post .blog-post {
  max-width: 100%;
  padding-top: 0;
}
.blog-post-container {
  max-width: 1440px;
  margin: 0 auto;
}
.blog-post__body {
  max-width: 1040px;
  margin: 0 auto;
  margin-top: 100px;
}
.blog-post__body h2 {
  margin-top: 40px !important;
}
.blog-post__body hr {
  border-top: 1px solid #696C7E;
}
.blog-post-hero .blog-post-container {
  margin-top: 5px;
  display: flex;
  flex-direction: row-reverse;
  gap: 40px;
  align-items: center;
}
.blog-post-hero .blog-post-container > * {
  width: 50%;
}
.blog-post-hero .blog-post-container .blog-post-image {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 16 / 9;
  border: 2px solid #d9d9d9;
}
.blog-post-hero .blog-post-container .blog-post-image img {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-post-hero h1 {
  font-size: 50px;
}
.blog-post__body h2 strong {
  font-weight: normal;
}
.blog-post-hero--meta {
  padding: 60px 0;
}
.blog-post-hero--meta p {
  color: #5f5f5f;
}
.blog-post-hero--meta-eyebrow {
  font-weight: 600;
  color: #4900FF !important;
  margin-bottom: 20px;
}
.blog-post__timestamp {
  display: inline;
}
.home-hero--section.industry-hero .scope__block svg {
  top: -45px;
  right: -10px;
  width: 1450px;
  height: auto;
}
.home-hero--section.industry-hero .scope__block svg path {
  animation: dashFour 1s linear 1s 1 alternate forwards;
}

.container-fluid.header__primary .row-fluid-wrapper.row-depth-1.row-number-1.header_dnd_area-row-0-padding {
  position: relative;
}

.header .row-number-3 .hs-menu-wrapper.flyouts .hs-item-has-children {
  position: static;
}
.header .mni-site-header__menu.hs-menu-wrapper > ul > li.hs-menu-depth-1 > .hs-menu-children-wrapper {
  max-width: 100%;
  padding: 40px!important;
  width: 100%;
  left: 50% !important;
  transform: translateX(-50%);
  padding: 0 !important;
  margin: 0 auto !important;
  visibility: hidden;
  height: auto;
  max-height: 0;
  opacity: 1;
  transition: all 0.5s;
  z-index: -1;
  max-height: 0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 7px 20px rgba(34,48,91,0.3);
    border-radius: 0 0 16px 16px;
}
.header .header__primary .mni-site-header__menu.hs-menu-wrapper>ul li.hs-menu-depth-1>.compressed-megamenu.hs-menu-children-wrapper {
  max-width: 100%;
  top: 83px !important;
}
.header .mni-site-header__menu.hs-menu-wrapper > ul > li.hs-menu-depth-1:hover > .hs-menu-children-wrapper {
  z-index: 2;
  max-height: 400px;
  border-top: 1px solid #a9aec0;
  transition-delay: 0.5s;
  visibility: visible;
}
.megamenu-left li.hs-menu-depth-1 > a:after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background-size: cover;
  position: absolute;
  transition-duration: 300ms;
  right: 20px;
  width: 20px;
  top: 15px;
}
.header .header__primary .megamenu-wrap {
  max-width: 1500px;
    margin: 0 auto;
  width: 100%;
}
.header .header__primary .megamenu-left {
  padding: 10px 0 40px;
  width: 100%;
}
.header .header__primary .mni-site-header__menu.hs-menu-wrapper>ul li.hs-menu-depth-1>.compressed-megamenu .megamenu-submenus--left {
  width: 40%;
}
.header__primary .megamenu-submenus--right {
  width: 55%;
    margin-right: 0 !important;
}
/*
.header__primary .megamenu-submenus--right>div:nth-child(2) {
  padding-right: 10px;
}
*/
.mni-site-header__menu .hs-menu-children-wrapper ul>li>a:after, .mni-site-header__menu.hs-menu-wrapper>ul>li>a:after, header #header_dnd_area-module-5 .hs-menu-wrapper>ul>li>a:after {
  z-index: 2;
  bottom: 8px;
  top: initial;
}
.header .header__primary .mni-site-header__menu ul>li.hs-item-has-children>a:after {
  bottom: 20px;
  top: initial;
}
.mni-site-header__menu .hs-menu-children-wrapper li>a, .hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  position: relative;
  display: inline-block;
}
.mni-site-header__menu.hs-menu-wrapper.flyouts .hs-menu-children-wrapper ul>li>a:after {
  bottom: -3px;
  left: 0;
}
.mni-site-header__menu.hs-menu-wrapper.flyouts .hs-menu-children-wrapper ul>li>a:hover:after {
  width: 100%
}
.home-hero--section.solutions-hero .scope__heading {
  margin-bottom: 20px;
}
#main-content .home-hero--section.solutions-hero .col--featured {
  left: 220px;
    position: absolute;
    width: 170px;
    display: block;
    height: 530px;
    top: -100px;
}
.home-hero--section.solutions-hero .scope__block svg {
  top: 0;
    left: 0;
}
.home-hero--section.solutions-hero .scope__block svg path {
  stroke-dasharray: 1200;
    stroke-dashoffset: 1200;
    animation: dashSix 1s linear 1s 1 forwards;
    animation-direction: alternate;
}
.home-timetested--section.solutions-subhero svg {
    position: absolute;
    right: 200px;
    top: -250px;
    z-index: 2;
}
.home-timetested--section.solutions-subhero svg path {
  stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: dashSeven 1s linear 1s 1 forwards;
    animation-direction: alternate, alternate, alternate;
}
.home-timetested--section.solutions-subhero .scope__block-content:before {
  display: none;
}
.scope__blocks.equal-height.fix-button .scope__block-wrap {
  padding: 0 !important;
}
#hs_cos_wrapper_post_body *:not(#tncms-region-article_bottom_content) {
  max-width: 100%;
  width: 1040px;
}
#tncms-region-article_bottom_content {
  width: 100%;
  display: none;
}
header .row-depth-1 .dnd-column {
  padding-right: 0;
}
.blog-post__body {
  margin: 0 auto 40px;
}
.blog-related-posts__container {
  max-width: 1480px;
}
.blog-related-posts {
  padding: 80px 0;
}
.hs-blog-post .blog-post-hero {
    background: #f5f5f5;
    padding-bottom: 40px;
    margin-bottom: 60px;
}
.blog-post-hero .blog-post-container {
  max-width: 1440px;
    margin: 0 auto;
    padding-top: 50px;
}
.main-blog .blog__batch>.button-wrap {
  display: block;
}
.blog-related-posts__container .blog__block-image {
  aspect-ratio: 16/9;
  width: 100%;
}
.blog-related-posts__container .blog-related-posts__post {
  width: calc(33.3333% - 28px);
  margin-right: 40px;
  border: 2px solid #d9d9d9;
    border-radius: 10px !important;
  overflow: hidden;
  flex: none;
  padding: 0;
  background: #fff;
  position: relative;
}
.blog-related-posts__container .blog-related-posts__post:last-child {
  margin-right: 0;
}
.blog-related-posts__container h2 {
  margin-bottom: 60px;
}
.blog-related-posts__container h3 {
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 10px;
  color: #2a2f35;
}
.blog-related-posts__container .blog__block-type {
   color: #696c7e !important;
    font-weight: 700;
    margin-bottom: 7px;
}
.blog-related-posts__container .blog-related-posts__content {
  position: static;
  padding: 20px;
  padding-bottom: 120px !important;
  display: flex;
    flex-direction: column;
    justify-content: flex-start;
  background-color: #fff;
}
.blog-related-posts__container .blog__block-cta {
  position: absolute;
    bottom: 30px;
    left: 20px;
    width: calc(100% - 40px);
}
#main-content .blog-related-posts__container .blog__block-cta .hs-button {
  border-color: #2a2f35;
    color: #2a2f35;
  background: transparent!important;
}
#main-content .blog-related-posts__container .blog__block-cta .hs-button:hover {
  color: #fff;
}
#main-content .blog-related-posts__container .blog__block-cta .hs-button.button.button--primary:before {
  background: #2a2f35;
}
#main-content .blog-related-posts__container .blog__block-cta .hs-button.button.button--primary:after {
  background: #fff;
}
a.button.button--primary.blog-show-more {
  margin: 50px 0 0;
}
.main-blog .blog__batch>.button-wrap {
  padding: 0;
}
.main-blog .blog__batch.active {
  margin-bottom: 40px;
}
.main-blog .blog__batch.active {
  max-height: 5000px;
}
.blog-related-posts__list {
  padding: 0 20px;
}
.mobile-menu-trigger {
  right: 20px;
}
footer h2 {
  font-size: 50px;
}
body {
  overflow-x: hidden;
}
#main-content .blog__featured .blog-post-hero--meta {
  padding: 0;
}
.blog-post__body span {
  text-decoration: none !important;
}
.blog-post__body a,
  .blog-post__body a span {
  color: #4900ff !important;
  text-decoration: none !important;
}
.insight-lab-form--section.new {
  border-radius: 16px;
  overflow: hidden;
}
.insight-lab-form--section h1 {
  font-size: 45px;
}
.insight-lab-form--section.new .scope__row {
  border-radius: 16px;
  overflow: hidden;
  background: white;
}
.insight-lab-form--section.new .scope__row .scope__col.col--content {
  padding: 50px 30px 50px 50px !important;
}
.insight-lab-form--section.new .scope__block,
.insight-lab-form--section.new .scope__block-wrap,
.insight-lab-form--section.new .scope__block-content {
  background: none !important;
}
.insight-lab-form--section.new .featured--blocks {
  background: #EEEEEE; 
  padding: 20px 40px 40px !important;
}
.insight-lab-form--section.new .hbspt-form form {
  padding: 20px 12px 20px 20px !important;
  background: white !important;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .insight-lab-form--section.new .scope__row .scope__col.col--content {
    padding: 24px !important;
  }
  .insight-lab-form--section.new .featured--blocks {
    padding: 16px 20px 20px !important;
  }
}
.dnd-section img {
  max-width: 100%;
}
.insight-lab-form--section .scope__block-content fieldset, .insight-lab-form--section .scope__block-content .field,
.insight-lab-form--section .scope__block-content .input span, .insight-lab-form--section .scope__block-content .input p, 
.insight-lab-form--section .scope__block-content .hs-richtext, .insight-lab-form--section .scope__block-content .actions {
    padding-top: 0 !important;
}
.insight-lab-form--section .scope__block-content .field .input {
  padding-top: 5px;
}
.insight-lab-form--section form .hs-form-field.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox {
  margin: 3px 0 10px;
}
footer .row-number-3>.row-fluid:before {
  z-index: 1;
  pointer-events: none;
}
footer .row-number-3>.row-fluid>*{
  position: relative;
  z-index: 2;
}
.solutions--hero .featured--image {
  background-repeat: no-repeat;
  background-size: contain !important;
  background-position: 0 0 !important;
}
.home-campaign--section .wrap--content .scope__cta {
  display: none;
}

@media (max-width: 1650px) {
/*footer .row-number-1 > .row-fluid > .dnd-column:first-child {
  padding-left: 80px !important;
}*/
  footer .row-number-1>.row-fluid:before {
    left: -65px;
  }
}
@media (max-width:1400px) {
  .solutions--hero .col--content {
    padding-top: 50px !important;
    padding-bottom: 60px !important;
  }
  .solutions--hero .wrap--content {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media (max-width:1380px) {
  footer .row-number-4>.row-fluid>.widget-span:last-child {
    width: 100% !important;
  }
}
@media (max-width:1350px) {
  body h1 {
    font-size: 50px !important;
  }
  .home-hero--section.industry-hero .scope__block svg {
    right: -120px;
    top: -60px;
  }
  .home-hero--section .scope__block svg {
    top: 70px;
  }
}
@media (max-width: 1300px) {
  #main-content .home-hero--section.solutions-hero .col--featured {
    left: 30px;
  }
  .home-timetested--section.solutions-subhero svg {
    right: 30px;
  }
}
@media (max-width: 1200px) {
  #main-content .about-leadership .scope__block {
    width: 30.333%;
    margin-right: 4.5% !important;
    margin-top: 20px !important;
  }
  #main-content .about-leadership .scope__block:nth-child(1),
  #main-content .about-leadership .scope__block:nth-child(2),
  #main-content .about-leadership .scope__block:nth-child(3) {
    margin-top: 0 !important;
  }
  #main-content .about-leadership .scope__block:nth-child(3n) {
    margin-right: 0 !important;
  }
  #main-content .about-leadership .scope__blocks {
    justify-content: flex-start;
  }
  .home-testimonials--section h2 svg:first-child, .home-testimonials--section h2 svg:last-child {
    height: auto;
    width: 100px;
  }
  #main-content .home-testimonials--section h2 svg {
    top: 0;
  }
}
@media (max-width:1150px) {
  body h1 {
    font-size: 44px !important;
  }
  .home-hero--section.industry-hero .scope__block svg {
    right: -200px;
    top: -80px;
  }
  .home-hero--section .scope__block svg {
    top: 50px;
  }
}
@media (max-width:1100px) {
  .blog-post-hero .blog-post-container {
    margin: 0 auto 20px;
    flex-direction: column;
    gap: 20px;
  }
  .blog-post-hero .blog-post-container>* {
    width: 100%;
  }
  .blog-post-hero .blog-post-container .blog-post-image {
    max-width: 600px;
  }
  .blog-post-hero--meta {
    padding: 0;
  }
  .blog-post-hero h1 {
    font-size: 40px;
    text-align: center;
  }
  .blog-post-hero--meta-eyebrow {
    text-align: center;
  }
  .mobile-menu-trigger svg {
    display: block;
    -webkit-transform: scaleX(-1);
  }
  footer h2 {
  font-size: 40px;
}
  .footer_dnd_area-row-1-padding {
    position: relative;
    z-index: 2;
  }
  footer .row-number-3>.row-fluid:before {
    top: -100px;
    width: 700px;
    left: 0;
  }
}
@media (max-width: 1000px) {
  #main-content .home-hero--section.solutions-hero .col--featured,
  .home-timetested--section.solutions-subhero svg {
    display: none;
  }
  .blog-related-posts__container .blog-related-posts__post {
    width: 49%;
    margin-right: 0;
  }
  .blog-related-posts__container .blog-related-posts__post:first-child {
    margin-right: 2%;
  }
  .blog-related-posts__list {
    justify-content: center;
  }
  .home-hero--section.industry-hero .scope__block svg {
    right: -280px;
    top: -80px;
  }
  #main-content .home-hero--section .col--content {
    width: 100% !important;
    margin-right: 0;
  }
}
@media (max-width: 860px) {
  .home-hero--section.industry-hero .scope__block svg {
    top: -30px;
  }
}
@media (max-width: 786px) {
  #main-content .about-leadership .scope__block {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #main-content .home-campaign--section {
    padding-top: 30px !important;
  }
  .home-campaign--section .wrap--content .scope__cta {
    /*display: block;*/
  }
  .home-campaign--section .scope__blocks {
    display: none !important;
  }
  #main-content .home-campaign--section .hs-button,
  #main-content .home-campaign--section--tab .hs-button {
    padding: 12px 24px;
  }
  #main-content .home-campaign--section .wrap--featured > .scope__blocks > .scope__block {
    overflow: visible;
  }
  #main-content .home-campaign--section .wrap--featured > .scope__blocks > .scope__block > .scope__block-wrap > .scope__block-cta .hs-button {
    background: #2a2f35 !important;
    color: #fff !important;
    display: block;
    border-radius: 0;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  #main-content .home-campaign--section .wrap--featured > .scope__blocks > .scope__block.active > .scope__block-wrap > .scope__block-cta .hs-button {
    background: #27323f !important;
    border-color: #27323f !important;
  }
  #main-content .home-hero--section.industry-hero {
    padding-bottom: 80px;
    padding-top: 40px !important;
  }
    #main-content div[class$=__video-bg] iframe {
        display: block;
    }
  .home-hero--section.industry-hero .scope__content p:last-child {
    max-width: 85%;
  }
  .home-hero--section.industry-hero .scope__block svg {
        right: -240px;
        top: initial;
        width: 1000px;
        bottom: -180px;
    }
  #main-content .home-testimonials--section h2 svg:first-child {
    right: -60px;
    top: -120px;
  }
  #main-content .home-testimonials--section h2 svg:last-child {
    left: -60px;
    top: calc(100% + 140px);
  }
  .home-why--section {
    padding-top: 0px !important;
  }
  .body-wrapper >div:last-child {
    background: #2a2f35;
  }
  .hs-form .hs-form-field {
    width: 100% !important;
  }
  .hs-form .hs-form-field .hs-input:not([type="checkbox"]) {
    width: 100% !important;
  }
  #main-content .cell-section .scope__col {
    padding: 0 5px;
  }
   #main-content .full-height-video .scope__row {
    padding: 30px 0;
  }
  #main-content .full-height-video .scope__row > div:first-child {
    margin-bottom: 25px;
  }
  .solutions--hero .scope__row {
    display: grid;
    grid-template-rows: 1fr 1fr;
  }
  .solutions--hero .scope__row > .col--content {
    margin-bottom: 0 !important;
  }
  .solutions--hero .scope__row > .col--featured .wrap--featured {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  .solutions--hero .scope__row > .col--featured,
  .solutions--hero .wrap--featured .scope__blocks,
  .solutions--hero .wrap--featured .scope__block,
  .solutions--hero .wrap--featured .scope__block-wrap,
  .solutions--hero .wrap--featured .scope__block-content {
    position: relative;
    height: 100%;
  }
  .solutions--hero .featured--image,
  .section--insight-lab .featured--image {
    background: none !important;
  }
  .solutions--hero .wrap--featured .scope__block-content > *,
  .solutions--hero .featured--image .wrap--featured > img {
    margin: 0 auto;
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%;
  }
  .blog-related-posts__container .blog-related-posts__post { 
    width: 100%;
    margin: 0 0 20px !important;
  }
  .solutions--hero .col--content {
    padding-top: 35px !important;
    padding-bottom: 40px !important;
  }
  .section--insight-lab .scope__background {
    background-image: none;
  }
  /*
  .section--secondary {
    padding-top: 50px;
  }
  */
      .body-wrapper--inner {
        margin-top: 60px !important;
    }
.header .hs_cos_wrapper_type_logo img {
  max-width: 175px;
  margin-left: 0;
}
  .header .header_dnd_area-row-0-padding {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }
  .body-wrapper--inner {
      margin-top: 60px;
    }
      body #main-content h1 {
        font-size: 35px !important;
    }
  body #main-content h2 {
        font-size: 30px !important;
    }
  body #main-content .home-testimonials--section h2 {
    font-size: 32px !important;
  }
  body #main-content h3 {
        font-size: 25px !important;
    }
  body #main-content h4 {
        font-size: 22px !important;
    }
  .home-hero--section .scope__block svg {
    top: 90%;
    right: -15px;
  }
  .home-timetested--section .wrap--content {
    width: calc(100% - 130px);
  }
  h1 br,
  h2 br,
  p > span + br {
    display: none;
  }
  footer p > span + br {
    display: block;
  }
  footer .row-number-9 p {
    font-size: 12px !important;
  }
  .home-campaign--section .featured--blocks {
    padding: 0 !important;
  }
  .home-campaign--section .scope__block-cta .button-wrap {
    margin-top: 0;
  }
  .home-campaign--section .featured--blocks .scope__block:not(:last-child) {
    border-bottom: 1px solid white;
    /*margin-bottom: 25px;
    padding-bottom: 25px;*/
  }
  .home-campaign--section--tab {
    position: relative;
    top: 0;
    min-height: 0;
    max-height: 0;
    overflow: hidden;
  }
  .scope__block.active .home-campaign--section--tab {
    max-height: 1200px;
    padding-top: 20px;
  }
  .home-campaign--section--tab .scope__block-cta {
    padding-top: 0;
  }
  .home-campaign--section--tab .scope__row {
    display: flex !important;
    flex-direction: column-reverse;
    text-align: center;
  }
  #main-content .home-campaign--section {
    padding-bottom: 30px !important;
  }
  .home-campaign--section--tab .scope__row h2 {
    margin-top: 20px;
  }
  #main-content .cell-section .scope__content p {
    font-size: 18px !important;
  }
  .home-hero--section {
    padding-top: 80px !important;
  }
  .widget_1710900219386__scope {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .home-hero--section .scope__heading {
    margin-bottom: 5px;
  }
  #main-content form,
  footer form {
    text-align: left;
  }
  .footer_dnd_area-column-1-padding {
    padding-right: 0;
  }
  div[class$=__video-bg] .hs-video-wrapper {
    padding-bottom: 70% !important;
  }
  #main-content .scope__blocks.blocks--icon .scope__block {
    height: auto !important;
  }
}
@media (max-width: 500px) {
  #main-content .home-campaign--section--tab .scope__container svg {
    max-height: 175px;
  }
}
.chart-img a {
  width:unset !important;
}

.video-section-cta .scope__col {
  padding:15px !important;
}

/* .section--insight-lab .col--featured {
  background-image:none !important;
} */

.btns-404 {
  padding-top: 40px;
}

.second-404 {
  margin-left:40px;
}

.scope__video-bg {
  
}

@media(max-width:508px) {
  .second-404 {
    margin-left:0;
  }
  
}


@media(max-width:767px) {
  .footer-quote, footer div:has(a.hs-button) {
    text-align:right;
  }
  
  footer .social-links {
    justify-content: flex-end !important;
  }
  
  .section--insight-lab .wrap--content {
    padding-bottom: 0 !important;
  }
  
  .section--insight-lab .scope__col {
    margin-bottom: 0 !important;
  }
  
  .section--insight-lab .scope__cta {
    margin-bottom: -40px;
  }
  
  .hero-padding {
    padding: 0 20px !important;
  }
}

@media(max-width:787px) {
  #main-content .about-leadership .scope__block {
    width:100%;
  }
  
  .mag-titles .scope__blocks {
    display:flex;
    flex-wrap:wrap;
    gap:10px;
  }
  
  .mag-titles .scope__block {
    width:calc(50% - 10px);
    margin-bottom: 0 !important;
  }
  
}

@media(max-width:1100px) {
  .blog-post-hero h1, .blog-post-hero--meta-eyebrow {
    text-align:left;
  }
}
@keyframes wifi {
    0% {
      stroke: #03D0E0;
    }
  50%, 100% {
      stroke: rgba(3,208,244,0.2);
    }
  }
@keyframes flash {
    0% {
      opacity: 0;
    }
  25% {
      opacity: 0;
    }
  50% {
      opacity: 1;
    }
  75% {
      opacity: 1;
    }
  100% {
      opacity: 1;
    }
  }
@keyframes flashtwo {
    0% {
      opacity: 0;
    }
  25% {
      opacity: 0;
    }
  75% {
      opacity: 1;
    }
  100% {
      opacity: 1;
    }
  }
@keyframes flashthree {
    0% {
      opacity: 0;
    }
  50% {
      opacity: 0;
    }
  51% {
      opacity: 1;
    }
  100% {
      opacity: 1;
    }
  }
@keyframes pulse {
    0% {
      opacity: 0;
    }
    25% {
      opacity: 0.25;
    }
  50% {
      opacity: 0.5;
    }
  75% {
      opacity: 0.75;
    }
  100% {
      opacity: 1;
    }
  }
  @keyframes turn {
    0% {
      transform: rotate(0deg);
    }
    25% {
      transform: rotate(90deg);
    }
  50% {
      transform: rotate(180deg);
    }
  75% {
      transform: rotate(270deg);
    }
  100% {
      transform: rotate(360deg);
    }
  }
@keyframes dashFlag {
    0% {
      stroke-dashoffset: 1000;
    }
    25% {
      stroke-dashoffset: 750;
    }
  50% {
      stroke-dashoffset: 500;
    }
  75% {
      stroke-dashoffset: 250;
    }
  100% {
      stroke-dashoffset: 0;
    }
  }
@keyframes dash {
    0% {
      stroke-dashoffset: 0;
    }
    25% {
      stroke-dashoffset: 600;
    }
  50% {
      stroke-dashoffset: 1300;
    }
  75% {
      stroke-dashoffset: 2000;
    }
  100% {
      stroke-dashoffset: 2600;
    }
  }
@keyframes dashFour {
    0% {
      stroke-dashoffset: 2600;
    }
    25% {
      stroke-dashoffset: 2000;
    }
  50% {
      stroke-dashoffset: 1300;
    }
  75% {
      stroke-dashoffset: 600;
    }
  100% {
      stroke-dashoffset: 0;
    }
  }
@keyframes testimonialsDash {
    0% {
      stroke-dashoffset: 2600;
    }
    25% {
      stroke-dashoffset: 2600;
    }
  50% {
      stroke-dashoffset: 2600;
    }
  75% {
      stroke-dashoffset: 1300;
    }
  100% {
      stroke-dashoffset: 0;
    }
  }
@keyframes dashTwo {
    0% {
      stroke-dashoffset: 500;
    }
    25% {
      stroke-dashoffset: 400;
    }
  50% {
      stroke-dashoffset: 250;
    }
  75% {
      stroke-dashoffset: 100;
    }
  100% {
      stroke-dashoffset: 0;
    }
  }
@keyframes dashThree {
    0% {
      stroke-dashoffset: 0;
    }
    25% {
      stroke-dashoffset: 100;
    }
  50% {
      stroke-dashoffset: 250;
    }
  75% {
      stroke-dashoffset: 400;
    }
  100% {
      stroke-dashoffset: 500;
    }
  }
@keyframes dashfive {
    0% {
      stroke-dashoffset: 0;
    }
    25% {
      stroke-dashoffset: 200;
    }
  50% {
      stroke-dashoffset: 450;
    }
  75% {
      stroke-dashoffset: 700;
    }
  100% {
      stroke-dashoffset: 900;
    }
  }
@keyframes dashSix {
    0% {
      stroke-dashoffset: 1200;
    }
    25% {
      stroke-dashoffset: 900;
    }
  50% {
      stroke-dashoffset: 600;
    }
  75% {
      stroke-dashoffset: 300;
    }
  100% {
      stroke-dashoffset: 0;
    }
  }
@keyframes dashSeven {
    0% {
      stroke-dashoffset: 1000;
    }
    25% {
      stroke-dashoffset: 750;
    }
  50% {
      stroke-dashoffset: 500;
    }
  75% {
      stroke-dashoffset: 250;
    }
  100% {
      stroke-dashoffset: 0;
    }
  }