@font-face {
  font-family: Circularstd;
  src: url('../fonts/CircularStd-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Circularstd;
  src: url('../fonts/CircularStd-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Circularstd;
  src: url('../fonts/CircularStd-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --grey-80: black;
  --grey-60: #739cce;
  --grey-81: #797979;
  --primary-80: #0060dc;
  --white: white;
  --primary-20: #eff0ff;
  --grey-40: #c5cee4;
  --grey-10: #eff3fb;
  --primary-40: #0060dc;
  --midnight-blue: #08234b;
  --grey-20: #dee2ef;
}

body {
  color: var(--grey-80);
  font-family: Circularstd, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

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

p {
  color: var(--grey-60);
  margin-bottom: 0;
  line-height: 26px;
}

a {
  text-decoration: none;
}

.logo-text {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.brand {
  color: #37446f;
  align-items: center;
  display: flex;
}

.brand.white {
  color: #fff;
  width: 70%;
}

.h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Circularstd, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.h5.white {
  color: #fff;
  margin-bottom: 10px;
  text-decoration: none;
}

.logo-icon {
  width: 200px;
  margin-right: 10px;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Circularstd, sans-serif;
  font-weight: 400;
  display: flex;
}

.buttons-container {
  border-radius: 4px;
  padding-left: 20px;
  display: flex;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 4px;
  padding-top: 14px;
  padding-bottom: 14px;
  box-shadow: 0 20px 40px #37446f33;
}

.dropdown-link {
  color: var(--grey-81);
  padding: 14px 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.dropdown-link:hover {
  color: var(--primary-80);
  background-color: #7979790f;
}

.dropdown-link.w--current {
  color: #4e74ff;
}

.dropdown-icon {
  color: #8087a6;
  display: none;
}

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

.primary-small-button {
  color: #fff;
  background-color: #4e74ff;
  border: 1.6px solid #4e74ff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-family: Circularstd, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.primary-small-button:hover {
  background-color: #3762ff;
  border-color: #3762ff;
}

.primary-small-button.white {
  color: #fff;
  background-color: #ffffff4d;
  border-style: none;
}

.primary-small-button.white:hover {
  background-color: #ffffff80;
}

.primary-small-button.light:hover {
  background-color: #3762ff;
  border-color: #3762ff;
}

.navigation {
  background-color: #0000;
  width: 100%;
  height: 74px;
  position: absolute;
}

.navigation.dark {
  background-color: #253057;
  position: fixed;
}

.navigation.light {
  background-color: var(--white);
  height: 80px;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
}

.dropdown-toggle {
  padding-right: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.dropdown-toggle:hover {
  color: #4e74ff;
}

.dropdown-toggle.white {
  color: #fff;
}

.dropdown-toggle.white:hover {
  color: #fffc;
}

.burger-icon {
  cursor: pointer;
  display: none;
}

.secondary-small-button {
  color: #4e74ff;
  background-color: #0000;
  border: 1.6px solid #4e74ff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.secondary-small-button:hover {
  background-color: #4e74ff24;
}

.secondary-small-button.margin-right {
  margin-right: 10px;
}

.secondary-small-button.light {
  color: #fff;
  border-color: #fff;
  font-family: Circularstd, sans-serif;
  font-weight: 400;
}

.secondary-small-button.margin-top {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-family: Circularstd, sans-serif;
  font-weight: 400;
  display: flex;
}

.h4 {
  margin-top: 0;
  font-family: Circularstd, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.h4.center {
  text-align: center;
  margin-bottom: 0;
}

.h4.pricing-4 {
  margin-top: 10px;
}

.grey-80 {
  background-color: var(--grey-80);
  border-radius: 100%;
  width: 64px;
  height: 64px;
}

.grey-60 {
  background-color: var(--grey-60);
  border-radius: 100%;
  width: 64px;
  height: 64px;
}

.quote {
  color: var(--grey-80);
  font-family: Circularstd, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
}

.primary-20 {
  background-color: var(--primary-20);
  border-radius: 100%;
  width: 64px;
  height: 64px;
}

.grey-40 {
  background-color: var(--grey-40);
  border-radius: 100%;
  width: 64px;
  height: 64px;
}

.styleguide-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 30%);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.grey-10 {
  background-color: var(--grey-10);
  border-radius: 100%;
  width: 64px;
  height: 64px;
}

.h3 {
  color: var(--grey-80);
  font-family: Circularstd, sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 36px;
}

.h3.not-margin {
  margin-top: 0;
  font-size: 28px;
  line-height: 33px;
}

.primary-40 {
  background-color: var(--primary-40);
  border-radius: 100%;
  width: 64px;
  height: 64px;
}

.small-text {
  color: var(--grey-81);
  margin-bottom: 10px;
  font-family: Circularstd, sans-serif;
  font-size: 14px;
}

.small-text.small-height {
  font-size: 16px;
  line-height: 23px;
}

.h2 {
  color: var(--grey-80);
  font-family: Circularstd, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.h2.white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.h2.white._70 {
  text-align: center;
  width: 80%;
}

.h2.white._70.text-align-left {
  text-align: left;
  margin-top: 50px;
}

.h2.white.newsletter {
  font-size: 28px;
  line-height: 38px;
}

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

.h1 {
  color: var(--grey-80);
  margin-top: auto;
  margin-bottom: 0;
  font-family: Circularstd, sans-serif;
  font-size: 55px;
  font-weight: 900;
  line-height: 60px;
}

.h1.white {
  color: #fff;
}

.h1._404-page {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 14px;
  margin-bottom: 14px;
  font-weight: 400;
}

.link {
  color: var(--primary-80);
  margin-top: 10px;
  font-family: Circularstd, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  display: flex;
}

.link:hover {
  color: #0060dcbf;
  text-indent: 0;
  text-transform: none;
  text-decoration: none;
}

.link.breadcrumb {
  display: inline;
}

.link.grey {
  color: #8087a6;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.link.grey:hover {
  color: #3762ff;
  text-decoration: none;
}

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

.text {
  color: var(--grey-80);
  font-family: Circularstd, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.styleguide-colors {
  justify-content: space-between;
  display: flex;
}

.styleguide-container {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.section {
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.section.styleguide {
  padding-top: 120px;
}

.section.home-hero {
  background-image: url('../images/bg-hero2.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  height: 100vh;
  margin-bottom: 60px;
  padding-top: 140px;
  padding-bottom: 120px;
  display: flex;
}

.section.padding-bottom {
  padding-bottom: 120px;
}

.section.dark {
  background-color: var(--midnight-blue);
  background-image: url('../images/footer-shape.svg'), linear-gradient(to bottom, var(--midnight-blue) 14%, #064392);
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.section.hero.bg {
  background-image: url('../images/hero-lines.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section.hero.overflow {
  max-width: 100%;
  overflow: visible;
}

.section.hero._100vh {
  min-height: 85vh;
  padding-bottom: 0;
}

.section.grey {
  background-color: #eff3fb;
  padding-top: 80px;
  padding-bottom: 0;
}

.section.grey.margin-bottom {
  padding-bottom: 80px;
}

.section.grey.small-margin {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.hero-dark {
  background-color: #253057;
  background-image: url('../images/hero-lines.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 140px;
  padding-bottom: 120px;
}

.section.hero-grey {
  background-color: #eff3fb;
  background-image: linear-gradient(#fff 48%, #d6e1f2);
  margin-bottom: 60px;
  padding-top: 140px;
  padding-bottom: 60px;
}

.section.contact-hero {
  background-image: url('../images/bg-hero2.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  margin-bottom: 60px;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.section.margin-bottom {
  padding-bottom: 120px;
}

.section.hidden {
  display: none;
}

.section.whats-new {
  background-color: var(--grey-20);
  background-image: url('../images/footer-shape.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.grey-20 {
  background-color: var(--grey-20);
  border-radius: 100%;
  width: 64px;
  height: 64px;
}

.small-title {
  color: #8087a6;
  margin-top: 40px;
  margin-bottom: 10px;
}

.primary-80 {
  background-color: var(--primary-80);
  border-radius: 100%;
  width: 64px;
  height: 64px;
}

.title-container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 770px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-container.not-margin {
  margin-bottom: 0;
}

.title-container.hidden {
  margin-top: 40px;
  margin-bottom: 120px;
}

.title-container.hidden.lesspadding {
  margin-bottom: 60px;
}

.primary-medium-button {
  color: #fff;
  background-color: #4e74ff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 28px;
  font-family: Circularstd, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.primary-medium-button:hover {
  background-color: #3762ff;
}

.primary-medium-button.white {
  background-color: #fff6;
}

.primary-medium-button.white:hover {
  background-color: #fff9;
}

.primary-medium-button.stretch {
  align-self: stretch;
}

.primary-medium-button.margin-top {
  background-color: var(--primary-80);
  margin-top: 30px;
}

.primary-medium-button.margin-top:hover {
  background-color: #0060dccc;
}

.primary-medium-button.pricing-4 {
  margin-top: 30px;
}

.large-avatar {
  background-image: url('../images/Untitled-design-8-df.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 100%;
  width: 124px;
  height: 124px;
  margin-bottom: 24px;
}

.large-avatar.avatar-6 {
  background-image: url('../images/Avatar_6.jpg');
}

.large-avatar.avatar-2 {
  background-image: url('../images/Frank-portrait.png');
  background-position: 0 0;
  background-size: cover;
}

.large-avatar.avatar-4 {
  background-image: url('../images/Lou--portrait.png');
}

.large-avatar.avatar-3 {
  background-image: url('../images/Kevin-portrait.png');
  background-position: 0 0;
  background-size: cover;
}

.large-avatar.avatar-5 {
  background-image: url('../images/Taylor-portrait.png');
}

.large-avatar.avatar-2-copy {
  background-image: url('../images/Frank-portrait.png');
  background-position: 0 0;
  background-size: cover;
}

.large-avatar.avatar-3-copy {
  background-image: url('../images/Kevin-portrait.png');
  background-position: 0 0;
  background-size: cover;
}

.large-avatar.avatar-4-copy {
  background-image: url('../images/Screen-Shot-2021-10-19-at-3.59.45-PM.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 0%;
}

.large-avatar.avatar-4-copy.make-crypto-easy {
  background-image: url('../images/Untitled-design-7.jpg');
}

.submit-button {
  background-color: var(--primary-80);
  color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 28px;
  font-family: Circularstd, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.submit-button:hover {
  background-color: #0060dccf;
}

.text-field {
  background-color: #eff3fb;
  border: 1px solid #eff3fb;
  border-radius: 4px;
  min-width: 280px;
  height: 46px;
  margin-bottom: 0;
  padding: 12px 24px;
  font-family: Circularstd, sans-serif;
  transition: all .2s;
}

.text-field:hover {
  border-style: solid;
  border-color: #dee2ef;
}

.text-field:focus {
  border-style: solid;
  border-color: #c5cee4;
}

.text-field::placeholder {
  color: #8087a699;
}

.text-field.white {
  background-color: #fff;
}

.text-field.newsletter {
  height: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 20px;
}

.medium-avatar {
  background-image: url('../images/Avatar_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 90px;
  height: 90px;
  margin-bottom: 24px;
}

.medium-avatar.margin-top {
  margin-top: -70px;
}

.medium-avatar.margin-top.avatar-2 {
  background-image: url('../images/Avatar_2.jpg');
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.primary-button {
  background-color: var(--primary-80);
  color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-width: 250px;
  margin-bottom: 10px;
  padding: 14px 34px;
  font-family: Circularstd, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.primary-button:hover {
  background-color: #3762ff;
}

.primary-button.white {
  background-color: #fff6;
}

.primary-button.white:hover {
  background-color: #fff9;
}

.primary-button.home {
  margin-top: 40px;
}

.primary-button.video {
  width: 50%;
  margin-top: 40px;
}

.submit {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.small-avatar {
  background-image: url('../images/Avatar_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 70px;
  height: 70px;
}

.small-avatar.avatar-3 {
  background-image: url('../images/Avatar_3.jpg');
}

.small-avatar.avatar-2 {
  background-image: url('../images/Avatar_2.jpg');
}

.small-avatar.avatar-4 {
  background-image: url('../images/Avatar_4.jpg');
}

.secondary-button {
  color: #4e74ff;
  background-color: #0000;
  border: 1.6px solid #4e74ff;
  border-radius: 4px;
  padding: 14px 32px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
}

.secondary-button:hover {
  background-color: #4e74ff24;
}

.secondary-button.margin-top {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-family: Circularstd, sans-serif;
  font-weight: 400;
  display: flex;
}

.secondary-button.light {
  color: #fff;
  border-color: #fff;
  font-family: Circularstd, sans-serif;
  font-weight: 400;
}

.buttons-styleguide {
  border-radius: 4px;
  padding: 20px;
}

.buttons-styleguide.blue {
  background-color: #4e74ff;
  margin-top: 20px;
}

.buttons-styleguide.dark {
  background-color: #37446f;
}

.textarea {
  background-color: #eff3fb;
  border: 1px solid #eff3fb;
  border-radius: 4px;
  min-width: 380px;
  min-height: 200px;
  padding: 16px 24px;
  font-family: Circularstd, sans-serif;
  transition: all .2s;
}

.textarea:hover {
  border-style: solid;
  border-color: #dee2ef;
}

.textarea:focus {
  border-style: solid;
  border-color: #c5cee4;
}

.textarea::placeholder {
  color: #8087a699;
}

.secondary-medium-button {
  color: #4e74ff;
  background-color: #0000;
  border: 1.6px solid #4e74ff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.secondary-medium-button:hover {
  background-color: #4e74ff24;
}

.secondary-medium-button.margin-top {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-family: Circularstd, sans-serif;
  font-weight: 400;
  display: flex;
}

.secondary-medium-button.light {
  color: #fff;
  border-color: #fff;
  font-family: Circularstd, sans-serif;
  font-weight: 400;
}

.container {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.medium-container {
  width: 100%;
  max-width: 770px;
}

.medium-container.center {
  margin-left: auto;
  margin-right: auto;
}

.rich-text {
  border-radius: 8px;
  margin-top: 20px;
}

.rich-text ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 60px;
}

.rich-text h4 {
  color: #37446f;
  letter-spacing: -.4px;
  margin-top: 40px;
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.rich-text a {
  color: var(--primary-80);
  text-decoration: none;
}

.rich-text strong {
  color: #37446f;
  font-weight: 600;
}

.rich-text figure {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
}

.rich-text p {
  color: var(--grey-80);
  letter-spacing: .2px;
  margin-bottom: 20px;
  font-family: Circularstd, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.rich-text blockquote {
  border-left-color: #0060dc38;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Circularstd, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 32px;
}

.rich-text h2 {
  color: var(--grey-80);
  letter-spacing: -.4px;
  margin-top: 30px;
  font-family: Circularstd, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

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

.rich-text h3 {
  letter-spacing: -.4px;
  margin-top: 40px;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.rich-text li {
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Circularstd, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.rich-text figcaption {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Circularstd, sans-serif;
}

.footer {
  padding-top: 60px;
}

.footer.dark {
  background-color: #002351;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.social-link {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  transition: all .2s;
  display: flex;
}

.social-link:hover {
  opacity: .8;
}

.footer-link {
  color: #8087a6;
  line-height: 32px;
  text-decoration: none;
}

.footer-link:hover {
  color: #4e74ff;
}

.footer-link.grey {
  color: #c5cee4;
  font-family: Circularstd, sans-serif;
  font-weight: 400;
  transition: all .2s;
}

.footer-link.grey:hover {
  color: #3762ff;
}

.footer-link.grey.w--current {
  font-family: Circularstd, sans-serif;
}

.footer-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr 1fr 1fr .25fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.footer-bottom {
  color: #8087a6;
  border-top: 1px solid #dee2ef;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 15px;
  font-size: 14px;
  display: flex;
}

.footer-bottom.grey {
  color: #c5cee4;
  border-top-style: none;
  justify-content: space-between;
  font-family: Circularstd, sans-serif;
}

.small-link {
  color: #4e74ff;
  text-decoration: none;
  transition: all .2s;
}

.small-link:hover {
  color: #37446f;
}

.small-link.light {
  color: #3762ff;
}

.small-link.light:hover {
  color: #4e74ff;
}

.social-container {
  flex-direction: column;
}

.social-container.margin-top {
  flex-direction: row;
  margin-top: 14px;
  display: flex;
}

.dot {
  background-color: #c5cee4;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  margin-right: 10px;
}

.footer-top {
  justify-content: space-between;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.links-container {
  flex-direction: column;
  display: flex;
}

.two-col-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.two-col-grid.max-width {
  grid-template-columns: max-content max-content;
}

.two-col-grid.margin-top {
  align-items: start;
  margin-top: 20px;
}

.small-container {
  flex-direction: column;
  align-items: flex-start;
  max-width: 470px;
  display: flex;
}

.small-container.hero {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  max-width: 540px;
}

.small-container.center {
  text-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.main-image {
  justify-content: center;
  align-items: center;
  width: 140%;
  height: 100%;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.main-image.shadow {
  box-shadow: 0 30px 50px #9fabd747;
}

.subtitle {
  color: var(--grey-81);
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Circularstd, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.subtitle.white {
  color: #c5cee4e6;
  font-size: 18px;
  line-height: 28px;
}

.subtitle._80 {
  width: 90%;
}

.main-grid {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.feature-icon-top-v-1 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.feature-icon {
  background-color: #eff0ff;
  border-radius: 10px;
  width: 70px;
  padding: 14px;
}

.feature-icon.white-bg {
  background-color: #0000;
  margin-right: 0;
}

.layout-container {
  border: 1px solid #c5cee4;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  transition: all .2s;
  overflow: hidden;
}

.layout-container:hover {
  transform: scale(1.02);
}

.landing-image {
  border-radius: 6px;
  box-shadow: 0 10px 20px #8087a633;
}

.play-icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  padding-left: 2px;
}

.play-icon.large {
  width: 24px;
  height: 24px;
  margin-right: 0;
}

.icon-button {
  color: #fff;
  background-color: #4e74ff;
  border-radius: 4px;
  align-items: center;
  padding: 14px 34px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.icon-button:hover {
  background-color: #3762ff;
}

.logotypes-container {
  justify-content: space-between;
  display: flex;
}

.logotype {
  height: 38px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.logo-image {
  opacity: .24;
}

.feature-info {
  width: 100%;
  max-width: 240px;
  margin-left: 20px;
}

.feature-icon-left {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.small-feature {
  max-width: 470px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.small-feature.margin-top {
  margin-top: 20px;
}

.check-icon-v-1 {
  margin-right: 8px;
}

.slider-testimonials {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.small-feature-icon {
  background-color: #eff0ff;
  border-radius: 10px;
  width: 50px;
  padding: 8px;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  width: 50px;
  display: flex;
}

.arrow-right-icon {
  border-radius: 100%;
  margin-left: 2px;
}

.slider-container {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.image-slider {
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 365px;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  width: 50px;
  display: flex;
}

.arrow-container {
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
}

.arrow-left-icon {
  border-radius: 100%;
}

.slide-nav {
  display: none;
}

.avatar-details {
  margin-left: 20px;
}

.testimonial-v-1 {
  border-radius: 4px;
  padding: 30px;
  box-shadow: 0 16px 24px #37446f24;
}

.testimonial-details {
  align-items: center;
  display: flex;
}

.testimonial-details.margin-top {
  margin-top: 30px;
}

.tabs-menu-v-1 {
  background-color: #fff;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  padding: 4px;
  display: flex;
  box-shadow: 0 10px 20px #37446f24;
}

.type {
  color: #8087a6;
  letter-spacing: 1px;
  align-self: flex-end;
}

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

.check-icon-v-2 {
  width: 16px;
  margin-right: 8px;
}

.pricing-container {
  align-items: center;
  display: flex;
}

.tabs-content {
  justify-content: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 80px;
  display: flex;
  overflow: visible;
}

.pricing-details {
  margin-bottom: 30px;
}

.pricing-card-v-1 {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 280px;
  padding: 30px 30px 40px;
  display: flex;
  box-shadow: 0 30px 50px #37446f1a;
}

.pricing-card-v-1.small-shadow {
  box-shadow: 0 10px 30px #37446f1a;
}

.chip {
  color: #3762ff;
  background-color: #4e74ff24;
  border-radius: 100px;
  margin-left: 10px;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.label-discount {
  margin-bottom: 6px;
  margin-left: 280px;
  display: flex;
}

.tab-link-v-1-tab-2 {
  color: #8087a6;
  background-color: #0000;
  padding: 6px 22px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: all .2s;
}

.tab-link-v-1-tab-2.w--current {
  color: #fff;
  background-color: #4e74ff;
  border-radius: 100px;
}

.dollar {
  color: #37446f;
  align-self: flex-start;
  font-family: Montserrat, sans-serif;
}

.tab-link-v-1-tab-1 {
  color: #8087a6;
  background-color: #0000;
  padding: 6px 22px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.tab-link-v-1-tab-1.w--current {
  color: #fff;
  background-color: #4e74ff;
  border-radius: 100px;
}

.price {
  padding-left: 4px;
  padding-right: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  line-height: 54px;
}

.accordion {
  width: 100%;
}

.accordion-text {
  position: static;
}

.accordion-text.w--open {
  background-color: #fff;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.plus-icon {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
  position: relative;
}

.vertical-line {
  background-color: #8087a6;
  border-radius: 4px;
  width: 2px;
  height: 18px;
}

.horizontal-line {
  background-color: #8087a6;
  border-radius: 4px;
  width: 18px;
  height: 2px;
  position: absolute;
}

.accordion-container {
  color: #37446f;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.line-2 {
  background-color: #dee2ef;
  width: 100%;
  height: 1.5px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.promo-video {
  background-image: url('../images/Design_Desktop_Unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 570px;
  height: 365px;
  display: flex;
}

.play-button {
  background-color: #4e74ff;
  background-image: linear-gradient(225deg, #41c4fe, #4e74ff 42%, #6238ef);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  display: flex;
  box-shadow: 0 4px 10px #37446f99;
}

.play-button.margin-right {
  background-color: var(--primary-80);
  background-image: linear-gradient(225deg, #41c4fe, #1f81ff 42%, var(--primary-80));
  margin-right: 15px;
  box-shadow: 0 4px 10px #37446f33;
}

.feature-icon-top-v-2 {
  text-align: center;
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
  padding: 30px 18px;
  display: flex;
  box-shadow: 0 10px 30px #37446f1a;
}

.star-icon {
  width: 20px;
  margin-left: 2px;
  margin-right: 2px;
}

.slide-nav-dark {
  display: none;
}

.rating {
  margin-top: 10px;
}

.testimonial-v-2 {
  text-align: center;
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
  margin: 50px 60px;
  padding: 30px;
  display: flex;
  box-shadow: 0 16px 24px #37446f1a;
}

.tabs-menu-v-2 {
  background-color: #eff3fb;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  padding: 4px;
  display: flex;
}

.tab-link-v-2-tab-1 {
  color: #8087a6;
  background-color: #0000;
  padding: 6px 22px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.tab-link-v-2-tab-1.w--current {
  color: #4e74ff;
  background-color: #fff;
  border-radius: 100px;
  font-weight: 600;
  transition: all .2s;
  box-shadow: 0 6px 10px #37446f33;
}

.tab-link-v-2-tab-2 {
  color: #8087a6;
  background-color: #0000;
  padding: 6px 22px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.tab-link-v-2-tab-2.w--current {
  color: #4e74ff;
  background-color: #fff;
  border-radius: 100px;
  font-weight: 600;
  box-shadow: 0 6px 10px #37446f33;
}

.email-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card-v-2 {
  background-color: #eff0ff;
  border: 2px solid #4e74ff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 46px 50px;
  display: flex;
  position: relative;
  box-shadow: 0 10px 30px #37446f1a;
}

.label-choise {
  color: #fff;
  background-color: #4e74ff;
  border-radius: 4px;
  padding: 8px 14px;
  position: absolute;
  inset: -20px auto auto;
}

.pricing-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  max-width: 840px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

.posts-grid.homepage {
  grid-column-gap: 60px;
  grid-template-columns: 1fr 1fr;
}

.empty-state {
  color: #8087a6;
  background-color: #eff3fb;
  border-radius: 4px;
  justify-content: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 40px;
  display: flex;
}

.post-card {
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  height: 100%;
  display: flex;
  overflow: hidden;
  box-shadow: 0 30px 50px #37446f1a;
}

.post-image {
  object-fit: cover;
  width: 100%;
  height: 230px;
}

.post-content {
  flex-direction: column;
  flex: 1;
  padding: 20px 20px 30px;
  display: flex;
}

.analytics-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

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

.feature-content {
  margin-top: 30px;
}

.feature-image {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.feature-image-v-2 {
  width: 100%;
  height: 230px;
}

.image-composition {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 586px;
  display: grid;
}

.video-container {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.lightbox-link {
  background-image: url('../images/Laptop_Work.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}

.lightbox-link.image-2 {
  background-image: url('../images/Design_Desktop_Unsplash.jpg');
  height: 80%;
}

.lightbox-link.image-4 {
  background-image: url('../images/Team_Work.jpg');
}

.lightbox-link.image-3 {
  background-image: url('../images/Work_Space.jpg');
  height: 80%;
}

.testimonial-details-v-2 {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 14px;
  display: flex;
}

.testimonial-v-3 {
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 30px;
  display: flex;
  box-shadow: 0 16px 24px #37446f1a;
}

.pricing-v-4-cell {
  justify-content: center;
  align-items: center;
  padding: 16px 15px;
  display: flex;
}

.pricing-card-v-4 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 24px 15px;
  display: flex;
  box-shadow: 0 -1px #dee2ef, 1px 0 #dee2ef, -1px 0 #dee2ef;
}

.pricing-card-v-4.radius-right {
  border-top-right-radius: 6px;
}

.pricing-card-v-4.radius-left {
  border-top-left-radius: 6px;
}

.columns {
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.empty-cell {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.pricing-v-4-header {
  width: 20%;
  padding: 10px 15px;
}

.pricing-grid-v-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 20% 20% 20% 20% 20%;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  margin-top: 40px;
  padding: 4px;
  display: grid;
}

.pricing-v-4-row {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  box-shadow: -1px 0 #dee2ef, 1px 0 #dee2ef;
}

.pricing-v-4-row.grey {
  background-color: #eff3fb;
}

.pricing-v-4-row.border-bottom {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: 0 1px #dee2ef, -1px 0 #dee2ef, 1px 0 #dee2ef;
}

.pricing-v-4-row.border-top {
  border-top-left-radius: 4px;
  box-shadow: 0 -1px #dee2ef, -1px 0 #dee2ef, 1px 0 #dee2ef;
}

.slash {
  color: #8087a6;
  margin-left: 6px;
  margin-right: 6px;
  display: inline;
}

.breadcrumbs {
  margin-top: 20px;
  margin-bottom: 20px;
}

.breadcrumb-text {
  color: #8087a6;
  font-family: Circularstd, sans-serif;
  font-size: 18px;
  display: inline;
}

.tab-link-v-3-tab-2 {
  color: #8087a6;
  background-color: #0000;
  padding: 6px 22px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.tab-link-v-3-tab-2.w--current {
  color: #4e74ff;
  background-color: #0000;
  font-weight: 600;
}

.tabs-menu-v-3 {
  justify-content: space-between;
  align-items: center;
  display: none;
}

.tab-link-v-3-tab-4 {
  color: #8087a6;
  background-color: #0000;
  padding: 6px 22px;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.tab-link-v-3-tab-4.w--current {
  color: var(--primary-40);
  background-color: #0000;
  font-weight: 400;
}

.tab-link-v-3-tab-1 {
  color: #8087a6;
  background-color: #0000;
  padding: 6px 22px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.tab-link-v-3-tab-1.w--current {
  color: var(--primary-80);
  background-color: #0000;
  font-size: 16px;
  font-weight: 400;
  transition: all .2s;
}

.tab-link-v-3-tab-3 {
  color: #8087a6;
  background-color: #0000;
  padding: 6px 22px;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.tab-link-v-3-tab-3.w--current {
  color: #4e74ff;
  background-color: #0000;
  font-weight: 600;
}

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

.post-card-v-3 {
  align-items: center;
  height: 230px;
  display: flex;
  overflow: hidden;
}

.post-image-container {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.post-image-v-2 {
  object-fit: cover;
  width: 100%;
  height: 240px;
}

.post-content-v-2 {
  width: 60%;
  padding-left: 20px;
  padding-right: 20px;
}

.team-member {
  text-align: center;
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  display: flex;
  box-shadow: 0 11px 30px #37446f30;
}

.team-grid {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  max-width: 870px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.testimonial-details-v-3 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.contact-container {
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  align-items: center;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  box-shadow: 0 18px 40px #37446f24;
}

.error-message {
  color: #ff3b73;
  text-align: center;
  background-color: #ffe9e9;
  border-radius: 6px;
  max-width: 500px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.success-message {
  color: #0088a3;
  background-color: #cdfffb;
  border-radius: 6px;
  max-width: 500px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

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

.search-field {
  background-image: url('../images/search_icon.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #c4cbe5;
  border-radius: 4px;
  min-width: 260px;
  max-width: 540px;
  height: 46px;
  margin-bottom: 0;
  margin-right: 20px;
  padding: 12px 24px 12px 52px;
  transition: all .2s;
}

.search-field:hover {
  border-color: #8087a6;
}

.search-field:focus {
  border-color: #4e74ff;
}

.search-field::placeholder {
  color: #c5cee4;
}

.topics-container {
  background-color: #eff3fb;
  border-radius: 4px;
  margin-top: 40px;
  padding: 30px;
  position: sticky;
  top: 30px;
}

.search {
  margin-bottom: 60px;
  display: flex;
}

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

.link-topics {
  color: #4e74ff;
  text-decoration: none;
}

.help-category {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.asset-container {
  border-radius: 6px;
  flex-direction: row;
  align-items: center;
  margin-top: 50px;
  padding: 10px 30px 10px 10px;
  display: flex;
  box-shadow: 0 10px 24px #37446f24;
}

.asset-composition {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  max-width: 160px;
  height: 160px;
  display: flex;
  overflow: hidden;
}

.asset-links {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px 30px 20px 50px;
  display: grid;
}

.link-asset {
  color: #4e74ff;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
  display: flex;
}

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

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-white {
  color: #c5cee4;
  letter-spacing: .4px;
  margin-bottom: 30px;
}

.error-code {
  color: #8087a6;
  font-size: 18px;
  font-weight: 400;
}

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

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

.password-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 280px;
  display: grid;
}

.search-result-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  width: 20%;
  height: 100%;
}

.search-result-info {
  width: 80%;
  padding: 20px;
}

.search-result-item {
  border-radius: 6px;
  align-items: center;
  height: 210px;
  margin-bottom: 30px;
  display: flex;
  box-shadow: 0 10px 20px #37446f24;
}

.search-result-heading {
  color: var(--grey-80);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
}

.xsmall-text {
  color: var(--grey-60);
  margin-bottom: 6px;
  font-size: 13px;
  line-height: 18px;
}

.article-info {
  margin-top: 30px;
  margin-bottom: 30px;
}

.post-container {
  width: 100%;
  max-width: 770px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.inline-text {
  color: #8087a6;
  font-size: 14px;
  line-height: 20px;
  display: inline;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.grid.whats-new {
  margin-bottom: 0;
}

.content-wrapper {
  padding: 15px;
}

.video-light-box {
  width: 100%;
  display: none;
}

.lightbox-thumbnail {
  width: 100%;
}

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

.empty-state-2 {
  color: #abadbf;
  text-align: center;
  background-color: #0000;
  border: 2px solid #767887;
  border-radius: 24px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 60px;
  font-size: 20px;
}

.card-blog-post-v3-about-author {
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.card-blog-post-about-wrapper-v3 {
  border-top: 1px solid #767887;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding: 24px 32px;
  display: flex;
}

.badge {
  color: #fff;
  background-color: #6254ff;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.143em;
}

.badge.card-blog-post-v3 {
  background-color: var(--primary-80);
  margin-top: -22px;
  margin-bottom: 22px;
}

.image-wrapper {
  overflow: hidden;
  transform: translate(0);
}

.card-blog-post-top-content-v3 {
  z-index: 1;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 40px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.image.card-blog-post-v3 {
  object-fit: cover;
  width: 100%;
  height: 310px;
}

.image.card-blog-v3-author {
  border-radius: 1000px;
  width: 52px;
  min-width: 52px;
  height: 52px;
  margin-right: 14px;
}

.image.how-it-works {
  margin-left: auto;
  margin-right: 0;
  padding-right: 0;
}

.image.home-hero-v2 {
  border-radius: 18px;
}

.image.icon-feature-v2 {
  margin-bottom: 30px;
}

.image.icon-feature-v2.home {
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.image.whats-new-video-thumbnail {
  max-width: 80%;
  margin-left: auto;
  margin-right: 0;
  padding-right: 0;
}

.card-blog-post-date-v3 {
  font-size: 16px;
  line-height: 1.111em;
}

.card-blog-v3-author-name {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1em;
}

.title.blog-post-v3 {
  color: var(--white);
  margin-top: 20px;
}

.title.cta-v3 {
  max-width: 42%;
  margin-bottom: 0;
}

.card-blog-post-content-v3 {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.card {
  background-color: #39394b;
  border-radius: 20px;
  overflow: hidden;
}

.card.blog-post-v3 {
  background-color: var(--midnight-blue);
  color: #e1e1e7;
  border-radius: 0;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.card.blog-post-v3:hover {
  opacity: 1;
}

.card.cta-v3 {
  z-index: 110;
  background-color: var(--midnight-blue);
  background-image: linear-gradient(45deg, var(--primary-80), #01306d);
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 80px;
  padding: 70px;
  display: flex;
  position: relative;
}

.card.feature-v2 {
  text-align: center;
  border-radius: 24px;
  padding: 12px 0;
}

.card.feature-v2.how-it-works {
  background-color: #0000;
}

.button-primary {
  background-color: var(--primary-80);
  color: #fff;
  text-align: center;
  min-width: 180px;
  transform-style: preserve-3d;
  border-radius: 8px;
  padding: 20px 50px;
  font-family: Circularstd, sans-serif;
  font-weight: 400;
  line-height: 20px;
  transition: transform .35s, background-color .35s;
}

.button-primary:hover {
  background-color: var(--primary-80);
  opacity: 1;
  color: #fff;
  transform: scale3d(.95, .95, 1.01);
}

._2-buttons {
  justify-content: center;
  align-items: center;
  display: flex;
}

._2-buttons.cta-v1 {
  justify-content: flex-start;
}

._2-buttons.cta-v1.padding-top-30 {
  margin-top: 30px;
}

._2-buttons.home-hero-v2 {
  justify-content: flex-start;
  margin-bottom: 92px;
}

.space._2-buttons {
  width: 28px;
}

.body {
  margin-left: auto;
  margin-right: auto;
  font-family: Circularstd, sans-serif;
}

.section-2 {
  padding-top: 180px;
  padding-bottom: 180px;
}

.section-2.home-hero-v2 {
  padding-top: 55px;
  padding-bottom: 0;
  overflow: hidden;
}

.section-2.features-v2 {
  padding-top: 0;
}

.section-2.features-v2.how-it-works {
  background-color: #272735;
  padding-top: 100px;
}

.home-hero-v2-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.paragraph {
  font-family: Circularstd, sans-serif;
}

.paragraph.home-hero-v2 {
  margin-bottom: 42px;
}

.container-default {
  max-width: 1244px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.features-v2-grid {
  grid-column-gap: 20px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 48px;
}

.split-content.home-hero-v2-left {
  max-width: 620px;
  margin-bottom: -69px;
  margin-right: 40px;
  padding-top: 40px;
  padding-bottom: 0;
}

.split-content.home-hero-v2-left.centred {
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  padding-left: 30px;
  display: flex;
}

.how-it-works-image-wrapper {
  display: flex;
}

.how-it-works-hero-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 25px;
  display: grid;
}

.heading {
  margin-bottom: 100px;
}

.container-medium-628px {
  max-width: 628px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-628px.features-v2 {
  text-align: center;
  margin-bottom: 56px;
}

.dark-strip {
  background-color: var(--grey-80);
  height: 150px;
  color: var(--white);
  padding-top: 40px;
  padding-bottom: 40px;
  position: absolute;
  inset: auto 0% 0%;
}

.subscribe-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.subscribe-form-flex {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.subscribe-form-input-wrapper {
  text-align: left;
}

.subscribe-form-input {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.flex {
  display: flex;
}

.nav-link {
  color: var(--grey-80);
  padding: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.drop-down-link {
  color: var(--grey-80);
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.drop-down-link:hover {
  color: var(--grey-81);
}

.drop-down-link.w--current {
  font-weight: 700;
}

.paragraph-2 {
  color: var(--grey-60);
  margin-top: 10px;
  font-family: Circularstd, sans-serif;
  font-weight: 400;
}

.paragraph-3, .paragraph-4 {
  color: var(--grey-81);
}

.paragraph-5 {
  font-family: Circularstd, sans-serif;
}

.paragraph-6 {
  color: #304a6b;
}

.paragraph-7 {
  color: var(--grey-81);
  margin-bottom: 40px;
  font-family: Circularstd, sans-serif;
}

.paragraph-8 {
  color: var(--primary-80);
  font-family: Circularstd, sans-serif;
}

.heading-2, .heading-3, .heading-4 {
  font-family: Circularstd, sans-serif;
  font-weight: 900;
}

.paragraph-9, .text-block {
  color: var(--grey-81);
  font-size: 18px;
}

.text-block-2 {
  font-size: 18px;
}

.text-block-2:hover {
  color: var(--primary-80);
  font-weight: 400;
}

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

.text-block-3, .text-block-4 {
  color: var(--grey-81);
}

.image-5 {
  max-width: 120%;
}

.text-span {
  text-decoration: overline;
}

.large-avatar-copy.avatar-4 {
  background-image: url('../images/Lou--portrait.png');
}

.large-avatar-copy-copy {
  background-image: url('../images/dlbxlogo.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 100%;
  width: 124px;
  height: 124px;
  margin-bottom: 24px;
}

.large-avatar-copy-copy.avatar-6 {
  background-image: url('../images/Avatar_6.jpg');
}

.large-avatar-copy-copy.avatar-2 {
  background-image: url('../images/Frank-portrait.png');
  background-position: 0 0;
  background-size: cover;
}

.large-avatar-copy-copy.avatar-4 {
  background-image: url('../images/Lou--portrait.png');
}

.large-avatar-copy-copy.avatar-3 {
  background-image: url('../images/Kevin-portrait.png');
  background-position: 0 0;
  background-size: cover;
}

.large-avatar-copy-copy.avatar-5 {
  background-image: url('../images/Taylor-portrait.png');
}

.large-avatar-copy-copy.orobit {
  background-image: url('../images/orobit3.png');
  border-radius: 0%;
}

.large-avatar-copy-copy-copy {
  background-image: url('../images/Screen-Shot-2021-10-19-at-3.53.34-PM.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  width: 124px;
  height: 124px;
  margin-bottom: 24px;
}

.large-avatar-copy-copy-copy.avatar-6 {
  background-image: url('../images/Avatar_6.jpg');
}

.large-avatar-copy-copy-copy.avatar-2 {
  background-image: url('../images/Frank-portrait.png');
  background-position: 0 0;
  background-size: cover;
}

.large-avatar-copy-copy-copy.avatar-4 {
  background-image: url('../images/Lou--portrait.png');
}

.large-avatar-copy-copy-copy.avatar-3 {
  background-image: url('../images/Kevin-portrait.png');
  background-position: 0 0;
  background-size: cover;
}

.large-avatar-copy-copy-copy.avatar-5 {
  background-image: url('../images/Taylor-portrait.png');
}

.large-avatar-copy {
  background-image: url('../images/Thomas-portrait.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 100%;
  width: 124px;
  height: 124px;
  margin-bottom: 24px;
}

.large-avatar-copy.avatar-6 {
  background-image: url('../images/Avatar_6.jpg');
}

.large-avatar-copy.avatar-2 {
  background-image: url('../images/Frank-portrait.png');
  background-position: 0 0;
  background-size: cover;
}

.large-avatar-copy.avatar-4 {
  background-image: url('../images/Untitled-design-7.jpg');
  background-position: 50%;
  background-size: cover;
}

.large-avatar-copy.avatar-3 {
  background-image: url('../images/Kevin-portrait.png');
  background-position: 0 0;
  background-size: cover;
}

.large-avatar-copy.avatar-5 {
  background-image: url('../images/Taylor-portrait.png');
}

.large-avatar-copy.avatar-2-copy {
  background-image: url('../images/Frank-portrait.png');
  background-position: 0 0;
  background-size: cover;
}

.large-avatar-copy.avatar-3-copy {
  background-image: url('../images/Kevin-portrait.png');
  background-position: 0 0;
  background-size: cover;
}

.large-avatar-copy.avatar-4-copy {
  background-image: url('../images/1549831649986.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0%;
  width: 150px;
}

.large-avatar-copy.darkfusion {
  background-image: url('../images/daKFUSION.jpg');
  border-radius: 0%;
}

.large-avatar-copy.avatr5 {
  background-image: url('../images/codeuslogo.jpg');
  border-radius: 0%;
}

.grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  grid-template: ". Area"
  / 2.25fr 1fr 1fr 4.25fr;
  margin-top: 20px;
}

.paragraph-10 {
  color: var(--grey-81);
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 0;
}

.image-7 {
  padding-bottom: 5px;
}

.image-8 {
  padding-bottom: 7px;
}

.image-9 {
  padding-top: 0;
  padding-bottom: 11px;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 870px;
  display: grid;
}

.div-block-2 {
  width: 80%;
}

.video {
  border: 0 #000;
}

.navbar-no-dropdown {
  display: flex;
}

.div-block-3 {
  justify-content: center;
  padding-top: 140px;
  display: flex;
}

.body-2 {
  margin-top: 0;
}

.paragraph-11 {
  color: #797979;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 30px;
}

.heading-5 {
  font-weight: 400;
}

.heading-6 {
  color: #797979;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.team-grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template: ". . ."
                 ". . Area"
                 ". . ."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  max-width: 870px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.social-link-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  transition: all .2s;
  display: flex;
}

.social-link-2:hover {
  opacity: .8;
}

.large-avatar-2 {
  background-image: url('../images/Untitled-design-9.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 100%;
  width: 124px;
  height: 124px;
  margin-bottom: 24px;
}

.large-avatar-2.avatar-3 {
  background-image: url('../images/Untitled-design-8-df.jpg');
  background-position: 50%;
  background-size: contain;
  flex: none;
  width: 124px;
  position: static;
}

.large-avatar-2.avatar-9 {
  background-image: url('../images/semel.jpg');
  background-position: 0 0;
  background-size: contain;
}

.large-avatar-2.avatar-2 {
  background-image: url('../images/frankcoris.jpg');
  background-position: 0 0;
  background-size: cover;
  flex: 0 auto;
}

.large-avatar-2.avatar-5 {
  background-image: url('../images/Taylor-portrait.png');
  background-size: contain;
}

.large-avatar-2.avatar-7 {
  background-image: url('../images/1705254828403.jpeg');
  background-position: 0 0;
  background-size: contain;
}

.large-avatar-2.avatar-6 {
  background-image: url('../images/1615909319587.jpeg');
  background-position: 0 0;
  background-size: contain;
}

.large-avatar-2.avatar-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/ceo.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 24px;
  padding-top: 0;
  display: block;
}

.large-avatar-2.avatar-8 {
  background-image: url('../images/Untitled-design-10.png');
  background-position: 0 0;
  background-size: contain;
}

.small-text-2 {
  color: #797979;
  margin-bottom: 10px;
  font-family: Circularstd, sans-serif;
  font-size: 14px;
}

.main-field-row {
  margin-bottom: 24px;
  position: relative;
}

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

.main-form-box.mt24 {
  margin-top: 24px;
}

.contect-title {
  margin-bottom: 10px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.21429;
}

.main-submit-button {
  background-color: #0360dc;
  border-radius: 50px;
  width: 100%;
  height: 60px;
  padding: 20px;
  font-size: 1rem;
  transition: all .3s;
}

.main-submit-button:hover {
  color: #000;
  background-color: #bfd5f3;
  font-weight: 700;
}

.contact-box {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 40px;
  padding: 30px;
  box-shadow: 0 4px 50px #0000000d;
}

.main-field {
  color: #00000080;
  background-color: #eff3fb;
  border: 0 solid #000;
  border-radius: 50px;
  height: 66px;
  margin-bottom: 0;
  padding: 18px 24px 18px 54px;
  font-size: 18px;
}

.main-field:focus {
  color: #000;
}

.main-field::placeholder {
  color: #00000080;
}

.main-field.textarea {
  border-radius: 20px;
  height: 185px;
}

.input-field-icon {
  position: absolute;
  top: 23px;
  left: 24px;
}

.info-title {
  margin-bottom: 10px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.21429;
}

.contact-info-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.mt50 {
  margin-top: 100px;
}

.contact-info-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #000;
  text-decoration: none;
  display: flex;
}

.contact-info-icon {
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
}

.contact-info-icon.icon-bg-one {
  background-color: #bfd5f3;
}

.contact-info-icon.icon-bg-two {
  background-color: #bbecff;
}

.div-block-4 {
  height: 40px;
}

.h1-subpage-title {
  text-align: center;
  font-size: 90px;
  line-height: 90px;
}

.bold-text-2 {
  font-weight: 900;
}

.div-block-5 {
  height: 40px;
}

.bold-text-3 {
  font-weight: 900;
}

.superscript {
  font-size: 12px;
}

@media screen and (min-width: 1280px) {
  .contect-title {
    line-height: 1.21429;
  }

  .contact-box {
    margin-top: 0;
  }
}

@media screen and (min-width: 1440px) {
  .main-field.textarea {
    height: 190px;
  }
}

@media screen and (max-width: 991px) {
  .brand.white, .navbar-dropdown {
    width: 100%;
  }

  .middle-burger-line {
    background-color: #37446f;
    border-radius: 20px;
    width: 28px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .buttons-container {
    background-color: #eff3fb;
    justify-content: center;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 0;
  }

  .dropdown-list {
    border-bottom: 1px solid #dee2ef;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    border-radius: 0;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-icon {
    display: flex;
  }

  .menu-button {
    padding: 0;
  }

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

  .nav-menu {
    background-color: var(--white);
    border-radius: 0;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 20px 60px #37446f66;
  }

  .bottom-burger-line {
    background-color: #37446f;
    border-radius: 20px;
    width: 28px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .primary-small-button.white {
    background-color: #4e74ff;
  }

  .primary-small-button.white:hover {
    background-color: #37446f;
  }

  .navigation {
    position: absolute;
    inset: 0% 0% auto;
  }

  .dropdown-toggle {
    width: 100%;
  }

  .dropdown-toggle.white, .dropdown-toggle.white:hover {
    color: var(--grey-80);
  }

  .burger-icon {
    z-index: 400;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    padding: 4px;
    display: flex;
    position: relative;
  }

  .top-burger-line {
    background-color: #37446f;
    border-radius: 20px;
    width: 28px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .secondary-small-button.light.margin-right {
    color: #3762ff;
    border-color: #3762ff;
  }

  .h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .h2.white._70 {
    width: 100%;
  }

  .h2.white._70.text-align-left {
    text-align: center;
  }

  .h1 {
    margin-top: 0;
  }

  .section.home-hero {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 60px;
  }

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

  .section.hero.bg {
    height: auto;
  }

  .section.hero._100vh {
    padding-top: 0;
  }

  .section.hero-dark {
    background-color: #253057;
    background-image: url('../images/hero-lines.svg');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .section.hero-grey {
    height: auto;
  }

  .section.contact-hero {
    padding-top: 80px;
  }

  .section.whats-new {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .primary-medium-button.pricing-4 {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 14px;
    line-height: 20px;
  }

  .primary-button.video {
    width: 100%;
  }

  .medium-container.center {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

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

  .two-col-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .two-col-grid.max-width {
    grid-template-columns: max-content;
    justify-content: center;
  }

  .small-container.hero {
    text-align: center;
    align-items: center;
    max-width: 640px;
    margin-bottom: 30px;
  }

  .main-image {
    width: 100%;
  }

  .subtitle {
    text-align: center;
  }

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

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

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

  .logotype {
    justify-content: center;
  }

  .feature-info {
    max-width: none;
  }

  .small-feature {
    align-items: center;
  }

  .slider-testimonials.margin-top {
    margin-top: 20px;
  }

  .image-slider {
    width: 100%;
  }

  .accordion {
    justify-content: center;
    align-items: center;
  }

  .pricing-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: max-content max-content;
  }

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

  .image-composition {
    width: 100%;
  }

  .tab-link-v-3-tab-4 {
    padding-left: 10px;
    font-size: 18px;
  }

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

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

  .image-error-page {
    width: 50%;
  }

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

  .card-blog-post-v3-about-author {
    margin-bottom: 15px;
    margin-right: 10px;
  }

  .card-blog-post-about-wrapper-v3 {
    flex-wrap: wrap-reverse;
    padding: 20px 20px 5px;
  }

  .card-blog-post-top-content-v3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image.card-blog-post-v3 {
    height: 200px;
  }

  .image.how-it-works {
    object-fit: scale-down;
    max-width: 100%;
    margin-right: 0;
    padding-right: 0;
  }

  .image.home-hero-v2 {
    max-width: 100%;
    margin-right: 0;
  }

  .image.whats-new-video-thumbnail {
    object-fit: scale-down;
    max-width: 100%;
    margin-right: 0;
    padding-right: 0;
  }

  .card-blog-post-date-v3 {
    margin-bottom: 15px;
  }

  .title.cta-v3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .card.cta-v3 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 100px 60px;
  }

  .card.feature-v2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  ._2-buttons.cta-v1 {
    justify-content: center;
  }

  ._2-buttons.home-hero-v2 {
    margin-bottom: 60px;
  }

  .section-2 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .section-2.home-hero-v2 {
    padding-top: 40px;
  }

  .home-hero-v2-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }

  .paragraph.home-hero-v2 {
    margin-bottom: 40px;
  }

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

  .split-content.home-hero-v2-left {
    margin-bottom: 60px;
    margin-right: 0;
  }

  .how-it-works-hero-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .grid-2 {
    grid-column-gap: 30px;
    width: 70%;
  }

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

@media screen and (max-width: 767px) {
  .brand {
    padding-left: 0;
  }

  .brand.white {
    width: 80%;
  }

  .bottom-burger-line {
    padding-bottom: 0;
    padding-right: 0;
  }

  .burger-icon {
    opacity: 1;
  }

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

  .h3.not-margin.blog {
    font-size: 21px;
    line-height: 27px;
  }

  .small-text {
    line-height: 24px;
  }

  .h2.white._70 {
    text-align: center;
    width: 80%;
  }

  .h1 {
    font-size: 40px;
    line-height: 42px;
  }

  .styleguide-colors {
    justify-content: space-between;
    width: 220px;
  }

  .section.home-hero {
    margin-bottom: 0;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .section.dark {
    background-size: 880px;
  }

  .section.hero {
    padding-bottom: 60px;
  }

  .section.hero._100vh {
    min-height: auto;
    overflow: visible;
  }

  .section.hero-dark {
    background-size: 140%;
    padding-bottom: 60px;
  }

  .section.hero-grey {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .section.whats-new {
    background-size: 880px;
  }

  .primary-medium-button.pricing-4 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .container {
    position: relative;
  }

  .footer.dark {
    background-size: 600px;
  }

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

  .two-col-grid.max-width {
    grid-template-columns: 1fr;
  }

  .subtitle {
    text-align: center;
    font-size: 20px;
    line-height: 26px;
  }

  .main-grid {
    justify-items: center;
  }

  .feature-info {
    margin-top: 10px;
    margin-left: 0;
  }

  .feature-icon-left {
    flex-direction: column;
  }

  .slider-testimonials {
    justify-content: center;
    align-items: center;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .slide-nav {
    justify-content: center;
    align-items: center;
    display: flex;
    bottom: 10px;
  }

  .slide-nav-dark {
    justify-content: center;
    align-items: center;
    bottom: 10px;
  }

  .pricing-card-v-2 {
    margin-top: 20px;
  }

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

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

  .pricing-v-4-cell {
    border-right: 1px solid var(--grey-20);
    border-left: 1px solid var(--grey-20);
  }

  .columns {
    width: 100%;
  }

  .empty-cell {
    display: none;
  }

  .pricing-v-4-header {
    border-top: 1px solid var(--grey-20);
    border-bottom: 1px solid var(--grey-20);
    width: 100%;
  }

  .pricing-grid-v-2 {
    grid-template-columns: 25% 25% 25% 25%;
    justify-items: start;
  }

  .pricing-v-4-row {
    flex-direction: column;
  }

  .pricing-v-4-row.border-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .tabs-menu-v-3 {
    flex-direction: column;
  }

  .tab-link-v-3-tab-4 {
    padding-right: 10px;
  }

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

  .topics-container {
    margin-top: 0;
    position: static;
  }

  .help-category {
    flex-direction: column;
  }

  .asset-container {
    padding-right: 10px;
  }

  .image-error-page {
    width: 70%;
  }

  .grid.whats-new {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column-reverse wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
  }

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

  .blog-category-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .empty-state-2 {
    border-radius: 20px;
    padding: 50px;
  }

  .badge.card-blog-post-v3 {
    margin-bottom: 20px;
  }

  .image.card-blog-post-v3 {
    height: 310px;
  }

  .image.how-it-works, .image.whats-new-video-thumbnail {
    margin-left: 0;
  }

  .card.blog-post-v3 {
    flex-direction: column;
  }

  .card.cta-v3 {
    padding: 80px 40px;
  }

  .card.feature-v2 {
    text-align: left;
    border-radius: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .button-primary {
    padding-left: 40px;
    padding-right: 40px;
  }

  ._2-buttons {
    justify-content: flex-start;
  }

  ._2-buttons.home-hero-v2 {
    margin-bottom: 50px;
  }

  .space._2-buttons {
    width: 20px;
  }

  .section-2 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .features-v2-grid {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .split-content.home-hero-v2-left {
    margin-bottom: 50px;
  }

  .how-it-works-image-wrapper {
    justify-content: center;
    align-items: center;
  }

  .how-it-works-hero-wrapper {
    grid-template-columns: 1fr;
  }

  .heading {
    margin-bottom: 0;
  }

  .container-medium-628px.features-v2 {
    text-align: left;
    margin-bottom: 30px;
    margin-left: 0;
  }

  .dark-strip {
    height: auto;
    margin-top: 25px;
    padding-top: 30px;
    padding-bottom: 30px;
    position: static;
  }

  .subscribe-form {
    padding: 40px 20px;
  }

  .div-block {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-2 {
    width: 90%;
  }

  .whats-new-thumb {
    width: 380px;
  }

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

  .small-text-2 {
    line-height: 24px;
  }

  .h1-subpage-title {
    line-height: 70px;
  }

  .bold-text-2 {
    font-size: 70px;
    line-height: 60px;
  }
}

@media screen and (max-width: 479px) {
  .brand.white {
    display: none;
  }

  .h4 {
    white-space: break-spaces;
  }

  .h4.pricing-4 {
    font-size: 16px;
  }

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

  .h2 {
    text-align: center;
    font-size: 26px;
    line-height: 30px;
  }

  .h2.white {
    margin-bottom: 40px;
    font-size: 23px;
    line-height: 30px;
  }

  .h2.white._70 {
    width: 80%;
    margin-bottom: 20px;
  }

  .h2.white.newsletter {
    text-align: left;
  }

  .h1 {
    margin-top: 0;
    font-size: 34px;
    line-height: 36px;
  }

  .section {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .section.home-hero {
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 30px;
  }

  .section.dark {
    background-size: 700px;
  }

  .section.hero._100vh {
    padding-top: 0;
  }

  .section.hero-dark {
    background-color: #253057;
    background-position: 50% 100%;
    background-size: 200%;
  }

  .section.hero-grey {
    margin-bottom: 0;
    padding-top: 120px;
  }

  .section.whats-new {
    background-size: 700px;
    padding-bottom: 0;
  }

  .title-container.hidden, .title-container.hidden.lesspadding {
    margin-bottom: 30px;
  }

  .primary-medium-button.pricing-4 {
    text-align: center;
    margin-top: 20px;
    padding: 8px 4px;
  }

  .text-field {
    width: 100%;
    min-width: 0;
  }

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

  .primary-button {
    margin-top: 30px;
  }

  .submit {
    width: 100%;
  }

  .textarea {
    width: 100%;
    min-width: 0;
  }

  .container {
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container._100 {
    padding-left: 0;
    padding-right: 0;
  }

  .rich-text {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .rich-text p, .rich-text blockquote {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text h2 {
    font-size: 26px;
  }

  .rich-text li {
    font-size: 16px;
    line-height: 28px;
  }

  .footer-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .small-container.hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .main-image {
    width: 130%;
  }

  .subtitle {
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 26px;
  }

  .subtitle.white {
    font-size: 14px;
    line-height: 23px;
  }

  .subtitle.whats-new {
    margin-top: 0;
  }

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

  .layout-container {
    margin-bottom: 20px;
  }

  .logotypes-container {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 60px;
  }

  .logotype {
    object-fit: scale-down;
  }

  .logo-image {
    object-fit: contain;
    width: 100%;
  }

  .feature-icon-left {
    width: 100%;
  }

  .left-arrow {
    left: -15px;
  }

  .right-arrow {
    right: -15px;
  }

  .tabs-content {
    flex-flow: wrap;
    align-content: stretch;
    overflow: visible;
  }

  .chip {
    margin-left: 0;
    padding: 6px 8px;
    font-size: 13px;
    line-height: 18px;
  }

  .label-discount {
    justify-content: flex-end;
    align-self: flex-end;
    margin-left: 0;
  }

  .plus-icon {
    margin-left: 10px;
  }

  .accordion-container {
    align-content: space-around;
  }

  .promo-video {
    height: 220px;
  }

  .testimonial-v-2 {
    margin-left: 0;
    margin-right: 0;
    box-shadow: 0 4px 10px #37446f24;
  }

  .email-form {
    grid-template-columns: 100%;
    width: 100%;
  }

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

  .form-block {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

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

  .testimonial-v-3 {
    margin-left: 0;
    margin-right: 0;
    box-shadow: 0 4px 10px #37446f24;
  }

  .pricing-card-v-4, .pricing-card-v-4.radius-left {
    padding-left: 8px;
    padding-right: 8px;
  }

  .pricing-grid-v-2 {
    overflow: visible;
  }

  .tab-link-v-3-tab-2 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .tabs-menu-v-3 {
    flex-flow: column wrap;
    width: 100%;
    display: none;
  }

  .tab-link-v-3-tab-4, .tab-link-v-3-tab-1, .tab-link-v-3-tab-3 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .post-card-v-3 {
    flex-direction: column;
    height: auto;
  }

  .post-image-container {
    width: 100%;
  }

  .post-content-v-2 {
    width: 100%;
    padding: 20px 0;
  }

  .team-member {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 0 4px 10px #37446f24;
  }

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

  .search-field {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .search {
    flex-direction: column;
  }

  .help-category {
    width: 100%;
  }

  .asset-container {
    flex-direction: column;
  }

  .asset-links {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .image-password {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-category-grid {
    grid-row-gap: 20px;
  }

  .empty-state-2 {
    border-radius: 10px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .card-blog-post-top-content-v3 {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .image.card-blog-post-v3 {
    aspect-ratio: 16 / 9;
    height: auto;
  }

  .image.card-blog-v3-author {
    width: 42px;
    min-width: 42px;
    height: 42px;
    margin-right: 10px;
  }

  .image.how-it-works, .image.home-hero-v2 {
    border-radius: 10px;
  }

  .image.icon-feature-v2 {
    margin-bottom: 20px;
  }

  .image.whats-new-video-thumbnail {
    border-radius: 10px;
  }

  .card-blog-v3-author-name {
    font-size: 18px;
  }

  .title.blog-post-v3 {
    font-size: 18px;
    line-height: 26px;
  }

  .title.cta-v3 {
    max-width: 396px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .card, .card.blog-post-v3 {
    border-radius: 10px;
  }

  .card.cta-v3 {
    align-items: center;
    margin-top: 40px;
    padding: 30px 20px 20px;
  }

  .card.feature-v2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card.feature-v2.how-it-works {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-primary {
    width: 100%;
    min-width: 180px;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._2-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  ._2-buttons.home-hero-v2 {
    margin-bottom: 40px;
  }

  .space._2-buttons {
    height: 20px;
  }

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

  .section-2.home-hero-v2 {
    padding-top: 30px;
  }

  .paragraph.home-hero-v2 {
    margin-bottom: 30px;
  }

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

  .features-v2-grid {
    grid-template-columns: 1fr;
  }

  .split-content.home-hero-v2-left {
    margin-bottom: 40px;
  }

  .split-content.home-hero-v2-left.centred {
    padding-top: 0;
    padding-left: 0;
  }

  .feature-v1-content {
    max-width: 425px;
  }

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

  .container-medium-628px.features-v2 {
    margin-bottom: 40px;
  }

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

  .subscribe-form-input-wrapper {
    flex: 1;
    align-self: stretch;
  }

  .subscribe-form-input {
    width: 100%;
  }

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

  .grid-2 {
    grid-column-gap: 20px;
    width: 100%;
  }

  .image-9 {
    padding-top: 0;
    padding-bottom: 9px;
  }

  .div-block {
    grid-template-columns: 1fr;
  }

  .div-block-2 {
    width: 100%;
  }

  .whats-new-thumb {
    width: auto;
  }

  .team-grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template: "."
                   "."
                   "."
                   / 1fr 1fr;
  }

  .contact-info-row {
    flex-flow: wrap;
  }

  .div-block-4 {
    height: 40px;
  }

  .h1-subpage-title {
    font-size: 40px;
    line-height: 50px;
  }

  .bold-text-2 {
    font-size: 50px;
    line-height: 40px;
  }

  .div-block-5 {
    height: 20px;
  }
}

#w-node-e68baade-2048-4af8-d673-54211cc5e621-5e4cf79f {
  place-self: center end;
}

#w-node-_44797ee6-5486-1d8f-0733-0be36c3ba4c7-5e4cf79f {
  align-self: end;
}

#w-node-_44797ee6-5486-1d8f-0733-0be36c3ba4ca-5e4cf79f {
  justify-self: end;
}

#w-node-_58064414-fd3b-7c34-95bc-3bf3988e45a2-988e459b, #w-node-_58064414-fd3b-7c34-95bc-3bf3988e45af-988e459b, #w-node-_58064414-fd3b-7c34-95bc-3bf3988e45bc-988e459b, #w-node-_7c062a17-3ef8-c458-2676-089f61a9dd6e-988e459b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58064414-fd3b-7c34-95bc-3bf3988e45c9-988e459b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_026fe1d8-dd72-aa4a-08b3-fe06578f329a-474cf7a7 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_026fe1d8-dd72-aa4a-08b3-fe06578f32a1-474cf7a7 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: start;
}

#w-node-c43bf44f-43ac-4ed4-e691-d28d846b4993-524cf7cb {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-db470f91-2e42-ccc6-14d9-ce28b7638ebf-524cf7cb {
  grid-area: 1 / 9 / 2 / 13;
  align-self: start;
}

#w-node-b77ffc25-31d5-1e03-b6b7-ab7d5f27727e-684cf7ae {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-b77ffc25-31d5-1e03-b6b7-ab7d5f277285-684cf7ae {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-b77ffc25-31d5-1e03-b6b7-ab7d5f27728c-684cf7ae {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_25cb91f0-6853-452b-a568-f2500e2f9745-684cf7ae {
  align-self: end;
}

#w-node-_25cb91f0-6853-452b-a568-f2500e2f9748-684cf7ae {
  justify-self: end;
}

#w-node-_7880a228-6e4d-bed5-9e7b-055f5088abcc-684cf7ae {
  grid-area: 2 / 1 / 3 / 6;
}

#w-node-_7880a228-6e4d-bed5-9e7b-055f5088abd9-684cf7ae {
  grid-area: 3 / 1 / 4 / 6;
}

#w-node-_7880a228-6e4d-bed5-9e7b-055f5088abe6-684cf7ae {
  grid-area: 4 / 1 / 5 / 6;
}

#w-node-_7880a228-6e4d-bed5-9e7b-055f5088abf3-684cf7ae {
  grid-area: 5 / 1 / 6 / 6;
}

#w-node-_7880a228-6e4d-bed5-9e7b-055f5088ac00-684cf7ae {
  grid-area: 6 / 1 / 7 / 6;
}

#w-node-_7880a228-6e4d-bed5-9e7b-055f5088ac0d-684cf7ae {
  grid-area: 7 / 1 / 8 / 6;
}

#w-node-_7880a228-6e4d-bed5-9e7b-055f5088ac1a-684cf7ae {
  grid-area: 8 / 1 / 9 / 6;
}

#w-node-_1c353eb0-1405-6595-86cb-3103b4243f8d-0f4cf7a8 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_1c353eb0-1405-6595-86cb-3103b4243f99-0f4cf7a8 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: start;
}

#w-node-e68baade-2048-4af8-d673-54211cc5e621-ac4cf7b2 {
  align-self: center;
}

#w-node-_44797ee6-5486-1d8f-0733-0be36c3ba4c7-ac4cf7b2 {
  align-self: end;
}

#w-node-_44797ee6-5486-1d8f-0733-0be36c3ba4ca-ac4cf7b2 {
  justify-self: end;
}

#w-node-_46db8a7c-9405-91ac-13bb-63c1e57749c5-ac4cf7b2 {
  order: 9999;
}

#w-node-_7bce21cd-f0f3-29c7-7268-9809c50d3648-564cf7b8 {
  grid-area: 2 / 1 / 3 / 6;
}

#w-node-_7bce21cd-f0f3-29c7-7268-9809c50d3655-564cf7b8 {
  grid-area: 3 / 1 / 4 / 6;
}

#w-node-_7bce21cd-f0f3-29c7-7268-9809c50d3662-564cf7b8 {
  grid-area: 4 / 1 / 5 / 6;
}

#w-node-_7bce21cd-f0f3-29c7-7268-9809c50d366f-564cf7b8 {
  grid-area: 5 / 1 / 6 / 6;
}

#w-node-_7bce21cd-f0f3-29c7-7268-9809c50d367c-564cf7b8 {
  grid-area: 6 / 1 / 7 / 6;
}

#w-node-_7bce21cd-f0f3-29c7-7268-9809c50d3689-564cf7b8 {
  grid-area: 7 / 1 / 8 / 6;
}

#w-node-_7bce21cd-f0f3-29c7-7268-9809c50d3696-564cf7b8 {
  grid-area: 8 / 1 / 9 / 6;
}

#w-node-_0ddf3662-75b6-684e-4e21-7c02d03e48c2-6b4cf7b5 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_0ddf3662-75b6-684e-4e21-7c02d03e48e1-6b4cf7b5 {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-_0ddf3662-75b6-684e-4e21-7c02d03e4900-6b4cf7b5 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_0ddf3662-75b6-684e-4e21-7c02d03e4921-6b4cf7b5 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_0ddf3662-75b6-684e-4e21-7c02d03e4940-6b4cf7b5 {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-_0ddf3662-75b6-684e-4e21-7c02d03e495f-6b4cf7b5 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_20e68047-230a-4c16-4aa0-cb56b65efd29-4a4cf7b6 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_20e68047-230a-4c16-4aa0-cb56b65efd48-4a4cf7b6 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_20e68047-230a-4c16-4aa0-cb56b65efd67-4a4cf7b6 {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-_20e68047-230a-4c16-4aa0-cb56b65efd86-4a4cf7b6 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-_20e68047-230a-4c16-4aa0-cb56b65efda7-4a4cf7b6 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_20e68047-230a-4c16-4aa0-cb56b65efdc6-4a4cf7b6 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_20e68047-230a-4c16-4aa0-cb56b65efde5-4a4cf7b6 {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-_20e68047-230a-4c16-4aa0-cb56b65efe04-4a4cf7b6 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-_98ff38f3-fdf3-7e5b-998b-9ae7cdadada6-394cf7ac {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_98ff38f3-fdf3-7e5b-998b-9ae7cdadadad-394cf7ac {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_98ff38f3-fdf3-7e5b-998b-9ae7cdadadb4-394cf7ac {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-_98ff38f3-fdf3-7e5b-998b-9ae7cdadadbb-394cf7ac {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-cd272907-6fa2-1397-953c-ac163daa8686-394cf7ac {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-cd272907-6fa2-1397-953c-ac163daa86a5-394cf7ac {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-cd272907-6fa2-1397-953c-ac163daa86c4-394cf7ac {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-cd272907-6fa2-1397-953c-ac163daa86e3-394cf7ac {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-cd272907-6fa2-1397-953c-ac163daa8704-394cf7ac {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-cd272907-6fa2-1397-953c-ac163daa8723-394cf7ac {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-cd272907-6fa2-1397-953c-ac163daa8742-394cf7ac {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-cd272907-6fa2-1397-953c-ac163daa8761-394cf7ac {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-_8fc613fb-be4e-1cd8-017c-436be784c1d0-e784c1cd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8fc613fb-be4e-1cd8-017c-436be784c1d4-e784c1cd {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_8fc613fb-be4e-1cd8-017c-436be784c1e1-e784c1cd {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_8fc613fb-be4e-1cd8-017c-436be784c1ee-e784c1cd {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-_8fc613fb-be4e-1cd8-017c-436be784c1fb-e784c1cd {
  grid-area: 1 / 12 / 2 / 13;
}

#w-node-c6304c35-14c1-d46c-57b0-a6c753e9e1b5-134cf7ad {
  justify-self: end;
}

#w-node-_54fa51e7-19c4-a63e-58f4-6eeef1814ac5-134cf7ad {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_54fa51e7-19c4-a63e-58f4-6eeef1814acc-134cf7ad {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_54fa51e7-19c4-a63e-58f4-6eeef1814ad3-134cf7ad {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-_54fa51e7-19c4-a63e-58f4-6eeef1814ada-134cf7ad {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-c67fd079-d3b4-370d-f805-7f8e35a832d1-134cf7ad {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8c6ce86c-0532-fd8a-20ce-949c0a395fcc-e54cf7b3 {
  align-self: center;
}

#w-node-de815cd1-fe38-8737-48d1-9bb901bf54b5-e54cf7b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2e6b583a-9784-1f18-5197-7b88f68a6c56-e54cf7b3, #w-node-fb4f62fd-23bc-6a67-3c9b-ce798fd7d0e6-e54cf7b3 {
  align-self: center;
}

#w-node-_5567c65f-1c51-22f5-9955-fe40b832490c-6e4cf7ab {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-_5567c65f-1c51-22f5-9955-fe40b8324916-6e4cf7ab {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_5567c65f-1c51-22f5-9955-fe40b8324920-6e4cf7ab {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_5567c65f-1c51-22f5-9955-fe40b832492a-6e4cf7ab {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_5567c65f-1c51-22f5-9955-fe40b8324934-6e4cf7ab {
  grid-area: 2 / 5 / 3 / 9;
}

#w-node-_5567c65f-1c51-22f5-9955-fe40b832493e-6e4cf7ab {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-a8d2b751-9c64-f5bb-a506-e8b5fe79b4d5-6e4cf7ab {
  justify-self: end;
}

#w-node-f0309215-7def-75a8-5559-8e8b6d8d385d-6e4cf7ab {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d87d79cb-e73c-31c7-6121-c607b1fd113e-6e4cf7ab {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-d87d79cb-e73c-31c7-6121-c607b1fd114a-6e4cf7ab {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-d87d79cb-e73c-31c7-6121-c607b1fd1156-6e4cf7ab {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_3319701a-153e-d69b-dc7b-d61ccc248e6f-6e4cf7ab {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_3319701a-153e-d69b-dc7b-d61ccc248e8e-6e4cf7ab {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-_3319701a-153e-d69b-dc7b-d61ccc248ead-6e4cf7ab {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_3319701a-153e-d69b-dc7b-d61ccc248ece-6e4cf7ab {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_3319701a-153e-d69b-dc7b-d61ccc248eed-6e4cf7ab {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-_3319701a-153e-d69b-dc7b-d61ccc248f0c-6e4cf7ab {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_971b63d6-5f95-8733-50a4-e384f561817e-484cf7a9 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_971b63d6-5f95-8733-50a4-e384f561818a-484cf7a9 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: start;
}

#w-node-_136e86e2-468b-0e13-407b-427b784f0f48-f94cf7df, #field.w-node-_136e86e2-468b-0e13-407b-427b784f0f4f-f94cf7df {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_136e86e2-468b-0e13-407b-427b784f0f50-f94cf7df {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-df08596e-c911-6bec-12d5-12aa462d9343-af4cf791 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f2064b4-ec9f-6a0b-d8ae-792f269d225b-af4cf791 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_9f2064b4-ec9f-6a0b-d8ae-792f269d2262-af4cf791 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_9f2064b4-ec9f-6a0b-d8ae-792f269d226b-af4cf791 {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-_9f2064b4-ec9f-6a0b-d8ae-792f269d2273-af4cf791 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-_9e8095ae-0b5b-21cb-3452-2aa0d5034725-d503471b {
  align-self: center;
}

#w-node-_03682a6b-0624-4ac2-4a53-74fea3ea63f6-5c4cf7b7 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_44797ee6-5486-1d8f-0733-0be36c3ba4ca-5e4cf79f {
    order: -9999;
    justify-self: center;
  }

  #w-node-_58064414-fd3b-7c34-95bc-3bf3988e45c9-988e459b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f8c6338a-f4a5-c7e3-ec12-8387249fe7fa-684cf7ae {
    order: -9999;
  }

  #w-node-_25cb91f0-6853-452b-a568-f2500e2f9748-684cf7ae {
    justify-self: center;
  }

  #w-node-_44797ee6-5486-1d8f-0733-0be36c3ba4ca-ac4cf7b2 {
    order: -9999;
    justify-self: center;
  }

  #w-node-_0ddf3662-75b6-684e-4e21-7c02d03e4900-6b4cf7b5, #w-node-_0ddf3662-75b6-684e-4e21-7c02d03e495f-6b4cf7b5 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_20e68047-230a-4c16-4aa0-cb56b65efd29-4a4cf7b6 {
    grid-column-end: 5;
  }

  #w-node-_20e68047-230a-4c16-4aa0-cb56b65efd48-4a4cf7b6 {
    grid-column: 5 / 9;
  }

  #w-node-_20e68047-230a-4c16-4aa0-cb56b65efd67-4a4cf7b6 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_20e68047-230a-4c16-4aa0-cb56b65efd86-4a4cf7b6 {
    grid-area: 2 / 5 / 3 / 9;
  }

  #w-node-_20e68047-230a-4c16-4aa0-cb56b65efda7-4a4cf7b6 {
    grid-column-end: 5;
  }

  #w-node-_20e68047-230a-4c16-4aa0-cb56b65efdc6-4a4cf7b6 {
    grid-column: 5 / 9;
  }

  #w-node-_20e68047-230a-4c16-4aa0-cb56b65efde5-4a4cf7b6 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_20e68047-230a-4c16-4aa0-cb56b65efe04-4a4cf7b6 {
    grid-area: 2 / 5 / 3 / 9;
  }

  #w-node-_98ff38f3-fdf3-7e5b-998b-9ae7cdadada6-394cf7ac {
    grid-column-end: 5;
  }

  #w-node-_98ff38f3-fdf3-7e5b-998b-9ae7cdadadad-394cf7ac {
    grid-column: 5 / 9;
  }

  #w-node-_98ff38f3-fdf3-7e5b-998b-9ae7cdadadb4-394cf7ac {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_98ff38f3-fdf3-7e5b-998b-9ae7cdadadbb-394cf7ac {
    grid-area: 2 / 5 / 3 / 9;
  }

  #w-node-cd272907-6fa2-1397-953c-ac163daa8686-394cf7ac {
    grid-column-end: 5;
  }

  #w-node-cd272907-6fa2-1397-953c-ac163daa86a5-394cf7ac {
    grid-column: 5 / 9;
  }

  #w-node-cd272907-6fa2-1397-953c-ac163daa86c4-394cf7ac {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-cd272907-6fa2-1397-953c-ac163daa86e3-394cf7ac {
    grid-area: 2 / 5 / 3 / 9;
  }

  #w-node-cd272907-6fa2-1397-953c-ac163daa8704-394cf7ac {
    grid-column-end: 5;
  }

  #w-node-cd272907-6fa2-1397-953c-ac163daa8723-394cf7ac {
    grid-column: 5 / 9;
  }

  #w-node-cd272907-6fa2-1397-953c-ac163daa8742-394cf7ac {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-cd272907-6fa2-1397-953c-ac163daa8761-394cf7ac {
    grid-area: 2 / 5 / 3 / 9;
  }

  #w-node-_8fc613fb-be4e-1cd8-017c-436be784c1d0-e784c1cd {
    grid-column-end: 3;
  }

  #w-node-_8fc613fb-be4e-1cd8-017c-436be784c1d4-e784c1cd {
    grid-column: 3 / 5;
  }

  #w-node-_8fc613fb-be4e-1cd8-017c-436be784c1e1-e784c1cd {
    grid-column: 5 / 7;
  }

  #w-node-_8fc613fb-be4e-1cd8-017c-436be784c1ee-e784c1cd {
    grid-column: 7 / 9;
  }

  #w-node-_8fc613fb-be4e-1cd8-017c-436be784c1fb-e784c1cd {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c6304c35-14c1-d46c-57b0-a6c753e9e1b4-134cf7ad {
    order: 9999;
  }

  #w-node-c6304c35-14c1-d46c-57b0-a6c753e9e1b5-134cf7ad {
    justify-self: center;
  }

  #w-node-_54fa51e7-19c4-a63e-58f4-6eeef1814ac5-134cf7ad {
    grid-column-end: 5;
  }

  #w-node-_54fa51e7-19c4-a63e-58f4-6eeef1814acc-134cf7ad {
    grid-column: 5 / 9;
  }

  #w-node-_54fa51e7-19c4-a63e-58f4-6eeef1814ad3-134cf7ad {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_54fa51e7-19c4-a63e-58f4-6eeef1814ada-134cf7ad {
    grid-area: 2 / 5 / 3 / 9;
  }

  #w-node-_5567c65f-1c51-22f5-9955-fe40b832490c-6e4cf7ab {
    grid-column: 1 / 5;
  }

  #w-node-_5567c65f-1c51-22f5-9955-fe40b8324916-6e4cf7ab {
    grid-column: 5 / 9;
  }

  #w-node-_5567c65f-1c51-22f5-9955-fe40b8324920-6e4cf7ab {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_5567c65f-1c51-22f5-9955-fe40b832492a-6e4cf7ab {
    grid-column: 5 / 9;
  }

  #w-node-_5567c65f-1c51-22f5-9955-fe40b8324934-6e4cf7ab {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_5567c65f-1c51-22f5-9955-fe40b832493e-6e4cf7ab {
    grid-area: 3 / 5 / 4 / 9;
  }

  #w-node-a8d2b751-9c64-f5bb-a506-e8b5fe79b4d5-6e4cf7ab {
    justify-self: center;
  }

  #w-node-f0309215-7def-75a8-5559-8e8b6d8d385d-6e4cf7ab {
    grid-column: 1 / 2;
  }

  #w-node-f0309215-7def-75a8-5559-8e8b6d8d3867-6e4cf7ab {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d87d79cb-e73c-31c7-6121-c607b1fd1156-6e4cf7ab, #w-node-_3319701a-153e-d69b-dc7b-d61ccc248ead-6e4cf7ab, #w-node-_3319701a-153e-d69b-dc7b-d61ccc248f0c-6e4cf7ab {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_136e86e2-468b-0e13-407b-427b784f0f58-f94cf7df {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-df08596e-c911-6bec-12d5-12aa462d934a-af4cf791 {
    order: -9999;
  }

  #w-node-_9f2064b4-ec9f-6a0b-d8ae-792f269d225b-af4cf791 {
    grid-column-end: 5;
  }

  #w-node-_9f2064b4-ec9f-6a0b-d8ae-792f269d2262-af4cf791 {
    grid-column: 5 / 9;
  }

  #w-node-_9f2064b4-ec9f-6a0b-d8ae-792f269d226b-af4cf791 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_9f2064b4-ec9f-6a0b-d8ae-792f269d2273-af4cf791 {
    grid-area: 2 / 5 / 3 / 9;
  }

  #w-node-_562a81fc-ada2-bb9c-1d58-f9ac705ce476-af4cf791 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-e3f1700a-fe3d-c487-6c99-e20354fa86a9-af4cf791 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_9e8095ae-0b5b-21cb-3452-2aa0d5034725-d503471b {
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_58064414-fd3b-7c34-95bc-3bf3988e45c9-988e459b {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_026fe1d8-dd72-aa4a-08b3-fe06578f32a1-474cf7a7 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-db470f91-2e42-ccc6-14d9-ce28b7638ebf-524cf7cb {
    grid-area: 1 / 1 / 2 / 9;
    align-self: start;
  }

  #w-node-b77ffc25-31d5-1e03-b6b7-ab7d5f27727e-684cf7ae {
    grid-column-end: 9;
  }

  #w-node-b77ffc25-31d5-1e03-b6b7-ab7d5f277285-684cf7ae {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-b77ffc25-31d5-1e03-b6b7-ab7d5f27728c-684cf7ae {
    grid-area: 3 / 1 / 4 / 9;
  }

  #w-node-_7880a228-6e4d-bed5-9e7b-055f5088abcc-684cf7ae {
    grid-column-end: 5;
  }

  #w-node-_7880a228-6e4d-bed5-9e7b-055f5088abd9-684cf7ae {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_7880a228-6e4d-bed5-9e7b-055f5088abe6-684cf7ae, #w-node-_7880a228-6e4d-bed5-9e7b-055f5088abf3-684cf7ae, #w-node-_7880a228-6e4d-bed5-9e7b-055f5088ac00-684cf7ae, #w-node-_7880a228-6e4d-bed5-9e7b-055f5088ac0d-684cf7ae, #w-node-_7880a228-6e4d-bed5-9e7b-055f5088ac1a-684cf7ae {
    grid-column-end: 5;
  }

  #w-node-_1c353eb0-1405-6595-86cb-3103b4243f99-0f4cf7a8 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_0ddf3662-75b6-684e-4e21-7c02d03e48c2-6b4cf7b5 {
    grid-column-end: 9;
  }

  #w-node-_0ddf3662-75b6-684e-4e21-7c02d03e48e1-6b4cf7b5 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_0ddf3662-75b6-684e-4e21-7c02d03e4900-6b4cf7b5 {
    grid-row: 3 / 4;
    grid-column-end: 9;
  }

  #w-node-_20e68047-230a-4c16-4aa0-cb56b65efd29-4a4cf7b6 {
    grid-column-end: 9;
  }

  #w-node-_20e68047-230a-4c16-4aa0-cb56b65efd48-4a4cf7b6 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_20e68047-230a-4c16-4aa0-cb56b65efd67-4a4cf7b6 {
    grid-row: 3 / 4;
    grid-column-end: 9;
  }

  #w-node-_20e68047-230a-4c16-4aa0-cb56b65efd86-4a4cf7b6 {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-cd272907-6fa2-1397-953c-ac163daa8686-394cf7ac {
    grid-column-end: 9;
  }

  #w-node-cd272907-6fa2-1397-953c-ac163daa86a5-394cf7ac {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-cd272907-6fa2-1397-953c-ac163daa86c4-394cf7ac {
    grid-row: 3 / 4;
    grid-column-end: 9;
  }

  #w-node-cd272907-6fa2-1397-953c-ac163daa86e3-394cf7ac {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-_8fc613fb-be4e-1cd8-017c-436be784c1d0-e784c1cd {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_8fc613fb-be4e-1cd8-017c-436be784c1d4-e784c1cd {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_8fc613fb-be4e-1cd8-017c-436be784c1e1-e784c1cd {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_8fc613fb-be4e-1cd8-017c-436be784c1ee-e784c1cd {
    grid-area: 2 / 5 / 3 / 7;
  }

  #w-node-_8fc613fb-be4e-1cd8-017c-436be784c1fb-e784c1cd {
    grid-area: 2 / 7 / 3 / 9;
  }

  #w-node-c67fd079-d3b4-370d-f805-7f8e35a832d1-134cf7ad {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3865557f-e41f-0274-fa9d-28c6ed9fe5e6-e54cf7b3, #w-node-de815cd1-fe38-8737-48d1-9bb901bf54b5-e54cf7b3 {
    order: -9999;
  }

  #w-node-fb4f62fd-23bc-6a67-3c9b-ce798fd7d0e6-e54cf7b3 {
    order: -9999;
    align-self: center;
  }

  #w-node-a8d2b751-9c64-f5bb-a506-e8b5fe79b4d5-6e4cf7ab {
    order: -9999;
  }

  #w-node-d87d79cb-e73c-31c7-6121-c607b1fd113e-6e4cf7ab {
    grid-column-end: 9;
  }

  #w-node-d87d79cb-e73c-31c7-6121-c607b1fd114a-6e4cf7ab {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-d87d79cb-e73c-31c7-6121-c607b1fd1156-6e4cf7ab {
    grid-row: 3 / 4;
    grid-column-end: 9;
  }

  #w-node-_3319701a-153e-d69b-dc7b-d61ccc248e6f-6e4cf7ab {
    grid-column-end: 9;
  }

  #w-node-_3319701a-153e-d69b-dc7b-d61ccc248e8e-6e4cf7ab {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_3319701a-153e-d69b-dc7b-d61ccc248ead-6e4cf7ab {
    grid-row: 3 / 4;
    grid-column-end: 9;
  }

  #w-node-_971b63d6-5f95-8733-50a4-e384f561818a-484cf7a9 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_136e86e2-468b-0e13-407b-427b784f0f3a-f94cf7df {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_136e86e2-468b-0e13-407b-427b784f0f48-f94cf7df {
    grid-row: 3 / 4;
  }

  #w-node-_136e86e2-468b-0e13-407b-427b784f0f58-f94cf7df {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_9e8095ae-0b5b-21cb-3452-2aa0d5034725-d503471b {
    justify-self: center;
  }

  #w-node-_03682a6b-0624-4ac2-4a53-74fea3ea63f6-5c4cf7b7 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e68baade-2048-4af8-d673-54211cc5e621-5e4cf79f {
    order: -9999;
  }

  #w-node-_58064414-fd3b-7c34-95bc-3bf3988e459e-988e459b, #w-node-_58064414-fd3b-7c34-95bc-3bf3988e45af-988e459b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_58064414-fd3b-7c34-95bc-3bf3988e45bc-988e459b {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_7c062a17-3ef8-c458-2676-089f61a9dd6e-988e459b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_58064414-fd3b-7c34-95bc-3bf3988e45c9-988e459b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7bce21cd-f0f3-29c7-7268-9809c50d3648-564cf7b8, #w-node-_7bce21cd-f0f3-29c7-7268-9809c50d3655-564cf7b8, #w-node-_7bce21cd-f0f3-29c7-7268-9809c50d3662-564cf7b8, #w-node-_7bce21cd-f0f3-29c7-7268-9809c50d366f-564cf7b8, #w-node-_7bce21cd-f0f3-29c7-7268-9809c50d367c-564cf7b8, #w-node-_7bce21cd-f0f3-29c7-7268-9809c50d3689-564cf7b8, #w-node-_7bce21cd-f0f3-29c7-7268-9809c50d3696-564cf7b8, #w-node-_0ddf3662-75b6-684e-4e21-7c02d03e48c2-6b4cf7b5, #w-node-_0ddf3662-75b6-684e-4e21-7c02d03e48e1-6b4cf7b5, #w-node-_0ddf3662-75b6-684e-4e21-7c02d03e4900-6b4cf7b5 {
    grid-column-end: 5;
  }

  #w-node-_0ddf3662-75b6-684e-4e21-7c02d03e4940-6b4cf7b5 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_0ddf3662-75b6-684e-4e21-7c02d03e495f-6b4cf7b5 {
    grid-row: 3 / 4;
  }

  #w-node-_20e68047-230a-4c16-4aa0-cb56b65efd29-4a4cf7b6, #w-node-_20e68047-230a-4c16-4aa0-cb56b65efd48-4a4cf7b6, #w-node-_20e68047-230a-4c16-4aa0-cb56b65efd67-4a4cf7b6 {
    grid-column-end: 5;
  }

  #w-node-_20e68047-230a-4c16-4aa0-cb56b65efd86-4a4cf7b6 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_20e68047-230a-4c16-4aa0-cb56b65efdc6-4a4cf7b6 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_20e68047-230a-4c16-4aa0-cb56b65efde5-4a4cf7b6 {
    grid-row: 3 / 4;
  }

  #w-node-_20e68047-230a-4c16-4aa0-cb56b65efe04-4a4cf7b6 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_98ff38f3-fdf3-7e5b-998b-9ae7cdadadad-394cf7ac {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_98ff38f3-fdf3-7e5b-998b-9ae7cdadadb4-394cf7ac {
    grid-row: 3 / 4;
  }

  #w-node-_98ff38f3-fdf3-7e5b-998b-9ae7cdadadbb-394cf7ac {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-cd272907-6fa2-1397-953c-ac163daa8686-394cf7ac, #w-node-cd272907-6fa2-1397-953c-ac163daa86a5-394cf7ac, #w-node-cd272907-6fa2-1397-953c-ac163daa86c4-394cf7ac {
    grid-column-end: 5;
  }

  #w-node-cd272907-6fa2-1397-953c-ac163daa86e3-394cf7ac {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-cd272907-6fa2-1397-953c-ac163daa8723-394cf7ac {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-cd272907-6fa2-1397-953c-ac163daa8742-394cf7ac {
    grid-row: 3 / 4;
  }

  #w-node-cd272907-6fa2-1397-953c-ac163daa8761-394cf7ac {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_8fc613fb-be4e-1cd8-017c-436be784c1d0-e784c1cd {
    grid-column-end: 5;
  }

  #w-node-_8fc613fb-be4e-1cd8-017c-436be784c1d4-e784c1cd {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_8fc613fb-be4e-1cd8-017c-436be784c1e1-e784c1cd {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_8fc613fb-be4e-1cd8-017c-436be784c1ee-e784c1cd {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_8fc613fb-be4e-1cd8-017c-436be784c1fb-e784c1cd {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_54fa51e7-19c4-a63e-58f4-6eeef1814acc-134cf7ad {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_54fa51e7-19c4-a63e-58f4-6eeef1814ad3-134cf7ad {
    grid-row: 3 / 4;
  }

  #w-node-_54fa51e7-19c4-a63e-58f4-6eeef1814ada-134cf7ad {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-de815cd1-fe38-8737-48d1-9bb901bf54b5-e54cf7b3, #w-node-fb4f62fd-23bc-6a67-3c9b-ce798fd7d0e6-e54cf7b3 {
    order: -9999;
  }

  #w-node-_5567c65f-1c51-22f5-9955-fe40b8324916-6e4cf7ab {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_5567c65f-1c51-22f5-9955-fe40b8324920-6e4cf7ab {
    grid-row: 3 / 4;
  }

  #w-node-_5567c65f-1c51-22f5-9955-fe40b832492a-6e4cf7ab {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_5567c65f-1c51-22f5-9955-fe40b8324934-6e4cf7ab {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-_5567c65f-1c51-22f5-9955-fe40b832493e-6e4cf7ab {
    grid-area: 6 / 1 / 7 / 5;
  }

  #w-node-f0309215-7def-75a8-5559-8e8b6d8d385d-6e4cf7ab {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-f0309215-7def-75a8-5559-8e8b6d8d3867-6e4cf7ab {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_3319701a-153e-d69b-dc7b-d61ccc248e6f-6e4cf7ab, #w-node-_3319701a-153e-d69b-dc7b-d61ccc248e8e-6e4cf7ab, #w-node-_3319701a-153e-d69b-dc7b-d61ccc248ead-6e4cf7ab {
    grid-column-end: 5;
  }

  #w-node-_3319701a-153e-d69b-dc7b-d61ccc248eed-6e4cf7ab {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_3319701a-153e-d69b-dc7b-d61ccc248f0c-6e4cf7ab {
    grid-row: 3 / 4;
  }

  #w-node-_136e86e2-468b-0e13-407b-427b784f0f2c-f94cf7df {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_136e86e2-468b-0e13-407b-427b784f0f3a-f94cf7df {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_136e86e2-468b-0e13-407b-427b784f0f48-f94cf7df {
    grid-row: 4 / 5;
    grid-column-end: 2;
  }

  #name-2.w-node-_136e86e2-468b-0e13-407b-427b784f0f4e-f94cf7df {
    grid-area: 2 / 1 / 3 / 2;
  }

  #field.w-node-_136e86e2-468b-0e13-407b-427b784f0f4f-f94cf7df {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-_136e86e2-468b-0e13-407b-427b784f0f50-f94cf7df {
    grid-row: 4 / 5;
    grid-column-end: 2;
  }

  #w-node-_136e86e2-468b-0e13-407b-427b784f0f58-f94cf7df {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_9f2064b4-ec9f-6a0b-d8ae-792f269d2262-af4cf791 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_9f2064b4-ec9f-6a0b-d8ae-792f269d226b-af4cf791 {
    grid-row: 3 / 4;
  }

  #w-node-_9f2064b4-ec9f-6a0b-d8ae-792f269d2273-af4cf791 {
    grid-area: 4 / 1 / 5 / 5;
  }
}


@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}