:root {
  --border-color--color: #dadce0;
  --background-color--background-primary: var(--base-color-neutral--white);
  --text-color--text-primary-2: black;
  --link-color--link-primary: var(--base-color-neutral--black);
  --primary-color: #333;
  --text-color--tomlinkcolorlight: #2142e7;
  --base-color-brand--color: #3898ec;
  --text-color--tomtextprimary: #4b5563;
  --border-color--border-primary: var(--base-color-neutral--black);
  --base-color-neutral--black: black;
  --base-color-neutral--white: white;
  --base-color-brand--black: black;
  --base-color-brand--white: white;
  --dark-blue: var(--base-color-brand--color);
  --text-color--primary-button-color: #188fff;
  --inter: Inter, sans-serif;
  --text-color--color-2: white;
  --tomneutrallightest: #eee;
  --black-archive\<deleted\|variable-dccb7db6\>: black;
  --background-color--background-secondary: var(--tomneutrallightest);
  --background-color--background-alternate: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
  --background-color--background-tertiary: var(--base-color-neutral--neutral-light);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-secondary: var(--base-color-neutral--black);
  --background-color--background-success: var(--base-color-system--success-green-light);
  --text-color--text-success: var(--base-color-system--success-green);
  --background-color--background-error: var(--base-color-system--error-red-light);
  --text-color--text-error: var(--base-color-system--error-red);
  --button_hover_grey_background: #f4f6ff;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-light: #aaa;
  --background-color--color: #e3f2fd;
  --background-color--light-gold: #fffaea;
  --border-color--border-secondary: var(--border-color--color);
  --link-color--link-secondary: var(--base-color-neutral--neutral-light);
  --text-color--orange: orange;
  --background-color--ruby-red-from-arcade: #ff005c;
  --base-color-system--error-red: #b42318;
  --text-color--light-grey-bckground-tom: #f9fafb;
  --background-color--light-blus: #e3eeff;
  --text-color--link-color-700: #182fa5;
  --tomlineargradient: #111827;
  --background-color--light-red: #ffdadd;
  --text-color--tom-light-grey: #374151;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-neutral--warm-biege: #f0ead6;
  --base-color-neutral--card-lighht-pink: #fff2fc;
  --base-color-system--success-green: #027a48;
  --base-color-system--success-green-light: #ecfdf3;
  --base-color-system--error-red-light: #fef3f2;
  --border-color--border-alternate: var(--base-color-neutral--white);
  --text-color--color: #3898ec;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  border-color: var(--border-color--color);
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary-2);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--text-color--text-primary-2);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.hide {
  display: none;
}

.text-style-link {
  color: var(--link-color--link-primary);
  font-family: Roboto, sans-serif;
  text-decoration: underline;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

.page-wrapper {
  max-width: 100%;
}

.container-large {
  width: 100%;
  max-width: 1163px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.container-large.pricing_section {
  max-width: 80%;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.max-width-large {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.max-width-large.align-center.demo-page {
  text-align: left;
  flex-flow: column;
  flex: 1;
  order: 1;
  align-self: auto;
}

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper {
  z-index: 8;
  position: static;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-tiny {
  margin: .25rem;
}

.margin-xxsmall {
  margin: .5rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .25rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: inline-flex;
}

.margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xxlarge {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Inter, sans-serif;
  display: flex;
}

.margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}

.margin-bottom.margin-small.background-text {
  background-image: linear-gradient(89deg, #ea12ad 19%, #fdbc15 100%, #fff);
}

.margin-bottom.margin-small.background-text.landing {
  margin-bottom: 0;
}

.margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall, .margin-bottom.margin-small, .margin-bottom.margin-small, .margin-bottom.margin-small, .margin-bottom.margin-small, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-right.margin-large {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge {
  margin-left: 0;
  margin-right: 0;
}

.margin-vertical.margin-xxsmall {
  margin-top: 1.2rem;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.5rem;
  display: block;
}

.margin-vertical.margin-xxsmall.talktous_margin {
  justify-content: flex-start;
  display: inline-flex;
}

.margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge {
  padding-bottom: 2rem;
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

.text-size-medium {
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
}

.text-size-medium.text-weight-bold {
  font-weight: 500;
}

.text-size-medium.text-color-white {
  font-size: 1.5rem;
  font-weight: 300;
}

.margin-top-auto {
  margin-top: auto;
}

.text-style-quote {
  border-left: .1875rem solid var(--text-color--text-primary-2);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.heading-style-h2 {
  font-family: Roboto, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.rl-styleguide_callout-link-wrapper-colors {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  border-radius: .6875rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.rl-styleguide_heading {
  z-index: 4;
  color: var(--text-color--text-primary-2);
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

.heading-style-h6 {
  color: var(--primary-color);
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.rl-styleguide_item-row.is-button-row {
  grid-template-columns: 19rem 1fr;
}

.icon-1x1-xsmall {
  color: var(--text-color--tomlinkcolorlight);
  width: 1.5rem;
  height: 1.5rem;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.icon-embed-medium {
  color: var(--base-color-brand--color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: inline-block;
}

.form_radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.heading-style-h5 {
  color: var(--text-color--tomtextprimary);
  font-family: Inter, sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
}

.text-style-strikethrough {
  font-family: Roboto, sans-serif;
  text-decoration: line-through;
}

.heading-style-h1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--primary-color);
  justify-content: center;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
}

.heading-style-h1.align-center {
  color: var(--primary-color);
  margin-bottom: 0;
  font-size: 2rem;
}

.form_checkbox-icon {
  border: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form_checkbox-label {
  margin-bottom: 0;
}

.text-size-tiny {
  font-family: Roboto, sans-serif;
  font-size: .75rem;
  font-weight: 300;
}

.form_field-label {
  margin-bottom: .5rem;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.button {
  border: 1px none var(--base-color-neutral--black);
  background-color: var(--text-color--tomlinkcolorlight);
  color: var(--base-color-neutral--white);
  text-align: center;
  border-radius: 8px;
  padding: .6rem 1.5rem;
  text-decoration: none;
}

.button.is-link {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  color: var(--base-color-brand--black);
  background-color: #0000;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  flex: none;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-secondary {
  background-color: var(--base-color-brand--color);
  color: var(--base-color-brand--white);
  border-style: none;
  display: block;
}

.button.is-secondary.is-alternate {
  background-color: var(--base-color-brand--black);
  color: var(--base-color-brand--white);
  border-style: none;
}

.button.is-secondary.is-small.is-alternate {
  border-style: none;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .5rem;
}

.button.is-alternate {
  border-style: solid;
  border-color: var(--base-color-neutral--white);
  background-color: var(--dark-blue);
  color: var(--base-color-brand--white);
}

.button.is-alternate.is-small {
  border-style: none;
  border-color: var(--base-color-brand--white);
}

.button.is-tertiary {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-color: #0000;
}

.button.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

.button.is-navbar3-button {
  background-color: var(--text-color--primary-button-color);
  font-family: var(--inter);
  margin-left: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 12px;
  line-height: 20px;
}

.button.max-width-full {
  background-color: var(--text-color--tomlinkcolorlight);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.button.max-width-full.is-pricing_comparison-button.special {
  background-color: var(--text-color--color-2);
  color: var(--primary-color);
  background-color: var(--text-color--color-2);
}

.button.max-width-full.special {
  background-color: var(--text-color--color-2);
  color: var(--primary-color);
}

.button.max-width-full.pricing_special {
  font-size: 1.3rem;
  font-weight: 400;
}

.button.is-secondary {
  color: var(--base-color-neutral--black);
  background-color: #0000;
}

.text-weight-normal {
  font-weight: 400;
}

.heading-style-h4 {
  font-family: Roboto, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

.text-style-italic {
  font-family: Roboto, sans-serif;
  font-style: italic;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.form_radio-label {
  margin-bottom: 0;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

.text-weight-light {
  font-weight: 300;
}

.rl-styleguide_label {
  color: var(--base-color-brand--color);
  white-space: nowrap;
  cursor: context-menu;
  background-color: #ebeffa;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  color: #bb4198;
  background-color: #f9eff6;
}

.text-size-regular {
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-align-right {
  text-align: right;
}

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

.icon-height-xlarge {
  height: 6.5rem;
}

.heading-style-h3 {
  font-family: Roboto, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.form_input {
  border: 1px solid var(--tomneutrallightest);
  background-color: var(--base-color-neutral--white);
  color: var(--text-color--text-primary-2);
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #0009;
}

.form_input.is-text-area {
  border-color: var(--tomneutrallightest);
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form_input.is-select-input {
  background-image: none;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
  font-family: Roboto, sans-serif;
}

.icon-embed-custom1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--dark-blue);
  text-align: center;
  flex-wrap: wrap;
  align-items: center;
  font-family: Roboto, sans-serif;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.text-color-white {
  color: var(--base-color-brand--white);
  text-align: center;
  justify-content: center;
  align-items: stretch;
  font-weight: 500;
  display: block;
}

.background-color-white {
  background-color: var(--base-color-neutral--white);
}

.text-style-muted {
  opacity: .6;
  font-family: Roboto, sans-serif;
}

.text-style-nowrap {
  white-space: nowrap;
  font-family: Roboto, sans-serif;
}

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

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.text-color-black {
  color: var(--black-archive\<deleted\|variable-dccb7db6\>);
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: inline-block;
}

.icon-embed-xsmall {
  color: var(--text-color--tomlinkcolorlight);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-height-xxsmall {
  height: 1rem;
}

.background-color-black {
  background-color: var(--base-color-brand--white);
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-primary-2);
  border-radius: .75rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-family: Open Sans, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.form_radio-icon {
  border: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form_radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.form_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-style-allcaps {
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
}

.rl-styleguide_callout-link_colors {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.icon-height-custom1 {
  height: 1.25rem;
}

.text-align-center {
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.text-size-small {
  font-family: Roboto, sans-serif;
  font-size: .875rem;
  font-weight: 300;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_field-wrapper {
  position: relative;
}

.icon-height-small {
  height: 2rem;
}

.icon-height-large {
  height: 5rem;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.text-rich-text {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 300;
}

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 300;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-weight: 300;
}

.text-rich-text p {
  text-align: justify;
  margin-bottom: 1rem;
  font-weight: 300;
}

.text-rich-text figcaption {
  border-left: 2px solid var(--text-color--text-primary-2);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.text-style-2lines {
  font-family: Roboto, sans-serif;
}

.icon-height-medium {
  height: 3rem;
}

.form_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

.icon-1x1-medium {
  color: var(--dark-blue);
  width: 3rem;
  height: 3rem;
}

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

.text-style-3lines {
  font-family: Roboto, sans-serif;
}

.text-size-large {
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
}

.icon-height-xsmall {
  height: 1.5rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

.rl-styleguide_spacing-all {
  display: none;
}

.pointer-events-none {
  pointer-events: none;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: var(--background-color--background-secondary);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed var(--border-color--border-primary);
}

.padding-global {
  z-index: 5;
  background-color: var(--base-color-brand--white);
  margin-top: 0;
  padding-bottom: 2rem;
  padding-left: 5%;
  padding-right: 5%;
  font-family: Inter, sans-serif;
  position: relative;
  inset: auto 0% 0%;
  overflow: visible;
}

.padding-global.hero-background {
  background-image: radial-gradient(circle farthest-side at 50% 100%, var(--dark-blue), white 88%);
  margin-top: 0;
}

.padding-global.hero-background.feature_page_hero {
  background-image: linear-gradient(0deg, var(--text-color--primary-button-color), #95cbff 0%, #b6dbff 33%, #cce6ff 48%, #ecf6ff 57%, white 64%);
}

.padding-global.changelog_header {
  margin-top: 2rem;
  padding-bottom: 8rem;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-large {
  text-align: left;
  background-color: #fff0;
  border: 1px #000;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0 10px;
  display: block;
}

.padding-section-large.special {
  margin-top: 160px;
  padding-bottom: 0;
}

.padding-section-large.narrow {
  padding-bottom: 0;
}

.spacer-tiny {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

.rl-styleguide_nav {
  z-index: 1000;
  background-color: var(--background-color--background-alternate);
  border-radius: .75rem;
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  color: var(--link-color--link-alternate);
  border-radius: .25rem;
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  background-color: var(--background-color--background-primary);
  color: var(--link-color--link-primary);
}

.rl-styleguide_subheading-small {
  font-size: 1rem;
  font-weight: 400;
}

.rl-styleguide_callout-heading-wrapper {
  font-size: 1.25rem;
  font-weight: 600;
}

.rl-styleguide_background-color-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.background-color-primary {
  background-color: var(--dark-blue);
}

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.background-color-secondary {
  background-color: var(--background-color--background-secondary);
}

.background-color-tertiary {
  background-color: var(--background-color--background-tertiary);
}

.background-color-alternative {
  background-color: var(--background-color--background-alternate);
}

.text-color-alternate {
  color: var(--text-color--text-alternate);
}

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

.text-color-primary {
  color: var(--text-color--text-primary-2);
}

.aspect-ratio-square {
  aspect-ratio: 1;
}

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: var(--background-color--background-secondary);
  min-width: 3rem;
  height: 100%;
  position: relative;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
}

.form_message-success-wrapper {
  padding: 0;
}

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar3_container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--tomneutrallightest);
  border-radius: 12px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 90%;
  max-width: 1400px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 10px;
  display: flex;
}

.navbar3_menu-button {
  padding: 0;
}

.navbar3_dropdown-toggle {
  grid-column-gap: .5rem;
  font-family: var(--inter);
  color: var(--link-color--link-primary);
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.navbar3_menu {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  display: inline-block;
  position: static;
}

.navbar3_logo-link-menu {
  padding-left: 0;
  display: none;
}

.navbar3_menu-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.navbar3_dropdown-list.w--open {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--background-color--background-primary);
  padding: 8px;
  position: absolute;
}

.navbar3_dropdown-link {
  color: var(--link-color--link-primary);
  padding: .5rem 1rem;
}

.navbar3_dropdown-link.w--current {
  color: var(--base-color-neutral--black);
}

.navbar3_logo-link {
  padding-left: 0;
}

.navbar3_menu-background {
  display: none;
  position: static;
}

.navbar3_link {
  font-family: var(--inter);
  color: var(--text-color--tomtextprimary);
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1rem;
  font-weight: 400;
}

.navbar3_link:hover {
  background-color: var(--button_hover_grey_background);
  border-radius: 12px;
}

.navbar3_link.w--current {
  color: var(--base-color-neutral--black);
}

.navbar3_link.special-logo-text {
  font-family: Roboto, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}

.navbar3_link.special-logo-text.w--current {
  font-family: var(--inter);
}

.navbar3_component {
  background-color: var(--background-color--background-primary);
  font-family: var(--inter);
  color: var(--text-color--tomtextprimary);
  text-align: center;
  border: 0 #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding: 1% 5%;
  display: flex;
}

.navbar3_tablet-menu-button {
  border: 1px solid var(--border-color--border-primary);
  color: var(--base-color-neutral--white);
  background-color: #000;
  margin-left: 1rem;
  padding: .5rem 1.5rem;
  display: none;
}

.testimonialbigperson {
  font-family: var(--inter);
  color: var(--text-color--tomtextprimary);
  font-weight: 500;
  text-decoration: underline;
}

.footer2_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer2_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer2_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  font-family: Inter, sans-serif;
  display: flex;
}

.footer2_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.footer2_right-wrapper {
  flex-direction: column;
  display: flex;
}

.success-message {
  background-color: var(--tomneutrallightest);
  padding: 1.5rem;
}

.footer2_link {
  color: var(--link-color--link-primary);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
}

.footer2_credit-text {
  text-align: left;
  font-size: .875rem;
}

.footer2_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.footer2_left-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.footer2_component {
  z-index: 5;
  color: var(--text-color--tomtextprimary);
  font-family: Inter, sans-serif;
  position: static;
  inset: auto 0% 0%;
}

.line-divider {
  background-color: var(--tomneutrallightest);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
  height: 1px;
}

.footer2_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
  font-family: Inter, sans-serif;
}

.footer2_legal-link {
  color: var(--link-color--link-primary);
  font-size: .875rem;
  text-decoration: underline;
}

.footer2_logo-link {
  padding-left: 0;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.section_product-updates_header {
  position: relative;
}

.product-updates_header_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.product-updates_header_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.product-updates_featured-updates-list-header_item {
  border: 1px solid var(--base-color-neutral--neutral-lighter);
}

.product-updates_featured-updates-list-header_title-wrapper {
  margin-bottom: .5rem;
}

.product-updates_featured-updates-list-header_item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.product-updates_featured-updates-list-header_category-wrapper {
  margin-bottom: .5rem;
  display: flex;
}

.product-updates_featured-updates-list-header_component {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.product-updates_featured-updates-list-header_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.product-updates_featured-updates-list-header_image {
  aspect-ratio: 16 / 9;
  background-color: var(--background-color--color);
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.product-updates_featured-updates-list-header_author-image-wrapper {
  margin-right: 1rem;
}

.product-updates_featured-updates-list-header_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.product-updates_featured-updates-list-header_author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.product-updates_featured-updates-list-header_item-link {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.product-updates_featured-updates-list-header_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.product-updates_featured-updates-list-header_date-wrapper {
  align-items: center;
  display: flex;
}

.product-updates_featured-updates-list-header_list-wrapper {
  text-align: left;
  flex: 0 auto;
  align-self: auto;
  display: block;
}

.update-item_header_image {
  aspect-ratio: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.update-item_header_date-wrapper {
  margin-top: .25rem;
  display: flex;
}

.update-item_header_image-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.breadcrumb-divider {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.update-item_header_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.update-item_header_author-wrapper {
  align-items: center;
  display: flex;
}

.update-item_header_content-top {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.update-item_header_breadcrumb {
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
  display: flex;
}

.breadcrumb-link {
  color: var(--base-color-neutral--black);
  text-decoration: none;
}

.breadcrumb-link.w--current, .breadcrumb-link.is-active {
  font-weight: 500;
}

.update-item_header_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.update-item_header_social-link {
  background-color: var(--tomneutrallightest);
  border-radius: 20px;
  padding: .25rem;
}

.update-item_header_author-image-wrapper {
  margin-right: 1rem;
}

.update-item_header_title-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.update-item_header_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  display: grid;
}

.update-item_body_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.update-item_body_author-wrapper {
  align-items: center;
  display: flex;
}

.update-item_body_content {
  margin-bottom: 4rem;
}

.update-item_body_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.update-item_body_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  display: grid;
}

.update-item_body_divider {
  background-color: var(--base-color-neutral--black);
  width: 100%;
  max-width: 48rem;
  height: 1px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.update-item_body_tag-item {
  background-color: var(--tomneutrallightest);
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.update-item_body_tag-item.w--current {
  border-bottom: 2px solid var(--base-color-neutral--black);
}

.update-item_body_author-image-wrapper {
  margin-right: 1rem;
}

.update-item_body_social-link {
  background-color: var(--tomneutrallightest);
  border-radius: 20px;
  padding: .25rem;
}

.update-item_body_share-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.update-item_body_tag-list-wrapper {
  width: 50%;
}

.update-item_body_content-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.update-item_cta_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.update-item_cta_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section_update-item_cta {
  position: relative;
}

.update-item_testimonial_component {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.update-item_testimonial_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
}

.update-item_testimonial_logo {
  max-height: 3.5rem;
}

.update-item_testimonial_client-image-wrapper {
  margin-bottom: 1rem;
}

.update-item_faq_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.update-item_faq_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.update-item_faq_answer {
  overflow: hidden;
}

.update-item_faq_component {
  border-bottom: 1px solid var(--border-color--border-primary);
}

.update-item_faq_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.knowledge-base_resources-list_component {
  text-align: center;
  flex-direction: column;
  align-items: center;
}

.knowledge-base_resources-list_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.knowledge-base_resources-list_button-row.show-mobile-landscape {
  display: none;
}

.text-link {
  color: var(--text-color--tomlinkcolorlight);
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-items: stretch;
  font-size: 1.1rem;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.success-text {
  font-weight: 600;
}

.signup-form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.section_knowledge-base_cta-form {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: block;
  position: relative;
}

.error-text {
  color: #e23939;
}

.contact5_content {
  font-family: Inter, sans-serif;
}

.home_cta_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: static;
  inset: 0%;
}

.timeoff-management-as-an-absence-management-solution_cta_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.timeoff-management-as-an-absence-management-solution_cta_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--base-color-brand--color);
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.timeoff-management-as-an-absence-management-solution_cta_background-image-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.timeoff-management-as-an-absence-management-solution_cta_card {
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  display: flex;
  position: relative;
}

.pricing_header_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.pricing_header_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.section_pricing_header {
  position: relative;
}

.pricing_pricing_icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.pricing_pricing_plans {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.pricing_pricing_feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 300;
  display: grid;
}

.pricing_pricing_component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.pricing_pricing_plan {
  border: 1px solid var(--tomneutrallightest);
  border-radius: 20px;
  padding: 2rem;
}

.pricing_pricing_plan.color_card-pink {
  background-color: var(--base-color-brand--white);
  background-image: linear-gradient(180deg, var(--background-color--background-error), white);
}

.pricing_pricing_plan.card-colored {
  background-color: #fffaea54;
  background-image: none;
  background-size: auto;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-bottom: 20px;
  padding-bottom: 2rem;
  display: inline-block;
  box-shadow: 0 2px 5px #0003;
}

.pricing_pricing_plan.colored {
  background-color: var(--base-color-neutral--white);
  background-image: linear-gradient(180deg, var(--background-color--light-gold), #fffcf2 16%, white);
}

.pricing_pricing_divider {
  background-color: var(--button_hover_grey_background);
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pricing_pricing_feature {
  color: var(--primary-color);
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
}

.pricing_comparison_top-row-content {
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 2rem 1.5rem;
  display: flex;
}

.pricing_comparison_top-row-content.is-first {
  -webkit-text-stroke-color: var(--border-color--border-secondary);
  border: 1px #000;
  justify-content: center;
  align-items: flex-start;
}

.pricing_comparison_heading-row {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--tomneutrallightest) black black;
  margin-top: 40px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.pricing_comparison_feature {
  border: 1px #000;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1.5rem;
  font-size: .875rem;
  font-weight: 300;
}

.pricing_comparison_row-content {
  text-align: center;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-weight: 600;
  display: flex;
}

.pricing_comparison_row-content.is-first {
  border: 1px #000;
}

.pricing_comparison_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  align-items: stretch;
}

.pricing_comparison_top-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--base-color-neutral--white);
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  position: sticky;
  top: 60px;
}

.pricing_comparison_component {
  box-sizing: border-box;
  border: 1px #000;
  width: 100%;
  max-width: 100%;
}

.pricing_comparison_empty-space {
  border: 1px #000;
}

.pricing_cta_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.pricing_cta_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section_pricing_cta {
  position: relative;
}

.pricing_faq_component {
  border: 1px #000;
}

.pricing_faq_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.pricing_faq_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  border: 1px #000;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  font-weight: 400;
  display: flex;
}

.pricing_faq_accordion {
  border: 1px none var(--border-color--border-primary);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.pricing_faq_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1rem;
  overflow: hidden;
}

.pricing_faq_icon-wrappper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.knowledge-base-item_cta_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.section_knowledge-base-item_cta {
  position: relative;
}

.knowledge-base-item_cta_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.mainsubhero {
  margin-bottom: 4rem;
}

.padding-global-2 {
  border: 1px none var(--border-color--color);
  font-family: var(--inter);
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 5%;
  padding-right: 5%;
  overflow: hidden;
}

.testimonial4_component {
  border: 1px none var(--button_hover_grey_background);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.testimonial4_component.special {
  margin-top: 0;
  font-weight: 300;
}

.testimonial4_component.cta_section {
  margin-top: 0;
}

.testimonial4_logo {
  max-height: 3rem;
}

.testimonial4_rating-wrapper {
  display: flex;
}

.testimonial4_rating-icon {
  color: var(--base-color-neutral--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonialbigaboutwrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  border: 1px #000;
  align-items: center;
  font-family: Inter, sans-serif;
  font-weight: 600;
  display: flex;
}

.testimonialbigdivider {
  background-color: var(--border-color--color);
  color: var(--text-color--tomtextprimary);
  -webkit-text-stroke-color: var(--text-color--tomtextprimary);
  border: 1px #000;
  align-self: stretch;
  width: 1px;
}

.testimonial4_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.cta41_card {
  border: 1px none var(--base-color-brand--white);
  background-color: var(--dark-blue);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 4rem;
  display: flex;
  position: relative;
}

.cta41_background-image-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.cta41_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.contact16_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.contact16_contact-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.contact16_item {
  display: flex;
}

.contact16_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.heading {
  color: var(--text-color--text-primary-2);
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.paragraph {
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.link {
  color: var(--text-color--tomlinkcolorlight);
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.block-quote, .paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8 {
  font-family: Roboto, sans-serif;
}

.features-metrics {
  background-color: var(--background-color--background-primary);
  border-bottom: 1px solid #e4ebf3;
  margin-top: 139px;
  padding: 60px 0 0;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.features-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-title {
  color: var(--text-color--tomtextprimary);
  margin-bottom: 8px;
  font-size: 50px;
  font-weight: 600;
  line-height: 48px;
}

.heading-style-h4-2 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

.button-2 {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-2.is-secondary {
  color: var(--base-color-neutral--black);
  background-color: #0000;
}

.text-block-4, .text-block-5, .text-block-6 {
  color: var(--text-color--tomtextprimary);
  font-weight: 300;
}

.button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.padding-section-large-2 {
  background-color: var(--base-color-brand--white);
  text-align: center;
  max-width: 100%;
  padding-top: 4rem;
  padding-bottom: 2rem;
  font-family: Roboto, sans-serif;
}

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

.header129_image1 {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  box-shadow: 1px 3px 12px 5px #0003;
}

.header129_image-wrapper1 {
  width: 100%;
  margin-left: 10%;
  margin-right: 10%;
}

.header129_image-group {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: 90%;
  display: flex;
  position: relative;
}

.header129_image-wrapper2 {
  width: 35%;
  position: absolute;
  inset: auto auto 10% 0%;
}

.header129_image2 {
  box-sizing: border-box;
  aspect-ratio: 2;
  object-fit: cover;
  border-radius: 12px;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
  overflow: clip;
  box-shadow: 1px 3px 12px 5px #0003;
}

.navbar-dropdown1_component {
  margin-left: 0;
  margin-right: 0;
}

.navbar-dropdown1_dropdown-toggle {
  grid-column-gap: .5rem;
  font-family: var(--inter);
  border-radius: 12px;
  align-items: center;
  padding: .5rem 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  display: flex;
}

.navbar-dropdown1_dropdown-toggle:hover {
  background-color: var(--button_hover_grey_background);
}

.navbar-dropdown1_dropdown-list.w--open {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  padding: .5rem;
}

.navbar-dropdown1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar-dropdown1_dropdown-link.w--current {
  color: var(--base-color-neutral--black);
}

.padding-global-10 {
  color: #000;
  margin-bottom: 0;
  padding-left: 5%;
  padding-right: 5%;
  font-family: Inter, sans-serif;
}

.padding-global-10.special {
  margin-bottom: 0;
}

.text-block-11 {
  font-size: .875rem;
  font-weight: 300;
}

.text-block-12, .text-block-13, .text-block-14, .text-block-15, .text-block-16, .text-block-17, .text-block-18, .text-block-19, .text-block-20, .text-block-21, .text-block-22, .text-block-23, .text-block-24 {
  font-weight: 300;
}

.icon-embed-xxsmall-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.text-block-25 {
  color: var(--text-color--tomtextprimary);
  font-size: .875rem;
  font-weight: 300;
}

.text-block-26 {
  color: var(--primary-color);
  font-size: 1.2rem;
  font-weight: 400;
}

.text-block-27 {
  font-size: .875rem;
  font-weight: 300;
}

.text-block-28, .text-block-29 {
  font-weight: 300;
}

.blog42_meta-wrapper {
  color: var(--link-color--link-secondary);
  margin-bottom: 1rem;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.blog42_list {
  grid-column-gap: 2rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 60px;
  display: grid;
}

.blog42_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
  width: 100%;
  height: 100%;
}

.blog42_image-wrapper {
  background-image: url('../images/TimeOff-in-Google-Calendar.gif');
  background-position: 0 0;
  background-size: auto;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
  overflow: hidden;
}

.blog42_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.blog42_heading {
  flex: 1;
}

.heading-style-h5-4 {
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.blog42_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.text-size-regular-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  display: block;
}

.text-size-small-2 {
  font-size: .875rem;
}

.text-size-small-2.text-weight-semibold.text-inline {
  vertical-align: text-bottom;
  justify-content: flex-start;
  display: inline;
}

.text-size-medium-11 {
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
}

.blog42_item {
  border: 1px solid var(--tomneutrallightest);
  border-radius: 12px;
  padding-bottom: 40px;
}

.blog42_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

.padding-global-13 {
  border: 1px solid var(--button_hover_grey_background);
  border-radius: 20px;
  padding-left: 5%;
  padding-right: 5%;
  font-family: Inter, sans-serif;
}

.blog42_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.blog42_button-row.show-mobile-landscape {
  display: none;
}

.blog42_list-wrapper {
  margin-bottom: 40px;
}

.padding-global-14 {
  padding-left: 5%;
  padding-right: 5%;
}

.heading-39 {
  color: #0000;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.bold-text {
  font-size: 1rem;
  font-weight: 300;
}

.blog-post-header2_image-wrapper {
  width: 100%;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.blog-post-header2_meta-wrapper {
  margin-bottom: 1rem;
}

.blog-post-header2_content-bottom {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.padding-global-15 {
  padding-left: 5%;
  padding-right: 5%;
  font-family: Roboto, sans-serif;
}

.blog-post-header2_title-wrapper {
  font-family: Inter, sans-serif;
}

.blog-post-header2_image {
  aspect-ratio: 5 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.heading-style-h2-2 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h2-2.text-align-left {
  text-align: left;
  align-self: flex-start;
  font-weight: 500;
}

.blog-post-header2_author-wrapper {
  align-items: center;
  font-family: Inter, sans-serif;
  display: flex;
}

.padding-global-18 {
  padding-left: 5%;
  padding-right: 5%;
  font-family: Roboto, sans-serif;
}

.content30_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.content30_author-image-wrapper {
  margin-bottom: 1rem;
}

.text-size-medium-15 {
  font-size: 1.125rem;
}

.content30_content-top {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 2.5rem;
  display: flex;
}

.content30_content {
  margin-bottom: 4rem;
}

.content30_divider {
  background-color: var(--base-color-neutral--black);
  width: 100%;
  max-width: 48rem;
  height: 1px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.content30_author-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  display: flex;
}

.bold-text-2, .bold-text-4, .bold-text-5 {
  font-weight: 500;
}

.included-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #f6f7f7;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  min-height: 340px;
  padding: 0;
  display: flex;
}

.included-card.figma-card {
  grid-column-gap: 56px;
  text-align: left;
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  min-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 32px;
  font-family: Inter, sans-serif;
}

.wrap-figma-content {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.no-margins {
  color: #282c32;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.paragraph-49 {
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.title-wrap-accent-block-sales {
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  align-content: center;
  align-items: center;
  max-width: none;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.heading-41 {
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.contact5_icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.contact5_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.contact5_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  font-family: Roboto, sans-serif;
  display: grid;
}

.contact5_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-medium-17 {
  font-size: 1.125rem;
  font-weight: 300;
}

.icon-embed-xsmall-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.contact5_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-weight: 300;
  display: grid;
}

.contact5_item {
  display: flex;
}

.contact5_heading-wrapper {
  text-align: left;
}

.heading-42 {
  font-weight: 500;
}

.text-size-tiny-2 {
  font-size: .75rem;
}

.cta52_card {
  border: 1px none var(--border-color--border-primary);
  background-color: var(--dark-blue);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  display: flex;
}

.section_cta52 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: block;
  position: relative;
}

.cta52_form-block {
  max-width: 30rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.text-size-medium-18 {
  font-size: 1.125rem;
}

.cta52_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.faq1_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.faq1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq1_answer {
  overflow: hidden;
}

.faq1_component {
  border-bottom: 1px solid var(--border-color--border-primary);
}

.text-size-medium-19 {
  font-size: 1.125rem;
  font-weight: 300;
}

.text-size-medium-19.text-weight-bold {
  font-weight: 500;
}

.faq1_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.testimonial19_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.testimonial19_component {
  background-color: #0000;
  height: auto;
  padding-bottom: 4rem;
  padding-left: .875rem;
  padding-right: .875rem;
  overflow: hidden;
}

.testimonial19_client {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.testimonial19_mask {
  width: 33.33%;
  overflow: visible;
}

.testimonial19_card {
  border: 1px solid var(--border-color--border-primary);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.testimonial19_rating-icon {
  color: var(--base-color-neutral--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial19_arrow-icon {
  color: var(--base-color-neutral--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.testimonial19_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.testimonial19_slide {
  padding-left: 1rem;
  padding-right: 1rem;
}

.text-size-medium-20 {
  font-size: 1.125rem;
  font-weight: 300;
}

.icon-embed-xsmall-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.testimonial19_rating-wrapper {
  margin-bottom: 1.5rem;
  display: flex;
}

.testimonial19_arrow {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  bottom: 4rem;
}

.heading-43 {
  font-weight: 500;
}

.paragraph-50, .paragraph-51, .paragraph-52, .paragraph-53, .paragraph-54 {
  font-weight: 300;
}

.heading-44, .heading-45 {
  font-weight: 500;
}

.heading-46 {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 2rem;
}

.paragraph-58 {
  color: var(--primary-color);
  font-size: 1rem;
  font-weight: 300;
}

.paragraph-59, .paragraph-60, .paragraph-61 {
  font-weight: 300;
}

.paragraph-62 {
  font-size: 1rem;
  font-weight: 300;
}

.section_team20 {
  object-fit: fill;
  font-family: Roboto, sans-serif;
}

.team20_content {
  flex-direction: column;
  align-items: center;
}

.team20_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.team20_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.team20_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.team20_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  width: 100%;
  display: grid;
}

.team20_item {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-size-large-3 {
  font-size: 1.25rem;
}

.text-size-large-3.text-weight-semibold {
  font-weight: 500;
}

.text-size-medium-22 {
  font-size: 1.125rem;
  font-weight: 300;
}

.padding-global-20 {
  z-index: 2;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
  transform: translate(0);
}

.timeline1_line {
  background-color: var(--base-color-neutral--neutral-lighter);
  color: var(--text-color--tomlinkcolorlight);
  background-image: url('../images/64ad57de0ec8d4b7dc92787e_Ellipse-11-1.png');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
  width: 3px;
  height: 100%;
}

.heading-style-h5-6 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.timeline1_item {
  z-index: 2;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  display: flex;
}

.timeline1_progress {
  border: 1px none var(--text-color--tomlinkcolorlight);
  flex-direction: column;
  align-items: center;
  width: 2rem;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.timeline1_content-right {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.timeline1_fade-overlay-bottom {
  z-index: 0;
  background-image: linear-gradient(180deg, #fff0, var(--background-color--background-primary));
  width: 4px;
  height: 4rem;
  position: absolute;
  bottom: 0%;
}

.text-size-regular-3 {
  font-size: 1rem;
  font-weight: 300;
}

.timeline1_row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.section_timeline1 {
  background-color: var(--background-color--background-primary);
}

.timeline1_progress-line-cover {
  background-color: var(--background-color--background-primary);
  text-align: left;
  order: 0;
  align-self: auto;
  width: 100%;
  height: 50vh;
  position: absolute;
  top: -50vh;
}

.timeline1_circle {
  z-index: 2;
  background-color: var(--background-color--background-alternate);
  box-shadow: 0 0 0 8px var(--background-color--background-primary);
  color: var(--text-color--tomlinkcolorlight);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .9375rem;
  margin-top: 2rem;
}

.timeline1_fade-overlay-top {
  z-index: 1;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  width: 2px;
  height: 4rem;
  position: absolute;
}

.text-size-medium-23 {
  font-size: 1.125rem;
  font-weight: 300;
}

.timeline1_component {
  grid-column-gap: 2.4rem;
  grid-row-gap: 12.8rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  margin-top: 2rem;
  display: grid;
  position: relative;
}

.timeline1_component.mobile, .timeline1_component.mobile-copy {
  grid-row-gap: 14rem;
  grid-template-rows: auto auto auto;
  margin-right: 60px;
}

.padding-global-21 {
  padding-left: 5%;
  padding-right: 5%;
  font-family: Roboto, sans-serif;
}

.timeline1_progress-line {
  opacity: .43;
  background-color: #fff0;
  background-image: url('../images/64ad57de0ec8d4b7dc92787e_Ellipse-11-1.png');
  background-position: 50%;
  background-size: cover;
  width: 3px;
  height: 50vh;
  margin-top: -50vh;
  position: sticky;
  top: 0;
  left: -184px;
}

.timeline1_circle-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 8rem;
  height: 100%;
  margin-left: -8rem;
  display: flex;
  position: absolute;
  inset: 0% auto 0% -73.2%;
}

.timeline1_content-left {
  z-index: 3;
  margin-left: 60px;
  padding-right: 4rem;
  position: static;
  top: 5rem;
}

.heading-style-h5-7 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.4;
}

.testimonial4_client-2 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.padding-global-22 {
  padding-left: 5%;
  padding-right: 5%;
}

.icon-embed-xsmall-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-embed-xsmall-6.review-stars {
  color: var(--text-color--orange);
}

.heading-49 {
  font-weight: 500;
}

.paragraph-63, .paragraph-64, .paragraph-65, .paragraph-66 {
  font-weight: 300;
}

.heading-50, .heading-51, .heading-52 {
  font-weight: 500;
}

.paragraph-67 {
  font-weight: 300;
}

.heading-54 {
  font-weight: 500;
}

.text-size-medium-26 {
  font-size: 1.125rem;
}

.text-size-medium-26.text-color-white {
  font-size: 1.3rem;
  font-weight: 300;
}

.event6_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--base-color-neutral--neutral-lighter);
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 2rem;
  display: grid;
  overflow: hidden;
}

.padding-section-large-6 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  font-family: Inter, sans-serif;
}

.heading-style-h5-11 {
  font-family: Roboto, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.event6_item-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.event6_title {
  align-items: center;
  display: flex;
}

.padding-global-26 {
  padding-left: 5%;
  padding-right: 5%;
}

.event6_list-wrapper {
  overflow: hidden;
}

.event6_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-68, .paragraph-69 {
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.paragraph-70 {
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.breadcrumb_component {
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  display: flex;
}

.text-block-33 {
  font-weight: 300;
}

.text-block-34, .text-block-35 {
  font-weight: 400;
}

.cta45_button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cta45_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.padding-section-large-7 {
  padding-top: 0;
  padding-bottom: 7rem;
}

.cta45_card {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  border: 1px none var(--border-color--border-primary);
  background-color: var(--dark-blue);
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 5rem 3rem;
  font-family: Roboto, sans-serif;
  display: grid;
}

.cta45_content {
  flex: 1;
}

.padding-global-27 {
  padding-left: 5%;
  padding-right: 5%;
}

.heading-55 {
  font-weight: 500;
}

.heading-55.text-color-white {
  font-size: 3rem;
}

.text-block-36 {
  color: var(--text-color--tomtextprimary);
}

.max-width-mobile {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.max-width-mobile.background-text {
  background-image: linear-gradient(180deg, #ea12ad, var(--text-color--orange));
}

.tab-link {
  direction: rtl;
  color: #333;
  background-color: #ddd0;
  flex: 0 auto;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px 5px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.tab-link:hover {
  background-color: #ebeef166;
  border: 1px #f9fafb;
  border-radius: 12px;
}

.tab-link.w--current {
  border: 1px solid var(--border-color--border-secondary);
  background-color: var(--base-color-brand--white);
  color: #000;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 2px 5px -2px #0003;
}

.section-header {
  text-align: center;
  vertical-align: baseline;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-top: 2rem;
  margin-bottom: 6rem;
  display: flex;
}

.paddingxxl {
  text-align: center;
  padding: 5rem 5rem 0;
  font-family: Inter, sans-serif;
  font-weight: 500;
  overflow: visible;
}

.paddingxxl.top {
  padding-top: 4rem;
}

.section-features {
  text-align: center;
  background-color: #fff;
}

.integrations-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.integrations-text-wrap {
  width: 100%;
}

.frontpagefeaturelist {
  grid-column-gap: 15rem;
  grid-row-gap: 15rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: inline-block;
}

.text-block-39 {
  color: #333;
  font-size: 1rem;
  line-height: 1.5rem;
}

.section-header-tag {
  color: var(--text-color--tomlinkcolorlight);
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: .5rem 1rem .5rem 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
}

.code-embed-3 {
  background-image: radial-gradient(circle, #188fff, #fff);
  border: 1px solid #188fff;
  border-radius: 20px;
  padding: 0 20px;
  position: relative;
  bottom: -39px;
}

.code-embed-3.big {
  border-style: none;
  padding: 0 20px;
  position: relative;
  top: auto;
  bottom: auto;
  overflow: visible;
}

.code-embed-3.front_page {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.integrations-card {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  background-color: #301102;
  background-image: linear-gradient(to bottom, #0000006b, #0000006b), radial-gradient(circle farthest-corner at 50% 50%, var(--background-color--ruby-red-from-arcade) 100%, white);
  border-radius: 16px;
  flex-flow: column;
  padding: 4rem 2rem;
  display: flex;
}

.integrations-card.ipad {
  background-color: var(--base-color-system--error-red);
  background-image: linear-gradient(to bottom, #0000006b, #0000006b), radial-gradient(circle farthest-corner at 50% 50%, var(--background-color--ruby-red-from-arcade) 100%, white);
  justify-content: center;
  align-items: center;
  margin-top: 140px;
}

.heading-style-h3-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 2.75rem;
}

.section-integrations {
  background-color: #fbfcfd;
}

.feature-list-wrap {
  margin-top: 100px;
  margin-bottom: 100px;
}

.tabs {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.hero-text-content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  color: var(--text-color--tomtextprimary);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.hero-text-content.special {
  margin-bottom: 100px;
}

.hero-text-content.background_light_pink_smadge {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: center;
  background-image: url('../images/background-light.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  margin-bottom: 100px;
}

.hero-text-content.background_light_pink_smadge.ipad {
  background-image: url('../images/background-light.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  margin-bottom: 100px;
  padding-bottom: 0;
}

.hero-text-content.background_dark_red_smudge {
  background-image: linear-gradient(#fff6, #fff6), url('../images/64ad57de0ec8d4b7dc92787e_Ellipse-11-1.png');
  background-position: 0 0, 50% 120%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  margin-bottom: 0;
  padding-bottom: 0;
}

.text-size-regular-5 {
  color: var(--primary-color);
  font-size: 1rem;
}

.text-size-regular-5.text-weight-medium.text-color-white {
  font-size: 1.2rem;
}

.tabs_arcade_wrapper {
  background-color: #f4f6ff;
  border-radius: 12px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  overflow: clip;
}

.tab-pane-content.front_page {
  margin-bottom: 60px;
}

.hero-header-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mainhero {
  z-index: 0;
  background-image: radial-gradient(circle farthest-side at 50% 100%, #188fff, #fff);
  font-family: Inter, sans-serif;
  position: static;
  bottom: auto;
}

.tab-pane-item {
  background-image: linear-gradient(107deg, #f3f4f5 26%, #ebffee);
  border-radius: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  height: 33rem;
  padding: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tab-pane-item.three {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-image: none;
  justify-content: center;
  align-items: center;
  height: 33rem;
  margin-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
  display: inline-flex;
  overflow: clip;
}

.tabs-menu {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--text-color--light-grey-bckground-tom);
  color: var(--text-color--tomtextprimary);
  border-radius: 20px;
  margin-bottom: 3rem;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  display: inline-block;
}

.max-width-medium-2 {
  width: 100%;
  max-width: none;
}

.tab-pane-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  max-width: 100%;
  display: inline-flex;
}

.frontpagefeaturelistitemtext {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: left;
  flex-flow: column;
  align-self: center;
  width: 80%;
  display: block;
}

.feature-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.tomtextlarge {
  color: #374151;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.75rem;
}

.tomtextlarge.text-align-center {
  color: #111827b3;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  line-height: 2.5rem;
}

.tomtextlarge.text-color-grey.extra-space {
  margin-top: 40px;
  font-size: 1.2rem;
}

.tomtextlarge.text-color-grey {
  color: #4b5563;
  vertical-align: baseline;
  vertical-align: baseline;
  vertical-align: baseline;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.75rem;
  display: block;
}

.heading-style-h1-6 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.heading-style-h1-6.text-align-center.text-color-hero {
  color: var(--primary-color);
  text-align: left;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 1.2;
}

.heading-style-h1-6.text-align-center.text-color-white {
  color: var(--text-color--tomtextprimary);
  font-size: 3rem;
  font-weight: 600;
  line-height: 3.5rem;
}

.section-feature-list {
  display: inline-block;
}

.hero-content {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  display: flex;
}

.tag-pane-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  width: 51%;
  max-width: none;
  display: flex;
}

.hero-image-wrap {
  color: var(--text-color--tomtextprimary);
  max-width: 100%;
  margin-top: -250px;
  padding-left: 0;
  position: relative;
  top: 143px;
}

.frontpagefeaturelistitemimage {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/Untitled-600-x-600-px-3.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 540px;
  display: inline-flex;
  transform: translate(0);
}

.frontpagefeaturelistitemimage.right-side {
  order: -1;
  align-items: flex-start;
}

.frontpagefeaturelistitemimage.right-side.ipad_view {
  background-image: url('../images/Untitled-600-x-600-px-3.svg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 540px;
}

.frontpagefeaturelistitemimage.special {
  background-image: url('../images/Untitled-design-29.png');
  background-position: 50%;
  background-size: auto;
}

.section-testimonial {
  background-color: #fff;
}

.integrations-heading-wrap {
  width: 100%;
}

.testimonialbigsignature {
  font-family: var(--inter);
  color: var(--text-color--tomtextprimary);
  font-weight: 300;
}

.tomheadermain {
  color: var(--primary-color);
  max-width: 80%;
  margin-top: 0;
  margin-bottom: .4rem;
  font-family: Inter, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 3.5rem;
  display: inline-block;
}

.heading-60 {
  color: var(--primary-color);
  text-align: left;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 2.75rem;
}

.heading-60.aligh-centre {
  text-align: center;
  justify-content: center;
  display: flex;
}

.heading-60.special {
  color: var(--primary-color);
  margin-bottom: 0;
}

.text-block-41 {
  color: #333;
  margin-right: auto;
}

.tomsubheadermain {
  color: var(--text-color--tomtextprimary);
  text-align: left;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8rem;
  display: inline-block;
}

.tomsubheadermain.demo-page {
  text-align: left;
  margin-top: 0;
  padding-left: 20px;
}

.tomsubheadermain.align-center {
  text-align: center;
}

.link-3, .text-block-42 {
  text-decoration: none;
}

.text-block-42:active {
  border: 1px #000;
  text-decoration: none;
}

.heading-61 {
  color: var(--primary-color);
  max-width: 80%;
  margin-top: 0;
  margin-bottom: .4rem;
  font-family: Inter, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 3.5rem;
  display: inline-block;
}

.section-header-2 {
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.padding-xxlarge-3 {
  padding: 4rem 5rem 5rem;
  font-family: Inter, sans-serif;
  overflow: visible;
}

.padding-xxlarge-3.new {
  text-align: center;
  padding-top: 8rem;
}

.padding-xxlarge-3.special {
  padding-bottom: 0;
}

.padding-xxlarge-3.mobile {
  padding-left: 4rem;
  padding-right: 4rem;
}

.paragraph-75 {
  color: #374151;
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2rem;
  display: inline-block;
}

.div-block-4 {
  max-width: 80%;
  margin-bottom: 6.5rem;
  display: inline-block;
}

.div-block-4.second-div-block {
  margin-top: 3rem;
  margin-bottom: 8rem;
  display: inline-block;
}

.frontpagefeaturelistitem {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  order: 1;
  margin-top: 0;
  margin-bottom: 100px;
  display: flex;
}

.frontpagefeaturelistitem.special, .frontpagefeaturelistitem.mobile {
  margin-bottom: 200px;
}

.frontpagefeaturelistitem.aligh_centre {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 180px;
}

.padding-xxlarge-4 {
  opacity: 1;
  text-align: left;
  padding: 0 5rem 5rem;
  font-family: Inter, sans-serif;
}

.padding-xxlarge-4.special {
  padding-top: 0;
}

.padding-xxlarge-4.mobile {
  padding-right: 4rem;
}

.cta-content-wrap {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  opacity: 1;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.cta-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--text-color--light-grey-bckground-tom);
  background-color: var(--base-color-brand--white);
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.cta-header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 100px;
  display: flex;
}

.cta-header.red-smadge-background {
  background-image: linear-gradient(#f3c2cb29, #f3c2cb29), url('../images/64ad57de0ec8d4b7dc92787e_Ellipse-11-1.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 20px;
  margin-top: 200px;
  margin-bottom: 0;
  padding-bottom: 40px;
}

.cta-header.red-smadge-background.ipad {
  background-image: linear-gradient(#0000, #0000), url('../images/64ad57de0ec8d4b7dc92787e_Ellipse-11-1.png');
  background-position: 0 0, 50%;
  margin-top: 180px;
  margin-bottom: 40px;
}

.cta-header.red-smadge-background.ipad.landing {
  margin-top: 0;
}

.cta-header.red-smadge-background.ipad.special {
  background-image: linear-gradient(180deg, var(--background-color--light-blus), white);
  background-position: 0 0;
  margin-top: 140px;
}

.cta-header.red-smadge-background.pricing_page {
  margin-top: 100px;
}

.cta-header.red-smadge-background.book_demo_page {
  margin-top: 0;
}

.cta-header.blue-smadge-background {
  opacity: .9;
  background-image: url('../images/64ad57e99cd8a851ddcfcd04_blueish.png');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: auto;
  margin-top: 100px;
  padding-bottom: 40px;
}

.cta-header.blue-smadge-background.ipad_styling {
  background-repeat: repeat-x;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #188fff;
  border-radius: 8px;
  padding: 1rem 1.875rem;
  font-weight: 600;
  transition: all .2s;
}

.button-3:hover {
  background-color: #0f79dc;
}

.button-3.is-secondary {
  color: #000;
  background-color: #fff;
  border: 2px #000;
  border-bottom-width: .125rem;
}

.button-3.is-secondary:hover {
  background-color: #dadada;
}

.button-3.is-secondary.is-small.footer {
  color: var(--primary-color);
  border-radius: 12px;
}

.button-3.is-secondary.is-small.footer:hover {
  background-color: var(--background-color--light-gold);
}

.text-size-large-5 {
  font-size: 1.5rem;
}

.text-size-large-5.text-align-center.text-color-cta-grey {
  color: var(--text-color--tomtextprimary);
}

.text-size-large-5.text-color-cta-grey {
  color: var(--text-color--tomtextprimary);
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.75rem;
}

.section-cta {
  font-family: Inter, sans-serif;
}

.navbar-wrapper {
  z-index: 11;
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff0;
  background-image: linear-gradient(#fffffff2, #fffffff2);
  border: 1px solid #f5eeee;
  border-radius: 20px;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  padding: 0 10px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  transition: opacity .15ms cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: fixed;
  top: auto;
  box-shadow: 0 1px 2px #0003;
}

.navbar-wrapper.ipad_styling_navbar {
  box-shadow: none;
  border-style: none;
  border-radius: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.button-primary-2 {
  clear: left;
  border: 1px none var(--button_hover_grey_background);
  background-color: var(--text-color--tomlinkcolorlight);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 10px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-top: 20px;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
  display: inline-block;
}

.button-primary-2:hover {
  background-color: var(--text-color--tomlinkcolorlight);
  opacity: .79;
  color: #fff;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-2.background-color-alternative {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  background-color: var(--text-color--color-2);
  color: var(--primary-color);
  border-style: solid;
  justify-content: space-between;
  font-weight: 700;
  display: inline-flex;
  box-shadow: 0 2px 5px 2px #0003;
}

.button-primary-2.background-color-alternative.second-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-left: 20px;
}

.button-primary-2.alternative {
  border: 1.2px solid var(--border-color--border-secondary);
  background-color: var(--text-color--color-2);
  color: var(--primary-color);
}

.button-primary-2.alternative.changelog {
  background-image: url('../images/Untitled-design-24.png');
  background-position: 40%;
  background-size: cover;
}

.button-primary-2.fordropdownmenu {
  background-color: var(--text-color--tomlinkcolorlight);
  vertical-align: middle;
  display: inline;
}

.list-item {
  padding: 0;
}

.nav-link-accent {
  color: var(--text-color--tomtextprimary);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  z-index: 20;
  border: 1px solid var(--button_hover_grey_background);
  background-color: #fff;
  width: 550px;
  max-width: none;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.resourses_menu.w--open {
  margin-top: 0;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.short_menu.w--open {
  width: 250px;
  margin-top: 35px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-menu-two {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.text-block-44 {
  font-size: 1rem;
  line-height: 1.5rem;
}

.navbar-brand {
  margin-right: 100px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 8px 30px 8px 15px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
  background-color: #f4f6ff;
  border-radius: 12px;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link {
  letter-spacing: .25px;
  color: #333;
  background-color: #fff0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 8px 15px;
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration: none;
  display: flex;
}

.nav-link:hover {
  color: #333;
  background-color: #f4f6ff;
  border-radius: 12px;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown.ipad_styling {
  flex: 0 auto;
  order: 0;
  display: inline-flex;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.image-113 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--border-color--border-secondary);
  background-color: var(--text-color--light-grey-bckground-tom);
  border-radius: 12px;
  order: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 80%;
  height: auto;
  max-height: 100%;
  margin-top: 0;
  margin-left: 0;
  padding: 0;
  display: inline-flex;
}

.navbar-brand-text {
  color: var(--text-color--tomtextprimary);
  margin-left: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 500;
  display: inline;
}

.tabitemtext {
  flex: 1;
  align-self: flex-start;
  padding-left: 10px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  display: flex;
}

.image-114 {
  color: var(--text-color--link-color-700);
  display: block;
}

.feature_list_wrapper {
  margin-top: 20px;
  margin-bottom: 40px;
}

.column-2 {
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-3 {
  vertical-align: middle;
  padding-left: 0;
  display: inline-block;
}

.column-4 {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-5 {
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.column-6 {
  padding-left: 0;
  padding-right: 0;
}

.column-7, .column-8, .column-9 {
  padding-left: 0;
}

.grid-17 {
  grid-template-rows: auto;
}

.testomonial-italic {
  color: var(--text-color--tomtextprimary);
  font-size: 1rem;
  font-style: italic;
  font-weight: 300;
  text-decoration: none;
}

.text-span-12, .text-span-13 {
  font-weight: 500;
}

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

.div-block-6 {
  background-color: var(--base-color-brand--white);
  border-radius: 12px;
  justify-content: center;
  max-width: 100%;
  display: inline-block;
  box-shadow: 0 2px 5px #0003;
}

.image-115 {
  max-width: 161%;
  height: 42px;
  margin: 40px;
}

.column-10 {
  justify-content: center;
  display: inline-flex;
}

.intergration_logos_columns_wrappers {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  margin-top: 60px;
  display: block;
}

.columns {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  display: inline-block;
}

.tabgridwithchecks.one_column {
  grid-template-columns: 1fr;
}

.heading-63 {
  color: #0000;
  -webkit-text-stroke-color: var(--link-color--link-primary);
  font-weight: 600;
}

.heading-63.demo-page {
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 2.5rem;
  display: block;
}

.text-block-48 {
  color: var(--text-color--tomtextprimary);
  order: -1;
  font-size: 1rem;
  font-weight: 600;
}

.div-block-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: block;
}

.text-block-49 {
  color: var(--primary-color);
  font-size: .875rem;
  font-weight: 300;
}

.text-block-50, .text-block-51 {
  font-size: .875rem;
}

.text-block-52 {
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
}

.image-117 {
  box-shadow: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  display: block;
}

.image-118 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  vertical-align: middle;
  border-radius: 12px;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  max-width: 90%;
  display: block;
  position: static;
  box-shadow: 1px 2px 13px 5px #0003;
}

.image-119 {
  border-radius: 12px;
  max-width: 85%;
  overflow: clip;
  box-shadow: 1px 2px 13px 5px #0003;
}

.image-120 {
  box-shadow: none;
  border-radius: 12px;
  max-width: 85%;
}

.image-121, .image-122 {
  border-radius: 12px;
  max-width: 90%;
  box-shadow: 1px 3px 12px 5px #0003;
}

.image-123, .image-124, .image-125 {
  border-radius: 12px;
  max-width: 90%;
  box-shadow: 1px 2px 13px 5px #0003;
}

.text-span-14 {
  text-decoration: line-through;
}

.text-span-15 {
  color: var(--text-color--tomlinkcolorlight);
  padding-left: 10px;
  font-size: 4rem;
  font-weight: 600;
}

.container-20 {
  justify-content: center;
  align-items: center;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: inline-flex;
}

.paragraph-76 {
  text-align: left;
  margin-bottom: 20px;
  display: block;
}

.grid-9 {
  grid-column-gap: 26px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: stretch;
  max-width: none;
  display: grid;
}

.div-block-129 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
}

.div-block-18 {
  box-shadow: none;
  border: 1px solid #dfe8e4;
  border-radius: 5px;
  padding: 40px;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.link-5 {
  color: #222;
  text-align: left;
  letter-spacing: normal;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 19px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.link-5:hover {
  text-decoration: underline;
}

.link-5.link-to-setup {
  text-align: left;
  font-weight: 500;
}

.product-updates_featured-updates-list-header_item-2 {
  border: 1px solid #ccc;
  max-width: 100%;
  margin-bottom: 40px;
}

.product-updates_featured-updates-list-header_image-2 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background-color: #e3f2fd;
  border-radius: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.text-size-small-5 {
  font-size: .875rem;
  font-weight: 300;
}

.product-updates_featured-updates-list-header_image-copy {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background-color: #e3f2fd;
  border-radius: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.text-block-53 {
  text-align: justify;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.header4 {
  color: var(--primary-color);
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.8;
  text-decoration: none;
}

.image-main-blog {
  border-radius: 32px;
  width: 100%;
  max-width: 80%;
}

.heading-64 {
  font-family: Inter, sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
}

.heading-65 {
  font-size: 1.75rem;
  font-weight: 500;
}

.heading-66, .heading-67, .heading-68, .heading-69, .heading-70, .heading-71, .heading-72, .heading-73, .heading-74, .heading-75, .heading-76 {
  font-size: 1.75rem;
  font-weight: 600;
}

.image-128 {
  margin-left: .5rem;
}

.text-span-17 {
  font-size: 32px;
}

.testimonialsmallsignature {
  color: var(--text-color--tomtextprimary);
  font-style: italic;
  font-weight: 500;
}

.testimonialsmallquote {
  color: var(--text-color--tomtextprimary);
  font-style: italic;
  font-weight: 300;
}

.columns-4 {
  color: var(--text-color--tomtextprimary);
  display: inline-flex;
}

.columns-5 {
  margin-left: auto;
  margin-right: auto;
}

.link-6 {
  color: var(--primary-color);
  background-color: #0000;
  border: 1px #000;
  border-radius: .25rem;
  padding: 5px;
  font-family: Inter, sans-serif;
  text-decoration: none;
  display: inline-block;
}

.link-6:hover {
  text-decoration: underline;
}

.list-faq {
  color: #222;
  text-align: left;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.list-7 {
  color: var(--primary-color);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.list-item-10 {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  font-style: normal;
  text-decoration: none;
}

.list-item-10:active {
  color: #489fd9;
}

.list-item-10.hidden {
  display: none;
}

.container-24 {
  text-align: left;
  object-fit: fill;
  margin-top: 0;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-style: normal;
  display: block;
}

.text-block-54 {
  opacity: .8;
  color: #000;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  display: inline-block;
}

.div-block-crumbs {
  color: #fff;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  display: block;
}

.text-span-18 {
  color: #000;
}

.column-25 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--primary-color);
  text-align: left;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-weight: 300;
  display: grid;
}

.container-22 {
  background-color: var(--text-color--light-grey-bckground-tom);
  border-radius: 12px;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}

.section-3 {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Inter, sans-serif;
}

.columns-16 {
  opacity: 1;
  color: #282c32;
  background-color: #f4f6ff00;
  border-radius: 0;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-weight: 300;
  display: flex;
  box-shadow: 5px 5px 8px #f5f5f5;
}

.column-23 {
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  display: block;
}

.text-span-19 {
  color: #000;
}

.h2-big-cta-section {
  color: #282c32;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 64px;
  font-weight: 400;
  line-height: 120%;
}

.link-7 {
  color: #000;
  font-size: 17px;
  text-decoration: none;
}

.link-7:hover {
  color: #000;
  text-decoration: underline;
}

.link-7.w--current {
  font-size: 17px;
}

.link-7.add_spacetolink {
  margin-left: 10px;
}

.div-block-130 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.list-8 {
  color: var(--primary-color);
  text-align: left;
  white-space: normal;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.list-item-11 {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  font-style: normal;
  text-decoration: none;
}

.list-item-11:active {
  color: #489fd9;
}

.link-8 {
  color: #000;
  font-size: 17px;
  text-decoration: none;
}

.link-8:hover {
  color: #000;
  text-decoration: underline;
}

.link-8.w--current {
  font-size: 17px;
}

.link-8.add_space_tolink {
  margin-left: 10px;
}

.list-item-4-copy {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  font-style: normal;
  text-decoration: none;
}

.list-item-4-copy:active {
  color: #489fd9;
}

.list-9 {
  color: var(--primary-color);
  text-align: left;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.list-item-12 {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  font-style: normal;
  text-decoration: none;
}

.list-item-12:active {
  color: #489fd9;
}

.list-10 {
  color: #222;
  white-space: normal;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.list-item-13 {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  font-style: normal;
  text-decoration: none;
}

.list-item-13:active {
  color: #489fd9;
}

.list-11 {
  color: #222;
  white-space: normal;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.list-11.slim-article-list {
  color: var(--primary-color);
  padding-left: 40px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.list-11.slim-article-list.faq_list {
  padding-left: 10px;
  padding-right: 20px;
  font-size: 12px;
  font-weight: 200;
}

.div-block-crumbs-2 {
  color: #fff;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 100px;
  margin-left: 50px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  display: block;
}

.column-24 {
  object-fit: fill;
  border-radius: 12px;
  margin-bottom: 40px;
  padding: 40px;
  font-size: 18px;
  line-height: 1.5;
  display: block;
  overflow: visible;
  box-shadow: 0 2px 5px #0003;
}

.container-25 {
  text-align: left;
  object-fit: fill;
  margin-top: 0;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-style: normal;
  display: block;
}

.list-item-14 {
  color: var(--base-color-brand--color);
  margin-bottom: 10px;
  text-decoration: none;
}

.text-span-20 {
  color: #000;
}

.link-9 {
  color: #333;
  font-size: 17px;
  text-decoration: none;
}

.link-9:hover {
  color: #000;
  text-decoration: underline;
}

.link-9.w--current {
  font-size: 17px;
}

.link-9.add_spacetolink {
  margin-left: 10px;
}

.text-block-56 {
  opacity: .8;
  color: var(--tomlineargradient);
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  display: inline-block;
}

.list-item-15 {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 200;
  text-decoration: none;
}

.list-item-15:active {
  background-color: var(--background-color--color);
  color: #489fd9;
  border-radius: 12px;
}

.list-item-15.faq_item_list {
  padding: 10px;
  font-size: 11px;
}

.list-item-15.hidden {
  display: none;
}

.image-17 {
  object-fit: contain;
  background-color: #0000;
  border: 2px solid #dfe8e4;
  border-radius: 5px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  box-shadow: 1px 1px 3px #dfe8e4;
}

.link-10 {
  color: #333;
  font-size: 17px;
  text-decoration: none;
}

.link-10:hover {
  color: #39ac37;
  text-decoration: underline;
}

.link-10.w--current {
  font-size: 17px;
}

.link-10.add_spacetolink {
  margin-left: 10px;
}

.link-11 {
  color: #000;
  background-color: #0000;
  border: 1px #000;
  border-radius: .25rem;
  padding: 5px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.link-11:hover {
  text-decoration: underline;
}

.section-4 {
  background-color: #fff;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 100px;
}

.list-item-9-copy-copy {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  font-size: 12px;
  font-style: normal;
  font-weight: 200;
  text-decoration: none;
}

.list-item-9-copy-copy:active {
  color: #489fd9;
}

.list-item-9-copy-copy.hidden {
  display: none;
}

.list-item-16 {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  font-style: normal;
  text-decoration: none;
}

.list-item-16:active {
  color: #489fd9;
}

.column-22 {
  opacity: .83;
  color: #222;
  padding-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  position: sticky;
  top: 70px;
}

.list-4 {
  padding-left: 40px;
  font-weight: 400;
}

.columns-17 {
  color: #191717;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.container-23 {
  background-color: #fff;
  border: 1px #1976d2;
  border-radius: 20px;
  max-width: 90%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: block;
}

.text-span-21 {
  color: #000;
}

.bold-text-19 {
  color: var(--primary-color);
}

.image-50 {
  object-fit: scale-down;
}

.image-50.image-styling-for-user-manual {
  margin-bottom: 0;
}

.bold-text-23 {
  font-weight: 400;
}

.text-block-20-copy {
  color: #222;
  width: auto;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.list-item-17 {
  margin-bottom: 10px;
}

.image-49 {
  object-fit: scale-down;
  display: inline-block;
}

.image-49.image-styling-for-user-manual {
  margin-top: 20px;
}

.image-29 {
  object-fit: scale-down;
  margin-top: 20px;
  margin-bottom: 40px;
  display: block;
}

.image-29.image-styling-for-user-manual {
  margin-top: 0;
  margin-bottom: 0;
}

.image-31 {
  object-fit: scale-down;
  margin-top: 20px;
  margin-bottom: 40px;
}

.image-31.image-styling-for-user-manual {
  margin-top: 0;
  margin-bottom: 0;
}

.article_wrapper {
  font-family: Inter, sans-serif;
}

.image-27 {
  object-fit: scale-down;
  max-width: 100%;
  margin: 20px auto 40px;
  display: block;
}

.image-27.image-styling-for-user-manual {
  margin-top: 0;
  margin-bottom: 0;
}

.list-12 {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 300;
}

.bold-text-24, .bold-text-25, .bold-text-26, .bold-text-27, .bold-text-28, .bold-text-29, .bold-text-30, .bold-text-31, .bold-text-32 {
  font-weight: 600;
}

.text_article {
  color: var(--primary-color);
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
}

.text_article.warning {
  background-color: var(--background-color--light-gold);
  padding: 5px;
}

.header1_article {
  text-align: center;
  margin-bottom: 4rem;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3rem;
}

.header2_article {
  margin-top: 4rem;
  margin-bottom: 4rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5rem;
}

.header3_article {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2rem;
}

.article_image_wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: block;
}

.image-133, .image-134, .image-135 {
  object-fit: contain;
  background-color: #0000;
  border: 2px solid #dfe8e4;
  border-radius: 5px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  box-shadow: 1px 1px 3px #dfe8e4;
}

.image-136 {
  object-fit: scale-down;
  display: inline-block;
}

.image-136.image-styling-for-user-manual {
  margin-top: 20px;
}

.div-block-133 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.image-137 {
  object-fit: scale-down;
}

.image-137.image-styling-for-user-manual {
  margin-bottom: 19px;
}

.image-138, .image-139 {
  object-fit: scale-down;
  max-width: 100%;
  margin: 20px auto 40px;
  display: block;
}

.image-25 {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-24 {
  max-width: 90%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-52, .image-140 {
  object-fit: scale-down;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-37 {
  text-align: center;
  object-fit: scale-down;
  flex: none;
  order: 0;
  align-self: auto;
  max-width: 90%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-53 {
  object-fit: scale-down;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-36, .image-141 {
  max-width: 70%;
  margin: 20px auto 40px;
  display: block;
}

.image-38 {
  margin: 0 auto;
  display: block;
}

.list-item-18 {
  margin-bottom: 10px;
}

.image-142 {
  object-fit: scale-down;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.image-143 {
  object-fit: scale-down;
  margin-top: 0;
  margin-bottom: 0;
}

.image-144, .image-145, .image-146, .image-147, .image-149 {
  object-fit: scale-down;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.image-150 {
  object-fit: scale-down;
  max-width: 100%;
  margin: 20px auto 40px;
  display: block;
}

.image-151 {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-152, .image-153 {
  max-width: 90%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-154 {
  margin: 20px auto 40px;
  display: block;
}

.image-155 {
  object-fit: scale-down;
  max-width: 100%;
  margin: 20px auto 40px;
  display: block;
}

.image-156 {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-157 {
  max-width: 90%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-54 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-26 {
  border-radius: 3px;
  max-width: 80%;
  margin: 0 auto 40px;
  display: block;
}

.image-158 {
  margin: 20px auto 40px;
  display: block;
}

.image-159 {
  object-fit: scale-down;
  max-width: 100%;
  margin: 20px auto 40px;
  display: block;
}

.image-160 {
  object-fit: scale-down;
  display: inline-block;
}

.image-160.image-styling-for-user-manual {
  margin-top: 20px;
}

.image-161, .image-162, .image-164, .image-165, .image-166 {
  object-fit: scale-down;
  max-width: 100%;
  margin: 20px auto 40px;
  display: block;
}

.image-167 {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-39 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.image-40 {
  margin-top: 20px;
  margin-bottom: 40px;
  display: block;
}

.image-168 {
  margin-top: 0;
  margin-bottom: 0;
}

.image-169 {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.list-13 {
  padding-left: 40px;
  font-weight: 400;
}

.list-item-19 {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  font-style: normal;
  text-decoration: none;
}

.list-item-19:active {
  color: #489fd9;
}

.link-12 {
  color: #333;
  font-size: 17px;
  text-decoration: none;
}

.link-12:hover {
  color: #39ac37;
  text-decoration: underline;
}

.link-12.w--current {
  font-size: 17px;
}

.link-12.add_spacetolink {
  margin-left: 10px;
}

.image-42, .image-170, .image-171, .image-172, .image-173, .image-176, .image-177, .image-178, .image-179, .image-180, .image-181, .image-182 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-styling-for-user-manual {
  border: 2px solid #dfe8e4;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 1px 1px 3px #dfe8e4;
}

.image-184, .image-185 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-186 {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-86 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-187 {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-188 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-189, .image-190, .image-191 {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-192 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-193, .image-194, .image-195 {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bold-text-39 {
  text-align: left;
}

.image-196 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-197 {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-198 {
  object-fit: scale-down;
  display: inline-block;
}

.image-198.image-styling-for-user-manual {
  margin-top: 0;
  display: block;
}

.image-198.image-styling-for-user-manual {
  margin-top: 0;
  display: block;
}

.image-198.image-styling-for-user-manual-copy {
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  margin-top: 0;
  margin-right: 0;
  padding-right: 0;
}

.image-199, .image-200 {
  object-fit: scale-down;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.header_related_articles_div {
  color: var(--primary-color);
  margin-top: 8rem;
  margin-bottom: 2rem;
  font-weight: 500;
}

.list-of-related-articles {
  border: 1px solid var(--button_hover_grey_background);
  color: var(--primary-color);
  border-radius: 12px;
  margin-top: 1rem;
  padding-top: 1rem;
}

.name-of-related-article {
  color: var(--primary-color);
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  font-size: 16px;
  font-weight: 400;
}

.name-of-related-article-wrapper {
  flex: 1;
  margin: 0 1rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.related_article_sign {
  color: var(--text-color--tomlinkcolorlight);
  order: 0;
}

.image-18 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-19 {
  margin-bottom: 0;
}

.image-211, .image-212 {
  margin-top: 0;
  margin-bottom: 0;
}

.code-embed-6 {
  border-radius: 0;
  max-width: 60%;
  padding: 0;
}

.code-embed-6.knowledgebas_arcade {
  max-width: 100%;
}

.list-14 {
  color: #222;
  white-space: normal;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.list-item-20 {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  font-style: normal;
  text-decoration: none;
}

.list-item-20:active {
  color: #489fd9;
}

.link-13 {
  color: #333;
  font-size: 17px;
  text-decoration: none;
}

.link-13:hover {
  color: #39ac37;
  text-decoration: underline;
}

.link-13.w--current {
  font-size: 17px;
}

.list-item-21 {
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.list-item-22 {
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.text-span-38, .text-span-39, .text-span-40, .text-span-41, .text-span-42 {
  text-decoration: underline;
}

.related_articlle_link {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  display: block;
}

.related_articlle_link:hover {
  background-color: var(--button_hover_grey_background);
  border-radius: 12px;
}

.section-legal {
  padding-top: 52px;
  padding-bottom: 120px;
}

.h2-big-cta-section-2 {
  color: #282c32;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 120%;
}

.container-tiny {
  max-width: 712px;
  padding-left: 24px;
  padding-right: 24px;
}

.h2-big-cta-section-3 {
  color: #282c32;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 120%;
}

.paragraph-77 {
  padding-top: 40px;
}

.div-block-182 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  max-width: 300px;
  text-decoration: none;
  display: flex;
}

.link_text_menu_dropdown {
  color: var(--primary-color);
  font-size: .9rem;
  font-weight: 400;
  text-decoration: none;
  transform: translate(0);
}

.link_dropdown_main_menu {
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
}

.menu_highlight_wrapper {
  padding: 20px 20px 10px;
}

.menu_highlight_link {
  text-decoration: none;
}

.menu_highlight_header {
  color: var(--primary-color);
  margin-bottom: 1rem;
  font-weight: 600;
}

.menu_highlight_text {
  color: var(--primary-color);
  font-size: .85rem;
  line-height: 1.5rem;
}

.quick-stack-3 {
  border: 1px solid var(--button_hover_grey_background);
  background-image: url('../images/64ad57e99cd8a851ddcfcd04_blueish.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 12px;
  flex: 0 auto;
  align-self: flex-end;
  height: 220px;
}

.dropdown_menu_wrapper {
  flex-flow: column;
  display: flex;
}

.column-26 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: block;
}

.itemlist_wrapper_mobile {
  display: flex;
}

.image-for-feature-list {
  align-self: flex-start;
}

.div-block-186 {
  max-width: none;
}

.div-block-187 {
  overflow: visible;
}

.mobile_view_embed {
  width: 300px;
  max-width: 350px;
  height: 700px;
  max-height: 700px;
}

.mobile_view_embed_wrapper {
  background-color: #fff;
  background-image: linear-gradient(#ffffff96, #ffffff96), url('../images/64ad57de0ec8d4b7dc92787e_Ellipse-11-1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, contain;
  border-radius: 20px;
  padding: 20px 220px;
}

.list-15 {
  color: #222;
  white-space: normal;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.list-15.slim-article-list {
  padding-left: 40px;
  font-size: 14px;
}

.list-item-23 {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  font-style: normal;
  text-decoration: none;
}

.list-item-23:active {
  color: #489fd9;
}

.link-14 {
  color: #333;
  font-size: 17px;
  text-decoration: none;
}

.link-14:hover {
  color: #39ac37;
  text-decoration: underline;
}

.link-14.w--current {
  font-size: 17px;
}

.header2_blog_post {
  text-align: left;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 400;
}

.paragraph_blog {
  box-sizing: border-box;
  color: var(--primary-color);
  text-align: left;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.8;
}

.paragraph_blog.narrow {
  max-width: 80%;
}

.image-216 {
  border-radius: 20px;
  font-family: Inter, sans-serif;
}

.blog_image-_wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.text-block-171, .text-block-172 {
  text-align: left;
}

.text-span-43 {
  text-decoration: underline;
}

.text-span-44 {
  text-align: center;
  text-decoration: underline;
}

.desctop_embed_wrapper {
  transform: translate(0);
}

.code-embed-8 {
  width: 900px;
  max-width: 900px;
  height: auto;
  max-height: none;
  margin-top: 10px;
  padding-top: 0;
}

.bold-text-41 {
  font-size: 1.75rem;
  font-weight: 600;
}

.bold-text-42, .bold-text-43 {
  font-size: 1.6rem;
  font-weight: 500;
}

.bold-text-44 {
  font-size: 1.75rem;
  font-weight: 600;
}

.bold-text-45, .bold-text-46 {
  font-size: 1.6rem;
  font-weight: 500;
}

.heading-86 {
  font-size: 1.75rem;
  font-weight: 600;
}

.bold-text-47, .bold-text-48 {
  font-size: 1.6rem;
  font-weight: 500;
}

.calculator-wrapper {
  background-color: var(--background-color--light-red);
  border-radius: 20px;
  justify-content: center;
  max-width: 60%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  display: flex;
}

.form_field_label {
  color: var(--primary-color);
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 300;
}

.form {
  padding: 20px 0;
}

.text-field {
  vertical-align: super;
  border-radius: 8px;
  max-width: 10%;
  margin-bottom: 40px;
  display: inline-block;
}

.text-field:active {
  border: 1px solid var(--base-color-neutral--neutral-light);
}

.text-field-2 {
  vertical-align: super;
  border-radius: 8px;
  max-width: 10%;
  margin-bottom: 40px;
  display: inline-block;
}

.text-field-2:active {
  border: 1px solid var(--base-color-neutral--neutral-light);
}

.text-field-3 {
  border-radius: 8px;
  max-width: 10%;
}

.text-field-3:active {
  border: 1px solid var(--base-color-neutral--neutral-light);
}

.field-label {
  color: var(--primary-color);
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 300;
}

.field-label-2 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 600;
}

.div-block-189 {
  justify-content: center;
  display: flex;
}

.field-label-3 {
  vertical-align: super;
  margin-left: 20px;
  display: inline-block;
}

.form-block {
  margin-bottom: 0;
}

.main_header_wrapper {
  text-align: center;
}

.image-217 {
  width: auto;
  height: auto;
  margin-top: -67px;
}

.cell-5 {
  background-image: url('../images/download-1.jpeg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
}

.cell-6 {
  background-image: url('../images/images-2.jpeg');
  background-position: 50%;
  background-size: auto;
  border-radius: 10px;
}

.image-219, .image-220 {
  border-radius: 10px;
}

.image-221 {
  border-radius: 20px;
}

.paragraph-79 {
  color: var(--primary-color);
  font-size: 1.4rem;
  font-weight: 500;
}

.quick-stack-4 {
  margin-bottom: 100px;
}

.aboutus_card_wrapper {
  background-color: var(--link-color--link-alternate);
  opacity: 1;
  background-image: none;
  background-size: auto;
  border-radius: 20px;
  padding: 40px 20px;
}

.aboutus_card_wrapper.blue {
  background-color: var(--text-color--color-2);
  background-image: none;
  background-size: auto;
}

.signature_aboutuscard_wrapper {
  text-align: center;
  margin-top: 26px;
  margin-bottom: 0;
}

.paragraph_aboutuscard_wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 1.2rem;
  font-weight: 300;
}

.heder_aboutuscard_wrapper {
  text-align: center;
}

.image_aboutuscard_wrapper {
  text-align: center;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  margin-top: 20px;
  display: inline-block;
}

.image-222 {
  border-radius: 50px;
}

.text-block-173 {
  font-weight: 500;
}

.heading-87, .paragraph-80 {
  color: var(--primary-color);
}

.headerforcards_wrapper {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 60px;
}

.stack_wrapper {
  background-image: url('../images/Untitled-design-29.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
  margin-top: 100px;
}

.quick-stack-5 {
  border-radius: 20px;
}

.columns-18 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.column-27 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  display: block;
}

.bold-text-49 {
  font-weight: 600;
}

.header4_blog {
  margin-top: .75rem;
  margin-bottom: .75rem;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
}

.featurecard_wrapper {
  border: 1px solid var(--button_hover_grey_background);
  background-color: var(--base-color-neutral--white);
  border-radius: 20px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-around;
  align-self: auto;
  height: 600px;
  max-height: none;
  padding: 10px 20px;
  display: flex;
  box-shadow: 0 2px 5px -1px #0003;
}

.featurecard_image_wrapper {
  border-radius: 20px;
  flex: 0 auto;
  max-width: none;
  max-height: none;
  margin-top: 10px;
  margin-bottom: 20px;
  box-shadow: 0 2px 5px -2px #0003;
}

.featurecard_content_wrapper {
  text-align: center;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-end;
  margin-bottom: 0;
  display: block;
}

.featurecard-header6 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.75;
}

.featurecard_text {
  font-weight: 300;
}

.div-block-190 {
  background-color: var(--background-color--light-blus);
  text-align: right;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.image-223 {
  font-size: 2rem;
  display: block;
}

.featurecard_button_wrapper {
  justify-content: flex-end;
  margin-top: 20px;
  display: flex;
}

.image-224 {
  border-radius: 20px;
  width: auto;
  height: auto;
}

.image-224.right_border {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: auto;
  height: auto;
}

.image-224.left_border {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.quick-stack-7 {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  opacity: .89;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  mix-blend-mode: normal;
  background-color: #ffffff4d;
  background-image: linear-gradient(#ffffff91, #ffffff91), url('../images/64ad57de0ec8d4b7dc92787e_Ellipse-11-1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, contain;
  margin-bottom: 4rem;
  padding-left: 20px;
  padding-right: 20px;
}

.header3_blog {
  margin-bottom: 2rem;
  font-size: 1.75rem;
  font-weight: 500;
}

.blog_link {
  color: var(--text-color--tomlinkcolorlight);
  font-weight: 500;
}

.heading-94, .heading-95 {
  font-weight: 600;
}

.arrow-text {
  display: flex;
}

.reviews-icon {
  color: var(--primary-color);
  font-size: 1.5625rem;
  font-weight: 900;
}

.section-6 {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.reviews-card {
  border: 1px solid var(--button_hover_grey_background);
  background-color: var(--base-color-brand--white);
  text-align: center;
  border-radius: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 21.7vw;
  max-width: 21.7vw;
  height: 380px;
  padding: 4.4vw 3.3vw;
  display: flex;
  position: relative;
  box-shadow: 0 1px 2px #0003;
}

.space-4rem {
  min-height: 4.4vw;
}

.reviews-slider {
  background-color: #0000;
  height: auto;
}

.reviews-right-arrow {
  min-width: 1.875rem;
  max-width: 1.875rem;
  min-height: 1.875rem;
  max-height: 1.875rem;
  margin: 0;
  transition: color .4s ease-in-out;
  display: block;
  inset: 0% 14% auto auto;
}

.reviews-right-arrow:hover {
  color: #eee;
}

.slide-nav-reviews {
  max-height: .8125rem;
  margin-top: 1.875rem;
  margin-bottom: 1rem;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
  inset: auto 0% 0%;
}

.reviews-name-block {
  flex-flow: column;
  display: flex;
}

.reviews-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-26 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.reviews-left-arrow {
  min-width: 1.875rem;
  max-width: 1.875rem;
  min-height: 1.875rem;
  max-height: 1.875rem;
  transition: color .4s ease-in-out;
  display: block;
  inset: 0% 16% auto auto;
}

.reviews-left-arrow:hover {
  color: #e67e22;
}

.space-7rem {
  min-height: 4vw;
}

.reviews-block {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  flex-direction: column;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.reviews-slide {
  width: 100%;
  overflow: visible;
}

.reviews-listing-wrapper {
  grid-column-gap: 3vw;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  display: flex;
}

.reviews-container {
  max-width: 100%;
}

.reviews-mask {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.testimonial_text {
  color: var(--primary-color);
  justify-content: center;
  font-family: Inter, sans-serif;
  font-weight: 300;
  display: flex;
}

.testimonial_header {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 1.15rem;
  font-weight: 500;
}

.start_wrapper {
  flex: 1;
  font-family: Inter, sans-serif;
}

.start_wrapper.special {
  margin-bottom: 20px;
  display: none;
}

.div-block-192 {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
}

.productupdate_card_text {
  color: var(--primary-color);
  text-align: left;
  font-weight: 300;
}

.product_update_title {
  color: var(--primary-color);
  text-align: left;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
}

.productupdate_contectcard_wrapper {
  font-family: Inter, sans-serif;
}

.productupdate_image_wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.productupdate_item_wrapper {
  border: 0px none var(--button_hover_grey_background);
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
  text-decoration: none;
}

.productupdate_item_wrapper:hover {
  opacity: .82;
}

.productupdate_item_wrapper.blog_card {
  background-color: #fff0;
  padding-top: 0;
  padding-bottom: 0;
}

.column-28 {
  background-image: linear-gradient(#ffffffdb, #ffffffdb), url('../images/64ad57de0ec8d4b7dc92787e_Ellipse-11-1.png');
  background-position: 0 0, 50%;
  background-size: auto, 110% 110%;
  padding: 30px;
}

.heading-98 {
  color: var(--primary-color);
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.75;
}

.productupdate_header_wrapper.blog_header_wrapper {
  text-align: left;
  margin-top: 30px;
}

.column-29.blog_archive {
  align-self: flex-start;
}

.columns-19 {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.link-block-2 {
  text-decoration: none;
}

.link-block-3 {
  border-radius: 20px;
  text-decoration: none;
}

.link-15, .link-16, .link-17, .list-16, .list-17, .list-18, .link-31 {
  text-decoration: none;
}

.cell-9, .cell-12 {
  border: 1px none var(--button_hover_grey_background);
  background-color: #fff0;
  border-radius: 20px;
}

.blog_card_cell {
  text-align: center;
  border-radius: 20px;
  font-family: Inter, sans-serif;
}

.link-block-4, .link-block-5 {
  text-decoration: none;
}

.body {
  font-family: Inter, sans-serif;
}

.text-block-174 {
  border: 1px solid var(--button_hover_grey_background);
  background-color: var(--background-color--light-red);
  color: var(--primary-color);
  background-image: url('../images/Untitled-design-24.png');
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: cover;
  border-radius: 20px;
  padding: 5px 20px;
  font-size: .8rem;
  font-weight: 500;
  display: inline-block;
}

.text-block-174.enhancment {
  background-image: url('../images/Untitled-design-30.png');
}

.code-embed-9 {
  overflow: hidden;
}

.code-embed-9.mobile {
  justify-content: center;
  align-items: baseline;
  max-width: 50%;
  display: flex;
}

.chagelog_date {
  color: var(--primary-color);
  font-size: .9rem;
  font-weight: 500;
}

.text-span-45 {
  color: var(--text-color--tomlinkcolorlight);
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.link-32 {
  text-decoration: none;
}

.bold-text-51 {
  font-size: 1rem;
}

.dummy-hero-button---brix {
  color: #6f6c90;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #d9dbe9;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  max-width: 260px;
  padding: 20px 40px 21px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  display: flex;
  box-shadow: 0 3px 12px #0000000a;
}

.dummy-hero-button---brix:hover {
  transform: scale3d(1, 1, .01)translate(0, -2px);
  box-shadow: 0 4px 10px #00000014;
}

.product_update_title-2 {
  color: #333;
  text-align: left;
  margin-bottom: 1rem;
  font-weight: 500;
}

.update_card-2 {
  background-color: #fff;
  border: 1px #f4f6ff;
  border-radius: 12px;
}

.image-226 {
  font-size: 2rem;
  display: block;
}

.link-block-9 {
  text-decoration: none;
}

.columns-21 {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.productupdate_item_wrapper-3 {
  background-color: #fff;
  border: 0 #f4f6ff;
  border-radius: 12px;
  padding: 20px;
  text-decoration: none;
}

.productupdate_item_wrapper-3:hover {
  opacity: .82;
}

.heading-100 {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 2.75;
}

.productupdate_card_text-3 {
  color: #333;
  text-align: left;
  font-weight: 300;
}

.column-34 {
  background-image: linear-gradient(#ffffff8a, #ffffff8a), url('../images/64ad57de0ec8d4b7dc92787e_Ellipse-11-1.png');
  background-position: 0 0, 50%;
  background-size: auto, 110% 110%;
  padding: 30px;
}

.link-block-10 {
  border-radius: 20px;
  text-decoration: none;
}

.tabs-mask {
  width: 100%;
}

.tab-link-2 {
  color: var(--primary-color);
  text-align: center;
  background-color: #fff;
  border-radius: 80px;
  width: 70px;
  min-height: 40px;
  padding: 4px 7px;
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
}

.tab-link-2.w--current {
  color: var(--base-color-brand--white);
  background-color: #fff;
  background-image: linear-gradient(#ea12ad, #fdbc15 100%, #fff);
  background-position: 0 0;
  width: 70px;
  padding-left: 7px;
  padding-right: 7px;
}

.tabs-menu-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #282c32;
  background-color: #fff;
  background-image: none;
  background-size: auto;
  border-radius: 90px;
  flex-flow: wrap;
  place-content: space-between center;
  align-self: center;
  align-items: center;
  margin-bottom: 40px;
  padding: 6px;
  display: flex;
}

.tabs-menu-2:active {
  color: var(--base-color-brand--white);
}

.tabs-2 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.price_subneader {
  font-size: 1.2rem;
  line-height: 1rem;
}

.text-block-184, .text-block-185, .text-block-186 {
  text-align: left;
}

.pricing_faq_accordion-copy {
  border: 1px none var(--border-color--border-primary);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.text-block-187 {
  text-align: left;
}

.heading-102 {
  color: var(--primary-color);
  text-align: center;
  font-weight: 600;
}

.text-block-191, .text-block-193 {
  text-align: left;
}

.heading-103 {
  color: var(--text-color--tomlinkcolorlight);
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
}

.text-block-195 {
  color: var(--primary-color);
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
}

.blog_list_wrapper {
  justify-content: center;
  align-items: center;
  max-width: 90%;
  font-family: Inter, sans-serif;
  display: inline-block;
}

.form-error-message {
  background-color: var(--background-color--light-red);
  color: var(--primary-color);
  border-radius: 20px;
  margin-top: .75rem;
  padding: .75rem;
  font-weight: 300;
}

.footer-form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.margin-bottom-2 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.footer-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 1rem;
  display: flex;
}

.footer-left-wrapper {
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: 60%;
  margin-top: 60px;
  display: flex;
}

.footer-error-message-wrapper {
  background-color: #ffdede00;
  margin-top: 1rem;
  padding: 0;
}

.form-success-message {
  background-color: var(--base-color-neutral--white);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.footer-success-message-wrapper {
  background-color: #fff0;
  margin-top: 1rem;
  padding: 0;
}

.form-input {
  color: #282828;
  border: 1px solid #c3c3c3;
  border-radius: 8px;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form-input::placeholder {
  color: #767676;
}

.form-input.subscribe {
  color: var(--primary-color);
  background-color: #0000;
  border: 1.5px solid #515151;
  margin-bottom: 0;
}

.form-input.subscribe::placeholder {
  color: #858585;
}

.blog_category_wrapper {
  background-color: var(--text-color--color-2);
}

.blog_category_wrapper.list_of_articles_under_blogpost {
  background-color: var(--background-color--light-gold);
  border-radius: 20px;
  padding: 40px;
}

.blog_category_header_wrapper {
  color: var(--primary-color);
  text-align: left;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.blog_list_item_article_wrapper {
  text-align: left;
  margin-top: .5rem;
  padding-bottom: .5rem;
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.75;
}

.blog_list_item_article_wrapper.under_blogpost {
  margin-top: 0;
  padding-bottom: 0;
}

.grid-19 {
  grid-column-gap: 80px;
  grid-row-gap: 99px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  max-width: 1163.8px;
}

.div-block-201 {
  margin-top: 40px;
}

.div-block-202 {
  max-width: 85%;
  padding-right: 0;
}

.column-37 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  vertical-align: middle;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Inter, sans-serif;
  display: flex;
}

.div-block-203 {
  background-color: #ff005c00;
  background-image: url('../images/Untitled-design-24.png');
  background-size: auto;
  border-radius: 20px;
  order: 0;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: none;
}

.text-block-196 {
  text-align: center;
  font-size: .7rem;
  font-weight: 200;
}

.section-7 {
  background-color: var(--background-color--light-gold);
  margin-top: 40px;
  margin-left: 0;
  padding: 50px 0;
  font-family: Inter, sans-serif;
}

.paragraph-82 {
  color: var(--primary-color);
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.75;
}

.link-block-13, .link-block-14, .link-block-15, .link-block-16, .link-block-17, .link-block-18, .link-block-19, .link-block-20, .link-block-21, .link-block-22, .link-block-23, .link-block-24 {
  text-decoration: none;
}

.list-item-24 {
  text-align: left;
}

.link-block-25 {
  text-decoration: none;
}

.list-item-25 {
  text-align: left;
}

.link-block-26, .link-block-27, .link-block-28 {
  text-decoration: none;
}

.list-item-26 {
  text-align: left;
}

.text-block-197, .link-block-29 {
  text-decoration: none;
}

.link-block-30 {
  text-align: left;
  text-decoration: none;
}

.list-item-27 {
  text-align: left;
}

.link-block-31 {
  text-decoration: none;
}

.list-item-28 {
  text-align: left;
}

.link-block-32 {
  text-decoration: none;
}

.list-item-29 {
  text-align: left;
}

.link-block-33 {
  text-decoration: none;
}

.list-item-30 {
  text-align: left;
}

.link-block-34 {
  text-decoration: none;
}

.list-item-31 {
  text-align: left;
}

.link-block-35, .link-block-36, .link-block-37 {
  text-decoration: none;
}

.list-item-32 {
  text-align: left;
}

.link-block-38, .link-block-39 {
  text-decoration: none;
}

.list-item-33 {
  margin-top: .5rem;
  margin-bottom: .35rem;
}

.heading-107 {
  color: var(--primary-color);
  text-align: left;
  font-size: 1.5rem;
  font-weight: 400;
}

.list_item_blog_category {
  text-align: left;
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.text-block-198 {
  color: var(--primary-color);
}

.text-block-198:hover {
  color: var(--text-color--tomlinkcolorlight);
}

.link-block-40 {
  text-decoration: none;
}

.link-block-40:hover {
  color: var(--text-color--tomlinkcolorlight);
}

.link-block-41 {
  text-decoration: none;
}

.link-block-41:hover {
  color: var(--text-color--tomlinkcolorlight);
}

.link-block-42 {
  text-decoration: none;
}

.link-block-42:hover {
  color: var(--text-color--tomlinkcolorlight);
}

.link-block-43 {
  text-decoration: none;
}

.link-block-43:hover {
  color: var(--text-color--tomlinkcolorlight);
}

.list-item-34, .list-item-35, .list-item-36, .list-item-37 {
  text-align: left;
}

.link-33, .link-34, .link-35, .link-36 {
  text-decoration: none;
}

.text-block-199 {
  text-transform: uppercase;
  font-size: 1rem;
}

.text-block-200 {
  text-align: left;
  text-transform: uppercase;
  align-items: flex-end;
  font-weight: 300;
  display: flex;
}

.columns-23 {
  max-width: 1163px;
}

.div-block-204 {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.text-block-201 {
  color: var(--primary-color);
  font-weight: 300;
}

.text-span-46 {
  color: var(--base-color-neutral--white);
}

.text-block-202 {
  color: var(--text-color--tomlinkcolorlight);
  -webkit-text-stroke-color: #221c1c;
  text-transform: uppercase;
  margin-right: 3px;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.text-block-202.special {
  color: var(--text-color--tomtextprimary);
  text-transform: none;
  font-size: 3rem;
  font-weight: 600;
  display: none;
}

.div-block-206 {
  background-image: linear-gradient(180deg, #ea12ad, var(--text-color--orange) 85%, white);
}

.div-block-206.background-text {
  text-align: center;
  background-image: none;
  justify-content: center;
  align-self: center;
  margin-bottom: 40px;
  font-size: 1.2rem;
  font-weight: 500;
  display: flex;
}

.image-227 {
  display: inline-block;
}

.div-block-207 {
  border-radius: 12px;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}

.image-228 {
  border-radius: 2px;
}

.flag-wrapper {
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  box-shadow: 0 2px 5px #0003;
}

.text-block-203 {
  font-size: .9rem;
  font-weight: 400;
  text-decoration: none;
}

.link-block-44 {
  border: 1px solid var(--base-color-neutral--neutral-lighter);
  background-color: var(--base-color-neutral--white);
  border-radius: 20px;
  padding: 3px 7px;
  font-size: 1rem;
  text-decoration: none;
}

.div-block-208 {
  border: 1px solid var(--base-color-neutral--neutral-lighter);
  background-image: linear-gradient(186deg, var(--text-color--orange), #ea12ad 100%, white);
  border-radius: 12px;
  padding: 5px 10px;
  display: inline-block;
}

.div-block-208.background-text {
  color: var(--text-color--text-primary-2);
  background-image: none;
  border-style: none;
  border-radius: 0;
  justify-content: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-208.background-text.no-background-color {
  background-image: none;
}

.image-229 {
  border-radius: 12px;
}

.div-block-209 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.link-38, .link-39, .link-40 {
  color: var(--primary-color);
}

.link-41 {
  text-decoration: none;
}

.div-block-210 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.link-42 {
  text-decoration: none;
}

.link-42.add_spacetolink {
  margin-left: 10px;
}

.link-43, .link-44, .link-45, .link-46, .link-47 {
  text-decoration: none;
}

.link-48, .link-49, .bold-text-52, .link-50, .link-51 {
  color: var(--primary-color);
  text-decoration: none;
}

.text_example {
  font-size: 1rem;
  font-weight: 300;
}

.image-230 {
  width: 20px;
  height: 20px;
}

.image-231 {
  border-radius: 3px;
  align-self: center;
  width: 30px;
  height: auto;
}

.div-block-211 {
  z-index: 99;
  text-align: center;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 140px;
  margin-right: 20px;
  display: inline-block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.div-block-212 {
  text-align: right;
}

.link-block-45 {
  border: 1px solid var(--button_hover_grey_background);
  background-image: linear-gradient(90deg, #ea12ad, #f3545f 47%, var(--text-color--orange) 100%, white);
  color: var(--button_hover_grey_background);
  text-align: center;
  border-radius: 24px;
  padding: 10px 20px;
  font-family: Inter, sans-serif;
  text-decoration: none;
  box-shadow: 0 2px 5px #0003;
}

.text-block-204 {
  color: var(--text-color--text-alternate);
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.link-52, .link-53 {
  color: var(--text-color--tomtextprimary);
  text-decoration: none;
}

.text-span-47 {
  text-decoration: line-through;
}

.text-span-48 {
  font-weight: 600;
  text-decoration: underline;
}

.link-54, .link-55, .link-56, .link-57 {
  color: var(--text-color--tomtextprimary);
}

.link-58 {
  color: var(--text-color--tomtextprimary);
  text-decoration: none;
}

.header1_landing-pages {
  font-weight: 600;
}

.text-span-49 {
  color: var(--text-color--tomtextprimary);
}

.text-span-50 {
  background-image: linear-gradient(#ea12ad, #fff);
}

.bold-text-53 {
  color: var(--text-color--tomtextprimary);
  text-decoration: none;
}

.div-block-213 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-232 {
  border-radius: 12px;
}

.bold-text-54 {
  color: var(--text-color--primary-button-color);
  text-decoration: none;
}

.testimonial-for-book-a-demo {
  text-align: left;
  vertical-align: baseline;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  display: inline-flex;
}

.section-8 {
  text-align: left;
}

.div-block-214 {
  text-align: center;
  max-width: 50%;
}

.div-block-215 {
  background-image: linear-gradient(45deg, #ea12ad, var(--text-color--orange));
  color: #0000;
}

.kb_menu_header6 {
  font-size: 18px;
  font-weight: 600;
}

.list-item-11-copy {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  font-style: normal;
  text-decoration: none;
}

.list-item-11-copy:active {
  color: #489fd9;
}

.text-span-51 {
  color: #ea12ad;
}

.h1_wrapper_color.background-text {
  background-image: linear-gradient(45deg, #ea12ad, var(--text-color--orange));
}

.image-for-collage {
  border: 1px solid var(--button_hover_grey_background);
  border-radius: 12px;
  box-shadow: 0 2px 5px #0003;
}

.quick-stack-11 {
  border-radius: 12px;
}

.list-item-37-copy {
  text-align: left;
}

.link_to_updated_page {
  color: var(--tomlineargradient);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 100px;
  margin-left: 100px;
  font-weight: 700;
  display: flex;
}

.pricing-overview {
  border-bottom: 1px #e4ebf3;
  margin-bottom: 0;
  padding: 0;
  position: relative;
}

.container-27 {
  width: 100%;
  max-width: 940px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.container-27.horizontal {
  max-width: 100%;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 34px;
  grid-row-gap: 50px;
  background-color: var(--background-color--light-blus);
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  margin-bottom: 50px;
  padding: 40px;
  display: grid;
}

.pricing-grid.horizontal {
  grid-column-gap: 30px;
  flex-flow: column;
  display: flex;
}

.pricing-card-three {
  background-color: var(--base-color-brand--white);
  text-align: left;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 30px;
  display: flex;
  box-shadow: 0 2px 5px #0000002b;
}

.pricing-card-three.horizontal {
  padding-left: 0;
  padding-right: 0;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-card-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.div-block-216 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
}

.div-block-217 {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.heading-108 {
  color: var(--text-color--tomlinkcolorlight);
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.heading-109 {
  color: var(--text-color--tomtextprimary);
  font-size: 1.3rem;
  font-weight: 600;
}

.heading-110 {
  color: var(--text-color--tomtextprimary);
  text-overflow: clip;
  font-size: 1.3rem;
  font-weight: 500;
}

.heading-111 {
  color: var(--text-color--tom-light-grey);
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 600;
}

.list-item-38 {
  text-align: left;
  padding-left: .5rem;
  font-size: 1.2rem;
}

.list-item-39, .list-item-40 {
  text-align: left;
  font-size: 1.2rem;
}

.div-block-218 {
  margin-top: 20px;
}

.heading-112, .heading-113 {
  margin-bottom: 1rem;
}

.italic-text {
  font-weight: 300;
}

.heading-114 {
  color: var(--text-color--tom-light-grey);
  text-align: center;
  align-self: center;
  margin-top: 1rem;
  font-size: 1.3rem;
  font-weight: 600;
}

.heading-115 {
  color: var(--text-color--tom-light-grey);
  text-align: center;
  margin-top: 1rem;
  font-size: 1.3rem;
  font-weight: 600;
}

.div-block-219 {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.bold-text-55 {
  color: var(--text-color--tomtextprimary);
  font-weight: 600;
}

.bold-text-56, .bold-text-57, .bold-text-58, .bold-text-59, .bold-text-60, .bold-text-61, .bold-text-62, .bold-text-63 {
  font-weight: 600;
}

.list-item-41 {
  font-weight: 200;
}

.list-fag {
  text-align: left;
  max-width: 80%;
  font-weight: 300;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: inline-block;
}

.nav-menu {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  text-align: center;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.div-block-220 {
  text-align: center;
  margin-bottom: 40px;
}

.image-233 {
  display: inline;
}

.announcment {
  border: .5px solid var(--dark-blue);
  background-color: var(--background-color--background-primary);
  color: var(--text-color--tom-light-grey);
  text-align: left;
  border-radius: 20px;
  justify-content: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
  box-shadow: 2px 0 12px 1px #aebedf33;
}

.text-span-52 {
  font-weight: 400;
}

.text-span-53 {
  color: var(--dark-blue);
  font-style: italic;
}

.text-span-54 {
  font-style: italic;
}

.text-span-55 {
  color: var(--dark-blue);
}

.hero-buttons-wrapper {
  order: 1;
  justify-content: flex-start;
  align-self: stretch;
  display: inline-flex;
}

.div-block-221 {
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  display: inline-flex;
}

.bold-text-64, .italic-text-2 {
  font-weight: 300;
}

.text-span-56 {
  font-size: 45px;
}

@media screen and (min-width: 1440px) {
  .heading-style-h1 {
    margin-top: 10px;
  }

  .padding-global {
    margin-top: 0;
  }

  .included-card.figma-card {
    margin-top: 40px;
  }

  .no-margins, .paragraph-49 {
    color: #282c32;
  }

  .timeline1_circle-wrapper {
    left: -73.2%;
  }

  .max-width-mobile {
    align-self: auto;
  }

  .hero-text-content.background_light_pink_smadge.ipad {
    background-image: url('../images/64ad57de0ec8d4b7dc92787e_Ellipse-11-1.png');
    background-position: 50% 120%;
    background-size: auto;
    margin-bottom: 140px;
  }

  .hero-text-content.background_dark_red_smudge {
    background-image: linear-gradient(#0000, #0000), url('../images/64ad57de0ec8d4b7dc92787e_Ellipse-11-1.png');
    background-position: 0 0, 50% 100%;
  }

  .heading-style-h1-6.text-align-center.text-color-hero {
    margin-top: 0;
  }

  .cta-content-wrap {
    background-image: none;
  }

  .cta-header.red-smadge-background.pricing_page {
    margin-top: 0;
  }

  .button-primary-2.alternative.changelog {
    border-width: 1.2px;
    border-color: var(--base-color-neutral--neutral-light);
    box-shadow: 0 2px 5px #0003;
  }

  .section-3 {
    background-color: #fff;
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h2-big-cta-section {
    color: #282c32;
  }

  .section-4 {
    background-color: #fff;
    max-width: 90%;
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text_article {
    line-height: 1.7;
  }

  .image-144, .image-145, .image-146, .image-147 {
    text-align: right;
    display: inline-block;
  }

  .div-block-140 {
    text-align: center;
    display: block;
  }

  .image-149 {
    text-align: right;
    display: inline-block;
  }

  .image-42, .image-170, .image-171, .image-172, .image-173 {
    max-width: 60%;
  }

  .h2-big-cta-section-2, .h2-big-cta-section-3 {
    color: #282c32;
  }

  .code-embed-8 {
    width: 900px;
    max-width: 900px;
    height: 650px;
    max-height: 650px;
  }

  .testimonial_header {
    text-align: center;
    font-size: 1.2rem;
  }

  .productupdate_card_text {
    color: var(--primary-color);
    font-weight: 300;
  }

  .product_update_title {
    color: var(--primary-color);
    margin-bottom: 1rem;
    font-weight: 300;
  }

  .productupdate_image_wrapper {
    order: 0;
    justify-content: flex-start;
    align-self: flex-end;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .productupdate_item_wrapper {
    border: 1px none var(--button_hover_grey_background);
    background-color: #fff;
    border-radius: 12px;
    padding: 20px;
  }

  .productupdate_item_wrapper:hover {
    opacity: .82;
  }

  .column-28 {
    background-image: linear-gradient(#ffffff8a, #ffffff8a), url('../images/64ad57de0ec8d4b7dc92787e_Ellipse-11-1.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat-x;
    background-size: auto, 110%;
    padding: 30px;
  }

  .heading-98 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.75;
  }

  .productupdate_header_wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    display: block;
  }

  .column-29 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .columns-19 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 100px;
    display: flex;
  }

  .link-block-2, .link-block-3 {
    text-decoration: none;
  }

  .twocards_wrapper.product-update-blogs {
    border-radius: 12px;
  }

  .product_update_title-2 {
    color: #333;
    margin-bottom: 1rem;
    font-weight: 600;
  }

  .column-33 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .link-block-9 {
    text-decoration: none;
  }

  .columns-21 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 100px;
    display: flex;
  }

  .productupdate_item_wrapper-3 {
    background-color: #fff;
    border: 1px #f4f6ff;
    border-radius: 12px;
    padding: 20px;
  }

  .productupdate_item_wrapper-3:hover {
    opacity: .82;
  }

  .heading-100 {
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 2.75;
  }

  .productupdate_card_text-3 {
    color: #333;
    font-weight: 300;
  }

  .column-34 {
    background-image: linear-gradient(#ffffff8a, #ffffff8a), url('../images/64ad57de0ec8d4b7dc92787e_Ellipse-11-1.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat-x;
    background-size: auto, 110%;
    padding: 30px;
  }

  .link-block-10 {
    text-decoration: none;
  }

  .text-block-187 {
    text-align: left;
  }

  .div-block-196 {
    color: var(--primary-color);
    text-align: center;
  }

  .heading-102 {
    font-weight: 600;
  }

  .div-block-206.background-text {
    margin-bottom: 60px;
  }

  .link-37 {
    color: var(--primary-color);
  }

  .announcment {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1920px) {
  .max-width-large.align-center {
    font-weight: 400;
  }

  .heading-style-h6, .heading-style-h5 {
    font-weight: 300;
  }

  .padding-section-large {
    max-width: none;
    margin-bottom: 140px;
  }

  .padding-section-large.large_pricing {
    justify-content: center;
    display: flex;
  }

  .product-updates_featured-updates-list-header_item {
    border-color: var(--base-color-neutral--neutral-light);
  }

  .pricing_comparison_component {
    max-width: 80%;
  }

  .testimonial4_component {
    max-width: 100%;
    margin-top: 20px;
  }

  .testimonial4_component.cta_section {
    align-self: center;
  }

  .testimonial4_component.with_margin {
    margin-top: 100px;
  }

  .features-wrapper {
    margin-bottom: 40px;
  }

  .padding-global-10 {
    text-align: justify;
    border-radius: 0;
  }

  .paddingxxl {
    max-width: 1280px;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .integrations-card.ipad {
    max-width: 1728px;
  }

  .hero-text-content.background_light_pink_smadge.ipad {
    padding-bottom: 40px;
  }

  .hero-text-content.background_dark_red_smudge {
    background-image: linear-gradient(to bottom, null, null), url('../images/64ad57de0ec8d4b7dc92787e_Ellipse-11-1.png');
    background-position: 0 0, 50% 120%;
  }

  .tomtextlarge.text-color-grey.extra-space {
    font-size: 1.2rem;
  }

  .heading-style-h1-6.text-align-center.text-color-white {
    color: var(--text-color--tomtextprimary);
  }

  .padding-xxlarge-3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .frontpagefeaturelistitem {
    border-radius: 12px;
  }

  .frontpagefeaturelistitem.aligh_centre {
    overflow: hidden;
  }

  .text-size-large-5.text-color-cta-grey {
    color: var(--text-color--tomtextprimary);
  }

  .section-cta {
    font-family: Inter, sans-serif;
  }

  .navbar-wrapper {
    box-shadow: 0 2px 5px #0003;
  }

  .image-118 {
    border-radius: 12px;
    max-width: 90%;
    box-shadow: 1px 2px 13px 5px #0003;
  }

  .image-119 {
    max-width: 90%;
    box-shadow: 1px 2px 13px 5px #0003;
  }

  .image-120 {
    border-radius: 12px;
    max-width: 85%;
    box-shadow: 1px 2px 13px 5px #0003;
  }

  .image-123 {
    border-radius: 12px;
    box-shadow: 1px 3px 12px 5px #0003;
  }

  .image-124 {
    border-radius: 12px;
    max-width: 90%;
    box-shadow: 1px 2px 13px 5px #0003;
  }

  .image-125 {
    border-radius: 12px;
    box-shadow: 1px 2px 13px 5px #0003;
  }

  .product-updates_featured-updates-list-header_item-2 {
    border-color: #aaa;
  }

  .text-span-17 {
    font-size: 32px;
  }

  .container-23 {
    max-width: 80%;
  }

  .code-embed-8 {
    width: 1000px;
    max-width: 1000px;
    height: 600px;
    max-height: 600px;
  }

  .reviews-card {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    min-width: 15vw;
    max-width: 18vw;
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .heading-103 {
    margin-bottom: 1rem;
  }

  .div-block-217 {
    margin-top: 0;
  }

  .heading-111 {
    text-align: center;
  }

  .list-item-38, .list-item-39, .list-item-40 {
    font-size: 1.25rem;
  }

  .italic-text {
    font-weight: 400;
  }

  .heading-115 {
    text-align: center;
  }

  .announcment {
    margin-bottom: 40px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .container-large {
    margin-top: 20px;
  }

  .container-large.pricing_section {
    max-width: 100%;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top.margin-medium {
    display: block;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .heading-style-h5 {
    font-size: 1.2rem;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .button.max-width-full {
    justify-content: center;
    display: inline;
  }

  .button.max-width-full.is-pricing_comparison-button {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .875rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .padding-global {
    padding-bottom: 1rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large {
    margin-top: 0;
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar3_container {
    grid-template-columns: 1fr max-content 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .navbar3_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

  .navbar3_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon3_line-middle {
    background-color: var(--base-color-neutral--black);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar3_dropdown-toggle {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    position: relative;
  }

  .menu-icon3_line-bottom {
    background-color: var(--base-color-neutral--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar3_menu {
    z-index: 1;
    background-color: var(--background-color--background-primary);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-right: 1px solid #000;
    flex-direction: column;
    justify-content: center;
    width: 80vw;
    height: 100dvh;
    margin-left: 0;
    padding-bottom: 6.5rem;
    padding-left: 5vw;
    padding-right: 5vw;
    transition: height .5s;
    display: block;
    position: absolute;
    inset: 0% auto 0% 0%;
    overflow: auto;
  }

  .navbar3_logo-link-menu {
    float: none;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    display: flex;
    position: static;
  }

  .menu-icon3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar3_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: block;
    position: relative;
  }

  .navbar3_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar3_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .navbar3_dropdown-link {
    padding: .75rem 0 .75rem 5%;
    font-weight: 300;
  }

  .navbar3_dropdown-link.w--current {
    font-weight: 300;
  }

  .navbar3_menu-background {
    z-index: 0;
    background-color: #00000080;
    width: 100vw;
    height: 100vh;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .navbar3_link {
    padding: .75rem 0;
    font-size: 1.125rem;
    font-weight: 300;
    position: static;
  }

  .navbar3_link.special-logo-text {
    font-weight: 400;
  }

  .menu-icon3_line-top {
    background-color: var(--base-color-neutral--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar3_component {
    width: auto;
    min-height: 3rem;
  }

  .navbar3_component.mobile_styling {
    z-index: 20;
    justify-content: space-between;
    position: sticky;
  }

  .navbar3_tablet-menu-button {
    width: 100%;
    margin-top: 1.5rem;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }

  .footer2_bottom-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer2_credit-text {
    text-align: justify;
    font-size: .68rem;
  }

  .footer2_left-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .footer2_component {
    display: inline-block;
  }

  .footer2_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .product-updates_featured-updates-list-header_list {
    grid-column-gap: 2rem;
  }

  .update-item_header_image-wrapper {
    padding-top: 56.25%;
  }

  .update-item_header_title-wrapper {
    margin-bottom: 4rem;
  }

  .update-item_body_content {
    margin-bottom: 3rem;
  }

  .knowledge-base_resources-list_button-row {
    flex: none;
  }

  .timeoff-management-as-an-absence-management-solution_cta_card {
    padding: 3rem;
  }

  .pricing_pricing_plans {
    display: block;
  }

  .pricing_pricing_component {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
    place-content: space-between center;
    align-items: center;
    display: flex;
  }

  .pricing_pricing_plan.color_card-pink {
    margin-bottom: 40px;
  }

  .pricing_pricing_plan.card-colored {
    margin-bottom: 20px;
  }

  .pricing_pricing_tab-pane {
    align-self: auto;
  }

  .pricing_comparison_top-row-content {
    padding: 1.5rem 1rem;
  }

  .pricing_comparison_row-content.is-first {
    border-left-style: none;
  }

  .section_pricing_faq {
    margin-bottom: 100px;
  }

  .mainsubhero {
    overflow: visible;
  }

  .mainsubhero.special {
    margin-top: 100px;
  }

  .padding-global-2 {
    overflow: hidden;
  }

  .testimonial4_component {
    margin-top: 60px;
  }

  .cta41_card {
    padding: 3rem;
  }

  .contact16_component {
    grid-column-gap: 3rem;
  }

  .features-metrics {
    margin-top: 60px;
    overflow: visible;
  }

  .container {
    max-width: 728px;
  }

  .features-wrapper {
    justify-content: space-between;
  }

  .features-title {
    font-size: 30px;
  }

  .heading-style-h4-2 {
    font-size: 1.75rem;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .navbar-dropdown1_component {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar-dropdown1_dropdown-toggle {
    justify-content: flex-start;
    align-items: center;
    padding: .75rem 0;
    display: flex;
  }

  .navbar-dropdown1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar-dropdown1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar-dropdown1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
    font-weight: 300;
  }

  .blog42_list {
    grid-template-columns: 1fr 1fr;
  }

  .blog42_heading {
    margin-right: 3rem;
  }

  .blog42_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .blog42_button-row {
    flex: none;
  }

  .blog-post-header2_image-wrapper {
    margin-bottom: 3rem;
    padding-top: 0%;
  }

  .heading-style-h2-2 {
    font-size: 2.75rem;
  }

  .content30_content {
    margin-bottom: 3rem;
  }

  .included-card {
    min-height: 260px;
  }

  .no-margins {
    font-size: 24px;
  }

  .contact5_component {
    grid-column-gap: 3rem;
    grid-auto-flow: row;
    min-height: auto;
  }

  .cta52_card {
    padding: 3rem;
  }

  .testimonial19_mask {
    width: 50%;
  }

  .testimonial19_slide {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .testimonial19_arrow {
    width: 3rem;
    height: 3rem;
  }

  .team20_component {
    grid-column-gap: 3rem;
  }

  .team20_list {
    grid-column-gap: 2rem;
  }

  .timeline1_item {
    grid-template-columns: 1fr 10rem 1fr;
  }

  .timeline1_component {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    padding-left: 60px;
  }

  .timeline1_circle-wrapper {
    width: 6rem;
    margin-left: 31.5rem;
    left: -103%;
  }

  .event6_item {
    grid-column-gap: 2rem;
  }

  .padding-section-large-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .cta45_button-row {
    flex: none;
  }

  .padding-section-large-7 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .cta45_card {
    grid-column-gap: 3rem;
    padding: 2rem;
  }

  .cta45_content {
    margin-right: 3rem;
  }

  .text-block-36, .text-block-37 {
    font-weight: 300;
  }

  .section-header {
    margin-bottom: 2rem;
  }

  .paddingxxl {
    padding: 4rem 2rem;
  }

  .paddingxxl.top {
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-features {
    display: none;
  }

  .section-header-tag {
    margin-top: 40px;
  }

  .code-embed-3 {
    overflow: visible;
  }

  .code-embed-3.big {
    z-index: 5;
    top: 0;
    bottom: 0;
  }

  .code-embed-3.front_page {
    bottom: 35px;
  }

  .integrations-card {
    flex-flow: column;
  }

  .hero-text-content {
    margin-bottom: 100px;
  }

  .hero-text-content.background_light_pink_smadge.ipad {
    background-position: 50%;
  }

  .tab-pane-content {
    height: auto;
  }

  .tab-pane-content.front_page {
    margin-bottom: 0;
  }

  .hero-header-wrapper {
    margin-bottom: 40px;
  }

  .tab-pane-item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    height: 100%;
  }

  .tab-pane-item.three {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .tabs-menu {
    z-index: 1;
    flex-flow: column;
  }

  .max-width-medium-2 {
    margin-top: 40px;
  }

  .tab-pane-text {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .tomtextlarge.text-align-center {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .heading-style-h1-6.text-align-center.text-color-white {
    font-size: 2.5rem;
  }

  .tag-pane-content {
    width: 100%;
    height: 100%;
  }

  .hero-image-wrap {
    z-index: 5;
    flex: none;
    order: 0;
    align-self: auto;
    margin-top: -321px;
    display: block;
    top: 230px;
  }

  .frontpagefeaturelistitemimage {
    align-self: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .frontpagefeaturelistitemimage.right-side.ipad_view {
    order: 1;
    align-items: center;
  }

  .frontpagefeaturelistitemimage.special {
    margin-top: 60px;
  }

  .tomsubheadermain {
    text-align: center;
  }

  .tomsubheadermain.align-center {
    max-width: 80%;
  }

  .padding-xxlarge-3 {
    padding: 4rem 1rem;
  }

  .padding-xxlarge-3.new {
    padding-top: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block-4.second-div-block {
    margin-bottom: 0;
  }

  .frontpagefeaturelistitem {
    flex-flow: column;
    order: 1;
    align-self: auto;
    margin-top: 0;
  }

  .frontpagefeaturelistitem.special {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 4rem;
    margin-bottom: 2rem;
  }

  .frontpagefeaturelistitem.mobile {
    margin-top: 4rem;
    margin-bottom: 0;
  }

  .padding-xxlarge-4 {
    padding: 4rem;
  }

  .button-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    width: 100%;
    display: block;
  }

  .cta-item {
    max-width: 80%;
    display: inline-block;
  }

  .cta-header {
    background-position: 50%;
    background-size: auto;
  }

  .cta-header.red-smadge-background.ipad {
    background-image: linear-gradient(#0000, #0000), url('../images/64ad57de0ec8d4b7dc92787e_Ellipse-11-1.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat-x;
    background-size: auto, auto;
  }

  .cta-header.blue-smadge-background.ipad_styling {
    background-position: 50% 0;
    background-size: cover;
  }

  .button-3 {
    width: 100%;
  }

  .button-3.is-secondary.is-small.footer {
    width: auto;
  }

  .navbar-wrapper {
    border-style: none;
  }

  .navbar-wrapper.ipad_styling_navbar {
    z-index: 20;
    box-shadow: none;
    flex: 1;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
  }

  .button-primary-2 {
    flex: 0 auto;
    display: inline;
  }

  .list-item {
    padding-left: 10px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    display: inline-block;
    position: relative;
  }

  .mobile-margin-top-10 {
    text-align: left;
  }

  .nav-menu-two {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    text-align: left;
    background-color: #fff;
    border-radius: 12px;
    flex-flow: column;
    place-content: center flex-start;
    align-items: flex-start;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
    display: block;
    position: static;
    inset: 0%;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-menu-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #0000;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--base-color-brand--white);
    color: var(--base-color-brand--black);
    border-radius: 12px;
  }

  .nav-dropdown-toggle {
    background-color: var(--base-color-brand--white);
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-toggle:hover {
    background-color: var(--base-color-brand--white);
    color: var(--text-color--link-color-700);
  }

  .nav-link {
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link:hover {
    background-color: var(--base-color-brand--white);
    color: var(--text-color--link-color-700);
    padding-bottom: 8px;
    text-decoration: none;
  }

  .image-113 {
    max-width: 90%;
  }

  .div-block-6 {
    align-self: center;
    align-items: center;
    max-width: none;
    display: inline-flex;
  }

  .image-115 {
    max-width: 161%;
    margin: 10px;
    display: inline-block;
  }

  .columns {
    vertical-align: text-bottom;
    flex-flow: column;
    display: inline-block;
  }

  .list-item-5 {
    overflow: hidden;
  }

  .list-item-6, .list-item-8 {
    padding-left: 10px;
  }

  .list-item-9 {
    text-align: left;
    margin-bottom: 2rem;
  }

  .heading-63 {
    text-align: left;
  }

  .tabs-content-2 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    flex-flow: column;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: block;
  }

  .column-11 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-9 {
    grid-auto-flow: row;
    display: block;
  }

  .div-block-18 {
    margin-bottom: 20px;
  }

  .product-updates_featured-updates-list-header_item-2 {
    max-width: 100%;
  }

  .link-6 {
    display: inline-block;
  }

  .container-24 {
    margin-left: auto;
    margin-right: auto;
    display: inline;
  }

  .container-22 {
    margin-top: 0;
  }

  .h2-big-cta-section {
    font-size: 45px;
  }

  .list-11.slim-article-list {
    padding-left: 0;
  }

  .column-24 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-25 {
    margin-left: auto;
    margin-right: auto;
    display: inline;
  }

  .link-11 {
    display: inline-block;
  }

  .column-22 {
    flex-direction: column;
    flex: none;
    order: 0;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
    position: static;
  }

  .list-4 {
    padding-left: 0;
  }

  .columns-17 {
    flex-direction: row;
    align-items: stretch;
    display: flex;
  }

  .container-23 {
    max-width: 90%;
  }

  .list-13 {
    padding-left: 0;
  }

  .h2-big-cta-section-2, .h2-big-cta-section-3 {
    font-size: 45px;
  }

  .div-block-184 {
    margin-bottom: 20px;
  }

  .list-15.slim-article-list {
    padding-left: 0;
  }

  .paragraph_blog.narrow {
    max-width: 100%;
  }

  .calculator-wrapper {
    padding: 60px;
  }

  .quick-stack-6 {
    margin-top: -151px;
    margin-bottom: 100px;
  }

  .quick-stack-7.background_repeat {
    background-image: linear-gradient(to bottom, null, null), url('../images/64ad57de0ec8d4b7dc92787e_Ellipse-11-1.png');
    background-repeat: repeat, repeat;
  }

  .reviews-card {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    min-width: 19.5rem;
    max-width: 19.5rem;
    margin-left: auto;
    margin-right: auto;
    padding: 4rem 3rem;
    position: relative;
  }

  .space-4rem {
    min-height: 4rem;
  }

  .slide-nav-reviews {
    display: none;
  }

  .space-7rem {
    min-height: 7rem;
  }

  .reviews-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .reviews-listing-wrapper {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    flex-flow: column;
    height: auto;
    padding-bottom: 20px;
  }

  .column-28 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .heading-98 {
    text-align: center;
    vertical-align: baseline;
    flex-flow: wrap;
    place-content: stretch center;
    align-items: center;
    display: none;
  }

  .columns-19 {
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .cell-8, .cell-17 {
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .columns-21 {
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .column-34 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .column-37 {
    align-self: center;
    display: block;
  }

  .div-block-203 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: column;
    flex: 1;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    max-width: 100%;
    display: none;
  }

  .paragraph-82 {
    text-align: left;
  }

  .columns-23 {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-205 {
    padding-left: 20px;
  }

  .column-38 {
    flex: none;
    align-self: auto;
  }

  .flag-wrapper {
    margin-bottom: 20px;
  }

  .link-block-45 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: .85rem;
  }

  .container-27 {
    max-width: 728px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
    flex-flow: column;
    grid-auto-flow: row dense;
    justify-content: center;
    align-items: center;
    max-width: 75%;
    display: inline-flex;
  }

  .pricing-card-three {
    margin-bottom: 20px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .button.is-navbar3-button {
    padding: .25rem 1rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-global.hero-background {
    background-image: radial-gradient(circle farthest-side at 50% 100%, var(--dark-blue), #8cc3f4 0%, white 88%);
    padding-left: 0%;
    padding-right: 0%;
  }

  .padding-global.hero-background.feature_page_hero {
    padding-left: 0%;
    padding-right: 0%;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-section-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .navbar3_menu {
    width: 90vw;
    padding-bottom: 5rem;
  }

  .navbar3_component {
    min-height: 4rem;
  }

  .navbar3_component.mobile_styling {
    position: absolute;
    inset: 0% 0% auto;
  }

  .footer2_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer2_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer2_credit-text {
    text-align: center;
    margin-top: 1rem;
  }

  .footer2_left-wrapper {
    grid-column-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row dense;
  }

  .footer2_top-wrapper {
    grid-row-gap: 3rem;
  }

  .product-updates_featured-updates-list-header_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .product-updates_featured-updates-list-header_list-wrapper {
    flex-flow: column;
    align-self: center;
    display: block;
  }

  .update-item_header_title-wrapper {
    margin-bottom: 3rem;
  }

  .update-item_body_content {
    margin-bottom: 2rem;
  }

  .update-item_body_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .update-item_faq_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .update-item_faq_icon-wrapper {
    width: 1.75rem;
  }

  .knowledge-base_resources-list_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .knowledge-base_resources-list_button-row.show-mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }

  .text-link {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: block;
  }

  .timeoff-management-as-an-absence-management-solution_cta_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .timeoff-management-as-an-absence-management-solution_cta_card {
    padding: 2rem;
  }

  .pricing_pricing_plans {
    grid-template-columns: 1fr;
  }

  .pricing_pricing_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .pricing_comparison_top-row-content.is-first {
    border-left-style: none;
  }

  .pricing_comparison_feature {
    border-bottom: 1px solid var(--border-color--border-primary);
    padding-right: 1rem;
  }

  .pricing_comparison_row-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pricing_comparison_row, .pricing_comparison_top-row {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section_pricing_comparison, .pricing_comparison_empty-space {
    display: none;
  }

  .pricing_faq_question {
    padding: 1rem 1.25rem;
  }

  .pricing_faq_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .pricing_faq_icon-wrappper {
    width: 1.75rem;
  }

  .testimonial4_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .testimonialbigabout {
    margin-bottom: 1rem;
  }

  .testimonialbigaboutwrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .testimonialbigdivider {
    display: none;
  }

  .cta41_card {
    padding: 2rem;
  }

  .contact16_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .features-metrics {
    padding: 140px 15px 60px;
    display: none;
  }

  .features-wrapper {
    text-align: left;
    flex-flow: column;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .heading-style-h4-2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .header129_image-group {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .blog42_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blog42_heading {
    margin-right: 0;
  }

  .heading-style-h5-4 {
    font-size: 1.25rem;
  }

  .blog42_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-size-medium-11 {
    font-size: 1rem;
  }

  .blog42_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .blog42_button-row.show-mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }

  .blog-post-header2_image-wrapper {
    margin-bottom: 2rem;
  }

  .blog-post-header2_content-bottom {
    flex-direction: column;
  }

  .heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .blog-post-header2_author-wrapper {
    margin-bottom: 2rem;
  }

  .text-size-medium-15 {
    font-size: 1rem;
  }

  .content30_content-top, .content30_content {
    margin-bottom: 2rem;
  }

  .content30_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .included-card.figma-card {
    text-align: center;
    flex-direction: column;
  }

  .wrap-figma-content, .title-wrap-accent-block-sales {
    text-align: center;
    align-items: center;
  }

  .contact5_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .text-size-medium-17 {
    font-size: 1rem;
  }

  .cta52_card {
    padding: 2rem;
  }

  .text-size-medium-18 {
    font-size: 1rem;
  }

  .cta52_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .text-size-medium-19 {
    font-size: 1rem;
  }

  .faq1_icon-wrapper {
    width: 1.75rem;
  }

  .testimonial19_component {
    padding-bottom: 3rem;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial19_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial19_mask {
    width: 100%;
  }

  .testimonial19_card {
    padding: 1.5rem;
  }

  .testimonial19_slide {
    margin-right: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-medium-20 {
    font-size: 1rem;
  }

  .testimonial19_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .testimonial19_arrow {
    bottom: 3rem;
  }

  .team20_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .team20_image-wrapper {
    height: 100%;
  }

  .team20_list {
    grid-row-gap: 3rem;
  }

  .text-size-large-3 {
    font-size: 1.125rem;
  }

  .text-size-medium-22 {
    font-size: 1rem;
  }

  .heading-style-h5-6 {
    font-size: 1.25rem;
  }

  .timeline1_item {
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
    margin-left: 3rem;
  }

  .timeline1_progress {
    z-index: 0;
  }

  .timeline1_progress.mobile {
    display: none;
  }

  .timeline1_content-right {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .timeline1_circle {
    margin-top: 1.75rem;
  }

  .text-size-medium-23 {
    font-size: 1rem;
  }

  .timeline1_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .timeline1_circle-wrapper {
    width: 2rem;
    margin-left: 0;
    left: 0%;
  }

  .timeline1_circle-wrapper.mobile {
    display: none;
  }

  .timeline1_content-left {
    z-index: 1;
    padding-right: 0;
    position: relative;
    top: 0;
  }

  .heading-style-h5-7 {
    font-size: 1.25rem;
  }

  .testimonial4_client-2 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .text-size-medium-26 {
    font-size: 1rem;
  }

  .event6_item {
    padding: 1.5rem;
  }

  .padding-section-large-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h5-11 {
    font-size: 1.25rem;
  }

  .event6_list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .cta45_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .cta45_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .padding-section-large-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .cta45_card {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cta45_content {
    margin-right: 0;
  }

  .paddingxxl {
    padding: 0 1rem 3rem;
  }

  .paddingxxl.top {
    padding-bottom: 11.7rem;
  }

  .section-features {
    display: none;
  }

  .code-embed-3.big {
    background-image: none;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .code-embed-3.front_page {
    display: none;
  }

  .integrations-card.ipad {
    margin-top: 0;
  }

  .heading-style-h3-2 {
    font-size: 1.5rem;
  }

  .hero-text-content.special {
    background-image: none;
    background-size: auto;
    margin-top: 40px;
  }

  .tab-pane-content {
    height: auto;
  }

  .hero-header-wrapper {
    max-width: 95%;
  }

  .tab-pane-item, .tab-pane-item.three {
    padding: 2rem;
  }

  .tomtextlarge {
    font-size: 1.25rem;
  }

  .heading-style-h1-6 {
    font-size: 2.5rem;
  }

  .heading-style-h1-6.text-align-center.text-color-hero {
    margin-top: 0;
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .hero-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .hero-image-wrap {
    top: 246px;
  }

  .tomheadermain {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .heading-60 {
    margin-bottom: 2rem;
  }

  .tomsubheadermain {
    text-align: center;
  }

  .heading-61 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .padding-xxlarge-3 {
    padding: 5rem 1rem 3rem;
  }

  .padding-xxlarge-3.new {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .frontpagefeaturelistitem {
    margin-bottom: 40px;
  }

  .frontpagefeaturelistitem.mobile {
    margin-top: 5rem;
  }

  .padding-xxlarge-4 {
    padding: 3rem 1rem;
  }

  .padding-xxlarge-4.mobile {
    padding-left: 0;
  }

  .cta-item {
    justify-content: center;
    align-items: center;
    max-width: 90%;
    display: inline-block;
  }

  .text-size-large-5 {
    font-size: 1.25rem;
  }

  .navbar-wrapper.ipad_styling_navbar {
    position: absolute;
    inset: 0% 0% auto;
  }

  .button-primary-2 {
    justify-content: center;
    align-self: center;
    align-items: center;
    display: inline-block;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
    padding-right: .5rem;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .column-3 {
    display: block;
  }

  .column-5 {
    flex: 1;
    order: -1;
    align-items: center;
    display: flex;
  }

  .columns {
    vertical-align: middle;
    flex-flow: column;
    display: inline-flex;
  }

  .list-item-6 {
    display: flex;
  }

  .columns-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: inline-flex;
  }

  .div-block-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .columns-3 {
    display: inline-block;
  }

  .container-20 {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .product-updates_featured-updates-list-header_item-2 {
    max-width: 100%;
  }

  .columns-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: space-around;
    align-items: flex-start;
    display: flex;
  }

  .container-24 {
    padding-left: 0;
    font-size: 14px;
  }

  .text-block-54 {
    flex: none;
  }

  .section-3 {
    padding-top: 60px;
  }

  .h2-big-cta-section {
    font-size: 28px;
  }

  .container-25 {
    padding-left: 0;
    font-size: 14px;
  }

  .text-block-56 {
    flex: none;
  }

  .section-4 {
    padding-top: 60px;
  }

  .column-22 {
    margin-left: auto;
    margin-right: auto;
  }

  .columns-17 {
    flex-direction: column;
  }

  .h2-big-cta-section-2, .h2-big-cta-section-3 {
    font-size: 28px;
  }

  .mobile_view_embed_wrapper {
    display: none;
  }

  .header2_blog_post {
    text-align: left;
    font-size: 1.7rem;
  }

  .paragraph-78 {
    text-align: left;
  }

  .code-embed-8 {
    width: 500px;
    max-width: 500px;
    height: 350px;
    max-height: 350px;
    display: none;
  }

  .form {
    padding: 0;
  }

  .aboutus_card_wrapper.blue {
    padding-left: 5px;
    padding-right: 5px;
  }

  .headerforcards_wrapper {
    margin-top: 60px;
  }

  .quick-stack-6 {
    margin-top: -99px;
  }

  .columns-18 {
    text-align: center;
  }

  .reviews-icon {
    margin-left: 1px;
    margin-right: 1px;
  }

  .reviews-card {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: column-reverse;
    align-content: stretch;
    min-width: 19.5rem;
    max-width: 19.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .reviews-slider {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .reviews-right-arrow {
    min-width: 1.5rem;
    max-width: 1.5rem;
    min-height: 1.5rem;
    max-height: 1.5rem;
    right: 28%;
  }

  .slide-nav-reviews {
    padding-top: 4%;
    bottom: -8%;
  }

  .reviews-left-arrow {
    min-width: 1.5rem;
    max-width: 1.5rem;
    min-height: 1.5rem;
    max-height: 1.5rem;
    right: 34%;
  }

  .reviews-listing-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 5.625rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .productupdate_item_wrapper {
    padding: 10px;
  }

  .div-block-193 {
    max-width: 80%;
    margin-left: 59px;
  }

  .div-block-194 {
    margin-left: 59px;
  }

  .dummy-hero-button---brix {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }

  .productupdate_item_wrapper-3 {
    padding: 10px;
  }

  .tab-link-2 {
    width: 100%;
  }

  .tabs-menu-2 {
    border-radius: 24px;
    flex-flow: row;
    width: 100%;
    max-width: 360px;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-19 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .column-37 {
    align-self: auto;
    display: flex;
  }

  .paragraph-82 {
    text-align: justify;
  }

  .columns-23 {
    grid-column-gap: 57px;
    grid-row-gap: 57px;
    flex-flow: column;
  }

  .column-38 {
    text-align: justify;
    flex-flow: column;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .div-block-206.background-text {
    margin-top: 0;
  }

  .link-block-45 {
    display: none;
  }

  .pricing-overview {
    padding: 60px 15px;
  }

  .pricing-grid {
    max-width: 95%;
  }

  .pricing-card-three {
    margin-bottom: 20px;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .announcment {
    margin-bottom: 40px;
    font-size: .85rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .max-width-large.align-center {
    margin-top: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top.margin-medium {
    text-align: center;
    max-width: 100%;
    display: flex;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .text-size-medium {
    margin-bottom: 0;
  }

  .heading-style-h5 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .button.max-width-full {
    width: 80%;
    display: block;
  }

  .button.max-width-full.is-pricing_comparison-button {
    padding: .25rem .75rem;
  }

  .button-group {
    text-align: center;
  }

  .padding-global {
    margin-top: 1rem;
  }

  .padding-global.hero-background {
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .padding-global.hero-background.feature_page_hero {
    padding-bottom: 6.9rem;
  }

  .padding-section-large {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-large.special {
    margin-top: 100px;
  }

  .navbar3_component.mobile_styling {
    max-width: none;
    padding-right: 5%;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
    overflow: visible;
  }

  .footer2_credit-text {
    text-align: center;
    font-size: .65rem;
  }

  .footer2_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer2_left-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .footer2_top-wrapper {
    grid-row-gap: 48px;
  }

  .product-updates_featured-updates-list-header_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .update-item_header_author-wrapper {
    margin-bottom: 1rem;
  }

  .update-item_header_content-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .update-item_body_tag-list {
    justify-content: flex-start;
  }

  .update-item_body_author-wrapper {
    margin-bottom: 1rem;
  }

  .update-item_body_share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .update-item_body_tag-list-wrapper {
    width: 100%;
  }

  .update-item_body_content-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .signup-form-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .pricing_pricing_feature-list {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .pricing_comparison_top-row-content {
    padding: 1rem .5rem;
  }

  .padding-global-2 {
    background-color: #fff;
  }

  .testimonial4_component {
    margin-top: 0;
  }

  .cta41_card {
    text-align: center;
  }

  .contact16_component, .contact16_contact-list {
    grid-template-columns: 1fr;
  }

  .features-metrics {
    text-align: center;
    margin-top: 140px;
    padding-top: 0;
    padding-bottom: 0;
    top: 0;
  }

  .container {
    text-align: center;
    max-width: none;
    position: static;
  }

  .features-wrapper {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    text-align: center;
    flex-flow: row;
    justify-content: center;
    max-width: 100%;
    margin-top: 100px;
    margin-bottom: 0;
    display: flex;
  }

  .features-block {
    align-self: flex-start;
    width: 20%;
  }

  .features-title {
    font-size: 25px;
  }

  .text-block-4, .text-block-5 {
    color: var(--text-color--tomtextprimary);
    font-size: .75rem;
  }

  .text-block-6 {
    font-size: .75rem;
  }

  .padding-section-large-2 {
    padding-bottom: 2rem;
  }

  .header129_image-group {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    max-width: 100%;
    margin-top: 40px;
  }

  .header129_image2 {
    border-radius: 8px;
  }

  .padding-global-10 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .blog-post-header2_image-wrapper {
    padding-top: 0%;
  }

  .blog-post-header2_content-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .heading-style-h2-2.text-align-left {
    font-size: 1.8rem;
  }

  .blog-post-header2_author-wrapper {
    margin-bottom: 1rem;
  }

  .content30_content-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .included-card {
    padding: 24px;
  }

  .no-margins {
    text-align: center;
  }

  .contact5_component, .team20_component {
    grid-template-columns: 1fr;
  }

  .team20_image-wrapper {
    padding-top: 66%;
  }

  .team20_list {
    grid-template-columns: 1fr;
  }

  .timeline1_item {
    grid-template-columns: 3rem 1fr;
  }

  .timeline1_progress.mobile {
    margin-left: 20px;
    display: none;
  }

  .timeline1_content-right {
    grid-row-gap: 2rem;
  }

  .timeline1_content-right.mobile {
    margin-bottom: 8rem;
  }

  .timeline1_row {
    grid-column-gap: 1rem;
  }

  .timeline1_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .timeline1_component.mobile, .timeline1_component.mobile-copy {
    grid-row-gap: 4rem;
    grid-auto-flow: row;
    padding-left: 0;
  }

  .timeline1_progress-line {
    background-position: 50%;
    display: none;
    position: relative;
    inset: 0% auto 0% 20%;
  }

  .text-size-medium-26.text-color-white {
    font-size: 1rem;
  }

  .event6_item {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .breadcrumb_component {
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-33, .text-block-34, .text-block-35 {
    font-size: .85rem;
  }

  .cta45_button-row {
    text-align: center;
  }

  .heading-55.text-color-white {
    font-size: 2rem;
  }

  .max-width-mobile {
    text-align: center;
    align-self: auto;
    margin-top: 2rem;
  }

  .tab-link {
    color: var(--primary-color);
    text-align: left;
    display: inline-block;
  }

  .tab-link.w--current {
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
  }

  .section-header {
    max-width: 100%;
    margin-bottom: 0;
    display: inline-block;
  }

  .paddingxxl {
    padding: 0;
  }

  .paddingxxl.top {
    padding-top: 0;
    padding-bottom: 8.2rem;
  }

  .frontpagefeaturelist {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
  }

  .text-block-39 {
    font-size: .8rem;
  }

  .section-header-tag.for_whytom {
    margin-top: 0;
  }

  .code-embed-3 {
    background-image: none;
    border-style: none;
    padding-left: 0;
    padding-right: 0;
    bottom: 83px;
  }

  .code-embed-3.big {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .code-embed-3.front_page {
    display: inline-block;
    bottom: 11px;
  }

  .integrations-card {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 1.5rem;
  }

  .integrations-card.ipad {
    margin-top: 100px;
  }

  .feature-list-wrap, .tabs {
    margin-top: 0;
  }

  .hero-text-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 50px;
    margin-bottom: 0;
  }

  .hero-text-content.special {
    margin-top: 50px;
    margin-bottom: 20px;
  }

  .hero-text-content.background_light_pink_smadge {
    background-image: url('../images/background-light.svg');
    background-position: 50% 0;
    background-size: cover;
  }

  .hero-text-content.background_dark_red_smudge {
    background-image: linear-gradient(#fff6, #fff6);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .tab-pane-content {
    height: auto;
  }

  .hero-header-wrapper {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
  }

  .tab-pane-item {
    flex-flow: column;
    padding: 1.5rem;
  }

  .tab-pane-item.three {
    margin-bottom: 40px;
    padding: 1.5rem;
  }

  .tabs-menu {
    border: 1px solid var(--button_hover_grey_background);
    background-color: var(--text-color--text-alternate);
    box-shadow: none;
    text-align: center;
    flex-flow: wrap;
    margin-top: 3rem;
    display: inline-block;
  }

  .max-width-medium-2 {
    margin-top: 20px;
  }

  .tab-pane-text {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    order: 1;
  }

  .frontpagefeaturelistitemtext {
    width: 90%;
  }

  .tomtextlarge {
    text-align: left;
  }

  .tomtextlarge.text-color-grey {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }

  .heading-style-h1-6.text-align-center.text-color-hero {
    margin-top: 0;
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 2.5rem;
  }

  .heading-style-h1-6.text-align-center.text-color-hero.mobile {
    margin-top: 1rem;
  }

  .heading-style-h1-6.text-align-center.text-color-white {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 1.75rem;
    line-height: 2.5rem;
  }

  .hero-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .hero-image-wrap {
    margin-top: -253px;
    top: 146px;
  }

  .frontpagefeaturelistitemimage, .frontpagefeaturelistitemimage.right-side.ipad_view {
    height: auto;
  }

  .tomheadermain {
    max-width: 100%;
    font-size: 1.75rem;
    line-height: 2.125rem;
  }

  .heading-60 {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 2rem;
    display: block;
  }

  .heading-60.special {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .text-block-41 {
    font-size: .8rem;
  }

  .tomsubheadermain {
    color: var(--text-color--tomtextprimary);
    margin-top: 0;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .text-block-42 {
    font-size: .8rem;
  }

  .heading-61 {
    max-width: 100%;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .padding-xxlarge-3 {
    padding-top: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-xxlarge-3.new {
    padding: 3rem 0 2rem;
  }

  .padding-xxlarge-3.mobile {
    padding-top: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-75 {
    font-size: 1.2rem;
  }

  .div-block-4.second-div-block {
    max-width: 100%;
    margin-bottom: 3rem;
  }

  .frontpagefeaturelistitem {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    margin-bottom: 20px;
  }

  .frontpagefeaturelistitem.special {
    margin-top: 0;
  }

  .frontpagefeaturelistitem.mobile {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-bottom: 5rem;
  }

  .padding-xxlarge-4 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cta-content-wrap {
    grid-column-gap: 2.1rem;
    grid-row-gap: 2.1rem;
    background-image: none;
  }

  .cta-content-wrap.special {
    margin-top: 0;
  }

  .button-wrap {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    display: flex;
  }

  .cta-header {
    background-position: 50% 100%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .cta-header.red-smadge-background {
    margin-top: 0;
  }

  .cta-header.red-smadge-background.ipad {
    margin-top: 0;
    padding-top: 40px;
  }

  .cta-header.red-smadge-background.pricing_page {
    background-image: linear-gradient(#0000, #0000), url('../images/64ad57de0ec8d4b7dc92787e_Ellipse-11-1.png');
    background-position: 0 0, 50%;
    margin-top: 0;
  }

  .cta-header.red-smadge-background.book_demo_page {
    background-image: linear-gradient(to bottom, null, null), url('../images/64ad57de0ec8d4b7dc92787e_Ellipse-11-1.png');
    background-position: 0 0, 50%;
  }

  .cta-header.blue-smadge-background {
    background-position: 50% 100%;
    background-size: cover;
  }

  .cta-header.blue-smadge-background.ipad_styling {
    margin-top: 40px;
  }

  .cta-header.small_mobile {
    margin-top: 100px;
  }

  .navbar-wrapper {
    max-width: 95%;
    padding-left: 0;
    padding-right: 0;
    display: inline-flex;
  }

  .navbar-wrapper.ipad_styling_navbar {
    max-width: 100%;
    position: static;
  }

  .button-primary-2 {
    padding: 5px 10px;
    font-size: 10px;
    display: flex;
  }

  .button-primary-2.background-color-alternative.second-button {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .button-primary-2.fordropdownmenu {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    flex-flow: wrap;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    width: 250px;
    display: block;
  }

  .mobile-margin-top-10 {
    padding-right: .5rem;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .nav-menu-two.ipad_styling {
    padding-top: 40px;
  }

  .nav-menu-wrapper.ipad_styling {
    border-radius: 20px;
    position: fixed;
  }

  .menu-button.w--open {
    overflow: visible;
  }

  .nav-dropdown-toggle {
    flex: 1;
    justify-content: flex-start;
    display: block;
  }

  .nav-link {
    flex: 1;
    font-weight: 400;
    display: flex;
  }

  .nav-dropdown {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .image-113 {
    max-width: 100%;
    padding: 0;
  }

  .tabitemtext {
    font-size: .95rem;
  }

  .column-5 {
    display: none;
  }

  .column-8 {
    display: inline-block;
  }

  .tabgridwithchecks {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .heading-63 {
    text-align: center;
  }

  .image-117 {
    order: -1;
  }

  .product-updates_featured-updates-list-header_item-2, .image-main-blog {
    max-width: 100%;
  }

  .text-span-17 {
    font-size: 25px;
  }

  .columns-4 {
    color: var(--text-color--tomtextprimary);
    font-weight: 500;
    display: inline-flex;
  }

  .container-24 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-block-54 {
    text-align: center;
    align-self: center;
    padding-right: 20px;
    font-size: 14px;
  }

  .column-25 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section-3 {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .columns-16 {
    padding-left: 0;
  }

  .h2-big-cta-section {
    font-size: 20px;
  }

  .div-block-crumbs-2 {
    text-align: center;
  }

  .column-24 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-25 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-block-56 {
    text-align: center;
    align-self: center;
    padding-right: 20px;
    font-size: 14px;
  }

  .section-4 {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .columns-17 {
    flex-direction: column;
  }

  .container-23 {
    padding-right: 0;
  }

  .bold-text-39 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .h2-big-cta-section-2 {
    font-size: 20px;
  }

  .container-tiny {
    padding-left: 16px;
    padding-right: 16px;
  }

  .h2-big-cta-section-3 {
    font-size: 20px;
  }

  .text-block-169, .text-block-170 {
    font-size: .8rem;
  }

  .text_for-header2_mobile {
    margin-top: 20px;
  }

  .itemlist_wrapper_mobile {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    display: flex;
  }

  .image-for-feature-list {
    align-self: flex-start;
  }

  .header3_wrapper_mobile, .div-block-184, .div-block-185 {
    margin-bottom: 20px;
  }

  .header2_blog_post {
    text-align: left;
    font-size: 1.7rem;
  }

  .paragraph_blog {
    font-weight: 300;
  }

  .code-embed-8 {
    width: 300px;
    max-width: 300px;
    height: 200px;
    max-height: 200px;
  }

  .calculator-wrapper {
    margin-top: 20px;
    padding: 0;
  }

  .form {
    margin-top: 0;
    padding: 1rem 10px;
  }

  .image-217 {
    margin-top: -23px;
  }

  .cell-5, .cell-6, .image-219, .image-220 {
    border-radius: 10px;
  }

  .image-221 {
    margin-top: 20px;
  }

  .quick-stack-4 {
    margin-bottom: 40px;
  }

  .aboutus_card_wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }

  .aboutus_card_wrapper.blue {
    padding-left: 5px;
  }

  .paragraph-80 {
    font-size: 1rem;
  }

  .stack_wrapper {
    margin-top: 60px;
  }

  .quick-stack-6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: -86px;
    margin-bottom: 40px;
  }

  .mobile {
    margin-bottom: 1rem;
  }

  .columns-18 {
    text-align: center;
  }

  .featurecard_wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .reviews-card {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    box-shadow: none;
    text-align: center;
    border-style: none;
    flex-flow: row;
    justify-content: center;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    padding: 0;
  }

  .reviews-slider {
    flex-flow: column;
    display: flex;
    position: static;
  }

  .reviews-right-arrow {
    display: none;
  }

  .slide-nav-reviews {
    padding-top: 8%;
    bottom: -6%;
  }

  .reviews-left-arrow, .space-7rem {
    display: none;
  }

  .reviews-block {
    justify-content: center;
    align-items: center;
  }

  .reviews-container {
    flex-flow: wrap;
    display: flex;
  }

  .reviews-mask {
    width: 75vw;
  }

  .div-block-192 {
    margin-bottom: 60px;
  }

  .productupdate_item_wrapper {
    padding: 10px;
  }

  .column-28 {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-98 {
    font-size: 1.5rem;
    line-height: 2;
  }

  .columns-19 {
    margin-bottom: 0;
  }

  .quick-stack-8 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .code-embed-9.mobile {
    max-width: 70%;
  }

  .div-block-194 {
    text-align: center;
    display: block;
  }

  .dummy-hero-button---brix {
    padding: 15px 34px 16px;
  }

  .columns-21 {
    margin-bottom: 0;
  }

  .productupdate_item_wrapper-3 {
    padding: 10px;
  }

  .heading-100 {
    font-size: 1.5rem;
    line-height: 2;
  }

  .column-34 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .quick-stack-10 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .tab-link-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 5vw;
    display: flex;
  }

  .tabs-menu-2 {
    width: 80%;
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .price_subneader {
    font-size: 1rem;
  }

  .text-block-191, .text-block-192, .text-block-193 {
    text-align: left;
  }

  .heading-103 {
    margin-bottom: .5rem;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .text-block-202.special {
    font-size: 2.5rem;
    line-height: 1.25;
  }

  .div-block-206.background-text {
    margin-top: 0;
    margin-bottom: 60px;
    display: none;
  }

  .flag-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .pricing-overview {
    padding-top: 0;
  }

  .container-27 {
    max-width: none;
    margin-top: 40px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    margin-top: 60px;
    padding: 10px 15px;
  }

  .pricing-card-three {
    margin-bottom: 0;
    padding: 15px;
  }

  .div-block-216 {
    display: inline-flex;
  }

  .div-block-217 {
    margin-top: 40px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .announcment {
    display: none;
  }

  .hero-buttons-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: column;
    flex: 0 auto;
    order: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: inline-flex;
  }
}

#w-node-cd0a3b26-0484-5bb3-f8de-92cfcb803ba5-2e193734, #w-node-cd0a3b26-0484-5bb3-f8de-92cfcb803baf-2e193734, #w-node-cd0a3b26-0484-5bb3-f8de-92cfcb803bb9-2e193734, #w-node-_5171de46-5083-9895-5ff0-9d4c814e31b8-2e193734, #w-node-_5171de46-5083-9895-5ff0-9d4c814e31bd-2e193734, #w-node-_5171de46-5083-9895-5ff0-9d4c814e31c2-2e193734 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fba60ed0-371a-d717-6f95-0915f223634a-2666364d {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_8bdcf97c-7fc3-ec6f-cd56-c11fde117c3f-e9f39510, #w-node-_336be75c-ab2b-838b-5642-972b6cc86205-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-d50b47a1 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-d50b47a1 {
  justify-self: start;
}

#w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd5fd-d50b47a1, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd600-d50b47a1, #w-node-_5260568a-938d-ea68-0c74-308a8209edce-d50b47a1, #w-node-_5260568a-938d-ea68-0c74-308a8209edd1-d50b47a1, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b82-d50b47a1, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b85-d50b47a1, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd604-d50b47a1, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd605-d50b47a1, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd608-d50b47a1, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd609-d50b47a1, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd60c-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-d50b47a1 {
  justify-self: start;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9b-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9c-d50b47a1 {
  justify-self: start;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da4-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da5-d50b47a1 {
  justify-self: start;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d42-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d43-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-d50b47a1, #w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-d50b47a1, #w-node-e9f171cc-11b4-0905-714d-593dc5e729ce-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729cf-d50b47a1 {
  justify-self: start;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-d50b47a1, #w-node-_803d93b2-f316-78e7-4b37-d40ff102217f-d50b47a1, #w-node-_803d93b2-f316-78e7-4b37-d40ff1022180-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022181-d50b47a1 {
  justify-self: start;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022187-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-d50b47a1, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-d50b47a1, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-d50b47a1 {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-d50b47a1, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1608-d50b47a1, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1609-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e160a-d50b47a1 {
  justify-self: start;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1610-d50b47a1, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece1-d50b47a1, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece2-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece3-d50b47a1 {
  justify-self: start;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece9-d50b47a1, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7e-d50b47a1, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7f-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b80-d50b47a1 {
  justify-self: start;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b88-d50b47a1, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253d-d50b47a1, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253e-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253f-d50b47a1 {
  justify-self: start;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a952545-d50b47a1, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7c-d50b47a1, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7d-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7e-d50b47a1 {
  justify-self: start;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab86-d50b47a1, #w-node-_40872103-aff7-c010-da67-704a8f3f1108-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f1109-d50b47a1 {
  justify-self: start;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f110f-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-d50b47a1 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-d50b47a1 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-d50b47a1, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-d50b47a1, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-d50b47a1, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-d50b47a1, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-d50b47a1, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-d50b47a1, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-d50b47a1 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-d50b47a1, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-d50b47a1, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-d50b47a1 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-d50b47a1, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-d50b47a1, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-d50b47a1 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-d50b47a1, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-d50b47a1, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-d50b47a1 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-d50b47a1, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-d50b47a1, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-d50b47a1 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-d50b47a1, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-d50b47a1, #w-node-ee961e8d-845a-edc3-3307-509470022457-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-d50b47a1 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-d50b47a1, #w-node-ee961e8d-845a-edc3-3307-50947002245b-d50b47a1, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-d50b47a1 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-d50b47a1, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-d50b47a1, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-d50b47a1 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-d50b47a1, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-d50b47a1, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-d50b47a1 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-d50b47a1, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-d50b47a1, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-d50b47a1 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-d50b47a1, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-d50b47a1, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-d50b47a1 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-d50b47a1, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-d50b47a1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-d50b47a1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-d50b47a1 {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-d50b47a1 {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-d50b47a1 {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-d50b47a1 {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-d50b47a1 {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-d50b47a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-d50b47a1, #w-node-_0be8d011-9c58-1f75-1574-db3e33b9cbbf-9da9956b {
  justify-self: start;
}

#w-node-_8f97e95d-6d7a-37fe-f248-9b818b830784-9da9956b {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9c242fd3-c70c-c5cc-14fd-404cfd804b28-9da9956b {
  grid-column: span 2 / span 2;
}

#w-node-_83201cf5-7a3b-cbe9-8a59-71e463982bfa-9da9956b {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_99ca3b1a-e0e4-adcc-07da-9cb9fdfac3c9-9da9956b {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_99ca3b1a-e0e4-adcc-07da-9cb9fdfac3ca-9da9956b {
  grid-column: span 2 / span 2;
}

#w-node-_9deb60d0-0c6f-12c3-b51e-45e89e57b3ca-9da9956b {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-f59eb5b8-4071-7fa7-7fa1-d821b7ba99b9-9da9956b {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_74a7bd49-fa99-0763-2f8d-874108968683-fe769b84 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-fd287461-ae95-da7e-7cc5-581eefa296be-b25c88ca {
  place-self: stretch stretch;
}

#w-node-fd287461-ae95-da7e-7cc5-581eefa296c7-b25c88ca, #w-node-fd287461-ae95-da7e-7cc5-581eefa296ce-b25c88ca, #w-node-_0f0abe4f-7284-46a7-a51b-5d480ac7649c-b25c88ca {
  align-self: stretch;
}

#w-node-fd287461-ae95-da7e-7cc5-581eefa296ef-b25c88ca {
  place-self: stretch stretch;
}

#w-node-e4cad2b3-b5f0-f37a-74b8-157cd5f0e3bd-b25c88ca {
  place-self: start;
}

#w-node-e4cad2b3-b5f0-f37a-74b8-157cd5f0e3c8-b25c88ca, #w-node-e4cad2b3-b5f0-f37a-74b8-157cd5f0e3cd-b25c88ca {
  align-self: start;
}

#w-node-e4cad2b3-b5f0-f37a-74b8-157cd5f0e3e0-b25c88ca {
  justify-self: start;
}

#w-node-_632972dd-b575-0e42-2258-1590f8999ce2-f8999cad {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-fafa945e-7186-9002-ddea-ac2e4241aa5d-93acf081 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2dfd77e7-3635-8068-fbe9-a8a976c7e8b7-76c7e8ad {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_70875f17-3c1b-51a4-69ff-5f247bf070ed-c19129b1, #w-node-_70875f17-3c1b-51a4-69ff-5f247bf070f2-c19129b1, #w-node-_70875f17-3c1b-51a4-69ff-5f247bf070f7-c19129b1, #w-node-_70875f17-3c1b-51a4-69ff-5f247bf070fc-c19129b1, #w-node-_70875f17-3c1b-51a4-69ff-5f247bf07101-c19129b1, #w-node-_70875f17-3c1b-51a4-69ff-5f247bf07106-c19129b1, #w-node-_70875f17-3c1b-51a4-69ff-5f247bf0710b-c19129b1, #w-node-_70875f17-3c1b-51a4-69ff-5f247bf07110-c19129b1, #w-node-_70875f17-3c1b-51a4-69ff-5f247bf07115-c19129b1, #w-node-_70875f17-3c1b-51a4-69ff-5f247bf0711a-c19129b1, #w-node-_70875f17-3c1b-51a4-69ff-5f247bf0711f-c19129b1, #w-node-_70875f17-3c1b-51a4-69ff-5f247bf07124-c19129b1, #w-node-_65f00c39-822e-7d74-110b-de7f39c0584b-c19129b1, #w-node-_65f00c39-822e-7d74-110b-de7f39c05850-c19129b1, #w-node-_65f00c39-822e-7d74-110b-de7f39c05855-c19129b1, #w-node-_65f00c39-822e-7d74-110b-de7f39c0585a-c19129b1, #w-node-_65f00c39-822e-7d74-110b-de7f39c0585f-c19129b1, #w-node-_65f00c39-822e-7d74-110b-de7f39c05864-c19129b1, #w-node-_65f00c39-822e-7d74-110b-de7f39c05869-c19129b1, #w-node-_65f00c39-822e-7d74-110b-de7f39c0586e-c19129b1, #w-node-_65f00c39-822e-7d74-110b-de7f39c05873-c19129b1, #w-node-_65f00c39-822e-7d74-110b-de7f39c05878-c19129b1, #w-node-_65f00c39-822e-7d74-110b-de7f39c0587d-c19129b1, #w-node-_65f00c39-822e-7d74-110b-de7f39c05882-c19129b1, #w-node-_72a5784b-6a1d-bbff-71c7-9a23cbda0bf1-c19129b1, #w-node-_72a5784b-6a1d-bbff-71c7-9a23cbda0bf6-c19129b1, #w-node-_72a5784b-6a1d-bbff-71c7-9a23cbda0bfb-c19129b1, #w-node-_72a5784b-6a1d-bbff-71c7-9a23cbda0c00-c19129b1, #w-node-_72a5784b-6a1d-bbff-71c7-9a23cbda0c05-c19129b1, #w-node-_72a5784b-6a1d-bbff-71c7-9a23cbda0c0a-c19129b1, #w-node-_72a5784b-6a1d-bbff-71c7-9a23cbda0c0f-c19129b1, #w-node-_72a5784b-6a1d-bbff-71c7-9a23cbda0c14-c19129b1, #w-node-_72a5784b-6a1d-bbff-71c7-9a23cbda0c19-c19129b1, #w-node-_72a5784b-6a1d-bbff-71c7-9a23cbda0c1e-c19129b1, #w-node-_72a5784b-6a1d-bbff-71c7-9a23cbda0c23-c19129b1, #w-node-_72a5784b-6a1d-bbff-71c7-9a23cbda0c28-c19129b1, #w-node-cf20a8fc-af6a-f5ba-fc03-56229f55f377-c19129b1, #w-node-cf20a8fc-af6a-f5ba-fc03-56229f55f37c-c19129b1, #w-node-cf20a8fc-af6a-f5ba-fc03-56229f55f381-c19129b1, #w-node-cf20a8fc-af6a-f5ba-fc03-56229f55f386-c19129b1, #w-node-cf20a8fc-af6a-f5ba-fc03-56229f55f38b-c19129b1, #w-node-cf20a8fc-af6a-f5ba-fc03-56229f55f390-c19129b1, #w-node-cf20a8fc-af6a-f5ba-fc03-56229f55f395-c19129b1, #w-node-cf20a8fc-af6a-f5ba-fc03-56229f55f39a-c19129b1, #w-node-cf20a8fc-af6a-f5ba-fc03-56229f55f39f-c19129b1, #w-node-cf20a8fc-af6a-f5ba-fc03-56229f55f3a4-c19129b1, #w-node-cf20a8fc-af6a-f5ba-fc03-56229f55f3a9-c19129b1, #w-node-cf20a8fc-af6a-f5ba-fc03-56229f55f3ae-c19129b1, #w-node-_01b74b59-f62a-43e2-cf5c-963a0f1f14b1-c19129b1, #w-node-_01b74b59-f62a-43e2-cf5c-963a0f1f14b6-c19129b1, #w-node-_01b74b59-f62a-43e2-cf5c-963a0f1f14bb-c19129b1, #w-node-e3ecb130-d6c1-e9ec-cf7b-5cf90f3daefa-c19129b1, #w-node-e3ecb130-d6c1-e9ec-cf7b-5cf90f3daeff-c19129b1, #w-node-e3ecb130-d6c1-e9ec-cf7b-5cf90f3daf04-c19129b1, #w-node-e3ecb130-d6c1-e9ec-cf7b-5cf90f3daf09-c19129b1, #w-node-e3ecb130-d6c1-e9ec-cf7b-5cf90f3daf0e-c19129b1, #w-node-_13160c44-80bd-3764-668b-e7b56a25ca5c-c19129b1, #w-node-_13160c44-80bd-3764-668b-e7b56a25ca61-c19129b1, #w-node-_13160c44-80bd-3764-668b-e7b56a25ca66-c19129b1 {
  align-self: start;
}

#w-node-da742e98-5228-3d65-02e5-357164967614-a22a43c3 {
  align-self: stretch;
}

#w-node-_89a19b4b-3401-ac55-5a79-a4b34dcc4b58-a22a43c3 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-c4c07cac-599f-10dc-a3b5-8743b58a28b7-c6b13e78 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_9bbfd4b6-ce35-809e-b358-047e0fd57ad1-6aa079ed {
  place-self: start center;
}

#w-node-_9bbfd4b6-ce35-809e-b358-047e0fd57add-6aa079ed, #w-node-_9bbfd4b6-ce35-809e-b358-047e0fd57ae7-6aa079ed {
  align-self: start;
}

#w-node-_9bbfd4b6-ce35-809e-b358-047e0fd57aff-6aa079ed {
  justify-self: start;
}

#w-node-_83a00a28-dfc2-6566-7ebd-de449219a3d2-ee7c727d, #w-node-_3b905bc1-3307-de5b-ca18-500761c20dcc-4c86faaa {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_9d80c6b7-ebfc-9182-402a-7358a0fa9eac-facc0c60, #w-node-_9d80c6b7-ebfc-9182-402a-7358a0fa9eb1-facc0c60, #w-node-_6249ad2d-650b-29bf-a65e-945687d90228-8516bd3e, #w-node-_6249ad2d-650b-29bf-a65e-945687d90231-8516bd3e, #w-node-_6249ad2d-650b-29bf-a65e-945687d9023a-8516bd3e {
  align-self: start;
}

#w-node-_595432d5-9352-a092-75df-317e30c33adb-e347159f, #w-node-_02f72d1e-7d10-78dc-3b9e-736ce723f154-e347159f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3c37ab1-a10d-af6c-e704-535397b4f0bc-761f2da4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-aae20266-a3a2-e9da-63d7-18f85021823b-761f2da4 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_26e2ca90-708b-65f8-9c17-3702f28d079d-761f2da4, #w-node-a720757e-3d0a-ee51-5dda-f4dd4cfce835-761f2da4 {
  grid-column: span 2 / span 2;
}

#w-node-d352d73e-5182-e220-2464-e9b4a94cd934-761f2da4, #w-node-_09af6325-0b60-f252-0e0f-1ae248973196-761f2da4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1fdcde79-e850-d1cb-a0cf-5d9fb5e2fd9a-d9a5f979, #w-node-_22ed04c9-3540-c8ff-2fe5-904b3639da38-d9a5f979, #w-node-_5d56fa27-8728-9d8d-766e-7894a833feb2-d9a5f979, #w-node-c2810c56-7df6-3a52-1be8-25849e28f9b7-d9a5f979, #w-node-b6f91ca3-2b0e-07aa-0e2f-033e1c59fba6-d9a5f979, #w-node-ee0ae92b-8ff8-85bb-ea32-a8cce179f70d-d9a5f979, #w-node-dbd2fa07-c7b7-c2c1-7271-e30798e18665-d9a5f979, #w-node-f97ba953-a264-0189-6d07-29efbc9e35c7-d9a5f979 {
  justify-self: center;
}

#w-node-_41efe475-f9e0-501d-1e4c-250f1863612d-332cadc7 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_41efe475-f9e0-501d-1e4c-250f18636158-332cadc7, #w-node-_74a7bd49-fa99-0763-2f8d-874108968683-23894467 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_2a61a4bf-9dc3-8512-f419-f018469345f4-0aa80b76, #w-node-f97ba953-a264-0189-6d07-29efbc9e35c7-0aa80b76 {
  justify-self: center;
}

#w-node-_21a28273-dd9d-c7bb-2864-6ee6811f1903-d9119268, #w-node-b2f14488-5a9c-4907-28d4-71f0a2bc1519-a52f4424 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-a76d114d-c4d0-ec28-713d-213ebb3c36ce-a52f4424 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3b905bc1-3307-de5b-ca18-500761c20dcc-de9b9ea4, #w-node-_78892569-fede-5c48-e16f-91cb0db263ed-df159191 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_9bbfd4b6-ce35-809e-b358-047e0fd57ad1-b46ab002 {
  place-self: start center;
}

#w-node-_9bbfd4b6-ce35-809e-b358-047e0fd57add-b46ab002, #w-node-_9bbfd4b6-ce35-809e-b358-047e0fd57ae7-b46ab002 {
  align-self: start;
}

#w-node-_9bbfd4b6-ce35-809e-b358-047e0fd57aff-b46ab002 {
  justify-self: start;
}

#w-node-f9c09e2d-32fb-6c3f-f4a8-cf6c10cce708-9d627925, #w-node-f9c09e2d-32fb-6c3f-f4a8-cf6c10cce70d-9d627925, #w-node-f9c09e2d-32fb-6c3f-f4a8-cf6c10cce712-9d627925, #w-node-a7c36508-b049-0085-3e4f-e7ab0067f28c-9d627925, #w-node-f181730a-04e4-f0cd-4e34-42f64e13dbdf-9d627925, #w-node-f1e64fa5-69b6-6865-19bc-e5f166dba001-9d627925, #w-node-_8db54fce-5815-b5b1-1eeb-a4b5e5030128-9d627925, #w-node-f9c09e2d-32fb-6c3f-f4a8-cf6c10cce727-9d627925, #w-node-f9c09e2d-32fb-6c3f-f4a8-cf6c10cce72c-9d627925, #w-node-f9c09e2d-32fb-6c3f-f4a8-cf6c10cce736-9d627925, #w-node-f9c09e2d-32fb-6c3f-f4a8-cf6c10cce73b-9d627925, #w-node-_9e36dd2d-318d-576c-203c-3e47013fa2f3-9d627925, #w-node-_9e36dd2d-318d-576c-203c-3e47013fa302-9d627925, #w-node-_9e36dd2d-318d-576c-203c-3e47013fa307-9d627925, #w-node-_01b74b59-f62a-43e2-cf5c-963a0f1f14b1-9d627925, #w-node-_01b74b59-f62a-43e2-cf5c-963a0f1f14b6-9d627925, #w-node-_01b74b59-f62a-43e2-cf5c-963a0f1f14bb-9d627925, #w-node-e3ecb130-d6c1-e9ec-cf7b-5cf90f3daefa-9d627925, #w-node-e3ecb130-d6c1-e9ec-cf7b-5cf90f3daeff-9d627925, #w-node-e3ecb130-d6c1-e9ec-cf7b-5cf90f3daf04-9d627925, #w-node-e3ecb130-d6c1-e9ec-cf7b-5cf90f3daf09-9d627925, #w-node-e3ecb130-d6c1-e9ec-cf7b-5cf90f3daf0e-9d627925, #w-node-_13160c44-80bd-3764-668b-e7b56a25ca5c-9d627925, #w-node-_13160c44-80bd-3764-668b-e7b56a25ca61-9d627925, #w-node-_13160c44-80bd-3764-668b-e7b56a25ca66-9d627925, #w-node-f9c09e2d-32fb-6c3f-f4a8-cf6c10cce7a0-9d627925 {
  align-self: start;
}

#w-node-_435586ac-0e17-846b-375d-8913aa459e35-131c1539, #w-node-_435586ac-0e17-846b-375d-8913aa459e35-15525480, #w-node-_435586ac-0e17-846b-375d-8913aa459e35-eef96d5a, #w-node-_37ede141-463b-1b0c-f138-02e6985ae639-520478d3, #w-node-_37ede141-463b-1b0c-f138-02e6985ae639-ef746f93, #w-node-fafa945e-7186-9002-ddea-ac2e4241aa5d-2b76ffb9, #w-node-_022ec78c-77bb-be11-6351-dcb743036480-43036480, #w-node-_37ede141-463b-1b0c-f138-02e6985ae639-0a850708, #w-node-_435586ac-0e17-846b-375d-8913aa459e35-2b808227, #w-node-_37ede141-463b-1b0c-f138-02e6985ae639-9e25258d, #w-node-_37ede141-463b-1b0c-f138-02e6985ae639-c75f7848, #w-node-_37ede141-463b-1b0c-f138-02e6985ae639-e3f4112c, #w-node-_37ede141-463b-1b0c-f138-02e6985ae639-5aa85b4b {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (min-width: 1440px) {
  #w-node-_74a7bd49-fa99-0763-2f8d-874108968683-fe769b84, #w-node-_632972dd-b575-0e42-2258-1590f8999ce2-f8999cad, #w-node-_2dfd77e7-3635-8068-fbe9-a8a976c7e8b7-76c7e8ad, #w-node-_89a19b4b-3401-ac55-5a79-a4b34dcc4b58-a22a43c3, #w-node-c4c07cac-599f-10dc-a3b5-8743b58a28b7-c6b13e78, #w-node-_83a00a28-dfc2-6566-7ebd-de449219a3d2-ee7c727d, #w-node-_3b905bc1-3307-de5b-ca18-500761c20dcc-4c86faaa, #w-node-_41efe475-f9e0-501d-1e4c-250f1863612d-332cadc7, #w-node-_41efe475-f9e0-501d-1e4c-250f18636158-332cadc7, #w-node-_74a7bd49-fa99-0763-2f8d-874108968683-23894467, #w-node-_21a28273-dd9d-c7bb-2864-6ee6811f1903-d9119268, #w-node-b2f14488-5a9c-4907-28d4-71f0a2bc1519-a52f4424, #w-node-a76d114d-c4d0-ec28-713d-213ebb3c36ce-a52f4424, #w-node-_3b905bc1-3307-de5b-ca18-500761c20dcc-de9b9ea4, #w-node-_78892569-fede-5c48-e16f-91cb0db263ed-df159191 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 991px) {
  #w-node-f59eb5b8-4071-7fa7-7fa1-d821b7ba99b9-9da9956b {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-fd287461-ae95-da7e-7cc5-581eefa296be-b25c88ca {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch stretch;
  }

  #w-node-fd287461-ae95-da7e-7cc5-581eefa296c7-b25c88ca, #w-node-fd287461-ae95-da7e-7cc5-581eefa296ce-b25c88ca, #w-node-_0f0abe4f-7284-46a7-a51b-5d480ac7649c-b25c88ca {
    align-self: stretch;
  }

  #w-node-fd287461-ae95-da7e-7cc5-581eefa296ef-b25c88ca {
    align-self: start;
  }

  #w-node-fafa945e-7186-9002-ddea-ac2e4241aa5d-93acf081 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-e3c37ab1-a10d-af6c-e704-535397b4f0bc-761f2da4, #w-node-d352d73e-5182-e220-2464-e9b4a94cd934-761f2da4, #w-node-_09af6325-0b60-f252-0e0f-1ae248973196-761f2da4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_435586ac-0e17-846b-375d-8913aa459e35-131c1539, #w-node-_435586ac-0e17-846b-375d-8913aa459e35-15525480, #w-node-_435586ac-0e17-846b-375d-8913aa459e35-eef96d5a, #w-node-_37ede141-463b-1b0c-f138-02e6985ae639-520478d3, #w-node-_37ede141-463b-1b0c-f138-02e6985ae639-ef746f93, #w-node-fafa945e-7186-9002-ddea-ac2e4241aa5d-2b76ffb9, #w-node-_022ec78c-77bb-be11-6351-dcb743036480-43036480, #w-node-_37ede141-463b-1b0c-f138-02e6985ae639-0a850708, #w-node-_435586ac-0e17-846b-375d-8913aa459e35-2b808227, #w-node-_37ede141-463b-1b0c-f138-02e6985ae639-9e25258d, #w-node-_37ede141-463b-1b0c-f138-02e6985ae639-c75f7848, #w-node-_37ede141-463b-1b0c-f138-02e6985ae639-e3f4112c, #w-node-_37ede141-463b-1b0c-f138-02e6985ae639-5aa85b4b {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3d9a842a-267b-0910-d8e9-ec1ff10b1cba-f10b1c6f {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_129384df-2dd8-c8d4-7530-943513218a01-ed84b453 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-f59eb5b8-4071-7fa7-7fa1-d821b7ba99b9-9da9956b, #w-node-fafa945e-7186-9002-ddea-ac2e4241aa5d-93acf081 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1fdcde79-e850-d1cb-a0cf-5d9fb5e2fd8c-d9a5f979 {
    justify-self: auto;
  }

  #w-node-_1fdcde79-e850-d1cb-a0cf-5d9fb5e2fdac-d9a5f979 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_22ed04c9-3540-c8ff-2fe5-904b3639da2b-d9a5f979 {
    justify-self: auto;
  }

  #w-node-_22ed04c9-3540-c8ff-2fe5-904b3639da44-d9a5f979, #w-node-_5d56fa27-8728-9d8d-766e-7894a833fec1-d9a5f979, #w-node-c2810c56-7df6-3a52-1be8-25849e28f9c0-d9a5f979, #w-node-b6f91ca3-2b0e-07aa-0e2f-033e1c59fbb5-d9a5f979, #w-node-ee0ae92b-8ff8-85bb-ea32-a8cce179f71b-d9a5f979 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-dbd2fa07-c7b7-c2c1-7271-e30798e18657-d9a5f979 {
    justify-self: auto;
  }

  #w-node-dbd2fa07-c7b7-c2c1-7271-e30798e18677-d9a5f979 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-f97ba953-a264-0189-6d07-29efbc9e3585-d9a5f979 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-f97ba953-a264-0189-6d07-29efbc9e35b6-d9a5f979, #w-node-addae055-be5a-5c99-22b1-994726e4e9c5-0aa80b76 {
    justify-self: auto;
  }

  #w-node-_1f689468-aa0f-73fe-881f-e90684134c87-0aa80b76 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-f97ba953-a264-0189-6d07-29efbc9e3585-0aa80b76 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-f97ba953-a264-0189-6d07-29efbc9e35b6-0aa80b76 {
    justify-self: auto;
  }

  #w-node-f9c09e2d-32fb-6c3f-f4a8-cf6c10cce7d1-9d627925, #w-node-f9c09e2d-32fb-6c3f-f4a8-cf6c10cce7de-9d627925, #w-node-f9c09e2d-32fb-6c3f-f4a8-cf6c10cce7e8-9d627925, #w-node-f9c09e2d-32fb-6c3f-f4a8-cf6c10cce7f2-9d627925, #w-node-f9c09e2d-32fb-6c3f-f4a8-cf6c10cce7fb-9d627925, #w-node-_3f7e4369-9e37-bf98-943d-82360fccbb23-9d627925, #w-node-f9c09e2d-32fb-6c3f-f4a8-cf6c10cce806-9d627925, #w-node-f9c09e2d-32fb-6c3f-f4a8-cf6c10cce813-9d627925, #w-node-f9c09e2d-32fb-6c3f-f4a8-cf6c10cce81d-9d627925, #w-node-f9c09e2d-32fb-6c3f-f4a8-cf6c10cce827-9d627925, #w-node-f9c09e2d-32fb-6c3f-f4a8-cf6c10cce830-9d627925, #w-node-f9c09e2d-32fb-6c3f-f4a8-cf6c10cce83b-9d627925, #w-node-f9c09e2d-32fb-6c3f-f4a8-cf6c10cce848-9d627925, #w-node-f9c09e2d-32fb-6c3f-f4a8-cf6c10cce852-9d627925, #w-node-c9ff8964-b540-fbca-f032-97c1555a200f-9d627925, #w-node-_58584e34-4f3f-436b-f5b4-508624fd37c5-9d627925, #w-node-_86f7b645-d0e9-aae9-853e-a29a722437f3-9d627925, #w-node-_867fa1f5-0db3-aba5-8016-c8f0d34719a4-9d627925, #w-node-_17648a36-1a42-97b3-6cde-fd7ecae9a08a-9d627925, #w-node-b6a46fa5-aa8c-07b3-b5d1-36375b2cee6a-9d627925 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_435586ac-0e17-846b-375d-8913aa459e35-131c1539, #w-node-_435586ac-0e17-846b-375d-8913aa459e35-15525480, #w-node-_435586ac-0e17-846b-375d-8913aa459e35-eef96d5a, #w-node-_37ede141-463b-1b0c-f138-02e6985ae639-520478d3, #w-node-_37ede141-463b-1b0c-f138-02e6985ae639-ef746f93, #w-node-fafa945e-7186-9002-ddea-ac2e4241aa5d-2b76ffb9, #w-node-_022ec78c-77bb-be11-6351-dcb743036480-43036480, #w-node-_37ede141-463b-1b0c-f138-02e6985ae639-0a850708 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_35eed50a-d5c2-da4b-bb92-4ed1608dc02a-afa4de42 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_435586ac-0e17-846b-375d-8913aa459e35-2b808227, #w-node-_37ede141-463b-1b0c-f138-02e6985ae639-9e25258d, #w-node-_37ede141-463b-1b0c-f138-02e6985ae639-c75f7848, #w-node-_37ede141-463b-1b0c-f138-02e6985ae639-e3f4112c, #w-node-_37ede141-463b-1b0c-f138-02e6985ae639-5aa85b4b {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-aae20266-a3a2-e9da-63d7-18f85021823b-761f2da4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1fdcde79-e850-d1cb-a0cf-5d9fb5e2fd73-d9a5f979, #w-node-_22ed04c9-3540-c8ff-2fe5-904b3639da10-d9a5f979, #w-node-_5d56fa27-8728-9d8d-766e-7894a833fe93-d9a5f979, #w-node-c2810c56-7df6-3a52-1be8-25849e28f997-d9a5f979, #w-node-b6f91ca3-2b0e-07aa-0e2f-033e1c59fb87-d9a5f979, #w-node-ee0ae92b-8ff8-85bb-ea32-a8cce179f6f9-d9a5f979, #w-node-dbd2fa07-c7b7-c2c1-7271-e30798e1863e-d9a5f979, #w-node-f97ba953-a264-0189-6d07-29efbc9e358e-d9a5f979 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f97ba953-a264-0189-6d07-29efbc9e35d7-d9a5f979 {
    justify-self: stretch;
  }

  #w-node-_2a65b1b7-5a81-2c84-f991-e74eb7d86b2f-0aa80b76, #w-node-f97ba953-a264-0189-6d07-29efbc9e358e-0aa80b76 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f97ba953-a264-0189-6d07-29efbc9e35d7-0aa80b76 {
    justify-self: stretch;
  }
}


