:root {
  --color_red: #005fcc;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
}

p {
  margin-bottom: 0;
}

.badge-icon {
  color: #6173e5;
}

.button-header {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #6173e5;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #eeeffc;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 8px 24px 8px 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.image-cover {
  object-fit: cover;
  border-radius: 1rem;
  width: 90%;
  box-shadow: 10px 10px 30px #0000000f;
}

.header-badge-b {
  color: #fff;
  text-transform: uppercase;
  background-color: #6173e5;
  border-radius: 99px;
  align-items: center;
  padding: 4px 8px 2px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.header-button-group {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  margin-top: 32px;
  display: flex;
}

.header-badge-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 64px 64px auto;
}

.header-badge-link {
  grid-column-gap: 4px;
  align-items: center;
  display: flex;
}

.button-play-icon {
  background-color: #fff;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.icon-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.header-image-wrapper-b {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  justify-content: center;
  align-items: flex-start;
  height: 560px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #080808;
  text-align: left;
  letter-spacing: -.02em;
  background-color: #fff;
  border: .5px solid #ced4da;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 12px 8px 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.header-badge-link-b {
  grid-column-gap: 8px;
  color: #6173e5;
  background-color: #eeeffc;
  border-radius: 99px;
  align-items: center;
  padding: 2px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.header-section {
  padding: 80px 5% 0;
  position: relative;
}

.container-large {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #6173e5;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.header-wrapper-c {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 792px;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.wrap-v-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.h1-heading {
  color: #000;
  letter-spacing: -.04em;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.15;
}

.paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.paragraph-small.text-color-blue {
  color: #6173e5;
}

.header-badge-wrapper {
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.button-secondary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #5167f6;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 99px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 48px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: inline-flex;
}

.button-secondary:hover {
  background-color: #eceefe;
}

.button-secondary:active {
  background-color: #d8d7df;
}

.button-secondary.icon-right {
  padding-right: 24px;
}

.header-dashboard {
  object-fit: contain;
  object-position: 50% 0%;
  border-radius: 25px;
  width: 100%;
  height: 100%;
  min-height: 450px;
}

.container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.caption {
  letter-spacing: -.01em;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.caption.text-color-white {
  color: #dedfe3;
}

.section-header {
  background-image: url('../images/67c41558302b8f783c0fb97b_hero_pattern.webp'), linear-gradient(#015fcc26, #ffffff80);
  background-position: 50% 100%, 0 0;
  background-size: 50%, auto;
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}

.button-primary-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--color_red);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: inline-flex;
}

.button-primary-2:hover, .button-primary-2:active {
  background-color: #d61f1f;
}

.column-regular {
  flex-direction: column;
  display: flex;
}

.column-regular.column-center {
  align-items: center;
}

.play-icon {
  background-color: #eceefe;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.overline-large {
  color: #5e606e;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.overline-large.text-color-brand {
  color: var(--color_red);
}

.header-button-group-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.h1-heading-2 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.4rem;
  line-height: 1.4;
}

.span-underline {
  border-bottom: 6px solid var(--color_red);
  color: var(--color_red);
}

.header-content-center {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 750px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.timeline-dash-dot {
  background-color: #ff4b0f;
  border: 1px solid #c30;
  border-radius: 40px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: absolute;
  top: 7px;
  box-shadow: inset 0 2px 2px #16266452;
}

.timeline-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 20px;
  height: 100%;
  padding-top: 8px;
  display: flex;
  position: relative;
}

.timeline-dash-inner {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 24px;
  flex: none;
  width: 8px;
  height: 8px;
  box-shadow: 0 2px 2px #1b1c1d1f, inset 0 -2px 3px #cfd1d3;
}

.column-large {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.column-large.column-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.timeline-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  padding-bottom: 96px;
  display: flex;
}

.text-span-strong {
  font-weight: 500;
}

.column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.column-x-small.column-center {
  text-align: center;
  align-items: center;
}

.text-field-left-icon {
  color: #000;
  letter-spacing: -.006em;
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 10px 10px 10px 38px;
  font-size: 14px;
  line-height: 20px;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.text-field-left-icon:focus {
  border: 1px solid #ff4b0f;
}

.text-field-left-icon::placeholder {
  color: #8f8f8f;
}

.section-2x-small {
  padding: 2rem;
}

.subheading-large {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.input-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: 10px auto 10px 10px;
}

.paragraph-small-2 {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-small-2.text-color-secondary {
  color: #666;
}

.form-input-icon {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.email-form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.text-color-tertiary {
  color: #8f8f8f;
}

.title-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.timeline-badge {
  color: #000;
  background-color: #f5f5f5;
  border-radius: 6px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.timeline-details {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.error-message {
  color: #8f2400;
  background-color: #ffd1c2;
  border-radius: 10px;
}

.timeline-form-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  max-width: 352px;
  display: flex;
}

.max-width-small {
  width: 100%;
  max-width: 400px;
}

.timeline-image {
  border-radius: 20px;
  overflow: hidden;
}

.timeline-block {
  background-color: #ff00001a;
  border-radius: 24px;
  width: 100%;
  max-width: 1400px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 24px;
}

.container-small {
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.success-message {
  background-color: #f5f5f5;
  border-radius: 10px;
}

.column-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.column-small.column-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.paragraph-regular-2 {
  margin-bottom: 0;
  font-size: .9rem;
}

.h3-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.button-primary-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #292929;
  border-radius: 10px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  box-shadow: inset 1px 1px .25px #ffffff1f, inset -1px 1px .25px #ffffff1f, 0 0 0 1px #000, 0 1px 2px #000000a3;
}

.button-primary-3:hover {
  background-color: #141414;
}

.label-regular {
  color: #000;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.label-regular.text-color-primary {
  color: #000;
}

.email-form-block {
  width: 100%;
  max-width: 376px;
  margin-bottom: 0;
}

.grid-two-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
}

.timeline-dash-line {
  align-self: stretch;
  margin-bottom: -4px;
}

.badge-outline {
  color: #000;
  background-color: #fff;
  border-radius: 99px;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.image {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  box-shadow: 10px 10px 50px #0000001a;
}

.section {
  background-color: var(--color_red);
  color: #fff;
  border-radius: 15px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.heading {
  text-align: center;
  font-size: 3rem;
}

.text-block {
  text-align: center;
  max-width: 850px;
  margin-top: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1024px;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.div-block {
  color: #fff;
  text-align: center;
  background-color: #fff0;
  border: 2px dashed #ffffff80;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.section-2 {
  border-bottom: 1px solid #e3e3e3;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.heading-2 {
  text-align: center;
}

.vertical-divider {
  align-items: center;
  width: 2px;
  height: 100%;
  display: flex;
}

.feature-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 48px;
  display: flex;
}

.icon-regular {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.feature-tile-content {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.icon-wrapper {
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.feature-accent-line {
  background-color: var(--color_red);
  border-radius: 12px;
  width: 3px;
  height: 28px;
  position: absolute;
  inset: 120px auto 0% 0%;
}

.section-large {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}

.grid-feature-content {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 2rem;
}

.h3-heading-2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.feature-tile {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.feature-line-holder {
  position: relative;
}

.subheading-regular {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 500;
}

.container-regular-2 {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-2 {
  text-align: center;
  margin-top: 2rem;
  font-size: 1.2rem;
  font-weight: 700;
}

.grid-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  margin-bottom: 4rem;
}

.section-3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.div-block-2 {
  background-color: var(--color_red);
  background-image: url('../images/wcagbot_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  min-height: 650px;
}

.div-block-2.w2 {
  background-image: url('../images/wcagbot_2.png');
  background-position: 40%;
}

.div-block-3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.list {
  max-width: 600px;
  margin-top: 2rem;
  margin-bottom: 0;
}

.div-block-4 {
  background-color: var(--color_red);
  border-radius: 10000px;
  width: 12px;
  min-width: 12px;
  max-width: 12px;
  height: 12px;
  min-height: 12px;
  max-height: 12px;
}

.list-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-weight: 500;
  display: flex;
}

.text-block-3 {
  margin-top: .5rem;
}

.plain-link {
  color: #6f6f6f;
  margin-top: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  transition: all .2s;
}

.plain-link:hover {
  color: #000;
}

.tabs-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.steps-wrapper {
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.tabs {
  width: 100%;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.tab-paragraph {
  margin-bottom: 0;
}

.tab-graphic-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-notification {
  border-radius: 10px;
  width: 100%;
  max-width: 240px;
  position: absolute;
  inset: auto auto 40px -15%;
  box-shadow: -14px 14px 50px #6b728029;
}

.tabs-menu {
  text-align: center;
  margin-bottom: 2rem;
}

.tab-base {
  background-color: var(--color_red);
  border-radius: 15px;
  align-items: flex-end;
  width: 100%;
  min-height: 500px;
  display: flex;
  position: relative;
}

.step-basic {
  background-color: #efefef;
  border-radius: 100px;
  width: 30px;
  height: 4px;
  margin-right: 14px;
}

.step-basic.active {
  background-color: #000;
  width: 60px;
}

.heading-wrapper {
  color: #6f6f6f;
  align-items: center;
  font-size: 18px;
  line-height: 32px;
  display: flex;
}

.tabs-content {
  height: 100%;
}

.div-block-5 {
  background-color: #f6f4fa;
  min-height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.tab-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 52px;
}

.heading-graph {
  margin-left: 10px;
}

.tab-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.tabs-base {
  z-index: 5;
  background-color: #fff;
  border-radius: 50px;
  align-items: stretch;
  min-height: 640px;
  padding: 80px;
  display: flex;
  position: relative;
}

.tab-section {
  background-color: #fafafa;
  padding: 80px 3%;
  position: relative;
}

.tab-link {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  min-width: 160px;
  padding: 14px 1.5rem;
  font-size: 1rem;
  font-weight: 600;
}

.tab-link.w--current {
  background-color: var(--color_red);
  color: #fff;
}

.tab-image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
}

.tab-content-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
}

.section-4 {
  border-top: 1px solid #e3e3e3;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.section-4.ukryj {
  display: none;
}

.h4-heading {
  color: #030711;
  letter-spacing: -.64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
}

.button-primary-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--color_red);
  color: #fff;
  letter-spacing: -.2px;
  border-radius: 44px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 1.2rem 2rem;
  font-weight: 700;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: inline-flex;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #d61f1f;
}

.button-primary-4.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.button-secondary-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  background-color: #3898ec00;
  border: 1px solid #d1d5db;
  border-radius: 44px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 1.2rem 2rem;
  font-weight: 700;
  transition: border-color .4s, background-color .4s;
  display: flex;
}

.button-secondary-2:hover {
  border-color: var(--color_red);
  color: var(--color_red);
  background-color: #f534330f;
}

.button-secondary-2.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.section-regular {
  border-top: 1px solid #e3e3e3;
  padding-top: 6rem;
  padding-bottom: 0;
  position: relative;
}

.pricing-tab-content {
  width: 100%;
}

.pricing-tooltip {
  color: #9ca3b0;
  transition: color .3s;
}

.pricing-tooltip:hover {
  color: #030711;
}

.overline-regular {
  letter-spacing: 1.28px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.container-large-2 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-text-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-large-2 {
  letter-spacing: -.3px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.pricing-tab-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #4b5563;
  background-color: #0000;
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  transition: color .3s, background-color .3s;
  display: flex;
}

.pricing-tab-link:hover {
  color: #030711;
  background-color: #e5e7eb;
}

.pricing-tab-link.w--current {
  color: #030711;
  background-color: #fff;
}

.icon-regular-2 {
  color: var(--color_red);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.subheading-large-2 {
  color: #030711;
  letter-spacing: -.32px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.subheading-large-2.text-color-gray-600 {
  color: #4b5563;
}

.pricing-tabs {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.pricing-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.pricing-badge {
  color: #000;
  text-align: center;
  background-color: #96dfa2;
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.pricing-tab-menu {
  background-color: #f3f4f6;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  height: 58px;
  margin-bottom: 40px;
  padding: 4px;
  display: flex;
}

.paragraph-small-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-weight: 600;
}

.code-embed {
  display: none;
}

.h1-heading-3 {
  color: #030711;
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 72px;
}

.text-align-center {
  text-align: center;
}

.title-center-small {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 858px;
  margin-bottom: 44px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.subheading-x-small {
  color: #030711;
  letter-spacing: .04px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.subheading-x-small.text-color-gray-600 {
  color: #4b5563;
}

.pricing-type-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.paragraph-regular-3 {
  margin-bottom: 0;
}

.h6-heading {
  color: #030711;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 32px;
}

.column-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.pricing-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 1px solid #e5e7eb;
  border-top-color: #e3e3e3;
  border-radius: 15px;
  flex-direction: column;
  padding: 2rem;
  display: flex;
}

.pricing-card.red {
  border-color: var(--color_red);
  background-color: #005fcc0d;
}

.pricing-check {
  color: #030711;
}

.pricing-check.disabled {
  color: #d1d5db;
}

.pricing-feature-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.heading-3 {
  font-size: 4rem;
  line-height: 1;
}

.column-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.cta-block-image {
  align-items: flex-end;
  margin-top: -162px;
  display: flex;
}

.text-field-dark {
  background-color: #0000;
  border: 1px solid #292929;
  border-radius: 10px;
  min-height: 40px;
  margin-bottom: 0;
  padding: 10px 10px 10px 38px;
}

.text-field-dark:focus {
  border-color: #ff4b0f;
}

.icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.badge-primary {
  color: #fff;
  background-color: #292929;
  border-radius: 99px;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 20px;
}

.cta-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.h4-heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.h4-heading-2.text-color-white {
  color: #fff;
}

.paragraph-regular-4 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-regular-4.text-color-tertiary {
  color: #8f8f8f;
}

.button-secondary-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #ff4b0f;
  background-image: linear-gradient(#ffffff3d, #0000 50%);
  border-radius: 8px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  box-shadow: 0 0 0 1px #ff4b0f, 0 1px 2px #ff4b0fa3, inset 1px 1px .25px #ffffff1f, inset -1px 1px .25px #ffffff1f;
}

.button-secondary-3:hover {
  background-image: linear-gradient(#fff6, #0000 50%);
}

.cta-feature {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  align-items: center;
  display: flex;
}

.cta-block {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  background-color: var(--color_red);
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 4rem;
  display: grid;
}

.cta-feature-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  display: flex;
}

.text-block-4 {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
}

.paragraph {
  margin-top: 1rem;
  margin-bottom: 0;
  font-weight: 700;
}

.button-primary-23 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #f53333;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: inline-flex;
}

.button-primary-23:hover, .button-primary-23:active {
  background-color: #d61f1f;
}

.button {
  color: var(--color_red);
  text-align: center;
  background-color: #fff;
  border-radius: 10000px;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  padding: .8rem 2rem;
  font-weight: 700;
  display: inline-flex;
}

.form-input {
  color: #000;
  border: 1px solid #edeff2;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 32px;
  transition: background-color .3s, border-color .3s;
}

.form-input:hover {
  border-color: #b8ceff;
}

.form-input:focus {
  background-color: #f0f5ff;
  border-color: #1457ff;
}

.form-input.text-area {
  min-height: 160px;
}

.form-input.icon-left {
  padding-left: 48px;
}

.carousel-vertical {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.overline {
  color: #1457ff;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.contact-right {
  background-color: var(--color_red);
  background-image: url('../images/wcagbot_4.png');
  background-position: 0 0;
  background-size: auto;
  width: 45%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.form-checkbox {
  border-radius: 12px;
  width: 22px;
  min-width: 22px;
  height: 22px;
  min-height: 22px;
  margin-top: 0;
  margin-right: 10px;
}

.form-checkbox.w--redirected-checked {
  background-color: #1457ff;
  background-image: url('../images/check-fill.svg');
  background-position: 50%;
  background-size: auto;
  border: 1px #000;
}

.form-checkbox.w--redirected-focus {
  box-shadow: 0 0 #0000;
}

.contact-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 480px;
  display: flex;
}

.form-block {
  margin-bottom: 0;
}

.carousel-image {
  border-radius: 12px;
  flex: none;
  height: 320px;
  overflow: hidden;
}

.button-primary-24 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--color_red);
  color: #fff;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-24:hover {
  background-color: #d61f1f;
}

.text-link {
  color: #232a39;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s;
}

.text-link:hover {
  color: #1457ff;
}

.column-x-large-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.carousel-vertical-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.contact-section-large {
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-checkbox-field {
  color: #fff;
  -webkit-user-select: none;
  user-select: none;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.form-success-message {
  background-color: #f0f5ff;
  border-radius: 12px;
  padding: 14px 18px;
}

.h3-heading-3 {
  color: #07090d;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.3;
}

.form-input-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.form-error-message {
  text-align: center;
  background-color: #fde7e7;
  border-radius: 6px;
  padding: 12px 16px;
}

.form-checkbox-label {
  color: #000;
  margin-bottom: 0;
  font-size: .7rem;
  font-weight: 400;
}

.form-field-icon {
  position: absolute;
  left: 12px;
}

.contact-left {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 50%;
  padding: 100px 5%;
  display: flex;
  position: relative;
}

.form-field-label {
  color: #07090d;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.icon-regular-3 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.div-block-18 {
  max-width: 860px;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.faq-paragraph {
  color: #000000bf;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .9rem;
  overflow: hidden;
}

.faq-plus {
  width: 14px;
}

.div-block-9 {
  text-align: center;
}

.faq-title {
  color: #000;
  letter-spacing: -.02em;
  font-weight: 600;
}

.faq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}

.container-2 {
  z-index: 2;
  flex: 1;
  max-width: 1380px;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.faq-icon-circle {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  padding: 8px;
  display: flex;
}

.faq-question-bar {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.faq-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.faq-question {
  background-color: #fff0;
  border: 0 solid #eee;
  border-bottom: 1px solid #eeeffc;
  padding: .5rem 1.5rem;
  text-decoration: none;
  transition: background-color .2s;
}

.faq-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.faq-content {
  margin-top: 0;
  overflow: hidden;
}

.div-block-24 {
  z-index: 0;
  opacity: .25;
  filter: blur(200px);
  background-color: #474ee0;
  border-radius: 1000000000px;
  width: 750px;
  min-height: 750px;
  position: absolute;
  inset: 0% auto auto -10%;
}

.div-block-20 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-20.ukryj_1 {
  display: none;
}

.text-block-10 {
  max-width: 450px;
  margin-top: 1rem;
  font-size: .9rem;
  font-weight: 600;
}

.div-block-22 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: flex-end;
  display: none;
}

.link {
  color: #0000008c;
  margin-top: .1rem;
  margin-bottom: .1rem;
  font-size: .9rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

.link:hover {
  color: #7a5af8;
}

.image-3 {
  width: 28px;
}

.image-2 {
  width: 120px;
}

.text-block-9 {
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: 700;
}

.text-block-9.h_60px {
  min-height: 30px;
}

.div-block-23 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-21 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px solid #474ee012;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  display: grid;
}

.div-block-25 {
  z-index: 0;
  opacity: .25;
  filter: blur(200px);
  background-color: #474ee0;
  border-radius: 1000000000px;
  width: 750px;
  min-height: 750px;
  position: absolute;
  inset: 0% auto auto -10%;
}

.div-block-25.blue_3 {
  opacity: .25;
  background-color: #474ee0;
  width: 450px;
  min-height: 450px;
  top: 25%;
  left: auto;
  right: 0%;
}

.footer {
  background-color: #fff;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.div-block-19 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px solid #474ee012;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.div-block-26 {
  display: none;
}

.f-success-message {
  color: #006638;
  letter-spacing: -.03em;
  background-color: #ebfff6;
  font-size: 14px;
  line-height: 24px;
}

.f-header-form-wrapper {
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  align-items: center;
  padding: 4px;
  display: flex;
}

.f-container-regular {
  width: 100%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-margin-bottom-24 {
  margin-bottom: 24px;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-margin-bottom-40 {
  margin-bottom: 40px;
}

.f-image-cover {
  object-fit: cover;
  width: 100%;
}

.f-button-neutral {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: #282556;
}

.f-header-image-wrapper-wide {
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
  overflow: hidden;
}

.f-h1-heading {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.5;
}

.f-header-input-field {
  color: #160042;
  background-color: #0000;
  border: 1px #000;
  min-height: 48px;
  margin-bottom: 0;
  margin-right: 16px;
  padding: 12px 16px;
}

.f-header-input-field::placeholder {
  color: #b6b9ce;
}

.f-heading-detail-small {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-header-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-header-form-block {
  max-width: 360px;
  margin-bottom: 0;
}

.f-section-large {
  color: #fff;
  background-color: #100730;
  background-image: url('../images/bg-elements.svg');
  background-position: 50% 100%;
  background-repeat: repeat-y;
  background-size: cover;
  padding: 4rem 2rem;
  position: relative;
}

.button-right-icon {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7a5af8;
  border-radius: .6rem;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: .8rem 1.2rem;
  font-size: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.button-right-icon:hover {
  background-color: #282556;
}

.button-right-icon:active {
  background-color: #160042;
}

.button-right-icon:focus {
  outline-offset: 0px;
  outline: 2px solid #b6b9ce;
}

.body-button-normal {
  letter-spacing: -.02em;
  font-size: 14px;
  font-weight: 500;
}

.icon-right {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-left: 12px;
  display: flex;
}

.section-5 {
  background-color: #fafaff;
}

.button-secondary-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #5167f6;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 99px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 48px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: inline-flex;
}

.button-secondary-4:hover {
  background-color: #eceefe;
}

.button-secondary-4:active {
  background-color: #d8d7df;
}

.cta-form-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cta-title {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.newsletter-form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.overline-regular-2 {
  color: #5e606e;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8;
}

.overline-regular-2.text-color-white {
  color: #fff;
}

.cta-image-left {
  object-position: 50% 100%;
  width: 20%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cta-section-blue {
  color: #fff;
  background-color: #7a5af8;
  background-image: linear-gradient(45deg, #100730 15%, #7a5af8);
  border-radius: 2rem;
  max-width: 1600px;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 2rem;
  position: relative;
}

.cta-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.success-message-2 {
  background-color: #c5e7d1;
}

.column-regular-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.form-block-small {
  width: 100%;
  max-width: 480px;
  margin-bottom: 0;
}

.error-message-2 {
  background-color: #fdd8e0;
}

.max-width-medium {
  max-width: 486px;
}

.cta-image-right {
  width: 25%;
  position: absolute;
  bottom: 10%;
  right: -5%;
}

.h3-heading-4 {
  color: #131316;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.h3-heading-4.text-color-white {
  color: #fff;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.paragraph-regular-5 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular-5.text-color-white {
  color: #fff;
}

.text-field-blue {
  background-color: #6478f7;
  border: 1px #000;
  border-radius: 99px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
}

.text-field-blue::placeholder {
  color: #fff;
}

.nav-right-d {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-social-links {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.nav-left-d {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-button-group {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.nav-link {
  padding: 8px 1rem;
  font-size: .9rem;
  font-weight: 500;
  transition: all .2s;
}

.nav-link:hover {
  color: #7a5af8;
}

.nav-social-link {
  color: #9797a1;
  transition: color .3s;
}

.nav-social-link:hover {
  color: #8870d7;
}

.nav-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-large-3 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.navbar {
  background-color: #fff;
  padding: 24px 3%;
}

.button-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #131315;
  border-radius: 6px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.button-2.small {
  background-color: #7a5af8;
  border-radius: .6rem;
  padding: 8px 16px;
  font-size: .8rem;
}

.button-2.outline {
  color: #131315;
  background-color: #0000;
  border: 1px solid #e4e4e7;
}

.button-2.outline.small {
  font-size: .8rem;
}

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: none;
  display: flex;
}

.nav-divider {
  background-color: #e4e4e7;
  width: 1px;
  height: 12px;
}

.heading-4 {
  text-transform: none;
  font-size: 3rem;
  font-weight: 500;
}

.icon-regular-4 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.title-wrapper-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 584px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.subheading-small {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 700;
}

.icon-small-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.background-pattern {
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cta-feature-badges {
  z-index: 1;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 288px;
  display: flex;
  position: relative;
}

.section-large-2 {
  background-color: #fafaff;
  padding: 120px 5%;
  position: relative;
}

.h4-heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.paragraph-regular-6 {
  margin-bottom: 0;
  font-size: .9rem;
}

.paragraph-regular-6.text-color-tertiary {
  color: #8f8f8f;
}

.h3-heading-5 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.feature-card-outline {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: left;
  border: 1px dashed #fff6;
  border-radius: .5rem;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.text-color-brand {
  color: #ff4b0f;
}

.button-primary-25 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #292929;
  border-radius: 10px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  box-shadow: inset 1px 1px .25px #ffffff1f, inset -1px 1px .25px #ffffff1f, 0 0 0 1px #000, 0 1px 2px #000000a3;
}

.button-primary-25:hover {
  background-color: #141414;
}

.cta-card-filled {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #f5f5f5;
  border-radius: 12px 12px 24px 24px;
  justify-content: space-between;
  align-items: flex-end;
  padding: 64px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-feature-badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  background-color: #fff;
  border-radius: 12px;
  align-items: center;
  padding: 12px 16px;
  display: flex;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.column-2x-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.cta-card-left {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  max-width: 480px;
  display: flex;
  position: relative;
}

.grid-three-column {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.container-large-4 {
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}

.content-feature-card {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.content-footer {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  margin-top: 92px;
  display: flex;
}

.title-center-small-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-small-4 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular-7 {
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.content-footer-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #0a0a0a;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.content-footer-link:hover {
  color: #734573;
}

.content-footer-link:active {
  color: #262626;
}

.content-tag-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-three-column-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.content-card-details {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  padding: 8px;
  display: flex;
}

.section-regular-2 {
  padding: 4rem 2rem;
  position: relative;
  overflow: hidden;
}

.image-fill {
  width: 100%;
  height: auto;
}

.h6-heading-2 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.3;
}

.content-feature-image {
  border-radius: .5rem;
  height: auto;
  padding: 32px;
}

.content-feature-image.background-blue-100 {
  background-color: #e8eef7;
}

.content-feature-image.background-gray-100 {
  background-color: #f5f5f5;
}

.content-feature-image.background-brown-100 {
  background-color: #f2eeee;
  border-radius: .5rem;
}

.h2-title {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.h2-title.color {
  color: #7a5af8;
  font-weight: 600;
}

.text-link-2 {
  color: #404040;
  text-decoration: underline;
  transition: color .3s;
}

.text-link-2:hover {
  color: #734573;
}

.paragraph-x-large {
  margin-top: 0;
  margin-bottom: 0;
}

.overline-2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.text-color-purple-600 {
  color: #5c2d5c;
}

.paragraph-2 {
  font-size: .9rem;
}

.div-block-27 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  text-align: center;
  background-color: #100730;
  border-radius: .5rem;
  flex-flow: column;
  max-width: 1024px;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem 1.5rem;
  display: flex;
}

.content-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.h2-heading {
  color: #000;
  letter-spacing: -.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

.link-arrow {
  color: #ff443d;
  overflow: hidden;
}

.column-tiny-2 {
  z-index: 5;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.title-center-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.caption-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.caption-small.text-color-gray-900 {
  color: #393837;
}

.caption-small.text-color-gray-700 {
  color: #5f5e5d;
}

.content-carousel {
  z-index: 5;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.page-padding {
  padding-left: 5%;
  padding-right: 5%;
}

.caption-regular {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.title-badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #ff443d;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.carousel-horizontal {
  overflow: hidden;
}

.icon-x-large {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.content-footer-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 1060px;
  margin-top: 104px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-carousel-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #000;
  text-align: center;
  border-radius: 12px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 240px;
  padding: 24px 16px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.content-carousel-card.raised {
  background-color: #fff;
  box-shadow: 0 3px 2px #201f1f00, 0 2px 1px #201f1f03, 0 1px 1px #201f1f0a, 0 1px 1px #201f1f12;
}

.content-link-title {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.icon-wrapper-regular {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.content-carousel-track {
  flex-direction: row;
  align-items: center;
  padding-bottom: 12px;
  display: flex;
}

.overline-medium {
  color: #000;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.overline-medium.text-color-gray-500 {
  color: #666;
}

.content-card {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
}

.content-divider-s {
  background-color: #e0e0e0;
  width: 50%;
  height: 1px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.h2-heading-2 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

.text-link-s {
  grid-column-gap: 8px;
  color: #141414;
  letter-spacing: -.02em;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  display: flex;
}

.wrap-v-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.icon-small-3 {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.paragraph-small-5 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.paragraph-small-5.text-weight-bold {
  font-weight: 700;
}

.content-wrap-small {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.content-image-l {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.wrap-v-large {
  z-index: 5;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.client-link {
  color: #000;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.content-grid-small {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.wrap-v-x-small {
  z-index: 5;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.title-wrapper-s {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 440px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-regular-8 {
  margin-bottom: 0;
  font-size: .9rem;
}

.container-small-2 {
  width: 100%;
  max-width: 996px;
  margin-left: auto;
  margin-right: auto;
}

.h5-heading {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.overline-3 {
  color: #000;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.pricing-line-dark {
  background-color: #282556;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.price-wrapper-year {
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
}

.button-secondary-white {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px solid #282556;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.button-secondary-white:hover {
  color: #1b114a;
  background-color: #f3f5fb;
  border-color: #f3f5fb;
}

.button-secondary-white:active {
  color: #642eff;
  background-color: #e4e6f1;
}

.section-large-3 {
  padding: 4rem 5% 0;
  position: relative;
}

.pricing-icon {
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  display: flex;
}

.pricing-type-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.price-divider-dark {
  background-color: #393b6a;
  width: 1px;
  height: 20px;
  margin-left: 16px;
  margin-right: 16px;
}

.grid-three-column-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 4rem;
}

.pricing-card-dark {
  color: #fff;
  background-color: #100730;
  border: 1px solid #0000;
  border-radius: 16px;
  padding: 2rem;
  position: relative;
}

.pricing-feature-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr;
  margin-bottom: 24px;
}

.button-neutral {
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  border-radius: .6rem;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-neutral:hover {
  background-color: #7a5af8;
}

.button-neutral:active {
  background-color: #160042;
}

.button-neutral:focus {
  outline-offset: 0px;
  outline: 2px solid #6b7094;
}

.price-feature-text-white {
  color: #fff;
  letter-spacing: -.01em;
  font-size: 14px;
  line-height: 24px;
}

.h3-heading-6 {
  letter-spacing: -.02em;
  margin-top: 0;
  font-size: 48px;
  line-height: 1.2;
}

.h3-heading-6.margin-bottom-16 {
  margin-bottom: 16px;
}

.pricing-detail {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.container-regular-3 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.pricing-detail-primary {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.pricing-line {
  background-color: #e4e6f1;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.pricing-feature-wrapper-2 {
  align-items: center;
  display: flex;
}

.price-month {
  color: #160042;
  letter-spacing: -.02em;
  font-size: 16px;
  line-height: 24px;
}

.price-month.text-gray-800 {
  color: #1b114a;
}

.price-description {
  color: #160042;
  letter-spacing: -.01em;
  font-size: 14px;
  line-height: 24px;
}

.pricing-card-line {
  border: 1px solid #e4e6f1;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 2rem;
  display: block;
}

.price-toggle {
  cursor: pointer;
  background-color: #7a5af8;
  border-radius: 50px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 44px;
  height: 24px;
  margin-left: 14px;
  margin-right: 14px;
  padding: 2px;
  display: flex;
  position: relative;
  box-shadow: inset 1px 1px 2px #494a7d4d, 17px 17px 24px -18px #38327c14;
}

.toggle-round {
  z-index: 1;
  background-color: #fff;
  border-radius: 30px;
  width: 20px;
  height: 20px;
  position: absolute;
  box-shadow: 3px 3px 8px #494a7d3d;
}

.button-secondary-5 {
  outline-offset: 0px;
  color: #160042;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-secondary-5:hover {
  background-color: #f3f5fb;
  border-color: #0000;
}

.button-secondary-5:active {
  color: #642eff;
  background-color: #e4e6f1;
}

.button-secondary-5:focus {
  outline-offset: 0px;
  outline: 2px solid #160042;
}

.price-divider {
  background-color: #b6b9ce;
  width: 1px;
  height: 20px;
  margin-left: 16px;
  margin-right: 16px;
}

.price-description-white {
  color: #fff;
  letter-spacing: -.01em;
  font-size: 14px;
  line-height: 24px;
}

.heading-detail-small {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.heading-detail-small.margin-bottom-12 {
  margin-bottom: 12px;
}

.heading-detail-small.margin-bottom-12.text-color-gray-500 {
  color: #6b7094;
}

.price-text {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.price-wrapper-month {
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
}

.price-feature-text {
  color: #160042;
  letter-spacing: -.01em;
  font-size: 14px;
  line-height: 24px;
}

.price-month-white {
  color: #fff;
  letter-spacing: -.02em;
  font-size: 16px;
  line-height: 24px;
}

.pricing-button-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 24px;
}

.flex-wrapper-centre-large {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.price-toggle-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  display: flex;
}

.button-primary-26 {
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02px;
  white-space: nowrap;
  background-color: #7a5af8;
  border-radius: .6rem;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-primary-26:hover {
  background-color: #7342ff;
}

.button-primary-26:active {
  background-color: #2d0896;
}

.badge-standard {
  color: #fff;
  background-color: #7a5af8;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.form-block-section {
  color: #000;
  justify-content: center;
  align-items: center;
  padding: 4rem 2rem;
  display: flex;
  position: relative;
}

.form-image-cover {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.content-detail-wrapper {
  max-width: 230px;
}

.detail-text {
  color: #1a1a1acc;
  line-height: 32px;
}

.contact-field-large {
  color: #000;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  min-height: 130px;
  margin-bottom: 24px;
  padding: 15px 20px 8px;
  font-size: 16px;
  line-height: 24px;
  transition: all .3s;
}

.contact-field-large:hover {
  border-color: #000;
}

.contact-field-large:focus {
  border-color: #00866b;
}

.contact-field-large::placeholder {
  color: #71717a;
}

.contact-field {
  color: #000;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  min-height: 50px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 24px;
  transition: all .3s;
}

.contact-field:hover {
  border-color: #000;
}

.contact-field:focus {
  border-color: #f97316;
}

.contact-field::placeholder {
  color: #71717a;
}

.contact-field.larg {
  min-height: 120px;
}

.form-image-overlay {
  background-image: linear-gradient(350deg, #fff, #fff0 34%, #fff0);
  justify-content: flex-start;
  align-items: flex-end;
  padding: 72px 72px 20% 10%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.form-contact-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.form-icon {
  margin-right: 20px;
}

.form-wrapper {
  max-width: 498px;
  margin-left: auto;
  margin-right: auto;
}

.error-message-3 {
  color: #fff;
  background-color: #522723;
  padding: 16px;
}

.contact-field-label {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.form-heading {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 4rem;
  font-weight: 500;
}

.form-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  min-height: 100vh;
  display: grid;
}

.contact-block {
  align-items: flex-start;
  display: flex;
}

.contact-form-block {
  margin-top: 2rem;
}

.contact-form {
  margin-bottom: 0;
}

.form-body {
  font-size: .9rem;
}

.contact-submit-button {
  color: #fff;
  background-color: #7a5af8;
  border-radius: 10px;
  width: 100%;
  height: 60px;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s;
}

.contact-submit-button:hover {
  background-color: #282556;
}

.success-message-3 {
  color: #000;
  background-color: #fff;
  padding: 28px 16px;
}

.form-accent {
  position: absolute;
  inset: 0% 0% auto auto;
}

.form-image-section {
  min-height: 800px;
  position: relative;
}

.form-contact-title {
  margin-bottom: 12px;
  font-weight: 700;
}

.form-field-wrapper {
  margin-bottom: .8rem;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 3rem;
  line-height: 1.2;
}

.checkbox-field {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.checkbox-label {
  font-size: 9px;
  line-height: 12px;
}

.text-span {
  color: #7a5af8;
}

.checkbox {
  background-color: #fff;
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
  margin-right: .5rem;
}

.div-block-28 {
  margin-top: 2rem;
  display: flex;
}

.wcagbot_box_functions {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #000;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem;
  text-decoration: none;
  display: flex;
}

.wcagbot_icons_functions {
  font-family: Material Symbols, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.text-block-11 {
  color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 16px;
}

.wcagbot_box_functions-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #000;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem;
  text-decoration: none;
  display: flex;
}

.text-block-12 {
  color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 16px;
}

.text-color-purple {
  color: #b277cf;
}

.pricing-grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}

.pricing-badge-2 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  border-radius: 99px;
  margin-bottom: 32px;
  margin-left: 8px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: inline-block;
}

.pricing-badge-2.blue {
  color: #fff;
  background-color: #5a6ded;
}

.pricing-badge-2.green {
  background-color: #86c1a0;
}

.pricing-badge-2.purple {
  background-color: #b277cf;
}

.subheading-x-small-2 {
  color: #dedfe3;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.subheading-x-small-2.text-color-gray-100 {
  color: #c8c9d0;
}

.pricing-tabs-menu-right {
  grid-column-gap: 8px;
  justify-content: flex-end;
  max-width: 1060px;
  margin-bottom: 128px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pricing-feature-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #c8c9d0;
  border-radius: 100px;
  align-items: center;
  padding: 16px 24px;
  transition: all .3s;
  display: flex;
}

.pricing-feature-item:hover {
  background-color: #22242f;
}

.pricing-feature-item.blue:hover {
  color: #5a6ded;
  background-color: #333647;
}

.pricing-feature-item.purple:hover {
  color: #b277cf;
}

.pricing-feature-item.green:hover {
  color: #86c1a0;
}

.subheading-small-2 {
  color: #dedfe3;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.subheading-small-2.text-color-purple-500 {
  color: #b277cf;
}

.subheading-small-2.text-color-green-500 {
  color: #86c1a0;
}

.subheading-small-2.text-color-blue-500 {
  color: #5a6ded;
}

.h3-heading-7 {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.3;
}

.button-primary-27 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #edeffd;
  background-color: #5a6ded;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-27:hover {
  background-color: #7e8ef1;
}

.paragraph-x-small {
  white-space: pre-wrap;
  margin-bottom: 0;
  font-size: .9rem;
  line-height: 18px;
}

.text-color-blue {
  color: #7e8ef1;
}

.column-x-large-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.pricing-details {
  color: #9c9eab;
  background-color: #22242f;
  border-radius: 24px;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  margin-top: 32px;
  margin-bottom: 16px;
  padding: 24px;
  display: flex;
  position: relative;
}

.pricing-details.background-color-gray-700 {
  color: #000;
  background-color: #7a5af826;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9rem;
}

.pricing-details.background-color-gray-700.wyrozniony {
  color: #fff;
}

.text-color-green {
  color: #86c1a0;
}

.paragraph-small-6 {
  color: #9c9eab;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.container-large-5 {
  width: 100%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.pricing-price-wrapper {
  align-items: flex-end;
  display: flex;
}

.pricing-text {
  color: #fff;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 600;
  line-height: 1.1;
}

.pricing-billing {
  padding-top: 8px;
  padding-bottom: 8px;
}

.column-x-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.column-x-small-2._w-top {
  margin-top: 1rem;
}

.section-large-4 {
  background-color: #000;
  padding: 100px 5%;
}

.pricing-discount-icon {
  color: #86c1a0;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.pricing-price-block {
  align-items: flex-start;
  display: flex;
}

.pricing-shape {
  position: absolute;
  inset: 0% 0% auto auto;
}

.pricing-shape-embed {
  justify-content: center;
  display: flex;
}

.pricing-header {
  grid-column-gap: 92px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1060px;
  margin-bottom: -54px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pricing-card-2 {
  background-color: #111218;
  border: 2px solid #22242f;
  border-radius: 32px;
  height: 100%;
  padding: 24px 16px 16px;
  position: relative;
  overflow: hidden;
}

.pricing-card-2.light {
  background-color: #22242f;
  border-color: #333647;
}

.pricing-price-symbol {
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.pricing-price-symbol.text-color-blue-500 {
  color: #5a6ded;
}

.pricing-price-symbol.text-color-green-500 {
  color: #86c1a0;
}

.pricing-discount {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  justify-content: center;
  align-items: center;
  max-width: 180px;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.pricing-tab-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #5a6ded;
  background-color: #0000;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.pricing-tab-button.w--current {
  color: #fff;
  background-color: #5a6ded;
}

.text-block-13 {
  color: #7a5af8;
  font-size: 1.2rem;
  font-weight: 600;
}

.div-block-29 {
  margin-top: 2rem;
  display: flex;
}

@media screen and (max-width: 991px) {
  .button-header, .button-primary, .button-primary-2 {
    display: flex;
  }

  .timeline-block {
    flex-direction: column;
    align-items: center;
  }

  .button-primary-3 {
    display: flex;
  }

  .grid-two-column {
    grid-template-columns: 1fr;
  }

  .timeline-dash-line {
    display: none;
  }

  .tab-content-grid {
    grid-row-gap: 62px;
    grid-template-columns: 1fr;
  }

  .cta-block-image {
    margin-top: 0;
  }

  .cta-block {
    grid-template-columns: 1fr;
    padding-right: 64px;
  }

  .button-primary-23 {
    display: flex;
  }

  .contact-right {
    width: auto;
    height: 620px;
    position: relative;
  }

  .contact-column {
    max-width: none;
  }

  .contact-section-large {
    flex-flow: column;
    display: flex;
  }

  .contact-left {
    max-width: none;
    display: block;
  }

  .div-block-24, .div-block-25 {
    opacity: .45;
    width: 600px;
    min-height: 600px;
    top: -17%;
    left: -25%;
  }

  .div-block-25.blue_3 {
    width: 750px;
    min-height: 750px;
    top: auto;
    bottom: 5rem;
    right: -50%;
  }

  .div-block-19 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .f-section-large {
    background-size: cover;
  }

  .cta-image-left {
    object-fit: cover;
    object-position: 50% 0%;
    width: 100%;
    max-width: 400px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .cta-container {
    padding-bottom: 0;
  }

  .cta-image-right {
    display: none;
  }

  .nav-right-d {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .menu-button {
    border: 1px solid #d7d7db;
    border-radius: 6px;
    padding: 8px;
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .button-2 {
    display: flex;
  }

  .nav-menu {
    background-color: #fff;
    padding-bottom: 16px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .cta-feature-badges {
    flex: none;
    width: auto;
    max-width: none;
  }

  .button-primary-25 {
    display: flex;
  }

  .cta-card-filled {
    padding-left: 48px;
    padding-right: 48px;
  }

  .cta-feature-badge {
    flex: none;
  }

  .grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .content-footer {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .grid-three-column-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .content-carousel {
    overflow: auto;
  }

  .content-wrap-small {
    grid-row-gap: 24px;
  }

  .content-grid-small {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .grid-three-column-3 {
    grid-template-columns: 1fr 1fr;
  }

  .form-block-section {
    width: 100%;
  }

  .form-image-overlay {
    padding-bottom: 10%;
    padding-left: 5%;
  }

  .form-wrapper {
    max-width: 100%;
  }

  .form-section {
    background-image: none;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .form-image-section {
    width: 100%;
  }

  .pricing-grid-2 {
    grid-template-columns: 1fr;
  }

  .pricing-header {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .header-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h1-heading {
    font-size: 48px;
  }

  .section-header {
    padding-top: 72px;
  }

  .h1-heading-2 {
    font-size: 48px;
  }

  .h3-heading {
    font-size: 40px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .grid-feature-content {
    grid-template-columns: 1fr 1fr;
  }

  .h3-heading-2 {
    font-size: 40px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .div-block-2 {
    min-height: 350px;
  }

  .div-block-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-notification {
    left: 30px;
  }

  .tabs-base {
    padding: 40px;
  }

  .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .h1-heading-3 {
    font-size: 54px;
    line-height: 62px;
  }

  .cta-block {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .h3-heading-3 {
    font-size: 36px;
    line-height: 52px;
  }

  .faq-question {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .f-h1-heading {
    margin-top: 0;
    font-size: 3rem;
    line-height: 1.4;
  }

  .f-section-large {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .cta-section-blue {
    border-radius: 1rem;
    padding: 2rem 1rem;
  }

  .cta-container {
    padding-bottom: 0;
  }

  .h3-heading-4 {
    font-size: 40px;
  }

  .cta-button-wrapper {
    display: flex;
  }

  .section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h3-heading-5 {
    font-size: 40px;
  }

  .cta-card-filled {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 64px;
    padding-right: 64px;
  }

  .grid-three-column {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .grid-three-column-2 {
    grid-template-columns: 1fr;
  }

  .section-regular-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .h2-title {
    font-size: 36px;
  }

  .content-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h2-heading {
    font-size: 40px;
  }

  .h2-heading-2 {
    font-size: 44px;
  }

  .content-image-l {
    border-radius: 1rem;
  }

  .content-grid-small {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .section-large-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .grid-three-column-3 {
    grid-template-columns: 1fr;
  }

  .h3-heading-6 {
    font-size: 40px;
  }

  .heading-5 {
    font-size: 2.6rem;
  }

  .pricing-grid-2 {
    grid-template-columns: 1fr;
  }

  .pricing-tabs-menu-right {
    margin-bottom: 48px;
  }

  .h3-heading-7 {
    font-size: 42px;
  }

  .pricing-text {
    font-size: 62px;
  }
}

@media screen and (max-width: 479px) {
  .button-header {
    width: 100%;
  }

  .header-badge-group {
    left: 32px;
    right: 32px;
  }

  .button-primary, .button-secondary {
    width: 100%;
  }

  .header-button-group-2 {
    flex-direction: column;
    width: 100%;
  }

  .timeline-content {
    padding-bottom: 80px;
  }

  .email-form {
    flex-direction: column;
    align-items: stretch;
  }

  .timeline-block {
    padding-top: 40px;
    padding-bottom: 24px;
  }

  .section {
    padding-top: 1rem;
  }

  .grid-feature-content {
    grid-template-columns: 1fr;
  }

  .image-notification {
    left: 15px;
  }

  .heading-wrapper {
    flex-wrap: wrap-reverse;
  }

  .heading-graph {
    margin-bottom: 20px;
    margin-left: 0;
  }

  .tab-content {
    padding-top: 0;
  }

  .tabs-base {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-link {
    text-align: center;
  }

  .pricing-tab-link {
    min-width: auto;
    font-size: 16px;
  }

  .pricing-card {
    padding: 24px;
  }

  .cta-block {
    padding: 48px 24px;
  }

  .form-checkbox {
    margin-left: 0;
  }

  .carousel-image {
    height: auto;
  }

  .button-primary-24 {
    width: 100%;
  }

  .form-checkbox-field {
    flex-direction: row;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .container-2 {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .faq-question {
    padding: 16px;
  }

  .faq-wrapper {
    width: 100%;
  }

  .div-block-24 {
    opacity: .25;
    filter: blur(100px);
    width: 450px;
    min-height: 450px;
    top: 10%;
    left: -50%;
  }

  .div-block-22 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .image-3 {
    width: 28px;
  }

  .div-block-23 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .div-block-21 {
    grid-template-columns: 1fr;
  }

  .div-block-25 {
    opacity: .25;
    filter: blur(100px);
    width: 450px;
    min-height: 450px;
    top: 10%;
    left: -50%;
  }

  .div-block-25.blue_3 {
    width: 500px;
    min-height: 500px;
    right: -250px;
  }

  .footer {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }

  .div-block-19 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .f-h1-heading {
    font-size: 2.2rem;
  }

  .button-secondary-4 {
    width: 100%;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .nav-button-group {
    display: none;
  }

  .button-2 {
    width: 100%;
  }

  .cta-button-wrapper {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  .feature-card-outline {
    padding: 1rem;
  }

  .cta-card-filled {
    padding: 48px 24px;
  }

  .title-center-small-2 {
    margin-bottom: 1.5rem;
  }

  .content-feature-image {
    padding: 24px;
  }

  .content-carousel-card {
    width: 180px;
    padding: 16px 12px;
  }

  .content-card {
    padding: 16px;
  }

  .price-wrapper-year {
    flex-flow: column;
  }

  .price-divider-dark {
    width: 20px;
    height: 1px;
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .pricing-card-dark, .pricing-card-line {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .price-divider {
    width: 20px;
    height: 1px;
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .price-text {
    margin-top: 16px;
  }

  .price-wrapper-month {
    flex-flow: column;
  }

  .contact-submit-button {
    max-width: none;
  }

  .form-image-section {
    min-height: 700px;
  }

  .pricing-feature-item {
    padding-left: 14px;
    padding-right: 14px;
  }

  .pricing-header {
    margin-bottom: 0;
  }

  .pricing-tab-button, .pricing-tab-button.w--current {
    width: 100%;
  }
}

#w-node-a2a5aa6c-e144-6486-018d-c72134b52a47-38aad81c, #w-node-a2a5aa6c-e144-6486-018d-c72134b52a56-38aad81c, #w-node-a2a5aa6c-e144-6486-018d-c72134b52a65-38aad81c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_669e5fa8-d165-fcbc-2711-62308fcbc95a-38aad81c {
  place-self: center start;
}

#w-node-_068e59b9-54bb-1c5b-6ff9-32ab0a78fb99-38aad81c {
  align-self: center;
}

#w-node-_8311667c-e919-4c45-ad33-4fb1050d6aea-38aad81c, #w-node-_8311667c-e919-4c45-ad33-4fb1050d6afe-38aad81c, #w-node-_8311667c-e919-4c45-ad33-4fb1050d6b03-38aad81c, #w-node-_8311667c-e919-4c45-ad33-4fb1050d6b08-38aad81c, #w-node-_8311667c-e919-4c45-ad33-4fb1050d6b0d-38aad81c, #w-node-_8311667c-e919-4c45-ad33-4fb1050d6b12-38aad81c, #w-node-_8311667c-e919-4c45-ad33-4fb1050d6b17-38aad81c, #w-node-_8311667c-e919-4c45-ad33-4fb1050d6b2e-38aad81c, #w-node-_8311667c-e919-4c45-ad33-4fb1050d6b33-38aad81c, #w-node-_8311667c-e919-4c45-ad33-4fb1050d6b38-38aad81c, #w-node-_8311667c-e919-4c45-ad33-4fb1050d6b3d-38aad81c, #w-node-_8311667c-e919-4c45-ad33-4fb1050d6b42-38aad81c, #w-node-_8311667c-e919-4c45-ad33-4fb1050d6b49-38aad81c, #w-node-_8311667c-e919-4c45-ad33-4fb1050d6b5d-38aad81c, #w-node-_8311667c-e919-4c45-ad33-4fb1050d6b62-38aad81c, #w-node-_8311667c-e919-4c45-ad33-4fb1050d6b67-38aad81c, #w-node-_8311667c-e919-4c45-ad33-4fb1050d6b6c-38aad81c, #w-node-_1d0e8d1b-a79c-874a-bddc-e02f864b12a9-38aad81c, #w-node-_1d0e8d1b-a79c-874a-bddc-e02f864b12ae-38aad81c, #w-node-_1d0e8d1b-a79c-874a-bddc-e02f864b12b3-38aad81c, #w-node-_0ae37c66-8ec2-eacb-0420-84a29a873d74-38aad81c, #w-node-_0ae37c66-8ec2-eacb-0420-84a29a873d79-38aad81c, #w-node-_0ae37c66-8ec2-eacb-0420-84a29a873d7e-38aad81c, #w-node-_2a1193fa-30c3-d6f7-3d1b-f7eceb634e7c-38aad81c, #w-node-_2a1193fa-30c3-d6f7-3d1b-f7eceb634e81-38aad81c, #w-node-_2a1193fa-30c3-d6f7-3d1b-f7eceb634e86-38aad81c, #w-node-_8311667c-e919-4c45-ad33-4fb1050d6b76-38aad81c, #w-node-_1b790ad9-3e2c-e030-b6aa-33efa9a36e4f-38aad81c, #w-node-_1b790ad9-3e2c-e030-b6aa-33efa9a36e54-38aad81c, #w-node-_1b790ad9-3e2c-e030-b6aa-33efa9a36e59-38aad81c, #w-node-_1b790ad9-3e2c-e030-b6aa-33efa9a36e5e-38aad81c, #w-node-_8bf30585-9373-4183-1ff0-a33e21c381e3-38aad81c, #w-node-_8bf30585-9373-4183-1ff0-a33e21c381e8-38aad81c, #w-node-_8bf30585-9373-4183-1ff0-a33e21c381ed-38aad81c, #w-node-b88a974e-ff9d-b394-48c3-3dae70fadeff-38aad81c, #w-node-b88a974e-ff9d-b394-48c3-3dae70fadf04-38aad81c, #w-node-b88a974e-ff9d-b394-48c3-3dae70fadf09-38aad81c, #w-node-_49c18668-22d6-934e-d06e-7ca55016a353-38aad81c, #w-node-_49c18668-22d6-934e-d06e-7ca55016a358-38aad81c, #w-node-_49c18668-22d6-934e-d06e-7ca55016a35d-38aad81c, #w-node-ab9b8e83-6d64-b436-b78a-01c6ed7ea255-38aad81c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab9b8e83-6d64-b436-b78a-01c6ed7ea279-38aad81c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-ecd73077-b240-36a6-0099-9b8b680a5b81-38aad81c, #w-node-ecd73077-b240-36a6-0099-9b8b680a5b89-38aad81c, #w-node-ecd73077-b240-36a6-0099-9b8b680a5b91-38aad81c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ffd193a0-2d0b-5dba-6569-086dc42f1d99-38aad81c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ffd193a0-2d0b-5dba-6569-086dc42f1db7-38aad81c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ffd193a0-2d0b-5dba-6569-086dc42f1dba-38aad81c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d16cdb9b-aa2c-d222-ac14-09e9357b2c34-38aad81c, #w-node-b0514e1a-57aa-6a92-ad75-2c3b282286cb-38aad81c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b0514e1a-57aa-6a92-ad75-2c3b282286d4-38aad81c, #w-node-_8e434eb6-0dfd-89ec-ae5b-2c6beb541d7f-38aad81c, #w-node-_8e434eb6-0dfd-89ec-ae5b-2c6beb541d91-38aad81c, #w-node-_8e434eb6-0dfd-89ec-ae5b-2c6beb541d97-38aad81c, #w-node-_8e434eb6-0dfd-89ec-ae5b-2c6beb541dab-38aad81c, #w-node-_8e434eb6-0dfd-89ec-ae5b-2c6beb541dc1-38aad81c, #w-node-_8e434eb6-0dfd-89ec-ae5b-2c6beb541dc7-38aad81c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ab9b8e83-6d64-b436-b78a-01c6ed7ea279-38aad81c {
    justify-self: center;
  }

  #w-node-ecd73077-b240-36a6-0099-9b8b680a5b91-38aad81c {
    grid-column: span 2 / span 2;
  }

  #w-node-ffd193a0-2d0b-5dba-6569-086dc42f1d99-38aad81c, #w-node-ffd193a0-2d0b-5dba-6569-086dc42f1dba-38aad81c, #w-node-d16cdb9b-aa2c-d222-ac14-09e9357b2c34-38aad81c, #w-node-b0514e1a-57aa-6a92-ad75-2c3b282286cb-38aad81c, #w-node-_96afbec5-e042-e3a9-1d1b-a9ebedfb530d-d8a8e28b, #w-node-_96afbec5-e042-e3a9-1d1b-a9ebedfb530d-d80587c1 {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_068e59b9-54bb-1c5b-6ff9-32ab0a78fbaf-38aad81c {
    order: 9999;
  }

  #w-node-ecd73077-b240-36a6-0099-9b8b680a5b91-38aad81c {
    grid-column: span 1 / span 1;
  }

  #w-node-ffd193a0-2d0b-5dba-6569-086dc42f1db7-38aad81c, #w-node-ffd193a0-2d0b-5dba-6569-086dc42f1dba-38aad81c {
    order: -9999;
  }

  #w-node-b0514e1a-57aa-6a92-ad75-2c3b282286cb-38aad81c {
    order: 9999;
  }
}


