body {
  font-size: 14px;
  line-height: 20px;
}

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

h2 {
  margin-top: 16px;
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 12px;
}

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

p {
  margin-bottom: 8px;
}

a {
  color: #00abf7;
  text-decoration: underline;
}

ul {
  padding-left: 40px;
}

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

label {
  margin-bottom: 10px;
  font-weight: 400;
}

strong {
  font-weight: bold;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.c-custom-code {
  display: none;
}

.c-section {
  color: #000;
  padding-top: 120px;
  padding-bottom: 160px;
  position: relative;
}

.c-section.cc-ds-title {
  color: #19191b;
  background-color: #ebe6ff;
  padding-top: 64px;
  padding-bottom: 64px;
}

.c-section.cc-ds-footer {
  color: #919191;
  background-color: #19191b;
  padding-top: 40px;
  padding-bottom: 40px;
}

.c-section.cc-main {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 208px;
  display: flex;
}

.c-section.cc-components {
  background-color: #fffaf5;
  padding-top: 100px;
  padding-bottom: 100px;
}

.c-text-l {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
}

.c-button-l {
  color: #000;
  background-color: #d3e1f0;
  border: 2px solid #000;
  border-radius: 58px;
  padding: 16px 24px;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
  transition: box-shadow .5s cubic-bezier(.19, 1, .22, 1);
  display: inline-block;
  box-shadow: 3px 3px #000;
}

.c-button-l:hover {
  box-shadow: 1px 1px #000;
}

.c-button-l.cc-primary {
  transition: background-color .3s ease-in;
}

.c-button-l.cc-secondary {
  color: #7443ff;
  background-color: #ebe6ff;
}

.c-button-l.cc-border {
  color: #7443ff;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #7443ff;
  padding: 16px 22px;
}

.c-button-l.cc-green {
  background-color: #bee0af;
}

.c-button-l.cc-purple {
  background-color: #d4c9f3;
}

.c-button-icon-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.c-button-icon-right {
  width: 16px;
  height: 16px;
  margin-bottom: 0;
  margin-left: 12px;
  display: block;
}

.c-button-icon-right.cc-24px {
  width: 24px;
  height: 24px;
  background-image: url('../images/open_in_new_black_24dp-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.c-button-icon-left {
  margin-bottom: 0;
  margin-right: 12px;
}

.c-button-m {
  color: #fff;
  background-color: #7443ff;
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8em;
  text-decoration: none;
}

.c-button-m.cc-secondary {
  color: #7443ff;
  background-color: #ebe6ff;
}

.c-button-m.cc-border {
  color: #7443ff;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #7443ff;
  padding: 8px 18px;
}

.c-text-xxxl {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebasneue;
  font-size: 80px;
  font-weight: 400;
  line-height: 72px;
}

.c-text-s {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.c-text-xl {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
}

.c-text-xxxs {
  font-size: 13px;
  line-height: 24px;
}

.c-text-xxl {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
}

.c-text-xxs {
  font-size: 14px;
  line-height: 24px;
}

.c-text-se {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.c-text-m {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.c-button-s {
  color: #fff;
  background-color: #7443ff;
  border-radius: 8px;
  padding: 8px 20px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8em;
  text-decoration: none;
}

.c-button-s.cc-secondary {
  color: #7443ff;
  background-color: #ebe6ff;
}

.c-button-s.cc-border {
  color: #0058ff;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #7443ff;
  padding: 6px 14px;
}

.c-text-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 25px;
}

.c-title-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

.c-text-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em;
}

.c-container {
  max-width: 1352px;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: block;
}

.c-container.cc-10cols {
  max-width: 1128px;
}

.c-container.cc-8cols {
  max-width: 908px;
}

.c-container.cc-6cols {
  max-width: 688px;
}

.c-title-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 66px;
  font-weight: 700;
  line-height: 1.2em;
}

.c-title-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6em;
}

.c-title-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 38px;
}

.c-text-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8em;
}

.c-title-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
}

.c-title-3.cc-baloo {
  font-family: "Baloo 2", sans-serif;
}

.c-title-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2em;
}

.ds-divider {
  height: 1px;
  background-color: #e6e6e6;
  margin-top: 80px;
  margin-bottom: 80px;
}

.c-text-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 2em;
}

.c-rich-content {
  font-weight: 400;
}

.c-rich-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 2em;
}

.c-rich-content h1 {
  letter-spacing: 3px;
  background-image: url('../images/5e32977351fd9e7867622b1a_divider.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  margin-bottom: 32px;
  padding-bottom: 24px;
  font-family: Bebasneue;
  font-size: 66px;
  font-weight: 400;
  line-height: 70px;
}

.c-rich-content h2 {
  margin-bottom: 12px;
  font-size: 36px;
  line-height: 1.6em;
}

.c-rich-content h4 {
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6em;
}

.c-rich-content li {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2em;
}

.c-rich-content a {
  color: #0058ff;
}

.c-rich-content h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6em;
}

.c-rich-content ul {
  margin-top: 16px;
  margin-bottom: 16px;
}

.c-rich-content blockquote {
  font-size: 20px;
  line-height: 1.6em;
}

.c-text-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8em;
}

.ds-type_caption {
  color: #fff;
  background-color: #7443ff;
  border-radius: 4px;
  margin-top: 32px;
  margin-bottom: 16px;
  margin-right: 4px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 24px;
  display: inline-block;
}

.ds-block {
  width: 100%;
  height: 40px;
  background-color: #7443ff;
  border-radius: 20px;
}

.ds-block.cc-spaced {
  background-color: #7ed8ff;
  border-radius: 20px;
  margin-bottom: 12px;
}

.c-title-wrapper {
  margin-bottom: 16px;
}

.c-title-wrapper.cc-table-of-contents {
  margin-bottom: 24px;
  font-family: Syne, sans-serif;
  font-weight: 700;
}

.c-title-wrapper.cc-share {
  margin-top: 20px;
  margin-bottom: 12px;
  transform: rotate(90deg);
}

.c-title-wrapper.cc-meet-refokus, .c-title-wrapper.cc-modal {
  margin-bottom: 24px;
}

.c-cta-wrapper {
  margin-top: 40px;
}

.c-cta-wrapper.cc-small {
  margin-top: 16px;
}

.ds-colors {
  justify-content: space-around;
  display: flex;
}

.ds-colors_element {
  width: 19%;
  height: 200px;
  background-color: #0058ff;
  border-radius: 8px;
  align-items: flex-end;
  display: flex;
}

.ds-colors_element.cc-03 {
  background-color: #ebe6ff;
}

.ds-colors_element.cc-02 {
  background-color: #523aa9;
}

.ds-colors_element.cc-04 {
  background-color: #7ed8ff;
}

.ds-colors_element.cc-01 {
  background-color: #7443ff;
}

.ds-colors_element.cc-05 {
  background-color: #19191b;
}

.ds-grid {
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
}

.ds-text-wrapper {
  max-width: 688px;
}

.c-404 {
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-password {
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.c-input {
  height: 48px;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  padding: 12px 16px;
}

.c-password-form {
  min-width: 320px;
  color: #000;
}

.ds-nav {
  color: #fff;
  background-color: #19191b;
  padding-top: 8px;
  padding-bottom: 8px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.ds-body {
  padding-top: 64px;
}

.ds-colors_text {
  width: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, .7);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-bottom: 0;
  padding: 16px;
}

.ds-nav_item {
  color: rgba(255, 255, 255, .5);
  text-align: center;
  padding-top: 24px;
  padding-bottom: 24px;
  font-weight: 600;
}

.ds-nav_item.w--current {
  color: #fff;
  border-bottom-color: #7443ff;
}

.c-nav_brand {
  padding-top: 0;
  padding-bottom: 0;
}

.ds-nav_cta {
  margin-left: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  display: inline-block;
}

.c-webflow-tips {
  margin-top: 64px;
  margin-bottom: 24px;
}

.ds-footer-logo {
  margin-bottom: 24px;
}

.ds-hero {
  color: #fff;
  background-color: #19191b;
  padding-top: 48px;
  padding-bottom: 48px;
}

.ds-hero_content {
  max-width: 960px;
  margin-left: -8px;
}

.c-box {
  background-color: #fffaf5;
  border: 2px solid #000;
  border-radius: 8px;
  padding: 24px 32px;
  display: block;
  box-shadow: 3px 3px #000;
}

.c-box.cc-script {
  z-index: 10;
  width: 860px;
  cursor: pointer;
  background-color: #fbe590;
  font-family: DM Mono, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  position: relative;
}

.c-box.cc-explanation {
  display: block;
}

.c-nav {
  z-index: 999;
  width: 100%;
  background-color: #fffaf5;
  border-bottom: 1px solid #46464f;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
}

.c-logo-refokus {
  min-height: 18px;
  min-width: 146px;
  display: block;
}

.c-nav_wrapper {
  max-width: 1312px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  display: flex;
}

.c-nav_wrap {
  border-right: 1px solid rgba(255, 255, 255, .15);
  padding-right: 0;
  display: flex;
}

.c-nav-btn_wrapper {
  margin-right: 12px;
}

.c-nav-btn_wrapper.cc-last {
  margin-right: 0;
}

.c-nav-btn {
  color: #19191b;
  background-color: #fffaf5;
  border: 2px solid #000;
  border-radius: 58px;
  align-items: center;
  padding: 10px 16px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
  transition: box-shadow .5s cubic-bezier(.19, 1, .22, 1);
  display: flex;
  box-shadow: 3px 3px #000;
}

.c-nav-btn:hover {
  box-shadow: 1px 1px #000;
}

.body {
  background-color: #000;
  font-family: DM Sans, sans-serif;
}

.c-table-of-contents {
  width: 100%;
  max-width: 334px;
  background-color: #fffaf5;
  border: 2px solid #000;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-left: -4px;
  margin-right: 32px;
  padding: 48px 64px 48px 74px;
  position: -webkit-sticky;
  position: sticky;
  top: 198px;
  box-shadow: 6px 6px #000;
}

.c-table-of-contents_list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.c-content {
  margin-bottom: 10px;
}

.c-content.cc-last {
  margin-bottom: 0;
}

.c-content_link {
  color: #000;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

.c-content_link.w--current {
  font-weight: 700;
}

.c-content_underline {
  width: 100%;
  height: 4px;
  opacity: .5;
  background-color: #ec655e;
  border-radius: 8px;
  transition: opacity .3s;
}

.c-content_underline.cc-blue {
  background-color: #57a8ff;
}

.c-content_underline.cc-green {
  background-color: #82c265;
}

.c-content_underline.cc-purple {
  background-color: #7443ff;
}

.c-main {
  width: 100%;
  max-width: 760px;
  transform-origin: 50% 0;
  background-color: #fffaf5;
  border: 2px solid #000;
  border-radius: 8px;
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  box-shadow: 6px 6px #000;
}

.c-share {
  width: 100%;
  max-width: 50px;
  background-color: #fffaf5;
  border: 2px #000;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-direction: column;
  align-items: center;
  margin-left: 32px;
  padding: 0 0 12px;
  display: flex;
  position: fixed;
  top: 25%;
  bottom: auto;
  left: auto;
  right: 0%;
  box-shadow: 0 -4px red, 0 4px #50a5ff;
}

.c-share_link {
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.c-header {
  padding: 72px 60px 48px;
  position: relative;
}

.c-header_star {
  max-width: 154px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -65px;
  bottom: auto;
  left: auto;
  right: -70px;
}

.c-star_icon {
  display: block;
  position: absolute;
}

.c-star_icon.cc-header {
  margin-top: 16px;
}

.c-rich-text h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Syne, sans-serif;
  font-weight: 400;
  line-height: 35px;
}

.c-rich-text h6 {
  display: inline;
}

.c-rich-text h1 {
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Syne, sans-serif;
  font-size: 48px;
  line-height: 52px;
}

.c-rich-text p {
  font-size: 32px;
  line-height: 48px;
}

.c-highlighted {
  z-index: 10;
  display: inline-block;
  position: relative;
}

.c-highlight-yellow {
  z-index: -1;
  width: 100%;
  height: 38px;
  background-color: #fbe590;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0, -50%)rotate(-2deg);
}

.c-text-800 {
  font-family: Syne, sans-serif;
  font-weight: 800;
}

.c-circle-yellow {
  z-index: -1;
  width: 100%;
  height: 38px;
  background-image: url('../images/Ellipse-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 40%;
  right: 0%;
  transform: translate(-50%, -50%)rotate(-2deg);
}

.c-paragraph {
  font-size: 32px;
  line-height: 48px;
  display: inline-block;
}

.c-h1 {
  font-family: Syne, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
}

.c-divider {
  border-bottom: 4px dotted #000;
  margin-left: 60px;
  margin-right: 60px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-style-over-substance {
  padding: 60px 60px 48px;
  position: relative;
}

.c-rich-text-style-over-substance h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Syne, sans-serif;
  font-weight: 400;
  line-height: 35px;
}

.c-rich-text-style-over-substance h6 {
  display: inline;
}

.c-rich-text-style-over-substance h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: BioRhyme, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
}

.c-rich-text-style-over-substance p {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 38px;
}

.c-box-inline {
  background-color: #fffaf5;
  border: 2px solid #000;
  border-radius: 8px;
  padding: 12px 16px;
  display: inline-block;
  box-shadow: 6px 6px #000;
}

.c-mb-40 {
  margin-bottom: 40px;
  display: block;
}

.c-however {
  letter-spacing: .1em;
  font-family: DM Mono, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
}

.c-row-flex {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.c-box-pink {
  background-color: #fee4e2;
  border: 1px solid #000;
  border-radius: 8px;
  margin-right: 20px;
  padding: 26px;
  display: block;
  transform: rotate(-5deg)translate(-90px);
  box-shadow: 3px 3px #000;
}

.c-text-pink {
  color: #ec655e;
}

.c-text-dot-underline {
  border-bottom: 1px dotted #ec655e;
}

.c-text-disabled {
  color: #bebebe;
  text-decoration: line-through;
  display: inline-block;
}

.c-text-bg-pink {
  background-color: #fee4e2;
}

.c-text-16 {
  font-size: 16px;
  line-height: 1.6em;
}

.c-text-18 {
  font-size: 18px;
  line-height: 25px;
}

.c-text-20 {
  font-size: 20px;
  line-height: 28px;
}

.c-text-22 {
  font-size: 22px;
  line-height: 30px;
}

.c-text-24 {
  font-size: 24px;
  line-height: 33px;
}

.c-text-26 {
  font-size: 26px;
  line-height: 36px;
}

.c-text-28 {
  font-size: 28px;
  line-height: 25px;
}

.c-text-30 {
  font-size: 30px;
  line-height: 42px;
}

.c-text-32 {
  font-size: 32px;
  line-height: 44px;
}

.c-text-center {
  text-align: center;
  display: block;
}

.c-text-caveat {
  font-family: Caveat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 43px;
}

.c-circle-red {
  z-index: -1;
  width: 100%;
  height: 38px;
  background-image: url('../images/Drawn-Ellipse.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 40%;
  right: 0%;
  transform: translate(-50%, -50%)rotate(-2deg);
}

.c-interactive-elements {
  padding: 60px 60px 48px;
  position: relative;
}

.c-rich-text-interactive-elements h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Syne, sans-serif;
  font-weight: 400;
  line-height: 35px;
}

.c-rich-text-interactive-elements h6 {
  display: inline;
}

.c-rich-text-interactive-elements h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: "Baloo 2", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
}

.c-rich-text-interactive-elements p {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 38px;
}

.c-rich-text-interactive-elements a {
  padding: 16px 24px;
  display: block;
}

.c-baloo-border {
  color: #fffaf5;
  text-shadow: 2px -2px #000, -2px -2px #000, -2px 2px #000, 2px 2px #000, 0 3px #000, 0 -3px #000, -3px 0 #000, 3px 0 #000;
  font-family: "Baloo 2", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
  display: inline-block;
}

.c-mb-32 {
  margin-bottom: 32px;
  display: block;
}

.c-button-modal {
  color: #000;
  cursor: pointer;
  background-color: #d3e1f0;
  border: 2px solid #000;
  border-radius: 58px;
  margin-bottom: 16px;
  padding: 16px 24px;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
  transition: box-shadow .5s cubic-bezier(.19, 1, .22, 1);
  display: inline-block;
  box-shadow: 3px 3px #000;
}

.c-button-modal:hover {
  box-shadow: 1px 1px #000;
}

.c-column-luke {
  height: 393px;
  min-width: 493px;
  background-image: url('../images/luke.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: -12px;
}

.c-mb-16 {
  margin-bottom: 16px;
  display: block;
}

.c-hide-text {
  color: #000;
  cursor: default;
  background-color: #000;
  border-radius: 4px;
}

.c-hide-text:hover {
  background-color: rgba(0, 0, 0, 0);
}

.c-text-column-luke {
  min-width: 50%;
  padding-right: 10px;
}

.c-row-flex-luke {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.c-box-wow {
  z-index: 10;
  width: 100%;
  min-width: 356px;
  background-color: #fffaf5;
  border: 1px solid #000;
  border-radius: 8px;
  margin-right: -30px;
  padding: 26px;
  display: block;
  position: relative;
  transform: rotate(-5deg)translate(-105px);
  box-shadow: 1px 1px #000;
}

.c-text-column {
  min-width: 44%;
}

.c-wow-heading {
  font-family: Syne, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 36px;
  display: block;
}

.c-refokus-tooltip {
  cursor: help;
  position: relative;
}

.c-underline-blue {
  height: 4px;
  background-color: #d3e1f0;
  border-radius: 4px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-copy-wrapper {
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.c-copy-card {
  height: 148px;
  background-color: #57a8ff;
  border: 2px solid #000;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 10px;
  margin-right: 10px;
  padding: 16px 20px;
  display: flex;
  box-shadow: 3px 3px #000;
}

.c-copy-icon {
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-image: url('../images/content_copy_black_24dp-5.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  display: inline-block;
  position: relative;
}

.c-copy-hex {
  margin-top: -2px;
  font-size: 16px;
  line-height: 25px;
  display: block;
}

.c-copy-card-green {
  height: 148px;
  -webkit-text-fill-color: inherit;
  background-color: #82c265;
  background-clip: border-box;
  border: 2px solid #000;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 16px 20px;
  display: flex;
  box-shadow: 3px 3px #000;
}

.c-copy-card-yellow {
  height: 148px;
  background-color: #ffd840;
  border: 2px solid #000;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 10px;
  margin-right: 10px;
  padding: 16px 20px;
  display: flex;
  box-shadow: 3px 3px #000;
}

.c-copy-card-red {
  height: 148px;
  background-color: #ec655e;
  border: 2px solid #000;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 16px 20px;
  display: flex;
  box-shadow: 3px 3px #000;
}

.c-webflow-logo {
  width: 179px;
  height: 45px;
  background-image: url('../images/Webflow_logo-1.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  display: inline-block;
  transform: translate(0, 8px);
}

.c-text-star {
  width: 32px;
  height: 32px;
  background-image: url('../images/star_rate_black_24dp-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  transform: translate(0, 6px);
}

.c-hand {
  width: 46px;
  height: 49px;
  background-image: url('../images/Pointing-Mouse.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  transform: translate(0, 20px);
}

.c-how-to {
  padding: 56px 60px 48px;
  position: relative;
}

.c-how-to_title {
  color: #82c265;
  text-transform: uppercase;
  text-shadow: 2px -2px #000, -2px -2px #000, -2px 2px #000, 2px 2px #000, 0 3px #000, 0 -3px #000, -3px 0 #000, 3px 0 #000;
  margin-bottom: 24px;
  font-family: Syne, sans-serif;
  font-size: 56px;
  font-weight: 800;
  line-height: 61px;
  display: inline-block;
  transform: rotate(-2deg)translate(-120px);
}

.c-text-link_green {
  color: #000;
  border-bottom: 4px solid #bee0af;
  font-weight: 700;
  text-decoration: none;
  transition: border-color .35s;
}

.c-text-link_green:hover {
  border-bottom-color: #82c265;
}

.c-script_copy-icon {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: auto;
  bottom: 24px;
  left: auto;
  right: 24px;
}

.c-script_copy {
  width: 100%;
  height: 100%;
  background-image: url('../images/content_copy_black_24dp-5.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}

.c-script_top-star {
  z-index: -1;
  width: 148px;
  height: 148px;
  background-image: url('../images/Star.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -48px;
  bottom: auto;
  left: -55px;
  right: auto;
}

.c-script-wrapper {
  width: 860px;
  margin-top: 48px;
  margin-bottom: 48px;
  margin-left: -60px;
  display: block;
  position: relative;
  transform: rotate(-2deg)translate(-53px);
}

.c-tooltip {
  min-width: 80px;
  color: #fffaf5;
  background-color: #000;
  border-radius: 4px;
  padding: 3px 12px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  display: none;
  position: absolute;
  top: -55px;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.c-tooltip_triangle {
  z-index: -1;
  width: 36px;
  height: 23px;
  background-image: url('../images/tooltip.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: auto;
  bottom: -14px;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.c-script_bottom-star {
  z-index: -1;
  width: 148px;
  height: 148px;
  background-image: url('../images/Star-1.png');
  background-position: 50%;
  background-size: contain;
  position: absolute;
  top: auto;
  bottom: -90px;
  left: auto;
  right: -43px;
}

.c-box-wrapper {
  margin-top: 32px;
  margin-bottom: 32px;
}

.c-highligted_text {
  background-color: #bee0af;
}

.c-button-wrapper {
  margin-top: 32px;
}

.c-meet-refokus {
  padding: 56px 60px 72px;
  position: relative;
}

.c-refokus-logo {
  position: absolute;
  top: auto;
  bottom: -100px;
  left: auto;
  right: 49px;
}

.c-circles-bottom {
  z-index: -1;
  min-height: 905px;
  min-width: 1092px;
  position: absolute;
  top: auto;
  bottom: -180px;
  left: -180px;
  right: auto;
}

.c-circle-style {
  z-index: -1;
  min-width: 986px;
  position: absolute;
  top: 723px;
  bottom: auto;
  left: -120px;
  right: auto;
}

.c-star-style {
  z-index: -1;
  min-height: 289px;
  min-width: 289px;
  position: absolute;
  top: 770px;
  bottom: auto;
  left: -135px;
  right: auto;
}

.c-modal {
  z-index: 500;
  background-color: rgba(0, 0, 0, .4);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-modal_wrapper {
  width: 100%;
  max-width: 520px;
  background-color: #fffaf5;
  border: 2px solid #000;
  border-radius: 8px;
  padding: 48px 50px;
  position: relative;
  box-shadow: 3px 3px #000;
}

.c-sign-up-form {
  align-items: center;
  display: flex;
}

.c-sign-up_input {
  height: 68px;
  background-color: #fffaf5;
  border: 2px solid #000;
  border-radius: 80px;
  margin-bottom: 0;
  margin-right: 16px;
  padding: 12px 32px;
  font-family: Caveat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 43px;
  box-shadow: 3px 3px #000;
}

.c-sign-up_submit {
  width: 68px;
  height: 68px;
  min-height: 68px;
  min-width: 68px;
  background-color: #d3e1f0;
  background-image: url('../images/arrow_forward_black_24dp-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 2px solid #000;
  border-radius: 50%;
  padding: 16px 16px 6px;
  transition: all .35s cubic-bezier(.19, 1, .22, 1);
  box-shadow: 3px 3px #000;
}

.c-sign-up_submit:hover {
  box-shadow: 1px 1px #000;
}

.c-sign-up_form-block {
  margin-top: 32px;
  margin-bottom: 0;
}

.c-modal_close-full {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-backgrounds {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-background {
  background-color: #fbe590;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-background.cc-interactive-elements {
  z-index: 20;
  opacity: 1;
  background-color: #d3e1f0;
  transition: opacity .5s;
}

.c-background.cc-interactive-elements.w--current {
  background-color: #d3e1f0;
}

.c-background.cc-style-substance {
  z-index: 5;
  opacity: 0;
  background-color: #fee4e2;
  transition: opacity 1s;
}

.c-background.cc-style-substance.w--current {
  opacity: 1;
  background-color: #fee4e2;
}

.c-background.cc-default {
  z-index: 10;
}

.c-background.cc-how-to {
  z-index: 30;
  background-color: #bee0af;
}

.c-background.cc-refokus {
  z-index: 40;
  background-color: #d4c9f3;
}

.c-anchor-offset-section {
  z-index: -1;
  height: 100%;
  position: absolute;
  top: -90px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.c-header-section {
  z-index: -1;
  position: absolute;
  top: -30%;
  bottom: 25%;
  left: 0%;
  right: 0%;
}

.c-box-wow_1 {
  z-index: -1;
  background-color: #ff8000;
  border: 1px solid #000;
  border-radius: 8px;
  margin-right: -30px;
  padding: 26px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(-8deg);
  box-shadow: 2px 2px #000;
}

.c-box-wow_wrapper {
  position: relative;
}

.c-box-wow_copy {
  z-index: 10;
  width: 100%;
  min-width: 356px;
  background-color: #f0e9e2;
  border: 1px solid #000;
  border-radius: 8px;
  margin-right: -30px;
  padding: 26px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0, -7px)rotate(-8deg)translate(-105px);
  box-shadow: 1px 1px #000;
}

.c-box-wow_copy-2 {
  z-index: 10;
  width: 100%;
  min-width: 356px;
  background-color: #d3ccc5;
  border: 1px solid #000;
  border-radius: 8px;
  margin-right: -30px;
  padding: 26px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0, -12px)rotate(-11deg)translate(-105px);
  box-shadow: 1px 1px #000;
}

.c-circle-wow {
  z-index: -1;
  min-width: 312px;
  position: absolute;
  top: 2030px;
  bottom: auto;
  left: -190px;
  right: auto;
}

.c-components-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 48px;
  display: grid;
}

.c-components-wrapper.cc-2columns {
  grid-template-columns: 1fr 1fr;
}

.c-component_wrapper {
  margin-bottom: 16px;
}

.c-loading {
  z-index: 9999;
  width: 210vw;
  height: 100vh;
  background-color: #fbe590;
  border-radius: 50%;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0);
}

.c-rich-text-how-to {
  font-family: DM Sans, sans-serif;
}

.c-rich-text-how-to h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Syne, sans-serif;
  font-weight: 400;
  line-height: 35px;
}

.c-rich-text-how-to h6 {
  display: inline;
}

.c-rich-text-how-to h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: BioRhyme, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
}

.c-rich-text-how-to p {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 38px;
}

.c-rich-text-how-to a {
  color: #000;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: inline-block;
}

.c-box-script {
  z-index: 10;
  width: 860px;
  cursor: pointer;
  background-color: #fbe590;
  border: 2px solid #000;
  border-radius: 8px;
  padding: 24px 32px;
  font-family: DM Mono, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  display: block;
  position: relative;
  box-shadow: 3px 3px #000;
}

.c-box-script.cc-script {
  z-index: 10;
  width: 860px;
  cursor: pointer;
  background-color: #fbe590;
  font-family: DM Mono, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  position: relative;
}

.c-button-green {
  color: #000;
  background-color: #d3e1f0;
  border: 2px solid #000;
  border-radius: 58px;
  padding: 16px 24px;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
  transition: box-shadow .5s cubic-bezier(.19, 1, .22, 1);
  display: inline-block;
  box-shadow: 3px 3px #000;
}

.c-button-green:hover {
  box-shadow: 1px 1px #000;
}

.c-button-green.cc-primary {
  transition: background-color .3s ease-in;
}

.c-button-green.cc-secondary {
  color: #7443ff;
  background-color: #ebe6ff;
}

.c-button-green.cc-border {
  color: #7443ff;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #7443ff;
  padding: 16px 22px;
}

.c-button-green.cc-green {
  background-color: #bee0af;
}

.c-button-green.cc-purple {
  background-color: #d4c9f3;
}

.c-button-icon {
  width: 24px;
  height: 24px;
  background-image: url('../images/open_in_new_black_24dp-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 0;
  margin-left: 12px;
  display: block;
}

.c-button-icon.cc-24px {
  width: 24px;
  height: 24px;
  background-image: url('../images/open_in_new_black_24dp-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.c-nav-brand {
  float: none;
  align-items: center;
  display: flex;
  position: static;
}

.c-nav-brand_link {
  transition: opacity .5s;
}

.c-nav-brand_link:hover {
  opacity: .75;
}

.c-nav_logo-1 {
  margin-right: 10px;
}

.c-refokus-tooltip-box {
  z-index: 500;
  width: 100%;
  max-width: 350px;
  min-width: 350px;
  color: #fffaf5;
  text-align: center;
  background-color: #000;
  border-radius: 8px;
  padding: 32px 25px 25px;
  line-height: 1.2em;
  position: absolute;
  top: 50px;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.c-refokus-tooltip_logo {
  width: 167px;
  height: 30px;
  background-image: url('../images/refokus-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.c-refokus-tooltip_triangle {
  width: 45px;
  height: 30px;
  background-image: url('../images/Polygon-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -17px;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.background-video {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section {
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-2 {
  display: none;
}

.section-3 {
  width: 100vw;
  height: 100vh;
  padding-top: 20px;
  padding-left: 20px;
  position: relative;
}

.play-pause-image {
  cursor: pointer;
}

.img {
  cursor: pointer;
  transition: all .325s;
}

.img:hover {
  transform: rotate(10deg)scale(1.1);
}

.html-embed {
  display: none;
}

@media screen and (max-width: 991px) {
  .c-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .c-section.cc-ds-title {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .c-section.cc-main {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    overflow: hidden;
  }

  .c-text-l {
    font-size: 24px;
    line-height: 38px;
  }

  .c-text-xxxl {
    font-size: 70px;
    line-height: 64px;
  }

  .c-text-xl {
    font-size: 28px;
    line-height: 44px;
  }

  .c-text-xxl {
    font-size: 36px;
    line-height: 48px;
  }

  .c-text-m {
    font-size: 18px;
    line-height: 38px;
  }

  .c-title-4 {
    font-size: 24px;
  }

  .c-title-2 {
    font-size: 52px;
  }

  .c-title-6 {
    font-size: 18px;
  }

  .c-title-5 {
    font-size: 20px;
  }

  .c-title-3 {
    font-size: 28px;
  }

  .c-title-1 {
    font-size: 70px;
  }

  .c-rich-content h2 {
    font-size: 28px;
    line-height: 44px;
  }

  .c-rich-content h3 {
    font-size: 24px;
    line-height: 38px;
  }

  .c-title-wrapper.cc-table-of-contents {
    margin-bottom: 16px;
  }

  .ds-grid {
    flex-wrap: wrap;
  }

  .c-nav_brand {
    margin-left: 4px;
  }

  .ds-hero_content {
    margin-left: 0;
  }

  .ds-nav_menu {
    display: none;
  }

  .c-box.cc-script {
    width: 100%;
  }

  .c-nav {
    padding-left: 0;
    padding-right: 0;
  }

  .c-nav_wrap {
    width: 100%;
    justify-content: flex-end;
    padding-right: 0;
  }

  .c-table-of-contents {
    max-width: 100%;
    border-radius: 8px;
    order: 1;
    margin-top: 50px;
    margin-left: 0;
    margin-right: 0;
    padding: 32px;
  }

  .c-main {
    max-width: none;
  }

  .c-share {
    display: none;
  }

  .c-header {
    padding: 32px;
  }

  .c-header_star {
    right: -45px;
  }

  .c-style-over-substance {
    padding: 32px;
  }

  .c-row-flex {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .c-box-pink {
    margin-bottom: 48px;
    margin-left: -48px;
    margin-right: -48px;
    padding-right: 26px;
    transform: rotate(-2deg);
  }

  .c-interactive-elements {
    padding: 32px;
  }

  .c-column-luke {
    width: 450px;
    height: 360px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .c-row-flex-luke {
    display: block;
  }

  .c-box-wow {
    width: 95vw;
    order: 1;
    margin: 24px auto -24px -40px;
    padding-right: 26px;
    transform: rotate(-3deg);
  }

  .c-how-to {
    padding: 32px;
  }

  .c-how-to_title {
    transform: rotate(-2deg)translate(-50px);
  }

  .c-script-wrapper {
    width: 97vw;
    margin-left: -48px;
    margin-right: 0;
    transform: rotate(-2deg);
  }

  .c-meet-refokus {
    padding: 32px;
  }

  .c-refokus-logo {
    max-width: 20%;
    bottom: -40px;
    right: 16px;
  }

  .c-modal, .c-backgrounds {
    display: none;
  }

  .div-block {
    display: flex;
  }

  .c-box-wow_1 {
    width: 95vw;
    order: 1;
    margin: 24px auto -24px -40px;
    padding-right: 26px;
    transform: rotate(-3deg);
  }

  .c-box-wow_wrapper {
    order: 1;
  }

  .c-box-wow_copy {
    width: 95vw;
    order: 1;
    margin: 24px auto -24px -40px;
    padding-right: 26px;
    transform: rotate(-4deg);
  }

  .c-box-wow_copy-2 {
    width: 95vw;
    order: 1;
    margin: 24px auto -24px -40px;
    padding-right: 26px;
    transform: rotate(-5deg);
  }

  .c-box-script.cc-script {
    width: 100%;
  }

  .c-nav-brand {
    margin-left: 4px;
  }
}

@media screen and (max-width: 767px) {
  .c-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .c-section.cc-main {
    padding-top: 136px;
  }

  .c-text-l {
    font-size: 20px;
    line-height: 36px;
  }

  .c-button-l {
    padding: 8px 16px;
    font-size: 16px;
  }

  .c-text-xxxl {
    font-size: 52px;
    line-height: 52px;
  }

  .c-text-xl {
    font-size: 24px;
    line-height: 38px;
  }

  .c-text-xxl {
    font-size: 28px;
    line-height: 44px;
  }

  .c-text-2 {
    font-size: 15px;
  }

  .c-title-4 {
    font-size: 24px;
    line-height: 26px;
  }

  .c-title-2 {
    font-size: 40px;
    line-height: 44px;
  }

  .c-title-6 {
    font-size: 16px;
    line-height: 28px;
  }

  .c-title-5 {
    font-size: 16px;
    line-height: 24px;
  }

  .c-title-3 {
    font-size: 24px;
    line-height: 26px;
  }

  .c-title-1 {
    font-size: 52px;
    line-height: 52px;
  }

  .c-text-1 {
    font-size: 16px;
    line-height: 28px;
  }

  .c-rich-content h1 {
    font-size: 52px;
    line-height: 56px;
  }

  .c-rich-content h2 {
    font-size: 24px;
    line-height: 38px;
  }

  .c-rich-content h4 {
    font-size: 18px;
    line-height: 36px;
  }

  .c-rich-content h3 {
    font-size: 20px;
    line-height: 36px;
  }

  .c-nav_brand {
    margin-left: 0;
    padding-left: 0;
  }

  .c-box {
    padding: 16px 24px;
  }

  .c-nav {
    width: 100%;
    height: 60px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .c-nav_wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .c-nav_wrap {
    display: none;
  }

  .c-nav-btn {
    padding: 8px 16px;
    font-size: 16px;
  }

  .c-content_underline {
    height: 2px;
  }

  .c-header {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .c-header_star {
    max-width: 123px;
    right: -20px;
  }

  .c-star_icon.cc-header {
    max-width: 54%;
    margin-top: 12px;
  }

  .c-rich-text h2 {
    max-width: 160px;
    font-size: 20px;
    line-height: 22px;
  }

  .c-rich-text h1 {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 35px;
  }

  .c-rich-text p {
    font-size: 16px;
    line-height: 24px;
  }

  .c-highlight-yellow {
    display: none;
  }

  .c-divider {
    margin-left: 24px;
    margin-right: 24px;
  }

  .c-style-over-substance {
    padding-top: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .c-rich-text-style-over-substance h1 {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 26px;
  }

  .c-rich-text-style-over-substance p {
    font-size: 16px;
    line-height: 24px;
  }

  .c-box-inline {
    padding: 7px 8px;
    box-shadow: 3px 3px #000;
  }

  .c-mb-40 {
    margin-bottom: 16px;
  }

  .c-however {
    font-size: 16px;
    line-height: 24px;
  }

  .c-box-pink {
    margin-bottom: 32px;
    padding: 12px 20px 20px;
  }

  .c-text-caveat {
    font-size: 20px;
    line-height: 27px;
  }

  .c-interactive-elements {
    padding-left: 24px;
    padding-right: 24px;
  }

  .c-rich-text-interactive-elements h1 {
    font-size: 24px;
    line-height: 26px;
  }

  .c-rich-text-interactive-elements p {
    font-size: 16px;
    line-height: 24px;
  }

  .c-baloo-border {
    text-shadow: 1px -1px #000, -1px -1px #000, -1px 1px #000, 1px 1px #000, 0 1px #000, 0 -1px #000, -1px 0 #000, 1px 0 #000;
    font-size: 24px;
    line-height: 26px;
  }

  .c-button-modal {
    margin-bottom: 8px;
    padding: 8px 16px;
    font-size: 16px;
  }

  .c-copy-wrapper {
    max-width: 280px;
    flex-wrap: wrap;
    margin-bottom: -32px;
    margin-left: auto;
    margin-right: auto;
  }

  .c-copy-card {
    width: 130px;
    height: 130px;
    min-width: 130px;
    flex: 0 auto;
    margin-left: 0;
    margin-right: 0;
  }

  .c-copy-icon {
    width: 16px;
    height: 16px;
    background-size: contain;
  }

  .c-copy-card-green, .c-copy-card-yellow, .c-copy-card-red {
    height: 130px;
    min-width: 130px;
    flex: 0 auto;
    margin-left: 0;
    margin-right: 0;
  }

  .c-webflow-logo {
    width: 115px;
    height: 30px;
    background-size: contain;
    display: block;
    transform: none;
  }

  .c-text-star {
    width: 24px;
    height: 24px;
    transform: translate(0, 3px);
  }

  .c-hand {
    width: 30px;
    height: 30px;
    transform: translate(0, 11px);
  }

  .c-how-to {
    padding-left: 24px;
    padding-right: 24px;
  }

  .c-how-to_title {
    text-shadow: 1px -1px #000, -1px -1px #000, -1px 1px #000, 1px 1px #000, 0 1px #000, 0 -1px #000, -1px 0 #000, 1px 0 #000;
    font-size: 24px;
    line-height: 26px;
    transform: rotate(-2deg)translate(-37px);
  }

  .c-script_top-star {
    width: 94px;
    height: 94px;
    top: -30px;
    left: -30px;
  }

  .c-script-wrapper {
    width: 95vw;
    margin-top: 32px;
    margin-bottom: 32px;
    margin-left: -35px;
  }

  .c-script_bottom-star {
    width: 123px;
    height: 123px;
    bottom: -57px;
    right: -55px;
  }

  .c-highligted_text {
    background-color: rgba(0, 0, 0, 0);
  }

  .c-meet-refokus {
    padding-left: 24px;
    padding-right: 24px;
  }

  .c-sign-up_input {
    height: 50px;
    margin-right: 16px;
    padding: 8px 16px;
    font-size: 20px;
    line-height: 24px;
  }

  .c-sign-up_submit {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    background-size: 24px 24px;
    padding: 24px;
  }

  .c-anchor-offset-section {
    top: -65px;
  }

  .c-box-wow_copy {
    transform: rotate(-5deg);
  }

  .c-box-wow_copy-2 {
    transform: rotate(-7deg);
  }

  .c-circle-wow {
    top: 1710px;
    left: -130px;
  }

  .c-rich-text-how-to h1 {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 26px;
  }

  .c-rich-text-how-to p {
    font-size: 16px;
    line-height: 24px;
  }

  .c-box-script {
    padding: 16px 24px;
  }

  .c-button-green {
    padding: 8px 16px;
    font-size: 16px;
  }

  .c-nav_logo-1 {
    margin-right: 0;
  }

  .c-refokus-tooltip-box {
    max-width: 100%;
    min-width: 226px;
  }
}

@media screen and (max-width: 479px) {
  .c-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .c-text-l {
    font-size: 18px;
    line-height: 28px;
  }

  .c-text-xxxl {
    font-size: 40px;
  }

  .c-text-s {
    font-size: 15px;
    line-height: 30px;
  }

  .c-text-xl {
    font-size: 20px;
    line-height: 34px;
  }

  .c-text-xxl {
    font-size: 24px;
    line-height: 38px;
  }

  .c-text-se {
    font-size: 15px;
    line-height: 30px;
  }

  .c-text-m {
    font-size: 16px;
    line-height: 32px;
  }

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

  .c-title-2 {
    font-size: 32px;
    line-height: 36px;
  }

  .c-title-3 {
    font-size: 20px;
    line-height: 34px;
  }

  .c-title-3.cc-baloo {
    line-height: 26px;
  }

  .c-title-1 {
    font-size: 40px;
  }

  .c-rich-content p, .c-rich-content li {
    font-size: 15px;
  }

  .c-rich-content ul {
    padding-left: 20px;
  }

  .ds-type_caption {
    font-size: 12px;
  }

  .c-box.cc-script {
    font-size: 14px;
    line-height: 20px;
  }

  .c-box.cc-explanation {
    padding-left: 24px;
    padding-right: 24px;
  }

  .c-logo-refokus {
    width: 146px;
    height: 18px;
    min-height: 18px;
    min-width: 146px;
  }

  .c-nav_wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .c-rich-text-style-over-substance h1 {
    font-size: 20px;
    line-height: 22px;
  }

  .c-box-pink {
    margin-left: -32px;
    margin-right: -32px;
  }

  .c-text-16 {
    font-size: 12px;
  }

  .c-text-18 {
    font-size: 14px;
  }

  .c-text-20 {
    font-size: 16px;
  }

  .c-text-22 {
    font-size: 18px;
  }

  .c-text-24 {
    font-size: 20px;
  }

  .c-text-26 {
    font-size: 24px;
  }

  .c-text-28 {
    font-size: 26px;
  }

  .c-text-30 {
    font-size: 28px;
  }

  .c-text-32 {
    font-size: 32px;
  }

  .c-column-luke {
    z-index: -1;
    width: 100%;
    min-width: 100%;
    background-position: 50%;
    margin: -16px 0;
    position: relative;
    transform: scale(1.25);
  }

  .c-copy-wrapper {
    margin-top: -32px;
  }

  .c-copy-card-yellow {
    margin-top: -20px;
  }

  .c-copy-card-red {
    margin-top: 20px;
  }

  .c-how-to {
    padding-bottom: 48px;
  }

  .c-script_copy-icon {
    width: 24px;
    height: 24px;
  }

  .c-script-wrapper {
    margin-left: -39px;
  }

  .c-box-wrapper {
    margin-left: -8px;
    margin-right: -8px;
  }

  .c-button-wrapper {
    margin-top: 24px;
  }

  .c-circles-bottom {
    min-width: 500px;
    bottom: -390px;
    left: -90px;
  }

  .c-circle-style {
    min-width: 450px;
    top: 625px;
    left: -60px;
  }

  .c-star-style {
    min-height: 215px;
    min-width: 215px;
    top: 518px;
    left: -88px;
  }

  .c-modal_wrapper {
    margin-left: 16px;
    margin-right: 16px;
    padding: 32px;
  }

  .c-script-text {
    white-space: normal;
  }

  .c-circle-wow {
    min-width: 450px;
    top: 1910px;
    left: -140px;
  }

  .c-rich-text-how-to h1 {
    font-size: 20px;
    line-height: 22px;
  }

  .c-box-script.cc-script {
    font-size: 14px;
    line-height: 20px;
  }

  .c-box-script.cc-explanation {
    padding-left: 24px;
    padding-right: 24px;
  }

  .c-nav_logo-1 {
    margin-right: 0;
  }

  .background-video {
    width: 100vw;
    height: 100%;
    display: none;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .section-2 {
    width: 100vw;
    height: 100vh;
    justify-content: space-around;
    align-items: center;
    display: flex;
    position: absolute;
  }

  .background-video-2 {
    width: 100vw;
  }

  .section-3 {
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }
}


@font-face {
  font-family: 'Dm sans';
  src: url('../fonts/dm-sans-v11-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dm sans';
  src: url('../fonts/dm-sans-v11-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Syne';
  src: url('../fonts/syne-v15-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Syne';
  src: url('../fonts/syne-v15-latin-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Syne';
  src: url('../fonts/syne-v15-latin-800.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Syne';
  src: url('../fonts/syne-v15-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dm mono';
  src: url('../fonts/dm-mono-v10-latin-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dm mono';
  src: url('../fonts/dm-mono-v10-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Biorhyme';
  src: url('../fonts/biorhyme-v12-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Biorhyme';
  src: url('../fonts/biorhyme-v12-latin-800.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Baloo 2';
  src: url('../fonts/baloo-2-v16-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Baloo 2';
  src: url('../fonts/baloo-2-v16-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Caveat';
  src: url('../fonts/caveat-v17-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Caveat';
  src: url('../fonts/caveat-v17-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}