:root {
  --white: white;
  --secondary-color: #2d2d2d;
  --border-color: #d9d9d9;
  --brand-color: #593ba8;
  --black: black;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  background-color: var(--white);
  color: #2d1e54;
  font-family: kit-sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  letter-spacing: -.54px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.25926;
}

h2 {
  letter-spacing: -.48px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.125;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 0;
}

a {
  color: #2d1e54;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 32px;
}

li {
  margin-bottom: 6px;
}

.tso-header {
  margin-bottom: 40px;
}

.tso-footer {
  background-color: #000;
  padding-top: 48px;
  padding-bottom: 48px;
}

.tso-nav-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.tso-navbar {
  background-color: var(--white);
}

.tso-navbar.show-laptop {
  display: none;
}

.tso-nav-content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  display: flex;
}

.tso-nav-btn-group {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tso-nav-link {
  color: var(--secondary-color);
  text-align: left;
  letter-spacing: -.25px;
  padding: 8px 6px;
  font-weight: 500;
  display: block;
}

.tso-nav-link.login-link {
  display: none;
}

.tso-nav-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--white);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tso-nav-login-btn {
  border: 1px solid var(--border-color);
  background-color: var(--white);
  color: var(--secondary-color);
  border-radius: 999px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 44px;
  padding: 10px 16px;
  font-weight: 600;
  transition: filter .25s;
  display: flex;
}

.tso-nav-login-btn:hover {
  filter: brightness(94%);
}

.tso-nav-action-btn {
  background-color: var(--brand-color);
  color: var(--white);
  border-radius: 99px;
  height: 44px;
  padding: 10px 16px;
  font-weight: 700;
  transition: filter .25s;
}

.tso-nav-action-btn:hover {
  filter: brightness(115%);
}

.tso-nav-action-btn.hide-desktop {
  display: block;
}

.tso-nav-action-btn.hide-desktop.mt-5 {
  margin-top: 24px;
  display: none;
}

.tso-hero-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.tso-hero-main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #eff9d6;
  border-radius: 18px;
  justify-content: space-between;
  padding: 40px 72px;
  display: flex;
}

.tso-hero-main.self-assessment, .tso-hero-main.light-purple {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #ded8ed;
  justify-content: space-between;
  align-items: center;
}

.tso-hero-content-wapper {
  max-width: 668px;
}

.tso-hero-content-block {
  margin-bottom: 40px;
}

.tso-heading {
  margin-bottom: 30px;
  font-weight: 800;
}

.tso-hero-text {
  letter-spacing: -.4px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.tso-hero-heading-wrap {
  margin-bottom: 20px;
}

.tso-hero-heading-wrap.mb-0 {
  margin-bottom: 0;
}

.tso-hero-heading-wrap.mb-7 {
  margin-bottom: 40px;
}

.tso-hero-list-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.tso-hero-list-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.tso-hero-list-icon {
  display: flex;
}

.tso-hero-btn {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--brand-color);
  color: var(--white);
  border-radius: 999px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 10px 10px 30px;
  font-size: 20px;
  font-weight: 700;
  transition: filter .25s;
  display: flex;
}

.tso-hero-btn:hover {
  filter: brightness(115%);
}

.flex {
  display: flex;
}

.flex.gap-1 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.flex.gap-1.items-center {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}

.flex.items-center {
  justify-content: center;
}

.flex.items-center.mb-7 {
  margin-bottom: 40px;
}

.tso-hero-btn-icon {
  display: flex;
}

.tso-hero-image-wrap {
  min-width: 360px;
  position: relative;
}

.tso-testimonial-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.tso-testimonial-main {
  background-color: #fef5ec;
  border-radius: 18px;
  padding: 40px 40px 72px;
  overflow: hidden;
}

.tso-testimonial-heading-block {
  margin-bottom: 48px;
}

.tso-testimonial-heading {
  text-align: center;
}

.tso-secondary-container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.tso-testimonials-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.tso-testional-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tso-testional-block.how-it-works {
  position: relative;
}

.tso-testional-block.how-it-works.mb-4 {
  margin-bottom: 20px;
}

.tso-testional-block.our-team {
  position: relative;
}

.tso-testional-block.our-team.mb-4, .tso-testional-block.mb-4 {
  margin-bottom: 20px;
}

.tso-testimonial-content-block {
  flex: 1;
}

.mb-5 {
  margin-bottom: 24px;
}

.tso-secondary-heading.mb-6 {
  margin-bottom: 32px;
}

.tso-secondary-heading.set-text {
  max-width: 17ch;
}

.tso-text {
  letter-spacing: -.2px;
}

.tso-text.large {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.tso-text.large.mb-3 {
  margin-bottom: 12px;
}

.tso-text.large.break {
  max-width: 90%;
}

.tso-text.medium-text {
  font-weight: 500;
}

.tso-text.medium-text.seconary-color {
  color: var(--secondary-color);
}

.tso-shape._01 {
  position: absolute;
  inset: 20% auto 0% -21%;
}

.tso-shape._02 {
  position: absolute;
  inset: 48px -21% 0% auto;
}

.tso-content-block.z-index {
  z-index: 10;
  position: relative;
}

.tso-content-block.mb-6 {
  margin-bottom: 32px;
}

.tso-content-block.mb-4 {
  margin-bottom: 20px;
}

.tso-testimonial-image.border-medium {
  border-radius: 10px;
}

.tso-final-step-wrap {
  background-color: #feeacc;
  border-radius: 18px;
  padding: 20px 40px;
}

.tso-empty-gap.large {
  min-height: 100px;
}

.tso-empty-gap.xs-medium {
  min-height: 80px;
}

.tso-cta {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #bdb1dc;
  border-radius: 18px;
  min-height: 400px;
  display: flex;
}

.tso-cta-content-block {
  width: 100%;
  max-width: 60%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
}

.tso-cta-img-block {
  flex: 1;
  position: relative;
}

.tso-cta-btn {
  background-color: var(--white);
  color: var(--black);
  border-radius: 999px;
  justify-content: flex-start;
  align-items: center;
  height: 52px;
  padding: 14px 20px;
  font-weight: 700;
  transition: all .25s;
  display: flex;
}

.tso-cta-btn:hover {
  box-shadow: inset 0 0 0 1px var(--border-color);
  filter: brightness(94%);
}

.tso-cta-contents {
  max-width: 460px;
  margin-bottom: 40px;
}

.tso-cta-imag {
  z-index: 10;
  position: relative;
  top: -50px;
}

.tso-cta-shape {
  position: absolute;
  inset: 0% 0% auto auto;
}

.tso-cta-widget {
  z-index: 12;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: .5px solid var(--border-color);
  background-color: var(--white);
  border-radius: 4px;
  flex-flow: column;
  max-width: 180px;
  padding: 10px;
  display: flex;
  position: absolute;
  bottom: 37px;
  right: 40px;
}

.tso-cta-widget-contents {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tso-cta-widget-text {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.tso-cta-widget-btn {
  border: .5px solid var(--border-color);
  background-color: #beebe7;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
  box-shadow: 0 1px 1px #1b242c1f;
}

.tso-global-padding {
  padding: 80px 40px;
}

.tso-primary-container {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.tso-ec-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tso-ec-content-block {
  max-width: 710px;
}

.tso-ec-image-block {
  position: relative;
}

.tso-outline-btn {
  background-color: var(--white);
  color: var(--secondary-color);
  border: 2px solid #d9d9d9;
  border-radius: 999px;
  justify-content: flex-start;
  align-items: center;
  height: 52px;
  padding: 14px 20px;
  font-weight: 700;
  transition: filter .25s;
  display: flex;
}

.tso-outline-btn:hover {
  filter: brightness(94%);
}

.tso-secondary-text {
  color: var(--secondary-color);
  font-weight: 500;
}

.tso-secondary-text.large {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.tso-secondary-text.large.mb-3 {
  margin-bottom: 12px;
}

.tso-secondary-text.large.break {
  max-width: 90%;
}

.tso-secondary-text.medium-text {
  font-weight: 500;
}

.tso-secondary-text.medium-text.seconary-color {
  color: var(--secondary-color);
}

.tso-secondary-text.mb-3 {
  margin-bottom: 12px;
}

.tso-secondary-text.brand-color {
  color: #2d1e54;
}

.mb-6 {
  margin-bottom: 32px;
}

.mb-3 {
  margin-bottom: 12px;
}

.tso-sc-badge {
  position: absolute;
  inset: 0% auto auto -40px;
}

.tso-section-gap {
  min-height: 120px;
}

.tso-section-gap.medium {
  min-height: 80px;
}

.tso-pricing-content-wrapper {
  display: flex;
}

.tso-pricing-card-block {
  max-width: 710px;
}

.tso-pricing-content-block {
  background-color: #ded8ed;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  padding: 20px 20px 20px 60px;
  display: flex;
}

.tso-pricing-card {
  text-align: center;
  background-color: #bdb1dc;
  border-radius: 18px 0 0 18px;
  flex: none;
  max-width: 512px;
  padding: 90px 15px;
}

.tso-pricing-card.z-index {
  z-index: 10;
  position: relative;
}

.tso-pricing-card.mb-6 {
  margin-bottom: 32px;
}

.tso-pricing-amount {
  letter-spacing: -1px;
  font-size: 110px;
  font-weight: 500;
  line-height: 1;
}

.tso-pricing-text {
  letter-spacing: -.25px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
}

.tso-brand-btn {
  background-color: var(--brand-color);
  color: var(--white);
  border-radius: 999px;
  justify-content: flex-start;
  align-items: center;
  height: 52px;
  padding: 14px 20px;
  font-weight: 700;
  transition: filter .25s;
  display: flex;
}

.tso-brand-btn:hover {
  filter: brightness(115%);
}

.tso-so-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tso-so-content-block {
  max-width: 628px;
}

.tso-so-image-block {
  min-width: 350px;
}

.tso-so-list-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 500;
  display: flex;
}

.tso-so-list-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.tso-so-image {
  position: relative;
}

.tso-faq-wrap {
  flex: 1;
}

.tso-faq-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.tso-faq-content-block {
  max-width: 400px;
  position: relative;
}

.tso-support-link {
  text-decoration: underline;
}

.tso-support-link.note-text {
  color: #593ba8;
}

.tso-faq-title {
  color: var(--black);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.tso-faq-toggle {
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  display: flex;
}

.tso-faq-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.faq-btn-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq-body-wrap {
  padding-bottom: 20px;
}

.faq-btn {
  background-color: #5cccc3;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 700;
  transition: filter .25s;
  display: flex;
}

.faq-btn:hover {
  filter: brightness(94%);
  background-color: #3eb3a9;
}

.is-bold {
  font-weight: 700;
}

.tso-faq-item {
  cursor: pointer;
  background-color: #fff;
  border-radius: 12px;
  transition: background-color .3s;
  box-shadow: inset 0 0 0 1px #d9d9d9;
}

.tso-faq-body {
  height: 0;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.is-semibold {
  font-weight: 600;
}

.faq-icon {
  color: var(--black);
  transition: transform .3s;
  display: flex;
}

.tso-faq-items {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-bottom: 32px;
  display: flex;
}

.tso-faq-items.margin-xsl-large {
  margin-bottom: 40px;
}

.tso-faq-items.mb-0 {
  margin-bottom: 0;
}

.tso-faq-text {
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.custom-js {
  display: none;
}

.tso-promo-content-block {
  width: 100%;
  max-width: 72%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
}

.tso-promo-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #eff9d6;
  border-radius: 18px;
  justify-content: flex-start;
  align-items: center;
  min-height: 365px;
  padding-right: 20px;
  display: flex;
}

.tso-promo-img-block {
  flex: 1;
  position: relative;
}

.tso-promo-image {
  z-index: 10;
}

.tso-promo-contents {
  margin-bottom: 40px;
}

.tso-promo-btn {
  color: var(--white);
  background-color: #2d1e54;
  border-radius: 999px;
  justify-content: flex-start;
  align-items: center;
  height: 52px;
  padding: 14px 20px;
  font-weight: 700;
  transition: filter .25s;
  display: flex;
}

.tso-promo-btn:hover {
  filter: brightness(150%);
}

.tso-menu-btn {
  padding: 8px;
}

.tso-menu-btn.w--open {
  color: var(--black);
  background-color: #0000;
  padding: 8px;
}

.tso-hero-list-text {
  margin-bottom: -8px;
}

.tso-testimonial-left-block, .tso-testimonial-right-block {
  flex: 1;
}

.tso-login-btn-text {
  margin-bottom: -5px;
}

.tso-checklist-container {
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
}

.tso-checklist-heading {
  color: var(--secondary-color);
  letter-spacing: -.32px;
  font-size: 32px;
  line-height: 1.375;
}

.tso-checklist-heading-block {
  margin-bottom: 64px;
}

.tso-checklist-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.tso-checklist-number {
  flex-flow: row;
  justify-content: center;
  width: 60px;
  display: flex;
  position: relative;
}

.tso-checklist-content-block {
  flex: 1;
  padding-bottom: 40px;
}

.tso-checklist-content-block.pb-0 {
  padding-bottom: 0;
}

.tso-checklist-number-block {
  z-index: 10;
  color: #0d0d12;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  position: relative;
}

.tso-checklist-number-block._01 {
  background-color: #a4f5d3;
}

.tso-checklist-number-block._02 {
  background-color: #c4b1f9;
}

.tso-checklist-number-block._03 {
  background-color: #b1d8fc;
}

.tso-checklist-number-block._10 {
  background-color: #f2d4db;
}

.tso-checklist-number-block._09 {
  background-color: #def2ad;
}

.tso-checklist-number-block._08 {
  background-color: #beebe7;
}

.tso-checklist-number-block._07 {
  background-color: #c8e976;
}

.tso-checklist-number-block._06 {
  background-color: #5cccc3;
}

.tso-checklist-number-block._05 {
  background-color: #feeacc;
}

.tso-checklist-number-block._04 {
  background-color: #ffe27c;
}

.tso-checklist-number-text {
  margin-bottom: -6px;
}

.tso-checklist-title {
  color: #0d0d12;
  margin-bottom: 6px;
  font-size: 24px;
  line-height: 1.33333;
}

.tso-checklist-text {
  color: #0d0d12;
  font-weight: 500;
}

.tso-checklist-text.top {
  color: #113431;
}

.tso-note-block {
  text-align: center;
  max-width: 848px;
  margin-left: auto;
  margin-right: auto;
}

.tso-note-text {
  color: #593ba8;
  letter-spacing: -.24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}

.tso-nav-link-text {
  margin-bottom: -6px;
}

.tso-nav-btn-text {
  padding-top: 2px;
}

.tso-form-ignore {
  margin-bottom: 0;
}

.tso-hero-serach-field {
  background-color: var(--white);
  color: #2d1e54;
  background-image: url('../images/tso-serach-icon.svg');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 0 #000;
  border-radius: 999px;
  height: 72px;
  margin-bottom: 0;
  padding: 18px 64px 10px 20px;
  font-size: 20px;
  font-weight: 500;
}

.tso-hero-serach-field::placeholder {
  color: #ccc;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.tso-keyboard-pad {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tso-keyboard-word {
  background-color: var(--white);
  letter-spacing: -.2px;
  cursor: pointer;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  overflow: hidden;
}

.tso-keyboard-word-text {
  margin-top: 9px;
}

.tso-search-result-wrpper {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.tso-search-reasult-grid {
  grid-column-gap: 0px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 48px;
  display: grid;
}

.tso-result-word-header {
  border-bottom: 1px solid #ded8ed;
  padding: 10px;
}

.tso-reasult-header-word {
  color: #2d2d2d;
  font-size: 40px;
  font-weight: 700;
}

.tso-reasult-word-body {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.tso-result-item {
  color: #0d0d12;
  letter-spacing: -.2px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.tso-question-mark {
  position: absolute;
  top: 24px;
  bottom: auto;
  right: auto;
}

.tso-secondar-container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.tso-medium-container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.tso-heading-block {
  margin-bottom: 24px;
}

.tso-calculator-heading {
  margin-bottom: 16px;
}

.tso-horizontal-divider {
  background-color: #ded8ed;
  height: 1px;
}

.mb-4 {
  margin-bottom: 16px;
}

.tso-primary-text {
  color: #0d0d12;
}

.uk-salary-calculator {
  background-color: var(--white);
  border: 1px solid #ded8ed;
  border-radius: 10px;
  padding: 20px;
}

.usc-input {
  color: #000;
  border: 0 #000;
  height: 24px;
  margin-bottom: -2px;
  padding-top: 4px;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: 400;
}

.usc-input::placeholder {
  color: #909090;
  font-size: 14px;
  font-weight: 400;
}

.form-input-message {
  justify-content: flex-start;
  align-items: center;
  min-height: 20px;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  display: flex;
}

.form-input-message.error {
  color: #be274b;
}

.tso-single-form-block {
  margin-bottom: 40px;
}

.form-ignore-wrapper {
  margin-bottom: 0;
}

.unit-price-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  padding: 8px;
  transition: box-shadow .3s;
  display: flex;
}

.unit-price-wrapper:focus {
  box-shadow: inset 0 0 0 2px #6792f4;
}

.unit-price-currency {
  color: #593ba8;
  background-color: #fcdec0;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding-top: 3px;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
}

.fim-text {
  margin-bottom: -4px;
  padding-top: 4px;
  line-height: 16px;
}

.fim-icon {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  display: flex;
}

.tso-input-label {
  color: var(--black);
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.usc-calc-btn {
  color: var(--white);
  background-color: #593ba8;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 10px 16px;
  font-weight: 700;
  transition: filter .25s;
  display: flex;
}

.usc-calc-btn:hover {
  filter: brightness(115%);
}

.select-wrap {
  flex: 1;
  position: relative;
}

.field-select-icon {
  pointer-events: none;
  color: #000;
  display: flex;
  position: absolute;
  top: 10px;
  left: auto;
  right: 10px;
}

.tso-input-field {
  color: #000;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  height: 40px;
  margin-bottom: 0;
  padding: 12px 16px 6px;
}

.tso-input-field:focus {
  border-color: #d9d9d9;
}

.tso-input-field::placeholder {
  color: #909090;
  font-size: 14px;
  font-weight: 500;
}

.tso-tab-wrapper {
  margin-bottom: 48px;
}

.tso-tab-menu {
  background-color: #f8f8f8;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 4px;
  display: flex;
}

.taso-tab-btn {
  color: #2d2d2d80;
  border-radius: 10px;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 10px 16px;
  display: flex;
}

.taso-tab-btn.active {
  color: var(--white);
  background-color: #593ba8;
}

.tso-tab-btn-text {
  margin-top: 4px;
  font-weight: 500;
}

.tso-tab-info-item {
  border-bottom: 1px solid #e5e5e5;
  justify-content: space-between;
  align-items: center;
  min-height: 48px;
  padding: 6px 10px;
  display: flex;
}

.tso-tab-label {
  color: #2d2d2d;
  letter-spacing: -.16px;
  margin-top: 6px;
  font-weight: 500;
}

.tso-tab-label-price {
  color: #000;
  text-align: right;
  letter-spacing: -.18px;
  font-size: 18px;
  font-weight: 700;
}

.tso-tertriary-heading {
  color: #0d0d12;
  letter-spacing: -.28px;
  font-size: 28px;
  line-height: 1.14286;
}

.tso-cd-content-wrapper {
  padding: 10px;
}

.tso-cd-single-block {
  margin-bottom: 20px;
}

.tso-cd-single-block.mb-0 {
  margin-bottom: 0;
}

.tso-cd-title {
  color: #0d0d12;
  letter-spacing: -.2px;
  font-size: 20px;
}

.tso-list-item {
  color: #0d0d12;
  letter-spacing: -.16px;
}

.tso-container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.tso-alpa-nav {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.tso-alpa-link {
  background-color: var(--white);
  border: 1px solid #0003;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: color .25s, background-color .25s;
  display: flex;
}

.tso-alpa-link:hover {
  background-color: var(--brand-color);
  color: var(--white);
}

.tso-alpa-link.disable {
  opacity: .2;
  pointer-events: none;
}

.tso-alpa-text {
  letter-spacing: -.4px;
  text-transform: uppercase;
  margin-top: 8px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.tso-glossary-section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.tso-glossary-letter-wrap {
  padding-left: 40px;
  padding-right: 40px;
}

.tso-glossary-list {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tso-glossary-letter-block {
  background-image: url('../images/glossary-letter-shape.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.tso-glossary-letter-text {
  letter-spacing: -.54px;
  margin-bottom: 8px;
  font-size: 54px;
  font-weight: 800;
  line-height: 1.18519;
}

.tso-glossary-item {
  color: #0d0d12;
  letter-spacing: -.2px;
  font-weight: 600;
}

.tso-glossari-item-text {
  color: #0d0d12;
  transition: text-underline-offset .3s;
}

.tso-glossari-item-text:hover {
  text-decoration: underline;
}

.tso-breadcrumb-nav {
  margin-bottom: 48px;
}

.tso-breadcrumb-link {
  color: #593ba8;
  letter-spacing: -.2px;
  font-weight: 600;
}

.tso-glossary-details-wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tso-account-link-text {
  margin-top: 3px;
}

.tso-menu-account-title {
  color: #2d2d2d;
  margin-top: 4px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.tso-icon {
  display: flex;
}

.tso-glossary-menu-head {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.tso-glossary-menu-links {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.tso-glossary-menu {
  background-color: #fff;
  border: 1px solid #ded8ed;
  border-radius: 10px;
  flex: 1;
  max-width: 280px;
  padding: 20px;
  position: sticky;
  top: 20px;
}

.tso-glossary-menu-link {
  color: #2d2d2d;
  letter-spacing: -.2px;
  background-color: #fff;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 10px 8px;
  font-weight: 500;
  transition: background-color .25s;
  display: flex;
}

.tso-glossary-menu-link:hover {
  background-color: #ded8ed33;
}

.tso-glossary-menu-link.active {
  background-color: #ded8ed;
  font-weight: 600;
}

.tso-menu-icon-block {
  background-color: #feeacc;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.tso-glossary-child-link {
  color: #626262;
  letter-spacing: -.2px;
  background-color: #fff;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 10px 8px 20px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .25s;
  display: flex;
}

.tso-glossary-child-link:hover {
  background-color: #ded8ed33;
}

.tso-glossary-child-link.active {
  background-color: #ded8ed;
  font-weight: 600;
}

.tso-glossary-details-block {
  flex: 1;
  max-width: 700px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55556;
}

.tso-inner-heading-wrap {
  border-bottom: 1px solid #ded8ed;
  margin-bottom: 40px;
  padding-bottom: 28px;
}

.tso-inner-heading {
  font-size: 36px;
  line-height: 1.33333;
}

.tso-glossary-secondary-title {
  color: #0d0d12;
  letter-spacing: -.28px;
  margin-bottom: 32px;
  font-size: 28px;
  font-weight: 600;
}

.tso-glossary-details-text {
  color: #0d0d12;
  letter-spacing: -.2px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55556;
}

.tso-glossary-content-block {
  margin-bottom: 16px;
}

.tso-glossary-content-block.mb-0 {
  margin-bottom: 0;
}

.tso-glossary-content-block.mb-6, .tso-glossary-content-block.mb-5 {
  margin-bottom: 24px;
}

.tso-glossary-tertriary-title {
  color: #0d0d12;
  letter-spacing: -.24px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

.tso-glossary-tertriary-title.mb-6 {
  margin-bottom: 32px;
}

.tso-glossary-small-title {
  color: #0d0d12;
  letter-spacing: -.2px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.tso-glossary-details-list {
  color: #0d0d12;
}

.tso-glossary-details-list.pl-5 {
  padding-left: 24px;
}

.tso-glossary-list-item {
  letter-spacing: -.2px;
}

.tso-table-head {
  margin-bottom: 8px;
}

.tso-table-body {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.tso-table-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.tso-table-heading {
  color: #0d0d12;
  background-color: #daf2f3;
  border-radius: 8px;
  padding: 10px 20px;
  font-weight: 700;
  line-height: 1.44444;
}

.tso-table-cell {
  color: #0d0d12;
  letter-spacing: -.2px;
  background-color: #eff9d6;
  border-radius: 8px;
  height: 100%;
  padding: 10px 20px;
}

.tso-inner-secondary-heading {
  color: #0d0d12;
  letter-spacing: -.24px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.tso-inner-secondary-heading.mb-6 {
  margin-bottom: 32px;
}

.tso-glossary-note {
  color: #0d0d12;
  background-color: #feeacc;
  border-radius: 10px;
  padding: 24px;
}

.tso-glossary-note-title {
  letter-spacing: -.28px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}

.tso-glossary-result-block {
  letter-spacing: -.2px;
  flex: 1;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55556;
}

.tso-result-fount-text {
  letter-spacing: -.2px;
}

.tso-result-heading {
  color: #2d1e54;
  letter-spacing: -.24px;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.tso-result-heading.mb-6 {
  margin-bottom: 32px;
}

.tso-result-description-text {
  color: #2d2d2d;
}

.tso-results-block {
  margin-bottom: 24px;
}

.tso-results-block.mb-0 {
  margin-bottom: 0;
}

.tso-highlight-text {
  background-color: #feeacc;
  border-radius: 4px;
  padding-top: 6px;
  padding-left: 2px;
  padding-right: 2px;
  line-height: 1;
  display: inline-block;
}

.tso-blog-container {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.tso-blog-heading {
  color: #0d0d12;
  letter-spacing: 0;
  font-size: 24px;
  line-height: 1.33333;
}

.tso-blog-heading-wrap, .tso-blog-wrapper {
  margin-bottom: 40px;
}

.tso-blog-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tso-blog-grid._3-col {
  grid-template-columns: 1fr 1fr 1fr;
}

.tso-blog-card {
  border-radius: 16px;
  padding: 10px 10px 30px;
}

.tso-blog-card.violet-light {
  background-color: #ded8ed;
}

.tso-blog-card.cyan-light {
  background-color: #daf2f3;
}

.tso-blog-card.light-brown {
  background-color: #feeacc;
}

.tso-blog-card.pink {
  background-color: #f2d4db;
}

.tso-blog-card.yellow-light {
  background-color: #eff9d6;
}

.tso-blog-thumbnail {
  border-radius: 10px;
  margin-bottom: 20px;
}

.tso-blog-content-wrap {
  padding-left: 20px;
  padding-right: 20px;
}

.tso-blog-title {
  color: #1c1a1f;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.2;
}

.tso-blog-text {
  color: #48454c;
}

.tso-pagination-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tso-pagination-btn {
  background-color: var(--white);
  color: #2d2d2d;
  border: 2px solid #d9d9d9;
  border-radius: 999px;
  height: 44px;
  padding: 10px 32px;
  font-weight: 700;
  transition: color .25s, background-color .25s;
}

.tso-pagination-btn:hover {
  background-color: var(--brand-color);
  color: var(--white);
}

.tso-pagination-items-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tso-pagination-item {
  color: #2d2d2d;
  border: 2px solid #d9d9d9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  font-weight: 700;
  transition: color .25s, background-color .25s;
  display: flex;
}

.tso-pagination-item:hover {
  background-color: var(--brand-color);
  color: var(--white);
}

.tso-pagination-item.active {
  color: var(--white);
  background-color: #593ba8;
}

.back-top-block {
  z-index: 1000;
  background-color: var(--brand-color);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  transition: transform .4s;
  display: flex;
  position: fixed;
  inset: auto 40px 40px auto;
  transform: translate(140px);
  box-shadow: 0 4px 12px #1574f621;
}

.arrow-top {
  display: flex;
  transform: rotate(-90deg);
}

.tso-faq-container {
  letter-spacing: -.2px;
  flex: 1;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55556;
}

.tso-inner-hero {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #ded8ed;
  border-radius: 18px;
  justify-content: space-between;
  align-items: center;
  height: 480px;
  padding: 40px 60px;
  display: flex;
}

.tso-inner-hero.checklist, .tso-inner-hero.light-purple {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #ded8ed;
  justify-content: space-between;
  align-items: center;
}

.tso-inner-hero.yellow-light {
  background-color: #eff9d6;
}

.tso-inner-hero.light-brawon {
  background-color: #feeacc;
}

.tso-inner-hero.cyan-light {
  background-color: #daf2f3;
}

.tso-inner-hero-img {
  max-width: 340px;
}

.tso-inner-hero-img-wrap {
  position: relative;
}

.tso-inner-main-image {
  max-width: 380px;
}

.tso-img-clip-wrap {
  width: 100%;
  max-width: 400px;
  height: 100%;
  max-height: 400px;
  transform: rotate(180deg);
}

.tso-hero-clip-image {
  object-fit: cover;
  height: 100%;
  transform: rotate(-180deg);
}

.tso-nav-item {
  cursor: pointer;
  position: relative;
}

.tso-nav-item.d-none {
  display: none;
}

.hcg-nav-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #383838;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: .5rem 0;
  font-size: 16px;
  font-weight: 600;
  transition: color .3s;
  display: flex;
  position: relative;
}

.hcg-nav-link:hover {
  color: #65bc45;
}

.hcg-primary-icon {
  display: flex;
}

.hcg-nav-link-underline {
  background-color: #65bc45;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.tso-nav-list {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 200px;
  display: flex;
  position: absolute;
  box-shadow: 0 1px 4px #00000026;
}

.tso-nav-list-link {
  color: #2d2d2d;
  text-align: left;
  white-space: nowrap;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  height: 44px;
  padding: 10px 16px 16px;
  font-weight: 600;
  transition: background-color .3s;
}

.tso-nav-list-link:hover {
  background-color: #f7f5fa;
}

.tso-nav-list-link.bottom {
  border-bottom-style: none;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.tso-nav-list-link.top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.tso-nav-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--secondary-color);
  letter-spacing: -.25px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 6px;
  font-weight: 500;
  display: flex;
}

.tso-footer-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.tso-footer-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tso-footer-link {
  color: #e5e5e5;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: color .25s;
}

.tso-footer-link:hover {
  color: var(--white);
}

.tso-footer-text-wrap {
  color: #e5e5e5;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.tso-tac-details-wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.tso-tac-details-block {
  flex: 1;
  max-width: 700px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55556;
}

.tso-tac-details-text {
  color: #0d0d12;
  letter-spacing: -.2px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55556;
}

.tso-input-filed-itmes.mb-7 {
  margin-bottom: 40px;
}

.tso-input-label-2 {
  color: #000;
  margin-bottom: 8px;
  font-weight: 500;
}

.tso-reset-link {
  color: #593ba8;
  font-weight: 600;
}

.tso-input-single-item {
  margin-bottom: 10px;
}

.tso-input-single-item.mb-0 {
  margin-bottom: 0;
}

.tso-user-input-wrap {
  text-align: left;
}

.tso-user-btn-block.mt-4 {
  margin-top: 20px;
}

.password_icon {
  position: absolute;
  inset: 10px 16px 0% auto;
}

.tso-user-card-heading {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.tso-password-field-wrap {
  position: relative;
}

.tso-user-card-padding {
  padding: 40px;
}

.tso-user-heading-block.mb-7 {
  margin-bottom: 40px;
}

.tso-user-card {
  background-color: #fff;
  border-radius: 20px;
  flex: 1;
  max-width: 480px;
}

.tso-modal-input-label {
  color: #000;
  margin-bottom: 6px;
  padding-top: 3px;
  font-weight: 500;
}

.tso-user-action-btn {
  color: #fff;
  background-color: #593ba8;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 8px 16px;
  font-weight: 700;
  transition: filter .25s;
  display: flex;
  box-shadow: 0 1px 2px #1b242c1f;
}

.tso-user-action-btn:hover {
  filter: brightness(115%);
}

.tso-user-question-text {
  font-weight: 500;
}

.form-input-message-2 {
  justify-content: flex-start;
  align-items: center;
  min-height: 20px;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  display: flex;
}

.form-input-message-2.error {
  color: #be274b;
}

.tso-input-field-2 {
  color: #000;
  text-align: left;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  height: 40px;
  margin-bottom: 10px;
  padding: 12px 16px 6px;
}

.tso-input-field-2:focus {
  border-color: #d9d9d9;
}

.tso-input-field-2::placeholder {
  color: #909090;
  font-size: 14px;
  font-weight: 500;
}

.tso-checkbox-field {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 600;
  display: flex;
  position: relative;
}

.tso-input-label-3 {
  color: #000;
  margin-bottom: 8px;
  font-weight: 500;
}

.tso-underline {
  text-decoration: underline;
}

.tso-privacy-checkbox {
  border: 1px solid #b0b0b0;
  border-radius: 4px;
  flex: none;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -10px;
}

.tso-privacy-checkbox.w--redirected-checked {
  background-color: #593ba8;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-size: auto;
  border-color: #593ba8;
}

.tso-privacy-checkbox.w--redirected-focus {
  box-shadow: none;
}

.tso-checkbox-text {
  margin-top: 7px;
  margin-bottom: 0;
}

.form-input-message-3 {
  justify-content: flex-start;
  align-items: center;
  min-height: 20px;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  display: flex;
}

.form-input-message-3.error {
  color: #be274b;
}

.tso-input-field-3 {
  color: #000;
  text-align: left;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  height: 40px;
  margin-bottom: 10px;
  padding: 12px 16px 6px;
}

.tso-input-field-3:focus {
  border-color: #d9d9d9;
}

.tso-input-field-3::placeholder {
  color: #909090;
  font-size: 14px;
  font-weight: 500;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .tso-navbar.show-desktop {
    display: block;
  }

  .tso-navbar.show-laptop {
    display: none;
  }

  .tso-nav-content-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .tso-nav-link.login-link {
    display: none;
  }

  .tso-nav-menu {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    height: auto;
    padding: 0;
  }

  .tso-nav-action-btn.hide-tab {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tso-nav-action-btn.hide-desktop.mt-5 {
    display: none;
  }

  .tso-inner-hero {
    padding-left: 72px;
    padding-right: 72px;
  }

  .tso-nav-item.d-none {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .tso-nav-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tso-nav-link {
    border-radius: 999px;
    display: block;
  }

  .tso-nav-link.login-link {
    display: block;
  }

  .tso-nav-menu {
    background-color: var(--white);
    text-align: left;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    height: 100dvh;
    padding: 40px 20px;
    display: flex;
  }

  .tso-nav-action-btn.hide-desktop {
    text-align: center;
    display: block;
  }

  .tso-nav-action-btn.hide-desktop.mt-5 {
    margin-top: 24px;
  }

  .tso-hero-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tso-hero-main {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .tso-hero-main.light-purple {
    justify-content: space-between;
    align-items: center;
  }

  .tso-hero-content-wapper {
    max-width: none;
  }

  .tso-hero-image-wrap {
    text-align: center;
  }

  .tso-testimonial-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tso-testimonial-main {
    padding: 30px 30px 54px;
  }

  .tso-testimonial-heading {
    font-size: 40px;
  }

  .tso-secondary-container {
    padding-left: 0;
    padding-right: 0;
  }

  .tso-testional-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .tso-secondary-heading {
    font-size: 40px;
  }

  .tso-text.large {
    font-size: 18px;
    line-height: 28px;
  }

  .tso-shape._01, .tso-shape._02 {
    display: none;
  }

  .tso-cta-content-block {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .tso-global-padding {
    padding: 40px 20px;
  }

  .tso-primary-container {
    padding-left: 0;
    padding-right: 0;
  }

  .tso-ec-wrapper {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
    flex-flow: column;
  }

  .tso-section-gap {
    min-height: 80px;
  }

  .tso-section-gap.medium {
    min-height: 60px;
  }

  .tso-pricing-content-block {
    padding: 40px;
  }

  .tso-pricing-card {
    flex-flow: column;
    flex: 1;
    justify-content: center;
    min-width: 400px;
    max-width: none;
    padding-top: 64px;
    padding-bottom: 64px;
    display: flex;
  }

  .tso-pricing-amount {
    font-size: 80px;
  }

  .tso-pricing-text {
    font-size: 20px;
  }

  .tso-faq-content-block {
    max-width: 300px;
  }

  .tso-faq-title {
    font-size: 16px;
  }

  .tso-faq-toggle {
    padding-left: 24px;
    padding-right: 24px;
  }

  .tso-promo-content-block {
    max-width: 60%;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
  }

  .tso-menu-btn {
    padding: 8px;
  }

  .tso-menu-btn.w--open {
    color: var(--black);
    background-color: #0000;
  }

  .tso-search-result-wrpper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tso-search-reasult-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .tso-secondar-container {
    padding-left: 0;
    padding-right: 0;
  }

  .tso-glossary-section {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .tso-glossary-list {
    grid-template-columns: 1fr 1fr;
  }

  .tso-glossary-details-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .tso-glossary-menu {
    max-width: 240px;
    padding: 16px;
  }

  .tso-blog-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .tso-blog-grid.mb-6 {
    margin-bottom: 24px;
  }

  .tso-blog-grid._3-col {
    grid-template-columns: 1fr 1fr;
  }

  .tso-inner-hero {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .tso-inner-hero.light-purple {
    justify-content: space-between;
    align-items: center;
  }

  .tso-inner-hero-img {
    max-width: 100%;
  }

  .tso-inner-hero-img-wrap {
    text-align: center;
  }

  .tso-inner-main-image {
    max-width: 100%;
  }

  .tso-nav-item {
    flex-flow: column;
    display: flex;
  }

  .hcg-nav-link {
    justify-content: flex-start;
    align-items: center;
  }

  .hcg-nav-link-underline {
    display: none;
  }

  .tso-nav-list {
    z-index: 10;
    padding: 0;
  }

  .tso-nav-list-link {
    text-align: left;
  }

  .tso-nav-toggle {
    border-radius: 999px;
    display: inline-flex;
  }

  .tso-tac-details-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }
}

@media screen and (max-width: 767px) {
  .tso-footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tso-nav-login-btn {
    padding-left: 12px;
    padding-right: 12px;
  }

  .tso-nav-action-btn.hide-tab {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
  }

  .tso-hero-main {
    padding: 30px;
  }

  .tso-heading {
    font-size: 40px;
  }

  .tso-testimonial-heading-block {
    margin-bottom: 40px;
  }

  .tso-testimonials-wrap {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .tso-testional-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .tso-testional-block.our-team {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .tso-secondary-heading {
    font-size: 32px;
  }

  .tso-secondary-heading.mb-6 {
    margin-bottom: 24px;
  }

  .tso-shape._02 {
    display: none;
    position: static;
  }

  .tso-content-block.mb-6 {
    margin-bottom: 24px;
  }

  .tso-empty-gap.large {
    min-height: 60px;
  }

  .tso-cta {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .tso-cta-content-block {
    max-width: none;
    padding: 20px;
  }

  .tso-cta-img-block {
    text-align: center;
    padding: 20px;
  }

  .tso-cta-contents {
    margin-bottom: 32px;
  }

  .tso-cta-imag {
    top: 0;
  }

  .tso-cta-shape {
    top: 15%;
  }

  .tso-cta-widget {
    text-align: left;
  }

  .tso-pricing-content-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tso-pricing-content-block {
    text-align: center;
    border-top-right-radius: 0;
    border-bottom-left-radius: 18px;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    padding: 32px 20px;
  }

  .tso-pricing-card {
    border-top-right-radius: 18px;
    border-bottom-left-radius: 0;
    min-width: auto;
  }

  .tso-brand-btn {
    flex: 1;
    justify-content: center;
    align-items: center;
  }

  .tso-so-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .tso-so-image {
    right: 0;
  }

  .tso-faq-content-wrapper {
    flex-flow: column;
  }

  .tso-faq-content-block {
    max-width: none;
  }

  .tso-faq-toggle {
    justify-content: space-between;
    align-items: flex-start;
  }

  .faq-body-wrap {
    padding-bottom: 24px;
  }

  .faq-btn {
    width: 100%;
  }

  .tso-faq-body {
    padding-left: 24px;
    padding-right: 24px;
  }

  .tso-promo-content-block {
    max-width: none;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .tso-promo-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: stretch;
  }

  .tso-promo-img-block {
    text-align: center;
    padding: 20px;
  }

  .tso-menu-btn {
    padding: 8px;
  }

  .tso-testimonial-left-block {
    order: -9999;
  }

  .tso-testimonial-left-block.team, .tso-testimonial-left-block.final-step {
    order: 9999;
  }

  .tso-testimonial-right-block {
    order: -9999;
  }

  .tso-brand-logo {
    padding-left: 0;
  }

  .tso-search-reasult-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tso-calculator-heading {
    font-size: 40px;
  }

  .unit-price-currency {
    padding-top: 1px;
  }

  .tso-tab-menu {
    overflow: auto;
  }

  .tso-glossary-section {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tso-glossary-letter-wrap {
    padding-left: 0;
  }

  .tso-glossary-details-wrap {
    flex-flow: column;
  }

  .tso-menu-account-title {
    margin-top: 6px;
  }

  .tso-glossary-menu-links {
    padding-top: 10px;
  }

  .tso-glossary-menu {
    width: 100%;
    max-width: none;
    position: static;
  }

  .tso-inner-heading {
    font-size: 32px;
  }

  .tso-glossary-secondary-title {
    font-size: 24px;
  }

  .tso-inner-secondary-heading, .tso-blog-heading {
    font-size: 20px;
  }

  .tso-blog-heading-wrap {
    margin-bottom: 32px;
  }

  .tso-blog-card {
    padding-bottom: 20px;
  }

  .tso-blog-content-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .back-top-block {
    bottom: 32px;
    right: 24px;
  }

  .tso-inner-hero {
    padding: 30px;
  }

  .tso-footer-content-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .tso-tac-details-wrap {
    flex-flow: column;
  }

  .tso-user-card-padding {
    padding: 32px 20px;
  }
}

@media screen and (max-width: 479px) {
  .tso-nav-login-btn {
    display: none;
  }

  .tso-nav-action-btn.hide-tab {
    justify-content: center;
    align-items: center;
    width: 114px;
    height: 45px;
    padding: 5px 12px;
    display: inline-flex;
  }

  .tso-hero-main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tso-hero-content-block {
    margin-bottom: 20px;
  }

  .tso-heading {
    margin-bottom: 16px;
    font-size: 32px;
  }

  .tso-hero-heading-wrap {
    margin-bottom: 32px;
  }

  .tso-hero-list-item {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tso-hero-btn {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    font-size: 18px;
  }

  .tso-hero-image-wrap {
    min-width: auto;
  }

  .tso-hero-image {
    max-width: 100%;
  }

  .tso-testimonial-main {
    padding-bottom: 40px;
  }

  .tso-testimonial-heading {
    font-size: 36px;
  }

  .tso-testional-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .tso-secondary-heading.mb-5, .tso-secondary-heading.set-text.mb-5 {
    margin-bottom: 16px;
  }

  .tso-cta-btn {
    flex: 1;
    justify-content: center;
    align-items: center;
  }

  .tso-cta-widget {
    bottom: 28px;
    right: 20px;
  }

  .tso-outline-btn {
    flex: 1;
    justify-content: center;
    align-items: center;
  }

  .tso-pricing-content-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tso-pricing-card {
    min-width: auto;
    padding: 40px 20px;
  }

  .tso-pricing-text {
    font-size: 18px;
    font-weight: 400;
  }

  .tso-faq-title {
    font-size: 16px;
  }

  .tso-faq-toggle {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    align-items: flex-start;
    padding: 16px 20px;
  }

  .tso-faq-toggle.is-center {
    justify-content: space-between;
    align-items: center;
  }

  .faq-body-wrap {
    padding-bottom: 20px;
  }

  .faq-btn {
    width: 100%;
    font-size: 14px;
  }

  .tso-promo-btn {
    flex: 1;
    justify-content: center;
    align-items: center;
  }

  .tso-nav-btn-text {
    text-align: center;
    font-size: 14px;
    line-height: 1.2em;
  }

  .tso-search-result-wrpper {
    padding-left: 0;
    padding-right: 0;
  }

  .tso-calculator-heading {
    font-size: 28px;
  }

  .form-input-message {
    font-size: 14px;
  }

  .form-input-message.error {
    text-align: left;
  }

  .tso-alpa-nav {
    margin-bottom: 34px;
  }

  .tso-glossary-list {
    grid-template-columns: 1fr;
  }

  .tso-glossary-details-block {
    font-size: 16px;
  }

  .tso-inner-heading-wrap {
    margin-bottom: 32px;
    padding-bottom: 20px;
  }

  .tso-inner-heading {
    font-size: 28px;
  }

  .tso-glossary-details-text {
    font-size: 16px;
  }

  .tso-table-row {
    grid-template-columns: 120px 1fr;
  }

  .tso-glossary-note {
    padding: 20px;
  }

  .tso-glossary-result-block {
    font-size: 16px;
  }

  .tso-result-heading {
    margin-bottom: 20px;
  }

  .tso-blog-grid {
    grid-template-columns: 1fr;
  }

  .tso-blog-grid.mb-6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 20px;
  }

  .tso-blog-grid._3-col {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .tso-blog-card {
    padding-bottom: 16px;
  }

  .tso-pagination-btn {
    padding-left: 12px;
    padding-right: 12px;
  }

  .tso-pagination-items-block {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .tso-faq-container {
    font-size: 16px;
  }

  .tso-inner-hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tso-inner-hero-img {
    max-width: 100%;
  }

  .tso-inner-hero-img-wrap {
    min-width: auto;
  }

  .tso-inner-main-image {
    max-width: 100%;
  }

  .tso-nav-item {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .tso-nav-list {
    width: 100%;
  }

  .tso-tac-details-block, .tso-tac-details-text {
    font-size: 16px;
  }

  .form-input-message-2 {
    font-size: 14px;
  }

  .form-input-message-2.error {
    text-align: left;
  }

  .tso-input-field-2 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .tso-checkbox-field {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tso-privacy-checkbox {
    flex: none;
    margin-top: 5px;
  }

  .tso-checkbox-text {
    text-align: left;
  }

  .form-input-message-3 {
    font-size: 14px;
  }

  .form-input-message-3.error {
    text-align: left;
  }

  .tso-input-field-3 {
    padding-left: 14px;
    padding-right: 14px;
  }

  #w-node-_0996866f-d8a4-ba3e-8e47-6053229655ed-b9857c81 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


