:root {
  --font_primary: 'Poppins', sans-serif;
  --font_secondary: 'Inter', sans-serif;
  --deep_blue: #0D1330;
  --blue: #3C4DA7;
  --hub_blue: #5169E3;
  --light_blue_04: #E5EAF6;
  --royal_blue: #2563EB;
  --black: #130c1a;
  --green: #34A853;
  --orange: #E77207;
  --cyan: #3DB9E6;
  --text_gray: #7F7F7F;
  --hub_purple: #893BE1;
  --grey_01: #333;
  --grey_02: #828282;
  --grey_06: #e0e0e0;
  --grey_08: #f4f5f5;
  --grey_09: #f9f9f9;
  --white: #fff;
  --off_white: #F8F9FC;
  --off_white_2: #eff1fa;
  --lavender_white: #FAF8FC;
  --extra_02: #999;
  --extra_03: #666;
  --white_05: rgba(255, 255, 255, 0.05);
  --white_08: rgba(255, 255, 255, 0.08);
  --white_1: rgba(255, 255, 255, 0.10);
  --white_2: rgba(255, 255, 255, 0.20);
  --h1: 60px;
  --h1_ls: -3px;
  --h2_sm: 32px;
  --h2_lg: 40px;
  --h2: 36px;
  --h3: 24px;
  --h4: 20px;
  --h5: 18px;
  --h6: 16px;
  --sec_pad: 100px;
  --con_width: 1280px;
  --con_offset: 20px;
  --con_offset_inline: calc(2 * var(--con_offset));
}

*,::before,::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

ul,ol {
  list-style: none;
}

body {
  margin: 0;
  font-family: var(--font_primary);
  color: var(--deep_blue);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
}

img {
  max-width: 100%;
  display: block;
}

video {
  width: 100%;
  display: block;
}

a {
  color: var(--orange);
  text-decoration: none;
  transition: 200ms;
}

a:hover {
  text-decoration: underline;
}

button, 
input[type=submit] {
  cursor: pointer;
}

._section_header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

[class*="_section_header__tag_"] {
  padding: 5px 11px;
  border-radius: 40px;
  color: var(--white);
  text-align: center;
  font-family: var(--font_secondary);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.24px;
  align-self: center;
  margin-bottom: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(4px);
}

._section_header__tag_1 {
  background: linear-gradient(89deg, rgba(255, 255, 255, 0.15) 0.2%, rgba(231, 114, 7, 0.13) 100.2%);
}

._section_header__tag_2 {
  background: var(--white);
  color: var(--hub_blue);
}

._section_header__tag_3 {
  background: var(--white);
  color: var(--hub_purple);
}

._section_header__tag_4 {
  background: var(--blue);
  color: var(--white);
}

._section_header__content {
  font-family: var(--font_secondary);
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 1060px;
  width: 100%;
  margin-inline: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: -0.32px;
}

h1, ._semi_bold_60 {
  font-size: var(--h1);
  font-weight: 600;
  line-height: 125%;
  letter-spacing: var(--h1_ls);
}

._semi_bold_32 {
  font-size: var(--h2_sm);
  font-weight: 600;
  line-height: 140.625%;
  letter-spacing: -0.32px;
}

h2, ._semi_bold_36 {
  font-size: var(--h2);
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -1.08px;
}

._semi_bold_40 {
  font-size: var(--h2_lg);
  font-weight: 500;
  line-height: 125%;
  letter-spacing: -1.2px;
}

h3, ._semi_bold_24 {
  font-size: var(--h3);
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.48px;
}

h4, ._semi_bold_20 {
  font-size: var(--h4);
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.4px;
}

h5, ._medium_18 {
  font-size: var(--h5);
  font-weight: 500;
  line-height: 125%;
  letter-spacing: -0.36px;
}

._semi_bold_18 {
  font-size: var(--h5);
  font-weight: 600;
  line-height: 155.556%;
  letter-spacing: -0.18px;
}

h6, ._semi_bold_16 {
  font-size: var(--h6);
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.32px;
}

._normal_16 {
  font-size: 16px;
  line-height: 162.5%;
  letter-spacing: -0.16px;
}

._normal_16_subheading {
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: -0.32px;
}

._normal_18 {
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
}

._normal_20 {
  font-size: 20px;
  line-height: 160%;
  letter-spacing: -0.4px;
  font-weight: 400;
}

._medium_16 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 162.5%;
  letter-spacing: -0.16px;
}

._medium_18 {
  font-size: 18px;
  font-weight: 500;
  line-height: 155.556%;
  letter-spacing: -0.18px;
}

._medium_24 {
  font-size: 24px;
  font-weight: 500;
  line-height: 116.667%;
  letter-spacing: -0.48px;
}

._semibold_16 {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.32px;
}

._semibold_18 {
  font-size: 18px;
  font-weight: 600;
  line-height: 155.556%;
  letter-spacing: -0.18px;
}
[class*="_buttons_wrapper"] {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 12px;
}

._buttons_wrapper_center {
  justify-content: center;
}

._button {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.32px;
  padding: 10px 22px;
  border-radius: 4px;
  background-color: var(--orange);
  color: var(--white);
  border: 2px solid var(--orange);
  text-decoration: none;
  display: inline-block;
  text-align: center;
  text-wrap: balance;
}

._button:hover {
  background-color: transparent;
  color: var(--orange);
  text-decoration: none;
}

._button--outlined_deep_blue {
  background-color: transparent;
  color: var(--deep_blue);
  border-color: var(--deep_blue);
}

._button--outlined_deep_blue:hover {
  background-color: var(--deep_blue);
  border-color: var(--deep_blue);
  color: var(--white);
}

._button--outlined_white {
  background-color: transparent;
  color: var(--white);
  border-color: var(--white);
}

._button--outlined_white:hover {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--deep_blue);
}

._button--video::before {
  content: '';
  width: 22px;
  aspect-ratio: 1;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 2px;
  background-image: url(https://462636.fs1.hubspotusercontent-na1.net/hubfs/462636/video_icon_white.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

._button--video:hover::before {
  background-image: url(https://462636.fs1.hubspotusercontent-na1.net/hubfs/462636/video_icon_orange.svg);
}

._button--outlined_deep_blue._button--video::before {
  background-image: url(https://462636.fs1.hubspotusercontent-na1.net/hubfs/462636/video_icon_black.svg);
}

._button--outlined_deep_blue._button--video:hover::before {
  background-image: url(https://462636.fs1.hubspotusercontent-na1.net/hubfs/462636/video_icon_white.svg);
}

._button--outlined_white._button--video::before {
  background-image: url(https://462636.fs1.hubspotusercontent-na1.net/hubfs/462636/play_icon_white.svg);
}

._button--outlined_white._button--video:hover::before {
  background-image: url(https://462636.fs1.hubspotusercontent-na1.net/hubfs/462636/video_icon_black.svg);
}

._button--right_arrow:after {
  background-image: url(https://462636.fs1.hubspotusercontent-na1.net/hubfs/462636/right_white_arrow.svg);
  background-position: 50%;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 24px;
  width: 24px;
  vertical-align: middle;
  margin-left: 4px;
  position: relative;
  top: -1px;
}

._button--right_arrow:hover::after {
  background-image: url(https://462636.fs1.hubspotusercontent-na1.net/hubfs/462636/right_orange_arrow.svg);
}

._button--bg_white_color_blue {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--blue);
  box-shadow: 0 4px 19px 0 rgba(120, 26, 205, 0.30), 0 4px 10px 0 rgba(120, 26, 205, 0.20), 0 1px 3px 0 rgba(49, 7, 86, 0.43);
  padding-inline: 28px;
  font-family: var(--font_secondary);
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0;
}

._button--outlined_deep_blue._button--right_arrow::after{
  background-image: url(https://462636.fs1.hubspotusercontent-na1.net/hubfs/462636/right_deep_blue_arrow.svg);
}

._button--outlined_deep_blue._button--right_arrow:hover::after {
  background-image: url(https://462636.fs1.hubspotusercontent-na1.net/hubfs/462636/right_white_arrow.svg);
}

._button--bg_white_color_blue:hover {
  background-color: transparent;
  color: var(--white);
}

._link {
  font-family: var(--font_secondary);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
}

._link--royal_blue {
  color: var(--royal_blue);
}

.__link--right_arrow::after {
  content: '';
  width: 20px;
  aspect-ratio: 1 / 1;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
}

._link--royal_blue.__link--right_arrow::after {
  background-image: url(https://462636.fs1.hubspotusercontent-na1.net/hubfs/462636/2026/right_arrow_royal_blue.svg);
}

._link_cover {
  position: absolute;
  inset: 0;
  font-size: 0;
}

section {
  padding-block: var(--sec_pad);
}

._heading_gradient {
  background: linear-gradient(112deg, var(--deep_blue) 3.68%, var(--blue) 43.84%, var(--orange) 79.81%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
._heading_gradient_light {
  background: linear-gradient(to right, var(--white) 60%, var(--orange) 105%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

._container {
  max-width: var(--con_width);
  width: calc(100% - var(--con_offset_inline));
  margin-inline: auto;
}

._container--fluid {
  max-width: none;
  width: calc(100% - 80px);
}

[class*="_container_center_"] {
  width: 100%;
  margin-inline: auto;
}

._container_center_8 {
  max-width: 800px;
}

._container_center_10_8 {
  max-width: 1080px;
}

._container_center_123 {
  max-width: 1230px;
}

.dnd-section>.row-fluid {
  max-width: var(--con_width);
  width: calc(100% - var(--con_offset_inline));
  margin-inline: auto;
}

[class*="force-full-width-section"]>.row-fluid {
  width: 100%;
  padding-inline: 0;
}

._img_full {
  max-width: none !important;
  width: 100% !important;
}

._img_container_2_4 {
  width: 24px;
}

._img_container_4 {
  width: 40px;
}

._img_container_5 {
  width: 50px;
}

._img_container_6 {
  width: 60px;
}

._img_conainer_8 {
  width: 80px;
}

[class*="_img_container_"] img {
  max-width: none !important;
  width: 100% !important;
  height: auto !important;
}



[class*="_flex_col_"] {
  display: flex;
  flex-direction: column;
}

._flex_col_0_6 {
  gap: 6px;
}

._flex_col_0_8 {
  gap: 8px;
}

._flex_col_1 {
  gap: 10px;
}

._flex_col_1_2 {
  gap: 12px;
}

._flex_col_1_6 {
  gap: 16px;
}

._flex_col_2 {
  gap: 20px;
}

._flex_col_2_4 {
  gap: 24px;
}

._flex_col_2_8 {
  gap: 28px;
}

._flex_col_3 {
  gap: 30px;
}

._flex_col_3_2 {
  gap: 32px;
}

._flex_col_3_5 {
  gap: 35px;
}

._flex_col_4 {
  gap: 40px;
}

._flex_col_5 {
  gap: 50px;
}

._flex_col_6 {
  gap: 60px;
}

._flex_col_7 {
  gap: 70px;
}

._flex_col_9_2 {
  gap: 92px;
}

._flex_col_10 {
  gap: 100px;
}

._flex_shrink_0 {
  flex-shrink; 0;
}

._flex_1 {
  flex: 1;
}

._font_secondary {
  font-family: var(--font_secondary);
}

._color_white {
  color: var(--white);
}

._color_primary_5 {
  color: rgba(13, 19, 48, 0.50);
}

._color_primary_8 {
  color: rgba(13, 19, 48, 0.80);
}

._color_white_5 {
  color: rgba(255, 255, 255, 0.50);
}

._color_white_8 {
  color: rgba(255, 255, 255, 0.80);
}

._color_gray {
  color: var(--text_gray);
}

[data-color-green] {
  color: var(--green);
}
[data-color-orange] {
  color: var(--orange);
}
[data-color-blue] {
  color: var(--blue);
}
[data-color-cyan] {
  color: var(--cyan);
}
._bg_off_white {
  background-color: var(--off_white);
}

._bg_lavender_white {
  background-color: var(--lavender_white);
}

._bg_white {
  background-color: var(--white);
}

._text_center {
  text-align: center;
}

._uppercase {
  text-transform: uppercase;
}

._relative {
  position: relative;
}

._fit_content {
  width: fit-content;
}

._text_center ._fit_content {
  margin-inline: auto;
}

._list_1 :where(ul,ol) {
  padding: 0 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: disc;
}

._oh {
  overflow: hidden;
}

._show_m {
  display: none;
}

strong {
  font-weight: 600;
}

._opacity_80 {
  opacity: 0.8;
}

._show_for_sr {
  border: 0 !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
}

._form form {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
._form fieldset {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: none !important;
}
._form fieldset > * {
  flex: 1 1 230px;
  width: 100% !important;
}
._form .input {
  width: 100% !important;
}
._form .hs-form-field > label {
  display: none;
}
._form fieldset:has(input[type="hidden"]) {
  display: none;
}
._form .hs-input {
  padding: 8px 10px 7px;
  border: 0;
  border-bottom: 1px solid #1F2B6C;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 160%;
  font-family: var(--font_secondary);
  background-color: transparent;
  color: var(--white);
  width: 100% !important;
  outline: none;
  font-family: var(--font_secondary);
}
._form select.hs-input {
  appearance: none;
  background-image: url(https://462636.fs1.hubspotusercontent-na1.net/hubfs/462636/2023/select_arrow.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  padding-right: 40px;
}
._form ::-webkit-input-placeholder {
  color: var(--light_blue_04);
}
._form ::-moz-placeholder {
  color: var(--light_blue_04);
}
._form :-ms-input-placeholder {
  color: var(--light_blue_04);
}
._form :-moz-placeholder {
  color: var(--light_blue_04);
}
._form .actions {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
._form input[type='submit'] {
  background-color: var(--white);
  border-radius: 4px;
  padding: 14px 30px;
  box-shadow: 0 4px 19px 0 rgba(120, 26, 205, 0.30), 0 4px 10px 0 rgba(120, 26, 205, 0.20), 0 1px 3px 0 rgba(49, 7, 86, 0.43);
  font-size: 18px;
  font-weight: 600;
  color: var(--blue);
  border: 0;
  font-family: var(--font_secondary);
  cursor: pointer;
  transition: 200ms;
}
._form input[type='submit']:hover {
  background-color: var(--orange);
  color: var(--white);
}
._form .hs-error-msgs {
  padding: 0;
  margin: 5px 0 0;
  list-style: none;
  color: var(--orange);
  font-size: 12px;
  line-height: 150%;
  font-family: var(--font_secondary);
}
.hs_error_rollup {
  display: none;
}
._form .submitted-message {
  background-color: var(--orange);
  border-radius: 20px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  padding: 10px 20px;
  text-align: center;
}
._form[data-form_color=white] select {
  background-image: url(https://462636.fs1.hubspotusercontent-na1.net/hubfs/462636/2023/select_Arrow_white.svg);
  color: var(--white);
}
._form[data-form_color=white] :where(input,select,textarea) {
  background-color: transparent;
  border-color: var(--white);
  color: var(--white);
}

.popup_form {
  background-color: rgba(0,0,0,.9);
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999999;
  display: none;
}
.popup_form__wrapper {
  height: 100%;
  overflow-y: auto;
  padding: 50px 24px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.popup_form__inner {
  background-color: var(--blue);
  border-radius: 10px;
  max-width: 600px;
  padding: clamp(20px,3vw,50px);
  width: 100%;
  position: relative;
}
._popup_close_button {
  background-color: var(--orange);
  border: 0;
  border-radius: 50%;
  height: 30px;
  margin: 0!important;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 30px
}
._popup_close_button:hover>span {
  opacity: .75
}
._popup_close_button span {
  background-color: var(--white);
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transition: all .1s ease;
  width: 45%
}
._popup_close_button span:first-child {
  transform: translate(-50%,-50%) rotate(45deg)
}
._popup_close_button span:last-child {
  transform: translate(-50%,-50%) rotate(-45deg)
}
.popup_form__heading {
  font-size: var(--h2_sm);
  font-weight: 600;
  line-height: 140.625%;
  letter-spacing: -0.32px;
  text-align: center;
  color: var(--white);
}
.popup_form__form_wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media(max-width: 1200px) {
  ._container--fluid {
    width: calc(100% - 40px);
  }
}

@media(max-width: 991px) {
  :root {
    --h1: 44px;
    --h1_ls: -1.5px;
    --h2: 36px;
    --sec_pad: 80px;
  }
  ._flex_col_4_tb {
    gap: 40px;
  }
  ._br_hide_tb br {
    display: none;
  }
}

@media(max-width: 767px) {
  :root {
    --h1: 36px;
    --h2_lg: 32px;
    --h2: 32px;
    --h2_sm: 26px;
    --sec_pad: 50px;
  }
  ._flex_col_2_4_m {
    gap: 24px;
  }
  ._flex_col_3_m {
    gap: 30px;
  }

  ._br_hide_m br {
    display: none;
  }
  ._show_m {
    display: block;
  }
  ._hide_m {
    display: none;
  }
}