.header {
  min-height: 92px
}
.header .container {
  padding-bottom: 0;
  padding-top: 0
}
.header .header_wrapper {
  background: #fff;
  left: 0;
  padding: 25px 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999
}
.header .logo img {
  width: 40px!important
}

.header .header_wrapper .flex_row {
  align-items: center;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  position: relative
}

.header .logo {
  line-height: 0
}

.header .cta_buttons {
  align-items: center;
  display: flex;
  gap: 10px
}

.header .form_modal {
  background: #00000082;
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 9999
}

.header .menu_wrp {
  margin-right: auto
}

.header .form_wrap {
  background: #fff;
  margin: 0 auto;
  max-width: 600px;
  width: 480px;
  border-radius: var(--Card-card-radius-sm, 24px);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.02), 0 8px 16px 0 rgba(0, 0, 0, 0.02), 0 16px 32px 0 rgba(0, 0, 0, 0.04);
  padding: 24px;
  position: relative;
}

.header [data-hsfc-id=Renderer] .hsfc-Step .hsfc-Step__Content {
  padding: 0
}

.header .form_modal_container {
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
  overflow-y: auto;
  padding: 74px 0
}

.header .form_modal.active {
  opacity: 1;
  pointer-events: all;
  visibility: visible
}

.header .menu_wrp>.menu_ul {
  align-items: center;
  display: flex;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0
}

.header .menu_wrp>.menu_ul>.menu_li>.menu_li_a>a {
  align-items: center;
  color: rgba(0,0,0,.86);
  display: flex;
  font-size: 14px;
  font-weight: 500;
  gap: 6px;
  padding: 12px 16px;
  text-decoration: none;
  transition: color .2s
}

.header .menu_wrp>.menu_ul>.menu_li>.menu_li_a>a:hover {
  color: #000;
  text-decoration: none
}

.header .mega_menu_wrap {
  background: #fff;
  border: 1px solid var(--Border-border-muted,#0000001a);
  border-radius: 20px;
  left: 50px;
  max-width: 992px;
  opacity: 0;
  padding: 24px;
  pointer-events: none;
  position: absolute;
  top: 50px;
  transform: translateY(10px);
  transition: all .3s ease-in;
  visibility: hidden;
  z-index: 9
}

.header .sub_menu_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 24px
}

.header .sub_menu_li {
  border-radius: 20px;
  cursor: pointer;
  min-height: 148px;
  padding: 12px;
  position: relative;
  transition: all .2s ease-in;
  width: 25%
}

.header .menu_li.hs_submenu:hover>.mega_menu_wrap {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
  visibility: visible
}

.header .sub_menu_li .overlay_link {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

.header .sub_menu_li:hover {
  background: var(--UI-Button-ghost-background-hover,#0000000a)
}

.header .sub_menu_li :last-child {
  margin-bottom: 0
}

.header .sub_menu_content:before {
  border-bottom: 1px solid var(--Border-border-muted,#0000001a);
  content: "";
  display: inline-block;
  left: -24px;
  position: absolute;
  right: -24px;
  top: 0;
  width: calc(100% + 48px)
}

.header .sub_menu_content {
  display: flex;
  gap: 24px;
  padding: 24px 0 0;
  position: relative
}

.header .sub_menu_itm {
  width: calc(25% - 12px);
  transition: all .2s ease-in;
  border-radius: 20px;
  padding: 12px;
  cursor: pointer;
  position:relative;
}
.header .sub_menu_itm:hover {
  background: #0000000a;
}
.header .sub_menu_itm_inner :last-child {
  margin-bottom: 0
}

.header .sub_menu_li h5 {
  color: #00000099;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px
}

.header .sub_menu_li h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
  margin-bottom: 6px;
}

.header .sub_menu_li>p {
  background: #fcfcfc;
  border: 1px solid #0000000d;
  border-radius: 10px 0 10px 10px;
  color: #0539e6;
  display: inline-block;
  margin-bottom: 4px;
  padding: 4px 8px;
  font-size: 11px;
  line-height: normal;
}

.header .sub_menu_li:nth-child(4n+2)>p {
  background: #dbeafe;
  border: 1px solid #ffffff1a;
}

.header .sub_menu_li:nth-child(4n+3)>p {
  background:#0057ff;
  border: 1px solid #ffffff1a;
  color: #fff
}

.header .sub_menu_li:nth-child(4n+4)>p {
  background:#001a70;
  border: 1px solid #ffffff1a;
  color: #fff
}

.header .mega_menu_wrap:before {
  background: #ff000000;
  content: "";
  height: 100px;
  left: 0;
  position: absolute;
  right: 0;
  top: -15px;
  width: 100%;
  z-index: -1
}

.header .sub_menu_itm_inner h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  margin: 0
}

.header .sub_menu_itm_inner p {
  color: #00000099;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px
}
html.form_open {
  overflow: hidden;
}

.close_icon {
  position: absolute;
  right: 24px;
  top: 24px;
  cursor: pointer;
}
.header .menu_wrp>.menu_ul>.menu_li>.menu_li_a>a>svg {
  vertical-align: middle
}

.header span.icon {
  display: inline-block;
  line-height: 0;
  margin-top: 2px
}

.header .menu_li.hs_submenu:hover>.menu_li_a>a>span>svg {
  transform: rotate(180deg)
}





{# form css #}
.header.form_submited .form_modal [data-hsfc-id=Renderer] .hsfc-RichText {
  max-width: 100%;
}
.header .form_modal  [data-hsfc-id=Renderer] .hsfc-RichText p {
  font-size: 20px;
  line-height: 24px;
}

.header .form_modal  h3.form-title:empty {
  display: none
}

.header.form_submited  .c-hero-form__grid {
  align-items: unset
}

.header.form_submited  [data-hsfc-id=Renderer] .hsfc-RichText {
  text-align: center
}

.header.form_submited  [data-hsfc-id=Renderer] .hsfc-RichText svg {
  margin-bottom: 24px
}

.header.form_submited  [data-hsfc-id=Renderer] .hsfc-RichText p:first-of-type {
  font-size: 24px!important;
  line-height: 28px!important;
  margin-bottom: 8px
}

.header.form_submited  [data-hsfc-id=Renderer] .hsfc-RichText p:last-child {
  color: #00000099;
  font-size: 14px;
  font-weight: 400;
  line-height: normal!important
}

.header.form_submited  [data-hsfc-id=Renderer] .hsfc-RichText p:last-child a {
  text-decoration: underline!important
}

.header .form_modal  [data-hsfc-id=Renderer] .hsfc-RichText {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -.96px;
  line-height: 28px;
  margin: 0 0 8px;
  max-width: 80%;
}

.header .form_modal  .c-hero-form__form {
  background-color: var(--c-bg);
  border-radius: var(--radius-md);
  font-family: var(--font-sans);
  padding: var(--space-6)
}

.header .form_modal  [data-hsfc-id=Renderer] .hsfc-Step .hsfc-Step__Content {
  padding: 0
}

.header .form_modal  [data-hsfc-id=Renderer] .hsfc-RichText:after {
  display: none
}

.header .form_modal  [data-hsfc-id=Renderer] .hsfc-FieldLabel {
  color: var(--c-text);
  display: block;
  font-size: var(--body-md-size);
  font-weight: 500;
  line-height: var(--body-md-line);
  margin-bottom: var(--space-2);
  margin-bottom: 8px!important
}

.header .form_modal  [data-hsfc-id=Renderer] .hsfc-ErrorAlert {
  font-family: var(--font-sans)
}

.header .form_modal  [data-hsfc-id=Renderer] :not(.hsfc-ErrorAlert) {
  color: var(--c-text);
  font-family: var(--font-sans)
}

.header .form_modal  [data-hsfc-id=Renderer] .hsfc-TextInput {
  background-color: var(--c-bg);
  border: var(--border-width) solid var(--c-border)
}

.header .form_modal  [data-hsfc-id=Renderer] .hsfc-Button {
  background-color: var(--btn-primary-bg);
  border: var(--border-width) solid var(--btn-primary-border);
  border-radius: var(--btn-radius);
  color: var(--btn-primary-text);
  cursor: pointer;
  font-family: var(--font-sans);
  font-size: var(--btn-font-size);
  font-weight: var(--btn-weight);
  line-height: var(--btn-line);
  margin-top: var(--space-4);
  padding: var(--btn-pad-y) var(--btn-pad-x);
  text-transform: none;
  transition: all .15s ease;
  white-space: pre-wrap;
  width: 100%
}

.header .form_modal  [data-hsfc-id=Renderer] .hsfc-RadioFieldGroup__Options label {
  align-items: center;
  display: flex
}

.header .form_modal  [data-hsfc-id=Renderer] .hsfc-Button:not([disabled]):hover {
  background-color: rgba(0,0,0,.25);
  color: #000
}

.header .form_modal  [data-hsfc-id=Renderer] .hsfc-RichText p {
  margin: 0
}

.header .form_modal  [data-hsfc-id=Renderer] .hsfc-DataPrivacyField {
  display: none!important
}

.header .form_modal  [data-hsfc-id=Renderer] .hsfc-NavigationRow {
  margin-top: -20px
}
.header .form_modal  .bottom_form_Text {
  color: #00000099;
  font-size: 15px;
  line-height: normal;
  margin: 13px auto 0;
  text-align: center
}

.header .form_modal  .bottom_form_Text P {
  color: #00000099;
  font-size: 15px;
  line-height: normal;
  margin-bottom: 0
}
.header .menu_li.hs_submenu>.menu_li_a>a>span>svg {
  transition: all .2s ease-in;
}
.header .sub_menu_li>p strong {
  font-weight: 500;
}

.header [data-hsfc-id=Renderer] .hsfc-RichText p:last-child {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.8);
}
.header .footer_link:empty {
  display: none;
}

.header .footer_link {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
@media (min-width: 901px) {
  .header  .hc-nav__toggle,
  .header  .mobile_menu_wrp
  {
    display: none !important;

  }
  .header .menu_li.hs_submenu:hover>.menu_li_a>a {
    border-radius: 99999px;
    background: rgba(0, 0, 0, 0.04);
  }
}
@media(max-width:900px){
  .header .menu_wrp {
    display: none;
  }

  .header  .cta_buttons {
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, .08);
    bottom: 0;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, .05);
    left: 0;
    padding: 16px var(--section-padding-x, 16px);
    position: fixed;
    right: 0;
    z-index: 1000;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all .2s ease-in;
  }

  .header  .cta_buttons1 {
    width: 50%;
  }

  .header  .cta_buttons2 {
    width: 50%;
  }

  .header  .cta_buttons1 a {
    width: 100%;
  }

  .header  .cta_buttons2 a {
    width: 100%;
  }
  .header {
    min-height: 72px;
  }

  .header .header_wrapper {
    padding: 16px 0;
  }
  .header .hc-nav__toggle {
    align-items: center;
    background: none !important;
    border: none !important;
    cursor: pointer;
    display: flex;
    flex: 0 0 auto;
    height: 40px;
    justify-content: center;
    padding: 0;
    width: 40px;
  }
  .header .hc-nav__toggle-icon {
    background-color: #000;
    height: 2px;
    position: relative;
    transition: background-color .3s;
    width: 24px;
  }
  .header .hc-nav__toggle-icon:after, .header .hc-nav__toggle-icon:before {
    background-color: #000;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transition: transform .3s, top .3s;
    width: 24px;
  }

  .header .hc-nav__toggle-icon:before {
    top: -8px;
  }

  .header .hc-nav__toggle-icon:after {
    top: 8px;
  }

  .header .hc-nav__toggle.menu_open .hc-nav__toggle-icon:before {
    top: 0;
    transform: rotate(45deg);
  }

  .header .hc-nav__toggle.menu_open .hc-nav__toggle-icon:after {
    top: 0;
    transform: rotate(-45deg);
  }

  .header .hc-nav__toggle.menu_open .hc-nav__toggle-icon {
    background-color: transparent;
  }
  html.mobile_open .header .cta_buttons {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
  }

  html.mobile_open {
    overflow: hidden;
  }

  .header  .mobile_menu_wrp {
    background: #fff;
    bottom: 0;
    left: 0;
    opacity: 0;
    overflow-y: auto;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 72px;
    transition: opacity .3s, visibility .3s;
    visibility: hidden;
    z-index: 999;
    padding-bottom: 100px;
  }

  .mobile_open   .header  .mobile_menu_wrp {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }

  .header  .mobile_menu_ul {
    padding: 24px var(--section-padding-x, 16px);
  }

  .header  .mobile_menu_li {
    border-bottom: 1px solid rgba(0, 0, 0, .08);
  }
  .header  .mobile_menu_li_a a {
    background: none !important;
    border: none !important;
    color: rgba(0, 0, 0, .86);
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 0;
    text-align: left;
    text-decoration: none;
    width: 100%;
    position:relative;
  }
  .header  .mobile_mega_menu_wrap {
    display: none;
  }

  .header  .mobile_icon {
    align-items: center;
    background: none !important;
    border: none !important;
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    height: 44px;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
  }
  .header .open_child .mobile_icon svg {
    transform: rotate(
      180deg);
  }

  .header  .mobile_overlay_link {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }

  .header  .mobile_sub_menu_li {
    position: relative;
  }

  .header  .mobile_sub_menu_li>p {
    background: #fcfcfc;
    border: 1px solid #0000000d;
    border-radius: 10px 0 10px 10px;
    color: #0539e6;
    display: inline-block;
    margin-bottom: 4px;
    padding: 4px 8px;
    font-size: 11px;
  }

  .header  .mobile_sub_menu_li h6 {
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
  }

  .header  .mobile_sub_menu_li h5 {
    color: #00000099;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
  }



  .header .mobile_sub_menu_li:nth-child(4n+2)>p {
    background: #dbeafe;
    border: 1px solid #ffffff1a;
  }

  .header .mobile_sub_menu_li:nth-child(4n+3)>p {
    background:#0057ff;
    border: 1px solid #ffffff1a;
    color: #fff
  }

  .header .mobile_sub_menu_li:nth-child(4n+4)>p {
    background:#001a70;
    border: 1px solid #ffffff1a;
    color: #fff
  }

  .header  .mobile_sub_menu_li {
    margin-bottom: 16px;
  }

  .header  .mobile_sub_menu_content h6 {
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
  }

  .header  .mobile_sub_menu_content p {
    margin: 0;
    color: #00000099;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
  }

  .header  .mobile_sub_menu_content {
    padding-bottom: 16px;
    padding-top: 16px;
  }

  .header  .mobile_sub_menu_itm {
    margin-bottom: 16px;
  }
}

@media(max-width:767px){
  .header [data-hsfc-id=Renderer] .hsfc-RichText p:last-child {
    font-size: 14px;
    line-height: 20px;
    margin-top: 4px;
  }
  .header .form_modal_container {
    display: block;
    padding: 0;
  }

  .header .form_wrap {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
    padding: 24px;
    position: absolute;
    bottom: 0;
    max-height: calc(100vh - 100px);
    overflow: auto;
    padding-bottom:100px;
  }
}