.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

body {
  background-color: #fff;
  font-family: Inter, sans-serif;
  color: #0e0f11;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0px;
  margin-bottom: 1rem;
  font-size: 2.375rem;
  line-height: 1.25;
  font-weight: 700;
}

h2 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 700;
}

h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 700;
}

h4 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
}

h5 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
}

h6 {
  margin-top: 1rem;
  margin-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
}

p {
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #3c404b;
  font-size: 1.2rem;
}

a {
  color: #116aa8;
  text-decoration: underline;
}

ul {
  margin-bottom: 1rem;
  padding-left: 2rem;
  color: #3c404b;
}

ol {
  margin-bottom: 1rem;
  padding-left: 2rem;
  color: #3c404b;
}

li {
  margin-bottom: 0.25rem;
}

strong {
  font-weight: 700;
}

blockquote {
  margin-bottom: 1rem;
  padding: 0.75rem 1.5rem;
  border-left: 1px solid #d0d4d9;
  color: #3c404b;
  font-size: 1rem;
  font-style: italic;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1248px;
  margin: auto;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.container.container-navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.container-navbar.rkf {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.container.sg {
  width: 100%;
}

.container.copy-1 {
  padding-top: 20px;
}

.container.bw {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.container.waitlist {
  margin-top: 35px;
}

.container.rkf {
  padding-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.rkf.ssl {
  padding-top: 20px;
  padding-bottom: 40px;
}

.heading {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #0e0f11;
}

.heading.xl {
  display: block;
  margin-top: 0px;
  margin-bottom: 1rem;
  font-size: 2.375rem;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.heading.xl.c-t-neutral-10 {
  color: #0e0f11;
}

.heading.xl.solution {
  margin-top: 25px;
}

.heading.xl.solution.bwo {
  margin-top: 0px;
}

.heading.l {
  display: block;
  margin-top: 0px;
  margin-bottom: 0.75rem;
  font-size: 2.2rem;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
}

.heading.l.maincopy {
  text-align: center;
}

.heading.l.rbe {
  font-size: 2rem;
}

.heading.l.rbe._1 {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 800;
  text-align: left;
}

.heading.l.rbe._1.introduction {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: left;
}

.heading.l.rbe._1.main {
  text-align: left;
}

.heading.l.rbe._1.book {
  margin-top: 23px;
}

.heading.m {
  margin-top: 0px;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 700;
}

.heading.s {
  margin-top: 0px;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
}

.heading.s.under-cta {
  text-align: center;
}

.heading.xs {
  margin-top: 0px;
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
}

.heading.xxs {
  margin-top: 0px;
  margin-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
}

.body-text {
  margin-top: 0px;
  color: #3c404b;
}

.body-text.color-inverse {
  color: #f3f4f6;
}

.body-text.m {
  margin-top: 21px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.body-text.m.paragraph-margin-0 {
  margin-bottom: 0px;
}

.body-text.m.c-t-neutral-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.body-text.m.c-t-neutral-10.bw {
  margin-top: 0px;
}

.body-text.m.s-m-b-0.under-cta {
  margin-right: auto;
  margin-left: auto;
  color: #3c404b;
  font-size: 1rem;
  font-weight: 300;
  text-align: center;
}

.body-text.m.s-m-b-0.under-cta.testimonial-cta {
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.body-text.m.bold {
  font-weight: 700;
}

.body-text.m.inline {
  display: inline;
}

.body-text.m.inline.c-t-error-70.bw {
  display: block;
  margin-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
}

.body-text.m.faq {
  margin-top: 0px;
}

.body-text.m.rbe-guarantee {
  max-width: 700px;
  text-align: left;
}

.body-text.l {
  font-size: 1.125rem;
  line-height: 1.75;
}

.body-text.l.c-t-neutral-10 {
  color: #3c404b;
}

.body-text.l.subheadline {
  margin-top: 23px;
  color: #0e0f11;
  font-size: 3rem;
  font-weight: 700;
  white-space: nowrap;
}

.body-text.l.hero {
  margin-top: 28px;
}

.body-text.s {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: center;
}

.body-text.s.t-a-c.bwo {
  margin-top: 6px;
  margin-bottom: 0rem;
}

.body-text.xl {
  margin-bottom: 0.5rem;
  color: #0e0f11;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

.body-text.xl.solution {
  margin-top: 18px;
}

.section-title {
  width: 75%;
  margin-bottom: 48px;
}

.section-title.centered {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.wrapper-m {
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.l-g-3-col {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.l-g-3-col.testimonials-cta {
  grid-column-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.feature-block.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.feature-block.centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.l-g-4-col {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link-icon {
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
}

.link-icon:hover {
  color: #597ef7;
}

.link-icon:active {
  color: #1d39c4;
}

.link-icon:focus {
  color: #597ef7;
}

.link-icon.icon-right {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #116aa8;
}

.link-icon.bw {
  padding: 3px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 3px;
  background-color: #116aa8;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #0e0f11;
}

.link-icon.bw:hover {
  background-color: #e92507;
}

.link-icon-text {
  display: inline-block;
  font-weight: 700;
}

.button {
  position: relative;
  display: inline-block;
  padding: 12px 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #116aa8;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #597ef7;
}

.button:active {
  background-color: #1d39c4;
}

.button:focus {
  background-color: #597ef7;
}

.button.secondary {
  background-color: #f0f5ff;
  box-shadow: inset 0 0 0 1px #adc6ff;
  -webkit-transition: box-shadow 250ms ease, color 250ms ease, background-color 250ms ease;
  transition: box-shadow 250ms ease, color 250ms ease, background-color 250ms ease;
  color: #2f54eb;
}

.button.secondary:hover {
  box-shadow: inset 0 0 0 1px #2f54eb;
  color: #1d39c4;
}

.button.outline {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #d0d4d9;
  color: #0e0f11;
}

.button.outline:hover {
  background-color: #edf0f3;
}

.button.medium:hover {
  background-color: #dd1547;
}

.button.medium:focus {
  background-color: #e01649;
}

.button.medium.icon-only {
  padding: 14px;
}

.button.medium.secondary {
  background-color: #f0f5ff;
  box-shadow: none;
  color: #116aa8;
}

.button.medium.secondary:hover {
  background-color: #f0f5ff;
  color: #597ef7;
}

.button.medium.secondary:active {
  background-color: #d6e4ff;
  color: #1d39c4;
}

.button.medium.secondary:focus {
  color: #597ef7;
}

.button.medium.outline:hover {
  background-color: #edf0f3;
}

.button.medium.outline:active {
  background-color: #e0e3e6;
}

.button.medium.outline:focus {
  background-color: #f3f4f6;
}

.button.medium.form-button {
  width: 100%;
  margin-bottom: 12px;
}

.button.medium.form-button.s-m-0 {
  margin-bottom: 0px;
}

.button.medium.ghost {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #fff;
}

.button.medium.ghost:hover {
  box-shadow: inset 0 0 0 1px #597ef7;
  color: #597ef7;
}

.button.medium.ghost:active {
  box-shadow: inset 0 0 0 1px #1d39c4;
  color: #1d39c4;
}

.button.medium.ghost:focus {
  box-shadow: inset 0 0 0 1px #597ef7;
}

.button.medium.main-cta {
  margin-bottom: 24px;
  padding: 20px 40px;
  border-radius: 4px;
  color: #fff;
}

.button.medium.main-cta.closing {
  display: none;
  background-color: #aaafb6;
}

.button.medium.main-cta.enrollmentopen {
  position: static;
  top: 0px;
  z-index: 10;
  display: inline-block;
}

.button.medium.main-cta.enrollmentopen:hover {
  background-color: #e92507;
}

.button.medium.main-cta.enrollmentopen:focus {
  background-color: #116aa8;
}

.button.small {
  padding: 8px 12px;
  font-size: 14px;
  line-height: 20px;
}

.button.small.icon-only {
  padding: 8px 12px;
}

.button.small.secondary {
  background-color: #f0f5ff;
  box-shadow: none;
  color: #116aa8;
}

.button.small.secondary:hover {
  background-color: #f0f5ff;
  color: #597ef7;
}

.button.small.secondary:active {
  background-color: #d6e4ff;
  color: #1d39c4;
}

.button.small.secondary:focus {
  color: #597ef7;
}

.button.small.outline:hover {
  background-color: #edf0f3;
}

.button.small.outline:active {
  background-color: #e0e3e6;
}

.button.small.outline:focus {
  background-color: #f3f4f6;
}

.button.small.ghost {
  background-color: transparent;
  box-shadow: 0 0 0 1px #fff;
}

.button.small.ghost:hover {
  box-shadow: 0 0 0 1px #597ef7;
  color: #597ef7;
}

.button.small.ghost:active {
  box-shadow: 0 0 0 1px #1d39c4;
  color: #1d39c4;
}

.button.small.ghost:focus {
  box-shadow: 0 0 0 1px #597ef7;
}

.button.small.cookies {
  margin-left: 16px;
}

.button-text {
  display: inline-block;
}

.button-text.rbe {
  display: block;
  font-size: 1.7rem;
  font-weight: 600;
}

.button-text.rbe.second {
  font-size: 1rem;
  font-weight: 300;
}

.link-icon-right {
  display: inline-block;
  margin-left: 4px;
  font-size: 14px;
  line-height: 22px;
}

.dropdown-menu-navbar {
  z-index: 8;
}

.dropdown-menu-navbar.w--open {
  overflow: hidden;
  width: 200px;
  margin-top: 8px;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  color: #3c404b;
}

.dropdown-menu-navbar.dark.w--open {
  background-color: #0e0f11;
  color: #fff;
}

.dropdown-menu-item {
  padding: 8px 16px;
  background-color: #fff;
}

.dropdown-menu-item:hover {
  background-color: #f0f5ff;
}

.dropdown-menu-item.w--current {
  background-color: #2f54eb;
  color: #fff;
}

.breadcrumbs-link {
  color: #5e6875;
  text-decoration: none;
}

.breadcrumbs-link:hover {
  color: #597ef7;
}

.breadcrumbs-link:active {
  color: #1d39c4;
}

.breadcrumbs-link:focus {
  color: #597ef7;
}

.breadcrumbs-link.w--current {
  color: #0e0f11;
}

.breadcrumbs-separator {
  display: inline-block;
  padding-right: 8px;
  padding-left: 8px;
  color: #838d95;
  line-height: 24px;
}

.l-g-2-col {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.inline-link {
  color: #116aa8;
  font-weight: 700;
  text-decoration: none;
}

.input {
  margin-bottom: 0.75rem;
  border-style: solid;
  border-width: 1px;
  border-color: #d0d4d9;
  border-radius: 0px;
  background-color: #f3f4f6;
  font-size: 1rem;
}

.input:hover {
  border-color: #597ef7;
}

.input:active {
  border-color: #1d39c4;
}

.input:focus {
  border-color: #116aa8;
  background-color: #fff;
}

.input.medium {
  height: 48px;
  box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.15);
}

.input.medium.horizontal {
  margin-right: 8px;
  margin-bottom: 0px;
}

.input.medium.bg-dark {
  border-color: #3c404b;
  background-color: #0e0f11;
}

.input.medium.bg-dark:hover {
  border-color: #fff;
}

.input.medium.bg-dark:focus {
  border-color: #2f54eb;
}

.input.medium.bg-dark::-webkit-input-placeholder {
  color: #f3f4f6;
}

.input.medium.bg-dark:-ms-input-placeholder {
  color: #f3f4f6;
}

.input.medium.bg-dark::-ms-input-placeholder {
  color: #f3f4f6;
}

.input.medium.bg-dark::placeholder {
  color: #f3f4f6;
}

.input.medium.icon-left {
  position: relative;
  margin-bottom: 0px;
  padding-left: 36px;
}

.input.medium.icon-right {
  position: relative;
  margin-bottom: 0px;
  padding-right: 36px;
  padding-left: 12px;
}

.input.textarea {
  min-height: 96px;
  box-shadow: inset 1px 1px 2px 0 rgba(14, 15, 17, 0.15);
}

.form.form-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-wrapper {
  display: inline;
  width: 50%;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  text-align: center;
}

.section {
  margin-top: 20px;
  padding-top: 40px;
  background-color: #f3f4f6;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.section.main-copy {
  padding-top: 20px;
  background-color: transparent;
}

.section.main-copy.andrzej {
  padding-top: 10px;
  background-color: transparent;
}

.section.main-copy._1.rbe {
  margin-top: 0px;
}

.section.guarantee {
  margin-top: 0px;
  background-color: transparent;
}

.section.guarantee.students {
  padding-top: 0px;
}

.section.guarantee.main {
  margin-top: 0px;
  padding-top: 20px;
}

.section.guarantee.main.rbe {
  background-color: transparent;
}

.section.guarantee.rbe {
  background-color: #f3f4f6;
}

.section.guarantee.rbe.ebook {
  background-color: transparent;
}

.section.guarantee.second {
  padding-bottom: 20px;
  background-color: #f3f4f6;
}

.section.waitlist {
  margin-top: 140px;
}

.tagline {
  margin-bottom: 0.5rem;
  color: #116aa8;
  font-size: 0.875rem;
  line-height: 1.25;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tagline.cta.light {
  text-align: center;
}

.tagline.cta.dark.main {
  display: none;
  text-align: center;
}

.tagline.introduce {
  text-align: center;
}

.tagline.testimonials2 {
  text-align: center;
}

.tagline.guarantee {
  font-size: 1rem;
  text-align: center;
}

.feature-text-wrapper {
  padding-top: 8px;
  padding-left: 24px;
}

.feature-text-wrapper.under-cta {
  display: block;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.feature-text-wrapper.under-cta.testimonials {
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: color 250ms ease, border-color 250ms ease;
  transition: color 250ms ease, border-color 250ms ease;
  color: #0e0f11;
  text-decoration: none;
}

.card:hover {
  color: #116aa8;
}

.card:focus {
  color: #116aa8;
}

.card.card-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(93, 99, 112, 0.15);
  -webkit-transition: box-shadow 250ms ease, color 250ms ease, border-color 250ms ease;
  transition: box-shadow 250ms ease, color 250ms ease, border-color 250ms ease;
}

.card.card-box:hover {
  border-color: #2f54eb;
  box-shadow: 0 6px 10px 0 rgba(93, 99, 112, 0.2);
  color: #116aa8;
}

.card.card-box:active {
  box-shadow: 0 2px 6px 0 rgba(93, 99, 112, 0.2);
}

.card.card-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(93, 99, 112, 0.15);
  -webkit-transition: box-shadow 250ms ease, color 250ms ease, border-color 250ms ease;
  transition: box-shadow 250ms ease, color 250ms ease, border-color 250ms ease;
}

.card.card-horizontal:hover {
  box-shadow: 0 6px 10px 0 rgba(93, 99, 112, 0.2);
}

.card.card-horizontal:active {
  box-shadow: 0 2px 6px 0 rgba(93, 99, 112, 0.2);
}

.card-image {
  height: 320px;
  margin-bottom: 24px;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-image.card-image-box {
  margin-bottom: 0px;
}

.card-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-text-wrapper.centered {
  text-align: center;
}

.card-horizontal-text-wrapper {
  margin-left: 16px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.button-separator {
  display: inline-block;
  width: 8px;
  height: 8px;
}

.side-nav-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
}

.side-nav-menu-item {
  display: block;
  padding: 8px 16px;
  border-radius: 4px;
  color: #5e6875;
  text-decoration: none;
}

.side-nav-menu-item:hover {
  background-color: #f0f5ff;
}

.side-nav-menu-item:active {
  color: #1d39c4;
}

.side-nav-menu-item:focus {
  color: #597ef7;
}

.side-nav-menu-item.w--current {
  color: #116aa8;
}

.side-nav-menu-item.w--current:hover {
  background-color: #f0f5ff;
}

.tab {
  padding: 12px 16px;
  background-color: #fff;
  box-shadow: inset 0 -1px 0 0 #d0d4d9;
  color: #5e6875;
}

.tab.w--current {
  padding: 12px 16px;
  background-color: #fff;
  box-shadow: inset 0 -2px 0 0 #116aa8;
  color: #116aa8;
}

.tag {
  display: inline-block;
  padding: 2px 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #adc6ff;
  background-color: #f0f5ff;
  color: #116aa8;
  font-size: 0.875rem;
  font-weight: 400;
}

.input-label {
  margin-bottom: 4px;
  font-weight: 400;
}

.form-footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer {
  padding-top: 64px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #e0e3e6;
  background-color: #fff;
  text-align: left;
}

.footer.dark {
  border-top-color: #3c404b;
  background-color: #0e0f11;
  color: #fff;
}

.material-icons.icon-right {
  margin-left: 4px;
}

.material-icons.icon-right.icon-dropdown {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.material-icons.icon-left {
  margin-right: 4px;
}

.material-icons.icon-left.icon-list-item {
  margin-top: 2px;
  margin-right: 4px;
}

.material-icons.icon-left.icon-list-item.error {
  color: #f5222d;
}

.material-icons.icon-left.icon-list-item.warning {
  color: #faad14;
}

.material-icons.icon-left.icon-list-item.success {
  color: #52c41a;
}

.material-icons.icon-left.icon-list-item.info {
  color: #1890ff;
}

.material-icons.icon-left.icon-collapse {
  margin-right: 0px;
}

.material-icons.icon-left.icon-alert-banner {
  margin-top: 2px;
}

.material-icons.icon-left.contact-icon {
  margin-top: 3px;
}

.material-icons.small {
  font-size: 16px;
}

.material-icons.small.icon-right {
  margin-top: 1px;
  margin-left: 4px;
}

.material-icons.small.icon-left {
  margin-top: 1px;
  margin-right: 4px;
}

.material-icons.icon-input-left {
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #838d95;
}

.material-icons.icon-input-right {
  position: absolute;
  left: auto;
  top: 50%;
  right: 12px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #838d95;
}

.material-icons.icon-close {
  cursor: pointer;
}

.material-icons.icon-close:hover {
  opacity: 0.5;
}

.material-icons.feature-icon-small {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: auto;
  margin-bottom: 0rem;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #116aa8;
  font-size: 1.5rem;
  text-align: center;
}

.material-icons.feature-icon-small.mainarrow {
  font-size: 2.3rem;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

.material-icons.feature-icon-small.mainarrow.bwo {
  display: block;
  margin-bottom: 3.9rem;
}

.icon-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.25rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.grid-table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.grid-table.headings-table {
  margin-bottom: 48px;
  -ms-grid-columns: 0.4fr 0.3fr 0.3fr 1fr;
  grid-template-columns: 0.4fr 0.3fr 0.3fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto;
}

.grid-table.body-text-table {
  margin-bottom: 48px;
  -ms-grid-columns: 0.4fr 0.3fr 0.3fr 1fr;
  grid-template-columns: 0.4fr 0.3fr 0.3fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.table-cell {
  padding: 12px;
  box-shadow: inset 0 -1px 0 0 #e0e3e6;
  color: #3c404b;
}

.table-header {
  padding: 12px;
  background-color: #f3f4f6;
  box-shadow: inset 0 -1px 0 0 #d0d4d9;
  font-weight: 700;
}

.navbar {
  position: relative;
  display: block;
  background-color: #fff;
}

.navbar.dark {
  position: relative;
  background-color: #0e0f11;
}

.navbar.rkf {
  padding-top: 10px;
  padding-bottom: 20px;
}

.navbar-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  padding: 16px;
  color: #3c404b;
  text-decoration: none;
}

.nav-link:hover {
  color: #597ef7;
}

.nav-link.w--current {
  color: #597ef7;
}

.nav-link.nav-link-dropdown {
  padding-right: 36px;
}

.nav-link.nav-link-dropdown.w--open {
  color: #2f54eb;
}

.nav-link.nav-link-dropdown.color-inverse.w--open {
  color: #2f54eb;
}

.nav-link.color-inverse {
  color: #fff;
}

.nav-link.color-inverse:hover {
  color: #597ef7;
}

.dropdown-icon {
  margin-right: 16px;
}

.footer-grid {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.brand-logo {
  margin-right: auto;
  margin-left: auto;
}

.navbar-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-logo {
  padding-bottom: 0px;
}

.vertical-menu-title {
  margin-bottom: 12px;
  font-weight: 700;
}

.vertical-menu-list-item {
  margin-bottom: 8px;
}

.footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-social-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #5e6875;
}

.footer-bottom.color-inverse {
  color: #838d95;
}

.vertical-menu-link {
  margin-bottom: 0px;
  color: #5e6875;
  text-decoration: none;
}

.vertical-menu-link:hover {
  color: #597ef7;
  text-decoration: none;
}

.vertical-menu-link.color-inverse {
  color: #838d95;
}

.vertical-menu-link.color-inverse:hover {
  color: #597ef7;
}

.social-media-icon {
  display: inline-block;
  padding-right: 0px;
  padding-left: 0px;
  opacity: 0.35;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.social-media-icon:hover {
  opacity: 1;
}

.sm-icon-link {
  margin-right: 12px;
}

.footer-grid-2 {
  -ms-grid-columns: 1.5fr 1fr 1fr 1fr;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-logo-2 {
  position: static;
  display: block;
  margin-bottom: 16px;
  float: none;
}

.footer-grid-3 {
  grid-column-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr 1.75fr;
  grid-template-columns: 1fr 1fr 1fr 1.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.footer-top-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-bottom-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e0e3e6;
  color: #5e6875;
}

.footer-bottom-2.color-inverse {
  border-top-color: #3c404b;
  color: #838d95;
}

.footer-2 {
  padding-top: 32px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #e0e3e6;
  background-color: #fff;
  text-align: left;
}

.footer-2.dark {
  background-color: #0e0f11;
}

.sm-icons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.grid-cta {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cta-section-form-wrapper {
  width: 480px;
}

.cta-section-form-wrapper.center {
  margin-right: auto;
  margin-left: auto;
}

.footer-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-menu-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-menu-mobile {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.breadcrumbs {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #5e6875;
}

.text-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-icon-wrapper.centered {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-icon-wrapper.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-icon-wrapper.c-t-error-70.s-m-l-16.bw {
  margin-left: 5px;
  color: #fff;
}

.text-icon-wrapper.c-t-error-70.s-m-l-16.bw.bwo {
  color: #fff;
}

.alert-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #91d5ff;
  background-color: #e6f7ff;
  color: #3c404b;
}

.popup-title {
  margin-bottom: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #0e0f11;
  font-weight: 700;
}

.popup-title.color-inverse {
  color: #fff;
}

.toast {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 640px;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #d0d4d9;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  color: #3c404b;
}

.toast.dark {
  border-color: #3c404b;
  background-color: #0e0f11;
  color: #fff;
}

.toast-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #d0d4d9;
  background-color: #fff;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
  color: #3c404b;
}

.checkbox {
  width: 16px;
  height: 16px;
  margin-top: 0px;
  margin-right: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #d0d4d9;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  cursor: pointer;
}

.checkbox:hover {
  border-color: #597ef7;
}

.checkbox.w--redirected-checked {
  border-color: #116aa8;
  background-color: #116aa8;
  background-image: url('../images/check.svg');
  background-size: 12px 12px;
}

.checkbox.w--redirected-focus {
  border-color: #597ef7;
  box-shadow: none;
}

.checkbox-label {
  margin-bottom: 0px;
  color: #3c404b;
  font-weight: 400;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.radio-button-label {
  margin-bottom: 0px;
  color: #3c404b;
}

.radio-button {
  width: 16px;
  height: 16px;
  margin-top: 0px;
  margin-right: 8px;
  border-color: #d0d4d9;
  background-color: #fff;
  cursor: pointer;
}

.radio-button:hover {
  border-color: #597ef7;
}

.radio-button.w--redirected-checked {
  width: 16px;
  height: 16px;
  border-color: #116aa8;
  background-color: #fff;
}

.radio-button.w--redirected-focus {
  border-color: #597ef7;
}

.radio-button-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.switch-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.switch {
  width: 32px;
  height: 20px;
  margin-top: 0px;
  margin-right: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #d0d4d9;
  border-radius: 10px;
  background-color: #e0e3e6;
  background-image: url('../images/Switch-Handle.svg');
  background-position: 2px 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  cursor: pointer;
}

.switch:hover {
  border-color: #597ef7;
}

.switch.w--redirected-checked {
  border-width: 0px;
  border-color: #116aa8;
  background-color: #116aa8;
  background-image: url('../images/Switch-Handle.svg');
  background-position: 15px 50%;
  background-size: 14px;
}

.switch.w--redirected-focus {
  border-color: #597ef7;
  box-shadow: none;
}

.switch-label {
  margin-bottom: 0px;
  color: #3c404b;
  font-weight: 400;
}

.input-caption {
  margin-top: -0.25rem;
  margin-bottom: 0.5rem;
  color: #5e6875;
  font-size: 0.875rem;
}

.input-caption.color-inverse {
  color: #838d95;
}

.input-icon-wrapper {
  position: relative;
  margin-bottom: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tooltip {
  position: absolute;
  left: 24%;
  top: auto;
  right: 0%;
  bottom: 36px;
  display: none;
  width: 240px;
  margin-bottom: 8px;
  padding: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0e0f11;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.25;
  text-align: center;
}

.tooltip-arrow {
  position: absolute;
  left: 50%;
  top: auto;
  right: 50%;
  bottom: -6px;
  width: 12px;
  height: 12px;
  background-color: #0e0f11;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.text-block {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.tooltip-trigger-content {
  position: relative;
  bottom: -4px;
  display: inline-block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.tooltip-trigger {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.modal-wrapper {
  position: fixed;
  z-index: 5000;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-bottom: 1px solid #d0d4d9;
}

.modal-header-title {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #0e0f11;
  font-weight: 700;
}

.modal-content {
  padding: 16px 24px;
}

.collapse-item {
  padding-right: 16px;
  padding-left: 16px;
  border-bottom: 1px solid #d0d4d9;
  background-color: #f3f4f6;
  cursor: pointer;
}

.collapse-text {
  display: none;
  padding-top: 0px;
  padding-bottom: 12px;
  padding-left: 32px;
  opacity: 0;
  color: #3c404b;
}

.collapse-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collapse-title {
  display: inline-block;
  margin-left: 12px;
  font-weight: 700;
}

.collapse {
  overflow: hidden;
}

.alert-error {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #ffa39e;
  background-color: #fff1f0;
  color: #3c404b;
}

.alert-warning {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #ffe58f;
  background-color: #fffbe6;
  color: #3c404b;
}

.alert-success {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #b7eb8f;
  background-color: #f6ffed;
  color: #3c404b;
}

.select {
  margin-bottom: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #d0d4d9;
  background-color: #f3f4f6;
}

.select:hover {
  border-color: #597ef7;
}

.select:focus {
  border-color: #1d39c4;
  background-color: #fff;
}

.select.medium {
  height: 48px;
  box-shadow: inset 1px 1px 2px 0 rgba(14, 15, 17, 0.15);
  cursor: pointer;
}

.component-wrapper {
  position: relative;
  margin-top: 64px;
  margin-bottom: 64px;
  padding: 24px;
  border-style: dashed;
  border-width: 1px;
  border-color: #d0d4d9;
  border-radius: 4px;
}

.component-wrapper.dark {
  background-color: #0e0f11;
  color: #fff;
}

.component-wrapper-label {
  position: absolute;
  left: 0%;
  top: -40px;
  right: auto;
  bottom: auto;
  display: block;
  padding: 4px 16px 4px 36px;
  border-radius: 4px;
  background-color: #edf0f3;
  color: #3c404b;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.component-wrapper-label:hover {
  opacity: 0.8;
}

.style-guide-page-header {
  background-color: #f3f4f6;
  color: #0e0f11;
}

.grid-styleguide---buttons {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.dropdown-inline {
  padding: 0px;
  color: #5e6875;
}

.dropdown-inline:hover {
  color: #597ef7;
}

.dropdown-inline:active {
  color: #1d39c4;
}

.dropdown-inline:focus {
  color: #597ef7;
}

.dropdown-inline.w--open {
  color: #116aa8;
}

.style-guide-page-header-text {
  width: 65%;
  padding-top: 48px;
  padding-bottom: 32px;
}

.style-guide-page-header-navigation {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 50;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f3f4f6;
}

.divider {
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 64px;
  background-color: #e0e3e6;
}

.button-fluid {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 12px 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #116aa8;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.button-fluid:hover {
  background-color: #597ef7;
}

.button-fluid:active {
  background-color: #1d39c4;
}

.button-fluid.secondary {
  background-color: #f0f5ff;
  box-shadow: inset 0 0 0 1px #adc6ff;
  -webkit-transition: box-shadow 250ms ease, color 250ms ease, background-color 250ms ease;
  transition: box-shadow 250ms ease, color 250ms ease, background-color 250ms ease;
  color: #2f54eb;
}

.button-fluid.secondary:hover {
  box-shadow: inset 0 0 0 1px #2f54eb;
  color: #1d39c4;
}

.button-fluid.outline {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #d0d4d9;
  color: #0e0f11;
}

.button-fluid.outline:hover {
  background-color: #edf0f3;
}

.button-fluid.medium {
  width: 100%;
  text-align: center;
}

.button-fluid.medium.icon-only {
  padding: 14px;
  font-size: 22px;
}

.button-fluid.medium.secondary {
  background-color: #f0f5ff;
  box-shadow: none;
  color: #116aa8;
}

.button-fluid.medium.secondary:hover {
  background-color: #f0f5ff;
  color: #597ef7;
}

.button-fluid.medium.secondary:active {
  background-color: #d6e4ff;
  color: #1d39c4;
}

.button-fluid.medium.secondary:focus {
  color: #597ef7;
}

.button-fluid.medium.outline:active {
  background-color: #e0e3e6;
}

.button-fluid.medium.outline:focus {
  background-color: #f3f4f6;
}

.button-fluid.medium.ghost {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #fff;
}

.button-fluid.medium.ghost:hover {
  box-shadow: inset 0 0 0 1px #597ef7;
  color: #597ef7;
}

.button-fluid.medium.ghost:active {
  box-shadow: inset 0 0 0 1px #1d39c4;
  color: #1d39c4;
}

.button-fluid.medium.ghost:focus {
  box-shadow: inset 0 0 0 1px #597ef7;
}

.button-fluid.medium.s-m-b-8 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.button-fluid.medium.s-m-b-8.organization {
  background-color: #111827;
}

.button-fluid.medium.s-m-b-8.organization:hover {
  background-color: #d4380d;
}

.button-fluid.medium.s-m-b-8.bwo {
  border-radius: 4px;
}

.button-fluid.medium.s-m-b-8.bwo:hover {
  background-color: #e92507;
}

.button-fluid.medium.s-m-b-8.bwo.rkf:hover {
  background-color: #0e78c2;
}

.button-fluid.medium.s-m-b-8.rbe:hover {
  background-color: #0e7fce;
}

.button-fluid.small {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.button-fluid.small.icon-only {
  padding: 8px 14px;
}

.button-fluid.small.secondary {
  background-color: #f0f5ff;
  box-shadow: none;
  color: #116aa8;
}

.button-fluid.small.secondary:hover {
  background-color: #f0f5ff;
  color: #597ef7;
}

.button-fluid.small.secondary:active {
  background-color: #d6e4ff;
  color: #1d39c4;
}

.button-fluid.small.secondary:focus {
  color: #597ef7;
}

.button-fluid.small.outline:active {
  background-color: #e0e3e6;
}

.button-fluid.small.outline:focus {
  background-color: #f3f4f6;
}

.button-fluid.small.ghost {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #fff;
}

.button-fluid.small.ghost:hover {
  box-shadow: inset 0 0 0 1px #597ef7;
  color: #597ef7;
}

.button-fluid.small.ghost:active {
  box-shadow: inset 0 0 0 1px #1d39c4;
  color: #1d39c4;
}

.button-fluid.small.ghost:focus {
  box-shadow: inset 0 0 0 1px #597ef7;
}

.navbar-vertical {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
  width: 280px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  box-shadow: inset -1px 0 0 0 #d0d4d9;
  color: #0e0f11;
  text-align: left;
}

.navbar-vertical-link {
  position: relative;
  display: block;
  padding: 8px 32px;
  color: #3c404b;
  text-decoration: none;
}

.navbar-vertical-link:hover {
  background-color: #f0f5ff;
  box-shadow: inset -1px 0 0 0 #d0d4d9;
  color: #1d39c4;
}

.navbar-vertical-link.w--current {
  background-color: #f0f5ff;
  box-shadow: inset -2px 0 0 0 #116aa8;
  color: #116aa8;
}

.navbar-vetrical-menu-title {
  margin-top: 24px;
  margin-bottom: 16px;
  padding-right: 24px;
  padding-left: 24px;
  color: #0e0f11;
  font-weight: 600;
}

.navbar-vetrical-menu-title-2 {
  margin-bottom: 8px;
  padding-right: 24px;
  padding-left: 24px;
  color: #838d95;
  font-weight: 400;
}

.navbar-vertical-brand {
  width: 100%;
  padding: 24px;
}

.style-guide-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.style-guide-page-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.navbar-vertical---mobile {
  position: relative;
  display: none;
  background-color: #fff;
}

.navbar-vertical-overlay {
  display: block;
  margin-bottom: 128px;
}

.navbar-vertical-bg {
  display: none;
}

.nav-tabs-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1232px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8px;
  padding-left: 8px;
}

.nav-tab {
  padding: 16px;
}

.nav-tab:hover {
  color: #597ef7;
}

.nav-tab:active {
  color: #1d39c4;
}

.nav-tab.w--current {
  box-shadow: inset 0 -2px 0 0 #116aa8;
  color: #116aa8;
}

.style-guide-nav-tabs {
  background-color: transparent;
  box-shadow: inset 0 -1px 0 0 #d0d4d9;
}

.footer-3 {
  padding-bottom: 64px;
}

.footer-3.style-guide-footer {
  margin-top: auto;
  padding-bottom: 32px;
  border-top: 1px solid #d0d4d9;
  background-color: #f3f4f6;
}

.nav-tabs {
  background-color: transparent;
  box-shadow: inset 0 -1px 0 0 #d0d4d9;
}

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.alert-content {
  padding-left: 4px;
}

.s-p-8 {
  padding: 8px;
}

.s-p-y-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.s-p-x-8 {
  padding-right: 8px;
  padding-left: 8px;
}

.s-p-t-8 {
  padding-top: 8px;
}

.s-p-r-8 {
  padding-right: 8px;
}

.s-p-b-8 {
  padding-bottom: 8px;
}

.s-p-l-8 {
  padding-left: 8px;
}

.s-p-12 {
  padding: 12px;
}

.s-p-y-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.s-p-x-12 {
  padding-right: 12px;
  padding-left: 12px;
}

.s-p-t-12 {
  padding-top: 12px;
}

.s-p-r-12 {
  padding-right: 12px;
}

.s-p-b-12 {
  padding-bottom: 12px;
}

.s-p-l-12 {
  padding-left: 12px;
}

.s-p-16 {
  padding: 16px;
}

.s-p-y-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.s-p-x-16 {
  padding-right: 12px;
  padding-left: 12px;
}

.s-p-t-16 {
  padding-top: 16px;
}

.s-p-r-16 {
  padding-right: 16px;
}

.s-p-b-16 {
  padding-bottom: 16px;
}

.s-p-l-16 {
  padding-left: 16px;
}

.s-p-24 {
  padding: 24px;
}

.s-p-y-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.s-p-x-24 {
  padding-right: 24px;
  padding-left: 24px;
}

.s-p-t-24 {
  padding-top: 24px;
}

.s-p-r-24 {
  padding-right: 24px;
}

.s-p-b-24 {
  padding-bottom: 24px;
}

.s-p-l-24 {
  padding-left: 24px;
}

.s-p-32 {
  padding: 32px;
}

.s-p-y-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.s-p-x-32 {
  padding-right: 32px;
  padding-left: 32px;
}

.s-p-t-32 {
  padding-top: 32px;
}

.s-p-r-32 {
  padding-right: 32px;
}

.s-p-b-32 {
  padding-bottom: 32px;
}

.s-p-l-32 {
  padding-left: 32px;
}

.s-p-48 {
  padding: 48px;
}

.s-p-y-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.s-p-x-48 {
  padding-right: 48px;
  padding-left: 48px;
}

.s-p-t-48 {
  padding-top: 48px;
}

.s-p-r-48 {
  padding-right: 48px;
}

.s-p-b-48 {
  padding-bottom: 48px;
}

.s-p-l-48 {
  padding-left: 48px;
}

.s-p-64 {
  padding: 64px;
}

.s-p-y-64 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.s-p-x-64 {
  padding-right: 64px;
  padding-left: 64px;
}

.s-p-t-64 {
  padding-top: 64px;
}

.s-p-r-64 {
  padding-right: 64px;
}

.s-p-b-64 {
  padding-bottom: 64px;
}

.s-p-l-64 {
  padding-left: 64px;
}

.s-p-128 {
  padding: 128px;
}

.s-p-y-128 {
  padding-top: 128px;
  padding-bottom: 128px;
}

.s-p-t-128 {
  padding-top: 128px;
}

.s-p-x-128 {
  padding-right: 128px;
  padding-left: 128px;
}

.s-p-r-128 {
  padding-right: 128px;
}

.s-p-b-128 {
  padding-bottom: 128px;
}

.s-p-l-128 {
  padding-left: 128px;
}

.s-p-0 {
  padding: 0px;
}

.s-p-y-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.s-p-x-0 {
  padding-right: 0px;
  padding-left: 0px;
}

.s-p-t-0 {
  padding-top: 0px;
}

.s-p-r-0 {
  padding-right: 0px;
}

.s-p-b-0 {
  padding-bottom: 0px;
}

.s-p-l-0 {
  padding-left: 0px;
}

.s-p-4 {
  padding: 4px;
}

.s-p-y-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.s-p-x-4 {
  padding-right: 4px;
  padding-left: 4px;
}

.s-p-t-4 {
  padding-top: 4px;
}

.s-p-r-4 {
  padding-right: 4px;
}

.s-p-b-4 {
  padding-bottom: 4px;
}

.s-p-l-4 {
  padding-left: 4px;
}

.s-m-0 {
  margin: 0px;
}

.s-m-y-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.s-m-x-0 {
  margin-right: 0px;
  margin-left: 0px;
}

.s-m-t-0 {
  margin-top: 0px;
}

.s-m-r-0 {
  margin-right: 0px;
}

.s-m-b-0 {
  margin-bottom: 0px;
}

.s-m-l-0 {
  margin-left: 0px;
}

.s-m-4 {
  margin: 4px;
}

.s-m-y-4 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.s-m-x-4 {
  margin-right: 4px;
  margin-left: 4px;
}

.s-m-t-4 {
  margin-top: 4px;
}

.s-m-r-4 {
  margin-right: 4px;
}

.s-m-b-4 {
  margin-bottom: 4px;
}

.s-m-l-4 {
  margin-left: 4px;
}

.s-m-8 {
  margin: 8px;
}

.s-m-y-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.s-m-x-8 {
  margin-right: 8px;
  margin-left: 8px;
}

.s-m-t-8 {
  margin-top: 8px;
}

.s-m-r-8 {
  margin-right: 8px;
}

.s-m-b-8 {
  margin-bottom: 8px;
}

.s-m-l-8 {
  margin-left: 8px;
}

.s-m-12 {
  margin: 12px;
}

.s-m-y-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.s-m-x-12 {
  margin-right: 12px;
  margin-left: 12px;
}

.s-m-t-12 {
  margin-top: 12px;
}

.s-m-r-12 {
  margin-right: 12px;
}

.s-m-b-12 {
  margin-bottom: 12px;
}

.s-m-l-12 {
  margin-left: 12px;
}

.s-m-16 {
  margin: 16px;
}

.s-m-y-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.s-m-x-16 {
  margin-right: 16px;
  margin-left: 16px;
}

.s-m-t-16 {
  margin-top: 16px;
}

.s-m-r-16 {
  margin-right: 16px;
}

.s-m-b-16 {
  margin-bottom: 16px;
}

.s-m-l-16 {
  margin-left: 16px;
}

.s-m-24 {
  margin: 24px;
}

.s-m-y-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.s-m-x-24 {
  margin-right: 24px;
  margin-left: 24px;
}

.s-m-t-24 {
  margin-top: 24px;
}

.s-m-r-24 {
  margin-right: 24px;
}

.s-m-b-24 {
  margin-bottom: 24px;
}

.s-m-l-24 {
  margin-left: 24px;
}

.s-m-32 {
  margin: 32px;
}

.s-m-y-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.s-m-x-32 {
  margin-right: 32px;
  margin-left: 32px;
}

.s-m-t-32 {
  margin-top: 32px;
}

.s-m-r-32 {
  margin-right: 32px;
}

.s-m-b-32 {
  margin-bottom: 32px;
}

.s-m-l-32 {
  margin-left: 32px;
}

.s-m-48 {
  margin: 48px;
}

.s-m-y-48 {
  margin-top: 48px;
  margin-bottom: 48px;
}

.s-m-x-48 {
  margin-right: 48px;
  margin-left: 48px;
}

.s-m-t-48 {
  margin-top: 48px;
}

.s-m-r-48 {
  margin-right: 48px;
}

.s-m-b-48 {
  margin-bottom: 48px;
}

.s-m-l-48 {
  margin-left: 48px;
}

.s-m-64 {
  margin: 64px;
}

.s-m-y-64 {
  margin-top: 64px;
  margin-bottom: 64px;
}

.s-m-x-64 {
  margin-right: 64px;
  margin-left: 64px;
}

.s-m-t-64 {
  margin-top: 64px;
}

.s-m-r-64 {
  margin-right: 64px;
}

.s-m-b-64 {
  margin-bottom: 64px;
}

.s-m-l-64 {
  margin-left: 64px;
}

.s-m-128 {
  margin: 128px;
}

.s-m-y-128 {
  margin-top: 128px;
  margin-bottom: 128px;
}

.s-m-x-128 {
  margin-right: 128px;
  margin-left: 128px;
}

.s-m-t-128 {
  margin-top: 128px;
}

.s-m-r-128 {
  margin-right: 128px;
}

.s-m-b-128 {
  margin-bottom: 128px;
}

.s-m-l-128 {
  margin-left: 128px;
}

.c-b-neutral-10 {
  background-color: #fff;
}

.c-b-neutral-20 {
  background-color: #f3f4f6;
}

.c-b-neutral-30 {
  background-color: #edf0f3;
}

.c-b-neutral-40 {
  background-color: #e0e3e6;
}

.c-b-neutral-50 {
  background-color: #d0d4d9;
}

.c-b-neutral-60 {
  background-color: #aaafb6;
}

.c-b-neutral-70 {
  background-color: #838d95;
}

.c-b-neutral-80 {
  background-color: #5e6875;
}

.c-b-neutral-90 {
  background-color: #3c404b;
}

.c-b-neutral-100 {
  background-color: #0e0f11;
}

.c-b-primary-10 {
  background-color: #f0f5ff;
}

.c-b-primary-20 {
  background-color: #d6e4ff;
}

.c-b-primary-30 {
  background-color: #adc6ff;
}

.c-b-primary-40 {
  background-color: #85a5ff;
}

.c-b-primary-50 {
  background-color: #597ef7;
}

.c-b-primary-60 {
  background-color: #116aa8;
}

.c-b-primary-70 {
  background-color: #1d39c4;
}

.c-b-primary-80 {
  background-color: #10239e;
}

.c-b-primary-90 {
  background-color: #061178;
}

.c-b-primary-100 {
  background-color: #030852;
}

.c-b-secondary-10 {
  background-color: #fff2e8;
}

.c-b-secondary-20 {
  background-color: rgba(51, 90, 158, 0.2);
}

.c-b-secondary-30 {
  background-color: #ffbb96;
}

.c-b-secondary-40 {
  background-color: #ff9c6e;
}

.c-b-secondary-50 {
  background-color: #ff7a45;
}

.c-b-secondary-60 {
  background-color: #111827;
}

.c-b-secondary-70 {
  background-color: #d4380d;
}

.c-b-secondary-80 {
  background-color: #ad2102;
}

.c-b-secondary-90 {
  background-color: #871400;
}

.c-b-secondary-100 {
  background-color: #610b00;
}

.c-b-success-10 {
  background-color: #f6ffed;
}

.c-b-warning-10 {
  background-color: #fffbe6;
}

.c-b-error-10 {
  background-color: #fff1f0;
}

.c-b-info-10 {
  background-color: #e6f7ff;
}

.c-b-success-20 {
  background-color: #d9f7be;
}

.c-b-success-30 {
  background-color: #b7eb8f;
}

.c-b-success-40 {
  background-color: #95de64;
}

.c-b-success-50 {
  background-color: #73d13d;
}

.c-b-success-60 {
  background-color: #52c41a;
}

.c-b-success-70 {
  background-color: #389e0d;
}

.c-b-success-80 {
  background-color: #237804;
}

.c-b-success-90 {
  background-color: #135200;
}

.c-b-success-100 {
  background-color: #092b00;
}

.c-b-warning-20 {
  background-color: #fff1b8;
}

.c-b-warning-30 {
  background-color: #ffe58f;
}

.c-b-warning-40 {
  background-color: #ffd666;
}

.c-b-warning-50 {
  background-color: #ffc53d;
}

.c-b-warning-60 {
  background-color: #faad14;
}

.c-b-warning-70 {
  background-color: #d48806;
}

.c-b-warning-80 {
  background-color: #ad6800;
}

.c-b-warning-90 {
  background-color: #874d00;
}

.c-b-warning-100 {
  background-color: #613400;
}

.c-b-error-20 {
  background-color: #ffccc7;
}

.c-b-error-30 {
  background-color: #ffa39e;
}

.c-b-error-40 {
  background-color: #ff7875;
}

.c-b-error-50 {
  background-color: #ff4d4f;
}

.c-b-error-60 {
  background-color: #f5222d;
}

.c-b-error-70 {
  background-color: #cf1322;
}

.c-b-error-80 {
  background-color: #a8071a;
}

.c-b-error-90 {
  background-color: #820014;
}

.c-b-error-100 {
  background-color: #5c0011;
}

.c-b-info-20 {
  background-color: #bae7ff;
}

.c-b-info-30 {
  background-color: #91d5ff;
}

.c-b-info-40 {
  background-color: #69c0ff;
}

.c-b-info-50 {
  background-color: #40a9ff;
}

.c-b-info-60 {
  background-color: #1890ff;
}

.c-b-info-70 {
  background-color: #096dd9;
}

.c-b-info-80 {
  background-color: #0050b3;
}

.c-b-info-90 {
  background-color: #003a8c;
}

.c-b-info-100 {
  background-color: #002766;
}

.c-t-neutral-10 {
  color: #fff;
}

.c-t-neutral-20 {
  color: #f3f4f6;
}

.c-t-neutral-30 {
  color: #edf0f3;
}

.c-t-neutral-40 {
  color: #e0e3e6;
}

.c-t-neutral-50 {
  color: #d0d4d9;
}

.c-t-neutral-60 {
  color: #aaafb6;
}

.c-t-neutral-70 {
  color: #838d95;
}

.c-t-neutral-80 {
  color: #5e6875;
}

.c-t-neutral-90 {
  color: #3c404b;
}

.c-t-neutral-100 {
  color: #0e0f11;
}

.c-t-primary-10 {
  color: #f0f5ff;
}

.c-t-primary-20 {
  color: #d6e4ff;
}

.c-t-primary-30 {
  color: #adc6ff;
}

.c-t-primary-40 {
  color: #85a5ff;
}

.c-t-primary-50 {
  color: #597ef7;
}

.c-t-primary-60 {
  color: #116aa8;
  text-transform: uppercase;
}

.c-t-primary-60.hero-tagline {
  display: inline-block;
  margin-top: 27px;
  color: #116aa8;
  font-size: 2rem;
}

.c-t-primary-60.hero-tagline.black-week {
  color: #00b1c4;
}

.c-t-primary-60.hero-tagline.bwo {
  color: #0e0f11;
}

.c-t-primary-60.hero-tagline.bwo2 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #116aa8;
}

.c-t-primary-70 {
  color: #1d39c4;
}

.c-t-primary-80 {
  color: #10239e;
}

.c-t-primary-90 {
  color: #061178;
}

.c-t-primary-100 {
  color: #030852;
}

.c-t-secondary-10 {
  color: #fff2e8;
}

.c-t-secondary-20 {
  color: rgba(51, 90, 158, 0.2);
}

.c-t-secondary-30 {
  color: #ffbb96;
}

.c-t-secondary-40 {
  color: #ff9c6e;
}

.c-t-secondary-50 {
  color: #ff7a45;
}

.c-t-secondary-60 {
  color: #111827;
}

.c-t-secondary-70 {
  color: #d4380d;
}

.c-t-secondary-80 {
  color: #ad2102;
}

.c-t-secondary-90 {
  color: #871400;
}

.c-t-secondary-100 {
  color: #610b00;
}

.c-t-success-10 {
  color: #f6ffed;
}

.c-t-warning-10 {
  color: #fffbe6;
}

.c-t-error-10 {
  color: #fff1f0;
}

.c-t-info-10 {
  color: #e6f7ff;
}

.c-t-success-20 {
  color: #d9f7be;
}

.c-t-success-30 {
  color: #b7eb8f;
}

.c-t-success-40 {
  color: #95de64;
}

.c-t-success-50 {
  color: #73d13d;
}

.c-t-success-60 {
  color: #52c41a;
}

.c-t-success-70 {
  color: #389e0d;
}

.c-t-success-80 {
  color: #237804;
}

.c-t-success-90 {
  color: #135200;
}

.c-t-success-100 {
  color: #092b00;
}

.c-t-warning-20 {
  color: #fff1b8;
}

.c-t-warning-30 {
  color: #ffe58f;
}

.c-t-warning-40 {
  color: #ffd666;
}

.c-t-warning-50 {
  color: #ffc53d;
}

.c-t-warning-60 {
  color: #faad14;
}

.c-t-warning-70 {
  color: #d48806;
}

.c-t-warning-80 {
  color: #ad6800;
}

.c-t-warning-90 {
  color: #874d00;
}

.c-t-warning-100 {
  color: #613400;
}

.c-t-error-20 {
  color: #ffccc7;
}

.c-t-error-30 {
  color: #ffa39e;
}

.c-t-error-40 {
  color: #ff7875;
}

.c-t-error-50 {
  color: #ff4d4f;
}

.c-t-error-60 {
  color: #f5222d;
}

.c-t-error-70 {
  color: #cf1322;
}

.c-t-error-80 {
  color: #a8071a;
}

.c-t-error-90 {
  color: #820014;
}

.c-t-error-100 {
  color: #5c0011;
}

.c-t-info-20 {
  color: #bae7ff;
}

.c-t-info-30 {
  color: #91d5ff;
}

.c-t-info-40 {
  color: #69c0ff;
}

.c-t-info-50 {
  color: #40a9ff;
}

.c-t-info-60 {
  color: #1890ff;
}

.c-t-info-70 {
  color: #096dd9;
}

.c-t-info-80 {
  color: #0050b3;
}

.c-t-info-90 {
  color: #003a8c;
}

.c-t-info-100 {
  color: #002766;
}

.breadcrumbs-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.breadcrumbs-dropdown:hover {
  color: #597ef7;
}

.breadcrumbs-dropdown:active {
  color: #1d39c4;
}

.dropdown-button-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.t-a-l {
  text-align: left;
}

.t-a-c {
  text-align: center;
}

.t-a-r {
  text-align: right;
}

.t-a-j {
  text-align: justify;
}

.feature-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.feature-grid-2 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1.5fr;
  grid-template-columns: 1fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.feature-grid-3 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 14px;
  grid-row-gap: 24px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-grid-2 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 48px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1.5fr;
  grid-template-columns: 1fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-title-centered {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.wrapper-l {
  padding-top: 128px;
  padding-bottom: 128px;
}

.ctas-wrapper {
  margin-top: 24px;
}

.faq-item-wrapper {
  margin-bottom: 24px;
}

.faq-item-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #d0d4d9;
}

.faq-col-1 {
  width: 40%;
  padding-right: 16px;
}

.faq-col-2 {
  width: 60%;
}

.faq-question {
  margin-bottom: 8px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-weight: 600;
}

.pricing-1 {
  display: block;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-template-areas: ". Area";
  -ms-grid-columns: 2.5fr 3.25fr;
  grid-template-columns: 2.5fr 3.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pricing-1.rkf {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1.5fr 2.75fr;
  grid-template-columns: 1.5fr 2.75fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.pricing-card-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 8px;
  background-color: #f3f4f6;
  box-shadow: 0 4px 12px 0 rgba(85, 87, 105, 0.3);
}

.pricing-card-1.main {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 2px;
  border-color: #116aa8;
}

.pricing-card-1.left {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.pricing-card-1.right {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.pricing-card-header {
  padding: 32px 24px 24px;
  border-bottom: 1px solid #d0d4d9;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #fff;
  text-align: center;
}

.price {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.pricing-card-title {
  margin-bottom: 4px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.pricing-card-title.desc {
  margin-top: 20px;
  color: #0e0f11;
  font-size: 1.2rem;
}

.pricing-card-title.rbe {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.pricing-card-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 4px;
}

.pricing-main-tag {
  position: absolute;
  left: 50%;
  top: -14px;
  right: auto;
  z-index: 4;
  padding: 2px 8px;
  border-radius: 4px;
  background-color: #116aa8;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.currency-span {
  padding-right: 4px;
  color: #5e6875;
  font-size: 1.75rem;
  font-weight: 400;
}

.price-2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.price-title {
  line-height: 40px;
  font-weight: 600;
}

.currency-span-2 {
  padding-right: 4px;
  color: #5e6875;
  font-size: 24px;
  font-weight: 400;
}

.pricing-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
}

.pricing-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  border-style: solid;
  border-width: 1px;
  border-color: #d0d4d9;
  background-color: #fff;
  text-align: center;
}

.tooltip-text {
  display: inline-block;
  margin-right: 4px;
}

.testimonials-logos-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pricing-card-header-2 {
  padding: 24px;
  border-top: 4px solid #116aa8;
  border-bottom: 1px solid #e0e3e6;
  background-color: #f3f4f6;
  text-align: center;
}

.pricing-card-header-2.starter {
  border-top-color: #d0d4d9;
}

.pricing-card-header-2.organization {
  border-top-color: #111827;
}

.pricing-card-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(89, 98, 116, 0.16);
}

.pricing-span {
  font-size: 22px;
}

.testimonial-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f3f4f6;
}

.testimonial-box-2 {
  padding: 48px 128px;
  background-color: #f3f4f6;
  text-align: center;
}

.alert-banner {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #fff2e8;
}

.alert-content-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contact-link {
  position: relative;
  display: block;
  margin-bottom: 16px;
  color: #3c404b;
  font-weight: 400;
  text-decoration: none;
}

.contact-link:hover {
  color: #116aa8;
}

.contact-grid-1 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-image {
  -o-object-fit: cover;
  object-fit: cover;
}

.collapse-item-2 {
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
}

.modal-buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.testimonial-logo-wrapper {
  padding: 16px;
  opacity: 0.35;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.hero-video {
  border-radius: 6px;
  box-shadow: 0 8px 16px 4px rgba(117, 125, 139, 0.2);
}

.wrapper-s {
  padding-top: 32px;
  padding-bottom: 32px;
}

.hero-grid-3 {
  padding-top: 64px;
  padding-bottom: 64px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1.5fr;
  grid-template-columns: 1fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-form-wrapper {
  margin-right: 64px;
  margin-left: 64px;
  padding: 48px;
  border-style: solid;
  border-width: 1px;
  border-color: #d0d4d9;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
}

.grid-long-content-1 {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 0.5fr 1.5fr;
  grid-template-columns: 0.5fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.long-content-center {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.long-content-center.andrew {
  position: static;
  max-width: 660px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #f3f4f6;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.class-label {
  display: inline-block;
  padding-right: 4px;
  padding-left: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #0566be;
  border-radius: 2px;
  background-color: #1a8ef7;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
}

.class-label.body {
  border-color: #86285f;
  background-color: #b5518c;
}

.class-label-wrapper {
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
}

.backtotop-wrapper {
  position: fixed;
  left: auto;
  top: auto;
  right: 16px;
  bottom: 48px;
  z-index: 999;
}

.hidden {
  display: none;
}

.overview-section {
  margin-bottom: 48px;
}

.card-image-overview-page {
  height: 200px;
  margin-bottom: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #d0d4d9;
  border-radius: 4px;
  background-color: #edf0f3;
  -o-object-fit: contain;
  object-fit: contain;
}

.color-block {
  width: 100%;
  height: 48px;
}

.color-block.c-b-primary-60 {
  background-color: #116aa8;
}

.color-block.c-b-secondary-60 {
  background-color: #111827;
}

.alert-banner-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #116aa8;
  text-align: center;
}

.alert-banner-2.blackweek {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #0e0f11;
}

.footer-sg-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #5e6875;
}

.brand-logo-image {
  height: 1.5rem;
}

.customize-page-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.customize-instructions {
  width: 35%;
  height: 100vh;
  border-right: 1px solid #d0d4d9;
}

.customize-preview {
  width: 75%;
  height: 100vh;
}

.style-wrapper {
  position: relative;
  margin-bottom: 24px;
  padding: 24px;
  border-style: dashed;
  border-width: 1px;
  border-color: #d0d4d9;
  border-radius: 4px;
  background-color: #f3f4f6;
}

.component-wrapper-2 {
  position: relative;
  margin-top: 64px;
  padding: 24px;
  border-style: dashed;
  border-width: 2px;
  border-color: #d0d4d9;
  border-radius: 4px;
  background-color: #fff;
}

.component-wrapper-label-2 {
  position: absolute;
  left: 0%;
  top: -40px;
  right: auto;
  bottom: auto;
  display: block;
  padding: 4px 16px;
  border-radius: 4px;
  background-color: #0e0f11;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.component-wrapper-label-2:hover {
  opacity: 0.8;
}

.navbar-vertical-link-2 {
  position: relative;
  display: block;
  padding: 8px 32px;
  color: #3c404b;
  text-decoration: none;
}

.navbar-vertical-link-2:hover {
  background-color: #f0f5ff;
  box-shadow: inset -1px 0 0 0 #d0d4d9;
  color: #1d39c4;
}

.navbar-vertical-link-2.w--current {
  background-color: #f0f5ff;
  box-shadow: inset -2px 0 0 0 #116aa8;
  color: #116aa8;
}

.tabs-menu {
  box-shadow: inset 0 -1px 0 0 #d0d4d9;
}

.docsui {
  display: block;
}

.hero-section.hero-gradient {
  background-color: #111827;
}

.hero-section.hero-gradient.new {
  margin-bottom: 0px;
  padding-bottom: 10px;
  background-color: #f3f4f6;
}

.hero-section.hero-gradient.new.blackweek {
  background-color: rgba(14, 15, 17, 0.95);
}

.hero-section.hero-gradient.cta {
  padding-top: 50px;
  padding-bottom: 50px;
}

.hero-section.hero-gradient.simple-cta {
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #0e0f11;
}

.hero-section.hero-gradient.simple-cta.testimonials {
  margin-top: 0px;
  background-color: rgba(0, 177, 196, 0.1);
}

.hero-section.hero-gradient.simple-cta.testimonials._2 {
  background-color: #f3f4f6;
}

.hero-section.hero-gradient.simple-cta.testimonials.bw {
  background-color: #f3f4f6;
}

.hero-section.hero-gradient.simple-cta.testimonials.waitlist {
  background-color: rgba(0, 177, 196, 0.1);
}

.hero-section.hero-gradient.simple-cta.blackweek {
  background-color: rgba(0, 0, 0, 0.9);
  color: #586c94;
}

.hero-section.hero-gradient.simple-cta.blackweek.bwo {
  background-color: #242424;
}

.hero-section.hero-gradient.simple-cta.waitlist {
  margin-top: 0px;
}

.hero-section.hero-gradient.main-cta {
  margin-top: 0px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 0px;
  background-color: #fff;
}

.hero-section.hero-gradient.main-cta.whatsinside {
  margin-top: 60px;
  padding-top: 180px;
}

.hero-section.hero-gradient.main-cta._2 {
  padding-top: 0px;
}

.hero-section.hero-big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6));
}

.hero-section.academy {
  margin-top: 0px;
  margin-bottom: -176px;
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #edf0f3;
  background-image: none;
}

.hero-section.academy.waitlist {
  margin-bottom: 0px;
  padding-top: 20px;
  background-color: transparent;
}

.hero-section.academy.bwo {
  margin-bottom: 0px;
  padding-top: 1px;
  padding-bottom: 40px;
  background-color: #242424;
}

.hero-section.hero-gradient {
  background-color: #fff;
}

.pricing-section.c-b-neutral-20.bwo {
  margin-top: 60px;
  padding-top: 0px;
  background-color: #fff;
}

.pricing-section.c-b-neutral-20.rkf {
  background-color: rgba(17, 107, 168, 0.17);
}

.pricing-section.c-b-neutral-20.rbe {
  padding-top: 60px;
  background-color: rgba(17, 106, 168, 0.13);
}

.pricing-section.c-b-neutral-20.rbe.over {
  background-color: transparent;
}

.grid {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto;
}

.color-table-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.color-table-label.color-group-name {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.color-table-swatch {
  height: 48px;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -12px;
  margin-left: -12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.column {
  width: 50%;
  padding-right: 12px;
  padding-left: 12px;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.lightbox-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-box-wrapper {
  padding: 64px;
  background-color: #f3f4f6;
}

.feature-content-wrapper.right {
  padding-left: 64px;
}

.feature-content-wrapper.left {
  padding-right: 64px;
}

.dropdown-fluid {
  display: block;
}

.dropdown-menu-1 {
  z-index: 8;
}

.dropdown-menu-1.w--open {
  overflow: hidden;
  width: 200px;
  margin-top: 8px;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  color: #3c404b;
}

.dropdown-menu-item---navbar {
  padding: 8px 16px;
  background-color: transparent;
}

.dropdown-menu-item---navbar:hover {
  background-color: #f0f5ff;
}

.dropdown-menu-item---navbar.w--current {
  background-color: #2f54eb;
  color: #fff;
}

.dropdown-menu-item---navbar.dark {
  color: #fff;
}

.dropdown-menu-item---navbar.dark:hover {
  background-color: #030852;
}

.feature-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 8px;
  background-color: #f0f5ff;
  color: #116aa8;
}

.text-wrapper.centerd {
  text-align: center;
}

.navbar-buttons {
  margin-left: 8px;
}

.navbar-buttons.mobile {
  display: none;
}

.avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.avatar.default {
  width: 32px;
  height: 32px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
}

.avatar.default.group {
  margin-right: -8px;
}

.avatar.small {
  width: 24px;
  height: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.avatar.small.group {
  margin-right: -8px;
}

.avatar.large {
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
}

.avatar.large.group {
  margin-right: -16px;
}

.avatar-wrapper.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.avatar-wrapper.vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.avatar-label-text {
  margin-left: 12px;
}

.avatar-label-text.centered {
  text-align: center;
}

.div-block {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.code-span {
  display: inline-block;
  padding-right: 4px;
  padding-left: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #d0d4d9;
  border-radius: 4px;
  background-color: #edf0f3;
  font-family: Inconsolata, monospace;
  color: #0e0f11;
}

.custom-code-embeds {
  display: none;
}

.lc-countdown {
  display: inline;
  margin-left: 4px;
}

.lc-countdown.big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #e0e3e6;
}

.lc-countdown.big.light {
  margin-left: 0px;
  color: #0e0f11;
}

.lc-countdown.big.light.rbe {
  color: #0e0f11;
}

.lc-countdown.big.dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
}

.lc-countdown.big.dark.blackweek {
  color: #f3f4f6;
}

.lc-countdown.big.dark.bwo {
  color: #0e0f11;
}

.lc-countdown.big.dark.bwo._2 {
  color: #fff;
}

.lc-countdown.c-t-error-70.bw {
  margin-right: 5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
}

.lc-countdown-wrapper {
  display: inline-block;
}

.lc-countdown-wrapper.vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lc-countdown-count {
  display: inline-block;
  margin-right: 2px;
  font-weight: 700;
}

.lc-countdown-count.big {
  font-size: 3rem;
  line-height: 1.25;
}

.lc-countdown-label {
  display: inline-block;
  margin-right: 4px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.confetti-script {
  display: none;
}

.cookie-notification {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #d0d4d9;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  color: #3c404b;
}

.countdown-banner {
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff1f0;
  text-align: center;
}

.countdown-banner.bw {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: auto;
  z-index: 3;
  display: block;
  overflow: visible;
  background-color: #0e0f11;
  -o-object-fit: fill;
  object-fit: fill;
}

.countdown-banner.bw.bwo {
  display: none;
  background-color: #242424;
}

.countdown-card-image {
  width: 65%;
  margin-bottom: 24px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.dropdown-menu-breadcrumbs {
  z-index: 8;
}

.dropdown-menu-breadcrumbs.w--open {
  overflow: hidden;
  width: 200px;
  margin-top: 8px;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  color: #3c404b;
}

.text-span {
  color: #193b7e;
}

.text-span-2 {
  font-size: 1.2rem;
}

.image {
  display: block;
  margin-right: auto;
  margin-bottom: 54px;
  margin-left: auto;
}

.image.ark {
  height: auto;
  max-width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.image.ark.waitlist {
  margin-top: 0px;
}

.image.ark.rkf {
  width: 300px;
  height: 80px;
  margin: 0px auto;
}

.success-message {
  background-color: #d9f7be;
}

.text-block-2 {
  text-align: center;
}

.body-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-span-35 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #0e0f11;
  font-size: 1.4rem;
  text-transform: none;
}

.text-span-35.bwo {
  color: #fff;
}

.text-span-35.bwoec {
  color: #edf0f3;
}

.text-span-35.main {
  color: #edf0f3;
}

.text-span-4 {
  font-size: 4.2rem;
  text-transform: uppercase;
}

.text-span-5 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
}

.text-span-6 {
  color: #0e0f11;
  font-size: 3.6rem;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.text-span-6.bwo {
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 4px;
  background-color: #242424;
  color: #fff;
  font-size: 5rem;
}

.heading-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.rich-text-block {
  margin-top: 47px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  text-align: left;
}

.rich-text-block.main-cta {
  color: #edf0f3;
}

.rich-text-block.main-body-text {
  color: #0e0f11;
  font-size: 1rem;
}

.bold-text {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.image-2 {
  display: block;
  margin: 45px auto 0px;
}

.image-2.bwo {
  display: none;
}

.div-block-2 {
  margin-right: auto;
  margin-left: auto;
}

.image-3 {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10px;
  opacity: 0.75;
}

.text-span-7 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #0e0f11;
  font-size: 1.4rem;
  text-transform: none;
}

.text-span-8 {
  color: #116aa8;
  font-size: 1.8rem;
  text-align: center;
  text-decoration: underline;
}

.text-span-9 {
  text-decoration: line-through;
}

.text-span-10 {
  color: #3c404b;
  text-transform: none;
}

.main-copy {
  font-size: 1.2rem;
  text-align: justify;
}

.main-copy.andrew {
  position: static;
  background-color: #f3f4f6;
}

.image-4 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-span-11 {
  font-size: 1.3rem;
  font-weight: 600;
}

.text-span-12 {
  display: inline;
  color: #111827;
  font-size: 0.9rem;
  line-height: 0.9;
  font-style: italic;
  text-align: center;
  letter-spacing: normal;
  text-indent: 0px;
}

.text-span-13 {
  color: #111827;
  font-weight: 400;
}

.text-span-14 {
  color: #111827;
  font-size: 0.9rem;
  font-weight: 300;
}

.container-2 {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  text-align: center;
}

.text-span-15 {
  color: #3c404b;
  font-weight: 600;
  text-transform: capitalize;
}

.text-span-16 {
  text-align: left;
}

.text-span-17 {
  font-size: 1.5rem;
  font-weight: 700;
}

.bold-text-2 {
  font-size: 1.3rem;
}

.text-span-18 {
  color: #116aa8;
}

.text-span-19 {
  color: #116aa8;
  font-weight: 400;
}

.image-5 {
  margin-bottom: 20px;
  padding-top: 20px;
}

.image-6 {
  margin-bottom: 20px;
}

.image-7 {
  margin-bottom: 20px;
}

.text-span-21 {
  font-size: 2rem;
  font-weight: 700;
}

.text-span-22 {
  color: #dc3e09;
  text-decoration: line-through;
}

.link {
  color: #3c404b;
}

.link-2 {
  color: #3c404b;
}

.link-3 {
  color: #3c404b;
}

.link-4 {
  color: #3c404b;
}

.link-5 {
  color: #3c404b;
}

.link-6 {
  color: #3c404b;
}

.link-7 {
  color: #3c404b;
}

.link-8 {
  color: #3c404b;
}

.link-9 {
  color: #3c404b;
}

.link-10 {
  color: #3c404b;
}

.link-11 {
  color: #3c404b;
}

.wrapper-m-2 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.wrapper-m-2.rbe {
  padding-top: 40px;
  padding-bottom: 60px;
}

.wrapper-m-2.rbe2 {
  padding-top: 0px;
  padding-bottom: 40px;
}

.long-content-center-2 {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.long-content-center-2.rbe {
  max-width: 700px;
}

.body-text-2 {
  margin-top: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #5e6875;
}

.body-text-2.l {
  font-size: 18px;
  line-height: 27px;
}

.body-text-2.m {
  line-height: 1.75;
}

.hero-image-3 {
  width: 65%;
  margin-top: 48px;
  margin-right: 48px;
  text-align: left;
}

.hero-image-3.pricing {
  width: 40%;
  margin-top: 40px;
  margin-right: 0px;
}

.hero-image-3.mobile {
  display: none;
}

.c-t-primary-60-2 {
  color: #072249;
}

.hero-section-2 {
  overflow: hidden;
}

.hero-section-2.c-b-primary-10 {
  background-color: #f3f4f6;
}

.button-2 {
  position: relative;
  display: inline-block;
  padding: 12px 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #072249;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.button-2:hover {
  background-color: #597ef7;
}

.button-2:active {
  background-color: #1d39c4;
}

.button-2:focus {
  background-color: #597ef7;
}

.button-2.medium.sm-m-b-8 {
  padding-left: 20px;
  background-color: #116aa8;
}

.button-2.medium.sm-m-b-8.rbe {
  padding: 20px 40px;
}

.tagline-2 {
  margin-bottom: 8px;
  color: #072249;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tagline-2.rbe {
  color: #116aa8;
}

.container-3 {
  max-width: 1248px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.heading-3 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #0e0f11;
}

.heading-3.xl {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 800;
}

.heading-3.xl.rbe {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 41px;
  font-weight: 800;
}

.heading-3.s {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

.heading-3.l {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 800;
}

.text-span-36 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.feature-grid-section-2 {
  border-top: 1px solid #e0e3e6;
}

.l-g-3-col-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-title-2 {
  width: 50%;
  margin-bottom: 48px;
}

.section-title-2.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.text-span-37 {
  font-size: 1rem;
  font-weight: 300;
}

.text-span-38 {
  color: #5e6875;
  font-size: 2rem;
  font-weight: 400;
}

.text-span-39 {
  color: #5e6875;
  font-size: 2.2rem;
  font-weight: 400;
  text-decoration: line-through;
}

.text-span-40 {
  color: #5e6875;
  font-size: 2.3rem;
  font-weight: 300;
  text-decoration: line-through;
}

.text-span-41 {
  color: #5e6875;
  font-weight: 500;
}

.text-span-42 {
  color: #116aa8;
}

.rich-text-block-2 {
  line-height: 1.4;
}

.rbe {
  font-size: 1.2rem;
}

.text-span-43 {
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 400;
}

.text-span-44 {
  font-size: 2.2rem;
}

.image-8 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 31px;
}

.image-8.logo {
  padding-left: 0px;
}

.wrapper-m-3 {
  position: static;
  display: block;
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  padding: 28px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.wrapper-m-3.main {
  padding-bottom: 0px;
}

.hero-title-centered-2 {
  width: 65%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.container-4 {
  max-width: 1248px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  background-color: #fff;
}

.container-4.head {
  max-width: none;
  background-color: #f7f7f7;
}

.rich-text-block-3 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  text-align: center;
}

.text-span-45 {
  display: inline-block;
  margin-top: 26px;
  text-align: left;
}

html.w-mod-js *[data-ix="tooltip-hover"] {
  display: inline-block;
}

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

  .container.container-navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-title {
    width: 100%;
    margin-bottom: 32px;
  }

  .section-title.centered {
    width: 75%;
  }

  .l-g-3-col {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .l-g-3-col.lt-g-2-col {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .l-g-3-col.lt-g-1-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .l-g-3-col.testimonials-cta {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .l-g-4-col {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .button.small.cookies {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .dropdown-menu-navbar {
    position: relative;
  }

  .dropdown-menu-navbar.w--open {
    position: relative;
    margin-top: 0px;
    background-color: #f3f4f6;
    box-shadow: none;
    text-align: center;
  }

  .l-g-2-col {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
  }

  .l-g-2-col.lt-g-1-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cta-wrapper {
    width: 80%;
  }

  .card.card-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-horizontal-text-wrapper {
    margin-left: 0px;
    padding: 0px;
  }

  .side-nav-menu {
    position: static;
  }

  .footer {
    padding-right: 0px;
    padding-left: 0px;
  }

  .navbar-menu {
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    background-color: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
  }

  .navbar-menu.dark {
    background-color: #0e0f11;
  }

  .nav-link {
    text-align: center;
  }

  .nav-link.nav-link-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .brand-logo {
    margin-right: 0px;
    padding-left: 0px;
  }

  .vertical-menu-title {
    margin-bottom: 8px;
  }

  .sm-icon-link {
    margin-right: 16px;
  }

  .footer-top-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-2 {
    padding-right: 20px;
    padding-bottom: 32px;
    padding-left: 20px;
  }

  .grid-cta {
    justify-items: stretch;
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .cta-section-text-wrapper {
    padding-right: 0px;
  }

  .cta-section-form-wrapper {
    width: 480px;
    margin-right: auto;
    margin-left: auto;
  }

  .footer-menu-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-button.w--open {
    background-color: #0e0f11;
  }

  .menu-button.color-inverse {
    color: #fff;
  }

  .menu-button.color-inverse.w--open {
    background-color: #10239e;
  }

  .navbar-menu-right {
    z-index: -5000;
    display: none;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    background-color: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
  }

  .navbar-menu-mobile {
    display: block;
  }

  .style-guide-page-header {
    padding: 31px 0px 0px;
  }

  .grid-styleguide---buttons {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .style-guide-page-header-text {
    width: 100%;
    padding-top: 88px;
    padding-bottom: 24px;
  }

  .style-guide-page-header-navigation {
    top: 64px;
  }

  .navbar-vertical {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 5000;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    background-color: transparent;
  }

  .navbar-vertical-brand {
    display: none;
  }

  .navbar-vertical-content-wrapper {
    display: block;
    overflow: scroll;
    width: 70%;
    padding-top: 8px;
    padding-bottom: 200px;
    background-color: #fff;
  }

  .navbar-vertical---mobile {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #d0d4d9;
  }

  .navbar-vertical-overlay {
    position: relative;
    z-index: 5000;
    display: none;
    width: 100%;
    height: 100vh;
  }

  .navbar-vertical-bg {
    display: block;
    width: 30%;
    height: 100vh;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .nav-tabs-container {
    overflow: scroll;
  }

  .nav-tab {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .container-fluid {
    padding-right: 16px;
    padding-left: 16px;
  }

  .st-p-0 {
    padding: 0px;
  }

  .st-p-y-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .st-p-x-0 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .st-p-t-0 {
    padding-top: 0px;
  }

  .st-p-r-0 {
    padding-right: 0px;
  }

  .st-p-b-0 {
    padding-bottom: 0px;
  }

  .st-p-l-0 {
    padding-left: 0px;
  }

  .st-p-4 {
    padding: 4px;
  }

  .st-p-y-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .st-p-x-4 {
    padding-right: 4px;
    padding-left: 4px;
  }

  .st-p-t-4 {
    padding-top: 4px;
  }

  .st-p-r-4 {
    padding-right: 4px;
  }

  .st-p-b-4 {
    padding-bottom: 4px;
  }

  .st-p-l-4 {
    padding-left: 4px;
  }

  .st-p-8 {
    padding: 8px;
  }

  .st-p-y-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .st-p-x-8 {
    padding-right: 8px;
    padding-left: 8px;
  }

  .st-p-t-8 {
    padding-top: 8px;
  }

  .st-p-r-8 {
    padding-right: 8px;
  }

  .st-p-b-8 {
    padding-bottom: 8px;
  }

  .st-p-l-8 {
    padding-left: 8px;
  }

  .st-p-12 {
    padding: 12px;
  }

  .st-p-y-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .st-p-x-12 {
    padding-right: 12px;
    padding-left: 12px;
  }

  .st-p-t-12 {
    padding-top: 12px;
  }

  .st-p-r-12 {
    padding-right: 12px;
  }

  .st-p-b-12 {
    padding-bottom: 12px;
  }

  .st-p-l-12 {
    padding-left: 12px;
  }

  .st-p-16 {
    padding: 16px;
  }

  .st-p-y-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .st-p-x-16 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .st-p-t-16 {
    padding-top: 16px;
  }

  .st-p-r-16 {
    padding-right: 16px;
  }

  .st-p-b-16 {
    padding-bottom: 16px;
  }

  .st-p-l-16 {
    padding-left: 16px;
  }

  .st-p-24 {
    padding: 24px;
  }

  .st-p-y-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .st-p-x-24 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .st-p-t-24 {
    padding-top: 24px;
  }

  .st-p-r-24 {
    padding-right: 24px;
  }

  .st-p-b-24 {
    padding-bottom: 24px;
  }

  .st-p-l-24 {
    padding-left: 24px;
  }

  .st-p-32 {
    padding: 32px;
  }

  .st-p-y-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .st-p-x-32 {
    padding-right: 32px;
    padding-left: 32px;
  }

  .st-p-t-32 {
    padding-top: 32px;
  }

  .st-p-r-32 {
    padding-right: 32px;
  }

  .st-p-b-32 {
    padding-bottom: 32px;
  }

  .st-p-l-32 {
    padding-left: 32px;
  }

  .st-p-48 {
    padding: 48px;
  }

  .st-p-y-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .st-p-x-48 {
    padding-right: 48px;
    padding-left: 48px;
  }

  .st-p-t-48 {
    padding-top: 48px;
  }

  .st-p-r-48 {
    padding-right: 48px;
  }

  .st-p-b-48 {
    padding-bottom: 48px;
  }

  .st-p-l-48 {
    padding-left: 48px;
  }

  .st-p-64 {
    padding: 64px;
  }

  .st-p-y-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .st-p-x-64 {
    padding-right: 64px;
    padding-left: 64px;
  }

  .st-p-t-64 {
    padding-top: 64px;
  }

  .st-p-r-64 {
    padding-right: 64px;
  }

  .st-p-b-64 {
    padding-bottom: 64px;
  }

  .st-p-l-64 {
    padding-left: 64px;
  }

  .st-p-128 {
    padding: 128px;
  }

  .st-p-y-128 {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .st-p-x-128 {
    padding-right: 128px;
    padding-left: 128px;
  }

  .st-p-t-128 {
    padding-top: 128px;
  }

  .st-p-r-128 {
    padding-right: 128px;
  }

  .st-p-b-128 {
    padding-bottom: 128px;
  }

  .st-p-l-128 {
    padding-left: 128px;
  }

  .st-m-0 {
    margin: 0px;
  }

  .st-m-y-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .st-m-x-0 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .st-m-t-0 {
    margin-top: 0px;
  }

  .st-m-r-0 {
    margin-right: 0px;
  }

  .st-m-b-0 {
    margin-bottom: 0px;
  }

  .st-m-l-0 {
    margin-left: 0px;
  }

  .st-m-4 {
    margin: 4px;
  }

  .st-m-y-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .st-m-x-4 {
    margin-right: 4px;
    margin-left: 4px;
  }

  .st-m-t-4 {
    margin-top: 4px;
  }

  .st-m-r-4 {
    margin-right: 4px;
  }

  .st-m-b-4 {
    margin-bottom: 4px;
  }

  .st-m-l-4 {
    margin-left: 4px;
  }

  .st-m-8 {
    margin: 8px;
  }

  .st-m-y-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .st-m-x-8 {
    margin-right: 8px;
    margin-left: 8px;
  }

  .st-m-t-8 {
    margin-top: 8px;
  }

  .st-m-r-8 {
    margin-right: 8px;
  }

  .st-m-b-8 {
    margin-bottom: 8px;
  }

  .st-m-l-8 {
    margin-left: 8px;
  }

  .st-m-12 {
    margin: 12px;
  }

  .st-m-y-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .st-m-x-12 {
    margin-right: 12px;
    margin-left: 12px;
  }

  .st-m-t-12 {
    margin-top: 12px;
  }

  .st-m-r-12 {
    margin-right: 12px;
  }

  .st-m-b-12 {
    margin-bottom: 12px;
  }

  .st-m-l-12 {
    margin-left: 12px;
  }

  .st-m-16 {
    margin: 16px;
  }

  .st-m-y-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .st-m-x-16 {
    margin-right: 16px;
    margin-left: 16px;
  }

  .st-m-t-16 {
    margin-top: 16px;
  }

  .st-m-r-16 {
    margin-right: 16px;
  }

  .st-m-b-16 {
    margin-bottom: 16px;
  }

  .st-m-l-16 {
    margin-left: 16px;
  }

  .st-m-24 {
    margin: 24px;
  }

  .st-m-y-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .st-m-x-24 {
    margin-right: 24px;
    margin-left: 24px;
  }

  .st-m-t-24 {
    margin-top: 24px;
  }

  .st-m-r-24 {
    margin-right: 24px;
  }

  .st-m-b-24 {
    margin-bottom: 24px;
  }

  .st-m-l-24 {
    margin-left: 24px;
  }

  .st-m-32 {
    margin: 32px;
  }

  .st-m-y-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .st-m-x-32 {
    margin-right: 32px;
    margin-left: 32px;
  }

  .st-m-t-32 {
    margin-top: 32px;
  }

  .st-m-r-32 {
    margin-right: 32px;
  }

  .st-m-b-32 {
    margin-bottom: 32px;
  }

  .st-m-l-32 {
    margin-left: 32px;
  }

  .st-m-48 {
    margin: 48px;
  }

  .st-m-y-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .st-m-x-48 {
    margin-right: 48px;
    margin-left: 48px;
  }

  .st-m-t-48 {
    margin-top: 48px;
  }

  .st-m-r-48 {
    margin-right: 48px;
  }

  .st-m-b-48 {
    margin-bottom: 48px;
  }

  .st-m-l-48 {
    margin-left: 48px;
  }

  .st-m-64 {
    margin: 64px;
  }

  .st-m-y-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .st-m-x-64 {
    margin-right: 64px;
    margin-left: 64px;
  }

  .st-m-t-64 {
    margin-top: 64px;
  }

  .st-m-r-64 {
    margin-right: 64px;
  }

  .st-m-b-64 {
    margin-bottom: 64px;
  }

  .st-m-l-64 {
    margin-left: 64px;
  }

  .st-m-128 {
    margin: 128px;
  }

  .st-m-y-128 {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .st-m-x-128 {
    margin-right: 128px;
    margin-left: 128px;
  }

  .st-m-t-128 {
    margin-top: 128px;
  }

  .st-m-r-128 {
    margin-right: 128px;
  }

  .st-m-b-128 {
    margin-bottom: 128px;
  }

  .st-m-l-128 {
    margin-left: 128px;
  }

  .breadcrumbs-dropdown {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .feature-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .feature-grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .feature-grid-3 {
    grid-row-gap: 48px;
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
  }

  .hero-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    -ms-grid-columns: 1.25fr;
    grid-template-columns: 1.25fr;
    text-align: center;
  }

  .hero-grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-title-centered {
    width: 100%;
  }

  .pricing-1 {
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .pricing-card-1 {
    border-radius: 4px;
  }

  .pricing-card-1.main {
    z-index: 0;
  }

  .pricing-card-1.left {
    border-radius: 4px;
  }

  .pricing-card-1.right {
    overflow: hidden;
    border-radius: 4px;
  }

  .testimonials-logos-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .pricing-card-header-2 {
    text-align: left;
  }

  .testimonial-box {
    padding: 32px;
  }

  .testimonial-box-2 {
    padding-right: 48px;
    padding-left: 48px;
  }

  .feature-section-list {
    text-align: left;
  }

  .contact-grid-1 {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contact-image {
    width: 100%;
    height: 320px;
  }

  .hero-grid-3 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    -ms-grid-columns: 1.25fr;
    grid-template-columns: 1.25fr;
    text-align: center;
  }

  .grid-long-content-1 {
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
  }

  .card-image-overview-page {
    background-color: #edf0f3;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .customize-instructions {
    padding-right: 16px;
    padding-left: 16px;
  }

  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column {
    width: 100%;
  }

  .section-box-wrapper {
    padding: 24px;
  }

  .feature-content-wrapper.right {
    padding-left: 0px;
  }

  .feature-content-wrapper.left {
    padding-right: 0px;
  }

  .dropdown-menu-1.w--open {
    position: absolute;
    margin-top: 4px;
    background-color: #f3f4f6;
    text-align: center;
  }

  .dropdown-menu-item---navbar {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
  }

  .navbar-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .navbar-buttons.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .footer-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    margin-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dropdown-menu-breadcrumbs.w--open {
    margin-top: 0px;
    background-color: #f3f4f6;
    text-align: center;
  }

  .wrapper-m-2.rbe {
    padding-top: 0px;
  }

  .long-content-center-2.rbe {
    padding-right: 40px;
    padding-left: 40px;
  }

  .hero-image-3 {
    display: none;
    margin-top: 0px;
  }

  .hero-image-3.pricing {
    display: inline-block;
  }

  .hero-image-3.mobile {
    display: inline-block;
    width: 50%;
    margin-top: 2px;
    margin-right: 0px;
    margin-bottom: 12px;
  }

  .tagline-2.rbe {
    display: none;
  }

  .container-3 {
    padding-right: 24px;
    padding-bottom: 40px;
    padding-left: 24px;
  }

  .l-g-3-col-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .l-g-3-col-2.lt-g-2-col {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .section-title-2 {
    width: 100%;
    margin-bottom: 32px;
  }

  .section-title-2.centered {
    width: 75%;
  }

  .hero-title-centered-2 {
    width: 100%;
  }

  .container-4 {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    margin-top: 16px;
    margin-bottom: 8px;
  }

  h4 {
    margin-top: 16px;
    margin-bottom: 8px;
  }

  h5 {
    margin-top: 12px;
    margin-bottom: 4px;
  }

  .container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container.container-navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .container.container-box-section {
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
  }

  .container.bw {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading.xl {
    margin-bottom: 12px;
  }

  .heading.l {
    margin-bottom: 8px;
  }

  .section-title {
    width: 100%;
  }

  .section-title.centered {
    width: 100%;
  }

  .l-g-3-col {
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .l-g-3-col.lt-g-2-col {
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .l-g-3-col.testimonials-cta {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .l-g-4-col {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .button.small.cookies {
    margin-top: 16px;
    margin-left: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .l-g-2-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cta-wrapper {
    width: 100%;
  }

  .section.main-copy._1.rbe {
    margin-top: 0px;
    padding-top: 0px;
  }

  .footer {
    padding: 48px 0px 0px;
  }

  .footer-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer-logo {
    padding-left: 0px;
  }

  .footer-bottom {
    margin-top: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer-grid-2 {
    -ms-grid-columns: 1.5fr 1fr;
    grid-template-columns: 1.5fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer-logo-2 {
    padding-left: 0px;
  }

  .footer-grid-3 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer-top-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-2 {
    padding: 32px 0px;
  }

  .feature-block-actions-wrapper {
    padding-bottom: 16px;
  }

  .cta-section-form-wrapper {
    width: 360px;
    margin-right: auto;
    margin-left: auto;
  }

  .footer-menu-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .component-wrapper {
    margin-top: 48px;
    margin-bottom: 48px;
    padding: 16px;
  }

  .component-wrapper-label {
    top: -32px;
  }

  .style-guide-page-header {
    padding: 24px 0px 0px;
  }

  .grid-styleguide---buttons {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .style-guide-page-header-text {
    padding-bottom: 16px;
  }

  .style-guide-page-header-navigation {
    top: 60px;
  }

  .style-guide-page-header-navigation.docsui {
    top: 60px;
  }

  .navbar-vertical-content-wrapper {
    width: 85%;
  }

  .navbar-vertical-bg {
    width: 25%;
  }

  .nav-tab {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .sh-p-0 {
    padding: 0px;
  }

  .sh-p-y-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sh-p-x-0 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .sh-p-t-0 {
    padding-top: 0px;
  }

  .sh-p-r-0 {
    padding-right: 0px;
  }

  .sh-p-b-0 {
    padding-bottom: 0px;
  }

  .sh-p-l-0 {
    padding-left: 0px;
  }

  .sh-p-4 {
    padding: 4px;
  }

  .sh-p-y-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .sh-p-x-4 {
    padding-right: 4px;
    padding-left: 4px;
  }

  .sh-p-t-4 {
    padding-top: 4px;
  }

  .sh-p-r-4 {
    padding-right: 4px;
  }

  .sh-p-b-4 {
    padding-bottom: 4px;
  }

  .sh-p-l-4 {
    padding-left: 4px;
  }

  .sh-p-8 {
    padding: 8px;
  }

  .sh-p-y-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .sh-p-x-8 {
    padding-right: 8px;
    padding-left: 8px;
  }

  .sh-p-t-8 {
    padding-top: 8px;
  }

  .sh-p-r-8 {
    padding-right: 8px;
  }

  .sh-p-b-8 {
    padding-bottom: 8px;
  }

  .sh-p-l-8 {
    padding-left: 8px;
  }

  .sh-p-12 {
    padding: 12px;
  }

  .sh-p-y-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .sh-p-x-12 {
    padding-right: 12px;
    padding-left: 12px;
  }

  .sh-p-t-12 {
    padding-top: 12px;
  }

  .sh-p-r-12 {
    padding-right: 12px;
  }

  .sh-p-b-12 {
    padding-bottom: 12px;
  }

  .sh-p-l-12 {
    padding-left: 12px;
  }

  .sh-p-16 {
    padding: 16px;
  }

  .sh-p-y-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .sh-p-x-16 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .sh-p-t-16 {
    padding-top: 16px;
  }

  .sh-p-r-16 {
    padding-right: 16px;
  }

  .sh-p-b-16 {
    padding-bottom: 16px;
  }

  .sh-p-l-16 {
    padding-left: 16px;
  }

  .sh-p-24 {
    padding: 24px;
  }

  .sh-p-y-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .sh-p-x-24 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .sh-p-t-24 {
    padding-top: 24px;
  }

  .sh-p-r-24 {
    padding-right: 24px;
  }

  .sh-p-l-24 {
    padding-left: 24px;
  }

  .sh-p-b-24 {
    padding-bottom: 24px;
  }

  .sh-p-32 {
    padding: 32px;
  }

  .sh-p-y-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .sh-p-x-32 {
    padding-right: 32px;
    padding-left: 32px;
  }

  .sh-p-t-32 {
    padding-top: 32px;
  }

  .sh-p-r-32 {
    padding-right: 32px;
  }

  .sh-p-b-32 {
    padding-bottom: 32px;
  }

  .sh-p-l-32 {
    padding-left: 32px;
  }

  .sh-p-48 {
    padding: 48px;
  }

  .sh-p-y-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .sh-p-x-48 {
    padding-right: 48px;
    padding-left: 48px;
  }

  .sh-p-t-48 {
    padding-top: 48px;
  }

  .sh-p-r-48 {
    padding-right: 48px;
  }

  .sh-p-b-48 {
    padding-bottom: 48px;
  }

  .sh-p-l-48 {
    padding-left: 48px;
  }

  .sh-p-64 {
    padding: 64px;
  }

  .sh-p-y-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .sh-p-x-64 {
    padding-right: 64px;
    padding-left: 64px;
  }

  .sh-p-t-64 {
    padding-top: 64px;
  }

  .sh-p-r-64 {
    padding-right: 64px;
  }

  .sh-p-l-64 {
    padding-left: 64px;
  }

  .sh-p-b-64 {
    padding-bottom: 64px;
  }

  .sh-p-128 {
    padding: 128px;
  }

  .sh-p-y-128 {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .sh-p-x-128 {
    padding-right: 128px;
    padding-left: 128px;
  }

  .sh-p-t-128 {
    padding-top: 128px;
  }

  .sh-p-r-128 {
    padding-right: 128px;
  }

  .sh-p-b-128 {
    padding-bottom: 128px;
  }

  .sh-p-l-128 {
    padding-left: 128px;
  }

  .sh-m-0 {
    margin: 0px;
  }

  .sh-m-y-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sh-m-x-0 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .sh-m-t-0 {
    margin-top: 0px;
  }

  .sh-m-r-0 {
    margin-right: 0px;
  }

  .sh-m-b-0 {
    margin-bottom: 0px;
  }

  .sh-m-l-0 {
    margin-left: 0px;
  }

  .sh-m-4 {
    margin: 4px;
  }

  .sh-m-y-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .sh-m-x-4 {
    margin-right: 4px;
    margin-left: 4px;
  }

  .sh-m-t-4 {
    margin-top: 4px;
  }

  .sh-m-r-4 {
    margin-right: 4px;
  }

  .sh-m-b-4 {
    margin-bottom: 4px;
  }

  .sh-m-l-4 {
    margin-left: 4px;
  }

  .sh-m-8 {
    margin: 8px;
  }

  .sh-m-y-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .sh-m-x-8 {
    margin-right: 8px;
    margin-left: 8px;
  }

  .sh-m-t-8 {
    margin-top: 8px;
  }

  .sh-m-r-8 {
    margin-right: 8px;
  }

  .sh-m-b-8 {
    margin-bottom: 8px;
  }

  .sh-m-l-8 {
    margin-left: 8px;
  }

  .sh-m-12 {
    margin: 12px;
  }

  .sh-m-y-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .sh-m-x-12 {
    margin-right: 12px;
    margin-left: 12px;
  }

  .sh-m-t-12 {
    margin-top: 12px;
  }

  .sh-m-r-12 {
    margin-right: 12px;
  }

  .sh-m-b-12 {
    margin-bottom: 12px;
  }

  .sh-m-l-12 {
    margin-left: 12px;
  }

  .sh-m-16 {
    margin: 16px;
  }

  .sh-m-y-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .sh-m-x-16 {
    margin-right: 16px;
    margin-left: 16px;
  }

  .sh-m-t-16 {
    margin-top: 16px;
  }

  .sh-m-r-16 {
    margin-right: 16px;
  }

  .sh-m-b-16 {
    margin-bottom: 16px;
  }

  .sh-m-l-16 {
    margin-left: 16px;
  }

  .sh-m-24 {
    margin: 24px;
  }

  .sh-m-y-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .sh-m-x-24 {
    margin-right: 24px;
    margin-left: 24px;
  }

  .sh-m-t-24 {
    margin-top: 24px;
  }

  .sh-m-r-24 {
    margin-right: 24px;
  }

  .sh-m-l-24 {
    margin-left: 24px;
  }

  .sh-m-b-24 {
    margin-bottom: 24px;
  }

  .sh-m-32 {
    margin: 32px;
  }

  .sh-m-y-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .sh-m-x-32 {
    margin-right: 32px;
    margin-left: 32px;
  }

  .sh-m-t-32 {
    margin-top: 32px;
  }

  .sh-m-r-32 {
    margin-right: 32px;
  }

  .sh-m-b-32 {
    margin-bottom: 32px;
  }

  .sh-m-l-32 {
    margin-left: 32px;
  }

  .sh-m-48 {
    margin: 48px;
  }

  .sh-m-y-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .sh-m-x-48 {
    margin-right: 48px;
    margin-left: 48px;
  }

  .sh-m-t-48 {
    margin-top: 48px;
  }

  .sh-m-r-48 {
    margin-right: 48px;
  }

  .sh-m-b-48 {
    margin-bottom: 48px;
  }

  .sh-m-l-48 {
    margin-left: 48px;
  }

  .sh-m-64 {
    margin: 64px;
  }

  .sh-m-y-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .sh-m-x-64 {
    margin-right: 64px;
    margin-left: 64px;
  }

  .sh-m-t-64 {
    margin-top: 64px;
  }

  .sh-m-r-64 {
    margin-right: 64px;
  }

  .sh-m-b-64 {
    margin-bottom: 64px;
  }

  .sh-m-l-64 {
    margin-left: 64px;
  }

  .sh-m-128 {
    margin: 128px;
  }

  .sh-m-y-128 {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .sh-m-x-128 {
    margin-right: 128px;
    margin-left: 128px;
  }

  .sh-m-t-128 {
    margin-top: 128px;
  }

  .sh-m-r-128 {
    margin-right: 128px;
  }

  .sh-m-b-128 {
    margin-bottom: 128px;
  }

  .sh-m-l-128 {
    margin-left: 128px;
  }

  .feature-grid {
    text-align: left;
  }

  .feature-grid-2 {
    text-align: left;
  }

  .faq-item-wrapper-2 {
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .faq-col-1 {
    width: 100%;
  }

  .faq-col-2 {
    width: 100%;
  }

  .pricing-2 {
    width: 1024px;
  }

  .pricing-3 {
    width: 800px;
  }

  .testimonials-logos-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .testimonial-box-2 {
    padding: 48px 32px;
  }

  .alert-banner {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .contact-grid-1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .pricing-table-wrapper {
    overflow: scroll;
  }

  .hero-form-wrapper {
    margin-right: 0px;
    margin-left: 0px;
    padding: 32px;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .alert-banner-2 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .footer-sg-bottom {
    margin-top: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .style-wrapper {
    margin-top: 48px;
    margin-bottom: 48px;
    padding: 16px;
  }

  .component-wrapper-2 {
    margin-top: 48px;
    margin-bottom: 48px;
    padding: 16px;
  }

  .component-wrapper-label-2 {
    top: -32px;
    font-size: 14px;
    line-height: 16px;
  }

  .section-box-wrapper {
    padding: 16px;
  }

  .footer-navigation {
    margin-top: 8px;
  }

  .cookie-notification {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .countdown-banner {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .wrapper-m-2.rbe {
    padding-top: 10px;
  }

  .long-content-center-2.rbe {
    padding-right: 40px;
    padding-left: 40px;
  }

  .hero-image-3 {
    display: none;
  }

  .hero-image-3.pricing {
    display: inline-block;
  }

  .hero-image-3.mobile {
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .tagline-2.rbe {
    display: none;
  }

  .container-3 {
    padding-right: 16px;
    padding-bottom: 40px;
    padding-left: 16px;
  }

  .heading-3.xl {
    margin-bottom: 12px;
  }

  .heading-3.s {
    font-size: 18px;
    line-height: 28px;
  }

  .heading-3.l {
    margin-bottom: 8px;
  }

  .l-g-3-col-2 {
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .l-g-3-col-2.lt-g-2-col {
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-title-2 {
    width: 100%;
  }

  .section-title-2.centered {
    width: 100%;
  }

  .container-4 {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1248px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .container.bw {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container.rbe {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading.xl {
    font-size: 2.1rem;
  }

  .heading.l {
    font-size: 2rem;
  }

  .heading.l.rbe._1 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 2rem;
  }

  .heading.l.rbe._1.book {
    margin-top: 0px;
    font-size: 1.8rem;
  }

  .body-text.m {
    display: block;
  }

  .body-text.l.subheadline {
    display: block;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 1.6rem;
  }

  .body-text.s.t-a-c {
    margin-top: 0px;
    padding-top: 0px;
  }

  .section-title.centered {
    width: auto;
  }

  .wrapper-m {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .l-g-3-col {
    display: block;
    grid-auto-flow: row;
  }

  .l-g-3-col.testimonials-cta {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .feature-block.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .l-g-4-col {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .button.medium {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .button.medium.main-cta.enrollmentopen {
    position: static;
    z-index: 0;
  }

  .button-text.rbe {
    font-size: 1.4rem;
  }

  .l-g-2-col {
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .input.medium.horizontal {
    margin-right: 0px;
    margin-bottom: 8px;
  }

  .form.form-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section.main-copy._1 {
    margin-top: 0px;
  }

  .section.main-copy._1.rbe {
    padding-top: 0px;
  }

  .section.guarantee {
    padding-top: 20px;
  }

  .section.guarantee.rbe {
    padding-top: 0px;
  }

  .tagline {
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 20px;
  }

  .feature-text-wrapper {
    padding-left: 0px;
  }

  .tab {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .footer {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .material-icons.feature-icon-small.mainarrow {
    margin-right: auto;
    margin-left: auto;
  }

  .material-icons.feature-icon-small.mainarrow.bwo {
    margin-bottom: 2rem;
  }

  .nav-link {
    padding-right: 10px;
    padding-left: 10px;
  }

  .footer-grid {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
    text-align: center;
  }

  .footer-logo {
    padding-left: 0px;
  }

  .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-social-media {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .vertical-menu-link {
    text-decoration: none;
  }

  .footer-grid-2 {
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
    text-align: center;
  }

  .footer-logo-2 {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }

  .footer-grid-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
    text-align: center;
  }

  .footer-bottom-2 {
    margin-top: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .footer-bottom-2.color-inverse {
    color: #838d95;
  }

  .footer-2 {
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .sm-icons-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .grid-cta {
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .cta-section-form-wrapper {
    width: 100%;
  }

  .radio-button {
    margin-top: 0px;
  }

  .radio-button-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .switch-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .select {
    font-size: 16rem;
  }

  .select.medium {
    font-size: 16rem;
  }

  .grid-styleguide---buttons {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .navbar-vertical {
    text-align: left;
  }

  .c-t-primary-60.hero-tagline {
    font-size: 1.8rem;
  }

  .st-p-t-64.rbe {
    padding-top: 20px;
  }

  .sm-p-0 {
    padding: 0px;
  }

  .sm-p-y-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sm-p-x-0 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .sm-p-t-0 {
    padding-top: 0px;
  }

  .sm-p-r-0 {
    padding-right: 0px;
  }

  .sm-p-b-0 {
    padding-bottom: 0px;
  }

  .sm-p-l-0 {
    padding-left: 0px;
  }

  .sm-p-4 {
    padding: 4px;
  }

  .sm-p-8 {
    padding: 8px;
  }

  .sm-p-12 {
    padding: 12px;
  }

  .sm-p-16 {
    padding: 16px;
  }

  .sm-p-24 {
    padding: 24px;
  }

  .sm-p-32 {
    padding: 32px;
  }

  .sm-p-48 {
    padding: 48px;
  }

  .sm-p-64 {
    padding: 64px;
  }

  .sm-p-128 {
    padding: 129px;
  }

  .sm-m-0 {
    margin: 0px;
  }

  .sm-m-8 {
    margin: 8px;
  }

  .sm-m-12 {
    margin: 12px;
  }

  .sm-m-16 {
    margin: 16px;
  }

  .sm-m-24 {
    margin: 24px;
  }

  .sm-m-32 {
    margin: 32px;
  }

  .sm-m-48 {
    margin: 48px;
  }

  .sm-m-64 {
    margin: 64px;
  }

  .sm-m-128 {
    margin: 128px;
  }

  .sm-p-y-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .sm-p-y-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .sm-p-y-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .sm-p-y-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .sm-p-y-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .sm-p-y-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .sm-p-y-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .sm-p-y-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .sm-p-y-128 {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .sm-m-y-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm-m-x-0 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .sm-m-y-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .sm-m-4 {
    margin: 4px;
  }

  .sm-m-y-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .sm-m-y-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .sm-m-y-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .sm-m-y-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .sm-m-y-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .sm-m-y-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .sm-m-y-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .sm-m-y-128 {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .sm-m-x-4 {
    margin-right: 4px;
    margin-left: 4px;
  }

  .sm-m-x-8 {
    margin-right: 8px;
    margin-left: 8px;
  }

  .sm-m-x-12 {
    margin-right: 12px;
    margin-left: 12px;
  }

  .sm-m-x-16 {
    margin-right: 16px;
    margin-left: 16px;
  }

  .sm-m-x-24 {
    margin-right: 24px;
    margin-left: 24px;
  }

  .sm-m-x-32 {
    margin-right: 32px;
    margin-left: 32px;
  }

  .sm-m-x-48 {
    margin-right: 48px;
    margin-left: 48px;
  }

  .sm-m-x-64 {
    margin-right: 64px;
    margin-left: 64px;
  }

  .sm-m-x-128 {
    margin-right: 128px;
    margin-left: 128px;
  }

  .sm-m-t-0 {
    margin-top: 0px;
  }

  .sm-m-t-4 {
    margin-top: 4px;
  }

  .sm-m-t-8 {
    margin-top: 8px;
  }

  .sm-m-t-12 {
    margin-top: 12px;
  }

  .sm-m-t-16 {
    margin-top: 16px;
  }

  .sm-m-t-24 {
    margin-top: 24px;
  }

  .sm-m-t-32 {
    margin-top: 32px;
  }

  .sm-m-t-48 {
    margin-top: 48px;
  }

  .sm-m-t-64 {
    margin-top: 64px;
  }

  .sm-m-t-128 {
    margin-top: 128px;
  }

  .sm-m-r-0 {
    margin-right: 0px;
  }

  .sm-m-r-4 {
    margin-right: 4px;
  }

  .sm-m-r-8 {
    margin-right: 8px;
  }

  .sm-m-r-12 {
    margin-right: 12px;
  }

  .sm-m-r-16 {
    margin-right: 16px;
  }

  .sm-m-r-24 {
    margin-right: 24px;
  }

  .sm-m-r-32 {
    margin-right: 32px;
  }

  .sm-m-r-48 {
    margin-right: 48px;
  }

  .sm-m-r-64 {
    margin-right: 64px;
  }

  .sm-m-r-128 {
    margin-right: 128px;
  }

  .sm-m-b-0 {
    margin-bottom: 0px;
  }

  .sm-m-b-4 {
    margin-bottom: 4px;
  }

  .sm-m-b-8 {
    margin-bottom: 8px;
  }

  .sm-m-b-12 {
    margin-bottom: 12px;
  }

  .sm-m-b-16 {
    margin-bottom: 16px;
  }

  .sm-m-b-24 {
    margin-bottom: 24px;
  }

  .sm-m-b-32 {
    margin-bottom: 32px;
  }

  .sm-m-b-48 {
    margin-bottom: 48px;
  }

  .sm-m-b-64 {
    margin-bottom: 64px;
  }

  .sm-m-b-128 {
    margin-bottom: 128px;
  }

  .sm-m-l-0 {
    margin-left: 0px;
  }

  .sm-m-l-4 {
    margin-left: 4px;
  }

  .sm-m-l-8 {
    margin-left: 8px;
  }

  .sm-m-l-12 {
    margin-left: 12px;
  }

  .sm-m-l-16 {
    margin-left: 16px;
  }

  .sm-m-l-24 {
    margin-left: 24px;
  }

  .sm-m-l-32 {
    margin-left: 32px;
  }

  .sm-m-l-48 {
    margin-left: 48px;
  }

  .sm-m-l-64 {
    margin-left: 64px;
  }

  .sm-m-l-128 {
    margin-left: 128px;
  }

  .sm-p-x-4 {
    padding-right: 4px;
    padding-left: 4px;
  }

  .sm-p-x-8 {
    padding-right: 8px;
    padding-left: 8px;
  }

  .sm-p-x-12 {
    padding-right: 12px;
    padding-left: 12px;
  }

  .sm-p-x-16 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .sm-p-x-24 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .sm-p-x-32 {
    padding-right: 32px;
    padding-left: 32px;
  }

  .sm-p-x-48 {
    padding-right: 48px;
    padding-left: 48px;
  }

  .sm-p-x-64 {
    padding-right: 64px;
    padding-left: 64px;
  }

  .sm-p-x-128 {
    padding-right: 128px;
    padding-left: 128px;
  }

  .sm-p-t-4 {
    padding-top: 4px;
  }

  .sm-p-t-8 {
    padding-top: 8px;
  }

  .sm-p-t-12 {
    padding-top: 12px;
  }

  .sm-p-t-16 {
    padding-top: 16px;
  }

  .sm-p-t-24 {
    padding-top: 24px;
  }

  .sm-p-t-32 {
    padding-top: 32px;
  }

  .sm-p-t-48 {
    padding-top: 48px;
  }

  .sm-p-t-64 {
    padding-top: 64px;
  }

  .sm-p-t-128 {
    padding-top: 128px;
  }

  .sm-p-r-4 {
    padding-right: 4px;
  }

  .sm-p-r-8 {
    padding-right: 8px;
  }

  .sm-p-r-12 {
    padding-right: 12px;
  }

  .sm-p-r-16 {
    padding-right: 16px;
  }

  .sm-p-r-24 {
    padding-right: 24px;
  }

  .sm-p-r-32 {
    padding-right: 32px;
  }

  .sm-p-r-48 {
    padding-right: 48px;
  }

  .sm-p-r-64 {
    padding-right: 64px;
  }

  .sm-p-r-128 {
    padding-right: 128px;
  }

  .sm-p-b-4 {
    padding-bottom: 4px;
  }

  .sm-p-b-8 {
    padding-bottom: 8px;
  }

  .sm-p-b-12 {
    padding-bottom: 12px;
  }

  .sm-p-b-16 {
    padding-bottom: 16px;
  }

  .sm-p-b-24 {
    padding-bottom: 24px;
  }

  .sm-p-b-32 {
    padding-bottom: 32px;
  }

  .sm-p-b-48 {
    padding-bottom: 48px;
  }

  .sm-p-b-64 {
    padding-bottom: 64px;
  }

  .sm-p-b-128 {
    padding-bottom: 128px;
  }

  .sm-p-l-4 {
    padding-left: 4px;
  }

  .sm-p-l-8 {
    padding-left: 8px;
  }

  .sm-p-l-12 {
    padding-left: 12px;
  }

  .sm-p-l-16 {
    padding-left: 16px;
  }

  .sm-p-l-24 {
    padding-left: 24px;
  }

  .sm-p-l-32 {
    padding-left: 32px;
  }

  .sm-p-l-48 {
    padding-left: 48px;
  }

  .sm-p-l-64 {
    padding-left: 64px;
  }

  .sm-p-l-128 {
    padding-left: 128px;
  }

  .hero-grid {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    -ms-grid-columns: 1.25fr;
    grid-template-columns: 1.25fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .ctas-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pricing-1 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .pricing-card-1.main {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .pricing-card-header {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .pricing-card-title.desc {
    font-size: 1.2rem;
    line-height: 1.3;
  }

  .pricing-card-content {
    padding: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .testimonials-logos-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-box-2 {
    padding: 32px 16px;
  }

  .alert-banner {
    padding-bottom: 4px;
  }

  .contact-grid-1 {
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .alert-banner-2 {
    padding-bottom: 4px;
    text-align: left;
  }

  .footer-sg-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .hero-section.hero-gradient.main-cta.whatsinside {
    margin-top: 40px;
    padding-top: 0px;
  }

  .hero-section.hero-big {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .hero-section.academy {
    margin-bottom: 0px;
  }

  .pricing-section.c-b-neutral-20.rbe {
    display: block;
    padding-top: 40px;
  }

  .avatar-wrapper.horizontal {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-navigation {
    margin-top: 0px;
  }

  .lc-countdown.big.light.rbe {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    min-width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .countdown-banner.bw {
    z-index: 3;
  }

  .image.ark.rkf {
    width: auto;
    height: auto;
    max-width: 70%;
    font-size: 1rem;
  }

  .text-span-5 {
    font-size: 1.5rem;
  }

  .text-span-6 {
    font-size: 3rem;
  }

  .text-span-6.bwo {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 3rem;
    text-align: center;
  }

  .wrapper-m-2.rbe {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .long-content-center-2.rbe {
    padding-right: 20px;
    padding-left: 20px;
  }

  .body-text-2.l {
    font-size: 17px;
    line-height: 24px;
  }

  .hero-image-3 {
    display: none;
  }

  .hero-image-3.pricing {
    display: inline-block;
    width: 50%;
  }

  .hero-image-3.mobile {
    display: block;
    margin: 12px auto 19px;
  }

  .button-2.medium {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    text-align: center;
  }

  .tagline-2 {
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 20px;
  }

  .tagline-2.rbe {
    display: none;
  }

  .container-3 {
    padding-bottom: 22px;
  }

  .heading-3.xl.rbe {
    font-size: 31px;
    line-height: 38px;
  }

  .heading-3.s {
    margin-bottom: 4px;
  }

  .image-8.logo {
    margin-bottom: 0px;
    padding-bottom: 16px;
  }

  .wrapper-m-3.nav {
    padding-bottom: 0px;
  }

  .wrapper-m-3.main {
    padding-right: 0px;
    padding-left: 0px;
  }

  .wrapper-m-3.mob.main {
    padding-top: 14px;
  }

  .container-4.main {
    margin-top: 18px;
    padding-right: 0px;
    padding-left: 0px;
  }
}

#w-node-ed234baf-2946-4513-e870-6e41252885b0-65e8050b {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-ed234baf-2946-4513-e870-6e41252885b5-65e8050b {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-aadbf8be-5ad4-54db-4fc4-2aaef2b3e6de-65e8050b {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_0586871e-6978-f65d-ff57-dbd8e990bf32-65e8050b {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_0586871e-6978-f65d-ff57-dbd8e990bf4b-65e8050b {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_0586871e-6978-f65d-ff57-dbd8e990bf7e-65e8050b {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_3ceec1c7-a853-a728-f0a3-11110cf65490-3fe80511 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_227aa4c4-1cc8-d34a-f605-25e2fac2b0b7-3fe80511 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-ed234baf-2946-4513-e870-6e41252885b0-24e80513 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-ed234baf-2946-4513-e870-6e41252885b5-24e80513 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-aadbf8be-5ad4-54db-4fc4-2aaef2b3e6de-24e80513 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_0586871e-6978-f65d-ff57-dbd8e990bf32-24e80513 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_0586871e-6978-f65d-ff57-dbd8e990bf4b-24e80513 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_0586871e-6978-f65d-ff57-dbd8e990bf7e-24e80513 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_31cb8a00-da38-4f1e-a2e9-554aa6d3b530-a6d3b518 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-d1a9e73a-4bc3-3b42-2960-6ae9a8e3cedf-a8e3cea2 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_12043139-7844-c569-f011-516ccb0704c1-cb0704b6 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_54e8e409-857f-b3ac-67b0-2e65cced7566-cced755b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_7927aa13-4373-63e1-11ff-744df68f286a-f68f285f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_64eab522-06c3-455a-7cbc-fe80e0238624-e0238619 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_8ca58d2a-d600-6121-b59f-70cee829647f-e829644c {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-fbba13b3-03db-72fc-e9da-5476548ac42c-548ac3f9 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_4e5b2621-2259-9f4c-9499-a8b160c89c33-60c89bfd {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_4e5b2621-2259-9f4c-9499-a8b160c89c50-60c89bfd {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_4e5b2621-2259-9f4c-9499-a8b160c89c64-60c89bfd {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_4e5b2621-2259-9f4c-9499-a8b160c89c81-60c89bfd {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_0b655a15-fb92-283d-db7a-339fa05eeb76-a05eeb6b {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
}

#w-node-_0b655a15-fb92-283d-db7a-339fa05eeb9c-a05eeb6b {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_0b655a15-fb92-283d-db7a-339fa05eebd8-a05eeb6b {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
}

#w-node-d90a68a1-f4e9-3073-e6ee-600d6ff571b2-c5b40791 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-d7f24063-bf97-5fad-0622-1d9abdb0a2f1-c5b40791 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_7858c10b-203e-60be-5664-f8471e310482-7fe80505 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_0939b651-a987-9420-c67a-1977c4e607e4-65e8050b {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_986dd887-2a81-65c3-0063-79f923da43a9-23da439a {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_986dd887-2a81-65c3-0063-79f923da43b2-23da439a {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_986dd887-2a81-65c3-0063-79f923da43c1-23da439a {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_986dd887-2a81-65c3-0063-79f923da43f9-23da439a {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_986dd887-2a81-65c3-0063-79f923da4410-23da439a {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_0939b651-a987-9420-c67a-1977c4e607e4-24e80513 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_12043139-7844-c569-f011-516ccb0704c1-cb0704b6 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_54e8e409-857f-b3ac-67b0-2e65cced7566-cced755b {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_7927aa13-4373-63e1-11ff-744df68f286a-f68f285f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_8a12fdd8-8011-c0b5-46dc-423003a28efa-03a28ee8 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_6977b74e-06d1-68c8-38a7-9e4852facb71-7c0dd497 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-bde3699f-0ecb-49fa-0aaf-a0a5f240ab2e-f240ab2a {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-c893e96f-3c02-d81b-064f-d98729fe9bf9-29fe9bf5 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_4d3d2fa0-ef43-324b-f89f-7becc7d663c5-c7d663c1 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_41dbb507-b3c5-b535-0097-364993bade7f-93bade7b {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-c87f4bfc-1941-1ddf-2157-8e7fe733dc7a-e733dc76 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_956ca092-04f8-0079-586e-be8e7896003e-7896003a {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-b8f9f93b-3279-60b7-1adc-da48bf102df0-bf102dec {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_68892760-ce5c-3a9c-4f24-da1a15f8bf69-15f8bf65 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_2c628735-365d-fc75-54c7-1872c684fdb1-c684fdad {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-b1c653e9-5d1c-4a07-a374-0f455372dd61-5372dd5d {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-e88ff9f9-3920-d66e-217e-3ac086661a12-86661a0e {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_32967510-be89-ae39-ee2f-d9564fa8bf9f-4fa8bf9b {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-b938dfd0-c70d-9bb9-9b85-f6cf34d50c53-34d50c4f {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-c5fa3974-9b1b-54a9-5b26-39f2d3eb34d9-d3eb34d5 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-bd268dc4-0717-3c2c-74bc-f74169c82635-69c82631 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_04362b47-6050-b54b-d0f9-7f4c2bf90268-2bf90264 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_6715ac67-07f2-a6e7-7ff7-853bce39fd7f-ce39fd7b {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_16ae7aaf-ad41-486a-8761-73b40df6400b-0df64007 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_434a8897-1202-d4cc-cece-cfae070118f5-070118e1 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-bbb51a92-5fc7-5b2b-d2d1-03c454e3161e-54e3161e {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_0b655a15-fb92-283d-db7a-339fa05eeb76-a05eeb6b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_0b655a15-fb92-283d-db7a-339fa05eeb9c-a05eeb6b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 3;
    grid-row-start: span 3;
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_0b655a15-fb92-283d-db7a-339fa05eebd8-a05eeb6b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_93f19ae7-1ae9-651f-31f3-412b4bc9bffa-17e805c4 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_4a247307-7610-3ff9-86e4-a689f05b065a-f91b9bf0 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_4a247307-7610-3ff9-86e4-a689f05b065a-0dc380c4 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_39292bbf-4c48-e4e6-e5be-75aa9c03bd4b-c5b40791 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-d7f24063-bf97-5fad-0622-1d9abdb0a2f1-c5b40791 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 3;
    grid-row-start: span 3;
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8ca58d2a-d600-6121-b59f-70cee829647f-e829644c {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-fbba13b3-03db-72fc-e9da-5476548ac42c-548ac3f9 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_12043139-7844-c569-f011-516ccb0704c1-cb0704b6 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_44029b2c-dffa-6086-35aa-073c48ebe464-48ebe461 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_55448bd9-6fa8-584f-063e-8786b18850bd-b18850ba {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-e6deb8f1-2f42-5c77-21ab-674dd4fad87d-d4fad87a {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_6377f0eb-4e7a-4c95-b23b-e9c8c55c265f-c55c265c {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

