.global-btn {
  display: block;
  letter-spacing: 0;
  background-color: #303ab2;
  border: 2px solid #303ab2;
  border-radius: 40px;
  color: white;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  transition: all 0.4s;
  text-align: center;
  padding: 16px 20px;
  max-width: 220px;
}
@media (max-width: 768px) {
  .global-btn {
    font-size: 15px;
    max-width: 190px;
    padding: 14px 18px;
  }
}
@media (max-width: 480px) {
  .global-btn {
    font-size: 14px;
    max-width: 150px;
    padding: 12px 16px;
  }
}
.global-btn:hover {
  background-color: #202777;
  border: 2px solid #202777;
}
.global-btn:focus {
  border: 2px solid #1edfe9;
}
.global-btn:active {
  color: black;
  border: 2px solid #1edfe9;
  background-color: #1edfe9;
}
.global-btn.ghost-btn {
  background-color: white;
  border: 2px solid #303ab2;
  color: #303ab2;
}
.global-btn.ghost-btn:hover {
  background-color: #202777;
  border: 2px solid #202777;
  color: white;
}
.global-btn.ghost-btn:focus {
  border: 2px solid #1edfe9;
  background-color: #303ab2;
  color: white;
}
.global-btn.ghost-btn:active {
  color: black;
  border: 2px solid #1edfe9;
  background-color: #1edfe9;
}

.view-more-btn {
  background-color: white;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 auto;
  border: none;
  outline: none;
  transition: all 0.4s;
  text-align: center;
  max-width: 220px;
  border-radius: 40px;
  cursor: pointer;
  padding: 0;
}
@media (max-width: 991px) {
  .view-more-btn {
    margin: unset;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .view-more-btn {
    font-size: 21px;
  }
  .view-more-btn svg {
    width: 25px;
  }
}
@media (max-width: 991px) {
  .view-more-btn {
    font-size: 19px;
  }
  .view-more-btn svg {
    width: 20px;
  }
}

.wp-form-wrap,
.book-a-call-gf-wrapper {
  position: relative;
}
.wp-form-wrap .gform-theme--foundation .gform_fields,
.book-a-call-gf-wrapper .gform-theme--foundation .gform_fields {
  gap: 10px !important;
}
.wp-form-wrap .gform_validation_errors,
.book-a-call-gf-wrapper .gform_validation_errors {
  display: none !important;
}
.wp-form-wrap .gform_confirmation_message,
.book-a-call-gf-wrapper .gform_confirmation_message {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}
.wp-form-wrap .gform-loader,
.book-a-call-gf-wrapper .gform-loader {
  position: absolute !important;
  left: 47% !important;
  bottom: -5% !important;
}
.wp-form-wrap .gform-body,
.book-a-call-gf-wrapper .gform-body {
  position: relative;
}
.wp-form-wrap .gform-body .gform-field-label,
.book-a-call-gf-wrapper .gform-body .gform-field-label {
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.2em !important;
  color: black;
  padding-bottom: 0px !important;
  padding-left: 15px !important;
  display: block !important;
  position: relative !important;
}
.wp-form-wrap .gform-body .gform-field-label .gfield_required,
.book-a-call-gf-wrapper .gform-body .gform-field-label .gfield_required {
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  font-size: 16px;
  padding: 0;
  margin: 0;
}
.wp-form-wrap .gform-body .gform-field-label .gfield_required .gfield_required,
.book-a-call-gf-wrapper .gform-body .gform-field-label .gfield_required .gfield_required {
  display: none !important;
  visibility: hidden !important;
}
.wp-form-wrap .gform-body .gform-field-label .gfield_required::after,
.book-a-call-gf-wrapper .gform-body .gform-field-label .gfield_required::after {
  content: "*";
  visibility: visible;
  position: absolute;
  left: 5px;
  top: 0;
  color: red;
  font-size: 16px;
}
.wp-form-wrap .gform-body .gform-field-label.gfield_consent_label .gfield_required_text,
.book-a-call-gf-wrapper .gform-body .gform-field-label.gfield_consent_label .gfield_required_text {
  text-indent: -99999em;
}
.wp-form-wrap .gform-body .gform-field-label.gfield_consent_label .gfield_required_text::after,
.book-a-call-gf-wrapper .gform-body .gform-field-label.gfield_consent_label .gfield_required_text::after {
  text-indent: 0em;
  top: -7px;
  left: 0;
}
.wp-form-wrap .gform-body .smsbox-checkbox,
.book-a-call-gf-wrapper .gform-body .smsbox-checkbox {
  grid-column: span 1;
}
.wp-form-wrap .gform-body .smsbox-checkbox label,
.book-a-call-gf-wrapper .gform-body .smsbox-checkbox label {
  display: none !important;
}
.wp-form-wrap .gform-body .smsbox-text,
.book-a-call-gf-wrapper .gform-body .smsbox-text {
  grid-column: span 11;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.2em !important;
  color: black;
  padding: 7px 0px 0px 0px !important;
  display: block !important;
  position: relative !important;
  letter-spacing: 0;
}
.wp-form-wrap .gform-body .smsbox-text a,
.book-a-call-gf-wrapper .gform-body .smsbox-text a {
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.2em !important;
  color: #303ab2;
}
.wp-form-wrap .gform-body .smsbox-text a:hover,
.book-a-call-gf-wrapper .gform-body .smsbox-text a:hover {
  text-decoration: none !important;
}
.wp-form-wrap .gform-body fieldset legend,
.book-a-call-gf-wrapper .gform-body fieldset legend {
  display: none !important;
}
.wp-form-wrap .gform-body fieldset .ginput_container.ginput_container_consent,
.book-a-call-gf-wrapper .gform-body fieldset .ginput_container.ginput_container_consent {
  display: flex !important;
  align-items: flex-start !important;
}
.wp-form-wrap .gform-body fieldset .ginput_container.ginput_container_consent .gform-field-label,
.book-a-call-gf-wrapper .gform-body fieldset .ginput_container.ginput_container_consent .gform-field-label {
  padding-left: 8px !important;
  letter-spacing: 0;
}
.wp-form-wrap .gform-body fieldset input[type=checkbox],
.book-a-call-gf-wrapper .gform-body fieldset input[type=checkbox] {
  position: relative !important;
  top: -3px !important;
  min-width: 20px !important;
  height: 20px !important;
}
.wp-form-wrap .gform-body .gfield_error,
.book-a-call-gf-wrapper .gform-body .gfield_error {
  position: relative;
}
.wp-form-wrap .gform-body .gfield_error .gfield_validation_message,
.book-a-call-gf-wrapper .gform-body .gfield_error .gfield_validation_message {
  position: absolute;
  right: 10px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .wp-form-wrap .gform-body .gfield_error .gfield_validation_message,
  .book-a-call-gf-wrapper .gform-body .gfield_error .gfield_validation_message {
    font-size: 11px;
    top: unset;
    right: unset;
    left: 7px;
    bottom: -22px;
  }
}
.wp-form-wrap .gform-body .gfield_error.gfield--type-consent .gfield_validation_message,
.book-a-call-gf-wrapper .gform-body .gfield_error.gfield--type-consent .gfield_validation_message {
  left: 40px;
  top: auto;
  bottom: -18px;
}
.wp-form-wrap .gform-body .gfield--type-consent,
.book-a-call-gf-wrapper .gform-body .gfield--type-consent {
  padding: 10px 0 !important;
}
.wp-form-wrap .gform-body .ginput_container input[type=text],
.wp-form-wrap .gform-body .ginput_container input[type=email],
.wp-form-wrap .gform-body .ginput_container input[type=tel],
.wp-form-wrap .gform-body .ginput_container textarea,
.wp-form-wrap .gform-body .ginput_container select,
.book-a-call-gf-wrapper .gform-body .ginput_container input[type=text],
.book-a-call-gf-wrapper .gform-body .ginput_container input[type=email],
.book-a-call-gf-wrapper .gform-body .ginput_container input[type=tel],
.book-a-call-gf-wrapper .gform-body .ginput_container textarea,
.book-a-call-gf-wrapper .gform-body .ginput_container select {
  background-color: #f0f0f0 !important;
  width: 100% !important;
  color: black !important;
  border: 1px solid #f0f0f0 !important;
  padding: 9px 20px !important;
  border-radius: 5px !important;
  margin-bottom: 5px !important;
  max-height: 45px !important;
  min-height: 45px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.9em !important;
}
.wp-form-wrap .gform-body .ginput_container textarea,
.book-a-call-gf-wrapper .gform-body .ginput_container textarea {
  min-height: 90px !important;
  max-height: none !important;
}
.wp-form-wrap .gform-body .ginput_container select,
.book-a-call-gf-wrapper .gform-body .ginput_container select {
  width: 100% !important;
  height: 48px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url("https://859-xal-140.mktoweb.com/js/forms2/images/arrow-down-bk.png") !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  background-size: 16px !important;
  padding-right: 30px !important;
}
.wp-form-wrap .gform-body .ginput_container select:focus-visible,
.book-a-call-gf-wrapper .gform-body .ginput_container select:focus-visible {
  outline: none !important;
}
.wp-form-wrap .gform-footer,
.book-a-call-gf-wrapper .gform-footer {
  margin-top: 10px;
}
.wp-form-wrap .gform-footer input[type=submit],
.book-a-call-gf-wrapper .gform-footer input[type=submit] {
  width: 100% !important;
  color: white !important;
  border-radius: 8px !important;
  background-color: #303ab2 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1em !important;
  border: none !important;
  height: 50px !important;
  cursor: pointer !important;
}
.wp-form-wrap .gform_wrapper .gform_footer,
.book-a-call-gf-wrapper .gform_wrapper .gform_footer {
  position: relative;
}
.wp-form-wrap .gform_wrapper .gform_footer .gform_ajax_spinner,
.book-a-call-gf-wrapper .gform_wrapper .gform_footer .gform_ajax_spinner {
  position: absolute;
  bottom: 125px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px; /* Adjust as needed */
  display: block !important; /* Temporarily force visibility */
  opacity: 1 !important; /* Ensure it is fully visible */
}
.wp-form-wrap .gform_confirmation_wrapper,
.book-a-call-gf-wrapper .gform_confirmation_wrapper {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wp-form-wrap .gform_confirmation_wrapper .gform_confirmation_message,
.book-a-call-gf-wrapper .gform_confirmation_wrapper .gform_confirmation_message {
  display: block;
  width: 80%;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3em;
  text-align: center;
}
@media (max-width: 600px) {
  .wp-form-wrap,
  .book-a-call-gf-wrapper {
    max-width: 400px;
  }
  .wp-form-wrap .gform-body,
  .book-a-call-gf-wrapper .gform-body {
    position: relative;
  }
  .wp-form-wrap .gform-body .gform-field-label,
  .book-a-call-gf-wrapper .gform-body .gform-field-label {
    padding-left: 10px !important;
  }
  .wp-form-wrap .gform-body .gform-field-label .gfield_required,
  .book-a-call-gf-wrapper .gform-body .gform-field-label .gfield_required {
    left: -3px;
  }
  .wp-form-wrap .gform-body .gform-field-label.gfield_consent_label .gfield_required,
  .book-a-call-gf-wrapper .gform-body .gform-field-label.gfield_consent_label .gfield_required {
    left: -7px;
  }
  .wp-form-wrap .gform-body fieldset .ginput_container.ginput_container_consent .gfield_consent_label,
  .book-a-call-gf-wrapper .gform-body fieldset .ginput_container.ginput_container_consent .gfield_consent_label {
    padding-left: 0 !important;
  }
  .wp-form-wrap .gform-body .gfield_error.gfield--type-consent .gfield_validation_message,
  .book-a-call-gf-wrapper .gform-body .gfield_error.gfield--type-consent .gfield_validation_message {
    left: 31px;
  }
}

@media (max-width: 400px) {
  .c6-v3-book-a-call-wrap .gfield_label.gform-field-label,
  .c6-v3-book-a-call-wrap .gform-field-label.gform-field-label--type-inline.gfield_consent_label,
  .c6-v3-book-a-call-wrap .gfield.gfield--type-html,
  .c6-v3-book-a-call-wrap .gfield.gfield--type-html a {
    font-size: 12px !important;
  }
}
@media (max-width: 400px) {
  .c6-v3-book-a-call-wrap #gform_wrapper_16 {
    padding: 20px;
  }
}
@media (max-width: 400px) {
  .c6-v3-book-a-call-wrap .book-a-call-gf-wrapper .gform-body .smsbox-text {
    left: 0 !important;
  }
}
@media (max-width: 400px) {
  .c6-v3-book-a-call-wrap .c6-v3-book-a-call-exit {
    width: 27px;
    height: 27px;
    inset: -8px -3% auto auto;
  }
}
@media (max-width: 400px) {
  .c6-v3-book-a-call-wrap .c6-v3-book-a-call-exit svg svg {
    width: 15px;
    height: 15px;
  }
}

.page-template-tpl-whitepapers #hero .wp-form-wrap {
  min-height: 570px;
}

main {
  background: white;
}

.wp-form-wrap,
.book-a-call-gf-wrapper {
  position: relative;
}
.wp-form-wrap .gform-theme--foundation .gform_fields,
.book-a-call-gf-wrapper .gform-theme--foundation .gform_fields {
  gap: 10px !important;
}
.wp-form-wrap .gform_validation_errors,
.book-a-call-gf-wrapper .gform_validation_errors {
  display: none !important;
}
.wp-form-wrap .gform_confirmation_message,
.book-a-call-gf-wrapper .gform_confirmation_message {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}
.wp-form-wrap .gform-loader,
.book-a-call-gf-wrapper .gform-loader {
  position: absolute !important;
  left: 47% !important;
  bottom: -5% !important;
}
.wp-form-wrap .gform-body,
.book-a-call-gf-wrapper .gform-body {
  position: relative;
}
.wp-form-wrap .gform-body .gform-field-label,
.book-a-call-gf-wrapper .gform-body .gform-field-label {
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.2em !important;
  color: black;
  padding-bottom: 0px !important;
  padding-left: 15px !important;
  display: block !important;
  position: relative !important;
}
.wp-form-wrap .gform-body .gform-field-label .gfield_required,
.book-a-call-gf-wrapper .gform-body .gform-field-label .gfield_required {
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  font-size: 16px;
  padding: 0;
  margin: 0;
}
.wp-form-wrap .gform-body .gform-field-label .gfield_required .gfield_required,
.book-a-call-gf-wrapper .gform-body .gform-field-label .gfield_required .gfield_required {
  display: none !important;
  visibility: hidden !important;
}
.wp-form-wrap .gform-body .gform-field-label .gfield_required::after,
.book-a-call-gf-wrapper .gform-body .gform-field-label .gfield_required::after {
  content: "*";
  visibility: visible;
  position: absolute;
  left: 5px;
  top: 0;
  color: red;
  font-size: 16px;
}
.wp-form-wrap .gform-body .gform-field-label.gfield_consent_label .gfield_required_text,
.book-a-call-gf-wrapper .gform-body .gform-field-label.gfield_consent_label .gfield_required_text {
  text-indent: -99999em;
}
.wp-form-wrap .gform-body .gform-field-label.gfield_consent_label .gfield_required_text::after,
.book-a-call-gf-wrapper .gform-body .gform-field-label.gfield_consent_label .gfield_required_text::after {
  text-indent: 0em;
  top: -7px;
  left: 0;
}
.wp-form-wrap .gform-body .smsbox-checkbox,
.book-a-call-gf-wrapper .gform-body .smsbox-checkbox {
  grid-column: span 1;
}
.wp-form-wrap .gform-body .smsbox-checkbox label,
.book-a-call-gf-wrapper .gform-body .smsbox-checkbox label {
  display: none !important;
}
.wp-form-wrap .gform-body .smsbox-text,
.book-a-call-gf-wrapper .gform-body .smsbox-text {
  grid-column: span 11;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.2em !important;
  color: black;
  padding: 7px 0px 0px 0px !important;
  display: block !important;
  position: relative !important;
  letter-spacing: 0;
}
.wp-form-wrap .gform-body .smsbox-text a,
.book-a-call-gf-wrapper .gform-body .smsbox-text a {
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.2em !important;
  color: #303ab2;
}
.wp-form-wrap .gform-body .smsbox-text a:hover,
.book-a-call-gf-wrapper .gform-body .smsbox-text a:hover {
  text-decoration: none !important;
}
.wp-form-wrap .gform-body fieldset legend,
.book-a-call-gf-wrapper .gform-body fieldset legend {
  display: none !important;
}
.wp-form-wrap .gform-body fieldset .ginput_container.ginput_container_consent,
.book-a-call-gf-wrapper .gform-body fieldset .ginput_container.ginput_container_consent {
  display: flex !important;
  align-items: flex-start !important;
}
.wp-form-wrap .gform-body fieldset .ginput_container.ginput_container_consent .gform-field-label,
.book-a-call-gf-wrapper .gform-body fieldset .ginput_container.ginput_container_consent .gform-field-label {
  padding-left: 8px !important;
  letter-spacing: 0;
}
.wp-form-wrap .gform-body fieldset input[type=checkbox],
.book-a-call-gf-wrapper .gform-body fieldset input[type=checkbox] {
  position: relative !important;
  top: -3px !important;
  min-width: 20px !important;
  height: 20px !important;
}
.wp-form-wrap .gform-body .gfield_error,
.book-a-call-gf-wrapper .gform-body .gfield_error {
  position: relative;
}
.wp-form-wrap .gform-body .gfield_error .gfield_validation_message,
.book-a-call-gf-wrapper .gform-body .gfield_error .gfield_validation_message {
  position: absolute;
  right: 10px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .wp-form-wrap .gform-body .gfield_error .gfield_validation_message,
  .book-a-call-gf-wrapper .gform-body .gfield_error .gfield_validation_message {
    font-size: 11px;
    top: unset;
    right: unset;
    left: 7px;
    bottom: -22px;
  }
}
.wp-form-wrap .gform-body .gfield_error.gfield--type-consent .gfield_validation_message,
.book-a-call-gf-wrapper .gform-body .gfield_error.gfield--type-consent .gfield_validation_message {
  left: 40px;
  top: auto;
  bottom: -18px;
}
.wp-form-wrap .gform-body .gfield--type-consent,
.book-a-call-gf-wrapper .gform-body .gfield--type-consent {
  padding: 10px 0 !important;
}
.wp-form-wrap .gform-body .ginput_container input[type=text],
.wp-form-wrap .gform-body .ginput_container input[type=email],
.wp-form-wrap .gform-body .ginput_container input[type=tel],
.wp-form-wrap .gform-body .ginput_container textarea,
.wp-form-wrap .gform-body .ginput_container select,
.book-a-call-gf-wrapper .gform-body .ginput_container input[type=text],
.book-a-call-gf-wrapper .gform-body .ginput_container input[type=email],
.book-a-call-gf-wrapper .gform-body .ginput_container input[type=tel],
.book-a-call-gf-wrapper .gform-body .ginput_container textarea,
.book-a-call-gf-wrapper .gform-body .ginput_container select {
  background-color: #f0f0f0 !important;
  width: 100% !important;
  color: black !important;
  border: 1px solid #f0f0f0 !important;
  padding: 9px 20px !important;
  border-radius: 5px !important;
  margin-bottom: 5px !important;
  max-height: 45px !important;
  min-height: 45px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.9em !important;
}
.wp-form-wrap .gform-body .ginput_container textarea,
.book-a-call-gf-wrapper .gform-body .ginput_container textarea {
  min-height: 90px !important;
  max-height: none !important;
}
.wp-form-wrap .gform-body .ginput_container select,
.book-a-call-gf-wrapper .gform-body .ginput_container select {
  width: 100% !important;
  height: 48px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url("https://859-xal-140.mktoweb.com/js/forms2/images/arrow-down-bk.png") !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  background-size: 16px !important;
  padding-right: 30px !important;
}
.wp-form-wrap .gform-body .ginput_container select:focus-visible,
.book-a-call-gf-wrapper .gform-body .ginput_container select:focus-visible {
  outline: none !important;
}
.wp-form-wrap .gform-footer,
.book-a-call-gf-wrapper .gform-footer {
  margin-top: 10px;
}
.wp-form-wrap .gform-footer input[type=submit],
.book-a-call-gf-wrapper .gform-footer input[type=submit] {
  width: 100% !important;
  color: white !important;
  border-radius: 8px !important;
  background-color: #303ab2 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1em !important;
  border: none !important;
  height: 50px !important;
  cursor: pointer !important;
}
.wp-form-wrap .gform_wrapper .gform_footer,
.book-a-call-gf-wrapper .gform_wrapper .gform_footer {
  position: relative;
}
.wp-form-wrap .gform_wrapper .gform_footer .gform_ajax_spinner,
.book-a-call-gf-wrapper .gform_wrapper .gform_footer .gform_ajax_spinner {
  position: absolute;
  bottom: 125px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px; /* Adjust as needed */
  display: block !important; /* Temporarily force visibility */
  opacity: 1 !important; /* Ensure it is fully visible */
}
.wp-form-wrap .gform_confirmation_wrapper,
.book-a-call-gf-wrapper .gform_confirmation_wrapper {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wp-form-wrap .gform_confirmation_wrapper .gform_confirmation_message,
.book-a-call-gf-wrapper .gform_confirmation_wrapper .gform_confirmation_message {
  display: block;
  width: 80%;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3em;
  text-align: center;
}
@media (max-width: 600px) {
  .wp-form-wrap,
  .book-a-call-gf-wrapper {
    max-width: 400px;
  }
  .wp-form-wrap .gform-body,
  .book-a-call-gf-wrapper .gform-body {
    position: relative;
  }
  .wp-form-wrap .gform-body .gform-field-label,
  .book-a-call-gf-wrapper .gform-body .gform-field-label {
    padding-left: 10px !important;
  }
  .wp-form-wrap .gform-body .gform-field-label .gfield_required,
  .book-a-call-gf-wrapper .gform-body .gform-field-label .gfield_required {
    left: -3px;
  }
  .wp-form-wrap .gform-body .gform-field-label.gfield_consent_label .gfield_required,
  .book-a-call-gf-wrapper .gform-body .gform-field-label.gfield_consent_label .gfield_required {
    left: -7px;
  }
  .wp-form-wrap .gform-body fieldset .ginput_container.ginput_container_consent .gfield_consent_label,
  .book-a-call-gf-wrapper .gform-body fieldset .ginput_container.ginput_container_consent .gfield_consent_label {
    padding-left: 0 !important;
  }
  .wp-form-wrap .gform-body .gfield_error.gfield--type-consent .gfield_validation_message,
  .book-a-call-gf-wrapper .gform-body .gfield_error.gfield--type-consent .gfield_validation_message {
    left: 31px;
  }
}

@media (max-width: 400px) {
  .c6-v3-book-a-call-wrap .gfield_label.gform-field-label,
  .c6-v3-book-a-call-wrap .gform-field-label.gform-field-label--type-inline.gfield_consent_label,
  .c6-v3-book-a-call-wrap .gfield.gfield--type-html,
  .c6-v3-book-a-call-wrap .gfield.gfield--type-html a {
    font-size: 12px !important;
  }
}
@media (max-width: 400px) {
  .c6-v3-book-a-call-wrap #gform_wrapper_16 {
    padding: 20px;
  }
}
@media (max-width: 400px) {
  .c6-v3-book-a-call-wrap .book-a-call-gf-wrapper .gform-body .smsbox-text {
    left: 0 !important;
  }
}
@media (max-width: 400px) {
  .c6-v3-book-a-call-wrap .c6-v3-book-a-call-exit {
    width: 27px;
    height: 27px;
    inset: -8px -3% auto auto;
  }
}
@media (max-width: 400px) {
  .c6-v3-book-a-call-wrap .c6-v3-book-a-call-exit svg svg {
    width: 15px;
    height: 15px;
  }
}

.page-template-tpl-whitepapers #hero .wp-form-wrap {
  min-height: 570px;
}

.wp-form-wrap {
  max-width: 500px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .wp-form-wrap {
    max-width: 60%;
  }
}
.wp-form-wrap .gform-body .gform-field-label {
  font-size: 21px !important;
  font-weight: 700 !important;
  line-height: 1em !important;
  color: black;
}
.wp-form-wrap .gform-body .ginput_container input[type=email] {
  background-color: #fff !important;
  border: 1px solid #000 !important;
}
.wp-form-wrap .gform-footer input[type=submit] {
  background-color: #5b22e5 !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1em !important;
  color: #fff !important;
  border: 1px solid #aeb0b6 !important;
  max-width: 255px !important;
  margin: 0 auto !important;
  box-shadow: 1px 1px 6px 1px #ccc !important;
}
.wp-form-wrap .gform-footer input[type=submit]:hover {
  box-shadow: 0px 0px 0px 0px #ccc !important;
}

#hero {
  padding: 70px 20px 100px 20px;
  width: 100%;
}
@media (max-width: 991px) {
  #hero {
    font-size: 80px;
    padding-bottom: 85px;
  }
}
@media (max-width: 768px) {
  #hero {
    font-size: 40px;
    padding-bottom: 35px;
    padding-top: 55px;
  }
}
@media (max-width: 480px) {
  #hero {
    font-size: 35px;
    padding-bottom: 0;
    padding-top: 45px;
  }
}
#hero h1 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 700;
  line-height: 108%;
}
@media (max-width: 991px) {
  #hero h1 {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  #hero h1 {
    font-size: 40px;
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  #hero h1 {
    font-size: 35px;
    margin-bottom: 20px;
  }
}
#hero p.desc {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 125%;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  #hero p.desc {
    font-size: 27px;
    margin-bottom: 50px;
  }
  #hero p.desc br {
    display: none;
  }
}
@media (max-width: 768px) {
  #hero p.desc {
    font-size: 24px;
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  #hero p.desc {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
#hero .three-cols {
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
  align-items: normal;
}
@media (max-width: 991px) {
  #hero .three-cols {
    flex-direction: row;
  }
}
@media (max-width: 715px) {
  #hero .three-cols {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  #hero .two-cols {
    flex-direction: row;
  }
}
@media (max-width: 715px) {
  #hero .two-cols {
    justify-content: start;
  }
}
#hero.thank-you-page p.desc a {
  color: #303ab2;
  font-weight: 700;
}
#hero.thank-you-page .global-btn {
  margin: 0 auto;
}

#resources {
  padding: 70px 20px 80px 20px;
}
@media (max-width: 991px) {
  #resources {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  #resources {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  #resources {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
#resources h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 108%;
  text-align: center;
}
@media (max-width: 991px) {
  #resources h2 {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  #resources h2 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  #resources h2 {
    font-size: 25px;
  }
}
#resources .resources-desc {
  font-size: 26px;
  font-weight: 400;
  line-height: 125%;
  text-align: center;
  margin: 20px auto 50px auto;
  max-width: 1000px;
}
@media (max-width: 991px) {
  #resources .resources-desc {
    font-size: 24px;
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  #resources .resources-desc {
    font-size: 22px;
    margin-bottom: 45px;
    padding: 0 35px;
  }
}
@media (max-width: 480px) {
  #resources .resources-desc {
    font-size: 20px;
    margin-bottom: 35px;
    padding: 0 20px;
  }
}
#resources .three-cols {
  max-width: 1600px;
  gap: 50px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
#resources .three-cols .col {
  width: 100%;
  max-width: 530px;
}
#resources .three-cols .col .img-wrap {
  border-radius: 25px;
  background-color: #f1fbff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 20px 30px 0 30px;
}
#resources .three-cols .col .img-wrap img {
  width: 100%;
  height: auto;
}
#resources .three-cols .col .img-wrap.spec img {
  max-width: 95%;
  position: relative;
  bottom: 10px;
}
#resources .three-cols .col h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 125%;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  #resources .three-cols .col h3 {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  #resources .three-cols .col h3 {
    font-size: 23px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  #resources .three-cols .col h3 {
    font-size: 21px;
  }
}
#resources .three-cols .col .desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  #resources .three-cols .col .desc {
    font-size: 19px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  #resources .three-cols .col .desc {
    font-size: 17px;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  #resources .global-btn {
    max-width: 170px;
  }
}

.wp-form-wrap .gform-theme--foundation .gform_fields {
  gap: 20px !important;
}
.wp-form-wrap .gform_validation_errors {
  display: none !important;
}
.wp-form-wrap .gform_confirmation_message {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}
.wp-form-wrap .gform-loader {
  position: absolute !important;
  left: 48% !important;
  bottom: -45% !important;
}
.wp-form-wrap .gform-body {
  position: relative;
}
.wp-form-wrap .gform-body .gform-field-label {
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.2em !important;
  color: black;
  padding-bottom: 10px !important;
  padding-left: 15px !important;
  display: block !important;
  position: relative !important;
}
.wp-form-wrap .gform-body .gform-field-label .gfield_required {
  display: none !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  font-size: 16px;
  padding: 0;
  margin: 0;
}
.wp-form-wrap .gform-body .gform-field-label .gfield_required .gfield_required {
  display: none !important;
  visibility: hidden !important;
}
.wp-form-wrap .gform-body .gform-field-label .gfield_required::after {
  content: "*";
  visibility: visible;
  position: absolute;
  left: 5px;
  top: 0;
  color: red;
  font-size: 16px;
}
.wp-form-wrap .gform-body .smsbox-checkbox {
  grid-column: span 1;
}
.wp-form-wrap .gform-body .smsbox-checkbox label {
  display: none !important;
}
.wp-form-wrap .gform-body .smsbox-text {
  grid-column: span 11;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.2em !important;
  color: black;
  padding: 7px 0px 0px !important;
  display: block !important;
  position: relative !important;
  letter-spacing: 0;
}
.wp-form-wrap .gform-body .smsbox-text a {
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.2em !important;
  color: #303ab2;
}
.wp-form-wrap .gform-body .smsbox-text a:hover {
  text-decoration: none !important;
}
.wp-form-wrap .gform-body fieldset legend {
  display: none !important;
}
.wp-form-wrap .gform-body fieldset .ginput_container.ginput_container_consent {
  display: flex !important;
  align-items: flex-start !important;
}
.wp-form-wrap .gform-body fieldset .ginput_container.ginput_container_consent .gform-field-label {
  padding-left: 8px !important;
  letter-spacing: 0;
}
.wp-form-wrap .gform-body fieldset input[type=checkbox] {
  position: relative !important;
  top: -3px !important;
  min-width: 20px !important;
  height: 20px !important;
}
.wp-form-wrap .gform-body .gfield_error {
  position: relative;
}
.wp-form-wrap .gform-body .gfield_error .gfield_validation_message {
  position: absolute;
  left: 14px;
  top: 7px;
}
.wp-form-wrap .gform-body .ginput_container input[type=text],
.wp-form-wrap .gform-body .ginput_container input[type=email],
.wp-form-wrap .gform-body .ginput_container input[type=tel],
.wp-form-wrap .gform-body .ginput_container textarea,
.wp-form-wrap .gform-body .ginput_container select {
  background-color: #f0f0f0 !important;
  width: 100% !important;
  color: black !important;
  border: 1px solid #f0f0f0 !important;
  padding: 9px 20px !important;
  border-radius: 5px !important;
  margin-bottom: 5px !important;
  max-height: 45px !important;
  min-height: 45px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.9em !important;
}
.wp-form-wrap .gform-body .ginput_container textarea {
  min-height: 90px !important;
  max-height: none !important;
}
.wp-form-wrap .gform-body .ginput_container select {
  width: 100% !important;
  height: 48px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url("https://859-xal-140.mktoweb.com/js/forms2/images/arrow-down-bk.png") !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  background-size: 16px !important;
  padding-right: 30px !important;
}
.wp-form-wrap .gform-body .ginput_container select:focus-visible {
  outline: none !important;
}
.wp-form-wrap .gform-footer {
  margin-top: 10px;
}
.wp-form-wrap .gform-footer input[type=submit] {
  width: 100% !important;
  color: black !important;
  border-radius: 8px !important;
  background-color: #afff00 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1em !important;
  border: none !important;
  height: 50px !important;
  cursor: pointer !important;
}
.wp-form-wrap .gform_wrapper .gform_footer {
  position: relative;
}
.wp-form-wrap .gform_wrapper .gform_footer .gform_ajax_spinner {
  position: absolute;
  bottom: 200px !important;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px; /* Adjust as needed */
  display: block !important; /* Temporarily force visibility */
  opacity: 1 !important; /* Ensure it is fully visible */
}
@media (max-width: 600px) {
  .wp-form-wrap {
    max-width: 400px;
  }
  .wp-form-wrap .gform-body {
    position: relative;
  }
  .wp-form-wrap .gform-body .gform-field-label {
    padding-left: 5px !important;
  }
}

.form-wrap {
  padding-bottom: 50px;
  padding-top: 60px;
}
.form-wrap .form {
  height: 150px;
}
.form-wrap .form #gform_15 .gfield_required.gfield_required_text {
  display: none !important;
}
.form-wrap .form #gform_15 #input_15_1 {
  border: none !important;
  border-bottom: 2px solid black !important;
  border-radius: 0 !important;
  outline: none;
  box-shadow: none;
  background-color: transparent !important;
  color: black !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 108% !important;
  margin: 0 auto !important;
  text-align: center !important;
  position: relative;
  z-index: 88;
}
@media (max-width: 991px) {
  .form-wrap .form #gform_15 #input_15_1 {
    text-align: center;
  }
}
.form-wrap .form #gform_15 #input_15_1:active {
  outline: none;
}
.form-wrap .form #gform_15 #input_15_1:focus {
  outline: none;
}
.form-wrap .form #gform_15 #input_15_1:target {
  outline: none;
}
.form-wrap .form #gform_15 #input_15_1::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.form-wrap .form #gform_15 #input_15_1::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.form-wrap .form #gform_15 #field_15_1 {
  position: relative;
}
.form-wrap .form #gform_15 #field_15_1 label {
  color: black !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 108% !important;
  text-align: center !important;
  justify-content: center !important;
  padding-left: 0 !important;
}
.form-wrap .form #gform_15 #field_15_1 #validation_message_15_1 {
  position: absolute;
  bottom: 0 !important;
  right: 0 !important;
  color: red;
  top: 20px !important;
  left: 0 !important;
}
@media (max-width: 991px) {
  .form-wrap .form #gform_15 #field_15_1 #validation_message_15_1 {
    text-align: center;
  }
}
.form-wrap .form #gform_15 #gform_submit_button_15 {
  border-radius: 40px !important;
  background: #303ab2 !important;
  color: white !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1em !important;
  width: 100%;
  max-width: 180px !important;
  padding: 15px !important;
  border: 2px solid #303ab2 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .form-wrap .form #gform_15 #gform_submit_button_15 {
    margin: 0 auto;
  }
}
.form-wrap .form #gform_15 #gform_submit_button_15:hover {
  background-color: #202777;
  border: 2px solid #202777;
  color: white;
}
.form-wrap .form #gform_15 #gform_submit_button_15:focus {
  border: 2px solid #1edfe9;
  background-color: #303ab2;
  color: white;
  outline: none;
}
.form-wrap .form #gform_15 #gform_submit_button_15:active {
  color: black;
  border: 2px solid #1edfe9;
  background-color: #1edfe9;
  outline: none;
}
.form-wrap .form #gform_15_validation_container {
  display: none !important;
}
.form-wrap .form #gform_confirmation_message_15 {
  color: red;
  font-size: 18px;
  font-weight: 600;
  line-height: 108%;
  font-family: "Gilroy", Arial, sans-serif;
}

.newsletters input {
  width: 20px;
  height: 20px;
  accent-color: #303ab2;
  position: relative;
  top: -2px;
  cursor: pointer;
}
.newsletters label {
  display: block;
  font-size: 30px;
  font-weight: 700;
  line-height: 108%;
  letter-spacing: 0;
}
@media (max-width: 991px) {
  .newsletters label {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .newsletters label {
    font-size: 22px;
  }
}
.newsletters label span {
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .newsletters label span {
    font-size: 18px;
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .newsletters label span {
    font-size: 16px;
    margin-top: 10px;
  }
}
.newsletters .box {
  gap: 5px;
  align-items: baseline;
}/*# sourceMappingURL=main.css.map */