/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

h1, h2, h3, h4, h5, h6, ol, ul {
 font-family: Raleway,helvetica,sans-serif;
}

a, body, p {
  font-family: Raleway,helvetica,sans-serif;
  font-style: normal;
  font-weight: 400;
}

a:active, a:focus, a:hover {
  font-family: Raleway,helvetica,sans-serif;
}

.content-wrapper,
.dnd-section > .row-fluid {
  max-width: 1640px;
  padding-left: 20px;
  padding-right: 20px;
}



header.header--no-navigation {
  pointer-events: none;
  cursor: pointer;
}


.header {
  position: fixed;
  width: 100%;
  z-index: 99;
}

.header__logo--main {
  padding-top: 0;
}

.header, tfoot td, .menu--mobile, .footer {
  background-color: #1a1923;
  padding: 13px;
  line-height: 1em;
}

.header__language-switcher .lang_list_class li a, 
.header__language-switcher-label-current, 
.header__logo .logo-company-name, 
.menu__link,
.menu__link, 
.menu__link:active, 
.menu__link:focus, 
.menu__link:hover {
 /* text-transform: unset !important; */
  color: #ffffff;
  font-family: Raleway,helvetica,sans-serif;
   padding: 15px 8px;
}

.header__language-switcher .lang_list_class li a:focus, 
.header__language-switcher .lang_list_class li:hover a, 
.header__language-switcher-label-current:focus, 
.header__language-switcher-label-current:hover, 
.menu .menu__link:focus, 
.menu .menu__link:hover {
  color: #ffffff;
}

#hs_cos_wrapper_navigation-primary .menu__submenu .menu__link, 
#hs_cos_wrapper_navigation-primary .menu__submenu .menu__link:hover, 
#hs_cos_wrapper_navigation-primary .menu__submenu .menu__link:focus {
  color: inherit;
  font-size: 14px;
}

.menu__item.menu__item--depth-2.hs-skip-lang-url-rewrite:hover {
  background: #ddd !important;
}


.menu__item--depth-1 {
	text-transform: unset !important;  
  border-top: none !important;
  margin: 10px;
}

.menu__item--depth-1:hover {
  background: #333;
  color: #fff;
  text-decoration: none;
  border-color: #fff;
  border-radius: 600px;
}


/*
.hs-button {
  color: #ffffff;
  background-color: transparent !important;
  text-transform: uppercase;
  font-family: Raleway, sans-serif !important;
}

.hs-button:hover {
  color: #2f78e0 !important;
  text-decoration: underline;
  text-underline-offset: 5px;
  background: 0 0;
}
*/

button, .button, .button_cta a {
  border-radius: 100px;
  color: rgba(255, 255, 255, 1);
  padding: 15px 40px;
  font-family: Raleway, sans-serif !important;
 /* font-size: 0.75rem; */
  font-weight: bold !imopotant;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  cursor: pointer;
  line-height: 1.1;
  letter-spacing: 0.03em;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: all 0.15s linear;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  background: transparent linear-gradient(110deg,#3b38ff 0,#1862e8 100%) 0 0 no-repeat padding-box;
  border: none;
  padding: 19px 40px;
  text-wrap: nowrap;
  text-transform: unset;

}

.hs-button { text-decoration: none !important; }

/*------ new menu----- */


  header .menu__item.menu__item--depth-1:nth-child(7) {
   background: transparent linear-gradient(110deg,#3b38ff,#1862e8) 0 0 no-repeat padding-box;
    border-radius: 100px;
    padding: 19px 40px;
    border: 1px solid transparent !important;
/*    background-color: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Raleway,sans-serif !important;
    font-weight: bold !imopotant;
    height: auto;
    letter-spacing: .03em;
    line-height: 1.1;
    margin: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: unset;
    text-wrap: nowrap;
    transition: all .15s linear;
    width: auto; 
*/
  }

  header .menu__item.menu__item--depth-1:nth-child(7):hover {
    border: 2px solid #2f78e0 !important;
    background: none;
}

  header .menu__item.menu__item--depth-1:last-child .menu__link:hover {
    color: #2f78e0 !important;
    text-decoration: underline;
    text-underline-offset: 5px;
}
  

header .menu__item.menu__item--depth-1:last-child:hover {
  background: transparent;

}

.menu__item--depth-1 > .menu__link { 
  font-weight: 600;
}


.menu__link {
  font-size: /* 1rem */ 16px; !important;
  line-height: 1em !important;
}


  header .menu__child-toggle-icon {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
/*    margin-left: 16px; */
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    transform-origin: 3px 3px;
    transition: transform .25s ease-in-out;
    border-left: none;
    border-top: none;
  }
  

#hs_cos_wrapper_navigation-primary .menu .menu__submenu {
  background: #f1f1f1;
  color: #666;
  border-radius: 20px;
  padding: 10px 0 !important;
  overflow: hidden;
  border: none;
  left: 135px;
}

  #hs_cos_wrapper_navigation-primary .menu__submenu--level-2 > .menu__item:first-child::before {
    display: none;
  }


.menu__submenu .menu__item {
  border: none !important;
  background: transparent !important;
}


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

 /*--------------------------------------------------------- BEGIN NEW NAV. */
  
  .header__logo--main {
    display: inline-block;
  }
  
  .header__container.content-wrapper {
    align-items: center;
    display: flex;
   /* height: 90px; */
    /*width: unset;*/
  } 
  
  .header__container .header__column {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    justify-content: space-between;
    justify-content: end;
  }
  
  /*--------------------------------------------------------- END NEW NAV. */

  .menu--mobile {
  }
  
  .menu__item--depth-1 > .menu__child-toggle {
    padding-right: 6px;
  }










/*--------end menu ----------*/






main {
  padding-top: 105px;
}

footer.footer {
  background-color: #1a1923;
  color: #d0d3d4;
  padding-top: 68px;
  padding-bottom: 60px;
}

footer .dnd-section > .row-fluid,
footer .dnd-section .dnd-column,
footer .dnd-section {
  padding: 0;
}

footer a, 
footer a:hover {
  color: #d0d3d4;
  font-size: 17px;
  text-decoration: none;
  font-family: Raleway,helvetica,sans-serif;
  letter-spacing: 0;
  color: #d0d3d4;
  line-height: 22px;
}

footer a:hover {
  text-decoration: underline;
}

footer .terms-btm, footer .links-btm a {
  font-size: 14px;
  line-height: 1.714285em;
  font-family: Roboto,arial,helvetica,sans-serif;
  color: #fafaf9;
}

footer .terms-btm {
  padding-top: 54px;
}


footer .terms-btm a {
  margin-right: 16px;
  color: #d0d3d4;
  text-decoration: none;
}

footer .disclaimer {
  margin-bottom: 20px;
}


footer .links-btm a, footer .links-btm span {
  margin-right: 16px;
  color: #d0d3d4;
  text-decoration: none;
}

footer .site-info {
  font-family: Roboto,arial,helvetica,sans-serif;
  color: #fafaf9;
}


footer .socials {
  display: flex;
  margin-bottom: 15px;
}


footer .socials a {
  width: 40px;
  margin-right: 50px;
  color: #d0d3d4;
  text-decoration: none;
}



  footer .hs-menu-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding-left: 0;
    justify-content: space-between;
    width: 100%;
  }



footer .row-fluid [class*="span"] {
  /*width: auto;*/
  width: 100%;
  margin: 0;
  
}






footer .hs-menu-item.hs-menu-depth-1 > a {
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 31.5px;
  font-family: Raleway,helvetica,sans-serif;
  margin-bottom: 18px;
  display: inline-block;
}

.hs-menu-item.hs-menu-depth-1 {
  /*max-width: 21%;*/
  margin-bottom: 60px;
}

footer .span4.widget-span.widget-type-cell.dnd-column {  /* footer menu logo column */
  max-width: 20%;
}


footer #hs_cos_wrapper_widget_1723214225627 .button, /* Try now button */
footer #hs_cos_wrapper_widget_1723214238237 .button { /* Login Button */
  width: 100%;
  margin-bottom: 20px;
  font-family: Raleway,helvetica,sans-serif;
  font-weight: 500;
  background: transparent linear-gradient(107deg,#3b38ff 0,#1862e8 100%) 0 0 no-repeat padding-box;
  border-radius: 600px;
  color: #fff;
  font-size: 16px;
  padding-right: 40px;
  padding-left: 40px;
  border: 2px solid transparent;
  transition: .5s;
  line-height: 1.3em;
}

footer #hs_cos_wrapper_widget_1723214238237 .button:hover { /* Login Button */
    background: #fff;
    border-color: #fff;
    color: #2f78e0;
}

footer #hs_cos_wrapper_widget_1723214225627 .button { /* Try now button */
  background: 0 0;
  border-color: #2f78e0;
  color: #2f78e0;
}

footer #hs_cos_wrapper_widget_1723214225627 .button:hover {
  background: transparent linear-gradient(107deg,#3b38ff 0,#1862e8 100%) 0 0 no-repeat padding-box;
  border-color: transparent;
  color: #fff;
}



footer .hs-image-widget { /* logo image */
  margin-bottom: 30px;
}




/* ========================= start content ============================= */


body, 
.information-form .hs_cos_wrapper_type_form .hs-button.primary.large, 
.information-form .hs_cos_wrapper_type_form select,
.information-form .hs_cos_wrapper_type_form input,
.information-form .hs_cos_wrapper_type_form textarea,
button, input, optgroup, select, textarea,
.button:active, .button:focus, .button:hover, .submitted-message, button:active, button:focus, button:hover, form
{
  font-family: Raleway, sans-serif !important;
}

.information-form .hs_cos_wrapper_type_form .hs-button.primary.large, 
.information-form .hs_cos_wrapper_type_form select,
.information-form .hs_cos_wrapper_type_form input,
.information-form .hs_cos_wrapper_type_form textarea {
  font-weight: normal !important;
}


.dnd_area-row-0-force-full-width-section > .row-fluid {
  max-width: 1640px !important;
  margin: 0 auto;
}

main a,
#main-content a {
  text-decoration: none;
}


main .container-fluid,
.dnd_area-row-0-background-gradient
/*main [class*="-background-gradient"]*/{
  position: relative;
  min-height: 550px;
}

main .container-fluid .row-fluid-wrapper.dnd_area-row-0-background-gradient
/*main .container-fluid .row-fluid-wrapper[class*="-background-gradient"]*/{
  background-image: none !important;
  padding:0;
}

/* main .container-fluid,
.dnd_area-row-0-background-gradient, */
/*main .container-fluid::before, */
.dnd_area-row-0-background-gradient::before,
/*main [class*="-background-gradient"]::before,*/
.idi-gradient-bkgd::before {
    overflow-y: scroll;
    position: relative;
    scrollbar-width: none;
    -ms-overflow-style: none;
    background: transparent linear-gradient(180deg,#1a1923 4%,#4a47e3 32%,#5473d4 48%,#6ad8b1 100%) 0 0 no-repeat padding-box !important;
    background-position-x: 0px !important;
    background-position-y: 0px !important;
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    opacity: .85; /*was .85 */
    height: 100%;
    width: 100%;
    display: block;
    content: "";
    z-index: -1;
}

main .container-fluid .row-fluid-wrapper,
.dnd_area-row-0-background-gradient .row-fluid-wrapper
/*main [class*="-background-gradient"] .row-fluid-wrapper*/{ 
  color: #fff;
  padding: 0;
  position: relative;
}

.dnd_area-dnd_partial-2-column-1-vertical-alignment.widget-span,
.landing-section-hero > .row-fluid .span6:first-child {
  justify-content: start !important;
  display: block !important;
  margin: 50px auto;
  padding: 0;
}

.dnd_area-dnd_partial-2-column-1-vertical-alignment.widget-span H1 {
  font-weight: 700;
  /*text-transform: uppercase;*/
}

.dnd_area-dnd_partial-2-column-1-vertical-alignment.widget-span > .row-number-2 {

}

.breadcrumbs {
  font-size: 14px;
  line-height: 24px;
  text-transform: none;
  font-family: Raleway,helvetica,sans-serif;
  letter-spacing: 1.4px;
    margin-bottom: 80px;
}

.large-text.mb-5 {
  font-family: Raleway,sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
}


main .container-fluid h1,
main .container-fluid h2,
main .container-fluid h3,
main .container-fluid h4,
main .container-fluid h5,
main .container-fluid h6,
main .container-fluid li,
main .container-fluid p,
main .container-fluid a,
main .container-fluid a:hover{
  color:#fff;
}

.idi-form-wrapper, .widget-type-form {
  font-family: Raleway,helvetica,sans-serif;
  z-index: 10;
  position: relative;
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 0 20px rgba(0,0,0,.2);
  border-radius: 100px 5px;
  padding: 66px 50px;
  color: #4b6b7d;
  margin: 88px auto;
}

.widget-type-form h2,
.widget-type-form h3,
.widget-type-form h4,
.widget-type-form h5,
.widget-type-form h6,
.widget-type-form li,
.widget-type-form p,
.widget-type-form a,
.widget-type-form a:hover{
  color: #4b6b7d;
}
  
.widget-type-form .field.hs-form-field label {
  font-family: Raleway,helvetica,sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #4b6b7d !important;
}  
  
.widget-type-form .hs-button.primary, 
.widget-type-form input[type="button"], 
.widget-type-form input[type="submit"] {
  font-family: Raleway,helvetica,sans-serif;
  font-weight: 500;
  background: transparent linear-gradient(107deg,#3b38ff 0,#1862e8 100%) 0 0 no-repeat padding-box;
  border-radius: 600px;
  color: #fff;
  font-size: 16px;
  padding-right: 40px;
  padding-left: 40px;
  border: 2px solid transparent;
  transition: .5s;
  line-height: 45px;
}
  

.widget-type-form .hs-button.primary:hover, 
.widget-type-form input[type="button"]:hover, 
.widget-type-form input[type="submit"]:hover { 
  background: #fff;
  border-color: #fff;
  color: #2f78e0;
  border: 2px solid #1b5dea;
  }
  


/* ========================= end content ============================= */




















/*
footer .row-number-1.dnd-section .row-fluid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


@media screen and (min-width: 1800px) {
  footer .row-number-1.dnd-section .row-fluid .dnd-column {
    max-width: 15%;
  }
}
*/

@media (max-width: 1800px) {
  
  .menu__item--depth-1 {
    margin: 0px;
  }
  
}

@media screen and (min-width: 1200px) {
  
  .links-btm, .terms-btm {
    width: 58.33333333%;
  }

/* ========================= start content ============================= */  

/*.row-fluid-wrapper.row-depth-1.row-number-1.dnd-section.landing-section-hero.idi-gradient-bkgd*/  
.row-fluid-wrapper {
  position: relative;
}
  
  
  .idi-form-wrapper form, .widget-type-form form {
    margin: 60px;
  }
  
 /* main .container-fluid::after,*/
.dnd_area-row-0-background-gradient::after,
/*main [class*="-background-gradient"]::after,*/
.idi-gradient-bkgd::after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(https://21292560.fs1.hubspotusercontent-na1.net/hubfs/21292560/landing-pages-assets/circut-100.svg) !important;
  background-position: -563px 208px;
  background-size: 1233px 712px;
  position: absolute;
  transform: translate(0,0) rotate(180deg) scaley(-1);
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  opacity: .4;
  z-index: -1;
}
  
/* ========================= end content ============================= */
  


}

  
@media (max-width: 1200px) {
  
  .header__logo img {
    width: 75px !important;
  }  

  .hamburger-wrap .toggle-icon, 
  .hamburger-wrap .toggle-icon::before, 
  .hamburger-wrap .toggle-icon::after {
    width: 32px;
    height: 4px;
    background-color: #ddd;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease;
    display:block;
  }

  .hamburger-wrap .toggle-icon::before, 
  .hamburger-wrap .toggle-icon::after {
    content: "";
    display: block;
  }

  .hamburger-wrap .toggle-icon::before  {
    top: 8px;
    transition-property: transform,opacity;
    transition-timing-function: ease;
    transition-duration: .15s;
  }

  .hamburger-wrap .toggle-icon::after {
    bottom: -10px;
    top: 16px;
    left: 0;
  }

  /*----open hamburger----*/

    .header__close--toggle,
    .header__navigation--toggle {
      background-image: none; 
    }

  .hamburger-wrap.open .toggle-icon,
  .hamburger-wrap.show .toggle-icon{
    top: -2px;
  }

  .hamburger-wrap.open .toggle-icon,
  .hamburger-wrap.show .toggle-icon{
    transform: translate3d(0,10px,0) rotate(45deg);
    display: block;
  }

  .hamburger-wrap.open .toggle-icon::before,
  .hamburger-wrap.show .toggle-icon::before{
    transform: rotate(-45deg) translate3d(-5.71429px,-6px,0);
    opacity: 0;
  }

  .hamburger-wrap.open .toggle-icon::after,
  .hamburger-wrap.show .toggle-icon::after{
    transform: translate3d(0,-16px,0) rotate(-90deg);
  }

  main {
    padding-top: 70px;
  }
  
    footer .span4.widget-span.widget-type-cell.dnd-column {  /* footer menu logo column */
     max-width: 35%;
    }
  
  
}

@media (max-width: 1199px) {
  .menu__link {
    font-size: 14px !important;
    padding: 15px 20px !important;
  }
  
  .menu__item:hover .menu__link.menu__link--toggle,
  .menu__item--open > .menu__link {
    background: #333;
    border-radius: 600px;
    width: 100% !important;
    color: #2f78e0;
  }
  
  .menu__item--depth-1:hover {
    background: none;
  }
  
  .menu__item--depth-1{
    padding: 0;
    margin-bottom: 10px;
  } 
  
  #hs_cos_wrapper_navigation-primary .menu__submenu .menu__link, 
  #hs_cos_wrapper_navigation-primary .menu__submenu .menu__link:hover, 
  #hs_cos_wrapper_navigation-primary .menu__submenu .menu__link:focus {
    padding: 10px 20px !important;
  }
  
  header .menu__child-toggle-icon {
    transform-origin: 10px 3px;
  }
  
  header .menu__item.menu__item--depth-1:nth-child(6) {
    padding: 5px 10px;
  }  
  
  
  
}

@media screen and (min-width: 768px) {
  footer .dnd-section > .row-fluid:first-child { /* footer menu columns wrapper */
    display: flex;
  }
  
  footer .span4.widget-span.widget-type-cell.dnd-column {
    padding-right: 40px;
  }
  
  .dnd_area-dnd_partial-2-column-1-vertical-alignment {
    justify-content: start !important;
  }
  
}

@media screen and (max-width: 768px) {
    
  footer .span4.widget-span.widget-type-cell.dnd-column {  /* footer menu logo column */
     max-width: 100%;
    text-align: center;
    
  }
  
  footer .dnd-section > .row-fluid:first-child,
  .widget_1723214158431-flexbox-positioning > div,
  footer .hs-menu-wrapper ul
    { /* footer menu columns wrapper */
      text-align: center;
      margin: 0 auto;
      display: block;
  }
  
}