@font-face {
    font-family: 'TTNormsPro';
    src: url('https://22022412.fs1.hubspotusercontent-na1.net/hubfs/22022412/fonts/TTNormsPro-Bold.woff2') format('woff2'),
        url('https://22022412.fs1.hubspotusercontent-na1.net/hubfs/22022412/fonts/TTNormsPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TTNormsPro';
    src: url('https://22022412.fs1.hubspotusercontent-na1.net/hubfs/22022412/fonts/TTNorms-Medium2.woff2') format('woff2'),
        url('https://22022412.fs1.hubspotusercontent-na1.net/hubfs/22022412/fonts/TTNorms-Medium2.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TTNormsPro';
    src: url('https://22022412.fs1.hubspotusercontent-na1.net/hubfs/22022412/fonts/TTNormsPro-Regular.woff2') format('woff2'),
        url('https://22022412.fs1.hubspotusercontent-na1.net/hubfs/22022412/fonts/TTNormsPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}











/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */



































/* 1d. Buttons */
















































/* 1e. Forms */
















































/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */





/* overrides with custom font (# uncomment if needed #) */




:root {
  --primary-color: #FE631A; /* theme green */
  --secondary-color: #3335C4;
  --body-font-color: #707070;
  --primary-font: TTNormsPro;
  --secondary-font: obvia;
  --swiper-theme-color: var(--secondary-color);
  --swiper-navigation-size: 30px;
  
  --theme-orange: #F9A202;
  --theme-purple: #BB45FF;
  --theme-blue: #2990FF;
  --theme-yellow: #C9C402;
  
  --link-color: var(--secondary-color);
  --link-color-hover: var(--primary-color);
  
      
}






































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

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 40px 1rem;
}

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

.body-container--landing-page .dnd-section > .row-fluid {
  max-width: 1200px;
}

@media(min-width: 768px) {
  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding: 80px 1rem;
  }
}







html {
  font-size: 20px;
}

body {
  
    font-weight:400;  
            font-family: TTNormsPro;
  
  color: #707070;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0
}

/* Paragraphs */

p {
  
    font-weight:400;  
            font-family: TTNormsPro;
  
}

/* Anchors */

a {
  color: #3335c4;
  color: var(--link-color);
  
    font-weight:500;  
          font-family: TTNormsPro;
          {font-family=arial, helvetica, sans-serif, sans-serif, font-style=normal, font-weight=normal, text-decoration=none};
          text-decoration: none;
  
  
}

a:hover,
a:focus {
  color: #FE631A;
  color: var(--link-color-hover);
}

a:active {
  color: #FE631A;
  color: var(--link-color-hover);
}

hr {
  border-bottom-color: #707070;
}

/* Headings */

h1,
.h1 {
  
    font-weight:400;  
          font-family: obvia;
  
  color: #3436c5;
  font-size: 37px;
  line-height: 1.1;
  letter-spacing: 0;
}

h2,
.h2 {
  
    font-weight:600;  
          font-family: obvia;
  
  color: #3436c5;
  font-size: 32px;
  line-height: 1.24;
  letter-spacing: 0;
}

h3,
.h3 {
  
    font-weight:400;  
          font-family: obvia;
  
  color: #3436c5;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0;
}

h4,
.h4 {
  
    font-weight:700;  
          font-family: obvia;
  
  color: #2a2e34;
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 0;
}

h5,
.h5 {
  
    font-weight:700;  
          font-family: TTNormsPro;
  
  color: #000000;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
}

h6,
.h6 {
  
    font-weight:700;  
          font-family: obvia;
  
  color: #000000;
  font-size: 25px;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0;
}

@media(min-width: 768px) {
  h1,
  .h1 {
    font-size: 60px;
  }

  h2,
  .h2 {
    font-size: 55px;
  }

  h3,
  .h3 {
    font-size: 40px;
  }

  h4,
  .h4 {
    font-size: 35px
  }



}

@media(min-width: 1025px) {
  h1,
  .h1 {
    font-size: 60px;
  }

  h2,
  .h2 {
    font-size: 50px;
  }

  h3,
  .h3 {
    font-size: 45px;
  }

  h4,
  .h4 {
    font-size: 40px;
  }

  h5,
  .h5 {
    font-size: 26px;
  }

  h6,
  .h6 {
    font-size: 25px;
  }
}

/* Blockquote */

blockquote {
  border-left-color: #FE631A;
  border-left-color: var(--primary-color);
}





/* Primary Button */

button,
.button,
form:not(.hs-form) input[type=submit],
.cta_button[title],
form.hs-form .actions input[type=submit] {
  
    font-weight:400;  
          font-family: TTNormsPro;
  
  
  background-color: 

  
  
    
  


  rgba(254, 99, 26, 1.0)

;
  border: 1px solid #FE631A;
  border-radius: 25px;
  color: #FFFFFF;
  fill: #FFFFFF;
  font-size: 20px;
  padding: 12px 28px;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0;
  
  /* for ep only */
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  text-decoration: none;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
form:not(.hs-form) input[type=submit]:hover,
form.hs-form .actions  input:hover,
.cta_button[title]:hover,
.cta_button[title]:focus,
button:active,
.button:active,
form:not(.hs-form) input[type=submit]:active,
form.hs-form .actions input:active,
.cta_button[title]:active {
  
    font-weight:400;  
          font-family: TTNormsPro;
  
 
  background-color: 

  
  
    
  


  rgba(254, 99, 26, 0.8)

;
  border: 1px solid #FE631A;
  color: #FFFFFF;
  

}


/* Disabled Button */

button:disabled,
.button:disabled,
.button.button--secondary:disabled,
.button.button--simple:disabled {
  color: ;
}

button:disabled,
.button:disabled {
  background-color: ;
}

button.no-button {
   padding: 0;
   background: transparent;
   border: none;
 
}

/* Secondary Button */

.button.button--secondary {
  
    font-weight:400;  
          font-family: TTNormsPro;
  
  
  background-color: 

  
  
    
  


  rgba(52, 54, 197, 1.0)

;
  border: 1px solid #3436C5;
  border-radius: 25px;
  color: #FFFFFF;
  fill: #FFFFFF;
  padding: 12px 28px;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0;
  
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  
    font-weight:400;  
          font-family: TTNormsPro;
  
  
  background-color: 

  
  
    
  


  rgba(52, 54, 197, 0.8)

;
  border: 1px solid #3436C5;
  color: #ffffff;
  fill: #ffffff;
  

}

.button.button--secondary:after,
.cta_button.button--secondary[title]:after { 
  background-color: #ffffff;

}

/* Simple Button */
.button.button--simple {
  
    font-weight:500;  
          font-family: TTNormsPro;
  
  
  color: #3436c5;
  
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0;
}



  .button.button--simple:after {
    content: none;
  }



.button.button--simple:hover,
.button.button--simple:focus,
.button.button--simple:active {
  
    font-weight:500;  
          font-family: TTNormsPro;
  
  
  color: #4c5cc5;
  fill: #4c5cc5;
  

}



  .button.button--simple:hover:after,
  .button.button--simple:focus:after,
  .button.button--simple:active:after {
    content: none;
  }



button.button--simple:after {
  background-color: var(--primary-color);
}

/* Button Sizing */

.button.button--small {
  font-size: 14px;
  padding: 12px 20px;
}

.button.button--large {
  font-size: 20px;
  padding: 12px 44px;
}





form {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 1px none #D0D0D0;
  border-radius: 0px;
  padding: 0px 0px;
}

.hs-form-field {
  margin-bottom: 1.5rem;
}

/* Form Title */

.form-title {
  
    font-weight:400;  
          font-family: TTNormsPro;
  
  
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 1px none #D0D0D0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #000000;
  font-size: 32px;
  padding: 25px 0px;
  text-transform: none;
}

/* Labels */

.hs-form-field > label,
.hs-form-field > label span {
  
    font-weight:400;  
          font-family: TTNormsPro;
  

  color: #2a2e34;
  font-size: 15px;
  padding: 6px 0px;
}

/* Help Text - Legends */

.hs-form-field legend {
  
    font-weight:400;  
          font-family: TTNormsPro;
  
  
  color: #707070;
  font-size: 14px;
}

/* Inputs */

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
select,
textarea {
  
    font-weight:400;  
          font-family: TTNormsPro;
  
  
  background-color: 

  
  
    
  


  rgba(236, 236, 248, 1.0)

;
  border: 1px solid #ECECF8;
  border-radius: 25px;
  color: #707070;
  font-size: 15px;
  padding: 12px 16px;
  width: 100%;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='tel']:focus,
input[type='number']:focus,
input[type='file']:focus,
select:focus,
textarea:focus {
  outline-color: #FE631A;
  outline-color: var(--primary-color);
}

::-webkit-input-placeholder {
  color: 

  
  
    
  


  rgba(112, 112, 112, 1.0)

;
}

::-moz-placeholder {
  color: 

  
  
    
  


  rgba(112, 112, 112, 1.0)

;
}

:-ms-input-placeholder {
  color: 

  
  
    
  


  rgba(112, 112, 112, 1.0)

;
}

:-moz-placeholder {
  color: 

  
  
    
  


  rgba(112, 112, 112, 1.0)

;
}

::placeholder {
  color: 

  
  
    
  


  rgba(112, 112, 112, 1.0)

;
}

/* Inputs - Checkbox/Radio */

form .inputs-list:not(.no-list) label,
form .inputs-list:not(.no-list) label > span,
form .inputs-list:not(.no-list) label > span p {
  
    font-weight:400;  
          font-family: TTNormsPro;
  

  color: #707070;
  font-size: ;
}

/* Inputs - Datepicker */

.fn-date-picker .pika-table thead th {
  background-color: 

  
  
    
  


  rgba(254, 99, 26, 1.0)

;
  color: #FFFFFF;
  
  /* for ep only */
  background-color: var(--primary-color);
}

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

.hs-datepicker .is-selected button.pika-button {
  background-color: #3335C4;
  color: #707070;
  
  /* for ep only */
  background-color: var(--primary-color);
}

.hs-datepicker button.pika-button:hover {
  background-color: #FE631A !important;
  
  /* for ep only */
  background-color: var(--primary-color);
}

/* Form Rich Text */

form .hs-richtext,
form .hs-richtext *,
form .hs-richtext p,
form .hs-richtext h1,
form .hs-richtext h2,
form .hs-richtext h3,
form .hs-richtext h4,
form .hs-richtext h5,
form .hs-richtext h6 {
  
    font-weight:400;  
          font-family: TTNormsPro;
  

  color: #707070;
}

/* GDPR Text */

form .legal-consent-container,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
  
  
    font-weight:400;  
          font-family: TTNormsPro;
  
  
  color: #707070;
  font-size: 14px;
}

/* Validation */

.hs-input.invalid.error {
  border-color: ;
}

.hs-error-msg,
.hs-error-msgs {
  color: ;
}

/* Submit */



  form:not(.hs-form) input[type='submit'],
  form .actions input[type='submit'] {
    
      font-weight:400;  
          font-family: TTNormsPro;
    
    
    background-color: 

  
  
    
  


  rgba(254, 99, 26, 1.0)

;
    border: 1px solid #FE631A;
    border-radius: 25px;
    color: #FFFFFF;
    fill: #FFFFFF;
    padding: 12px 28px;
    text-transform: none;
    
    /* for ep only */
    background-color: var(--primary-color);
    border-color: var(--primary-color);
  }

  form:not(.hs-form) input[type='submit']:hover,
  form:not(.hs-form) input[type='submit']:focus,
  form .actions input[type='submit']:hover,
  form .actions input[type='submit']:focus,
  form:not(.hs-form) input[type='submit']:active,
  form .actions input[type='submit']:active  {
    
      font-weight:400;  
          font-family: TTNormsPro;
    
    
    background-color: 

  
  
    
  


  rgba(254, 99, 26, 0.8)

;
    border: 1px solid #FE631A;
    color: #FFFFFF;
    
     /* for ep only */
      color: var(--primary-color);
      border-color: var(--primary-color);
  }

  





  form:not(.hs-form) input[type='submit'],
  form .actions input[type='submit'] {
    font-size: 20px;
    padding: 12px 28px;
  }



/* Inline Thank You Message */

.submitted-message {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 1px none #D0D0D0;
  border-radius: 0px;
  padding: 0px 0px;
}





/* Table */

table {
  border: 1px solid #707070;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #707070;

  padding: 18px;

  color: #707070;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(254, 99, 26, 1.0)

;
  color: #FFFFFF;
  
  /* for ep only */
  background-color: var(--primary-color);
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #707070;
}





.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #ECECF8;
  font-family: arial, helvetica, sans-serif;
}

.menu__child-toggle-icon {
  border-top-color: #ECECF8;
}

.menu .menu__link:hover,
.menu .menu__link: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,
.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #c4c4d0;
  
  /* for ep only */
  color: var(--primary-color);
  
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus,
.menu__child-toggle-icon:active {
  border-top-color: #c4c4d0;
}



@media (min-width: 1025px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  }
  
  .menu__submenu .menu__link,
  .menu__submenu .menu__link:hover,
  .menu__submenu .menu__link:focus {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #ECECF8;
}

.menu__submenu .menu__link:hover {
    color: var(--primary-color);
}

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

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}

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

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}

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

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

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

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  }

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





.footer {
  background-color: 

  
  
    
  


  rgba(44, 46, 52, 1.0)

;
}

/* 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: #F2F2F2;
}





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

.blog-post {
  padding-top: 0;
}

/* Blog post */

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

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

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


/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  files: [{file=https://22022412.fs1.hubspotusercontent-na1.net/hubfs/22022412/c87cf23d055242a982a9d67b083c606a.ttf, fileId=175995163435, format=truetype, id=15082212}]; font-family: arial, helvetica, sans-serif; font-style: normal; font-weight: normal; name: Regular; style: {"font-weight":400}; svgUrl: https://22022412.fs1.hubspotusercontent-na1.net/hubfs/22022412/marketer_assets/fonts/Riona_Sans/Regular-1724033008473.svg; text-decoration: none;
  text-transform: ;
}

.blog-related-posts__title-link {
  color: #3436c5;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #0c0e9d;
}

.blog-related-posts__title-link:active {
  color: #5c5eed;
}

/* Blog comments */

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

#comments-listing .comment-reply-to {
  color: #3335c4;
}

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

#comments-listing .comment-reply-to:active {
  color: #5b5dec;
}





.hs-search-results__title {
  font-weight: 400; font-family: 'Riona Sans';
  color: #3436c5;
}





/* Blog listing */

.blog-index__post-title-link,
.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus,
.blog-index__post-title-link:active {
  files: [{file=https://22022412.fs1.hubspotusercontent-na1.net/hubfs/22022412/c87cf23d055242a982a9d67b083c606a.ttf, fileId=175995163435, format=truetype, id=15082212}]; font-family: arial, helvetica, sans-serif; font-style: normal; font-weight: normal; name: Regular; style: {"font-weight":400}; svgUrl: https://22022412.fs1.hubspotusercontent-na1.net/hubfs/22022412/marketer_assets/fonts/Riona_Sans/Regular-1724033008473.svg; text-decoration: none;
  text-transform: ;
}

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

.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus {
  color: #0c0e9d;
}

.blog-index__post-title-link:active {
  color: #5c5eed;
}

/* Blog pagination */

.pagination__link-text,
.pagination__link--number {
  color: #707070;
}

.pagination__link:hover .pagination__link-text,
.pagination__link:focus .pagination__link-text,
.pagination__link--number:hover,
.pagination__link--number:focus,
.pagination__link:active .pagination__link-text,
.pagination__link--number:active {
  color: #484848;
}


.pagination__link-icon svg {
  fill: #707070;
}

/* Pricing card */

.card__price {
  font-family: arial, helvetica, sans-serif, serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #3436c5;
  font-size: 45px;
}

.card__body svg {
  fill: #FE631A;
  fill: var(--primary_color);
}

/* Social follow */

.social-links__icon {
  
}

.social-links__icon:hover,
.social-links__icon:focus {
  
}

.social-links__icon:active {
  
  font-family: arial, helvetica, sans-serif, serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #3436c5;
  font-size: 45px;
}



/* custom css */
.dgrid,
.dflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.dflex:before,
.dflex:after,
.dgrid:before,
.dgrid:after{
    content:none;
}

.dgrid{
    display: grid;
}

.vtop,
.cm.vtop >.page-center {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.vcenter,
.cm.vcenter >.page-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.vbottom,
.cm.vbottom >.page-center {
    -webkit-box-align: end;
       -ms-flex-align: end;
     align-items: flex-end;
}

.vstretch,
.cm.vstretch >.page-center {
    -webkit-box-align: stretch;
       -ms-flex-align: stretch;
          align-items: stretch;
}

.acenter,
.cm.acenter >.page-center {
    -webkit-box-pack: center;
       -ms-flex-pack: center;
     justify-content: center;
}

.aspace,
.ajustify,
.cm.aspace >.page-center,
.cm.ajustify >.page-center {
         -webkit-box-pack: justify;
            -ms-flex-pack: justify;
    justify-content: space-between;
}


@media(min-width: 768px) {
  .row-reverse-col {
      flex-direction: row-reverse;
  }

  .row-reverse-col > div {
      margin-left: 0 !important;
  }
  
  .row-reverse-col > div:first-child{
      margin-left: 2.127659574% !important;
  }
  
} 

.dgrid.spanCol:before,
.dgrid.spanCol:after {
    display: none;
}


.dgrid.spanCol > div {
   width: 100%;
   margin-left: 0;
}

@media(min-width: 768px) {
  .dgrid.spanCol .span3{
    grid-column: auto / span 6;
  }
  .dgrid.spanCol .span4{
    grid-column: auto / span 4;
  }
  .dgrid.spanCol .span6{
    grid-column: auto / span 6;
  }
}


@media(min-width: 950px) { 
  .dgrid.spanCol .span3{
    grid-column: auto / span 3;
  }
}

@media(max-width: 767px) {

  .dgrid.spanCol > div {
    grid-column: auto / span 12;
  }
}

img {
  height: auto;
}

.zigzag-image-and-text .text-content {
  margin-bottom: 16px;
}

div[data-global-resource-path*="header"] {
  position: sticky;
  top: 0;
  z-index: 2;
}

.blog-index__post-tags,
.blog-index__post-content .blog-index__post-author-name {
  color: var(--secondary);
}


.header__cta .button.button--simple {
  font-size: 16px;
  line-height: 20px;
  color: #25232E;
  text-transform: none;
}

/* form */
form .hs-button {
    padding: 0;
    background: none;
    border: none;
}

form.hs-form input[type=submit] {
    color:inherit;
}

/* image blob */
.image-with-blob  {
  position: relative;
}

.image-with-blob .blob {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}


.image-with-blob .blob.blob_03 {
   right: -20px;
}

.image-with-blob .blob.blob_17 {
    width: 110%;
    left: -40px;
    top: -20px;
}

.image-with-blob .blob.blob_22 {
    left: 0;
    top: -30px;
    bottom: 0;
}

.image-with-blob .blob.blob_22 svg {
    height: 494px;
    width: 499px;
}

.image-with-blob .blob-svg {
    opacity: 10%;
}

.image-with-blob img {
    position: relative;
}


@media(max-width: 767px) {
  .image-with-blob .blob.blob_17 {
    width: 100%;
  }
}


.blog-author-heading,
.blog-tag-heading {
  padding: 0 1rem;
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
}

.blog-index__post {
  flex: 0 0 100%;
  padding: 1.4rem 10px;
}

.blog-index__post--large .blog-index__post-title-link {
    font-family: var(--secondary-font) !important;
}

.body-container--cases-index .blog-index__post-image-wrapper--small {
    height: 435px;
}

@media screen and (min-width: 768px) {
  
  .blog-index__post {
    margin-bottom: 3rem;
  }
  
  .blog-index__post--small {
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post--small {
    flex: 0 0 calc(100% / 3);
  }
  
  .body-container--cases-index .blog-index__post--small {
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: flex;
    flex: 1 0 100%;
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: 0;
  }
}

.blog-index__post-image {
  height: auto;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image-wrapper--large {
    flex: 1 1 48%;
  }

  .blog-index__post-content--large {
    flex: 1 1 85%;
    padding-right: 2rem;
    padding-top: 0 !important;
  }

  .blog-index__post-content--full-width {
    flex: 1 1 100%;
    padding-left: 0;
  }
}

.hs-blog-post .body-container-wrapper .blog-post { 
    font-size: 20px;
  line-height: 30px;
}

.hs-blog-post .body-container-wrapper .content-wrapper {
    max-width: 1240px;
    padding: 0 20px;
}

.blog-index__post-author-name {
    text-decoration: none;
}

.blog-index__post-timestamp {
  display: block;
  font-weight: 400
}

.blog-index__post-author {
  align-items: center;
  display: flex;
  margin-bottom: 0 !important;
}

.blog-index__post-author-image {
  border-radius: 50%;
  height: auto;
  margin-right: 15px;
  width: 45px;
}


.blog-index__post-tags,
.blog-index__post-title,
.blog-index__post-timestamp,
.blog-index__post-author,
.blog-index__post-image--small {
  margin: 0 0 0.7rem;
}

.blog-index__post-tag {
  opacity: 0.8; 
}

.blog-index__post-image-wrapper--small {
    height: 228px;
    display: block;
}

.blog-index__post-image-wrapper--small > img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.blog-index__post-content {
    padding-top: 30px;
}

.button-and-author {
  display: flex; 
  align-items: center;
  margin-top: 16px;
}

.button-and-author > div {
  margin-right: 16px;
  margin-bottom: 0;
}

.blog-index__post-button {
    margin-bottom: 0;
}

.blog-index__post-button svg {
    opacity: 0.20000000298023224;
}

/* Footer */
.post-image-caroussel {
  margin-top: 2rem;
}

a[data-hs-anchor="true"] {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}

/* custom css */
h4 {
  font-weight: 500;
   font-family: TTNormsPro;
}
h5 {
  font-weight: 400;
  margin-bottom: 10px;
}

fieldset .hs-input:not([type="radio"]):not([type="checkbox"]) {
    width: 100% !important;
}

.header {
  box-shadow: none;
  position: fixed;
  width: 100%;
  top: 0;
}

.header__cta .button .button__icon svg,
.button .button__icon svg {
  fill: none;
}


.button.button--simple .button__icon svg path {
  fill: rgba(51, 53, 196, 0.10);;
}

.header__menu--cta {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}


.header__cta.header__desktop {
    display: flex;
}

.header__cta.header__desktop a {
    margin-bottom: 0;
    margin-right: 24px;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);

}

.body-wrapper:not(.open) #hs_cos_wrapper_site_logo_nav_open {
    display: none;
}

.body-wrapper.open #hs_cos_wrapper_site_logo {
    display: none;
}


.header__navigation {
  background: #2A2E34 !important;
}

.header__navigation {
    right: -100% !important;
    left: initial;
    transition: .9s;
    position: absolute;
    z-index: 2;
    display: block;
    top: 0 !important;
    margin-top: 0;
    height: 100vh;
    padding-top: 100px;

}

.header__navigation.open {
    right: 0 !important;
    left: initial;
}

.header .menu__submenu--level-2>.menu__item:first-child:before {
    display: none !important;
}

div#hs_cos_wrapper_navigation-primary {
    height: 85%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__navigation .menu--desktop .menu__item--depth-1 {
        display: flex;
    width: 100%;
}

.header__navigation .menu__item--depth-1 {
    padding: 0 0 20px;
    border-bottom: 1px solid #000;
   width: 100%;
      margin-bottom: 30px;
}

.header__navigation .menu__item--depth-1:last-child {
   border-bottom: 0;
}

.header__navigation .menu__submenu {
   width: 100%;
   position: relative;
   transform: none;
   display: block;
}

.header__navigation .menu__item--depth-1>.menu__child-toggle {
  display: none;
}

.header__navigation .menu--desktop {
    width: 100%;
    max-width: 744px;
}

.menu__item--depth-1 > .menu__link {
  width: 100% !important;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-family: obvia;
  font-size: 25px;
}

.header__navigation .menu__submenu {
    box-shadow: none;
}

.header__navigation .menu__submenu .menu__item {
    border: 0;
}

.header__navigation .menu__submenu .menu__link {
    padding: 0;
    border-bottom: none;
}

.header__navigation .menu__submenu .menu__link {
    font-family: var(--primary-font);
    font-size: 15px;
    padding-top: 8px;
}

.header.scroll {
  background: #fff;
}

.header__navigation--toggle {
      cursor: pointer;
      height: 26px;
      margin: 0 auto;
      position: relative;
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0);
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      -o-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      width: 38px;
      z-index: 999;
      background: none !important;
  
  }
  
  .header__navigation--toggle span {
      border-radius: 9px;
      display: block;
      height: 4px;
      left: 0;
      opacity: 1;
      position: absolute;
      transform: rotate(0deg);
      transition: .25s ease-in-out;
      width: 100%;
      background: #2a2e34;
  }
  
  .header__navigation--toggle span:first-child {
      top: 0;
  }
  
  .header__navigation--toggle span:nth-child(2), 
  .header__navigation--toggle span:nth-child(3) {
      top: 10px;
  }
  
  .header__navigation--toggle span:nth-child(4) {
      top: 20px;
  }

./*header.scroll .header__navigation--toggle span {
    background: #2a2e34;
  }*/
  

  .header__navigation--toggle.open {
    display: block !important;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open span {
      background: #fff;
  }  

  .header__navigation--toggle.open span:first-child {
      left: 50%;
      top: 18px;
      width: 0;
  }
  
  .header__navigation--toggle.open span:nth-child(2) {
      transform: rotate(45deg);
  }
  
  .header__navigation--toggle.open span:nth-child(3) {
    transform: rotate(-45deg);
  }
  
  .header__navigation--toggle.open span:nth-child(4) {
      left: 50%;
      top: 18px;
      width: 0;
  }

.header__close--toggle {
  display: none !important;
}

.header__navigation--toggle.hide.open {
   display: block; 
}


@media(min-width: 1025px) {
  .menu__item--depth-1 > .menu__link {
    font-size: 40px;
    line-height: 65px;
    margin-right: 30px;
  }
  
  .header {
    padding: 0 40px;
    right: 75px;
    width: calc(100% - 75px);
  }
  
  .header__container {
    max-width: 100% !important;
  }
  
  body {
    position: relative;
    padding-right: 75px;
  }
  
  
  body:before {
    content: "";
    background: #2A2E34;
    width: 75px;
    position: absolute;
    right: 0;
    z-index: 2;
    height: 100%;
  }
  
  .header__navigation--toggle span {
    background: #fff;
  }
  
  .header__navigation--toggle {
    right: -20px;
    }
  
  .header__logo, .header__cta {
    position: relative;
    z-index: 3;
  }
  
  .header__menu--cta {
     margin-right: -75px;
  }
}

@media(max-width: 1024px) {
  .header__cta.header__desktop {
      display: none !important;
  }
  
  .header__navigation {
    padding: 0 25px 25px;
  }
  
  div#hs_cos_wrapper_navigation-primary {
      height: auto;
      display: block;
      
  }
  
  .menu__item--depth-1>.menu__link {
    padding: 0 !important;
  }
  
  .header__navigation .menu__item--depth-1 {
      padding: 0 0 20px;
      margin-bottom: 20px;
  }
  
  .header__navigation.open {
    height: 100vh;
    overflow: scroll;
    padding-top: 50px;
  }
  
  .header__cta.header__mobile a.button {
    width: 100%;
    margin-bottom: 10px !important;
  }
  
}

.body-container .dnd-section.row-fluid-wrapper:first-child {
   padding-top: 100px;
}

@media(min-width: 768px) {
  .body-container .dnd-section.row-fluid-wrapper:first-child {
    padding-top: 200px;
  }
}

.menu--desktop {
    display: block;
    width: 100%;
    max-width: 744px;
}

.hs_cos_wrapper_type_rich_text ul {
    padding: 0;
    list-style-type: none;
    margin-top: 20px;
}

.hs_cos_wrapper_type_rich_text ul li {
    position: relative;
    margin-bottom: 10px;
    color: #2A2E34;
    font-weight: 300;
    padding-left: 40px;
}

.hs_cos_wrapper_type_rich_text ul li:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='19' viewBox='0 0 25 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.49111 18.3907L0.366101 10.2657C-0.122034 9.77754 -0.122034 8.98608 0.366101 8.4979L2.13383 6.73012C2.62196 6.24194 3.41347 6.24194 3.9016 6.73012L9.375 12.2035L21.0984 0.480115C21.5865 -0.00802016 22.378 -0.00802016 22.8662 0.480115L24.6339 2.24789C25.122 2.73603 25.122 3.52748 24.6339 4.01566L10.2589 18.3907C9.7707 18.8789 8.97924 18.8789 8.49111 18.3907Z' fill='%23FF6319'/%3E%3C/svg%3E%0A");
    width: 25px;
    height: 19px;
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
}

.tag {
    color: #3335C4;
    font-size: 18px;
    font-weight: 500;
    background: #ECECF8;
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 0.54px;
    margin-bottom: 20px;
}

.tag.bg-white {
    background: #fff;
}

.button--simple {
    display: flex;
    align-items: center;
}

.button--simple .link-icon {
    padding-left: 10px;
    height: 22px;
}

.hs-blog-listing .blog-index {
    margin-top: 3rem;
}

.blog-index__post {
    background: #F5F5FC;
    position: relative;
      transition: .3s;
}

.blog-index__post-tag {
    opacity: 1;
    background: #ECECF8;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    text-transform: uppercase;
    margin-right: 10px;
    padding: 10px; 
}

.blog-index__post-content {
    padding: 25px;
    position: relative;
    z-index: 1;
}

.blog-index__post-title {
    font-size: 26px;
    line-height: 36px;
}

.blog-index__post-title .blog-index__post-title-link {
        color: inherit;
    font-weight: 500;
}

.blog-index__post .date-link-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.blog-index__post .button-and-author {
    margin-top: 0;
}

.blog-index__post-timestamp {
  margin-bottom: 0;
  opacity: 0.20000000298023224;
  color: #3335C4;
}

.blog-index__post-image-wrapper {
  position: relative;
  display: block;
}

.full-post-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.blog-index__post:hover {
  background: #3335C4;
  color: #fff;
}

.blog-index__post:hover .blog-index__post-tag {
  background: #282a9a;
  color: #fff;
}

.blog-index__post:hover .blog-index__post-button {
     color: #fff;
}

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

.blog-index__post:hover .blog-index__post-timestamp {
    color: #fff;
    opacity: 0.5;
}

.blog-index__post:hover .blog-index__post-image-wrapper:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.800000011920929;
  background: #3335C4;
  z-index: 2;
}

.blog-index__post .blog-index-tag-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.blog-index__post .blog-index-tag-date .blog-index__post-tags {
    margin: 0;
}

.blog-index__post--large .blog-index__post-button-wrapper {
    text-align: right;
}

.blog-index__post.blog-index__post--large:hover .blog-index__post-title a {
      background: #ECECF8;
    color: var(--link-color);
}

.blog-index__post {
    padding: 0;
  margin-bottom: 20px;
}

.blog-index__post-image-wrapper img {
  width: 100%;
  }

@media(min-width: 768px) {
  .blog-index {
    grid-gap: 64px;
  }
  
  .blog-index__post {
    display: flex;
    flex-direction: row-reverse;
  }
  
  .blog-index__post--small {
    flex: 0 0 calc((100% / 2) - 34px);
    padding: 0;
  }
  
  .blog-index__post-image-wrapper {
    height: 100%;
  }
  
  .blog-index__post .blog-index__post-image-wrapper {
    width: 47%;
  }
  
  .blog-index__post-content {
    width: 53%;
  }
  
  .blog-index__post--large.blog-index__post {
    padding: 0;
    flex-direction: row;
    transition: none;
        min-height: 522px;
  }
  
  .blog-index__post--large.blog-index__post .blog-index__post-image-wrapper {
    width: 50%;
    position: relative;
    flex: 1 1 50%;
        display: block;
    min-height: 522px;
    overflow: hidden;
  }
  
  .blog-index__post--large.blog-index__post .blog-index__post-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    display: block;
    top: 0;
  }
  
  .blog-index__post--large.blog-index__post .blog-index__post-content {
    width: 50%;
    flex: 1 1 50%;
    padding: 25px 50px !important; 
  }
  
  .blog-index__post.blog-index__post--large .blog-index__post-title {
    max-width: 700px;
  }
  
  .blog-index__post.blog-index__post--large .blog-index__post-title a {
    font-size: 50px;
    line-height: normal;
    color: #fff;
    background: var(--link-color);
    display: inline;
  }
  
  .blog-index__post--large.blog-index__post:hover {
    flex-direction: row-reverse;
  }
}


.body-container.body-container--blog-post {
    padding-top: 80px;
}

@media(max-width: 767px) {
  .hs-blog-post .body-container-wrapper .blog-post {
     padding-top: 30px;
  }
  
  .hs-blog-post .date-and-author {
    margin-top: 0;
  }
}

/* footer */
.footer p {
  font-size: 16px;
}
.footer .button--simple {
    justify-content: center;
    color: #fff !important;
    font-size: 30px;
    border-bottom: 1px solid #fff !important;
    display: inline-flex;
}

.footer .social-links__icon svg {
    fill: #fff;
}

.footer .hs-menu-wrapper.hs-menu-flow-horizontal ul li:last-child {
    margin-right: 0;
}

.footer .hs-menu-wrapper.hs-menu-flow-horizontal ul li a {
  font-size: 16px;
  font-style: normal;
}

.footer .hs-menu-flow-horizontal ul li a {
    color: #F2F2F2;
    border-bottom: 1px solid #fff;
  }

@media(min-width: 768px) {
  .footer .hs-menu-flow-horizontal ul {
    justify-content: flex-end;
  }
  
  
}

@media(max-width: 767px) {
  .footer {
      text-align:center;
  }
  
  .footer .hs-menu-wrapper.hs-menu-flow-horizontal ul li {
    margin-right: 0;
    margin-bottom: 10px;
  }
  
  .footer .social-links {
    justify-content: center;
  }
  
  [data-aos^=fade][data-aos^=fade],[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1 !important;
    transform: none !important;
  }

}