.tnc-gm-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999999999999 !important;
}

.tnc-gm-modal__container {
  background-color: #fff;
  max-width: 805px;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
  max-height:884px;
}

.tnc-gm-modal__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 40px;
  padding-bottom: 0px;
  padding-top: 40px;
}

.tnc-gm-modal__title {
  margin-top: 0;
  margin-bottom: -0.5rem;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.tnc-gm-modal__description {
  margin-top: 0;
  margin-bottom: 0;
  color:#4A5568;
  text-align: center;
 /* Paragraph Large */
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  letter-spacing: -0.36px;
  line-height: 1.4;
}

.tnc-gm-modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}

.tnc-gm-modal__close:hover {
  opacity: 0.7;
}

.tnc-gm-modal__close svg {
  display: block;
}

.tnc-gm-modal__content {
  line-height: 1.5;
  color: rgba(0, 0, 0, .8);
  padding:40px;
  padding-top: 0px;
}

.tnc-gm-modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, .8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out, -webkit-transform .25s ease-out;
}

.tnc-gm-modal__btn:focus,
.tnc-gm-modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.tnc-gm-modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}



/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(-15%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-15%);
  }
}

.tnc-gm-modal {
  display: none;
  z-index: 999999999999;
}

.tnc-gm-modal.is-open {
  display: block;
}

.tnc-gm-modal[aria-hidden="false"] .tnc-gm-modal__overlay {
  animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.tnc-gm-modal[aria-hidden="false"] .tnc-gm-modal__container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.tnc-gm-modal[aria-hidden="true"] .tnc-gm-modal__overlay {
  animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.tnc-gm-modal[aria-hidden="true"] .tnc-gm-modal__container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.tnc-gm-modal .tnc-gm-modal__container,
.tnc-gm-modal .tnc-gm-modal__overlay {
  will-change: transform;
}

/* Trigger Button Styles */
.tnc-gm-modal-btn {
  background-color: #5D5DFF;
  color: #FFFFFF;
  border: none;
  border-radius: 12px;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(93, 93, 255, 0.2);
  display: inline-block;
  text-decoration: none;
  width:100% !important;
}

.tnc-gm-modal-btn:hover {
  background-color: #000000;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.tnc-gm-modal-btn:active {
  transform: translateY(0);
}

/** gravity form style **/

.tnc_quote_select .gfield_select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12.0003 15C11.7443 15 11.4883 14.9021 11.2933 14.7071L7.29325 10.7071C6.90225 10.3161 6.90225 9.68401 7.29325 9.29301C7.68425 8.90201 8.31631 8.90201 8.70731 9.29301L12.0003 12.586L15.2933 9.29301C15.6842 8.90201 16.3163 8.90201 16.7073 9.29301C17.0983 9.68401 17.0983 10.3161 16.7073 10.7071L12.7073 14.7071C12.5123 14.9021 12.2563 15 12.0003 15Z' fill='%238B91B9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
  
  	padding: 12px 20px !important;
  	font-size: 14px !important;
}

.tnc-gm-modal  .gform_page .features_container span::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M9.99609 3L4.49609 8.5L1.99609 6' stroke='%234A5568' stroke-width='1.08333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    width: 12px;
    height: 12px;
}

.tnc-gm-modal  .gform_page .features_container {
  margin-top: -10px !important;
}

.tnc-gm-modal  .gform_page .features_container span {
    line-height: 1.2;
  	font-size: 12px; 
  	letter-spacing: -0.24px;
}

.tnc-gm-modal  .gform_page .textarea {
    border-radius: 8px;
    border: 1px solid #e6e7f0;
    background: #fff;
    color: #4a5568;
    font-family: "Inter";
    font-size: 14px !important;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.28px;
    padding: 12px 20px !important;
}

.tnc-gm-modal  .page-2 .gform-page-footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.tnc-gm-modal  .page-2 .gform-page-footer .gform-theme-button {
    padding: 0 !important;
    margin: 0 !important;
}

.tnc-gm-modal  .form-title-wrapper {
    border-bottom: 1px solid #e6e7f0;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.tnc-gm-modal  .form-title {
    color: #020b48 !important;
    font-family: "Inter";
    font-size: 24px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.48px;
    padding: 0 !important;
}

.tnc-gm-modal  .page-2 .tnc-file-upload-field .gform_drop_area {
    padding: 48px;
    border-radius: 8px;
    border: 1px solid #e6e7f0;
    background: #fff;
}

.tnc-gm-modal  .page-2 .tnc-file-upload-field .gfield_description {
    color: #01072b;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.28px;
    opacity: 0.7;
    padding-top: 2px;
}

.tnc-gm-modal .page-2 .gform-page-footer .gform-theme-button,
.page-3 .gform-page-footer .gform-theme-button {
    padding: 16px 20px !important;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    font-family: "Inter";
    cursor: pointer;
}

.tnc-gm-modal  .page-3 .gform-page-footer input[type="submit"] {
    padding: 16px 20px !important;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    font-family: "Inter";
    cursor: pointer;
}

.tnc-gm-modal .page-2 .gform-page-footer .gform_previous_button.gform-theme-button,
.page-3 .gform-page-footer .gform_previous_button.gform-theme-button {
    border: 1px solid #01072b;
    color: #020b48;
    width: 100% !important;
    margin: 0;
}

.tnc-gm-modal  .page-3 .tnc-quote-input input {
    border-radius: 8px !important;
    border: 1px solid #e6e7f0 !important;
    background: #fff !important;
    padding: 12px 20px !important;
    color: #4a5568 !important;

    font-family: "Inter" !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 160% !important;
    letter-spacing: -0.28px !important;
}

.tnc-gm-modal  .gform-field-label.gform-field-label--type-sub {
    display: none !important;
}

.tnc-gm-modal  .page-3 .gform-page-footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.tnc-gm-modal .page-3 .gform-page-footer #gform_submit_button_14 {
    background: #5a68ff;
    box-shadow: 0 20px 25px -5px rgba(90, 104, 255, 0.15);
    color: white;
    margin: 0;
    padding: 0;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.tnc-gm-modal .gform_wrapper.gravity-theme .gf_page_steps {
    border-bottom: none;
    margin-bottom: 32px;
    display: flex;
    justify-content: space-between;
    padding: 0 10%;
    position: relative;
}

.tnc-gm-modal  .gform_wrapper.gravity-theme .gf_page_steps::before {
    content: "";
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 100%;
    border-bottom: 3px dashed #d9d9d9;
    z-index: -99;
}

.tnc-gm-modal  .gform_wrapper.gravity-theme .gf_page_steps::after {
    content: "";
    position: absolute;
    bottom: 12px;
    left: 0;
    width: var(--active-width, "14%");
    border-bottom: 3px dashed #5a68ff;
    z-index: -1;
}

.tnc-gm-modal .gform_wrapper.gravity-theme .gf_step_label {
    color: #020b48;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.32px;
    padding: 0;
}

.tnc-gm-modal .gform_wrapper.gravity-theme .gf_step_number {
    display: none;
}

.tnc-gm-modal  .gform_wrapper.gravity-theme .gf_step {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-direction: column;
    margin: 0;
}

.tnc-gm-modal  .gform_wrapper.gravity-theme .gf_step::after {
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 100px;
    border: 3px solid #d9d9d9;
}

.tnc-gm-modal  .gform_wrapper.gravity-theme .gf_step_active.gf_step::after,
.gform_wrapper.gravity-theme .gf_step_completed.gf_step::after {
    content: "";
    width: 20px;
    height: 20px;
    background: #5a68ff;
    border-radius: 100px;
    border: 3px solid #5a68ff;
}

.tnc-gm-modal  .tnc-price-callout {
    display: inline-flex;
    padding: 4px 8px;
    align-items: center;
    gap: 6px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: #fff2d0;
    color: #020b48;
    font-family: "Inter";
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.28px;
    margin-bottom: 8px;
    margin-top: -10px;
}

.tnc-gm-modal .tnc-price-callout::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10.0175 2.42511C7.25914 2.42511 5.01747 4.66678 5.01747 7.42511V9.83348C5.01747 10.3418 4.80081 11.1168 4.54247 11.5501L3.58414 13.1418C2.99247 14.1251 3.40081 15.2168 4.48414 15.5835C8.07581 16.7835 11.9508 16.7835 15.5425 15.5835C16.5508 15.2501 16.9925 14.0585 16.4425 13.1418L15.4842 11.5501C15.2342 11.1168 15.0175 10.3418 15.0175 9.83348V7.42511C15.0175 4.67511 12.7675 2.42511 10.0175 2.42511Z' stroke='black' stroke-width='1.25' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M11.5599 2.66786C11.3016 2.59286 11.0349 2.53453 10.7599 2.50119C9.9599 2.40119 9.19323 2.45953 8.47656 2.66786C8.71823 2.05119 9.31823 1.61786 10.0182 1.61786C10.7182 1.61786 11.3182 2.05119 11.5599 2.66786Z' stroke='black' stroke-width='1.25' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath opacity='0.4' d='M12.5156 15.8821C12.5156 17.2571 11.3906 18.3821 10.0156 18.3821C9.33227 18.3821 8.69893 18.0988 8.24896 17.6488C7.79896 17.1988 7.51562 16.5655 7.51562 15.8821' stroke='black' stroke-width='1.25' stroke-miterlimit='10'/%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
}

.tnc-gm-modal  .gform_page .features_container {
    margin-top: -6px;
}

.tnc-gm-modal  .gform_page {
    padding: 36px 40px;
}

.tnc-gm-modal .gfield_label.gform-field-label {
  font-size: 14px !important;
  margin-bottom: 4px !important;
}


.tnc-gm-modal .tnc_quote_date .datepicker.gform-datepicker {
  font-size: 14px !important;
  padding: 12px 20px !important;
}

.tnc-gm-modal  .gform_page {
  border-radius: 10px;
  background: #F5F6FF;
  padding: 36px 40px;
}

.tnc-gm-modal  .gform-page-footer {
    padding-bottom: 0!important
}

.tnc-gm-modal .gfield_required {
  visibility: hidden;
}



.tnc-gm-modal  .gfield_label.gform-field-label {
  color: #020B48;
  font-family: 'Inter';
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 160%;
  letter-spacing: -0.28px;
  margin-bottom: 4px !important;
}

.tnc_quote_select .gfield_select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12.0003 15C11.7443 15 11.4883 14.9021 11.2933 14.7071L7.29325 10.7071C6.90225 10.3161 6.90225 9.68401 7.29325 9.29301C7.68425 8.90201 8.31631 8.90201 8.70731 9.29301L12.0003 12.586L15.2933 9.29301C15.6842 8.90201 16.3163 8.90201 16.7073 9.29301C17.0983 9.68401 17.0983 10.3161 16.7073 10.7071L12.7073 14.7071C12.5123 14.9021 12.2563 15 12.0003 15Z' fill='%238B91B9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
  
  	padding: 12px 20px !important;
  	font-size: 14px !important;
  	border-radius: 8px;
    border: 1px solid #E6E7F0;
    color: #4A5568;
    font-family: 'Inter';
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.28px;
}

.tnc-gm-modal  .gform_page .features_container span::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M9.99609 3L4.49609 8.5L1.99609 6' stroke='%234A5568' stroke-width='1.08333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    width: 12px;
    height: 12px;
}

.tnc-gm-modal  .gform_page .features_container {
  margin-top: -10px !important;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.tnc-gm-modal  .gform_page .features_container span {
  	border-radius: 4px;
    background: #E1E3F7;
    display: flex;
    padding: 6px 10px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    color: #4A5568;
    font-family: 'Inter';
    line-height: 1.1;
  	font-size: 12px; 
  	letter-spacing: -0.24px;
}

.tnc_quote_date .datepicker.gform-datepicker {
    border-radius: 8px;
    border: 1px solid #E6E7F0;
    background: #FFF;
    color: #4A5568;
    font-family: 'Inter';
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.32px;
    width: 100%!important;
  	font-size: 14px !important;
    padding: 12px 20px !important;
}

.tnc-gm-modal  .gform_next_button {
    border-radius: 8px;
    width: 100%;
    background: #5A68FF;
    box-shadow: 0 20px 25px -5px rgba(90,104,255,0.15);
    display: flex;
    padding: 16px 20px;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
    color: #FFF;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0!important;
}

.tnc-gm-modal  .gform_page .textarea {
    border-radius: 8px;
    border: 1px solid #e6e7f0;
    background: #fff;
    color: #4a5568;
    font-family: "Inter";
    font-size: 14px !important;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.28px;
    padding: 12px 20px !important;
}



.tnc-gm-modal  .page-2 .gform-page-footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.tnc-gm-modal .page-2 .gform-page-footer .gform-theme-button {
    padding: 0 !important;
    margin: 0 !important;
}

.tnc-gm-modal  .form-title-wrapper {
    border-bottom: 1px solid #e6e7f0;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.tnc-gm-modal .form-title {
    color: #020b48 !important;
    font-family: "Inter";
    font-size: 24px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.48px;
    padding: 0 !important;
}

.page-2 .tnc-file-upload-field .gform_drop_area {
    padding: 48px;
    border-radius: 8px;
    border: 1px solid #e6e7f0;
    background: #fff;
}

.tnc-gm-modal .page-2 .tnc-file-upload-field .gfield_description {
    color: #01072b;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.28px;
    opacity: 0.7;
    padding-top: 2px;
}

.tnc-gm-modal  .page-2 .gform-page-footer .gform-theme-button,
.page-3 .gform-page-footer .gform-theme-button {
    padding: 16px 20px !important;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    font-family: "Inter";
    cursor: pointer;
}

.tnc-gm-modal .page-3 .gform-page-footer input[type="submit"] {
    padding: 16px 20px !important;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    font-family: "Inter";
    cursor: pointer;
}

.tnc-gm-modal .page-2 .gform-page-footer .gform_previous_button.gform-theme-button,
.page-3 .gform-page-footer .gform_previous_button.gform-theme-button {
    border: 1px solid #01072b;
    color: #020b48;
    width: 100% !important;
    margin: 0;
}

.tnc-gm-modal  .page-3 .tnc-quote-input input {
    border-radius: 8px !important;
    border: 1px solid #e6e7f0 !important;
    background: #fff !important;
    padding: 12px 20px !important;
    color: #4a5568 !important;

    font-family: "Inter" !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 160% !important;
    letter-spacing: -0.28px !important;
}

.tnc-gm-modal  .gform-field-label.gform-field-label--type-sub {
    display: none !important;
}

.tnc-gm-modal .page-3 .gform-page-footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.tnc-gm-modal  .page-3 .gform-page-footer #gform_submit_button_14 {
    background: #5a68ff;
    box-shadow: 0 20px 25px -5px rgba(90, 104, 255, 0.15);
    color: white;
    margin: 0;
    padding: 0;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.tnc-gm-modal .gform_wrapper.gravity-theme .gf_page_steps {
    border-bottom: none;
    margin-bottom: 32px;
    display: flex;
    justify-content: space-between;
    padding: 0 10%;
    position: relative;
}

.tnc-gm-modal .gform_wrapper.gravity-theme .gf_page_steps::before {
    content: "";
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 100%;
    border-bottom: 3px dashed #d9d9d9;
    z-index: -99;
	display:none !important;
}

.tnc-gm-modal .gform_wrapper.gravity-theme .gf_page_steps::after {
    content: "";
    position: absolute;
    bottom: 12px;
    left: 0;
    width: var(--active-width, "14%");
    border-bottom: 3px dashed #5a68ff;
    z-index: -1;
	display:none;
}

.tnc-gm-modal .gform_wrapper.gravity-theme .gf_step_label {
    color: #020b48;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.32px;
    padding: 0;
}

.tnc-gm-modal .gform_wrapper.gravity-theme .gf_step_number {
    display: none;
}

.tnc-gm-modal .gform_wrapper.gravity-theme .gf_step {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-direction: column;
    margin: 0;
}

.tnc-gm-modal .gform_wrapper.gravity-theme .gf_step::after {
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 100px;
    border: 3px solid #d9d9d9;
}

.tnc-gm-modal .gform_wrapper.gravity-theme .gf_step_active.gf_step::after,
.gform_wrapper.gravity-theme .gf_step_completed.gf_step::after {
    content: "";
    width: 20px;
    height: 20px;
    background: #5a68ff;
    border-radius: 100px;
    border: 3px solid #5a68ff;
}

.tnc-gm-modal .tnc-price-callout {
    display: inline-flex;
    padding: 4px 8px;
    align-items: center;
    gap: 6px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: #fff2d0;
    color: #020b48;
    font-family: "Inter";
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.28px;
    margin-bottom: 8px;
    margin-top: -10px;
}

.tnc-gm-modal .tnc-price-callout::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10.0175 2.42511C7.25914 2.42511 5.01747 4.66678 5.01747 7.42511V9.83348C5.01747 10.3418 4.80081 11.1168 4.54247 11.5501L3.58414 13.1418C2.99247 14.1251 3.40081 15.2168 4.48414 15.5835C8.07581 16.7835 11.9508 16.7835 15.5425 15.5835C16.5508 15.2501 16.9925 14.0585 16.4425 13.1418L15.4842 11.5501C15.2342 11.1168 15.0175 10.3418 15.0175 9.83348V7.42511C15.0175 4.67511 12.7675 2.42511 10.0175 2.42511Z' stroke='black' stroke-width='1.25' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M11.5599 2.66786C11.3016 2.59286 11.0349 2.53453 10.7599 2.50119C9.9599 2.40119 9.19323 2.45953 8.47656 2.66786C8.71823 2.05119 9.31823 1.61786 10.0182 1.61786C10.7182 1.61786 11.3182 2.05119 11.5599 2.66786Z' stroke='black' stroke-width='1.25' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath opacity='0.4' d='M12.5156 15.8821C12.5156 17.2571 11.3906 18.3821 10.0156 18.3821C9.33227 18.3821 8.69893 18.0988 8.24896 17.6488C7.79896 17.1988 7.51562 16.5655 7.51562 15.8821' stroke='black' stroke-width='1.25' stroke-miterlimit='10'/%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
}

.tnc-gm-modal .gform_page .features_container {
    margin-top: -6px;
}


.tnc-gm-modal h2.gform_title {
    display: none;
} 


