{# reset class global #}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

.header *, .header *:before, .header *:after {
  box-sizing: border-box;
  transition: all .2s ease 0s;
}

.site-content, .body-container-wrapper {
  margin-top: 76px;
}
@media (min-width: 1200px) {
  .site-content, .body-container-wrapper {
    margin-top: 120px
  }
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #fff;
  font-family: "Barlow", sans-serif;
  line-height: 1.4;
}

.header .container {
  padding-left: 12px;
  padding-right: 12px
}

.header img { vertical-align: middle; }

.header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header .header-top, .header-collapse {
  display: none;
  transition: all .3s ease-in-out 0s;
}

.header .nav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header .button-blue {
  padding: 8px 24px;
  text-transform: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  text-align: center;
  font-weight: 400;
  border: 1px solid transparent;
  background-color: #53E0DC;
  color: #000042;
}

.header .button-blue:hover {
  background-color: #23237B;
  color: #fff;
}


/* header-top */
.header-top {
  border-bottom: 1px solid #F3F3F3;
  padding: 10px 0
}

.header-top ul {
  display: flex;
  gap: 15px;
  justify-content: end;
}

.header-top li a {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #23237B;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; 
}

.header-top li a span { color: #23237B; }

/* header bottom */
.header-bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

/* .menu-nav .has-mega { position: relative } */

.menu-nav .menu-link {
  color: #000042;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px; 
  display: flex;
}

.menu-nav .has-mega .menu-link:after {
  content: '';
  background: url('https://4259277.fs1.hubspotusercontent-na1.net/hubfs/4259277/header-mega-menu/ico-arrow-down.svg') no-repeat top center;
  width: 24px;
  height: 24px;
  display: inline-flex;
}

.mega-menu .columns {
  display: grid;
  gap: 40px;
}

.mega-menu .section-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 30px
}

.mega-menu .section-header img { display: block }

.mega-menu .section-header h3 {
  color: #23237B;
  font-size: 21px;
  font-weight: 700;
  line-height: 30px; 
  margin: 0;
  border-left: 1px solid #E3E3EC;
  padding-left: 10px
}

.mega-menu .col-items li span {
  color: #000042;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px
}

.mega-menu .col-items li span:before {
  content: '';
  background: url('https://4259277.fs1.hubspotusercontent-na1.net/hubfs/4259277/header-mega-menu/ico-arrow-left.svg') no-repeat top center;
  width: 13px;
  height: 10px;
  display: inline-flex
}

.mega-menu .col-items li a {
  color: #53535F;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  margin: 0
}

.mega-menu .card {
  background: #F5F6FA;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mega-menu .card h4 {
  color: #000042;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin: 0
}

.mega-menu .card p, .mega-menu .col-items li {
  color: #53535F;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px; 
  margin: 0;
}

.mega-menu .col:not(.col-testimonial) .card p {
  border-left: 1px solid #F57E3D;
  padding-left: 8px
}

.mega-menu .card .button-blue {
  padding: 4px 24px;
  width: fit-content;
}

.mega-menu .cards .card h4 { font-weight: 600; }

.col-testimonial .author {
  display: flex;
  align-items: center;
}

.col-testimonial .author .avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
}

.col-testimonial .author .bio { 
  width: calc(100% - 42px);
  padding-left: 10px
}

.col-testimonial .author strong {
  color: #23237B;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px; 
  display: block
}

.col-secondary li a {
  color: #000042;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 7px;
}

.col-secondary li a:before {
  content: '';
  background: url('https://4259277.fs1.hubspotusercontent-na1.net/hubfs/4259277/header-mega-menu/ico-arrow-left.svg') no-repeat top center;
  width: 13px;
  height: 10px;
  display: inline-flex
}

.col-secondary li.active a {
  font-weight: 700;
  border-bottom: 2px dotted #53E0DC
}

.col-secondary li.active a:before {
  background: url('https://4259277.fs1.hubspotusercontent-na1.net/hubfs/4259277/header-mega-menu/ico-arrow-active.svg') no-repeat top center;
}

.col-secondary li a:hover, .mega-menu .col-items li a:hover span {
  color: #4040b2
}

.header-toggle {
  width: 24px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 15px;
  cursor: pointer;
  transform: translateY(-50%);
}
.header-toggle span {
  background-color: #23237b;
  display: block;
  margin: 0;
  width: 24px;
  height: 3.5px;
  transition: all .3s ease-in-out;
  border-radius: 4px;
  position: absolute;
}
.header-toggle span:first-child {
  top: 0;
}
.header-toggle span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.header-toggle span:last-child {
  bottom: 0;
}
.header-toggle.open {
  z-index: 6;
}
.header-toggle.open span {
  background-color: #23237b;
  opacity: 0;
  transition: background .2s,top .2s,left .2s,opacity .2s,transform .2s .25s
}
.header-toggle.open span:first-child {
  top: 5px;
  opacity: 1;
  transform: rotate(45deg);
}
.header-toggle.open span:last-child {
  top: 5px;
  opacity: 1;
  transform: rotate(-45deg);
}

@media (min-width: 1200px) {
  .header.fixed .header-top {
    padding: 0;
    height: 0;
    overflow: hidden;
  }

  .header .header-top {
    display: block;
    padding: 10px 0;
  }

  .header-bottom .container {
    justify-content: flex-start;
  }
  .header-bottom .container {
    justify-content: flex-start;
  }

  .menu-nav .menu-link {
    padding: 28px 0;
  }

  .header .header-toggle {
    display: none;
  }

  .header-collapse {
    width: 100%;
    display: block
  }

  .header-mega-nav {
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header-mega-nav .menu-nav { gap: 45px;  margin: 0 auto  }

  .header-mega-nav .mega-menu {
    padding: 30px;
    width: 100%;
    height: auto;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 8;
    pointer-events: none;
    transition: all .3s ease-in-out 0s;
    opacity: 0;
  }

  .header-mega-nav .mega-menu:after {
    content: '';
    position: absolute;
    background: linear-gradient(-90deg, #53E0DC 0%, #4040B2 100%);
    height: 5px;
    width: 100%;
    bottom: -5px;
    left: 0;
  }

  .header-mega-nav .has-mega:focus-within>.mega-menu, 
  .header-mega-nav .has-mega:hover>.mega-menu {
    opacity: 1;
    pointer-events: auto;
  }

  .mega-menu .columns  {
    grid-template-columns: auto 320px 360px;
  }
  .mega-menu .group-industries {
    grid-template-columns: auto 360px;
  }

  .mega-menu .columns .col:not(:first-child) {
    border-left: 1px solid #F3F3F3;
    padding-left: 40px
  }

  .mega-menu .col-items ul {
    display: grid;
    row-gap: 20px;
    column-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .mega-menu .cards {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
  }

}

/* mobile */
@media (max-width: 991.98px) {
  .header-bottom { padding: 15px 0; }
  .header-bottom .container {
    padding: 0;
  }

  .header-logo {
    margin-left: 15px
  }

  .header .button-blue.ml {
    margin-right: 55px;
  }

  .header .button-blue.full {
    display: flex
  }

  .site-content .home-hero-2024 {
    margin-top: 0;
  }

  .header-collapse {
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    padding: 20px;
    top: 100%;
  }

  .header-collapse.open { 
    display: block;
    overflow-y: scroll;
    height: calc(100vh - 67px);
  }

  .header .nav {
    flex-direction: column;
    gap: 20px;
  }

  .mega-menu { display: none; padding-top: 20px; }
  .mega-menu.show { display: block; }

  .mega-menu .cards, .mega-menu .col-card, .mega-menu .col-testimonial {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
    padding: 0 40px;
  }

  .col-image {
    text-align: center;
  }

  .mega-menu .section-header {
    margin: 0 0 20px;
  }

  .header-top-mobile {
    padding: 20px 0;
    margin: 20px 0;
    border-bottom: 1px solid #EDEDED;
    border-top: 1px solid #EDEDED;
  }

  .header-top-mobile a {
    display: flex;
    gap: 8px;
    align-items: center;
    margin: 0 0 10px;
    color: #23237b;
    font-size: 16px
  }
}