:root
Specificity: (0,1,0)
 {
    --ctx-radius: 8px;
    --ctx-shadow: 0 10px 30px rgba(0, 0, 0, .30), 0 2px 8px rgba(0, 0, 0, .20);
    --ctx-bg: #fff;
    --ctx-border: #000;
    --ctx-item-hover: rgba(0, 0, 0, .04);
    --ctx-pad-x: 18px;
    --ctx-pad-y: 12px;
    --ctx-z: 10000;
}

.initial-refresh,
.second-refresh {
  display: none;
}

body .progress-bar {
  top: var(--header);
}
.alert-spacer{
  min-height:140px;
}

.nav-alert-bar__flex{
  display: flex;
  gap: 20px; 
  justify-content: center;
  align-items: center;
}
.cm-top-header p.nav-alert-bar__text.text-bold {
  color: #000;
}
.alert-added .nav-header__sticky{
  position:unset ;
}
.alert-added .nav-header__blur{
  z-index:-1;
}
header.nav-header.nav-header--has-alert.alert-added {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}
.alert-added.nav-header--has-alert .nav-header__spacer{
  height:0;
} 
.nav-alert-bar {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  text-align: center;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #e0e0e0; /* light gray border */

}

.nav-alert-bar__container,
.nav-alert-bar__grid {
  height: 100%;
  width: 100%;
}

.nav-alert-bar__grid {
  display: grid;
  justify-content: center;
  align-items: center;
}

.nav-alert-bar__text {
  color: white;
  margin-bottom: 0;
  line-height: 1.3;
}

.nav-alert-bar__text--date {
  display: none;
}

.nav-alert-bar__button {
  margin-top: 0 !important;
  padding: 6px 10px 7px 10px !important;
}

.nav-alert-bar__button:hover {
  transform: translate(0) !important;
}

.nav-alert-bar__mobile-button {
  color: white !important;
}

.nav-alert-bar__mobile-button::before,
.nav-alert-bar__mobile-button::after {
  background: white !important;
}

.nav-alert-bar__logo,
.nav-alert-bar__button-wrap {
  display: none;
}
.nav-alert-bar__button-wrap a{
  margin-top:0; 
  line-height:1;
}
.nav-alert-bar__button-wrap a:hover{
  background-color:#000;
  color:#fff;
}
@media (min-width: 1024px) {
  .nav-alert-bar {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;

  }
  .nav-alert-bar__grid {
    grid-template-columns: 145px 728px 145px;

  }
  .nav-alert-bar__logo,
  .nav-alert-bar__button-wrap {
    display: block;
  }
  .nav-alert-bar__mobile-button {
    display: none !important;
  }
  .nav-alert-bar__text--date {
    display: block;
  }
}
@media (max-width: 1023px) {
  .nav-alert-bar__text {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .nav-header .nav-alert-bar {
    transition: none;
  }
}
.nav-alert-bar {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.nav-alert-bar__track {
  display: flex;
  animation: scroll-left 60s linear infinite;
  width: max-content;
  will-change: transform;
}

.nav-alert-bar__image {
  height: 40px;
  flex-shrink: 0;
}
.nav-alert-bar {
  background-position: top;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

.nav-alert-bar .container {
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 44px;
  margin-top: 3px;
  justify-content: center;
}

.button--white {
  background-color: white;
  color: #111;
  border: 2px solid white;
}
.button--text {
  background-color: transparent;
  color: #5746B2;
  padding: 0;
  border: 0;
  font-size: inherit;
  font-weight: 700;
  margin-top: 0px;
  transition: none;
  transform: none;
  box-shadow: none;
  padding-right: 21px;
  min-width: 0;
  position: relative;
  text-align: left;
}
.nav-alert-bar__text {
  color: white;
  margin-bottom: 0;
  line-height: 1.3;
}
.button {
  text-decoration:none;
  margin-top: 20px;
  margin-bottom: 0;
  border-radius: 50px;
  padding: 10px 32px 11px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: inherit;
  transition: background-color .2s ease-in-out, transform .2s ease-in-out, border .2s ease-in-out, color .2s ease-in-out;
  position: relative;
  display: inline-block;
  vertical-align: inherit;
  min-width: 176px;
}
.nav-alert-bar__button {
  margin-top: 0 !important;
  padding: 6px 20px 7px 20px !important;
}
.button--white:hover, .button--white:focus {
  background-color: black;
  color: white;
  border-color: white;
}
.nav-alert-bar__button:hover {
  transform: translate(0) !important;
}
.nav-alert-bar__button {
  margin-top: 0 !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.nav-alert-bar__button:hover {
  transform: translate(0) !important;
  background-color: black !important;
  border: 2px solid black !important;
}

@media (max-width: 1023px) {
  .nav-alert-bar__button-mobile {
    display: inline-block !important;
  }
}

.nav-alert-bar--disabled {
  display: none;
}

.nav-alert-bar .button--text::before,
.nav-alert-bar .button--text::after{
  margin-top: 1px;
  display:none;
}

.nav-alert-bar__text {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 0;
  font-weight: bold;
}

@media (max-width: 639px) {
  .nav-alert-bar__text {
    font-size: 15px !important;
    line-height: 1.4 !important;
  }
  .alert-spacer{
    min-height:170px;
  }
}

@media (min-width: 1024px) {
  .nav-alert-bar__text {
    font-size: 18px;
    font-weight: 700;
  }
} 
.nav-header--alert-hidden .nav-alert-bar {
  height: 0 !important;
}

.nav-header--has-alert .nav-header__spacer {
  height: 90px;
}
.nav-alert-bar {
  background-image: url('https://learn.g2.com/hubfs/Reach%202025/Reach-background-banner.png');
  background-repeat: no-repeat;
  background-size: cover;
  /*background-size: cover;*/
  background-position: top;
  height: 90px;
  text-align: center;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #e0e0e0; /* light gray border */

}

.nav-alert-bar__container,
.nav-alert-bar__grid {
  height: 100%;
  width: 100%;
}

.nav-alert-bar__grid {
  display: grid;
  justify-content: center;
  align-items: center;
}

.nav-alert-bar__text {
  color: white;
  margin-bottom: 0;
  line-height: 1.3;
}

.nav-alert-bar__text--date {
  display: none;
}

.nav-alert-bar__button {
  margin-top: 0 !important;
  padding: 6px 10px 7px 10px !important;
}

.nav-alert-bar__button:hover {
  transform: translate(0) !important;
}

.nav-alert-bar__mobile-button {
  color: white !important;
  padding:5px 10px 5px 10px !important;
}

.nav-alert-bar__mobile-button::before,
.nav-alert-bar__mobile-button::after {
  background: white !important;
}

.nav-alert-bar__logo,
.nav-alert-bar__button-wrap {
  display: none;
}

@media (min-width: 1024px) {
  .nav-alert-bar {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;

  }
  .nav-alert-bar__grid {
    grid-template-columns: 145px 728px 145px;

  }
  .nav-alert-bar__logo,
  .nav-alert-bar__button-wrap {
    display: block;
  }
  .nav-alert-bar__mobile-button {
    display: none !important;
  }
  .nav-alert-bar__text--date {
    display: block;
  }
}

/* end */



.header-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.50);
  z-index: 99;
  width: 100%;
  height: 100dvh;
  display:none;
}
.header-section {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  background-color: #fff;
  width: 100%;
}
.header-section .content-wrapper{
  max-width:1328px;
  margin:0 auto;
  padding:0 24px;
  width:100%;
}
.header-section a{
  color:#000;
  text-decoration:none !important;
}
.header-section ul{
  list-style:none;
  margin:0;
}
.header-section .megaMenu {
  display: none;
}
.header-section .header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.header-section .header-logo-menus {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

.header-section .header-menus .hs-menu-wrapper ul li {
  margin: 0;
  line-height: 1;
}

.header-section .header-menus .hs-menu-wrapper ul li ul.hs-menu-children-wrapper {
  display: none !important;
}

.header-section .header-menus .hs-menu-wrapper ul li.active > a,
.header-section .header-menus .hs-menu-wrapper ul li > a:hover {
  border-color: #FF492C;
  color: #000;
}
.header-section a.cta-link,
.header-section a.cta_button{
  padding: 8px 28px;
  display: block;
  border-radius: 26px;
  border: 2px solid #5746B2;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-top:0;
}
.header-section .login-link a.cta-link{
  color:#5746B2;
}
.header-section .login-link a.cta-link:hover{
  background-color:#5746B2;
  color:#fff;
}
.header-section .get-demo a.cta-link,
.header-section a.cta_button{
  background:#5746B2;
  color:#fff;
}
.header-section .get-demo a.cta-link:hover,
.header-section .get-demo a.cta_button:hover{
  background-color:#fff;
  color:#5746B2 !important;
}
a.cm-amma-btn svg:not(:first-child) {
  display: none;
}
.hs-cta-wrapper a:not(.cta_button){
  opacity:0;
}
.hs-cta-wrapper .js-url-change-two,
.hs-cta-wrapper .js-url-change{
  display:none;
}
.header-section .header-menus .hs-menu-wrapper ul li.hs-item-has-children > a:after {
  content: "";
  display: inline-block;
  background-image: url(https://sell.g2.com/hubfs/site-refresh/angle-down-solid.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 10px;
  height: 10px;
  position: relative;
  margin-left: 8px;
  transition: all .3s ease-in-out;
}
.header-section .header-menus .hs-menu-wrapper ul li.hs-item-has-children.active > a:after {
  transform: rotate(180deg);
  margin-top:6px;
}
.header-section .menu-btns {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-section .menu-flexbox {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
  align-items: start;
}

.header-section .menu-flexbox .menu-links {
  flex: 1;
}

.header-section .menuBox-links__list a {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  gap: 10px;
}

.header-section .menuBox-links__list .menuBox__link_image {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-section .menuBox-links__list .menuBox__link_txt {
  flex: 1;
}
.header-section .menuBox-links__list .menuBox__link_txt .menuBox__link_subtext {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.header-section .menu-flexbox .menu-cards {
  flex-basis: 351px;
  width:351px;
}
.header-section .menu-flexbox .menu-cards a.abs_link {
  background: #F1F0F9;
}
.header-section .menu-flexbox .menu-cards a.abs_link:hover {
  transform: translateY(-10px);
}
.header-section .menu-flexbox .menu-cards .card-img {
  overflow: hidden;
  margin-bottom: 20px;
}

.header-section .menu-flexbox .menu-cards .card-img img {
  max-height: 168px;
  object-fit: cover;
  width:100%;
  transition: all .3s ease-in-out;
}
.header-section .menu-flexbox .menu-cards:hover card-img img {
  transform: scale(1.2);
}
.header-section .menu-flexbox .menu-cards a.abs_link {
  padding: 20px;
  display: block;
}
/* .header-section .menu-flexbox .menu-cards a.abs_link:hover img.ply_img {
transform: scale(1.15);
} */
.header-section .menu-flexbox .menu-cards a.abs_link:hover .card-title{
  text-decoration:underline; 
}
.menu-wrapper a {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.header-section .menu-flexbox .menu-cards .card-tag {
  color: #5746B2;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.header-section .menu-flexbox .menu-cards  .card-title {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 12px;
}

.header-section .menu-flexbox .menu-cards  .card-des {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

@media(min-width:1025px){
  .header-section .mobile-trigger,
  .header-section .mobile,
  .mobileOverlay{
    display:none !important;
  }
  .header-section .header-menus{
    display:block !important;
  }
  .header-section .megaMenu {
    left: 50%;
    margin-top: 16px;
    max-width: 1328px;
    padding: 0 24px;
    position: absolute;
    scrollbar-width: none;
    transform: translateX(-50%);
    width: 100%;
    z-index: 100;
    overflow-y: auto;
    max-height: calc(100vh - calc(var(--header) + 40px));
  }
  .header-section .menu-wrapper {
    background-color: #fff;
    padding: 32px 32px 40px;
    scrollbar-width: none;
    max-height: 100dvh;
    overflow: scroll;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
  }
  .header-section .header-menus .hs-menu-wrapper ul li > a {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    padding: 20px;
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-bottom: 4px solid transparent;
  }
  .header-section .header-menus .hs-menu-wrapper > ul {
    display: flex;
    align-items: center;
  }
  .header-section .menu-heading {
    color: #5746B2;
    font-family: Figtree;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.7px;
    padding-bottom: 12px;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
  }
  .header-section .menu-links-flexBox {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }

  .header-section .menu-links-flexBox .menuBox-wrap {
    flex: 1;
  }
  .header-section .menu-bottom-links {
    margin-top: 40px;
  }
  .header-section .menuBox-links__list:not(:last-child) {
    margin-bottom: 20px;
  }
  .header-section .menuBox-links__list .menuBox__link_txt .menuBox__link_name {
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    margin-bottom: 2px;
  }
}
@media(max-width:1200px) and (min-width:1025px){
  .header-section .header-logo-menus,
  .header-section .menu-links-flexBox,
  .header-section .menu-flexbox{
    gap:24px;
  }
  .header-section .header-menus .hs-menu-wrapper ul li > a{
    padding: 10px;
  }
  .header-section .menuBox-links__list:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media(max-width:1024px){
  .header-overlay{
    background-color:#fff;
  }
  .header-section .desktop,
  .desktopOverlay{
    display:none !important;
  }
  .header-section .header-menus{
    background-color: #fff;
    display: none;
    height: calc(100vh - var(--header));
    left: 0;
    overflow: scroll;
    position: absolute;
    scrollbar-width: none;
    top: 100%;
    width: 100%;
  }
  header.header-section {
    padding: 16px 0;
    padding-top: 0;
    z-index: 10000000000;
  }
  .cm-alert-bar{
    margin-bottom: 16px;
  }
  .nav-alert-bar{
    height: auto;
    padding: 10px 0;
  }
  p.nav-alert-bar__text {
    margin-bottom: 8px;
  }
  body.mobile-open {
    overflow: hidden;
  }
  .header-section .mobile-trigger {
    width: 20px;
    height: 20px;
    position: relative;
    cursor:pointer;
  }
  .header-section .mobile-trigger span.line {
    background-color: #000;
    height: 2px;
    left: 0;
    position: absolute;
    top: 50%;
    transition: all .3s ease-in-out;
    width: 100%;
    border-radius: 10px;
  }
  .header-section .mobile-trigger .line.line2 {
    top: 10px;
  }
  .header-section .mobile-trigger .line.line1 {
    top: 3px;
  }
  .header-section .mobile-trigger .line.line4 {
    bottom: 0;
    top: auto;
  }
  .header-section .mobile-trigger .line.line3 {
    opacity: 0;
    transform: rotate(45deg)
  }
  .mobile-open .header-section  .mobile-trigger span.line.line1,
  .mobile-open .header-section .mobile-trigger span.line.line4 {
    opacity: 0
  }
  .mobile-open .header-section .mobile-trigger span.line.line2 {
    left: 0;
    transform: translateX(0) rotate(-45deg)
  }
  .mobile-open .header-section .mobile-trigger span.line.line3 {
    opacity: 1
  }
  .header-section .header-menus .hs-menu-wrapper ul li{
    padding: 0 28px;
  }
  .header-section .header-menus .hs-menu-wrapper ul li > a {
    color: #000;
    padding: 24px 0;
    font-family: Figtree;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-right: 20px;
    position: relative;
    display: block;
  }
  .header-section .header-menus .hs-menu-wrapper ul li:not(:last-child) > a{
    border-bottom:2px solid #F4F4F4;
  }
  .header-section .header-menus .hs-menu-wrapper ul li.active > a{
    border-bottom-color:transparent !important;
  }
  .header-section .megaMenu {
    padding-bottom: 24px;
    border-bottom: 2px solid #F4F4F4;
  }
  .header-section .header-menus .hs-menu-wrapper ul li.hs-item-has-children > a:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 !important;
    right: 0;
    width:14px;
    height:14px;
  }
  .header-section .menu-heading {
    padding: 12px 20px;
    color: #5746B2;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.9px;
  }

  .header-section .menuBox-links__list a {
    padding-left: 20px;
    border-left: 2px solid #F4F4F4;
    margin-left: 27px;
  }

  .header-section .menuBox-links__list .menuBox__link_txt .menuBox__link_name {
    color: #000;
    font-family: Figtree;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
  }
  .header-section .header-menus-wrap {
    display: flex;
    flex-direction: column;
    height: calc(100vh - var(--header));
    justify-content: space-between;
    overflow: scroll;
    padding-bottom: 50px;
    scrollbar-width: none;
    width: 100%;
  }
  .header-section .mob-btns {
    padding: 0 24px 50px;
    margin-top: 50px;
  }

  .header-section .mob-btns .login-link {
    margin-bottom: 10px;
  }

  .header-section .mob-btns a.cta-link,
  .header-section .mob-btns .get-demo{
    max-width: 450px;
    margin: 0 auto;
  }
}