.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;
  }
}

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