.fr-cta
{background: var(--Content-Accent-Blue, #2dcce8);
    border-radius: 100px;
    color: var(--Content-Primary, #1C0C39) !important;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    height: 56px;
    line-height: 24px;
    margin-top: -1px;
    outline: unset !important;
    padding: 15px 32px;
    text-decoration: none;
    transition: all .3s ease 0s;
    margin-bottom:8px;
}
.fr-cta:visited, .fr-cta:hover {
    color: #1db8d3;
    text-decoration: none;
}
.petdesk-c.hero-section {
  padding: 50px 0 22px;
  position: relative;
  overflow-x: clip;
  /*   background-image: url(https://res.cloudinary.com/spiralyze/image/upload/f_auto/petdesk/4001/hero_bg_1440.webp) !important; */
  border-radius: unset;
  margin: 0;
  padding-bottom: 70px;
  width: 100%;
}

.petdesk-c.hero-section .hero-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 80px;
  align-items: center;
}

.petdesk-c.hero-section .hero-wrap.form-left {
  flex-direction: row-reverse;
}

.petdesk-c.hero-section .hero-content {
  max-width: 616px;
  width: 100%;
}

.petdesk-c.hero-section .hero-content .hero-eyebrow {
  color: var(--Content-Active, #5820BA);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: 'DM Sans',Helvetica,Arial,Lucida,sans-serif;
}

.petdesk-c.hero-section .hero-content .hero-title {
  color: var(--Content-Primary, #1C0C39);
  font-family: 'Host Grotesk', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 120% */
  margin-bottom: 24px;
  padding-right: 10px;
}

.petdesk-c.hero-section .hero-content .hero-copy {
  color: var(--Content-Primary, #1C0C39);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
  margin-bottom: 32px;
}

.petdesk-c.hero-section .hero-content .hero-img img {
  width: 100%;
  max-width: 616px;
}

.petdesk-c.hero-section .hero-wrap .hero-form {
  max-width: 600px;
  width: 100%;
  margin-top: 0;
}

.petdesk-c.hero-section .hero-wrap .hero-r-image {
  max-width: 600px;
  width: 100%;
  margin-top: 0;
}

.petdesk-c.hero-section .hero-wrap .hero-r-image img {
  font-size: 0;
  width: 100%;
}

.petdesk-c.hero-section .hero-form .form-content {
  padding: 40px 32px 20px;
  border-radius: 24px;
  background: var(--Content-White, #fff);
  box-shadow: 0px 32px 64px -12px rgba(0, 0, 0, 0.14);
}

.petdesk-c.hero-section .hero-form .form-content .form-title {
  color: var(--Content-Primary, #1C0C39);
  text-align: center;
  font-family: 'Host Grotesk', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 125% */
  border: unset;
  padding: 0;
  background: unset;
  margin-bottom: 9px;
}

.petdesk-c.hero-section .hero-form .form-content .form-copy {
  color: var(--Content-Primary, #1C0C39);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
  margin-bottom: 18px;
}

/* Form wrap code  */
/* body {
  visibility: hidden;
}

body.spz-form-loaded {
  visibility: visible;
} */

.petdesk-c.hero-section .hero-form .spz-form-wrap {
}

.petdesk-c.hero-section .hero-wrap .hero-form form {
  background: transparent;
}
{#PASTE HERE#}


.hero-form .spz-form-wrap form {
  margin: 0;
  padding: 0
}


.hero-form .spz-form-wrap .hs-custom-style fieldset {
  display: flex;
  flex-wrap: wrap;
  gap: 16px
}

@media(max-width:767.98px) {
  .hero-form .spz-form-wrap .hs-custom-style fieldset {
    gap: 0
  }
}

.hero-form .spz-form-wrap .hs_submit .actions {
  margin-bottom: 12px;
  margin-top: 0;
  padding: 4px 0
}

.hero-form .spz-form-wrap input.hs-button.primary {
  align-items: center;
  align-self: stretch;
  background: #2dcce8;
  border: unset;
  border-radius: 100px;
  color: #1C0C39;
  display: flex;
  font-family: 'DM Sans', Helvetica, Arial, Lucida, sans-serif;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 700;
  height: 58px !important;
  justify-content: center;
  line-height: 26px !important;
  outline: unset;
  padding: 16px 24px;
  width: 100%
}

.hero-form .spz-form-wrap input.hs-button.primary:active,
.hero-form .spz-form-wrap input.hs-button.primary:hover {
  background: #1db8d3;
  color: #1C0C39
}

.hero-form .spz-form-wrap input:focus,
.hero-form .spz-form-wrap input:hover,
.hero-form .spz-form-wrap select:focus,
.hero-form .spz-form-wrap select:hover {
  border: 1px solid #2dcce8
}

.hero-form .spz-form-heading {
  color: #1C0C39;
  font-family: 'Host Grotesk', Helvetica, Arial, Lucida, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 0;
  text-align: center
}

@media(max-width:767.98px) {
  .hero-form .spz-form-heading {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 12px
  }
}

.hero-form .spz-form-subtitle {
  color: #1C0C39;
  font-family: 'DM Sans';
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin: 0 auto 12px;
  max-width: 330px;
  width: 100%
}

@media(max-width:991.98px) {
  .hero-form .spz-form-subtitle {
    max-width: 100%
  }
}

@media(max-width:767.98px) {
  .hero-form .spz-form-subtitle {
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 10px
  }
}

.hero-form .hs-form-field {
  margin-bottom: 20px !important;
  position: relative;
}

.hs-form .form-columns-2 .hs-form-field,.hs-form .form-columns-2 .hs-dependent-field {
  width: calc(50% - 8px) !important
}

.hs-form .form-columns-2 .hs-dependent-field .hs-form-field {
    width: 100% !important;
}


.hs-form .form-columns-1 .hs-form-field {
  width: 100% !important
}

@media(max-width:767.98px) {
  .hero-form .hs-form-field {
    margin-bottom: 16px !important;
    width: 100% !important
  }
}

.hero-form .hs-form-field .input {
  margin-right: 0 !important;
  text-align: start
}

.hero-form .hs-form-field input:-webkit-autofill {
  -webkit-text-fill-color: #1C0C39 !important;
  -webkit-box-shadow: inset 0 0 0 1000px #fff !important;
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important
}

.hero-form .hs-form-field input,
.hero-form .hs-form-field select,.hero-form .hs-form-field textarea  {
  background: #fff;
  border: 1px solid #1C0C39;
  border-radius: 8px !important;
  color: #1C0C39 !important;
  font-family: 'DM Sans', Helvetica, Arial, Lucida, sans-serif;
  height: 56px;
  line-height: 24px;
  padding: 0 14px !important;
  width: 100% !important
}
.hero-form .hs-form-field textarea  {
min-height:120px;
font-size:.94em;
padding:18px 14px 2px !important;
} 
.hero-form .hs-form-field select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath d='m5 7.5 5 5 5-5' stroke='%23767676' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: right 13px center;
  background-repeat: no-repeat;
  background-size: 20px;
  padding: 0 32px 0 14px !important
}

hero-form .hs-form-field input[type="radio"], .hero-form .hs-form-field input[type="checkbox"]{
height: 18px;
width: 18px !important;
}

/*
.hero-form .hs-form-field.hs_practice_management_system___commons {
  max-width: 276px !important;
  width: 100% !important
}

@media(max-width:767.98px) {
  .hero-form .hs-form-field.hs_practice_management_system___commons {
    margin-bottom: 20px !important;
    max-width: 100% !important
  }
}*/


.hero-form .hs-form-field label[class*=label-spz] {
  background: #fff;
  color: #767676 !important;
  font-family: 'DM Sans', Helvetica, Arial, Lucida, sans-serif;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  left: 12px;
  line-height: 24px;
  padding: 0 2px;
  pointer-events: none;
  position: absolute;
  top: 16px;
  transition: top .25s linear
}

.hero-form .hs-form-field.focused label[class*=label-spz],
.hero-form .hs-form-field.has-value label[class*=label-spz],
.hero-form .hs-form-field:has(input:autofill) label[class*=label-spz],
.hero-form .hs-form-field:has(select:autofill) label[class*=label-spz] {
  background: #fff;
  font-size: 12px !important;
  left: 8px;
  line-height: normal;
  padding: 0 7px;
  top: -8px;
  transition: top .15s linear;
  width: auto !important
}

.hero-form .hs-form-field .hs-field-desc{
position: absolute;
    top: 2px;
    right: 6px;
    text-align: right;
    font-size: .75em;
    color: #767676;
}
.hero-form .hs-form-field.hs-fieldtype-radio .hs-field-desc {
    top: 18px;
    right: -2px;
}
.hero-form .hs-form-field.focused label[class*=label-spz],
.hero-form .hs-form-field.has-value label[class*=label-spz] {
  color: #1C0C39 !important
}

.hero-form #fl-main-content,
.hero-form .fl-builder-content,
.hero-form header {
  display: none !important
}

.hero-form div.field.error .chzn-choices,
.hero-form div.field.error input,
.hero-form div.field.error textarea,
.hero-form input.hs-input.error,
.hero-form select.hs-input.error,
.hero-form textarea.hs-input.error {
  border: 1px solid #e82d30
}

.hero-form .hs-error-msgs label {
  color: #e82d30;
  font-family: 'DM Sans', Helvetica, Arial, Lucida, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin-top: 2px;
  text-align: start
  margin-bottom:0;
  padding:2px 0 0;
}

.hero-form:not(.spz-hide-qualifying-q) .spz-form-wrap .spz-hidden {
  display: none
}

.hero-form .spz-form-wrap.final-step .left {
  padding: 40px 40px 36px
}

@media(max-width:767.98px) {
  .hero-form .spz-form-wrap.final-step .left {
    padding: 48px 20px 28px
  }
}

.hero-form .spz-form-wrap.final-step .left .spz-form-subtitle {
  margin: 0 auto 32px
}

.hero-form .spz-form-wrap.final-step .left .hs_submit .actions {
  margin-bottom: 14px
}

@media(max-width:767.98px) {
  .hero-form .spz-form-wrap.final-step .right {
    padding: 32px 20px 41px
  }
}

.hs-form .form-columns-2 .hs-dependent-field .hs-fieldtype-radio {
    transform: translateX(calc(-50% - 8px)) !important;
    width: calc(200% + 16px) !important;
}
/*
.hero-form .hs-dependent-field:has(.hs_practice_management_system___commons) {
  width: calc(50% - 8px) !important
}

@media(max-width:767.98px) {
  .hero-form .hs-dependent-field:has(.hs_practice_management_system___commons) {
    width: 100% !important
  }
}

.hero-form .hs-dependent-field:has(.hs_practice_management_system___commons) .hs_practice_management_system___don_t_know,
.hero-form .hs-dependent-field:has(.hs_practice_management_system___commons) .hs_practice_management_system___uncommons {
  transform: translateX(calc(-50% - 8px)) !important;
  width: calc(200% + 16px) !important
  
}*/
/*
@media(max-width:767.98px) {

  .hero-form .hs-dependent-field:has(.hs_practice_management_system___commons) .hs_practice_management_system___don_t_know,
  .hero-form .hs-dependent-field:has(.hs_practice_management_system___commons) .hs_practice_management_system___uncommons {
    transform: unset !important;
    width: 100% !important
  }
}
*/
/* Start removed .hs-dependent-field:has(.hs_practice_management_system___commons) .hs_practice_management_system___don_t_know */
.hero-form .hs-dependent-field .input,
.hero-form .hs-dependent-field .input {
  margin-right: 0 !important
}

@media(max-width:767.98px) {
  .hero-form .hs-dependent-field .label-spz {
    max-width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
  }
}

.hero-form .hs-dependent-field label {
  margin-bottom: 4px !important;
  text-align: left !important;
  padding: 1px 2px 4px;
}
.hero-form .hs-fieldtype-radio label,.hero-form .hs-fieldtype-booleancheckbox label {
  margin-bottom: 4px !important;
  text-align: left !important;
  padding: 1px 2px 4px;
}

.hero-form .hs-dependent-field label>span {
  color: #1C0C39 !important;
  font-family: DM Sans, Helvetica, Arial, Lucida, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: left !important
}

.hero-form .hs-dependent-field label span.hs-form-required {
  display: none
}

.hero-form .hs-dependent-field legend {
  color: #4a4a4a;
  font-family: DM Sans, Helvetica, Arial, Lucida, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 6px;
  text-align: left !important
}

.hero-form .hs-dependent-field legend a {
  color: #2dcce8;
  font-family: DM Sans, Helvetica, Arial, Lucida, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-decoration-line: underline;
  text-decoration-skip-ink: none;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font
}

.hero-form .hs-dependent-field legend a:hover {
  color: #23adc5
}

.hero-form .hs-dependent-field .input ul {
  padding-left: 3px;
  padding-top: 0
}

.hero-form .hs-dependent-field .input ul li label {
  color: #1C0C39;
  cursor: pointer;
  font-family: DM Sans, Helvetica, Arial, Lucida, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  width: fit-content
}
/* END removed .hs-dependent-field:has(.hs_practice_management_system___commons) .hs_practice_management_system___don_t_know */
.hero-form .hs-dependent-field .input ul li label input {
   accent-color: #5820BA;
    height: 13.3px !important;
    margin: 3px 14px 3px 0;
    transform: scale(1.5);
    width: 13.3px !important;
}
/*
.hero-form .hs-dependent-field:has(.hs_practice_management_system___commons) .hs_practice_management_system___don_t_know .input ul li label input {
   accent-color: #5820BA;
    height: 13.3px !important;
    margin: 3px 14px 3px 0;
    transform: scale(1.5);
    width: 13.3px !important;
}*/
/*
.hero-form .hs-dependent-field:has(.hs_practice_management_system___commons) .hs_practice_management_system___don_t_know .input ul li:not(:last-child) {
  margin-bottom: 2px
}

.hero-form .hs-dependent-field:has(.hs_practice_management_system___don_t_know) .hs_practice_management_system___commons {
  margin-bottom: 17px !important
}

.hero-form .spz-form-wrap form:has(.hs_phone .hs-error-msgs) .hs_practice_management_system___don_t_know,
.hero-form .spz-form-wrap form:has(.hs_phone .hs-error-msgs) .hs_practice_management_system___uncommons {
  margin-top: 38px !important
}
*/
/*
@media(max-width:767.98px) {

  .hero-form .spz-form-wrap form:has(.hs_phone .hs-error-msgs) .hs_practice_management_system___don_t_know,
  .hero-form .spz-form-wrap form:has(.hs_phone .hs-error-msgs) .hs_practice_management_system___uncommons {
    margin-top: 0 !important
  }
}

.hero-form .spz-form-wrap form:has(.hs_phone .hs-error-msgs) .hs_practice_management_system___uncommons.focused,
.hero-form .spz-form-wrap form:has(.hs_phone .hs-error-msgs) .hs_practice_management_system___uncommons.has-value {
  margin-top: 45px !important
}*/

@media(max-width:767.98px) {
/*
  .hero-form .spz-form-wrap form:has(.hs_phone .hs-error-msgs) .hs_practice_management_system___uncommons.focused,
  .hero-form .spz-form-wrap form:has(.hs_phone .hs-error-msgs) .hs_practice_management_system___uncommons.has-value {
    margin-top: 0 !important
  }*/
}
/*
.hero-form .spz-form-wrap form .form-columns-1 .hs_email {
  width: 100% !important
}*/

.spz-form-wrap form .inputs-list > li {
    margin: 0.4rem 0 0;
}

.spz-form-wrap form .hs-error-msgs.inputs-list > li {
    margin: 0.1rem 0 0;
}

@media (min-width: 1199.98px) {
  .mobile-only{display:none;}
}
@media (max-width: 1199.98px) {
  .petdesk-c.hero-section .hero-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    gap: 47px;
  }

  .petdesk-c.hero-section .hero-content,
  .petdesk-c.hero-section .hero-wrap .hero-form,
  .petdesk-c.hero-section .hero-wrap .hero-r-image {
    max-width: 100%;
  }

  .petdesk-c.hero-section .hero-content .hero-img img {
    max-width: 100%;
  }

  .petdesk-c.hero-section {
    padding: 50px 0 56px !important;
  }

  .petdesk-c.hero-section .hero-form .form-content {
    box-shadow: 0px 20px 24px -4px rgba(0, 0, 0, 0.08), 0px 8px 8px -4px rgba(0, 0, 0, 0.03);
  }
/*
  .petdesk-c.hero-section .hero-form .spz-form-wrap .hs-form-field.hs-practice_management_system___commons {
    max-width: 100% !important;
  }*/
}

@media (max-width: 767.98px) {
  .petdesk-c.hero-section {
    padding: 11px 0 49px !important;
  }
  .petdesk-c.hero-section .hero-content .hero-eyebrow {
    font-size: 12px;
    line-height: 16px; /* 133.333% */
    letter-spacing: 1.8px;
    margin-bottom: 16px;
  }

  .petdesk-c.hero-section .hero-content .hero-title {
    font-size: 32px;
    line-height: 40px; /* 125% */
    margin-bottom: 16px;
  }

  .petdesk-c.hero-section .hero-content .hero-copy {
    margin-bottom: 25px;
  }

  .petdesk-c.hero-section .hero-content .hero-img img {
    max-width: 100%;
  }

  .petdesk-c.hero-section .hero-form .form-content .form-copy {
    font-size: 16px;
    line-height: 24px; /* 150% */
  }

  .petdesk-c.hero-section .hero-wrap {
    gap: 9px;
  }
  .petdesk-c.hero-section .hero-wrap .hero-form {
    padding: 0;
  }

  .petdesk-c.hero-section .hero-form .form-content {
    padding: 40px 20px 24px;
    box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08), 0px 4px 6px -2px rgba(0, 0, 0, 0.03);
  }

  .petdesk-c.hero-section .hero-form .spz-form-wrap form fieldset{
    margin-bottom: 16px;
  }

  .petdesk-c.hero-section .hero-form .hs-form-field {
    width: 100% !important;
    /* margin-bottom: 16px; */
  }

  .petdesk-c.hero-section .hero-form {
    padding: 22px 20px 29px;
    width: calc(100% - 32px);
  }

  .petdesk-c.hero-section .hero-form .hs-custom-style fieldset {
    gap: 0;
  }

  .petdesk-c.hero-section .hero-form .spz-form-wrap .hs-form-field {
    /* margin-bottom: 16px !important; */
    width: 100% !important;
  }
/*
  .petdesk-c.hero-section .hero-form .spz-form-wrap .hs-form-field.hs-practice_management_system___commons {
    margin-bottom: 20px !important;
    max-width: 100% !important;
  }

  .petdesk-c.hero-section .hero-form .spz-form-wrap .hs-form-field:has(.hs-practice_management_system___commons) {
    width: 100% !important;
  }

  .petdesk-c.hero-section
    .hero-form
    .spz-form-wrap
   .hs-form-field:has(.hs-practice_management_system___commons)
    .hs_practice_management_system___don_t_know,
  .petdesk-c.hero-section
    .hero-form
    .spz-form-wrap
.hs-form-field:has(.hs-practice_management_system___commons)
    .hs_practice_management_system___uncommons {
    transform: unset !important;
    width: 100% !important;
  }
*/
  .petdesk-c.hero-section
    .hero-form
    .spz-form-wrap
    .hs-form-field/*:has(.hs-practice_management_system___commons)
    .hs_practice_management_system___uncommons*/
    .label-spz {
   /* max-width: 260px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
  }
/*
  .petdesk-c.hero-section .hero-form .spz-form-wrap form:has(.hs_phone .hs-error-msgs) .hs_practice_management_system___don_t_know,
  .petdesk-c.hero-section .hero-form .spz-form-wrap form:has(.hs_phone .hs-error-msgs) .hs_practice_management_system___uncommons {
    margin-top: 0 !important;
  }

  .petdesk-c.hero-section .hero-form .spz-form-wrap form:has(.hs_phone .hs-error-msgs) .hs_practice_management_system___uncommons.focused,
  .petdesk-c.hero-section .hero-form .spz-form-wrap form:has(.hs_phone .hs-error-msgs) .hs_practice_management_system___uncommons.has-value {
    margin-top: 0 !important;
  }
    */
}

.legal-consent-container, form .legal-consent-container .hs-richtext, form .legal-consent-container .hs-richtext p{
  text-align:center;
}