:root {
  --slate-blue: #308de6;
  --font-family: Cabinetgrotesk;
}

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

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

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

body {
  color: #333;
  letter-spacing: -.02em;
  font-family: Cabinetgrotesk;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;

  margin: 0;
  padding: 0;
  height: 100%;
}

.clip-container {
  display: flex;
  flex-direction: column;
  justify-content: center;  /* Centers vertically */
  align-items: center;      /* Centers horizontally */
  height: 100vh;            /* Full viewport height */
  text-align: center;       /* Centers text */
}

.clip-app-image {
  width: 50%;               /* Adjust the size of the image */
  max-width: 600px;          /* Ensures image doesn't get too large */
  height: auto;             /* Maintain aspect ratio */
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 72px;
  font-weight: 900;
  line-height: 1.05em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.1em;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25em;
}

h6 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2em;
}

p {
  color: #333;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
}

a {
  color: #575757;
  font-size: 16px;
  line-height: 1.6em;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 22px;
  line-height: 1.8em;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 22px;
  line-height: 1.8em;
}

.navbar {
  z-index: 99;
  background-color: rgba(255, 255, 255, 0);
  transition: all .7s;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation {
  z-index: 9;
  height: 12vh;
  padding-top: 0;
  padding-bottom: 0;
  transition: all .7s;
  display: flex;
  position: relative;
}

.container-nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Snpro, sans-serif;
  display: flex;
  position: relative;
}

.nav-menu {
  align-items: center;
  padding-top: 0;
  display: flex;
}

.button-animated {
  color: #333;
  border: 2px solid #333;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 45px;
  margin-left: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text-a {
  color: #333;
  font-size: 15px;
  position: absolute;
}

.hero {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 80vh;
  margin-top: 50px;
  padding-bottom: 35px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.container-fw {
  width: 100%;
}

.centered-column {
  z-index: 9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.text-wrapper {
  z-index: 99;
  width: 100%;
  height: 100%;
  position: relative;
}

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

.text-wrapper.center._50 {
  width: 80%;
  margin-top: 39px;
}

.text-block {
  color: #333;
  text-align: center;
  margin-bottom: 0;
  font-family: Snpro, sans-serif;
  font-size: 6em;
  font-weight: 900;
  line-height: 1.1em;
}

.button {
  color: #030303;
  letter-spacing: 2px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100px;
  height: auto;
  padding: 20px 25px;
  transition: color .2s ease-in-out, background-color .2s ease-in-out;
}

.button:hover {
  color: #fff;
  background-color: #030303;
  text-decoration: none;
}

.button.button-dark {
  color: #fff;
  letter-spacing: -.02em;
  background-color: #141414;
}

.button.button-dark:hover {
  color: #484848;
  background-color: #fff;
}

.button.button-dark.large {
  border-width: 2px;
  border-color: var(--slate-blue);
  background-color: var(--slate-blue);
  letter-spacing: 0;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
  font-family: Snpro, sans-serif;
  display: flex;
}

.button.button-dark.large:hover {
  color: #333;
  background-color: rgba(0, 0, 0, 0);
}

.text-field {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  height: 50px;
  padding-top: 16px;
  padding-left: 0;
  font-size: 18px;
}

.text-field::placeholder {
  color: #7e7e7e;
}

.heading {
  color: #333;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Snpro, sans-serif;
}

.section {
  padding: 10px 5%;
}

.section.blog-post {
  padding-top: 150px;
  font-family: Snpro, sans-serif;
}

.title-wrap {
  text-align: center;
  max-width: 800px;
  margin-bottom: 100px;
}

.paragraph-l {
  color: #8f8f8f;
  font-size: 25px;
  line-height: 1.5;
}

.container-body {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-body.large {
  max-width: 1280px;
}

.company-logo {
  filter: invert();
}

.content-h3 {
  color: #333;
  margin-bottom: 14px;
  font-weight: 900;
}

.content-h3.appclipcontainer {
  text-align: center;
  text-transform: capitalize;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 80px;
}

.content-grid {
  grid-column-gap: 82px;
  grid-row-gap: 82px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
}

.content-grid.centre-content {
  grid-template-columns: 1fr 1.2fr;
  margin-top: 40px;
  margin-bottom: 40px;
}

.cta-section {
  padding: 150px 5%;
}

.cta-block {
  color: #000;
  text-align: center;
  background-color: #000;
  border: 1px #000;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-height: auto;
  padding: 72px 100px;
  display: flex;
}

.heading-cta {
  color: #d4d4d4;
  font-family: Snpro, sans-serif;
}

.footer-inner {
  margin-bottom: 50px;
}

.footer-link {
  color: #e0e0e0;
  margin-bottom: 16px;
  font-family: Snpro, sans-serif;
  font-size: 17px;
  text-decoration: none;
  transition: all .7s;
  display: block;
}

.footer-link:hover {
  color: #7e7e7e;
}

.footer {
  background-color: #000;
  padding: 200px 5%;
}

.sit {
  max-width: 40%;
}

.footer-block {
  color: #e0e0e0;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.paragraph-footer {
  color: #a0a0a0;
  font-family: Snpro, sans-serif;
}

.btn-parent-2 {
  color: #e0e0e0;
  border: 2px solid #e0e0e0;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 45px;
  font-family: Snpro, sans-serif;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-txt-1-2 {
  position: absolute;
}

.div-block-34 {
  margin-top: 30px;
}

.spacer {
  border: 1px #000;
  border-top: 1px solid #a5a5a5;
  height: 1px;
  margin: 60px 25%;
}

.blog-image-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.blog-post-date {
  margin-bottom: 20px;
  font-size: 20px;
}

.blog-post-title {
  margin-bottom: 40px;
  line-height: 1.1em;
}

.blog-title-block {
  margin-bottom: 80px;
}

.image {
  border-radius: 20px;
}

.button-inner {
  text-align: left;
  margin-top: 50px;
  padding-bottom: 50px;
  position: static;
}

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

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

.utility-page-form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link-2 {
  color: #686d76;
  align-self: flex-start;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #25272a;
}

.nav-link-2.w--current {
  color: #686d76;
}

.nav-link-2.w--current:hover {
  color: #25272a;
}

.divider {
  background-color: #e6e7e8;
  width: 100%;
  height: 1px;
}

.info-block-content {
  margin-top: 64px;
}

.info-section {
  padding-top: 128px;
  padding-bottom: 128px;
}

.info-section.style-guide-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.info-wrapper {
  margin-top: 64px;
}

.title.style-guide-heading {
  margin-bottom: 12px;
  font-family: Snpro, sans-serif;
}

.paragraph-normal {
  font-size: 18px;
  line-height: 28px;
}

.paragraph-normal.nav-title {
  color: #25272a;
  margin-bottom: 12px;
  font-weight: 600;
}

.paragraph-normal.color-name {
  color: #25272a;
  font-weight: 600;
}

.info-content-wrapper {
  margin-top: 64px;
}

.info-block {
  font-family: Snpro, sans-serif;
}

.info-block.rich-text, .info-block.forms, .info-block.typography {
  margin-top: 128px;
}

.info-container {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
}

.content-wrapper.style-guide-content {
  align-items: flex-start;
  display: flex;
}

.split-content.style-guide-content-right {
  width: 100%;
  font-family: Snpro, sans-serif;
}

.split-content.style-guide-content-left {
  flex-direction: column;
  width: 364px;
  margin-right: 48px;
  font-family: Snpro, sans-serif;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 64px;
}

.logo-grid-2 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

.error-message {
  color: #25272a;
  background-color: #fdcfce;
  margin-top: 32px;
  padding: 24px;
}

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

.paragraph-small {
  color: #333;
  letter-spacing: -.01em;
  font-size: 14px;
  line-height: 1.6em;
}

.gradient-color-text {
  background: linear-gradient(45deg, pink, #308de6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-area {
  color: #686d76;
  letter-spacing: -.8px;
  background-color: #fff;
  min-height: 200px;
  margin-bottom: 24px;
  padding: 12px 10px;
  font-size: 18px;
  line-height: 28px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .04);
}

.text-area:focus {
  color: #25272a;
  border: 1px solid #5853ec;
}

.color-item-info {
  padding: 12px;
}

.color-item {
  border: 1px solid #e6e7e8;
}

.checkbox {
  background-color: rgba(0, 0, 0, 0);
  width: 20px;
  height: 20px;
  margin-right: 8px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .04);
}

.checkbox:hover {
  border-color: #9a9ea5;
}

.checkbox.w--redirected-checked {
  box-shadow: none;
  background-color: #5853ec;
  background-image: url('../images/check-16px.svg');
  background-position: 50%;
  background-size: auto;
  border-color: #5853ec;
}

.checkbox.w--redirected-focus {
  border-color: #5853ec;
}

.checkbox.no-padding-checkbox {
  margin-top: 0;
}

.input {
  color: #686d76;
  letter-spacing: -.8px;
  background-color: #fff;
  height: 52px;
  margin-bottom: 24px;
  padding: 12px 10px;
  font-size: 18px;
  line-height: 28px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .04);
}

.input:focus {
  color: #25272a;
  border: 1px solid #5853ec;
}

.select-field {
  color: #9a9ea5;
  letter-spacing: -.8px;
  background-color: #fff;
  height: 52px;
  margin-bottom: 24px;
  padding: 0 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .04);
}

.select-field:focus {
  color: #25272a;
  border: 1px solid #5853ec;
}

.form-button {
  color: #fff;
  letter-spacing: -.8px;
  background-color: #000;
  padding: 12px 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  transition: background-color .3s ease-in-out;
}

.form-button:hover {
  color: #fff;
  background-color: #636363;
}

.form-button:active {
  color: #fff;
}

.radio-button-field {
  margin-bottom: 10px;
  display: flex;
}

.field-buttons-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.radio-button {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .04);
}

.radio-button:hover {
  border-color: #9a9ea5;
}

.radio-button.w--redirected-checked {
  box-shadow: none;
  border: 5px solid #5853ec;
  border-radius: 50%;
}

.radio-button.w--redirected-focus {
  border-color: #5853ec;
}

.paragraph-large {
  color: #333;
  font-family: Snpro, sans-serif;
  font-size: 22px;
  line-height: 1.6em;
}

.paragraph-large.cta {
  color: #a8a8a8;
  font-family: Snpro, sans-serif;
}

.overline {
  letter-spacing: .6px;
  text-transform: uppercase;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.overline.no-margin {
  margin-top: 0;
}

.form-block {
  background-color: #e6e7e8;
  padding: 75px 50px;
}

.checkbox-field {
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.color-item-fill {
  height: 128px;
}

.color-item-fill.bg-neutral-400 {
  background-color: #9a9ea5;
}

.color-item-fill.bg-neutral-900 {
  background-color: #000;
}

.color-item-fill.bg-neutral-100 {
  background-color: #fff;
}

.color-item-fill.bg-neutral-600 {
  background-color: #686d76;
}

.color-item-fill.bg-neutral-800 {
  background-color: #25272a;
}

.color-item-fill.bg-neutral-200 {
  background-color: #e6e7e8;
}

.color-item-fill.bg-neutral-500 {
  background-color: #80858f;
}

.color-item-fill.bg-neutral-700 {
  background-color: #3c3e43;
}

.color-item-fill.bg-neutral-300 {
  background-color: #ccced2;
}

.success-message {
  color: #fff;
  background-color: #5853ec;
}

.home-link.w--current {
  justify-content: flex-start;
  display: flex;
  position: static;
}

.tabs {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.button-2 {
  color: #fff;
  background-color: #1a1a1f;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 56px;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.button-2.yellow {
  background-color: var(--slate-blue);
  color: #fff;
  border-radius: 10px;
  font-family: Snpro, sans-serif;
  font-weight: 600;
}

.check-itme {
  color: #fff;
  align-items: center;
  font-family: Snpro, sans-serif;
  line-height: 24px;
  display: flex;
}

.rig-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 90%;
  max-width: 1110px;
  min-height: 600px;
  display: grid;
}

.tabs-menu {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 150px;
  padding-right: 90px;
  display: flex;
}

.base-section {
  flex-direction: column;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
  overflow: hidden;
}

.base-section.dark {
  background-color: #1a1a1f;
  min-height: 100vh;
}

.tabs-content {
  border-left: 1px solid rgba(255, 255, 255, .3);
  padding-left: 90px;
}

.bottom-info {
  z-index: 2;
  color: rgba(255, 255, 255, .3);
  border-top: 1px solid rgba(255, 255, 255, .3);
  margin-right: 80px;
  padding-top: 24px;
  position: relative;
}

.tab-content {
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.head-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1110px;
  margin-bottom: 72px;
  display: flex;
}

.white {
  color: #fff;
  font-family: Snpro, sans-serif;
}

.check-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 56px;
  display: grid;
}

.pricing-group-button {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  display: grid;
}

.medium {
  font-size: 16px;
  line-height: 28px;
}

.tab-link {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 4px solid rgba(0, 0, 0, 0);
  margin-bottom: 30px;
  padding: 0 0 12px;
  font-size: 24px;
  line-height: 24px;
}

.tab-link.w--current {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #5458f7;
  border-radius: 0;
}

.check-icon {
  background-image: url('../images/Check-Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.period {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.tab-pane {
  height: 100%;
}

.nav-link-3 {
  color: #686d76;
  align-self: flex-start;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #25272a;
}

.nav-link-3.w--current {
  color: #686d76;
}

.nav-link-3.w--current:hover {
  color: #25272a;
}

.bold-text {
  background-image: radial-gradient(circle at 0%, #d500ff, #fff);
}

.bold-text.clipped {
  background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--slate-blue), #e6c2e0);
  font-family: Snpro, sans-serif;
}

.section-3 {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  font-family: Lato, sans-serif;
  display: flex;
  position: relative;
}

.html-icon-4 {
  justify-content: center;
  align-items: center;
  width: 1.3rem;
  height: 1.3rem;
  display: flex;
}

.html-icon-4.small {
  width: 1.2rem;
  height: 1.2rem;
}

.video-duration {
  color: rgba(255, 255, 255, .7);
  width: 9ch;
}

.video-duration.left-aligned {
  justify-content: flex-end;
  display: flex;
}

.video-sub-dropdown-item-2 {
  color: #fff;
  text-align: center;
  padding: 8px 5px;
  transition: background-color .2s;
}

.video-sub-dropdown-item-2:hover {
  background-color: #292929;
}

.video-sub-dropdown-item-2.is-blurred {
  transition: background-color .2s;
}

.video-sub-dropdown-item-2.is-blurred:hover {
  background-color: rgba(255, 255, 255, .05);
}

.iphone {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
  position: relative;
}

.time-controls-wrapper {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  grid-template-rows: auto;
  grid-template-columns: 5% 90% 5%;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: center;
  display: flex;
  position: relative;
}

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

.video-volume-wrapper {
  z-index: 2;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
  position: absolute;
  top: 12%;
  bottom: auto;
  left: auto;
  right: 8%;
}

.video-volume-wrapper._1 {
  z-index: 14;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  position: static;
  top: 7%;
  right: 3%;
}

.video-title {
  margin-bottom: 3px;
  font-family: Snpro, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.trackinner-2 {
  z-index: 1;
  background-color: #fff;
  border-radius: 40px;
  width: 0%;
  height: 100%;
  position: relative;
}

.trackinner-2.large {
  height: 8px;
  transition: all .125s;
}

.video-controls {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  align-items: center;
  display: flex;
}

.video-controls.right-aligned {
  justify-content: flex-end;
}

.video-controls.player_2 {
  justify-content: center;
}

.html-video-embed {
  z-index: 0;
  object-fit: cover;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.video-loading-track {
  background-color: #9094a0;
  border-radius: 40px;
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.iphone-wrapper {
  color: #fff;
  width: 100%;
  position: relative;
}

.video-subtitle {
  opacity: .66;
  font-family: Snpro, sans-serif;
}

.video-controls-wrapper-2 {
  z-index: 3;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, 0), #08090d 95%);
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 1rem 3rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video-controls-wrapper-2.is-blurred {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  background-color: rgba(35, 35, 35, .8);
  background-image: none;
  border-radius: 1.25rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 80%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  padding: .625rem 2.1875rem 1.25rem;
  display: grid;
  bottom: 1.3rem;
  box-shadow: inset 0 0 0 1px rgba(35, 35, 35, .5);
}

.track-3 {
  background-color: rgba(250, 250, 250, .16);
  width: 100%;
  height: 5px;
}

.track-3.video-element {
  border-radius: 40px;
  height: 10px;
  margin-top: 12px;
  position: relative;
}

.track-3.video-element.large {
  height: 8px;
  overflow: hidden;
}

.video-sub-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.video-sub-dropdown.is-blurred {
  background-color: rgba(8, 9, 13, .7);
}

.video-title-wrapper {
  z-index: 1;
}

.video-volume {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.video-dropdown {
  position: relative;
}

.iphone-video-container {
  background-color: #000;
  border-radius: 1.4rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.video-button {
  color: #fff9f9;
}

.video-top-wrapper {
  z-index: 13;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  margin-top: 3%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.iphone-video-list {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.video-sub-dropdown-list-wrapper {
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.video-sub-dropdown-list-wrapper.w--open {
  color: #fff;
  background-color: #202020;
  border-radius: .75rem;
  flex-direction: column;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  top: auto;
  bottom: 2.6rem;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.video-sub-dropdown-list-wrapper.is-blurred {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(8, 9, 13, .5);
}

.videos-sub-dropdown-toggle-2 {
  color: #fff;
  border-bottom: .0625rem solid rgba(255, 255, 255, .07);
  justify-content: center;
  align-items: center;
  padding: .875rem;
  display: flex;
}

.videos-sub-dropdown-toggle-2.is-blurred.w--open {
  border-bottom-color: rgba(255, 255, 255, .2);
}

.html-icon-20px {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
}

.video-dropdown-toggle {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.video-sub-dropdown-list-2 {
  position: static;
}

.video-sub-dropdown-list-2.w--open {
  color: #fff;
  background-color: rgba(255, 255, 255, .08);
}

.video-sub-dropdown-list-2.is-blurred {
  background-color: rgba(255, 255, 255, .07);
}

.iphone-video-wrapper {
  border-radius: 3.6rem;
  width: 97%;
  height: 94%;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.video-watched {
  width: 9ch;
}

.video-overlay-wrapper {
  z-index: 1;
  color: #fff;
  background-image: radial-gradient(circle, rgba(0, 0, 0, .38), rgba(0, 0, 0, 0));
  border-radius: 3.3rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  padding-top: 21px;
  padding-bottom: 21px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block {
  z-index: -1;
  filter: blur(20px);
  background-image: radial-gradient(circle, rgba(0, 0, 0, .25), rgba(0, 0, 0, 0));
  border-radius: 100%;
  width: 90%;
  height: 20%;
  margin-left: -1px;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: -7%;
  left: 0%;
  right: 0%;
}

.fullscreen {
  display: flex;
}

.iphone-image {
  z-index: 1;
  color: rgba(0, 0, 0, .12);
  object-fit: contain;
  width: 100%;
  position: relative;
}

.control-button {
  z-index: 19;
  color: #fff;
  border-radius: 100vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  position: relative;
}

.control-button.is-padding {
  padding: .6rem;
  display: block;
}

.video-volume-embed {
  display: flex;
}

.div-block-35 {
  aspect-ratio: auto;
  width: 160px;
  position: absolute;
  top: 25px;
  right: 25px;
}

.image-4 {
  transform-style: preserve-3d;
  border-radius: 10px;
  transform: rotateX(-15deg)rotateY(0)rotateZ(12deg);
}

.hero-section {
  margin-top: 50px;
  padding-top: 0;
  padding-bottom: 80px;
}

.grid-hero {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
}

.empty-state {
  text-align: center;
  background-color: #18191a;
  border-radius: 16px;
  padding: 10px;
}

.container-3 {
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title {
  margin-bottom: 30px;
}

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

.blog-image-wrap {
  border-radius: 16px;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-image {
  object-fit: cover;
  border-radius: 16px;
  width: 320px;
  height: 200px;
}

.blog-info-content {
  margin-top: 16px;
}

.blog-title.heading-h6 {
  font-family: Snpro, sans-serif;
}

.blog-title.heading-h4 {
  font-family: Snpro, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.author-info {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  font-size: 14px;
  display: flex;
}

.blog-detail-image {
  border-radius: 16px;
  margin-bottom: 30px;
}

.blog-detail-section {
  position: relative;
}

.blog-dash {
  color: rgba(0, 0, 0, 0);
  background-color: #000;
  width: 26px;
  min-height: 2px;
  margin-left: 0;
  margin-right: 12px;
}

.blog-detail-meta {
  align-items: center;
  margin-top: 30px;
  margin-bottom: 40px;
  display: flex;
}

.blog-detail-date {
  font-size: 20px;
  font-weight: 400;
}

.container-medium {
  max-width: 900px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Snpro, sans-serif;
}

.heading-h6 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.blog-category {
  z-index: 1;
  position: absolute;
  top: auto;
  bottom: 40px;
  left: 40px;
  right: auto;
}

.blog-category-link {
  color: #fff;
  background-color: rgba(255, 255, 255, .15);
  border-radius: 16px;
  padding: 4px 20px;
  font-size: 14px;
  display: inline-block;
}

.blog-overlay {
  z-index: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .91));
  width: 100%;
  height: 200px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-info {
  margin-top: 30px;
}

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

.image-5 {
  border-radius: 10px;
  width: 50px;
  margin-right: 10px;
}

.image-6 {
  margin-top: 60px;
}

.rich-text-block {
  aspect-ratio: auto;
  text-align: justify;
  width: 70%;
}

.heading-9 {
  color: #000;
  text-align: center;
  margin-bottom: 100px;
  font-family: Snpro, sans-serif;
  font-weight: 500;
}

.container-4 {
  background-color: #fff;
  border-radius: 24px;
  justify-content: center;
  padding-top: 72px;
  padding-bottom: 72px;
  display: block;
}

.div-block-36 {
  justify-content: space-around;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.image-7 {
  aspect-ratio: auto;
  flex: 0 auto;
}

.heading-10 {
  color: #000;
  font-size: 25px;
}

.div-block-37 {
  flex-flow: column;
  justify-content: space-around;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Snpro, sans-serif;
  display: flex;
}

.paragraph {
  color: #000;
  text-align: justify;
}

.link {
  color: #000;
  text-align: center;
}

.paragraph-2 {
  color: #7f7f7f;
  font-family: Snpro, sans-serif;
}

.body, .body-2, .body-3, .body-4, .body-5, .body-6, .body-7 {
  background-color: #faf6f6;
}

.image-8 {
  width: 200px;
}

.container-5 {
  justify-content: space-between;
  margin-top: 100px;
  margin-bottom: 100px;
  display: block;
}

.div-block-38 {
  justify-content: space-around;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
}

.text-block-5 {
  text-align: center;
  font-family: Snpro, sans-serif;
}

.rich-text-block-2 {
  margin-bottom: 40px;
}

.bold-text-2, .bold-text-3, .paragraph-3, .bold-text-4, .paragraph-4, .bold-text-5, .paragraph-5 {
  font-family: Snpro, sans-serif;
}

.bold-text-gradient {
  color: var(--slate-blue);
  font-family: Snpro, sans-serif;
}

.bold-text-7, .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10, .heading-11, .text-block-6, .text-block-7, .text-block-8, .text-block-9, .text-block-10, .text-block-11, .text-block-12, .text-block-13, .heading-12, .heading-13, .heading-14, .heading-15, .bold-text-8, .heading-16, .text-block-14, .text-block-15 {
  font-family: Snpro, sans-serif;
}

.scan-try-out {
  color: #333;
  font-family: Snpro, sans-serif;
}

@media screen and (min-width: 1440px) {
  .text-wrapper.center._50 {
    margin-top: 60px;
  }

  .div-block-35 {
    width: 220px;
    top: 60px;
    right: 60px;
  }
}

@media screen and (min-width: 1920px) {
  .nav-menu {
    padding-top: 0;
  }

  .heading {
    text-align: center;
    margin-top: 40px;
    font-size: 45px;
  }

  .button-2.yellow {
    color: #fff;
    background-color: #300bff;
  }

  .section-3 {
    margin-top: 20px;
  }

  .div-block-35 {
    width: 300px;
    top: 100px;
    right: 80px;
  }

  .blog-image {
    width: 300px;
    height: 170px;
  }

  .blog-title.heading-h4, .blog-detail {
    font-family: Snpro, sans-serif;
  }

  .image-6 {
    width: 100%;
    max-width: 100%;
    margin-top: 120px;
  }

  .heading-10 {
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
  }

  .div-block-37 {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .paragraph {
    text-align: justify;
    padding-left: 0;
    padding-right: 0;
  }

  .link {
    font-size: 16px;
  }
}

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

  .text-wrapper.center._50 {
    width: 100%;
  }

  .text-block {
    font-size: 5.5em;
  }

  .heading {
    text-align: center;
    margin-top: 45px;
    margin-bottom: 40px;
  }

  .section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .content-grid {
    grid-column-gap: 62px;
    grid-row-gap: 62px;
  }

  .cta-block {
    padding-left: 40px;
    padding-right: 40px;
  }

  .info-container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .split-content.style-guide-content-left {
    display: none;
  }

  .colors-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .home-link.w--current {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    outline-offset: 0px;
    object-fit: fill;
    border: 1px #000;
    border-radius: 0;
    outline: 3px #575757;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
    position: static;
    overflow: visible;
  }

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

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

  .tabs-menu {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    flex-direction: row;
    padding-bottom: 30px;
    padding-right: 30px;
  }

  .tabs-content {
    border-left-style: none;
    padding-top: 30px;
    padding-left: 0;
  }

  .bottom-info {
    margin-right: 30px;
  }

  .pricing-group-button {
    margin-top: 30px;
  }

  .tab-link {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .section-3 {
    margin-top: -230px;
    margin-bottom: -220px;
  }

  .video-controls-wrapper-2.is-blurred {
    width: 90%;
    padding: .6rem 1.85rem 1.15rem;
    bottom: 2rem;
  }

  .div-block-35 {
    width: 140px;
    display: none;
  }

  .hero-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .grid-hero {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .section-title {
    margin-bottom: 40px;
  }

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

  .blog-image {
    width: 400px;
    height: 220px;
  }

  .blog-detail-image {
    margin-bottom: 0;
  }

  .blog-rich-text-2 {
    margin-top: 20px;
  }

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

  .image-5 {
    flex: 0 auto;
    margin-right: 0;
  }

  .image-6 {
    margin-top: 70px;
  }

  .rich-text-block {
    width: 80%;
  }

  .container-4 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .div-block-36 {
    flex-flow: column;
  }

  .image-7 {
    text-align: left;
    align-self: center;
    width: 80%;
  }

  .div-block-37 {
    margin-top: 60px;
  }

  .paragraph {
    margin-top: 40px;
  }

  .link {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 50px;
  }

  .navigation {
    height: 9vh;
  }

  .container-nav {
    padding-left: 5%;
    padding-right: 5%;
  }

  .button-animated {
    display: none;
  }

  .text-wrapper.center._50 {
    width: 100%;
  }

  .text-block {
    font-size: 6em;
  }

  .text-field {
    border-style: solid;
    border-width: 2px;
    border-radius: 100px;
    height: auto;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
  }

  .section.blog-post {
    padding-top: 200px;
  }

  .content-grid, .content-grid.centre-content {
    grid-template-columns: 1fr;
  }

  .cta-block {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .sit {
    max-width: 100%;
    margin-bottom: 75px;
  }

  .div-block-33 {
    margin-bottom: 40px;
  }

  .footer-block {
    flex-direction: column;
  }

  .info-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .info-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .tab-link {
    font-size: 18px;
    line-height: 18px;
  }

  .section-3 {
    display: none;
  }

  .html-icon-4 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .video-duration.left-aligned {
    font-size: 13px;
  }

  .time-controls-wrapper {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
  }

  .video-controls.right-aligned {
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .video-controls.player_2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .video-controls-wrapper-2.is-blurred {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    width: 95%;
    padding: .7rem 1rem;
    bottom: .5rem;
  }

  .track-3.video-element.large {
    height: 7px;
  }

  .iphone-video-wrapper {
    border-radius: 3.1rem;
  }

  .video-watched {
    font-size: 13px;
  }

  .fullscreen {
    display: none;
  }

  .control-button {
    width: 2rem;
    height: 2rem;
  }

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

  .control-button.is-padding {
    width: 2.4rem;
    height: 2.4rem;
    display: flex;
  }

  .div-block-35 {
    display: none;
  }

  .grid-hero {
    grid-template-columns: 2.25fr;
  }

  .section-title {
    margin-bottom: 30px;
  }

  .blog-category {
    bottom: 20px;
    left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    margin-bottom: -140px;
  }

  .text-wrapper.center._50 {
    width: 120%;
  }

  .text-block {
    font-size: 3.5em;
  }

  .heading {
    margin-top: 30px;
    font-size: 20px;
  }

  .section {
    margin-top: 100px;
    padding-top: 0;
    padding-bottom: 82px;
  }

  .content-h3.appclipcontainer {
    direction: ltr;
    letter-spacing: -.02em;
    text-transform: none;
    word-break: normal;
  }

  .info-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .info-block.rich-text, .info-block.forms, .info-block.typography {
    margin-top: 72px;
  }

  .info-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .colors-grid {
    grid-template-columns: 1fr;
  }

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

  .tabs-menu {
    flex-wrap: wrap;
  }

  .base-section.dark {
    padding-top: 80px;
  }

  .check-list {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .pricing-group-button {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }

  .tab-link {
    margin-bottom: 16px;
    margin-right: 30px;
  }

  .section-3 {
    display: none;
  }

  .video-controls-wrapper-2.is-blurred {
    border-radius: .8rem;
  }

  .control-button {
    height: 2.5rem;
    padding: 0;
  }

  .hero-section {
    padding-top: 10px;
  }

  .container-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .blog-image {
    width: 400px;
    height: 220px;
  }

  .blog-dash {
    margin-top: 0;
    display: none;
  }

  .blog-detail-meta {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .container-medium {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-6 {
    margin-top: 80px;
  }

  .rich-text-block {
    width: 90%;
  }

  .heading-9 {
    font-size: 45px;
  }

  .container-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-7 {
    width: 120%;
  }

  .heading-10 {
    font-size: 20px;
  }

  .div-block-37 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph {
    font-size: 14px;
  }

  .image-8 {
    margin-bottom: 20px;
  }

  .div-block-38 {
    flex-flow: column;
    align-items: center;
  }

  .bold-text-gradient {
    font-size: 40px;
    line-height: 0;
  }
}

#w-node-_408e1aa3-9b4d-10e7-ee11-9e7abab9be36-fed454d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_408e1aa3-9b4d-10e7-ee11-9e7abab9be6c-fed454d3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_408e1aa3-9b4d-10e7-ee11-9e7abab9be72-fed454d3 {
  justify-self: end;
}

#w-node-_293ae452-7471-172e-957c-8622a2d54dc1-fed454d3 {
  justify-self: start;
}

#w-node-_293ae452-7471-172e-957c-8622a2d54dc3-fed454d3, #w-node-_293ae452-7471-172e-957c-8622a2d54dca-fed454d3 {
  align-self: center;
}

#w-node-_293ae452-7471-172e-957c-8622a2d54dd0-fed454d3 {
  justify-self: end;
}

#w-node-_293ae452-7471-172e-957c-8622a2d54dd3-fed454d3 {
  justify-self: start;
}

#w-node-_293ae452-7471-172e-957c-8622a2d54dd5-fed454d3, #w-node-f83e6839-3e28-4df7-d7c4-6730bf993ca8-fed454d3 {
  align-self: center;
}

#w-node-f83e6839-3e28-4df7-d7c4-6730bf993caf-fed454d3 {
  justify-self: end;
}

#w-node-_2e215cb1-03fc-9727-84a6-f4fdb348ba8c-fed454d3 {
  grid-area: 1 / 1 / 3 / 3;
  align-self: stretch;
}

#w-node-_2e215cb1-03fc-9727-84a6-f4fdb348ba8d-fed454d3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2e215cb1-03fc-9727-84a6-f4fdb348ba9a-fed454d3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2e215cb1-03fc-9727-84a6-f4fdb348bb5b-fed454d3 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: end;
}

#w-node-a41975f2-87c1-fe0d-3a09-fd0b2ac2d6b4-fed454d9, #w-node-_8e65e6b7-9bb6-279b-16d9-9579a796b0cc-fed454d9, #w-node-df3b28b0-bfe2-eea1-2b73-559313495cc6-fed454d9, #w-node-_1b09d2f5-51a7-db79-75f0-5e2a0abbacb0-fed454d9, #w-node-_50ba4b3d-9654-d903-f4f2-d920b4bf8f4c-fed454d9, #w-node-_61caf5c2-0dc3-8611-8f67-ed6ba30c4e13-fed454d9, #w-node-_751a7877-bfd4-3069-814b-2e387c552ab2-fed454d9, #w-node-cb588f66-d551-1137-9d31-7158cce9758f-fed454d9, #w-node-_2660519d-a4f0-9786-dddd-d5b56468df9c-fed454d9, #w-node-e5a13547-219f-b224-fd96-0ec70ce0437d-fed454d9, #w-node-_63f74263-f2b1-10d6-ea6b-986b5cd238eb-fed454d9, #w-node-c89c61f3-a2c7-55e8-fad8-eb2684eb44ca-fed454d9, #w-node-cf15bae1-75fc-0d59-35c9-a6bbd929aad5-fed454d9, #w-node-b57984d7-b4ea-dfb1-3df6-cff660c8526e-fed454d9, #w-node-_05345a78-83e5-0f90-b175-25ce5d06ba91-fed454d9, #w-node-b4d44c95-7e55-564c-fe1f-164b81484d3e-fed454d9, #w-node-_9553ad43-7beb-dcf0-1453-86f28bbbd5b0-fed454d9, #w-node-_721cbcf6-43bc-f219-60fe-399aa24530b6-fed454db, #w-node-_0b2598c3-c469-957e-d4cf-eae6b7173b6b-0d48963e, #w-node-_0b2598c3-c469-957e-d4cf-eae6b7173b72-0d48963e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_2e215cb1-03fc-9727-84a6-f4fdb348ba8c-fed454d3 {
    grid-column-end: 2;
  }

  #w-node-_2e215cb1-03fc-9727-84a6-f4fdb348ba9a-fed454d3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2e215cb1-03fc-9727-84a6-f4fdb348bb5b-fed454d3 {
    grid-area: 3 / 1 / 4 / 2;
    align-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_408e1aa3-9b4d-10e7-ee11-9e7abab9be37-fed454d3, #w-node-_408e1aa3-9b4d-10e7-ee11-9e7abab9be42-fed454d3, #w-node-_408e1aa3-9b4d-10e7-ee11-9e7abab9be6c-fed454d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_293ae452-7471-172e-957c-8622a2d54dd0-fed454d3, #w-node-f83e6839-3e28-4df7-d7c4-6730bf993caf-fed454d3 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Snpro Variable';
  src: url('../fonts/SNPro-Variable.ttf') format('truetype');
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Snpro';
  src: url('../fonts/SNPro-VariableItalic.ttf') format('truetype'), url('../fonts/SNPro-RegularItalic.otf') format('opentype');
  font-weight: 200 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Snpro';
  src: url('../fonts/SNPro-VariableRegular.ttf') format('truetype'), url('../fonts/SNPro-Regular.otf') format('opentype');
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Snpro';
  src: url('../fonts/SNPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Snpro';
  src: url('../fonts/SNPro-Black.otf') format('opentype'), url('../fonts/SNPro-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Snpro';
  src: url('../fonts/SNPro-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Snpro';
  src: url('../fonts/SNPro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Snpro';
  src: url('../fonts/SNPro-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Snpro';
  src: url('../fonts/SNPro-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Snpro';
  src: url('../fonts/SNPro-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Snpro';
  src: url('../fonts/SNPro-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Snpro';
  src: url('../fonts/SNPro-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Snpro';
  src: url('../fonts/SNPro-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Snpro';
  src: url('../fonts/SNPro-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}