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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Inter UI', sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  font-family: 'Inter UI', sans-serif;
}

a {
  font-family: 'Inter UI', sans-serif;
  color: #3c509c;
  text-decoration: none;
}

label {
  display: block;
  margin-bottom: 5px;
  font-family: 'Inter UI', sans-serif;
  font-weight: 700;
}

.section {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #fff;
}

.section.footer {
  padding-top: 80px;
  padding-bottom: 0px;
  background-color: #1f1f2c;
}

.section.hero {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #fff;
  background-image: none;
}

.section.hero.design-kit {
  background-color: #1b1c37;
}

.section.hero.design-kit.draft {
  display: none;
}

.section.related {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.section.checklist-related {
  background-color: #f7f5fa;
}

.section.page-header {
  position: static;
  top: 0px;
  z-index: 100;
  padding-top: 60px;
  padding-bottom: 50px;
  opacity: 1;
}

.section.no-padding {
  position: relative;
  padding-bottom: 0px;
  background-color: #f7f5fa;
}

.section.homepage-working {
  padding-top: 100px;
  padding-bottom: 120px;
}

.section.homepage-working.brand-checklist-content {
  display: none;
}

.section.category-hero {
  padding-top: 80px;
  padding-bottom: 70px;
  background-color: #fff4f2;
}

.section.category-hero.components {
  background-color: #f0faf9;
}

.section.category-hero.flows {
  background-color: #fff3f9;
}

.section.category-hero.topics {
  background-color: #f0eefd;
}

.section.category-hero.apps {
  padding-top: 140px;
  padding-bottom: 240px;
  background-color: #ecf4fa;
}

.section.category-hero.branding {
  background-color: #fff4e8;
}

.section.category-hero.branding.hide {
  display: none;
}

.section.content-cards {
  padding-top: 80px;
  padding-bottom: 120px;
  background-color: #fbfafc;
}

.section.resources-content {
  padding-top: 20px;
  background-color: #f7f5fa;
}

.section.homepage-me {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

.section.states {
  padding-top: 80px;
  padding-bottom: 120px;
  background-color: #fbfafc;
}

.section.design-kit-homepage {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

.section.flow-articles {
  padding-bottom: 100px;
  background-color: #f7f5fa;
}

.section.homepage-newsletter {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #5e4dcd;
}

.heading {
  margin-bottom: 5px;
  font-family: 'Basier Circle', sans-serif;
  color: #1e294f;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
}

.heading.category {
  padding-left: 6px;
  color: #e9572f;
}

.heading.category.elements {
  color: #1f7b8f;
}

.heading.category.flows {
  color: #cf3881;
}

.heading.category.topics {
  color: #5248b5;
}

.heading.category.branding {
  padding-right: 6px;
  color: #cf7c23;
}

.card {
  display: block;
  margin-bottom: 20px;
  padding: 30px 35px 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.07);
  border-radius: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 0 2px 7px 0 rgba(5, 34, 97, 0.1);
}

.card.ux-tips {
  display: block;
  margin-bottom: 12px;
  padding: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 2px 7px 0 rgba(5, 34, 97, 0.1);
}

.card.steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 0px;
  border-radius: 12px;
}

.card.flow-articles {
  min-height: 175px;
  padding-top: 35px;
  padding-bottom: 25px;
  border-radius: 12px;
}

.card.feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 20px;
}

.card.no-padding {
  padding: 0px;
  border-radius: 12px;
}

.white {
  color: #fff;
}

.paragraph-14 {
  margin-bottom: 10px;
  font-family: 'Basier Circle', sans-serif;
  color: rgba(7, 10, 57, 0.65);
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.paragraph-14.smaller {
  margin-bottom: 0px;
  color: rgba(7, 10, 57, 0.6);
  font-size: 13px;
}

.paragraph-14.smaller.white {
  margin-bottom: 5px;
  color: hsla(0, 0%, 100%, 0.85);
}

.paragraph-14.center {
  color: hsla(0, 0%, 100%, 0.6);
  text-align: center;
}

.paragraph-14.homepage {
  margin-bottom: 10px;
  padding-top: 5px;
  color: rgba(44, 51, 76, 0.6);
  font-size: 14px;
  line-height: 21px;
}

.paragraph-14.light {
  color: hsla(0, 0%, 100%, 0.55);
}

.paragraph-14.black {
  color: rgba(7, 10, 57, 0.9);
}

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

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

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button {
  width: auto;
  padding: 16px 20px 15px;
  border-radius: 3px;
  background-color: #070a39;
  background-image: none;
  font-family: 'Basier Circle', sans-serif;
  color: #fff;
}

._30px {
  height: 30px;
}

.p-caption.faint {
  font-family: 'Basier Circle', sans-serif;
  color: rgba(18, 32, 80, 0.5);
  font-size: 12px;
}

._20px {
  height: 20px;
}

._40px {
  height: 40px;
}

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

.heading-1.center.hero {
  direction: ltr;
  font-family: 'Basier Circle', sans-serif;
  color: #070a39;
  font-size: 76px;
  line-height: 100px;
  font-weight: 900;
  text-align: left;
}

.heading-1.center.hero.design-kit {
  color: #fff;
  font-size: 42px;
  line-height: 56px;
  font-weight: 600;
  text-align: center;
}

.paragraph-grey {
  float: none;
  font-family: 'Basier Circle', sans-serif;
  color: rgba(7, 10, 57, 0.7);
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}

.paragraph-grey.left {
  float: none;
  color: rgba(7, 10, 57, 0.7);
  font-size: 15px;
  text-align: left;
}

.paragraph-grey.left.about {
  color: #2c2d36;
  font-size: 16px;
  line-height: 26px;
  font-style: normal;
}

.paragraph-grey.left.about.author {
  padding-top: 10px;
  color: #7f818d;
  font-size: 14px;
}

.paragraph-grey.left.about.quote {
  font-size: 16px;
  line-height: 26px;
  font-style: italic;
}

.paragraph-grey.left.white {
  color: hsla(0, 0%, 100%, 0.8);
}

.paragraph-grey.left.white.lead {
  margin-bottom: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.paragraph-grey.left.bullet-point {
  margin-bottom: 5px;
}

.paragraph-grey.hero {
  padding-top: 10px;
  opacity: 1;
  color: rgba(7, 10, 57, 0.6);
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.paragraph-grey.hero.design-kit {
  color: hsla(0, 0%, 100%, 0.7);
  text-align: center;
}

.paragraph-grey.hero.homepage {
  font-size: 18px;
  line-height: 26px;
}

.paragraph-grey.center {
  color: rgba(7, 10, 57, 0.6);
  font-size: 17px;
  line-height: 25px;
}

.paragraph-grey.center.white {
  color: hsla(0, 0%, 100%, 0.8);
}

.paragraph-grey.center.white.caption {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 13px;
  line-height: 16px;
}

.heading-3 {
  font-family: 'Basier Circle', sans-serif;
  color: #01093a;
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
}

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

.heading-3.white {
  color: #fff;
}

.paragraph-15---black {
  margin-bottom: 3px;
  font-family: 'Basier Circle', sans-serif;
  color: #212027;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: -0.2px;
}

.paragraph-15---black.steps {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-15---black.disabled {
  opacity: 0.5;
}

.feature-information {
  display: block;
  padding: 25px 30px 20px;
}

.feature-information.alternative {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 30px 25px;
}

._10px {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10px;
}

.page-header {
  position: static;
  padding-top: 150px;
  padding-bottom: 80px;
  background-color: #fff;
}

.page-header._404 {
  height: 100vh;
}

._60px {
  height: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-4 {
  margin-top: 25px;
  margin-bottom: 5px;
  font-family: 'Basier Circle', sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.heading-4.left {
  line-height: 29px;
  font-weight: 600;
  text-align: left;
}

.heading-4.left.starter-kit {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
}

.text-field {
  height: 56px;
  margin-bottom: 0px;
  padding-left: 15px;
  border-radius: 4px;
  font-family: 'Basier Circle', sans-serif;
  font-size: 14px;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.sidebar---link-block {
  width: 100%;
  -webkit-transition: margin 200ms ease;
  transition: margin 200ms ease;
  text-decoration: none;
  cursor: pointer;
}

.sidebar---link-block:hover {
  margin-left: 3px;
}

.sidebar---link-block.example {
  padding-right: 5px;
  padding-left: 5px;
}

.heading-2 {
  margin-bottom: 15px;
  font-family: 'Basier Circle', sans-serif;
  color: #01093a;
  font-size: 52px;
  line-height: 62px;
  font-weight: 700;
  text-align: center;
}

.heading-2.left {
  font-size: 40px;
  line-height: 50px;
  text-align: left;
}

.heading-2.left.big {
  font-size: 60px;
  line-height: 64px;
}

.heading-2.white {
  color: #fff;
}

.heading-2.design-kit {
  font-size: 45px;
  line-height: 56px;
}

.link-3 {
  font-family: 'Basier Circle', sans-serif;
  color: #0e1c1f;
  text-decoration: underline;
}

.hr {
  height: 1px;
  background-color: #ddddf0;
}

.heading---hero {
  margin-top: 15px;
  margin-bottom: 5px;
  margin-left: -3px;
  font-family: 'Basier Circle', sans-serif;
  color: #1e294f;
  font-size: 50px;
  line-height: 58px;
  font-weight: 600;
}

.heading---hero.emoji {
  font-size: 30px;
  line-height: 42px;
}

.heading---hero.category {
  margin-top: 0px;
  opacity: 0.2;
}

.caption {
  margin-bottom: 3px;
  font-size: 12px;
  line-height: 18px;
}

.logo {
  display: block;
  width: auto;
  height: 25px;
  margin-right: 12px;
  float: none;
}

.logo.alternative {
  margin-right: 15px;
}

.article-title {
  margin-top: 5px;
  margin-bottom: 0px;
  float: none;
  font-family: 'Basier Circle', sans-serif;
  color: #1e2231;
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  text-transform: capitalize;
}

.resource-content {
  padding-top: 5px;
  padding-left: 0px;
}

.resources {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.resources.articles {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.heading-5 {
  font-family: 'Basier Circle', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

.checkboxes {
  margin-top: 0px;
  padding: 50px 0px 80px;
}

.checkboxes.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  margin-top: -350px;
  margin-bottom: 0px;
}

.checkboxes.sticky._2 {
  position: static;
  margin-top: 0px;
  padding-bottom: 30px;
}

.dribbble-image {
  display: block;
  width: 100%;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border: 1px solid #e0e4f5;
  border-radius: 6px;
  -webkit-transition: margin 200ms ease;
  transition: margin 200ms ease;
  cursor: pointer;
}

.asset-link {
  display: block;
}

.asset-link.last {
  padding-right: 0px;
  padding-left: 4px;
}

.asset-link.first {
  display: block;
  padding-right: 4px;
  padding-left: 0px;
}

.html-embed {
  position: fixed;
  left: 40px;
  top: auto;
  right: auto;
  bottom: 40px;
  display: block;
}

.paragraph.medium {
  font-family: 'Basier Circle', sans-serif;
  font-weight: 500;
}

.paragraph.medium.dribble {
  display: block;
  margin-top: 0px;
  margin-right: 3px;
  margin-left: 3px;
  padding: 6px 10px;
  border-radius: 6px;
  background-color: rgba(234, 76, 137, 0.08);
  color: #ea4c89;
  font-size: 13px;
  line-height: 18px;
  text-align: right;
  text-decoration: none;
}

.paragraph.medium.dribble.bucket {
  margin: 6px 5px 4px 0px;
  float: left;
  background-color: rgba(60, 80, 156, 0.15);
  color: #3c509c;
  text-align: left;
  -o-object-fit: none;
  object-fit: none;
}

.paragraph.medium.dribble.search {
  margin: 6px 8px 0px 0px;
  float: left;
  background-color: #1e294f;
  color: #fff;
}

.state-example.button {
  display: inline-block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 15px 40px 14px;
  border-radius: 6px;
  background-color: #407682;
  background-image: none;
  color: #fff;
  text-align: center;
}

.state-example.button.disabled {
  background-color: rgba(64, 118, 130, 0.4);
}

.state-example.button.focus {
  border: 0px solid #a6c7fe;
  box-shadow: 0 0 1px 3px #a6c7fe;
}

.state-example.button.hover {
  background-color: #325d66;
}

.state-example.text-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 48px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-left: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.state-example.text-field.hover {
  border-color: #3c509c;
}

.state-example.text-field.disabled {
  background-color: #f5f5f5;
}

.state-example.text-field.error {
  border-color: #df3838;
}

.state-example.text-field.focused {
  border-color: #3c509c;
  box-shadow: 0 0 0 3px rgba(60, 80, 156, 0.2);
}

.state-example.toggle {
  position: absolute;
  width: 60px;
  height: 32px;
  border-radius: 20px;
  background-color: #3c509c;
}

.state-example.toggle.circle {
  left: auto;
  top: 4px;
  right: 4px;
  bottom: 4px;
  width: 24px;
  height: 24px;
  background-color: #fff;
}

.state-example.toggle.circle.inactive {
  left: 4px;
  right: auto;
  background-color: #fff;
}

.state-example.toggle.inactive {
  background-color: #ccc;
}

.state-example.toggle.active {
  background-color: #407682;
}

.state-example.toggle.disabled {
  background-color: rgba(64, 118, 130, 0.5);
}

.state-example.avatar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.state-example.icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.state-example.checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.state-example.checkbox.radio {
  padding-top: 20px;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px 5px 5px 0px;
  background-color: transparent;
  text-align: center;
}

.carbon-ad {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.image {
  position: absolute;
  left: auto;
  top: auto;
  right: 5px;
  bottom: 5px;
  width: 30px;
}

.image.not-allowed {
  top: 20px;
  right: 0px;
}

.image.tick-version {
  right: 2px;
  width: 19px;
}

.image.tick-version.version-02 {
  position: absolute;
  left: auto;
  top: 18px;
  right: 16px;
  bottom: auto;
}

.image.cross-version {
  right: 2px;
  bottom: 0px;
  width: 20px;
}

.div-block-34 {
  position: relative;
  display: inline-block;
}

.text-field---left {
  font-size: 16px;
  text-align: left;
}

.text-field---left.placeholder {
  color: rgba(51, 51, 51, 0.4);
  font-size: 16px;
}

.state-example---icon {
  width: 36px;
  height: 36px;
  margin-right: 5px;
}

.row---tweets {
  margin-bottom: 20px;
}

.container---tweets {
  position: relative;
  overflow: hidden;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 60px;
}

.header---emoji {
  margin-bottom: 0px;
  font-size: 40px;
  line-height: 42px;
}

.steps-circle {
  width: 32px;
  height: 32px;
  margin-right: 20px;
  margin-bottom: 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 20px;
  background-color: #070a39;
  text-align: center;
}

.steps-number {
  width: 32px;
  height: 32px;
  font-family: 'Basier Circle', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
}

.steps-visual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0px 5px 5px 0px;
  background-color: #fff3f9;
}

.steps-content {
  width: 50%;
  padding: 60px 50px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.steps-visual-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.steps-visual-image.extra-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}

.image-2 {
  width: 340px;
  height: 100%;
  text-align: center;
}

.image-2.more-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

._5px {
  height: 5px;
}

.navigation-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Basier Circle', sans-serif;
  color: #1e294f;
  font-size: 15px;
  text-decoration: none;
}

.navigation-link:hover {
  color: #8c54ff;
}

.navigation-link.w--current {
  color: #8c54ff;
  font-weight: 500;
}

.navigation-link._2 {
  margin-right: 4px;
  margin-left: 4px;
  padding: 8px 12px;
  color: #1e294f;
}

.navigation-link._2:hover {
  border-radius: 10px;
  background-color: #f0ebf7;
  color: #04060e;
}

.nav-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dropdown-toggle {
  padding-right: 28px;
  padding-left: 16px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Basier Circle', sans-serif;
}

.dropdown-toggle:hover {
  color: #7367fc;
}

.dropdown-pointer {
  position: relative;
}

.navigation-container-mob {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 11px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-mob {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navigation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1100px;
  min-height: 70px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-column-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.navigation-dropdown {
  min-width: 140px;
}

.navigation-dropdown.w--open {
  left: -100px;
  max-height: 100vh;
  min-width: 320px;
  padding-top: 10px;
  background-color: transparent;
}

.navigation-dropdown.dropdown-long {
  left: -110px;
  min-width: 360px;
}

.navigation-dropdown.dropdown-long {
  left: -185px;
  min-width: 500px;
}

.navigation-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-wrapper-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-width: 320px;
  padding: 15px 25px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 4px -19px 35px 0 rgba(32, 53, 90, 0.08), 11px 11px 30px -10px rgba(32, 53, 90, 0.15);
}

.dropdown-wrapper-flex.w--open {
  left: -97px;
  max-height: 100vh;
  min-width: 300px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, 0.15), 8px 18px 60px 4px rgba(0, 0, 0, 0.13);
}

.dropdown-title {
  margin-bottom: 2px;
  font-size: 15px;
}

.navigation-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 16px;
}

.navigation-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 50;
  background-color: #fff;
}

.icon-4 {
  margin-right: 8px;
}

.nav-menu-3 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #283338;
  font-size: 15px;
}

.flowbase-logo {
  width: 28px;
}

.icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42px;
  height: 42px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100px;
  background-color: rgba(140, 84, 255, 0.08);
}

.icon-wrap.website {
  background-color: #fff4f2;
}

.icon-wrap.app {
  background-color: #ecf4fa;
}

.icon-wrap.brand {
  background-color: #fff9f3;
}

.icon-wrap.topics {
  background-color: #f0eefd;
}

.icon-wrap.components {
  background-color: #ecfaf9;
}

.icon-wrap.flows {
  background-color: #fff3f9;
}

.pointer {
  position: absolute;
  left: 0%;
  top: -2%;
  right: 4%;
  bottom: auto;
  z-index: 20;
  width: 15px;
  height: 15px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.login-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.navigation {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 3%;
  padding-left: 1%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.dropdown-column-right {
  width: 50%;
  height: 100%;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-link {
  position: relative;
  z-index: 25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-link:hover {
  color: #7367fc;
}

.dropdown-link.w--current {
  font-weight: 500;
}

.brand-navigation-text {
  padding-left: 6px;
  font-family: 'Basier Circle', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.dark-mode-toggle {
  width: 140px;
}

.caption-12 {
  margin-bottom: 5px;
  color: #855312;
  font-size: 12px;
  line-height: 18px;
}

.paragraph-18---grey {
  padding-top: 10px;
  font-family: 'Basier Circle', sans-serif;
  color: rgba(27, 30, 57, 0.6);
  font-size: 16px;
  line-height: 23px;
}

._60-width {
  width: 560px;
  padding-top: 5px;
  padding-bottom: 20px;
}

.checky {
  padding-top: 6px;
  padding-right: 5px;
}

.features-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.uncheck-all-button {
  margin-bottom: 5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.sub-footer {
  padding-top: 12px;
  padding-bottom: 1px;
  background-color: #0f0f1a;
}

.link-5 {
  color: #fff;
  text-decoration: underline;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(30, 41, 79, 0.38);
  border-radius: 5px;
  color: #000;
}

.heading-6.design-kit {
  font-family: 'Basier Circle', sans-serif;
  color: #aea7ff;
  font-size: 14px;
}

.heading-6.design-kit.black {
  color: #000;
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-hero---design-kit {
  margin-right: 5px;
  margin-left: 5px;
  padding: 15px 25px;
  border-radius: 6px;
  font-family: 'Basier Circle', sans-serif;
  font-weight: 500;
}

.button-hero---design-kit.primary {
  border: 1px solid #1b1c37;
  background-color: #7367fc;
}

.button-hero---design-kit.primary.footer-cta {
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px 50px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.button-hero---design-kit.secondary {
  border: 1px solid #fff;
  background-color: transparent;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.div-block-40 {
  width: 40%;
  padding: 90px 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #52549f;
}

.design-kit-example-title {
  font-family: 'Basier Circle', sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
}

.div-block-41 {
  position: relative;
  width: 60%;
  background-color: transparent;
  background-image: none;
  background-size: auto;
}

.div-block-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: transparent;
}

.div-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.starter-kit-example---checklist-text {
  font-family: 'Basier Circle', sans-serif;
  color: #fff;
}

.div-block-44 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/design-kit-example-1.png');
  background-position: 50% 50%;
  background-size: 140%;
}

.div-block-44._2 {
  background-image: url('../images/design-kit-example-2.png');
}

.div-block-44._3 {
  background-image: url('../images/design-kit-example-3.png');
}

.div-block-44._4 {
  background-image: url('../images/design-kit-example-4.png');
}

.section-2-blocks {
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.section-2-title-content {
  padding: 120px 20px 40px;
}

.div-block-49 {
  width: 40px;
  height: 40px;
  margin-right: 9px;
  margin-left: 5px;
  border-radius: 80px;
  background-color: red;
}

.div-block-49.absolutel {
  width: 48px;
  height: 48px;
  margin-top: -4px;
  margin-right: 5px;
  margin-left: 1px;
  border: 1px solid #000;
  background-color: transparent;
}

.div-block-49.r1c1 {
  background-color: #094b5a;
}

.div-block-49.r1c2 {
  background-color: #ffae6b;
}

.div-block-49.r1c3 {
  background-color: #c9c8e5;
}

.div-block-49.r1c4 {
  background-color: #fafaf5;
}

.div-block-49.r1c5 {
  background-color: #000;
}

.div-block-49.r2c1 {
  background-color: #454ade;
}

.div-block-49.r2c2 {
  background-color: #b14aed;
}

.div-block-49.r2c3 {
  background-color: #c874d9;
}

.div-block-49.r2c4 {
  background-color: #f0f0fa;
}

.div-block-49.r2c5 {
  background-color: #1b1f3b;
}

.div-block-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.div-block-50.absolutely {
  position: absolute;
  top: 0px;
  background-color: transparent;
}

.div-block-51 {
  position: relative;
}

.section-3---absolute-image {
  position: absolute;
}

.relative-di {
  position: relative;
}

.column-left-padding {
  padding-left: 80px;
}

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

.section-dark {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #1b1c37;
}

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

.link-6 {
  color: #fff;
  text-decoration: underline;
}

.div-block-52 {
  height: 30px;
}

.difference-card {
  margin-top: 100px;
  margin-bottom: 40px;
  padding: 30px 50px 40px;
  border-radius: 6px;
  background-color: #f5f8fa;
}

.starter-kit-hero-images {
  position: relative;
  height: 540px;
}

.image-5 {
  position: absolute;
  top: 100px;
  width: 300px;
}

.image-6 {
  position: absolute;
  right: 0px;
  width: 806px;
}

.div-block-53 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.image-7 {
  display: block;
}

.image-8 {
  display: block;
}

.column-right-padding {
  padding-right: 40px;
}

.grid-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.template-image {
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
}

.card-3-0 {
  border: 1px none #000;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(5, 34, 97, 0.1);
}

.checklist-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 30px 25px;
  border-bottom: 1px solid #e0e4f5;
}

.checklist-item.header {
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.optional-title-block {
  padding-top: 25px;
  padding-bottom: 5px;
  padding-left: 30px;
  border-bottom: 1px solid #e0e4f5;
  background-color: #fbfafc;
}

.component-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 16px;
  border: 1px solid #e0e4f5;
  border-radius: 5px;
  color: #212027;
}

.grid-4 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.component-card---emoji {
  font-size: 20px;
  line-height: 26px;
}

.text-block-7 {
  margin-left: 8px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 14px;
  line-height: 20px;
}

.flow-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 16px;
  border: 1px solid #e0e4f5;
  border-radius: 5px;
  color: #212027;
}

.grid-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.related-website-checklist {
  padding-top: 118px;
  padding-bottom: 50px;
  padding-left: 30px;
}

.related-website-checklist.no-title {
  padding-top: 110px;
}

.resources-title-card {
  padding: 15px 40px 25px;
}

.resources-title-card.top {
  margin-bottom: 0px;
  padding: 45px 40px 0px;
}

.resources-title-card._2 {
  display: block;
}

.grid-6 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.text-field-2 {
  width: 250px;
  min-height: 50px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1.5px 1px 1.5px 1.5px;
  border-color: #5e4dcd;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background-color: transparent;
  font-family: 'Basier Circle', sans-serif;
  color: #fff;
  font-size: 14px;
}

.text-field-2.longer {
  width: 350px;
  color: #070a39;
}

.text-field-2.colour-bg {
  width: 100%;
  min-height: 60px;
  margin-right: 8px;
  padding-right: 20px;
  padding-left: 20px;
  border-width: 1px;
  border-color: transparent;
  border-radius: 6px;
  background-color: hsla(0, 0%, 100%, 0.2);
  font-size: 16px;
}

.text-field-2.colour-bg:focus {
  border-color: #fff;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 32px;
  padding: 10px 10px 4px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-link.footer {
  height: 20px;
  padding-top: 5px;
  padding-bottom: 0px;
}

.footer-link {
  display: block;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 16px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Basier Circle', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 0.5;
}

.footer-grid-01 {
  padding-bottom: 80px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form-block {
  display: block;
  margin-top: 15px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.footer-title-button {
  margin-right: 20px;
  padding-top: 28px;
  font-family: 'Basier Circle', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.form-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.submit-button {
  min-height: 50px;
  border: 1px none #5e4dcd;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #5e4dcd;
  font-family: 'Basier Circle', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.submit-button.colour-bg {
  min-height: 60px;
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 6px;
  background-color: #01093a;
  font-size: 18px;
}

.footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-bottom: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-logo {
  width: 45px;
  margin-right: 16px;
}

.homepage-hero-heading {
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: 'Basier Circle', sans-serif;
  color: #070a39;
  font-size: 70px;
  line-height: 76px;
}

.homepage-hero-heading.website {
  margin-bottom: 15px;
  color: #e9572f;
}

.homepage-hero-heading.components {
  margin-bottom: 0px;
  color: #1f7b8f;
}

.homepage-hero-heading.flows {
  color: #cf3881;
}

.homepage-hero-heading.topics {
  margin-bottom: 0px;
  color: #5248b5;
}

.homepage-hero-heading.app {
  color: #405582;
}

.homepage-hero-heading.branding {
  margin-bottom: 0px;
  color: #cf7c23;
}

.category-card {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 40px 40px 49px;
  border-radius: 20px;
}

.category-card.app {
  background-color: #ecf4fa;
}

.category-card._03-brand {
  background-color: #fff4e8;
}

.category-card._04-topics {
  background-color: #f0eefd;
}

.category-card._05-components {
  background-color: #f0faf9;
}

.category-card._06-flows {
  background-color: #fff0f7;
}

.category-card.design-kit {
  width: 100%;
  padding: 80px 60px 100px;
  background-color: #1b1f37;
  background-image: url('../images/design-kit-home.png');
  background-position: 100% 100%;
  background-size: 580px;
  background-repeat: no-repeat;
}

.category-card._01-website {
  background-color: #fff4f2;
}

.h2-default {
  margin-top: 10px;
  font-family: 'Basier Circle', sans-serif;
  font-size: 44px;
  line-height: 52px;
}

.h2-default.website {
  color: #e9652e;
}

.h2-default.app {
  color: #2a50a0;
}

.h2-default._03-brand {
  color: #cf7c23;
}

.h2-default._04-topics {
  color: #5248b5;
}

.h2-default.components {
  color: #1f7b8f;
}

.h2-default._06-flows {
  color: #cf3881;
}

.h2-default.design-kit {
  margin-left: 0px;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
}

.text-block-8 {
  padding-top: 0px;
  padding-right: 12px;
  font-family: 'Basier Circle', sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.text-block-8.website {
  color: #e9652e;
}

.text-block-8.website.related {
  padding-top: 5px;
  padding-right: 10px;
  font-size: 15px;
}

.text-block-8.app {
  color: #2a50a0;
}

.text-block-8._03-brand {
  color: #cf7c23;
}

.text-block-8._03-brand.related {
  padding-top: 5px;
  padding-right: 10px;
}

.text-block-8._04-topics {
  padding-top: 5px;
  padding-right: 10px;
  color: #5248b5;
  font-size: 15px;
}

.text-block-8._05-components {
  color: #1f7b8f;
}

.text-block-8._05-components.related {
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 0px;
  font-size: 15px;
}

.text-block-8._06-flows {
  color: #cf3881;
}

.text-block-8._06-flows.related {
  padding-top: 5px;
  padding-right: 10px;
  font-size: 15px;
}

.text-block-8.design-kit {
  color: #a29aff;
}

.container-1100 {
  width: 1100px;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.container-1100.no-column {
  padding-right: 10px;
  padding-left: 10px;
}

.container-1100.flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container-1100.vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.default-white-card {
  position: relative;
  width: 100%;
  padding: 25px 35px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.1);
}

.default-white-card.elements {
  padding-top: 40px;
  padding-bottom: 25px;
}

.default-white-card.elements:hover {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.18);
}

.default-white-card.elements.inactive {
  background-color: hsla(0, 0%, 100%, 0.3);
  opacity: 1;
}

.default-white-card.elements.related {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 25px 11px;
}

.default-white-card.flows {
  padding-top: 35px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.default-white-card.flows:hover {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.18);
}

.default-white-card.topics {
  padding-top: 35px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.default-white-card.topics:hover {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.18);
}

.default-white-card.inactive {
  opacity: 0.3;
}

.default-white-card.website {
  padding-top: 35px;
  -webkit-transition: all 125ms ease;
  transition: all 125ms ease;
}

.default-white-card.website:hover {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.18);
}

.default-white-card.homepage {
  padding-top: 35px;
  padding-bottom: 30px;
}

.h2-page-title {
  margin-top: 20px;
  font-family: 'Basier Circle', sans-serif;
  color: #222736;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

.h2-page-title.emoji.related {
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 26px;
}

.h2-page-title.topics-checklists {
  margin-top: 15px;
  margin-bottom: 8px;
  font-size: 21px;
  line-height: 24px;
}

.h2-page-title.inactive {
  opacity: 0.3;
}

.h2-page-title.homepage {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 22px;
}

._4-row-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

._4-row-grid.related {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.resources-emoji {
  margin-top: 0px;
  margin-bottom: -5px;
  font-size: 28px;
  line-height: 36px;
}

.resources-title {
  margin-top: 10px;
  font-family: 'Basier Circle', sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.articles-border-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 30px 25px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #e0e4f5;
  border-radius: 6px;
  background-color: #fff;
}

.articles-border-card.brand {
  height: 100px;
  padding-top: 22px;
}

.components-states-bg {
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 8px 8px 0px 0px;
  background-color: #ecfaf9;
  text-align: center;
}

.components-states-bg.dark {
  background-color: #407682;
}

.components-states-bg.text-field-custom {
  padding-top: 41px;
  padding-bottom: 61px;
}

.component-example-card {
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(5, 34, 97, 0.1);
}

.component-information {
  padding: 20px 30px 15px;
}

.footer-logo-title {
  padding-bottom: 2px;
  font-family: 'Basier Circle', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

.footer-logo-subtitle {
  margin-bottom: 0px;
  padding-top: 2px;
  padding-right: 10px;
  padding-bottom: 0px;
  font-family: 'Basier Circle', sans-serif;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 14px;
  line-height: 20px;
}

.homepage-cards-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.homepage-cards-arrow.design-kit {
  padding-top: 70px;
}

.homepage-cards-arrow.version-3 {
  padding-top: 236px;
}

.footer-george-link {
  color: hsla(0, 0%, 100%, 0.85);
  text-decoration: underline;
}

.homepage-hero-content {
  padding-top: 110px;
  padding-bottom: 120px;
}

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

.button-2 {
  width: 54px;
  height: 54px;
  padding: 18px 0px;
  border-radius: 60px;
  background-color: #407682;
  font-size: 16px;
  font-weight: 500;
}

.avatar-component-placeholder-blush {
  display: inline-block;
  width: 54px;
  height: 54px;
  border-radius: 50px;
  background-color: #407682;
  background-image: url('../images/open-peeps.png');
  background-position: 50% 5px;
  background-size: 55px;
  background-repeat: no-repeat;
}

.avatar-component-placeholder-blush.version-02 {
  width: 54px;
  height: 54px;
  background-color: #fff;
  background-image: url('../images/single-03.svg');
  background-position: 50% 100%;
  background-size: 40px;
}

.avatar-component-placeholder-blush.version-03 {
  background-image: url('../images/DSC_0011-min-1-copy.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.avatar-component-placeholder-blush.version-03.darkened {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/DSC_0011-min-1-copy.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/DSC_0011-min-1-copy.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

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

.grid-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.badge-avatar-example {
  position: relative;
}

.bade-number-absolute {
  position: absolute;
  left: auto;
  top: 0%;
  right: -10px;
  bottom: auto;
  width: 26px;
}

.bade-number-absolute.version-02 {
  right: -3px;
  width: 16px;
}

.grid-12 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.state-example---checkbox {
  width: 24px;
  height: 24px;
  border: 1px solid #407682;
  border-radius: 3px;
}

.state-example---checkbox.active {
  background-color: #407682;
}

.state-example---checkbox.disabled {
  border-color: #9c9c9c;
  background-color: #ececec;
}

.state-example---checkbox.disabled-2 {
  border-color: #9c9c9c;
  background-color: #ececec;
}

.state-example---checkbox.radio {
  width: 20px;
  height: 20px;
  margin-top: -3px;
  margin-right: 5px;
  border-radius: 20px;
}

.state-example---checkbox.radio.circle {
  width: 12px;
  height: 12px;
  margin-top: 3px;
  margin-left: 3px;
  background-color: #407682;
}

.state-example---checkbox.radio.circle.disabled {
  border-color: #aaa;
  background-color: #aaa;
}

.state-example---checkbox.radio.disabled-border {
  border-color: #aaa;
}

.se---checkbox-tick {
  width: 16px;
}

.se---checkbox-tick.disabled {
  opacity: 0.24;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.grid---topics {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid---flows {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.text-block-9 {
  width: 240px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 2px;
  font-family: 'Basier Circle', sans-serif;
  text-align: left;
}

.text-block-9.error {
  padding-top: 2px;
  padding-bottom: 0px;
  color: #df3838;
  font-size: 13px;
  font-weight: 500;
}

.grid---branding {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-3x3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-13 {
  margin-bottom: 80px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.toc-title {
  margin-top: 6px;
  margin-bottom: 6px;
  font-family: 'Basier Circle', sans-serif;
  color: #7265fc;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

.toc-title.item-1 {
  font-size: 16px;
}

.toc-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.toc-title-small {
  margin-top: 4px;
  margin-bottom: 4px;
  font-family: 'Basier Circle', sans-serif;
  color: grey;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}

.table-of-contents {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 100;
  padding-top: 250px;
  padding-left: 0px;
}

.sticky-relative {
  position: relative;
}

.paragraph-dh {
  width: 80%;
  padding-top: 10px;
  font-family: 'Inter UI', sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 15px;
  line-height: 24px;
}

.homepage-hero-bg {
  height: 100%;
  background-image: url('../images/main-image-checklists.png');
  background-position: 50% 50%;
  background-size: cover;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.bold-text {
  color: #070a39;
  font-weight: 600;
}

.column-8 {
  position: static;
}

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

.main-content-column {
  padding-right: 50px;
  padding-left: 50px;
}

.div-block-57 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-58 {
  width: 2.5px;
  height: 100%;
  margin-right: 15px;
  background-color: rgba(114, 101, 252, 0.27);
}

.div-block-58.active {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 32px;
  background-color: #7265fc;
}

.div-block-59 {
  position: relative;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.inspiration-grid {
  padding-top: 20px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.inspiration-grid.row {
  padding-top: 10px;
  padding-bottom: 20px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.inspiration-grid.pages {
  margin-bottom: 10px;
  padding-top: 5px;
}

.inspiration-grid.pages._1-row {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-16 {
  margin-top: 15px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.state-example---search-icon {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

.state-example---search-icon.disabled {
  opacity: 0.45;
}

.category-card-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.category-card-emoji {
  font-size: 34px;
  line-height: 40px;
}

.grid-17 {
  padding-top: 20px;
  grid-row-gap: 4px;
}

.grid-17._1-column {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.text-block-10 {
  position: absolute;
  left: auto;
  top: 12px;
  right: 12px;
  bottom: auto;
  padding: 3px 8px;
  border-radius: 5px;
  background-color: rgba(7, 10, 57, 0.15);
  font-family: 'Basier Circle', sans-serif;
  color: rgba(7, 10, 57, 0.6);
  font-size: 12px;
  font-weight: 600;
}

.grid-18 {
  margin-top: 60px;
  padding-top: 60px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid rgba(7, 10, 57, 0.2);
}

.other-category-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff0ed;
}

.other-category-block.elements {
  background-color: #f0faf9;
}

.other-category-block.topics {
  background-color: #f0eefd;
}

.other-category-block.flows {
  background-color: #ffebf5;
}

.related-category.title {
  padding-bottom: 2px;
  font-family: 'Basier Circle', sans-serif;
  color: #e94e23;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.related-category.title.elements {
  color: #1f7b8f;
}

.related-category.title.topics {
  color: #5248b5;
}

.related-category.title.flows {
  color: #cf3881;
}

.related-category.title.branding {
  color: #cf7c23;
}

.related-category.subtitle {
  padding-right: 10px;
  font-family: 'Basier Circle', sans-serif;
  color: #e94e23;
  line-height: 22px;
}

.related-category.subtitle.elements {
  color: #1f7b8f;
}

.related-category.subtitle.topics {
  color: #5248b5;
}

.related-category.subtitle.flows {
  color: #cf3881;
}

.related-category.subtitle.branding {
  color: #cf7c23;
}

.related-category.emoji {
  padding-right: 15px;
  font-size: 22px;
  line-height: 28px;
}

.category-related-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form-4 {
  display: block;
  padding-top: 30px;
}

.div-block-64 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.success-message-2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #63f5a5;
  font-family: 'Basier Circle', sans-serif;
}

.success-message-2.homepage {
  padding-top: 20px;
  padding-bottom: 20px;
}

.error-message-2 {
  padding: 6px 8px;
  border-radius: 4px;
  background-color: #ff0040;
  font-family: 'Basier Circle', sans-serif;
  color: #fff;
}

.text-block-11 {
  font-size: 13px;
  line-height: 18px;
}

.related-heading {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 8px;
  font-family: 'Basier Circle', sans-serif;
  color: #1e294f;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
}

.related-block {
  margin-bottom: 20px;
  padding: 55px 60px 60px;
  border-radius: 20px;
  background-color: #fff0ed;
}

.related-block.elements {
  background-color: #f0faf9;
}

.related-block.flows {
  background-color: #fff3f9;
}

.related-block.topics {
  background-color: #f0eefd;
}

.related-block.branding {
  background-color: #fff4e8;
}

.div-block-65 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

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

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

.section---tweets {
  padding-top: 100px;
  background-color: #f7f5fa;
}

.nav-emoji-icon {
  font-size: 18px;
  text-align: center;
}

.navigation-2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.state-example---tabs {
  padding-right: 16px;
  padding-bottom: 6px;
  padding-left: 16px;
  border-bottom: 3px solid #407682;
  font-family: 'Basier Circle', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.state-example---tabs.inactive {
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(64, 118, 130, 0.3);
  color: #7e7e7e;
}

.nav-title {
  padding-left: 8px;
  font-family: 'Basier Circle', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.state-example---toast {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 12px;
  border-radius: 4px;
  background-color: #407682;
}

.toast-message {
  padding-left: 6px;
  font-family: 'Inter UI', sans-serif;
  color: #fff;
}

.toast-message.close {
  padding-left: 16px;
  color: #d9d9d9;
  font-size: 16px;
}

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

.paragraph-white {
  font-family: 'Basier Circle', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}

.paragraph-white.opacity-50 {
  color: hsla(0, 0%, 100%, 0.75);
}

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

.category-caption {
  font-family: 'Basier Circle', sans-serif;
  line-height: 18px;
  font-weight: 500;
}

.category-caption.branding {
  color: #cf7c23;
}

.category-caption.flow {
  color: #cf3881;
}

.interview-hero-card {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 110px;
  border-radius: 60px;
  background-color: #efedfd;
  background-clip: border-box;
}

.hero---interview-name {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: 'Basier Circle', sans-serif;
  color: #1e294f;
  font-size: 50px;
  line-height: 64px;
  font-weight: 600;
}

.interview-answer-paragraph {
  margin-bottom: 20px;
  font-family: 'Inter UI', sans-serif;
  color: #212027;
  font-size: 16px;
  line-height: 28px;
}

.grid-19 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-600 {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.interview-hero {
  padding-top: 60px;
  padding-bottom: 10px;
}

.interview-caption-copy {
  margin-bottom: 60px;
  font-family: 'Basier Circle', sans-serif;
  color: rgba(33, 32, 39, 0.62);
  font-size: 15px;
  line-height: 24px;
}

.interview-check-in-caption {
  opacity: 1;
  font-family: 'Basier Circle', sans-serif;
  color: #746ca7;
  font-weight: 600;
}

.interview-check-in-caption.light {
  color: rgba(33, 32, 39, 0.7);
  font-weight: 400;
}

.div-block-66 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-9 {
  max-width: 320px;
}

.interview-hero-details {
  padding-left: 60px;
}

.interview-content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.interview-question {
  margin-bottom: 32px;
  font-family: 'Basier Circle', sans-serif;
  color: #1e294f;
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
}

.interview-hero-description {
  padding-bottom: 40px;
  font-family: 'Basier Circle', sans-serif;
  color: #212027;
  font-size: 16px;
  line-height: 28px;
}

.interview-question-block {
  padding-bottom: 80px;
}

.interview-question-block.last-question {
  padding-bottom: 20px;
}

.interview-best-practices {
  position: relative;
  margin-top: 80px;
  margin-bottom: 120px;
  padding-top: 160px;
  padding-bottom: 160px;
  background-color: #f7f5fa;
}

.interview-best-practices.flex {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.interview-link {
  font-family: 'Inter UI', sans-serif;
  color: #212027;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  text-decoration: underline;
}

.interview-best-practice-block {
  width: 540px;
  padding-bottom: 100px;
}

.interview-best-practice-block.last-child {
  padding-bottom: 0px;
}

.best-practice-number-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: rgba(115, 103, 252, 0.2);
}

.best-practice-number {
  width: 60px;
  height: 60px;
  margin: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: 'Basier Circle', sans-serif;
  color: #4031e9;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
}

.best-practice-question {
  margin-top: 20px;
  margin-bottom: 12px;
  font-family: 'Basier Circle', sans-serif;
  color: #1e294f;
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
}

.heading-7 {
  position: -webkit-sticky;
  position: sticky;
  top: 220px;
  margin-right: 120px;
  font-family: 'Basier Circle', sans-serif;
  color: #1e294f;
  font-size: 64px;
  line-height: 72px;
  font-weight: 700;
}

.grid-20 {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  -ms-grid-columns: 0.8fr 1fr;
  grid-template-columns: 0.8fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.interview-caption-bold {
  color: #212027;
  font-weight: 500;
}

.link-7 {
  padding-right: 17px;
  padding-left: 17px;
  background-color: red;
}

.button-3 {
  margin-right: 12px;
  padding: 12px 20px;
  border-radius: 8px;
  background-color: rgba(115, 103, 252, 0.15);
  font-family: 'Basier Circle', sans-serif;
  color: #574ebf;
  font-size: 16px;
  font-weight: 500;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

.interview-meta-emoji {
  margin-top: 8px;
  margin-right: 12px;
  font-size: 32px;
  line-height: 32px;
}

.text-block-12 {
  margin-bottom: 2px;
  color: rgba(33, 32, 39, 0.62);
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.image-10 {
  width: 80px;
}

.text-menu {
  margin-right: 10px;
  font-family: Basiercircle, sans-serif;
  color: #1e294f;
}

.image-11 {
  width: 50px;
}

.icon {
  width: 50px;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.link-block-3:hover {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(30, 41, 79, 0.32);
  border-radius: 5px;
  background-color: rgba(30, 41, 79, 0.77);
  color: #fff;
}

.image-12 {
  margin-right: 5px;
}

.div-check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-69 {
  width: 200px;
  padding: 18px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 9px 0 rgba(0, 0, 0, 0.56);
}

.html-embed-2 {
  margin-right: 10px;
}

.div-block-70 {
  padding: 229px;
  background-color: #f7f5fa;
}

.image-13 {
  margin-top: 20px;
}

.div-block-57-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.language-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 45px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #484646;
  text-decoration: none;
}

.language-link:hover {
  color: #7735f6;
}

.flag-4 {
  width: 25px;
  height: 25px;
  margin-right: 14px;
  border-radius: 100px;
  background-image: url('../images/norway.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.langauge-line-base {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 1px;
  background-color: rgba(155, 158, 184, 0.22);
}

.flag-1 {
  width: 25px;
  height: 25px;
  margin-right: 14px;
  border-radius: 0px;
  background-image: url('../images/united-kingdom.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.language-dropdown {
  margin-left: 20px;
}

.language-toggle {
  padding-top: 10px;
  padding-right: 45px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(155, 158, 184, 0.22);
  border-radius: 4px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #20355a;
}

.langauge-line-break {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 0%;
  height: 1px;
  background-color: #5b3acc;
}

.flag-3 {
  width: 25px;
  height: 25px;
  margin-right: 14px;
  border-radius: 100px;
  background-image: url('../images/france.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.flag-2 {
  width: 25px;
  height: 25px;
  margin-right: 14px;
  border-radius: 0px;
  background-image: url('../images/apple.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.language-list {
  background-color: #d99f9f;
}

.language-list.w--open {
  min-width: 200px;
  padding: 8px 16px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #fff;
  box-shadow: 18px 18px 45px 19px rgba(79, 94, 120, 0.1);
}

.flag-5 {
  width: 25px;
  height: 25px;
  margin-right: 14px;
  border-radius: 100px;
  background-image: url('../images/sweden.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-block-13 {
  font-size: 15px;
}

.shopping-dropdown {
  margin-left: 20px;
  background-color: #8bcf1c;
  color: #fff;
}

.shopping-toggle {
  padding-top: 10px;
  padding-right: 45px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(155, 158, 184, 0.22);
  border-radius: 4px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #20355a;
}

.text-white {
  color: #fff;
  font-size: 15px;
}

.icon-5 {
  color: #fff;
}

.shop-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 45px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #484646;
  text-decoration: none;
}

.shop-link:hover {
  color: #7735f6;
}

.language-link-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 45px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #484646;
  text-decoration: none;
}

.language-link-copy:hover {
  color: #7735f6;
}

.shop3 {
  width: 25px;
  height: 25px;
  margin-right: 14px;
  border-radius: 0px;
  background-image: url('../images/nook.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.shop4 {
  width: 25px;
  height: 25px;
  margin-right: 14px;
  border-radius: 0px;
  background-image: url('../images/kobo.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.shop5 {
  width: 25px;
  height: 25px;
  margin-right: 14px;
  border-radius: 0px;
  background-image: url('../images/thalia.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.shop6 {
  width: 25px;
  height: 25px;
  margin-right: 14px;
  border-radius: 0px;
  background-image: url('../images/bol.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.shop7 {
  width: 25px;
  height: 25px;
  margin-right: 14px;
  border-radius: 0px;
  background-image: url('../images/indigo.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.shop8 {
  width: 25px;
  height: 25px;
  margin-right: 14px;
  border-radius: 0px;
  background-image: url('../images/robertson.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.shop1 {
  width: 25px;
  height: 25px;
  margin-right: 14px;
  border-radius: 0px;
  background-image: url('../images/Amazon_icon.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.flag-italy {
  width: 25px;
  height: 25px;
  margin-right: 14px;
  border-radius: 0px;
  background-image: url('../images/Flag_of_Italy.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-14 {
  width: 200px;
  margin-bottom: 10px;
}

.paragraph-15 {
  font-size: 18px;
}

html.w-mod-js *[data-ix="new-interaction-3"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
}

html.w-mod-js *[data-ix="new-interaction-4"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
}

html.w-mod-js *[data-ix="new-interaction-5"] {
  display: block;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

html.w-mod-js *[data-ix="new-interaction-6"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="new-interaction-7"] {
  display: block;
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .section.footer {
    padding-right: 40px;
    padding-left: 40px;
  }

  .section.page-header {
    padding: 80px 60px 50px;
  }

  .section.homepage-working {
    padding-right: 30px;
    padding-left: 30px;
  }

  .section.content-cards {
    padding-right: 40px;
    padding-left: 40px;
  }

  .section.homepage-newsletter {
    padding-right: 50px;
    padding-left: 50px;
  }

  .feature-information {
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
  }

  .checkboxes {
    padding-right: 20px;
    padding-left: 40px;
  }

  .paragraph.medium.dribble {
    text-align: left;
  }

  .mobile-nav-link {
    width: 100%;
  }

  .navigation-container-mob {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .navigation-mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 85px;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid rgba(68, 85, 103, 0.11);
  }

  .menu-mob {
    border-radius: 100px;
    background-color: #fafafa;
    color: #000;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: #824bf1;
  }

  .navigation-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .nav-menu-3 {
    display: none;
  }

  .mobile-nav {
    padding-top: 15px;
    background-color: #fff;
    box-shadow: 42px 42px 55px 0 rgba(32, 53, 90, 0.09);
  }

  .navigation {
    display: none;
  }

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

  .footer-column {
    padding-right: 20px;
  }

  .container-1100 {
    width: 100%;
  }

  ._4-row-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid---topics {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-13 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .other-category-block {
    display: block;
  }

  .other-category-block.elements {
    display: block;
  }

  .other-category-block.topics {
    display: block;
  }

  .other-category-block.flows {
    display: block;
  }

  .related-category.emoji {
    padding-bottom: 10px;
  }

  .section---tweets {
    padding-right: 50px;
    padding-left: 50px;
  }

  .navigation-2 {
    display: none;
  }

  .language-dropdown {
    max-width: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .shopping-dropdown {
    max-width: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section.homepage-working {
    padding-right: 30px;
    padding-left: 30px;
  }

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

  .footer-column {
    padding-right: 0px;
  }

  ._4-row-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .section.footer {
    padding: 40px 15px;
  }

  .section.hero {
    padding: 40px 15px 20px;
  }

  .section.checklist-related {
    padding-top: 20px;
  }

  .section.page-header {
    padding: 50px 15px 40px;
  }

  .section.no-padding {
    padding-top: 30px;
    padding-bottom: 0px;
    background-image: none;
  }

  .section.homepage-working {
    padding: 70px 0px 30px;
  }

  .section.content-cards {
    padding: 60px 5px 80px;
  }

  .section.states {
    padding: 40px 10px 100px;
  }

  .section.flow-articles {
    padding-right: 15px;
    padding-left: 15px;
  }

  .section.homepage-newsletter {
    padding-right: 5px;
    padding-bottom: 80px;
    padding-left: 5px;
  }

  .card {
    padding: 25px 30px 20px;
  }

  .card.steps {
    display: block;
  }

  .card.flow-articles {
    margin-bottom: 10px;
  }

  ._30px {
    height: 15px;
  }

  ._20px {
    height: 15px;
  }

  ._40px {
    height: 15px;
  }

  .heading-1.center.hero {
    font-size: 60px;
    line-height: 66px;
  }

  .paragraph-grey.hero {
    font-size: 14px;
    line-height: 20px;
  }

  .feature-information {
    padding: 20px 25px 14px;
  }

  .feature-information.alternative {
    padding-right: 20px;
    padding-left: 20px;
  }

  ._60px {
    height: 30px;
  }

  .heading-2 {
    font-size: 32px;
    line-height: 40px;
  }

  .heading---hero {
    margin-top: 10px;
    font-size: 40px;
    line-height: 48px;
  }

  .checkboxes {
    padding: 20px 0px;
  }

  .checkboxes.steps {
    padding-right: 15px;
    padding-left: 15px;
  }

  .asset-link {
    margin-bottom: 15px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .asset-link.last {
    padding-left: 0px;
  }

  .asset-link.first {
    padding-right: 0px;
  }

  .paragraph.medium.dribble {
    padding: 8px 12px;
    text-align: left;
  }

  .carbon-ad {
    display: none;
  }

  .steps-visual {
    width: 100%;
    height: auto;
    padding: 30px 20px;
  }

  .steps-content {
    width: 100%;
    padding: 40px 30px 30px;
  }

  .steps-visual-image.extra-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mobile-nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: 'Basier Circle', sans-serif;
  }

  .mobile-nav-link.w--current {
    color: #5e4dcd;
  }

  .menu-mob.w--open {
    background-color: #5e4dcd;
  }

  .mobile-nav {
    padding-top: 0px;
  }

  .flowbase-logo {
    width: 24px;
  }

  .brand-navigation-text {
    font-size: 17px;
    line-height: 20px;
  }

  ._60-width {
    width: 100%;
  }

  .checklist-item {
    padding: 30px 20px 20px;
  }

  .related-website-checklist {
    padding-top: 40px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .related-website-checklist.no-title {
    padding-top: 0px;
    padding-left: 0px;
  }

  .resources-title-card {
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
  }

  .resources-title-card.top {
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-field-2 {
    width: 100%;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .text-field-2.colour-bg {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .footer-grid-01 {
    padding-bottom: 40px;
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .form-block {
    width: 100%;
    margin-top: 0px;
  }

  .footer-title-button {
    margin-right: 0px;
    margin-bottom: 20px;
    padding-top: 0px;
  }

  .form-3 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .submit-button {
    width: 100%;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 6px;
  }

  .footer-top {
    padding-top: 30px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-logo {
    margin-bottom: 32px;
  }

  .homepage-hero-heading {
    font-size: 48px;
    line-height: 56px;
  }

  .homepage-hero-heading.flows {
    margin-bottom: 0px;
    line-height: 56px;
  }

  .category-card {
    padding: 30px 30px 35px;
  }

  .category-card.design-kit {
    padding: 30px 30px 320px;
  }

  .h2-default {
    margin-left: 0px;
    font-size: 36px;
    line-height: 42px;
  }

  .h2-default.design-kit {
    font-size: 28px;
    line-height: 36px;
  }

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

  .container-1100.flex {
    display: block;
    padding-right: 30px;
    padding-left: 30px;
  }

  .default-white-card.elements {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 30px;
  }

  .h2-page-title {
    font-size: 24px;
  }

  .h2-page-title.emoji {
    padding-right: 10px;
  }

  ._4-row-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._4-row-grid.related {
    padding-top: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .homepage-cards-arrow {
    padding-top: 30px;
  }

  .homepage-cards-arrow.version-3 {
    padding-top: 140px;
  }

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

  .grid-8 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid---topics {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid---flows {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-13 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .paragraph-dh {
    width: 100%;
    line-height: 22px;
  }

  .homepage-hero-bg {
    height: 200px;
    background-position: 50% 0%;
  }

  .columns {
    display: block;
  }

  .inspiration-grid.pages {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-16 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .category-card-emoji {
    font-size: 28px;
    line-height: 34px;
  }

  .grid-18 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .other-category-block {
    display: block;
  }

  .related-block {
    padding-right: 30px;
    padding-left: 30px;
  }

  .div-block-65 {
    display: block;
  }

  ._3-row-1-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section---tweets {
    padding-right: 5px;
    padding-left: 5px;
  }

  .new-addition-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .interview-hero-card {
    padding: 40px 30px;
    border-radius: 30px;
  }

  .hero---interview-name {
    font-size: 32px;
    line-height: 40px;
  }

  .interview-hero {
    padding-right: 15px;
    padding-left: 15px;
  }

  .div-block-66 {
    display: block;
  }

  .image-9 {
    width: 60%;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .interview-hero-details {
    padding-left: 0px;
  }

  .interview-content {
    padding-right: 30px;
    padding-left: 30px;
  }

  .interview-question {
    font-size: 26px;
    line-height: 34px;
  }

  .interview-hero-description {
    font-size: 15px;
    line-height: 26px;
  }

  .interview-question-block {
    padding-bottom: 60px;
  }

  .interview-best-practices {
    margin-right: -15px;
    margin-left: -15px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .interview-best-practice-block {
    width: 100%;
    padding-bottom: 60px;
  }

  .heading-7 {
    top: 85px;
    bottom: 85px;
    z-index: 5;
    margin-right: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f7f5fa;
    font-size: 24px;
    line-height: 34px;
  }

  .interview-meta {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@font-face {
  font-family: 'Inter UI';
  src: url('../fonts/Inter-UI-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Inter UI';
  src: url('../fonts/Inter-UI-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Inter UI';
  src: url('../fonts/Inter-UI-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Inter UI';
  src: url('../fonts/Inter-UI-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter UI';
  src: url('../fonts/Inter-UI-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter UI';
  src: url('../fonts/Inter-UI-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter UI';
  src: url('../fonts/Inter-UI-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter UI';
  src: url('../fonts/Inter-UI-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Basier Circle';
  src: url('../fonts/BasierCircle-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Basier Circle';
  src: url('../fonts/BasierCircle-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Basier Circle';
  src: url('../fonts/BasierCircle-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Basier Circle';
  src: url('../fonts/BasierCircle-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Basiercircle';
  src: url('../fonts/BasierCircle-Regular.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}