:root {
  --dark: #343434;
  --black: black;
  --cool-grey--25: #f8f8f8;
  --cool-grey--600: #5a6176;
  --cool-grey--900: #171b26;
  --white: white;
  --cool-grey--50: #ebebeb;
  --tomato: #ff4722;
  --divider-light-grey: #ebebeb;
  --secondary-white: #f8f8f8;
  --dark-secondary: #626262;
  --barely-visible: #171b2629;
  --1rem: 1rem;
  --amber--400: #fda324;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.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-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: var(--dark);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

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

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

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

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

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

p {
  margin-bottom: 0;
}

a {
  border-color: var(--black);
  color: var(--black);
  text-decoration: none;
}

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

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

label {
  font-weight: 400;
}

blockquote {
  border-left: .1875rem solid var(--black);
  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;
}

.max-width-full.side {
  grid-column-gap: 5rem;
  justify-content: space-between;
  display: flex;
}

.max-width-full.side.padding-left {
  grid-column-gap: 5rem;
  padding-left: 10%;
}

.max-width-full.align-center.homepage {
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
  display: flex;
}

.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 {
  text-decoration: underline;
}

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

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

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

.hide-mobile-landscape {
  display: none;
}

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

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

.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 {
  width: 100%;
  max-width: 48rem;
}

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

.max-width-large.hero {
  text-wrap: balance;
  max-width: 55.5rem;
  margin-left: auto;
  margin-right: auto;
}

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

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.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 {
  max-width: 100vw;
  position: relative;
}

.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-custom-1-5rem {
  margin: 1.5rem;
}

.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-top.margin-medium, .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-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .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-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-custom1 {
  margin-bottom: 1.5rem;
}

.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-right.margin-large, .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-vertical.margin-xxsmall, .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-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-xhuge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.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-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.padding-vertical.padding-xlarge.memberpage {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 8rem;
}

.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;
  line-height: 1;
}

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

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

.text-style-quote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  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-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-styleguide_tutorial-callout {
  grid-column-gap: 2rem;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

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

.rl-styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: sticky;
  top: 0;
}

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

.background-color-gray {
  background-color: var(--cool-grey--25);
}

.heading-style-h6 {
  font-size: 1.25rem;
  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;
}

.icon-1x1-xsmall {
  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 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

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

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

.heading-style-h5.freelance {
  grid-column-gap: .5rem;
  display: flex;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.form-checkbox-icon {
  border: 1px solid var(--black);
  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 {
  color: var(--cool-grey--600);
  font-size: .85rem;
}

.text-size-tiny.font-color-dark-secondary.date {
  display: none;
}

.text-size-tiny.text-color-grey {
  color: #5a6176;
}

.text-size-tiny.youtube {
  width: 90%;
  height: 1.3rem;
  overflow: hidden;
}

.text-size-tiny.text-color-light-grey {
  color: #5a6176;
}

.text-size-tiny.navb {
  margin-top: .25rem;
}

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.button {
  border: 1px solid var(--cool-grey--900);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  transition: all .3s;
  display: flex;
}

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

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

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

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

.button.is-secondary {
  color: var(--black);
  white-space: nowrap;
  background-color: #0000;
}

.button.is-secondary:hover {
  box-shadow: -23px 94px 27px #3d3d3d00, -15px 60px 25px #3d3d3d03, -8px 34px 21px #3d3d3d0d, -4px 15px 15px #3d3d3d17, -1px 4px 8px #3d3d3d1a;
}

.button.is-secondary.is-alternate {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

.button.is-secondary.is-card {
  margin-top: 1.5rem;
}

.button.is-secondary.hide {
  display: none;
}

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

.button.is-alternate {
  border-width: 1.5px;
  border-color: var(--cool-grey--600);
  background-color: var(--white);
  color: var(--cool-grey--900);
  border-radius: .5rem;
}

.button.is-alternate:hover {
  background-color: var(--cool-grey--25);
}

.button.is-alternate.is-small.homepage {
  grid-column-gap: 1rem;
  border-color: var(--cool-grey--50);
  flex-direction: row;
  justify-content: center;
  width: auto;
  margin-top: 1rem;
  margin-left: 0;
}

.button.is-alternate.homepage {
  width: 15rem;
  margin-left: auto;
  margin-right: auto;
}

.button.is-alternate.signup {
  border-width: 1px;
  border-color: var(--cool-grey--600);
  background-color: var(--white);
}

.button.is-alternate.signup:hover {
  background-color: var(--cool-grey--25);
}

.button.is-orange {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--tomato);
  color: var(--white);
  border-style: none;
  flex-flow: row;
  align-items: center;
  display: flex;
}

.button.is-orange:hover {
  background-color: #ec5233;
  box-shadow: -22px 47px 14px #ff614200, -14px 30px 13px #ff614208, -8px 17px 11px #ff61421c, -3px 8px 8px #ff614230, -1px 2px 5px #ff614238;
}

.button.is-orange.tag-built-with {
  border-radius: 0;
  bottom: -1.5%;
}

.button.is-orange.tag-built-with:hover {
  background-color: #0c0c0c;
}

.button.is-orange.is-large {
  padding-top: .95rem;
  padding-bottom: .95rem;
  font-weight: 500;
}

.button.is-grey {
  border-color: var(--cool-grey--50);
  background-color: var(--cool-grey--25);
  width: 20.625rem;
  color: var(--cool-grey--900);
}

.button.is-grey:hover {
  background-color: var(--cool-grey--50);
}

.button.is-grey.homepage {
  grid-column-gap: .5rem;
  flex-direction: row;
  width: 100%;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.button.is-grey.homepage:hover {
  background-color: var(--cool-grey--50);
}

.button.is-grey.is-small {
  width: 100%;
}

.button.is-grey.is-small.homepage {
  grid-column-gap: .5rem;
  flex-direction: row;
  justify-content: center;
  margin-top: 1rem;
}

.button.is-grey.disabled {
  cursor: default;
}

.button.is-grey.not-allowed {
  cursor: not-allowed;
}

.button.is-white {
  border-color: var(--cool-grey--50);
  color: var(--cool-grey--900);
  background-color: #fff;
}

.button.is-white.card {
  width: 100%;
}

.button.footer {
  height: 3rem;
}

.button.signup {
  border-color: var(--tomato);
  background-color: var(--tomato);
  height: 3rem;
  padding: .85rem .9rem;
  line-height: 1;
}

.button.signup:hover {
  background-color: #ec5233;
}

.button.signup.nav {
  margin-left: 1rem;
}

.button.is-secondary {
  border-color: var(--cool-grey--50);
  background-color: var(--cool-grey--25);
  color: var(--cool-grey--900);
}

.button.is-secondary:hover {
  background-color: var(--cool-grey--50);
}

.button.is-secondary.homepage {
  grid-column-gap: .5rem;
  flex-direction: row;
  width: 100%;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.button.is-secondary.homepage:hover {
  background-color: var(--cool-grey--50);
}

.button.is-secondary.is-small {
  width: 100%;
}

.button.is-secondary.is-small.homepage {
  grid-column-gap: .5rem;
  flex-direction: row;
  justify-content: center;
  margin-top: 1rem;
}

.button.is-secondary.disabled {
  cursor: default;
}

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

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

.text-style-italic {
  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(--white);
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

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

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

.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-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.form-input {
  border: 1px solid var(--black);
  background-color: var(--white);
  height: auto;
  min-height: 2.75rem;
  color: var(--black);
  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 {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form-input.is-select-input {
  background-color: #fff;
  background-image: none;
}

.rl-styleguide_paste-text {
  color: #00000080;
  text-align: center;
  border: 1px dashed #00000026;
  padding: 1rem;
}

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

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

.rl-styleguide_color {
  padding-bottom: 8rem;
}

.rl-styleguide_color.is-black {
  background-color: var(--black);
}

.rl-styleguide_color.is-gray {
  background-color: var(--divider-light-grey);
}

.rl-styleguide_color.is-white {
  background-color: var(--white);
}

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

.button-group.align-center {
  flex-flow: column;
}

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

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

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

.text-style-muted {
  opacity: .6;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.text-align-left.modal-inspo {
  position: relative;
}

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

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

.icon-embed-xsmall {
  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(--black);
  color: var(--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;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: sticky;
  top: 2rem;
}

.form-radio-icon {
  border: 1px solid var(--black);
  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 {
  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;
}

.text-style-allcaps.text-color-grey {
  color: var(--cool-grey--600);
}

.rl-styleguide_callout-link {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  display: flex;
}

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

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

.text-size-small {
  font-size: 1rem;
}

.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 {
  width: 55%;
}

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

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

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

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

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text a {
  text-decoration: underline;
}

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

.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 {
  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-size-large {
  font-size: 1.25rem;
}

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

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

.page-wrapper-2 {
  z-index: 0;
}

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

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed #d3d3d3;
}

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

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

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

.page-padding {
  padding-left: 10%;
  padding-right: 10%;
}

.page-padding.half {
  padding-left: 5%;
  padding-right: 5%;
}

.divider-line {
  background-color: var(--divider-light-grey);
  height: 1px;
}

.hero-section {
  border-bottom: 1.5px solid #ebebeb;
}

.filter_form-block {
  max-width: 100rem;
}

.filter_form {
  width: 100%;
  display: flex;
  overflow: scroll;
}

.filter_form.no-scrollbar {
  grid-column-gap: 1.5rem;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100rem;
  overflow: visible;
}

.filter_form-item-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #5a6176;
  flex-direction: column;
  flex: 1;
  padding-left: 0;
  font-size: .875rem;
  display: flex;
}

.filter_form-item-wrapper.search {
  min-width: 22rem;
  margin-left: .5rem;
}

.filter_form-item-wrapper.hide-tabletdown {
  display: flex;
}

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

.component-list-section {
  padding-top: 3.5rem;
}

.component-list-section.no-padding {
  padding-top: 0;
}

.cl_collection-list-wrapper.demo {
  border-radius: .6rem;
  width: 23rem;
}

.cl_collection-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cl_collection-list.homepage {
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.cl_collection-item {
  grid-column-gap: 0rem;
  grid-row-gap: .75rem;
  border: 1px solid var(--divider-light-grey);
  background-color: var(--white);
  border-radius: .6rem;
  flex-direction: column;
  height: 26rem;
  max-height: 27.795rem;
  padding-top: .75rem;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.cl_empty-state {
  border: 1px dashed var(--cool-grey--50);
  background-color: var(--white);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.cl_ci_image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.cl_ci_image-wrapper {
  border: 1px solid var(--divider-light-grey);
  background-color: var(--secondary-white);
  border-radius: .44rem;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding: .5rem .5rem 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cl_ci_button {
  grid-column-gap: 1rem;
  border: 1px solid var(--divider-light-grey);
  background-color: var(--cool-grey--25);
  color: #000;
  cursor: pointer;
  border-radius: .29rem;
  justify-content: flex-start;
  align-items: center;
  padding: .625rem;
  transition: all .1s;
  display: flex;
}

.cl_ci_button:hover {
  background-color: var(--cool-grey--50);
}

.cl_ci_button.drop {
  border-color: var(--white);
  background-color: var(--white);
  margin-bottom: .375rem;
  padding: .625rem;
  display: flex;
}

.cl_ci_button.drop:hover {
  background-color: var(--cool-grey--25);
}

.cl_ci_button.drop.full {
  border-color: var(--cool-grey--50);
  justify-content: center;
  width: 100%;
}

.cl_ci_button-wrapper {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  display: flex;
}

.cl_ci_button-wrapper.text-size-tiny {
  z-index: 14;
  height: 0;
  max-height: 0;
  margin-top: -.7625rem;
  line-height: .875rem;
  position: relative;
  bottom: -.5rem;
}

.cl_ci_button-wrapper.text-size-tiny.full-width {
  grid-column-gap: .5rem;
  grid-row-gap: 1rem;
  width: 100%;
  height: auto;
  max-height: none;
  margin-top: 0;
}

.cl_ci_button-image {
  flex: none;
  height: .875rem;
}

.cl_ci_button-image.webflow {
  height: .6rem;
  margin-right: -.2rem;
}

.cl_ci_image-sizer {
  background-color: var(--cool-grey--50);
  flex-direction: column;
  justify-content: center;
  height: 100%;
  display: flex;
}

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

.nav-menu-wrapper {
  grid-column-gap: 1rem;
  display: flex;
}

.nav-menu-two {
  grid-column-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: var(--cool-grey--900);
  border-radius: .375rem;
  margin-left: .3125rem;
  margin-right: .3125rem;
  padding: .7rem;
  font-size: 1rem;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s;
  display: block;
  position: relative;
}

.nav-link:hover {
  background-color: var(--cool-grey--25);
}

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

.nav-link.pricing._2 {
  font-weight: 500;
}

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

.nav-user-image {
  border: 1px solid var(--divider-light-grey);
  object-fit: cover;
  background-color: #3a1c1c;
  border-radius: 100%;
  width: 2.7rem;
  height: 2.7rem;
  display: none;
}

.nav-logo {
  width: 7rem;
}

.navbar {
  background-color: #0000;
}

.filter_form-field {
  border: 1px solid var(--divider-light-grey);
  background-color: #0000;
  border-radius: .375rem;
  height: 2.375rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
}

.filter_form-select {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--cool-grey--50);
  background-color: #0000;
  border-radius: .375rem;
  width: 100%;
  height: 2.375rem;
  margin-bottom: 0;
  padding: 0 .75rem;
  font-size: .875rem;
  display: flex;
}

.font-color-dark-secondary {
  color: var(--dark-secondary);
}

.footer-form-two {
  background-color: var(--secondary-white);
  margin-bottom: 2.5rem;
  padding: 4rem;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 1.5rem;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 28.75rem;
  height: 3rem;
  margin-bottom: 0;
  padding: .75rem 1.15rem;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-2 {
  color: #fff;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: .75rem;
  line-height: 1.25rem;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button-primary-2.footer-form-button {
  padding: .5rem 1.125rem;
  position: absolute;
  right: .5rem;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.div-block {
  width: 50vw;
  height: 70vh;
}

.modal-component {
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.body {
  background-image: url('../images/cover.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 120rem;
  background-attachment: scroll;
  overflow: auto;
}

.body.no-scroll {
  overflow: hidden;
}

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

.contact-modal1_background-overlay {
  z-index: -1;
  background-color: #00000036;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.section_contact-modal1 {
  position: relative;
}

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

.padding-section-large-2 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

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

.contact-modal1_content-wrapper {
  z-index: 31;
  background-color: #fff;
  border-radius: .625rem;
  flex-direction: column;
  justify-content: center;
  width: 38rem;
  max-width: 48rem;
  max-height: 90vh;
  padding: 1rem 1.125rem 1.5rem;
  position: absolute;
  inset: auto;
  overflow: visible;
}

.text-style-link-2 {
  color: #000;
  text-decoration: underline;
}

.text-size-medium-2 {
  font-size: 1.25rem;
}

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

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.button-open-modal {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
  display: none;
}

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

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.error-text {
  color: #e23939;
}

.padding-global-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.contact-modal1_form_component {
  flex-direction: column;
  align-items: stretch;
}

.cl_ci_modal-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cl_ci_modal-wrapper.is-center {
  justify-content: center;
  display: flex;
}

.contact-modal1_component {
  z-index: 9999;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

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

.contact-modal1_close-button {
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.pricing-container {
  grid-column-gap: 3.875rem;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 5rem;
  display: flex;
}

.pricing-card {
  border-radius: 6px;
  width: 100%;
}

.pricing-card-top {
  grid-row-gap: 1.25rem;
  border: 1px solid #ebebeb;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  flex-direction: column;
  padding: 2.625rem;
  display: flex;
}

.pricing-checklist {
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  padding: 2.625rem;
}

.checklist-checked {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1.25rem;
  display: flex;
}

.checklist-image {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
}

.checklist-image.uncheck, .checklist-image.checked {
  position: absolute;
  inset: 0% auto auto 0%;
}

.checklist-unchecked {
  margin-bottom: 1rem;
  display: flex;
}

.pricing-button-wrapper {
  border: 1px solid #ebebeb;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2.5rem 2.625rem;
  display: flex;
}

.form-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  width: 40rem;
  display: flex;
}

.form-wrapper.component {
  width: 30rem;
}

.form-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-2 {
  display: flex;
}

.login-forgot-div {
  grid-column-gap: .5rem;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
}

.text-block {
  margin-right: .5rem;
}

.signup-block {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 82rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.field-label-2 {
  width: 100%;
}

.button-2 {
  align-items: center;
  display: flex;
}

.components-nav {
  border: 1px solid var(--cool-grey--50);
  background-color: #fff;
  border-radius: 8px;
  justify-content: space-between;
  width: 71.8125rem;
  display: flex;
  position: absolute;
  top: 2rem;
  right: 0%;
  overflow: hidden;
  box-shadow: 0 0 16px -4px #10182808;
}

.component-nav-tutorial {
  grid-row-gap: 1rem;
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: space-between;
  width: 60%;
  padding: 1.5rem 2rem 1.5rem 1rem;
  display: flex;
}

.component-nav-pages {
  width: 100%;
  padding: 1.5rem 1rem;
}

.navbar-components-list {
  grid-column-gap: 2rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: space-between;
  height: 100%;
  display: grid;
}

.navbar-components-list.homepage {
  grid-column-gap: 1rem;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.component-block {
  grid-row-gap: .5rem;
  flex-direction: column;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.component-page-link {
  border: 1.5px solid var(--cool-grey--25);
  border-radius: 6px;
  width: 100%;
  padding: .75rem 1rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.component-page-link:hover {
  background-color: var(--cool-grey--25);
}

.all-components-block {
  grid-column-gap: 1rem;
  border: 1px solid var(--cool-grey--50);
  border-radius: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: .75rem;
  transition: all .2s;
  display: flex;
}

.all-components-block:hover {
  background-color: var(--cool-grey--50);
}

.all-components-block.free {
  align-items: flex-start;
  margin-bottom: 1rem;
}

.all-components-block.clone {
  margin-bottom: .75rem;
}

.all-components-block-text {
  text-decoration: none;
}

.component-intro {
  margin-bottom: 1rem;
}

.learning-block {
  grid-row-gap: 1rem;
  border: 1px solid var(--cool-grey--50);
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: .75rem;
}

.learning-div {
  grid-column-gap: .5rem;
  border-radius: 3px;
  justify-content: flex-start;
  align-items: center;
  padding: .35rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.learning-div:hover {
  background-color: var(--cool-grey--50);
}

.youtube-image {
  object-fit: cover;
  background-color: #ff2020;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  max-width: 1.125rem;
  height: 1.125rem;
}

.list-item {
  position: relative;
}

.component-locked {
  grid-row-gap: 1rem;
  background-color: var(--cool-grey--900);
  border-radius: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 2.15rem;
  padding-right: 2.15rem;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.body-text.white {
  color: #fff;
}

.body-text.white.centered {
  text-align: center;
}

.component-locked-button {
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: .625rem;
  padding-bottom: .625rem;
  font-size: .875rem;
  display: flex;
}

.component-locked-button.secondary {
  background-color: var(--cool-grey--900);
  color: #fff;
  border: 1px solid #fff;
}

.component-actions {
  background-color: #171b2600;
  background-image: linear-gradient(to bottom, #fff0 32%, var(--barely-visible));
  opacity: 0;
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: .35rem;
  padding-left: .35rem;
  padding-right: .35rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.component-actions-buttons {
  grid-column-gap: .25rem;
  justify-content: flex-start;
  max-height: 2.7rem;
  display: flex;
}

.actions-button {
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: .875rem .875rem;
  border-radius: .375rem;
  width: 2.5rem;
  height: 2.5rem;
  padding: 1.25rem;
  position: relative;
}

.actions-button.real-examples {
  background-image: url('../images/world.svg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.actions-button.real-examples.secondary {
  border: 1.5px solid var(--cool-grey--50);
  background-color: #ff848400;
}

.actions-button.similar-components {
  background-image: url('../images/3-layers.svg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.actions-button.similar-components.secondary {
  border: 1.5px solid var(--cool-grey--50);
  background-color: #fff0;
}

.actions-button.save {
  background-image: url('../images/plus.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.2rem 1.2rem;
  background-attachment: scroll;
}

.actions-button.save.secondary {
  border: 1.5px solid var(--cool-grey--50);
  cursor: pointer;
  background-color: #fff0;
  background-size: 1rem 1rem;
}

.actions-button.close {
  background-color: #141414;
  background-image: url('../images/x_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .875rem .875rem;
  width: 2.7rem;
  height: 2.7rem;
  position: relative;
}

.actions-button.share-url {
  border: 1.5px solid var(--cool-grey--50);
  background-color: #fff0;
  background-image: url('../images/link.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .875rem .875rem;
}

.actions-button.new-page {
  background-image: url('../images/newtab.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: .4rem;
}

.actions-button.new-page.secondary {
  border: 1.5px solid var(--cool-grey--50);
  background-color: #fff0;
}

.actions-button.component-modal {
  z-index: 99999;
  border: 1px solid var(--cool-grey--50);
  background-color: var(--white);
  background-image: url('../images/favi32.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  position: absolute;
  bottom: .7rem;
  right: .5rem;
}

.actions-button.component-modal.w--current {
  z-index: 9999999;
  border: 1px solid var(--cool-grey--50);
  background-color: #fff;
  background-size: 1.5rem 1.5rem;
  position: absolute;
  bottom: .7rem;
  left: auto;
  right: .5rem;
}

.component-modal-similar {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 6px 6px 0 0;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  height: 60%;
  padding: .75rem;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
  box-shadow: 0 0 20px 10px #00000024;
}

.content-similar-com {
  grid-column-gap: .5rem;
  cursor: pointer;
  align-items: center;
  display: flex;
}

.content-similar-cross {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon-similar-cross {
  cursor: pointer;
  border-radius: 3px;
  width: 1.3rem;
  height: 1.3rem;
  padding: .225rem;
}

.icon-similar-cross:hover {
  background-color: var(--cool-grey--25);
}

.component-similar {
  border: 1px solid var(--cool-grey--50);
  background-color: var(--cool-grey--25);
  object-fit: cover;
  border-radius: .1875rem;
  flex: 1;
  align-items: center;
  height: 100%;
  transition: all .1s;
  display: flex;
  overflow: hidden;
}

.component-similar:hover {
  background-color: #ebebeb;
  border-color: #dfdfdf;
}

.container-components {
  grid-column-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.component-image {
  width: 100%;
}

.nav-btn-wrapper {
  grid-column-gap: 1rem;
  align-items: center;
  display: flex;
}

.nav-btn-wrapper.centered {
  margin-left: auto;
  margin-right: auto;
}

.nav-btn-wrapper.align-center {
  justify-content: center;
  align-items: center;
}

.sidebar {
  grid-row-gap: 4.56rem;
  background-color: var(--white);
  flex-direction: column;
  width: 35rem;
  padding: 3rem 0 2rem;
  display: flex;
}

.component-wrapper {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-top: 4rem;
  display: flex;
}

.sidebar-content-top {
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.sidebar-content-bottom {
  grid-row-gap: 4rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

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

.categories-wrapper {
  grid-column-gap: .25rem;
  display: flex;
}

.image-wrapper {
  background-color: var(--cool-grey--50);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.component-image-page {
  width: 100%;
}

.wrapper-similar-page {
  justify-content: space-between;
  display: flex;
}

.examples-content-wrapper {
  grid-column-gap: .5rem;
  white-space: nowrap;
  border-radius: 3px;
  align-items: center;
  padding-left: .25rem;
  padding-right: .25rem;
  transition: all .2s;
  display: flex;
}

.examples-content-wrapper:hover {
  background-color: var(--cool-grey--25);
}

.components-similar-page-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
  overflow: hidden;
}

.examples-wrapper {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.submit-button {
  background-color: #000;
  border-radius: .35rem;
  width: 100%;
  margin-bottom: 2rem;
}

.submit-button.inspo {
  height: 3rem;
}

.arrow_accordion_icon {
  width: 2rem;
  height: 2rem;
}

.faq-answer {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
}

.accordion_answer {
  background-color: #0000;
  width: 100%;
  display: block;
  position: relative;
}

.accordion_answer.w--open {
  background-color: #0000;
}

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

.accordion_question {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem;
  font-size: 16px;
  display: flex;
}

.accordion_question.w--open {
  border-bottom: 1px solid #0000001a;
}

.accordion_question.is-round {
  border: 1px solid #d5d9e5;
  border-radius: 6px;
}

.faq-body-cont {
  border-top: 1px #000;
  padding: .5rem 1rem;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.accordion {
  width: 100%;
  margin-bottom: 1rem;
  overflow: hidden;
}

.cl_ci_filter-hidden, .cms-select-hidden {
  display: none;
}

.text-block-2 {
  text-decoration: none;
}

.image-wrapper-youtube {
  border-radius: 3px;
  align-items: center;
  width: 1.125rem;
  height: .8125rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.padding-medium_large {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}

.footer7_link_grid {
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, auto) minmax(auto, auto) minmax(auto, auto) minmax(auto, auto);
  place-content: space-between;
}

.footer_tall_legal-wrapper {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer_links-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 25rem;
  margin-top: 5rem;
  display: flex;
}

.text-style-allcaps-2 {
  letter-spacing: 1.1px;
  text-transform: uppercase;
  text-decoration: none;
}

.footer_link {
  border-radius: 3px;
  margin-bottom: 1rem;
  padding-left: .35rem;
  padding-right: .35rem;
  transition: all .2s;
  display: block;
}

.footer_link:hover {
  background-color: var(--cool-grey--50);
}

.form_footer_input {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  display: flex;
}

.form_footer_input.max-width-medium.text-align-left {
  margin-left: 0;
}

.footer_company-wrapper {
  max-width: 25rem;
}

.general_email_form {
  max-width: 30rem;
  margin-bottom: 0;
}

.general_email_form.is-centered {
  margin-left: auto;
  margin-right: auto;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #171b26;
  border-radius: 8px;
  padding: .75rem 1.5rem;
  font-weight: 400;
}

.button-3.is-tag {
  color: #171b26;
  background-color: #171b2600;
  border: 1px solid #000;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .75rem;
}

.button-3.is-secondary {
  color: #171b26;
  background-color: #fff;
  border: 1px solid #171b26;
}

.footer7_grid {
  grid-column-gap: 6rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, auto) minmax(auto, 20rem);
  justify-content: space-between;
}

.footer7_form_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.text_field_input {
  border: 1px solid #d5d9e5;
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .75rem;
}

.text_field_input.footer {
  height: 3rem;
}

.footer_logo-wrapper {
  max-width: 6rem;
  max-height: 3rem;
  margin-bottom: 2rem;
  display: flex;
}

.component-page-section.no-padding {
  padding-top: 0;
}

.top-line {
  border-top: 1px solid var(--cool-grey--50);
}

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

.image {
  z-index: -2;
  margin-top: -305px;
  margin-left: 51px;
  position: absolute;
}

.cms-nested-hidden, .cms-nest-hidden {
  display: none;
}

.fs-select-3 {
  z-index: 99;
  margin-left: 0;
}

.fs-select_toggle-3 {
  border: 2px solid #000;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem 4rem .75rem 1rem;
  display: flex;
}

.fs-select_toggle-3:focus-visible, .fs-select_toggle-3[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs-select_label-3 {
  margin-right: .5rem;
  font-weight: 500;
}

.fs-select_text-3 {
  color: #575757;
}

.fs-select_list-3.w--open {
  border: 2px solid #000;
  border-radius: .25rem;
  margin-top: 1rem;
}

.fs-select_field-3 {
  margin-bottom: 0;
  display: none;
}

.fs-select_link-3 {
  background-color: #fff;
  border-bottom: 1px solid #e7e7e7;
  padding: .75rem 1rem;
}

.fs-select_link-3:hover {
  opacity: .7;
}

.fs-select_link-3:focus-visible, .fs-select_link-3[data-wf-focus-visible] {
  z-index: 1;
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs-select_link-3.w--current {
  color: #696969;
  background-color: #f0f0f0;
}

.fs-dropdown_toggle-1 {
  border: 1px solid var(--cool-grey--50);
  color: #5a6177;
  border-radius: .375rem;
  align-items: center;
  width: 100%;
  height: 2.375rem;
  padding: 0 0 0 .75rem;
  display: flex;
  position: relative;
}

.fs-dropdown_toggle-1:focus-visible, .fs-dropdown_toggle-1[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs-dropdown-1 {
  width: 100%;
  margin-left: 0;
}

.fs-dropdown_icon-1 {
  color: #8b8b8b;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1.25rem;
  font-size: 1rem;
  display: flex;
  box-shadow: -6px 0 6px #ffffffc9;
}

.fs-dropdown_list-1 {
  background-color: #fff;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.fs-dropdown_list-1.w--open {
  z-index: 999;
  border: 1px solid var(--cool-grey--50);
  background-color: #fff;
  border-radius: .375rem;
  max-height: 19rem;
  margin-top: .5rem;
  padding: 1rem 0;
  overflow: auto;
}

.fs-checkbox_label-10 {
  color: #5a6176;
  margin-bottom: 0;
}

.fs-checkbox_field-10 {
  grid-column-gap: 1rem;
  grid-row-gap: .25rem;
  color: #5a6176;
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: .4rem 0;
  font-weight: 500;
  display: flex;
  position: relative;
}

.fs-checkbox_button-10 {
  border-color: var(--cool-grey--900);
  width: 1rem;
  min-width: 1rem;
  max-width: 1rem;
  height: 1rem;
  min-height: 1rem;
  max-height: 1rem;
  margin-top: 0;
  margin-left: -1rem;
}

.fs-checkbox_button-10:hover {
  border-color: var(--black);
}

.fs-checkbox_button-10.w--redirected-checked {
  border-color: var(--cool-grey--900);
  background-color: var(--cool-grey--900);
  background-size: contain;
}

.fs-checkbox_button-10.w--redirected-focus {
  box-shadow: none;
}

.fs-dropdown_list-group-1 {
  grid-column-gap: .45rem;
  grid-row-gap: .45rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  padding-left: .55rem;
  padding-right: .55rem;
  display: flex;
}

.fs-tag_template-1 {
  background-color: var(--cool-grey--25);
  height: 2.75rem;
  color: var(--cool-grey--900);
  border-radius: .375rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.125rem;
  text-decoration: none;
  display: flex;
}

.fs-tag_template-1:hover {
  opacity: .7;
}

.fs-tag_template-1:focus-visible, .fs-tag_template-1[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs-tag_text-1 {
  font-size: .875rem;
  font-weight: 500;
}

.fs-tag_text-1.category {
  color: #626262;
  margin-right: .25rem;
}

.fs-tag_close-icon-1 {
  border-radius: 3px;
  width: 1.3rem;
  height: 1.3rem;
  margin-left: .5rem;
  padding: .125rem;
}

.fs-tag_close-icon-1:hover {
  background-color: var(--cool-grey--50);
}

.tag-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-top: 1rem;
  display: flex;
}

.fs-reset-all {
  background-color: var(--cool-grey--25);
  border-radius: .375rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 2.75rem;
  padding: .75rem 1.125rem;
  text-decoration: none;
  display: flex;
}

.fs-reset-all:hover {
  opacity: .7;
}

.fs-reset-all:focus-visible, .fs-reset-all[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs-reset_icon-1 {
  width: 2rem;
  margin-right: .5rem;
}

.fs-reset_text-1 {
  color: var(--cool-grey--900);
  font-size: .875rem;
  font-weight: 500;
}

.old-filter {
  display: none;
}

.link-dropdown {
  border-radius: .25rem;
  width: 100%;
  padding: .45rem;
}

.link-dropdown:hover {
  background-color: var(--cool-grey--25);
  overflow: hidden;
}

.icon-similar-orange {
  width: 1rem;
  height: 1rem;
  position: absolute;
}

.arrow-hover-anim {
  color: #8b8b8b;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1.25rem;
  font-size: 1rem;
  position: relative;
}

.arrow-clip {
  width: 1rem;
  height: 1rem;
  position: relative;
}

.icon-similar-black {
  width: 1rem;
  height: 1rem;
  position: absolute;
}

.component-modal-text {
  color: #5a6176;
}

.div-block-5 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.padding-global-4 {
  padding-left: 0;
  padding-right: 0;
}

.footer1_grid {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, auto) minmax(auto, auto) minmax(auto, auto) minmax(auto, auto) minmax(auto, auto);
  place-content: space-between start;
  align-items: start;
}

.footer_legal_link-wrapper {
  grid-column-gap: 2rem;
  align-items: center;
  display: flex;
}

.footer_wide_legal-wrapper {
  grid-row-gap: 0rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1rem;
  display: flex;
}

.section_footer1 {
  background-color: var(--cool-grey--25);
  max-width: 100vw;
  margin-top: 12rem;
  overflow: hidden;
}

.collection-list {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.collection-item-2 {
  flex: 1;
  align-self: flex-start;
}

.cms-nest-item-hidden {
  display: none;
}

.inspiration-nav {
  border: 1px solid var(--cool-grey--50);
  background-color: #fff;
  border-radius: 8px;
  justify-content: space-between;
  width: 71.8125rem;
  display: flex;
  position: absolute;
  top: 2rem;
  right: 0%;
  overflow: hidden;
  box-shadow: 0 0 16px -4px #10182808;
}

.list-item-inspo {
  position: relative;
}

.dropdown_toggle {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding: 0;
  display: flex;
}

.nav-link-dropdown {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  max-width: 10rem;
  color: var(--cool-grey--900);
  border-radius: .375rem;
  justify-content: space-between;
  margin-left: .3125rem;
  margin-right: .3125rem;
  padding: .7rem;
  font-size: 1rem;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link-dropdown:hover {
  background-color: var(--cool-grey--25);
}

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

.list-item-dropdown {
  max-width: 17rem;
  position: relative;
}

.link {
  margin-right: 1.25rem;
}

.link.inline {
  margin-right: 0;
  text-decoration: underline;
}

.dropdown_icon {
  color: #6b6b6b;
  margin-right: .45rem;
}

.collection-item-3, .collection-list-wrapper, .collection-list-wrapper-2, .div-block-6 {
  width: 100%;
}

.banner9_exit_trigger-wrapper {
  display: none;
  position: absolute;
  top: .75rem;
  right: 0%;
}

.text-align-center-2 {
  text-align: center;
  position: relative;
}

.text-align-center-2.banner {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.padding-small-2 {
  padding: 1rem;
}

.background-color-black-2 {
  background-color: var(--cool-grey--25);
  color: var(--cool-grey--900);
}

.banner3_target {
  position: relative;
}

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

.empty-state {
  display: none;
}

.dropdown-list {
  margin-left: 9.5rem;
  display: none;
}

.dropdown-list-2 {
  display: none;
}

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

.collection-item-dropdown {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.cl_ci_title-wrapper {
  grid-row-gap: .3rem;
  cursor: pointer;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 1.5rem;
  display: flex;
  position: relative;
}

.actions-button-wrapper.link {
  position: absolute;
  inset: 0% 0% auto auto;
}

.actions-button-wrapper.link.inspo {
  margin-right: 0;
}

.actions-button-wrapper.newpage {
  box-shadow: 0 2px 20px 0 var(--barely-visible);
  border-radius: .375rem;
  position: absolute;
  inset: .35rem .35rem auto auto;
}

.flex-left {
  grid-column-gap: .25rem;
  grid-row-gap: 1rem;
  display: flex;
}

.modal_nav_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.modal_image_wrapper {
  border: 1px solid var(--cool-grey--50);
  background-color: var(--cool-grey--25);
  border-radius: .75rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 31.25rem;
  min-height: 30vh;
  max-height: 31.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.modal_image_wrapper.inspiration {
  height: 31.25rem;
  min-height: auto;
  max-height: none;
}

.modal_image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.button-wrapper-modal {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  display: flex;
}

.button-wrapper-modal.text-size-tiny {
  z-index: 14;
  line-height: .875rem;
  position: relative;
}

.button-wrapper-modal.text-size-tiny.full-width {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
}

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

.empty_state-component {
  color: #5a6176;
  text-align: center;
  background-color: #fcfcfc00;
  border: 1px dashed #d5d9e5;
  border-radius: .25rem;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.flex-submit-inspo {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.submit-inspo {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.submit-inspo:hover {
  text-decoration: underline;
}

.link-icon {
  background-image: url('../images/Link_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 1rem;
  height: 1rem;
}

.login-form_error-block {
  display: none;
}

.nav-not-logged-block {
  display: flex;
}

.nav-not-logged-block.hide-desktop-unless-mobile {
  display: none;
}

.component-modal-ispiration {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 6px 6px 0 0;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  height: 60%;
  padding: .75rem;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
  box-shadow: 0 0 20px 10px #00000024;
}

.collection-item-4 {
  flex: 1;
  height: 100%;
}

.container-modal-wrapper {
  width: 100%;
  height: 100%;
}

.div-block-7 {
  grid-column-gap: .5rem;
  display: flex;
}

.component-inspiration-title-wrapper {
  grid-column-gap: .35rem;
  display: flex;
}

.pagination {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
}

.pagination-button {
  border-color: var(--cool-grey--50);
  background-color: var(--white);
  color: #5a6177;
  border-radius: .35rem;
}

.pagination-button:hover {
  background-color: var(--cool-grey--25);
}

.login-user-pfp {
  grid-column-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-logout {
  border: 1px solid var(--divider-light-grey);
  background-color: var(--cool-grey--25);
  color: #000;
  cursor: pointer;
  border-radius: .29rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  transition: all .1s;
  display: flex;
}

.button-logout:hover {
  background-color: var(--cool-grey--50);
}

.button-logout.block {
  width: 100%;
  max-height: 3rem;
  margin-top: 1rem;
}

.div-block-8 {
  max-width: 25rem;
}

.no-component-connected {
  border: 1px solid var(--cool-grey--50);
  background-color: var(--white);
  border-radius: .29rem;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  padding-left: .5rem;
  display: flex;
}

.learning-div-footer {
  grid-column-gap: .5rem;
  border-radius: 3px;
  justify-content: flex-start;
  align-items: center;
  padding: .35rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.learning-div-footer:hover {
  background-color: var(--cool-grey--50);
}

.footer_links-wrapper-links {
  grid-row-gap: 3.5rem;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 5rem;
  display: flex;
}

.link-footer-gap {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.tooltip-actions {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  position: absolute;
  inset: 0%;
}

.tooltip {
  white-space: nowrap;
  background-color: #fff0;
  width: 2.5rem;
  height: 2.5rem;
  font-size: .2rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-input-field {
  border-radius: .35rem;
  width: 100%;
}

.text-input-field.inspo {
  height: 3rem;
}

.button-4 {
  border: 1px solid var(--cool-grey--900);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  display: none;
  overflow: auto;
}

.modal1_component {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal1_content-wrapper {
  background-color: var(--white);
  border-radius: .625rem;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: 30rem;
  max-height: 80vh;
  padding: 4rem;
  position: relative;
  overflow: hidden;
}

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

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

.modal-content-replace-this-div {
  border: 2px dashed #0000001a;
  width: 100%;
  height: 150vh;
}

.modal1_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.modal1_background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.locked-wrapper {
  background-color: var(--white);
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 22rem;
  height: 23rem;
  max-height: 80vh;
  padding: 4rem;
  position: absolute;
  overflow: visible;
}

.form-block-2 {
  width: 100%;
  margin-top: .5rem;
}

.text-input-wrapper {
  width: 100%;
}

.logout-section {
  padding-top: 5rem;
}

.logogut-backup {
  display: none;
}

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

.text-style-allcaps-3 {
  letter-spacing: 1.1px;
  text-transform: uppercase;
  text-decoration: none;
}

.text-style-allcaps-3.text-color-grey {
  color: #5a6176;
}

.form_input-2 {
  color: #171b26;
  background-color: #fff;
  border: 1px solid #d5d9e5;
  border-radius: 8px;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .75rem;
}

.form_input-2.is-select-input {
  color: #464d60;
}

.form_input-2.is-text-area {
  min-height: 10rem;
  margin-top: 1rem;
  padding-top: .75rem;
}

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

.text-name {
  letter-spacing: 200px;
  text-transform: uppercase;
  white-space: nowrap;
}

.person-letter-circle {
  border: 1px solid var(--cool-grey--50);
  background-color: var(--cool-grey--25);
  border-radius: 10000px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 2.5rem;
  height: 2.5rem;
  padding-left: .85rem;
  display: flex;
  overflow: hidden;
}

.tag-card {
  background-color: var(--cool-grey--25);
  color: var(--cool-grey--600);
  border-radius: .1875rem;
  padding: .625rem .25rem;
  transition: all .2s;
}

.tag-card:hover {
  background-color: var(--tomato);
  color: var(--white);
}

.text-size-tag {
  letter-spacing: .2px;
  text-transform: uppercase;
  font-size: .6875rem;
  line-height: 1;
}

.tag-collection-list-elements {
  grid-column-gap: .625rem;
  flex-wrap: wrap;
  display: flex;
}

.tagline-collection.modal {
  height: 8.5rem;
}

.copy-wrapper {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: absolute;
  right: -.05rem;
}

.copy-toggle {
  grid-column-gap: .5rem;
  border: 1px solid var(--cool-grey--50);
  background-color: var(--white);
  border-radius: .25rem;
  justify-content: flex-end;
  align-items: center;
  height: 3rem;
  padding: .8125rem 1rem;
  display: flex;
  top: -.25rem;
  box-shadow: -10px 0 10px #ffffffe0;
}

.copy-toggle:hover {
  background-color: var(--cool-grey--25);
}

.icon {
  margin-right: 0;
}

.text-block-3 {
  color: var(--cool-grey--600);
  line-height: 1rem;
}

.dropdown-copy {
  border: 1px solid var(--cool-grey--50);
  background-color: var(--white);
  border-radius: .375rem;
  margin-top: .5rem;
  padding: .35rem;
  display: none;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.dropdown-copy.w--open {
  border: 1px solid var(--cool-grey--50);
  background-color: var(--white);
  border-radius: .25rem;
  flex-direction: column;
  align-items: stretch;
  width: 8.75rem;
  padding: .375rem .375rem 0;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -319%;
  left: auto;
}

.dropdown-copy.hide {
  display: none;
}

.dropdown-copy.is-open {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.dropdown-text {
  color: var(--cool-grey--600);
}

.cl_ci_button-block {
  grid-column-gap: 1rem;
  align-items: center;
  margin-right: .1rem;
  display: flex;
}

.dropdown {
  width: 170px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.dropdown-toggle {
  border: 1px solid #ebecf1;
  width: 100%;
  padding-left: 30px;
  transition: all .2s;
}

.dropdown-toggle:hover {
  background-color: #fdfdfd;
}

.icon-2 {
  color: #7da6cc;
}

.dropdown-list-3 {
  background-color: #fff;
  border-radius: 5px;
  display: block;
  overflow: hidden;
  box-shadow: 0 10px 40px #98a2ac36;
}

.div-block-9 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.dropdown-link {
  padding-left: 30px;
  transition: all .2s;
}

.dropdown-link:hover {
  background-color: #f5f6f8;
  box-shadow: inset 2px 0 #88c1ff;
}

.dropdown-dropdown {
  border: 1px solid var(--cool-grey--50);
  background-color: var(--white);
  border-radius: .375rem;
  margin-top: .5rem;
  padding: .35rem;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.dropdown-dropdown.w--open {
  border: 1px solid var(--cool-grey--50);
  background-color: var(--white);
  border-radius: .25rem;
  flex-direction: column;
  align-items: stretch;
  width: 8.75rem;
  padding: .375rem .375rem 0;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -319%;
  left: auto;
}

.dropdown-dropdown.hide {
  display: none;
}

.toggle-btn {
  grid-column-gap: .25rem;
  border: 1px solid var(--cool-grey--50);
  border-radius: .25rem;
  justify-content: flex-start;
  padding: .65rem 1rem;
  display: flex;
  top: -.25rem;
}

.toggle-btn:hover {
  background-color: var(--cool-grey--25);
}

.dropdown-btn {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.link-page {
  border-radius: .25rem;
  padding-left: .225rem;
  padding-right: .225rem;
  overflow: hidden;
}

.link-page:hover {
  background-color: var(--cool-grey--25);
}

.tabs {
  margin-top: 5rem;
}

.tabs-menu {
  grid-column-gap: 3rem;
  justify-content: flex-start;
  margin-bottom: 2rem;
  display: flex;
}

.tab_single_card {
  position: relative;
}

.tab_single_card.components {
  margin-top: 7rem;
}

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

.benefit_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, auto) minmax(auto, 1fr);
}

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

.pricing_tag {
  text-align: center;
  background-color: #fff;
  border: 1.5px solid #171b26;
  border-radius: 6px;
  max-width: 10rem;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem 1.5rem;
  position: absolute;
  inset: -3% 25% auto;
}

.button-5 {
  color: #fff;
  text-align: center;
  background-color: #171b26;
  border-radius: 8px;
  padding: .75rem 1.5rem;
  font-weight: 400;
}

.button-5.align-center {
  max-width: 12rem;
  display: block;
}

.tabs_content {
  overflow: visible;
}

.separating_line {
  background-color: var(--cool-grey--50);
  width: 100%;
  height: 1.5px;
}

.tab_link {
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  flex-direction: column;
  align-items: center;
  max-width: 10rem;
}

.tab_link.w--current {
  color: #fff;
  text-align: center;
  background-color: #171b26;
  max-width: 10rem;
}

.tab_link.left {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab_link.right {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.tab_link.right.w--current {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.padding-medium-2 {
  padding: 2rem;
}

.pricing_card {
  background-color: #fff;
  border-radius: 6px;
  position: relative;
}

.price-period {
  color: #6b6b6b;
  font-size: .45em;
  font-weight: 400;
}

.price-anchor {
  color: #6b6b6b;
  font-size: .875rem;
  margin-top: -.75rem;
}

.price-anchor s {
  color: #b6b6b6;
  margin-right: .25rem;
}

.pricing-scarcity-badge {
  background-color: var(--tomato);
  color: var(--white);
  font-size: .75rem;
  font-weight: 600;
  line-height: 1;
  padding: .375rem .75rem;
  border-radius: 999px;
  position: absolute;
  top: -.8rem;
  right: 1.5rem;
  z-index: 1;
}

.tabs_menu {
  border-radius: 6px;
  justify-content: center;
  width: auto;
  max-width: 14rem;
  display: flex;
  overflow: hidden;
}

.tabs_menu.single_card {
  z-index: 1;
  border-radius: 6px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 25rem;
  margin-bottom: -1.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: -2rem 0% auto;
  overflow: hidden;
}

.tabs_menu.saved {
  z-index: 1;
  border-radius: 6px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: -4.5rem 0% auto;
  overflow: hidden;
}

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

.modal-collection {
  border: 1px solid var(--cool-grey--50);
  border-radius: .25rem;
  width: 18rem;
  padding: .25rem;
}

.modal-collection:hover {
  background-color: var(--cool-grey--25);
  border-color: #bcc1ce;
}

.modal-collection.inspiration {
  background-color: var(--cool-grey--25);
  border-radius: .75rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 1.125rem;
}

.modal-collection.modal-inspo {
  align-items: center;
  width: 13rem;
  height: 8rem;
  display: flex;
  overflow: hidden;
}

.modal-collection.modal-no-content {
  height: 8rem;
}

.inspiration-image {
  object-fit: cover;
  width: 200px;
  height: 100%;
  display: block;
}

.inspiration-image.modal {
  background-color: var(--cool-grey--25);
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.div-block-10 {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.discord-box {
  grid-row-gap: .75rem;
  background-color: var(--cool-grey--50);
  border-radius: .5rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 2.65rem 1.55rem 1.55rem;
  display: flex;
}

.discord-box.contact {
  width: 50%;
}

.discord-box.footer {
  max-width: 20rem;
  padding-top: 1.55rem;
}

.discord-box.page {
  background-color: var(--cool-grey--25);
}

.cta-free {
  margin-top: 2rem;
}

.copy_btn {
  color: var(--cool-grey--600);
  font-size: .875rem;
}

.lock {
  width: 1rem;
  height: 1rem;
  transition: none;
}

.lock.page {
  background-color: var(--cool-grey--900);
  mix-blend-mode: hard-light;
  border-radius: 10000px;
  width: 2rem;
  height: 2rem;
  padding: .5rem;
}

.lock.large {
  width: 1.5rem;
  height: 1.5rem;
}

.tooltip-content---brix {
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
}

.text-200 {
  color: #170f49;
  font-size: 18px;
  line-height: 20px;
}

.text-200.bold {
  cursor: pointer;
  font-weight: 700;
}

.paragraph-small {
  margin-bottom: 0;
  line-height: 1;
}

.tooltip-arrow {
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 34% auto auto -8px;
}

.tooltip-arrow.bottom {
  margin-left: auto;
  margin-right: auto;
  inset: auto 0% -9px;
  transform: rotate(-90deg);
}

.tooltip-float {
  min-height: 42px;
  margin-top: auto;
  margin-bottom: auto;
  display: none;
  position: absolute;
}

.tooltip-float.top {
  inset: -284% auto auto -2%;
}

.tooltip-v1 {
  background-color: #fff;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  min-width: 100px;
  max-width: 200px;
  min-height: 42px;
  padding: 12px 16px;
  display: flex;
  box-shadow: 4px 4px 14px #080f340a, 1px 1px 1px #170f490a, 0 0 1px #170f4908;
}

.tooltip-v1.center-content {
  text-align: center;
  justify-content: center;
}

.paragraph-small-2 {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
}

.tags-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.html-embed {
  display: none;
}

.cl_ci_button-2 {
  grid-column-gap: 1rem;
  color: #000;
  cursor: pointer;
  background-color: #f8f8f8;
  border: 1px solid #ebebeb;
  border-radius: .29rem;
  justify-content: flex-start;
  align-items: center;
  padding: .625rem;
  transition: all .1s;
  display: flex;
}

.cl_ci_button-2:hover {
  background-color: #ebebeb;
}

.cl_ci_button-2.drop {
  background-color: #fff;
  border-color: #fff;
  margin-bottom: .375rem;
}

.cl_ci_button-2.drop:hover {
  background-color: #f8f8f8;
}

.dropdown-text-2 {
  color: #5a6176;
}

.copy-toggle-2 {
  grid-column-gap: .5rem;
  border: 1px solid #ebebeb;
  border-radius: .25rem;
  justify-content: flex-end;
  align-items: center;
  padding: .8125rem 1rem;
  display: flex;
  top: -.25rem;
}

.copy-toggle-2:hover {
  background-color: #f8f8f8;
}

.copy_btn-2 {
  color: #5a6176;
  font-size: .875rem;
}

.dropdown-copy-2 {
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: .375rem;
  margin-top: .5rem;
  padding: .35rem;
  display: none;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.dropdown-copy-2.w--open {
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: .25rem;
  flex-direction: column;
  align-items: stretch;
  width: 8.75rem;
  padding: .375rem .375rem 0;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -319%;
  left: auto;
}

.div-block-11 {
  width: 300px;
  height: 300px;
  position: relative;
}

.cl_ci_button-3 {
  grid-column-gap: 1rem;
  color: #000;
  cursor: pointer;
  background-color: #f8f8f8;
  border: 1px solid #ebebeb;
  border-radius: .29rem;
  justify-content: flex-start;
  align-items: center;
  padding: .625rem;
  transition: all .1s;
  display: flex;
}

.cl_ci_button-3:hover {
  background-color: #ebebeb;
}

.cl_ci_button-3.drop {
  background-color: #fff;
  border-color: #fff;
  margin-bottom: .375rem;
}

.cl_ci_button-3.drop:hover {
  background-color: #f8f8f8;
}

.dropdown-text-3 {
  color: #5a6176;
}

.copy-toggle-3 {
  grid-column-gap: .5rem;
  border: 1px solid #ebebeb;
  border-radius: .25rem;
  justify-content: flex-end;
  align-items: center;
  padding: .8125rem 1rem;
  display: flex;
  top: -.25rem;
}

.copy-toggle-3:hover {
  background-color: #f8f8f8;
}

.copy_btn-3 {
  color: #5a6176;
  font-size: .875rem;
}

.modal-inspiration-addon {
  grid-row-gap: 1rem;
  border-top: 1px solid var(--cool-grey--50);
  background-color: var(--white);
  border-bottom-right-radius: .625rem;
  border-bottom-left-radius: .625rem;
  flex-direction: column;
  align-items: flex-start;
  width: 38rem;
  max-width: 48rem;
  height: 100%;
  padding: 1rem 1.125rem 0;
  display: flex;
  position: relative;
  left: -1.1rem;
}

.inspiration-collection-wrapper {
  grid-column-gap: 1rem;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: auto;
}

.inspiration-collection-wrapper.no-scrollbar.modal {
  align-items: flex-start;
  overflow: scroll;
}

.inspiration-collection-wrapper.modal {
  height: 8.5rem;
}

.inspo-placeholder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-block-4 {
  color: #bcc1ce;
  font-size: .87rem;
}

.use-cases {
  display: none;
}

.discord-text {
  width: 40%;
}

.button-6 {
  color: #fff;
  text-align: center;
  background-color: #171b26;
  border-radius: 8px;
  padding: .75rem 1.5rem;
  font-weight: 400;
}

.footer_links-wrapper-2 {
  max-width: 20rem;
}

.footer8_form_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.padding-global-5 {
  padding-left: 5.5rem;
  padding-right: 5.5rem;
}

.button-7 {
  color: #fff;
  text-align: center;
  background-color: #171b26;
  border-radius: 8px;
  padding: .75rem 1.5rem;
  font-weight: 400;
}

.footer8_link_grid {
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, auto) minmax(auto, auto) minmax(auto, auto) minmax(auto, auto) minmax(auto, auto);
  place-content: space-between;
}

.footer_link-2 {
  margin-bottom: 1rem;
  display: block;
}

.footer8_grid {
  grid-column-gap: 6rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, auto) minmax(auto, auto);
  justify-content: space-between;
}

.button-8 {
  color: #fff;
  text-align: center;
  background-color: #171b26;
  border-radius: 8px;
  padding: .75rem 1.5rem;
  font-weight: 400;
}

.text-block-5 {
  padding-top: 1rem;
}

.div-block-12 {
  width: 300px;
  height: 300px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.tbd-comp {
  grid-column-gap: .5rem;
  border: 1px solid var(--cool-grey--50);
  border-radius: .25rem;
  justify-content: flex-end;
  align-items: center;
  height: 3rem;
  margin-top: -.1875rem;
  padding: .8125rem 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.tbd-comp.page {
  justify-content: flex-start;
  width: 10rem;
  position: relative;
}

.checkbox-label {
  margin-left: .5rem;
  line-height: 1;
}

.checkbox-field {
  align-items: flex-end;
  display: flex;
}

.component-absolute {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 31.25rem;
  display: flex;
  position: absolute;
  inset: 5.15rem 0% 0%;
  overflow: hidden;
}

.image-comp-modal {
  object-fit: contain;
  height: 31.25rem;
}

.subscription_assets {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-top: 5rem;
  display: flex;
}

.subscription_block {
  grid-row-gap: .25rem;
  border: 1px solid var(--cool-grey--50);
  border-radius: .5rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 80%;
  margin-top: .9rem;
  padding: 1.5rem;
  display: flex;
}

.subscription_block.logout {
  grid-row-gap: 1.5rem;
  width: 32%;
}

.sub-flex {
  grid-column-gap: .25rem;
  display: flex;
}

.subscription_wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.sub_blocks-wrapper {
  grid-column-gap: 2rem;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.banner-text:hover {
  text-decoration: underline;
}

.locked-wrap {
  grid-row-gap: 1rem;
  background-color: var(--cool-grey--900);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: .75rem;
  display: flex;
  position: absolute;
  left: auto;
  right: auto;
}

.div-block-13 {
  height: 18rem;
  position: relative;
}

.component-content-wrapper {
  grid-column-gap: 7.5rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 35rem;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
}

.arrow-image {
  width: 1rem;
  height: 1rem;
}

.grid-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(1.5rem, 1.5rem) minmax(1.5rem, 1.5rem) minmax(1.5rem, 1.5rem);
  width: 50%;
}

.link-social {
  mix-blend-mode: luminosity;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.social-img {
  width: 100%;
}

.homepage-demo-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 70%;
  display: grid;
  position: relative;
}

.homepage-demo-wrap.three {
  grid-column-gap: 1.5rem;
  grid-template-columns: 1fr 1fr 1fr;
  width: 70%;
}

.homepage-demo-wrap.two {
  grid-template-columns: 1fr 1fr;
}

.homepage-demo-wrap._1-col {
  grid-template-columns: 1fr;
}

.demo-content-wrap {
  background-color: var(--cool-grey--25);
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5rem;
  display: flex;
}

.demo-content-wrap.categories {
  grid-row-gap: 2rem;
  border: 1px solid var(--cool-grey--50);
  background-color: var(--white);
  align-items: flex-start;
  padding-left: 3.8rem;
  padding-right: 3.8rem;
  transition: all .7s;
}

.demo-content-wrap.categories:hover {
  border-color: var(--tomato);
}

.demo-content-wrap.no_padding {
  padding: 1.7rem;
}

.content-demo-wrap {
  grid-column-gap: 5rem;
  justify-content: space-between;
  display: flex;
}

.content-demo-wrap.align-center {
  justify-content: center;
  align-items: center;
}

.content-demo-wrap.align-center.outline {
  border: 1px solid var(--divider-light-grey);
  border-radius: var(--1rem);
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
}

.side-content {
  flex-direction: column;
  align-items: flex-start;
  width: 17.5rem;
  min-width: 17.5rem;
  display: flex;
}

.homepage-tag {
  line-height: 2;
}

.flex-tags {
  grid-column-gap: .5rem;
  display: flex;
}

.div-block-14 {
  grid-column-gap: 1rem;
  width: 100%;
  display: flex;
}

.card-top {
  grid-row-gap: 1.5rem;
  border: 1px solid var(--cool-grey--50);
  border-radius: .5rem;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 2.5rem;
  display: flex;
}

.card-top.hp {
  height: 16rem;
}

.card-top.no-padding-bottom {
  padding-bottom: 0;
}

.card-top.no-padding-bottom.background-color-beige {
  background-color: #faf9f5;
}

.logo-homepage {
  height: 1.5rem;
}

.logo-homepage.webflow {
  height: 1rem;
}

.card-wrapper {
  width: 100%;
}

.card-bottom {
  grid-row-gap: 1.5rem;
  border-right: 1px solid var(--cool-grey--50);
  border-bottom: 1px solid var(--cool-grey--50);
  border-left: 1px solid var(--cool-grey--50);
  border-bottom-right-radius: .375rem;
  border-bottom-left-radius: .375rem;
  flex-direction: column;
  align-items: flex-start;
  padding: .75rem 2.5rem 2.5rem;
  display: flex;
}

.roadmap-wrapper {
  width: 100%;
}

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

.grid-row {
  border-bottom: 1px dashed var(--cool-grey--50);
  width: 100%;
  height: 5rem;
  display: flex;
}

.grid-row.current {
  background-color: var(--cool-grey--25);
  width: 100%;
}

.row-name {
  border-right: 1px dashed var(--cool-grey--50);
  align-items: center;
  width: 20rem;
  height: 100%;
  margin-left: 1rem;
  display: flex;
}

.row-content {
  align-items: center;
  width: 100%;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.row-content-bar {
  background-color: var(--cool-grey--600);
  width: 40%;
  height: 60%;
  color: var(--white);
  border-radius: .25rem;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 300;
  transition: all .1s;
  display: flex;
}

.row-content-bar:hover {
  background-color: var(--tomato);
}

.row-content-bar._3 {
  width: 50%;
  margin-left: 26%;
}

.row-content-bar._5 {
  width: 100%;
  margin-left: 8%;
}

.row-content-bar._4 {
  width: 30%;
  margin-left: 34%;
}

.row-content-bar._2 {
  width: 50%;
  margin-left: 15%;
}

.dateblock {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

.faq-content {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  width: 67rem;
  display: flex;
}

.faq11_grid {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  align-items: start;
  max-width: 67.5rem;
}

.link-faq {
  text-decoration: underline;
}

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

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

.accordion_answer2 {
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  overflow: hidden;
}

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

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

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

.faq1_icon {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

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

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

.accordion_question2 {
  border: 1px solid var(--cool-grey--50);
  cursor: pointer;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
}

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

.arrow-link {
  width: 1rem;
  height: 1rem;
}

.category-wrapper {
  width: 100%;
}

.text-dropdown-wrap {
  white-space: nowrap;
  width: 70%;
  overflow: hidden;
}

.tags-modal-wrapper {
  padding-bottom: 1rem;
}

.free-plan-modal {
  z-index: 9999;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--cool-grey--600);
  background-color: var(--white);
  border-radius: .6rem;
  flex-direction: column;
  align-items: flex-start;
  width: 17rem;
  padding: 1rem;
  display: none;
  position: fixed;
  inset: auto 1rem 1rem auto;
}

.freelance-accent {
  background-color: var(--tomato);
  color: var(--white);
  border-radius: .35rem;
  padding: .15rem .35rem;
  display: block;
}

.freelance-accent:hover {
  background-color: #ff6243a8;
}

.freelance-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  white-space: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-2 {
  grid-column-gap: .5rem;
  display: flex;
}

.text-span {
  background-color: var(--tomato);
  color: var(--white);
  display: block;
}

.simiarl-collection {
  width: 100%;
}

.collection-modal-inspo-item {
  height: 8rem;
}

.text-block-6 {
  margin-top: 1rem;
}

.div-block-15 {
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.cms-page_comp_wrap {
  grid-column-gap: 1rem;
  align-items: center;
  margin-bottom: .25rem;
  display: flex;
}

.div-block-17 {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-2 {
  width: 2rem;
  height: 2rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.share-btn {
  cursor: pointer;
}

.max-width-large-2 {
  width: 100%;
  max-width: 40rem;
}

.max-width-large-2.align-center {
  margin-left: auto;
  margin-right: auto;
}

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

.form_input-3 {
  color: #171b26;
  background-color: #fff;
  border: 1px solid #d5d9e5;
  border-radius: 8px;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .75rem;
}

.form_input-3.is-select-input {
  color: #464d60;
}

.form_input-3.is-text-area {
  min-height: 10rem;
  padding-top: .75rem;
}

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

.ncp_img-logo {
  width: 6.5rem;
}

.slash {
  display: block;
}

.div-block-18 {
  align-items: center;
  display: flex;
}

.link-block {
  border: 1px solid var(--cool-grey--50);
  color: var(--cool-grey--600);
  border-radius: .35rem;
  margin-left: 1rem;
  padding: .35rem;
}

.link-block:hover {
  background-color: var(--cool-grey--25);
}

.arrow {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 10rem;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: absolute;
  left: 28.7rem;
  right: auto;
}

.arrow_image {
  width: 100%;
}

.text-block-7 {
  background-color: var(--tomato);
  background-image: linear-gradient(to right, var(--cool-grey--50), var(--cool-grey--25));
  color: var(--cool-grey--900);
  text-align: center;
  border-radius: .35rem;
  justify-content: center;
  align-items: center;
  padding: .55rem .6rem;
  display: flex;
}

.homepage-demo-wrap-three {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  column-count: 0;
  cursor: default;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 67.5rem;
  min-width: 67.5rem;
  max-width: 67.5rem;
  position: relative;
}

.homepage-demo-wrap-three.three {
  grid-column-gap: 1.5rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.testimonial-image {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--cool-grey--50);
  border-radius: 1rem;
  margin-bottom: 1rem;
  padding: .75rem;
  transition: all .25s;
  display: flex;
}

.testimonial-image:hover {
  border-color: #cacbcf;
}

.logo-wrapper {
  border: 1px solid var(--cool-grey--50);
  background-color: var(--cool-grey--25);
  border-radius: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 1.5rem 0;
  display: flex;
}

.logo-wrapper.numbers {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.pricing_grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start stretch;
  width: 100%;
}

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

.logo-cloud-hero {
  background-color: var(--cool-grey--25);
  border-radius: .5rem;
  width: 41rem;
  margin-bottom: 7rem;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 2.825rem;
  overflow: hidden;
}

.logo-cloud-hero.relative {
  margin-bottom: 0;
  position: relative;
}

.logo-cloud-hero.pricing {
  position: absolute;
  bottom: -25%;
  overflow: hidden;
}

.logo-cloud-hero.pricing.component-image {
  inset: auto 0% -25% auto;
}

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

.desktop-hero {
  max-width: none;
  height: 2.0625rem;
}

.cover-left {
  background-image: linear-gradient(to right, #f8f8f8 10%, #f8f8f900);
  width: 6rem;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.text-block-8 {
  text-align: center;
}

.mobile-hero {
  max-width: none;
  height: 2.0625rem;
  display: none;
}

.heroheading-landing {
  text-transform: capitalize;
  font-size: 3.5rem;
}

.homepage-demo-wrap-three-copy {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  column-count: 0;
  cursor: default;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.homepage-demo-wrap-three-copy.three {
  grid-column-gap: 1.5rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.homepage-demo-wrap-three-copy.signup {
  width: 37rem;
}

.testimonial-section {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.paragraph {
  text-align: center;
  width: 24rem;
  margin-bottom: 2rem;
}

.signin-block {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 82rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tag_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(min-content, max-content) minmax(min-content, max-content);
  align-items: center;
}

.text-align-center-4 {
  text-align: center;
  position: relative;
}

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

.text-style-underlined {
  border-bottom: 1px solid #000;
}

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

.cmsheader3_item-wrapper {
  border: 1px solid var(--divider-light-grey);
  border-radius: 1rem;
  height: 100%;
  padding: 1.5rem;
}

.cmsheader3_item-wrapper:hover {
  border-color: var(--dark-secondary);
}

.cmsheader3_grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heroheader24_form_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  display: flex;
}

.text_field_input-2 {
  border: 1px solid #d5d9e5;
  border-radius: 8px;
  height: 3rem;
  margin-bottom: 0;
  padding: .75rem;
}

.section_marquee1 {
  align-items: center;
  height: 20rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-wrapper_12_items {
  grid-column-gap: 2rem;
  width: 100vw;
  display: flex;
  overflow: visible;
}

.html-embed-3 {
  white-space: normal;
}

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

.heading-style-h2-2.no-breaking {
  white-space: nowrap;
}

.learning-center-div-footer {
  max-width: 18rem;
}

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

.image-testimonial {
  border-radius: 1000px;
  width: 3rem;
  height: 3rem;
}

.name_testimonial {
  font-size: .85rem;
  font-weight: 600;
}

.thumbs_testimonial {
  height: 2.2rem;
}

.collection-list-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: minmax(auto, 1fr) auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
}

.collection-list-2.hide-mobile-landscape {
  display: block;
}

.testimonial_text {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-block-9 {
  font-size: .85rem;
}

.testimonial-columns {
  grid-column-gap: 1rem;
  width: 70%;
  display: flex;
}

.text-block-10 {
  border: 1px solid var(--divider-light-grey);
  opacity: 1;
  white-space: nowrap;
  border-radius: .25rem;
  flex: 1;
  padding: .25rem .55rem;
  font-family: Inconsolata, monospace;
  display: flex;
  position: absolute;
  inset: -3.5rem 0% auto;
}

.real-work-examples {
  grid-column-gap: 1rem;
  width: 70%;
  display: flex;
}

.grid-item {
  flex-flow: wrap;
  display: flex;
}

.work-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  column-count: 3;
  direction: ltr;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.collection-item-5 {
  border: 1px solid var(--cool-grey--50);
  border-radius: 1rem;
  margin-bottom: 26px;
  overflow: hidden;
}

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

.tag-h1 {
  border: 1px solid var(--divider-light-grey);
  background-color: var(--secondary-white);
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 13rem;
  padding: 5px;
  display: flex;
}

.tagline-text {
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: .8rem;
  line-height: 1;
}

.view-sections {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: 100rem;
  height: 80rem;
  display: flex;
  overflow: hidden;
}

.view-sections.align-center {
  justify-content: center;
  align-items: center;
}

.webplong {
  width: 24%;
}

.macu-agency {
  border: 1px solid #000;
  border-radius: .5rem;
  max-height: 17rem;
}

.image-4 {
  width: 3rem;
}

.text-block-11, .heading-3 {
  text-wrap: balance;
}

.image-5 {
  border: 1px solid var(--divider-light-grey);
  object-fit: cover;
  border-radius: .5rem .5rem 0 0;
  width: 100%;
  max-height: 17rem;
}

.text-user-logos {
  position: absolute;
  inset: -76% auto auto 0%;
}

.cover-rigjt {
  background-image: linear-gradient(90deg, #f8f8f8 10%, #f8f8f900);
  width: 6rem;
  position: absolute;
  inset: 0% 0% 0% auto;
  transform: rotate(180deg);
}

.text-align-center-5 {
  text-align: center;
  position: relative;
}

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

.section_heroheader22 {
  border-bottom: 1px solid var(--tomato);
  background-image: radial-gradient(circle closest-corner at 50% 90%, #ff6243cf 39%, #fff0 91%);
  position: relative;
}

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

.heroheader22_graphic {
  z-index: 999999;
  border-radius: 1rem;
  box-shadow: -171px 341px 107px #47474700, -110px 218px 98px #47474705, -62px 123px 83px #4747470f, -27px 55px 61px #4747471a, -7px 14px 34px #4747471c;
}

.button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.heading-style-display {
  font-size: 4.2rem;
}

.tag-built-with {
  background-color: var(--tomato);
  height: 2rem;
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
  position: absolute;
  bottom: -2.7%;
  left: auto;
  right: 0%;
}

.text-wrap-balance {
  text-wrap: balance;
}

.step-block {
  border-radius: var(--1rem);
  background-color: var(--tomato);
  width: 3rem;
  height: 3rem;
  color: var(--white);
  background-image: radial-gradient(circle, #ffffff45, #fff0 70%);
  justify-content: center;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.step_block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--divider-light-grey);
  flex-flow: column;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  display: flex;
}

.text-block-13 {
  padding-bottom: 2rem;
}

.grid_3x1 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.youtube_shorts {
  border-radius: var(--1rem);
  height: 100%;
  overflow: hidden;
}

.youtube_long {
  aspect-ratio: 16 / 9;
  border-radius: var(--1rem);
  height: 100%;
  overflow: hidden;
}

.fs-table_instance {
  display: block;
}

.fs-table_header {
  text-align: left;
  border: 1px solid #ddd;
  padding: 8px;
}

.fs-table_row {
  text-align: left;
  border: 1px solid #ddd;
}

.fs-table_head {
  background-color: #f3f3f3;
}

.fs-table_cell {
  text-align: left;
  border: 1px solid #ddd;
  padding: 8px;
}

.fs-table_table {
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #ddd;
  width: 100%;
}

.checklist-box {
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
}

.copy-wrapper-copy {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: absolute;
  right: -.05rem;
}

.image-arrow {
  position: absolute;
  inset: 0% 30px 0% 17%;
}

.arrow-copy {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
  align-items: center;
  width: 11rem;
  display: flex;
  position: absolute;
  inset: auto 7.8rem 3rem auto;
}

.upgrade_banner {
  background-color: var(--cool-grey--900);
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

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

.padding-global-7 {
  padding-left: 8.5rem;
  padding-right: 8.5rem;
}

.text_color_800 {
  color: #33394a;
}

.text-size-medium-9 {
  font-size: 1.25rem;
}

.card_features {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--divider-light-grey);
  background-color: var(--white);
  border-radius: .5rem;
  flex-flow: column;
  padding: 1rem 1rem 2.5rem;
  transition: all .508s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.card_features:hover {
  box-shadow: 0 269px 75px #54545400, 0 172px 69px #54545403, 0 97px 58px #5454540d, 0 43px 43px #54545417, 0 11px 24px #5454541a;
}

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

.tagsections.left {
  align-items: flex-start;
}

.container-xlarge {
  width: 75rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

.image_problem_features {
  aspect-ratio: 3 / 2;
  border: 1px solid var(--divider-light-grey);
  object-fit: cover;
  border-radius: .2rem;
  height: auto;
}

.section_keyconcepts {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100vw;
  display: flex;
  overflow: hidden;
}

.content-feature-card {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: .9rem;
  padding-right: .9rem;
  display: flex;
}

.tag-course {
  border: 1px solid #686f82;
  border-radius: 100px;
  flex-direction: column;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.limited-feature {
  border: 1px solid var(--tomato);
  border-radius: var(--1rem);
  background-color: var(--cool-grey--25);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.25rem;
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 1rem 0 0 1rem;
  display: flex;
}

.text-block-15 {
  text-align: right;
  position: absolute;
}

.div-block-19 {
  background-image: url('../images/Screenshot-2025-02-28-at-11.47.52_1.avif');
  background-position: 0 0;
  background-size: cover;
  border-radius: 1rem;
  margin-bottom: -1rem;
}

.code-embed-2 {
  margin-top: 184px;
  margin-bottom: 292px;
  display: flex;
}

.div-block-20 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .section_heroheader22 {
    background-image: radial-gradient(circle closest-corner at 50% 120%, #ff6243cf 39%, #fff0 91%);
  }
}

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

  .max-width-large.hero {
    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-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-bottom.padding-xhuge.on-tablet {
    padding-bottom: 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-h1 {
    font-size: 3.25rem;
  }

  .button.is-orange.tag-built-with {
    display: none;
  }

  .button.is-grey.homepage {
    margin-left: 0;
  }

  .button.signup.nav {
    margin-top: 1rem;
    margin-left: 0;
  }

  .button.is-secondary.homepage {
    margin-left: 0;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

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

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

  .filter_form-item-wrapper.search {
    margin-left: 0;
  }

  .filter_form-item-wrapper.hide-tabletdown {
    display: none;
  }

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

  .navbar-wrapper {
    position: relative;
  }

  .nav-menu-wrapper {
    background-color: #fff;
  }

  .nav-menu-two {
    background-color: #fff;
    flex-flow: column wrap;
    place-content: flex-start space-around;
    align-items: flex-start;
    margin-top: 1.25rem;
    padding: 1.25rem;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--black);
    color: #fff;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .contact-modal1_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .signup-block {
    flex-direction: column;
    width: auto;
  }

  .components-nav {
    z-index: 2147483647;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
    top: .5rem;
  }

  .component-nav-tutorial {
    grid-row-gap: 1rem;
    width: 100%;
  }

  .nav-btn-wrapper {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: stretch;
  }

  .nav-btn-wrapper.full {
    width: 100%;
  }

  .sidebar {
    width: auto;
  }

  .padding-global-3 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .footer7_link_grid {
    grid-column-gap: 2rem;
    grid-template-columns: minmax(auto, auto) minmax(auto, auto) minmax(auto, auto);
  }

  .form_footer_input {
    grid-row-gap: .75rem;
    flex-direction: column;
  }

  .footer7_grid {
    grid-column-gap: 2rem;
  }

  .padding-global-4 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .footer1_grid {
    grid-column-gap: 2rem;
  }

  .inspiration-nav {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .nav-link-dropdown {
    justify-content: flex-start;
    max-width: none;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link-dropdown.w--open {
    justify-content: flex-start;
  }

  .list-item-dropdown {
    width: 100%;
    max-width: none;
    display: flex;
    position: static;
  }

  .link {
    position: relative;
  }

  .dropdown-list.w--open {
    z-index: 999999999;
    background-color: #ddd0;
    flex-direction: column;
    height: 49rem;
    margin-left: 0;
    display: flex;
  }

  .dropdown-list-2.w--open {
    position: relative;
  }

  .nav-not-logged-block {
    background-color: #fff;
    flex-direction: column;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav-not-logged-block.hide-desktop-unless-mobile {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .modal1_content-wrapper, .locked-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

  .padding-medium-2 {
    padding: 1.5rem;
  }

  .padding-global-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .footer8_link_grid, .footer8_grid {
    grid-column-gap: 2rem;
  }

  .component-content-wrapper {
    flex-direction: column;
    grid-template-columns: auto;
    align-items: flex-start;
  }

  .dropdown-2 {
    flex: 1;
  }

  .homepage-demo-wrap {
    grid-template-columns: 1fr;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .homepage-demo-wrap.three {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .content-demo-wrap {
    grid-row-gap: 3rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .side-content {
    width: 100%;
  }

  .roadmap-wrapper {
    overflow: hidden;
  }

  .grid-5, .grid-row.current {
    width: 100%;
  }

  .row-name {
    display: none;
  }

  .row-content-bar {
    white-space: nowrap;
  }

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

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

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

  .text-row {
    font-size: 1rem;
  }

  .list-item-2 {
    width: 100%;
  }

  .arrow {
    display: none;
  }

  .homepage-demo-wrap-three {
    grid-template-columns: 1fr;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .homepage-demo-wrap-three.three, .pricing_grid {
    grid-template-columns: 1fr;
  }

  .logo-cloud-hero {
    width: auto;
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
    position: relative;
  }

  .logo-cloud-hero.pricing.component-image {
    display: none;
  }

  .text-block-8 {
    margin-top: 2rem;
    margin-bottom: -3rem;
    position: relative;
  }

  .homepage-demo-wrap-three-copy {
    grid-template-columns: 1fr;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .homepage-demo-wrap-three-copy.three {
    grid-template-columns: 1fr;
  }

  .signin-block {
    flex-direction: column;
    width: auto;
  }

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

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

  .collection-list-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    column-count: 2;
    grid-template-rows: minmax(auto, 1fr) auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .testimonial-columns, .real-work-examples {
    flex-direction: column;
    width: 100%;
  }

  .center-text {
    margin-left: 0;
  }

  .view-sections {
    grid-row-gap: 3rem;
    flex-flow: wrap;
    align-items: flex-start;
    width: auto;
    height: 64rem;
  }

  .webplong {
    width: 32%;
  }

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

  .section_heroheader22 {
    border-bottom-style: none;
  }

  .heroheader22_graphic {
    aspect-ratio: 16 / 9;
    width: 90vw;
    height: auto;
  }

  .tag-built-with {
    display: none;
  }

  .grid_3x1 {
    flex-flow: column;
    display: flex;
  }

  .arrow-copy {
    display: none;
  }

  .padding-global-7 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .container-xlarge {
    width: 100%;
  }

  .feature_custom_grid_3x1 {
    grid-template-columns: 1fr 1fr;
  }
}

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

  .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-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  .cl_collection-list-wrapper.demo {
    width: auto;
  }

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

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .contact-modal1_content-wrapper {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .show-mobile-landscape {
    display: block;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .contact-modal1_component {
    align-items: flex-start;
  }

  .form-wrapper.component, .form-wrapper.login {
    width: auto;
  }

  .categories-wrapper {
    grid-row-gap: .5rem;
    flex-direction: column;
  }

  .wrapper-similar-page {
    grid-column-gap: 2rem;
    grid-row-gap: .5rem;
    flex-direction: column;
  }

  .components-similar-page-wrapper {
    grid-template-columns: 1fr;
  }

  .padding-global-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .footer7_link_grid {
    grid-row-gap: 2rem;
    grid-template-rows: minmax(auto, auto) minmax(auto, auto) minmax(auto, auto) minmax(auto, auto) minmax(auto, auto);
    grid-template-columns: minmax(auto, auto);
  }

  .footer_tall_legal-wrapper {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer_links-wrapper, .footer_company-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .footer7_grid {
    grid-template-columns: 1fr;
  }

  .text_field_input {
    text-align: center;
    height: 3rem;
  }

  .padding-global-4 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .footer1_grid {
    grid-row-gap: 2rem;
    grid-template-rows: minmax(auto, auto) minmax(auto, auto) minmax(auto, auto) minmax(auto, auto) minmax(auto, auto);
    grid-template-columns: minmax(auto, auto);
  }

  .footer_legal_link-wrapper, .footer_wide_legal-wrapper {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-link-dropdown {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .banner9_exit_trigger-wrapper {
    top: 0;
  }

  .footer_links-wrapper-links {
    width: 100%;
    max-width: 100%;
  }

  .modal1_component {
    align-items: flex-start;
  }

  .modal1_content-wrapper {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-size-medium-4 {
    font-size: 1rem;
  }

  .locked-wrapper {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .link-page {
    white-space: nowrap;
  }

  .padding-medium-2 {
    padding: 1.25rem;
  }

  .tabs_menu.single_card, .tabs_menu.saved {
    margin-bottom: -1rem;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .discord-text {
    width: auto;
  }

  .footer_links-wrapper-2 {
    width: 100%;
    max-width: 100%;
  }

  .padding-global-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .footer8_link_grid {
    grid-row-gap: 2rem;
    grid-template-rows: minmax(auto, auto) minmax(auto, auto) minmax(auto, auto) minmax(auto, auto) minmax(auto, auto);
    grid-template-columns: minmax(auto, auto);
  }

  .footer8_grid, .homepage-demo-wrap.two {
    grid-template-columns: 1fr;
  }

  .demo-content-wrap {
    width: 100%;
    padding: 1.7rem;
  }

  .demo-content-wrap.categories {
    padding: 1.3rem;
  }

  .content-demo-wrap {
    grid-column-gap: 1rem;
  }

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

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

  .text-size-medium-5 {
    font-size: 1rem;
  }

  .faq1_icon {
    width: 1.75rem;
  }

  .accordion_question2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .slash {
    display: none;
  }

  .html-embed-2 {
    width: 100%;
  }

  .homepage-demo-wrap-three {
    column-count: 3;
    overflow: hidden;
  }

  .testimonial-image {
    background-color: #fff;
    border-radius: .4rem;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
  }

  .pricing_grid {
    grid-template-columns: 1fr;
  }

  .logo-cloud-hero {
    width: 100%;
    padding-left: 1.025rem;
    padding-right: 1.525rem;
  }

  .desktop-hero {
    height: 1rem;
    display: none;
  }

  .cover-left {
    width: 3rem;
  }

  .mobile-hero {
    height: 1rem;
    display: block;
  }

  .homepage-demo-wrap-three-copy {
    column-count: 1;
  }

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

  .heading-style-h2-2 {
    font-size: 2rem;
  }

  .collection-list-2 {
    column-count: 1;
    grid-template-columns: 1fr;
  }

  .collection-list-2.hide-mobile-landscape {
    display: none;
  }

  .work-list {
    column-count: 1;
  }

  .view-sections {
    grid-column-gap: 1rem;
    height: 45rem;
  }

  .webplong {
    width: 47%;
  }

  .cover-rigjt {
    width: 3rem;
  }

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

  .heading-style-display {
    font-size: 4rem;
  }

  .padding-global-7 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .feature_custom_grid_3x1 {
    flex-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

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

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

  .filter_form.no-scrollbar {
    grid-column-gap: 1.5rem;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .filter_form-item-wrapper {
    min-width: 100%;
  }

  .filter_form-item-wrapper.search {
    min-width: 100%;
    margin-left: 0;
  }

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

  .nav-menu-two {
    flex-direction: column;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-2.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contact-modal1_component {
    display: none;
  }

  .navbar-components-list {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
  }

  .component-wrapper {
    overflow: hidden;
  }

  .categories-wrapper {
    grid-row-gap: .25rem;
    flex-direction: row;
    align-items: flex-start;
  }

  .wrapper-similar-page {
    white-space: nowrap;
    flex-direction: column;
    width: 100%;
  }

  .examples-content-wrapper {
    white-space: nowrap;
  }

  .components-similar-page-wrapper {
    grid-template-columns: 1fr;
  }

  .examples-wrapper {
    overflow: hidden;
  }

  .accordion_wrapper {
    width: auto;
  }

  .footer7_link_grid {
    grid-template-columns: 1fr;
  }

  .button-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer7_form_content {
    flex-direction: column;
  }

  .modal1_component {
    display: none;
  }

  .button-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .discord-box.footer {
    max-width: none;
  }

  .button-6 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer8_form_content {
    flex-direction: column;
  }

  .button-7, .button-8 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .component-content-wrapper {
    overflow: hidden;
  }

  .arrow-image {
    display: none;
  }

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

  .homepage-demo-wrap-three {
    column-count: 1;
  }

  .logo-cloud-hero {
    padding-left: 1.325rem;
    padding-right: 1.325rem;
  }

  .logo-cloud-hero.relative {
    width: 70%;
  }

  .desktop-hero {
    margin-left: -5px;
  }

  .mobile-hero {
    height: 1.31rem;
    margin-left: -5px;
  }

  .homepage-demo-wrap-three-copy {
    column-count: 1;
  }

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

  .heroheader24_form_content {
    flex-direction: column;
  }

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

#w-node-_95a499f6-c362-1c12-c10d-9ce9ef8a2aae-f5f62d34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_153b4087-5403-80c1-8d77-adc5b3bce78a-f5f62d34 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_966c3676-2c98-2235-49ea-24064e92eb9b-f5f62d34, #w-node-_966c3676-2c98-2235-49ea-24064e92eba6-f5f62d34, #w-node-_966c3676-2c98-2235-49ea-24064e92ebb1-f5f62d34, #w-node-ecb527c9-c807-c474-d9e0-547ef115cbc1-f5f62d34, #w-node-_48a59ac9-0958-224e-c0fa-bc15a731289f-f5f62d34, #w-node-_4ff924d5-c2eb-03a9-200d-a8e9f946f246-f5f62d34, #w-node-_4ff924d5-c2eb-03a9-200d-a8e9f946f24e-f5f62d34, #w-node-_4ff924d5-c2eb-03a9-200d-a8e9f946f256-f5f62d34, #w-node-_4ff924d5-c2eb-03a9-200d-a8e9f946f25e-f5f62d34, #w-node-_4ff924d5-c2eb-03a9-200d-a8e9f946f266-f5f62d34, #w-node-_919776f1-0d93-058b-0d36-33600396b19a-af044e97, #w-node-_8a32b8f1-cc4e-04c6-17a0-fa8bb22b8124-af044e97, #w-node-_75f43eb2-f681-c4a5-bb1f-9a7d4a0f9ca1-af044e97, #w-node-_412c7a7a-e69a-d337-8e71-ad8096258750-af044e97, #w-node-_919776f1-0d93-058b-0d36-33600396b19f-af044e97, #w-node-_622a4f96-8c98-1c30-57c6-3dfdccfbdefd-af044e97, #w-node-cd552b4a-bd6e-dd0c-0b57-2d8f5cda6476-af044e97, #w-node-_91922fab-5287-c465-8d81-7f518ecaac46-af044e97, #w-node-_6809ab52-8199-8841-f5c4-74cfc50b7365-af044e97, #w-node-_91d253f8-9356-41eb-3431-a7574e59706b-4e59705d, #w-node-_91d253f8-9356-41eb-3431-a7574e597074-4e59705d, #w-node-_91d253f8-9356-41eb-3431-a7574e59707d-4e59705d, #w-node-_06f9cc63-891f-5c61-2686-b7c02a01569e-f5f62d9d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6bc5d148-088d-bd91-f8e7-27f5e2d69125-f5f62da2 {
  justify-self: end;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-f5f62df2 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86367-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86386-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863a4-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863b0-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-f5f62df2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-f5f62df2 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-f5f62df2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-f5f62df2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369536-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369537-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-f5f62df2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-f5f62df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-f5f62df2 {
  justify-self: start;
}

#w-node-_3119ba3b-f640-527a-5c42-927e1cf822b7-251ffcf2, #w-node-_3119ba3b-f640-527a-5c42-927e1cf822c2-251ffcf2, #w-node-_3119ba3b-f640-527a-5c42-927e1cf822cd-251ffcf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a65f2df-764f-d6b8-9da0-af7782022004-251ffcf2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_06f9cc63-891f-5c61-2686-b7c02a01569e-fcc8aca1, #w-node-_06f9cc63-891f-5c61-2686-b7c02a01569e-8671cea0, #w-node-_06f9cc63-891f-5c61-2686-b7c02a01569e-80cdb1da, #w-node-_3119ba3b-f640-527a-5c42-927e1cf822b7-79648ee1, #w-node-_3119ba3b-f640-527a-5c42-927e1cf822c2-79648ee1, #w-node-_3119ba3b-f640-527a-5c42-927e1cf822cd-79648ee1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a65f2df-764f-d6b8-9da0-af7782022004-79648ee1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_7c1dc908-f850-9c01-3b8f-bba6cb3e08f2-f5f62de3, #w-node-_5a0c2a52-e5c5-291b-1d76-fccf3fd7f0ce-251ffcf2, #w-node-_5a0c2a52-e5c5-291b-1d76-fccf3fd7f0ce-79648ee1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


