/** Shopify CDN: Minification failed

Line 837:25 Unterminated string token

**/
  .form-steps {
    display: none;
  }
  .form-steps.active {
    display: block;
  }
  
  .step-indicators {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    gap: 50px;
  }
  
  fieldset.form-columns-2 {
    width: 100%;
    max-width: 100%;
    gap: 13px;
    display: flex;
  }
  
  fieldset.form-columns-1 {
    max-width: 100%;
    width: 100%;
  }
  
  input.hs-button.primary.large {
    background-color: #00f0ff !important;
    border-color: #00f0ff !important;
    color: #000000 !important;
    font-size:18px;
    font-weight:bold;
    padding: 10px 24px;
    border: none;
    border-radius: 5px;
  }
  
  .actions {
    float: right;
  }
  
  .input {
    margin-right: 0 !important;
  }
  .progress-bar {
    display: flex;
    align-items: center;
  }
  p.form-caption {
    text-align:center;
    margin:0;
    margin-top:40px;
    color: #012130;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 124%; /* 29.76px */
  }
  .step-indicator {
    width: 33.33%;
    height: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-weight: bold;
  } 
  
  .step-indicator.active {
    background-color: #00F0FF;
    color: white;
  }
  .country_container {
    display: flex;
    gap: 7px;
    justify-content: center;
    width: 100%;
  }
  .step-indicator.completed {
    background-color: #00f0ff;
    color: #000000 ;
  }
  
  .price-display {
    text-align: center;
    margin: 20px 0;
    display: flex;
    border-radius: 8px;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
  }
  div#hubspot-form-container {
    max-width:452px;
    margin:auto;
  }
  .form-container {
    max-width: 546px;
    margin: auto;
    padding: 0px;
  }
  .form-wrapper {
    max-width: 452px;
    margin: auto;
    padding: 0px;
  }
  
  .form-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
  }
  
  .btn {
    padding: 12px 24px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s ease;
  }
  
  .btn-next {
    background-color: #00f0ff;
    color: white;
  }
  
  button.btn.btn-again {
    background-color: transparent;
    color: #012130;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
    text-transform: uppercase;
    display: flex;
    height: 60px;
    padding: 0px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    border: 2px solid #00F0FF;
    background: #FFF;
    width:100%;
  }
  .btn-prev ,.btn-again,.btn-agains,.btn-againss{
    background-color: transparent;
    color: #012130;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
    text-transform: uppercase;
    display: flex;
    height: 60px;
    padding: 0px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    border: 2px solid #00F0FF;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08), 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  }
  
  .btn-submit {
    background-color: #00f0ff;
    color: white;
  }
  
  .btn:hover {
    opacity: 0.9;
    transform: translateY(-1px);
  }
  
  .field-group {
    margin-bottom: 20px;
  }
  
  .field-label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
  }
  
  .field-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
  }
  
  .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
  }
  
  .form-col {
    flex: 1;
  }
  
  .price-display {
    text-align: center;
    margin: 20px 0;
    border-radius: 8px;
  }
  
  .price-amount {
    font-size: 24px;
    font-weight: bold;
    color: #000000 ;
  }
  
  .form-title{
    color: #012130;
    text-align: center;
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 112.5%; /* 81px */
    letter-spacing: 1.44px;
    text-transform: uppercase;
  }
  .progress-bar {
    width: 100%;
    height: 6px;
    background: rgba(0, 240, 255, 0.25);
    margin-top: 18px;
    margin-bottom: 25px;
  } 
  
  select {
    appearance: none; /* Removes default styling */
    -webkit-appearance: none; 
    -moz-appearance: none;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="13" viewBox="0 0 14 13" fill="none"><path d="M7 13L0.0717972 0.249999L13.9282 0.249998L7 13Z" fill="%2300F0FF"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 14px 13px;
    padding-right: 30px; /* Space for the icon */
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px;
    cursor: pointer;
  }
  select#country-select {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%; /* 27.2px */
  
    border-radius: 9px;
    border: 1px solid #AEAEAE;
  }
  
  select#tracker-select,select#sport-select {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%; /* 27.2px */
    border-radius: 9px;
    border: 1px solid #AEAEAE;
  }
  
  button.btn.btn-next,input.hs-button.primary.large {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
    text-transform: uppercase;
    display: flex;
    height: 60px;
    width:100%;
    padding: 0px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    margin-bottom:25px;
    border-radius: 8px;
    background: var(--GPS-Speed-Neon, #00F0FF);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08), 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  }
  .review_star_image{
    width: 183.599px !important;
    height: 34.787px;
  }
  
  .form-footer p{
    color: var(--PH-BRAND-COLOURS-PH-Midnight, #012130);
    font-family: Anton;
    font-size: 30.922px;
    font-style: normal;
    font-weight: 400;
    line-height: 168.9%; /* 52.227px */
  }
  .form-footer p span{
    color: #00B67A;
    font-family: Anton;
    font-size: 30.922px;
    font-style: normal;
    font-weight: 400;
    line-height: 168.9%;
  }
  span.currency_letter {
    font-size: 30px;
    margin-left: 4px;
  }
  .price-display-label {
    color: #012130;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%; /* 34px */
    margin: 0 !important;
    margin-bottom: 14px !important;
  }
  
  .contact_person_image {
    display: flex;
    gap: 15px;
  }
  
  .contact_person_image {
    /* width: 59px !important; */
    height: 59px;
    width: 35%;
  }
  
  .contact_person_image p{
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-family: Montserrat;
    font-size: 10px !important;
    text-align: justify;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 169%; /* 40.8px */
  }
  
  /* Add these styles to your existing CSS */
  /* 
  .error {
    border: 1px solid #ff0000 !important;
    background-color: rgba(255, 0, 0, 0.05);
  }
  
  select.error {
    background-color: rgba(255, 0, 0, 0.05);
    border-color: #ff0000 !important;
  }
  */
  
  @keyframes shake {
    0%, 100% { transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% { transform: translateX(-5px); }
    20%, 40%, 60%, 80% { transform: translateX(5px); }
  }
  
  .shake {
    animation: shake 0.5s;
  }
  .price-display-items {
    display: flex;
    max-width: 467px;
    width: 100%;
    margin: auto;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .price-display-items img {
    max-height: 84px;
    object-fit: contain;
  }
  /* Make sure error messages are visible */
  .error-message {
    display: block;
    clear: both;
  }
  
  h6.price-display-header-title {
    text-align: center;
    width: 100%;
  }
  
  .price-display-header {
    display: flex;
    justify-content: center;
    width: 100%;
    color: #012130;
    margin-bottom: 25px;
    text-align: center;
  }
  .price-display-header h5{
    font-family: Montserrat !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 124%; /* 29.76px */
  }
  
  
  
  p.price-display-label-number-of-items {
    color: #012130;
    text-align: center;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    -webkit-text-stroke: 0px;
    line-height: 120%; /* 14.4px */
    margin-top: 3px;
  }
  
  p.price-display-label-product-name {
    color: #012130;
    leading-trim: both;
    text-edge: cap;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }
  .price-display-description {
    margin-top: 12px;
     width:100%;
  }
  
  p.price-display-description-text {
    color: #012130;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%; /* 20.4px */
  }
  .price-display-estimate-items {
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
  p.contact_person_name {
    color: #012130;
  
  /* Paragraph Bold */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
  }
  .contact_person_image img {
    width: 100%;
    max-width: 59px;
    border-radius: 50px;
    border: 1px solid #00F0FF;
    background: #FFF;
  }
  p.contact_person_role {
    color: #012130;
  leading-trim: both;
  text-edge: cap;
  
  /* Paragraph */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 27.2px */
  }
  
  .price-display-buttons {
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: center;
    margin-top: 25px;
  }
  .price-display-buttons a{
    width: 100%;
  }
  
  .offer-container {
    display: flex;
    width: 546px;
    padding: 30px;
    flex-direction: column;
    justify-content: start;
    align-items: left;
    gap: 20px;
    border-radius: 20px;
    background: #00F0FF;
    margin-top:25px;
  }
  
  h3.offer-title ,p.offer-text ,p.note-text{
    text-align:left;
  }
  .hs_mobilephone  {
    display:none
  }
  .hs_hardware_price,
  .hs_country,
.hs_company,
.hs_gps_sport_dropdown,
  .hs_number_of_trackers,
  .hs_year_one,
  .hs_label-after_year_one,
  .hs_software_price { 
    display:none;
  }  
  
  /* HubSpot form field styling */
  .hs-form-field {
    margin-bottom: 20px;
  }
  
  .hs-form-field label {
    display: block;
    margin-bottom: 8px;
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
  }
  
  .hs-form-field .input {
    margin: 0 !important;
  }
 
input.hs-button.primary.large {
  background-color: #00f0ff !important;
  border-color: #00f0ff !important;
  color: #000000 !important;
  font-size:18px;
  font-weight:bold;
  padding: 10px 24px;
  border: none;
  border-radius: 5px;
}
  h3.offer-title {
    color: var(--PH-BRAND-COLOURS-PH-Midnight, #012130);
  /* H3 */
  font-family: Anton;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 112.5%; /* 45px */
  letter-spacing: 0.8px;
  text-transform: uppercase;
  }
  
  p.offer-text {
    color: #012130;
  leading-trim: both;
  text-edge: cap;
  
  /* Paragraph */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 27.2px */
  }
  
  .note-container {
    display: flex;
     margin-top:25px;
  width: 546px;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
    border-radius: 20px;
  border: 2px solid #00F0FF;
  background: #FFF;
  }
  .price-display {
    display: none;
  }
  p.note-text{
    color: #012130;
  leading-trim: both;
  text-edge: cap;
  
  /* Paragraph */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 27.2px */
  }
  
    @media (max-width: 425px) {
      .form-container ,.note-container{
        max-width: 308px !important;
        width: 100%;
      } 
  
  
      .price-display-item {
        width: calc(50% - 1rem);   
    }
    
    .price-display-items {
        display: flex;
        max-width:293px;
    }
    .price-display-estimate-item {
      text-align: end;
      display: grid;
      grid-template-columns: 1.3fr 2fr !important;
    }
    .price-display-estimate-items
   {
      padding-bottom: 15px;
      margin-top:25px;
      margin-bottom: 0px;
  }
    .price-display-header {
        margin-top:25px;
    }
    h3.offer-title {
      font-size: 28px;
    }
    .contact_person_details {
      flex: auto;
      display: flex;
      justify-content: flex-start;
      flex-direction: column-reverse !important;
      align-content: flex-start;
      align-items: flex-start !important;
  }
  p.contact_person_message {
    text-align: center !important;
  }
  .contact_person_links {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
    }

    

    /* -------- */

    
a.contact_person_phone,a.contact_person_email {
    color: #012130;
    display:flex;
    align-items:center;
  /* Paragraph Bold */
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    gap:11px;
    font-weight: 700;
    line-height: 170%; /* 27.2px */
  }
  
  .contact_person_container {
    display:flex;
    flex-direction: row;
    gap:16px;
   
  }
  .contact_person_links {
    padding-top: 12px;
    border-top: 1px solid #00F0FF;
  }
  
  p.contact_person_role {
    color: #012130;
  leading-trim: both;
  text-edge: cap;
  
  /* Paragraph */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 27.2px */
  }
  

  .contact_person_links {
    display: flex;
    gap:26px;
  }
  .contact_person_details {
    flex: auto;
  }
  
  p.contact_person_name {
    margin:0 !important;
  }
  
  p.contact_person_role {
        margin:0 !important;
  }
  .contact_person_image img {
    width:100%;
    max-width:59px;
  }
  .contact_person_details {
    flex: auto;
    display: flex
  ;
    justify-content: flex-start;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
  }
  
  p.contact_person_role {
    color: #012130;
  /* Paragraph */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 170%; /* 27.2px */
  }
  
  .contact_person_links {
    padding-top: 12px;
    width: 100%;
    border-top: 1px solid #00F0FF;
  }
  .contact_person_links {
    display: flex;
    gap: 57px;
  }
  
  .contact_person_links p.contact_person_message {
    color:#012130 !important;
    text-align:left;
  }
  

  
  .contact_person_links p.contact_person_message {
      color:#012130 !important;
      text-align: start;
      letter-spacing: 0;
  }
  
  
  
  p.contact_person_message {
      color: #012130;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 27.2px */
  }
  .contact_person_details .contact_person_links{
      margin-top:12px  !important;
  }
  .contact_person_details .contact_person_links:last-child{
      margin-top:12px;
  }
  .hs_mobilephone  {
    display:none
  }
  p.contact_person_message {
    color: #012130;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 170%; /* 27.2px */
  }
  .contact_person_container {
    max-width: 546px;
    width: 100%;
    border-radius: 20px;
    padding-top:23px;
    padding-left:31px;
    padding-right:31px;
    padding-bottom:24px;
    margin: auto;
    margin-top: 25px;
    border: 2px solid #00F0FF;
  }
  #hardware-displays {
    line-height: 100%;

  }
  .price-display {
    padding-top: 0;
    padding-bottom: 0;
  }
    .navigationsagain {
      gap: 25px;

      flex-direction: column;
      margin-bottom: 25px;
  }
  button.btn.btn-again {
      position:relative;
      display:flex;
      align-items:center'
  }
  button.btn.btn-again div{
      position:absolute;
      right:20px
  }
    .description_container {
      margin-top: 25px;
      width: 100%;
  
    }
  
    p.description_label {
      color: #012130;
      text-align: center;
      font-family: Montserrat;
      font-size: 16px;
      font-style: normal;
      font-weight: 500 !important;
      line-height: 170%; /* 27.2px */
    }
    .description_label {
      color: #012130;
      text-align: center;
      font-family: Montserrat;
      font-size: 16px;
      font-style: normal;
      max-width: 338px;
      font-weight: 500;
      margin: auto;
      line-height: 170%;
    }
    .country_container {
      display: flex;
      gap: 7px;
      justify-content: center;
      width: 100%;
    }
 
  
    p#country_name {
      margin: 0;
      margin-bottom: 14px;
    }
    #hardware-displays ,
    #software-displays{
      color: #000;
      font-family: Anton;
      font-size: 48px;
      font-style: normal;
      font-weight: 400;
      line-height: 112.5%; /* 54px */
      letter-spacing: 0.96px;
      text-transform: uppercase;
      margin-bottom: 14px;
    }
    img#country_flag {
      border-radius:100%;
      width: 20.92px !important;
      height: 20.92px !important;
      flex-shrink: 0;
      object-fit:cover;
    }
    .hs-input::placeholder{
      color: #000 !important;
      font-family: Montserrat;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 170%; /* 27.2px */
    }
    .hs-input {
      width:100% !important;
      border: 1px solid #AEAEAE !important;
      border-radius: 9px !important;
    }

    select,.hs-input{
      color: #000 !important;
      font-family: Montserrat;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 170%; /* 27.2px */
    }
    .form-footer {
      display: flex;
      gap: 38.877px;
      align-items: center;
      justify-content: center;
    }
    .form-footer {
      display:flex;
      gap:38.877px;
    } 

    .submitted-message{
      text-align:center;
      color:#17d517;
      background:#d6ffd6;
    }

     .hs_hardware_price,
    .hs_country,
  .hs_company,
  .hs_gps_sport_dropdown,
    .hs_number_of_trackers,
    .hs_year_one,
    .hs_label-after_year_one,
    .hs_software_price { 
      display:none;
    }  
    
    /* HubSpot form field styling */
    .hs-form-field {
      margin-bottom: 20px;
    }
    
    .hs-form-field label {
      display: block;
      margin-bottom: 8px;
      color: #000 !important;
      font-family: Montserrat;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 170%;
    }
    
    .hs-form-field .input {
      margin: 0 !important;
    }
   
    div#hubspot-form-container form{
      display:flex;
      flex-direction:column;
      gap:20px
    }
    .hs-input{
      border: 1px solid #AEAEAE;
      border-radius: 9px;
      font-size: 16px;
      padding: 10px;
      cursor: pointer;
    }
    .actions {
      width: 100%;
      margin: 0; 
    } 
    div#step2 {
      position: relative;
    }

    button.btn.btn-again {
      margin: auto;
    }
    .navigationsagain {
      margin-top:25px;
      text-align: center;
    }
    .submitted-message {
      display: none;
    }
    a.btn.btn-again:first-child{
      background:#00F0FF !important; 
    }
    .contact_person_image_detail{
    display:none;
    }
    .iti.iti--allow-dropdown.iti--separate-dial-code {
      width: 100%;
  }
    @media (max-width: 768px) {
      .form-container {
        max-width: 546px;
        margin: auto;
        padding: 0px;
      }.price-display {
        padding: 0;
    }
    .contact_person_container {
      width: 100%;
      border-radius: 20px;
      padding: 16px !important;
   
      margin: auto;
      margin-top: 25px;
      border: 2px solid #00F0FF;
  }
  .contact_person_image {
    /* width: 59px !important; */
    height: 59px;
    width: 100%;
  }
  .contact_person_image_container {
    display: flex
  ;
    gap: 15px;
    width: 100%;
  }
  
  .contact_person_image_container {
    display: flex;
    gap: 15px;
    width: 100%;
  }
  
  .contact_person_image_detail {
    width: 100%;
    max-width: 100%;
    text-align: left;
    display: block;
  }
  
  .contact_person_image_detail p.contact_person_name {
    color: #012130;
  
  /* Paragraph Bold */
  font-family: Montserrat;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 170%; /* 27.2px */
  }
  .contact_person_image_detail p.contact_person_role {
  color: #012130;

  font-family: Montserrat;
  font-size: 16px !important ;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 120%; /* 19.2px */
  
  }
  
  .contact_person_image {
    display: flex
  ;
    gap: 15px;
    flex-direction: column;
  }
  
  .contact_person_image .contact_person_links {
    display:block !important;
    width:100% !important
  }
  .contact_person_image {
    height:auto;
    width: 100%;
  }
  
  .contact_person_links p.contact_person_message {
    color: #012130;
  font-family: Montserrat;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 27.2px */
  }
  .contact_person_details .contact_person_links {
    margin:0 !important;
  }
  .contact_person_details p.contact_person_name,.contact_person_details  p.contact_person_role{
    display:none;
  }
  p.contact_person_role {
    text-align:left
  }
  .contact_person_container {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
 
    h2.form-title {
      font-size: 48px;
    }
    
    p.form-caption {
      margin-bottom:10px
    }
    .form-footer {
      gap: 10px;
      flex-direction: column;
    }
  
    .form-footer p,.form-footer p span{
      font-size: 24px;
    }
  }
  
  .price-display-estimate-items {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  
  .price-display-estimate-item {
    text-align: end;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    gap: 31.5px;
  }
  
  
  .price-display-estimate-item-value-container {
    text-align: justify;
  }
  
  p.price-display-estimate-item-label {
    padding: 0 6px 7px 6px;
    color: #012130;
    text-align: right;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%; /* 27.2px */
  }
  
  p.price-display-estimate-item-value {
    color: #012130;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%; /* 27.2px */
  }
  
  p.price-display-estimate-item-value-small {
    color: #012130;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%; /* 20.4px */
  }