.forms-sectiont-t {
  padding: 72px 0;
  background: var(--inv360-bg-color);
}
.forms-sectiont-t h2 {
  margin: 0;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -0.03em;
  color: var(--inv360-text-color);
  margin-bottom: 34px;
}
.forms-sectiont-t iframe {
  margin: 24px 0 0;
}
.forms-sectiont-t .forms-page {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .forms-sectiont-t .forms-page {
    flex-direction: row;
    gap: 72px;
  }
}
.forms-sectiont-t .forms-page > div {
  width: 100%;
}
.forms-sectiont-t .forms-page > div.content-form {
  order: 1;
  padding-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  .forms-sectiont-t .forms-page > div.content-form {
    width: 60%;
  }
  .forms-sectiont-t .forms-page > div.content-form.style-a {
    order: 2;
  }
}
.forms-sectiont-t .forms-page > div.content-text {
  order: 2;
  color: var(--inv360-text-color);
  font-size: 16px;
  line-height: 22px;
}
@media screen and (min-width: 1024px) {
  .forms-sectiont-t .forms-page > div.content-text {
    width: 40%;
  }
  .forms-sectiont-t .forms-page > div.content-text.style-a {
    order: 1;
  }
}
.forms-sectiont-t .forms-page > div.content-text > span {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -0.03em;
  color: var(--inv360-primary-color);
  margin-bottom: 16px;
}
.forms-sectiont-t .forms-page > div.content-text > p {
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 22px;
  color: var(--inv360-text-color);
}
.forms-sectiont-t .forms-page > div.content-text > p:empty {
  display: none;
}
.forms-sectiont-t .forms-page > div.content-text > .content-cols div {
  margin-top: 40px;
}
.forms-sectiont-t .forms-page > div.content-text > .content-cols div h6 {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.03em;
  color: var(--inv360-text-color);
  margin-bottom: 18px;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: 0 1px;
  display: flex;
  align-items: center;
}
.forms-sectiont-t .forms-page > div.content-text > .content-cols div h6 figure {
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  min-width: 24px;
  height: 24px;
  margin-right: 8px;
  background: var(--inv360-primary-color);
}
.forms-sectiont-t .forms-page > div.content-text > .content-cols div h6 .icon-visit {
  min-width: 28px;
  height: 28px;
  mask-image: url(images/all/icon-pin-blue.svg);
}
.forms-sectiont-t .forms-page > div.content-text > .content-cols div h6 .icon-hours {
  mask-image: url(images/all/icon-clock-blue.svg);
}
.forms-sectiont-t .forms-page > div.content-text > .content-cols div h6 .icon-phone {
  mask-image: url(images/all/icon-phone-blue.svg);
}
.forms-sectiont-t .forms-page > div.content-text > .content-cols div p {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  color: var(--inv360-text-color);
}
.forms-sectiont-t .forms-page > div.content-text > .content-cols div b, .forms-sectiont-t .forms-page > div.content-text > .content-cols div strong {
  font-weight: 700;
}

.inv360-custom-form label {
  padding: 0 8px 2px;
  display: block;
}
.inv360-custom-form .inv360-checkbox label {
  padding: 0;
}

.content-form.style-c > p {
  color: var(--inv360-text-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.32px;
  margin: 0 0 56px;
}

@media screen and (min-width: 1280px) {
  .forms-sectiont-t .forms-page {
    gap: 80px;
  }
  .forms-sectiont-t .forms-page > div.content-form {
    width: calc(100% - 424px);
  }
  .forms-sectiont-t .forms-page > div.content-text {
    min-width: 344px;
    max-width: 344px;
  }
}
.location-card-header {
  margin-bottom: 16px;
}

.location-name-card,
.toggle-phone-hours h5 {
  color: #000000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.32px;
  display: block;
  margin-bottom: 8px;
}

.toggle-phone-hours h5 {
  font-size: 16px;
  border-top: 1px solid #e5e5e5;
  padding-top: 12px;
  margin-bottom: 0;
  padding-bottom: 12px;
  padding-left: 24px;
  background: url(images/all/plus-tab.svg) no-repeat left 18px;
  cursor: pointer;
}
.toggle-phone-hours h5.active {
  background: url(images/all/minus-tab.svg) no-repeat left 18px;
}
.toggle-phone-hours h5 + div {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.toggle-phone-hours h5 + div :last-child {
  padding-bottom: 16px;
}
.toggle-phone-hours h5 + div.active {
  max-height: 500px;
}

.toggle-phone-hours {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.toggle-phone-hours.active {
  max-height: 1200px;
}

.toggle-content-card-button {
  display: flex;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  text-decoration: underline;
  margin: 16px 0 0;
  cursor: pointer;
}
.toggle-content-card-button:hover {
  color: var(--inv360-primary-color);
}
.toggle-content-card-button:active {
  color: var(--inv360-primary-color);
}

/*# sourceMappingURL=styles.css.map */
