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

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

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

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

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

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

body {
  color: #333;
  margin-bottom: 10px;
  font-family: Circularstd, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

h1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Circularstd, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
}

h2 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Circularstd, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  position: static;
}

h3 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 16px;
  font-family: Circularstd, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

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

p {
  white-space: normal;
  margin-bottom: 13px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

a {
  color: #2f80ff;
  text-decoration: none;
}

li {
  margin-bottom: 5px;
  padding-right: 50px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

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

blockquote {
  opacity: 1;
  border-left: 5px solid #02f5a4;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

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

.primary-cta {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 16px;
  padding: 20px 26px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 3px 3px rgba(0, 0, 0, .07);
}

.slide {
  background-color: #fff;
  border: 1px rgba(70, 137, 215, .2);
  border-radius: 10px;
  margin-right: 50px;
  padding: 0;
}

.banner {
  width: 70%;
  max-width: 1140px;
  min-height: 285px;
  background-color: #2f80ff;
  border-radius: 15px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
  box-shadow: 0 32px 64px 12px rgba(14, 86, 124, .16);
}

.banner.notsymbol {
  display: none;
}

.footer-logo {
  transform-style: preserve-3d;
  margin-bottom: 10px;
}

.footer-logo:hover {
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.dropdown {
  color: #5e727d;
  font-family: Circularstd book, sans-serif;
  font-size: 16px;
}

.hero-image {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
  margin-top: 32px;
  margin-bottom: 0;
  display: block;
}

.nav-menu-3 {
  color: #fff;
  display: flex;
}

.left-hero-text-block {
  max-width: 1233px;
  padding: 0 0 50px;
  display: block;
}

.hero-image-new {
  width: 320px;
  opacity: 1;
  filter: brightness(110%);
  text-align: center;
  border-radius: 12px;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 60px;
  padding-bottom: 0;
  position: static;
  left: 0;
}

.websites {
  display: none;
}

.websites:hover {
  background-color: rgba(255, 255, 255, .2);
  border-radius: 5px;
}

.websites.w--current {
  color: #fff;
}

.writing-nav-link {
  display: block;
}

.writing-nav-link:hover {
  background-color: rgba(255, 255, 255, .2);
  border-radius: 5px;
}

.writing-nav-link.w--current {
  color: #fff;
  text-decoration: none;
  display: block;
}

.playlist-nav-link {
  display: none;
}

.playlist-nav-link:hover {
  background-color: rgba(255, 255, 255, .2);
  border-radius: 5px;
}

.playlist-nav-link.w--current {
  color: #fff;
}

.centered-container {
  text-align: center;
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-top: 0;
  padding-top: 35px;
  display: flex;
}

.heading-3 {
  z-index: 1;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: relative;
}

.heading-3.projects-title-combo {
  font-size: 48px;
  display: block;
}

.heading-3.spacer {
  margin-bottom: 0;
  padding: 20px 110px;
  line-height: 1.5;
}

.content-block {
  background-color: #fff;
  border-radius: 13px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 5px 75px;
  text-decoration: none;
  transition: opacity .2s, opacity .2s;
  box-shadow: 2px 2px 8px 1px #838684;
}

.content-block:hover {
  color: #333;
  text-decoration: none;
  box-shadow: 0 3px 8px 1px #54f5a4;
}

.content-block:visited {
  color: #000;
  text-decoration: none;
}

.div-block-4 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-4.masters {
  display: none;
}

.image-2 {
  margin-top: 0;
  margin-left: 0;
}

.image-2:hover {
  transform: rotate(180deg);
}

.image-2:active {
  transform: scale(1.2);
}

.div-block-5 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto auto minmax(auto, 1fr);
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  justify-content: stretch;
  justify-items: stretch;
  margin-top: 40px;
  padding-left: 55px;
  display: grid;
}

.div-block-6 {
  margin-right: 24px;
}

.button-2 {
  color: #000;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-radius: 5px;
  margin-top: 15px;
  display: inline-block;
  position: relative;
  box-shadow: 1px 1px 3px #000;
}

.button-2:hover {
  background-color: #54f5a4;
  transform: scale(1.2);
}

.button-2.notion-buy {
  background-color: #e694c7;
  margin-left: 0;
  margin-right: 10px;
  padding: 15px 45px;
  font-size: 17px;
}

.button-2.notion-buy:hover {
  background-color: #8697fa;
  transform: scale(1.1);
}

.button-2.notion-free {
  margin-left: 10px;
  padding: 15px 25px;
  font-size: 17px;
  display: block;
}

.button-2.notion-free:hover {
  background-color: #3ccbff;
  transform: scale(1.1);
}

.call-to-action {
  background-color: #fff;
  margin-top: 0;
  padding-top: 75px;
  padding-bottom: 50px;
}

.what-i-do-section {
  margin-top: 110px;
  margin-bottom: 50px;
}

.form-block {
  align-self: center;
  margin: 5px -75px 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
}

.form {
  width: 300px;
  text-align: left;
  margin-left: 81px;
  margin-right: 81px;
  display: block;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-left: 30px;
  padding-right: 30px;
}

.text-field {
  border: 2px solid #000;
  border-radius: 5px;
  display: none;
}

.text-field:focus {
  border-color: #3ccbff;
}

.text-field-2 {
  border: 2px solid #000;
  border-radius: 5px;
  margin-bottom: 10px;
  padding-left: 11px;
  padding-right: 12px;
  line-height: 35px;
}

.text-field-2:focus {
  border-color: #3ccbff;
}

.office-hours-section {
  padding-top: 70px;
  padding-bottom: 100px;
  display: none;
}

.flex-container-2 {
  flex-direction: row-reverse;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feature-image-mask {
  width: 80%;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-right: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.feature-image {
  width: 100%;
  height: 400px;
  filter: grayscale();
  text-align: right;
  object-fit: contain;
  object-position: 50% 50%;
  transform-style: preserve-3d;
  border-radius: 0;
  padding-bottom: 0;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.heading-6 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.paragraph-3 {
  margin-top: 20px;
  margin-bottom: 0;
  padding-right: 45px;
  font-size: 20px;
}

.div-block-8 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.container-4 {
  flex-direction: column;
  align-self: center;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 0;
  display: flex;
}

.container-5 {
  display: block;
}

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

.what-i-do-body {
  margin-bottom: 8px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
}

.notion-pack-underline {
  width: 195px;
  background-color: #54f5a4;
  border: 5px solid #54f5a4;
  margin-top: -19px;
  margin-bottom: 30px;
  transition: opacity .2s;
  position: relative;
  transform: rotate(0);
}

.notion-pack-underline.mobile-underline {
  width: 227px;
  background-color: #3ccbff;
  border-color: #3ccbff;
  margin-top: 0;
  margin-bottom: 0;
}

.office-hours-divider {
  width: 240px;
  background-color: #54f5a4;
  border: 5px solid #3ccbff;
  margin-top: 0;
  margin-bottom: 10px;
  transition: opacity .2s;
}

.footer-section {
  text-align: center;
  background-color: #e7efee;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 50px;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #8697fa;
  text-decoration: none;
  transform: scale(1.2);
}

.field {
  padding-left: 10px;
  padding-right: 10px;
  display: none;
}

.header-section {
  width: 100%;
  display: block;
  overflow: hidden;
}

.grey-section {
  height: 0;
  background-color: #e7efee;
  flex-direction: column;
  display: flex;
  transform: rotate(0);
}

.triangle-nav-button {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-bottom: 2px solid #786df7;
  border-right: 2px solid #786df7;
  padding: 0;
  transition: box-shadow .25s;
  box-shadow: 2px 2px #4c459e;
}

.triangle-nav-button:hover {
  box-shadow: 4px 4px #4c459e;
}

.triangle-nav-button.w--open {
  background-color: #fff;
  border-bottom: 2px solid #4c459e;
  border-right-color: #4c459e;
  box-shadow: 2px 2px #786df7;
}

.triangle {
  width: 25px;
  height: 25px;
  min-width: 25px;
  border-bottom: 23px solid #786df7;
  border-left: 13px solid rgba(0, 0, 0, 0);
  border-right: 13px solid rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 10.5px;
}

.menu-button {
  display: none;
}

.container-6 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.div-block-11 {
  grid-column-gap: 35px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  padding: 15px 15px 0;
  display: grid;
}

.content-text-body {
  max-height: 105px;
  object-fit: fill;
  margin-bottom: 10px;
  padding: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  position: relative;
  overflow: hidden;
}

.content-text-body:hover {
  color: #000;
}

.container-7 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 0;
  display: none;
}

.paragraph-4 {
  flex: none;
  align-items: flex-start;
  margin-top: 15px;
  margin-bottom: 10px;
  padding: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 27px;
  display: inline-block;
  position: relative;
}

.background-circle {
  z-index: 0;
  width: 70px;
  height: 70px;
  background-color: #3ccbff;
  border-radius: 10000px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 15px;
  right: 15px;
}

.background-circle.purple {
  background-color: #02f5a4;
}

.background-circle.orange {
  background-color: #2f80ff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-circle-small {
  z-index: 1;
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 10000px;
  display: block;
  position: absolute;
  top: 45px;
  right: 45px;
}

.flex-content {
  z-index: 15;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: block;
  position: relative;
}

.h4 {
  color: #000;
  text-transform: none;
  border: 2px #000;
  border-radius: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 10px 5px 5px;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
  display: block;
  position: relative;
}

.hover-content-2 {
  width: 40%;
  height: 60%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  cursor: pointer;
  background-color: #edf3f7;
  border: 2px solid #000;
  border-radius: 30px;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 10px;
  margin-right: 10px;
  padding: 35px 30px 50px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 3px #000;
}

.latest-content {
  margin-top: 10px;
  margin-bottom: 100px;
  padding-top: 20px;
  display: block;
}

.container-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 75px;
  margin-bottom: 5px;
  display: flex;
}

.feature-image-mask-2 {
  max-height: 8%;
  max-width: 25%;
  text-align: center;
  align-self: center;
  margin-right: 40px;
}

.container-12 {
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area"
  / 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: center;
  justify-items: start;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: grid;
}

.paragraph-7 {
  max-width: 600px;
  margin-top: 42px;
  margin-bottom: 0;
  padding-right: 27px;
  font-size: 16px;
  display: block;
}

.background-section {
  height: 400px;
  align-items: center;
  margin-bottom: 70px;
  display: flex;
}

.interests-section {
  height: 400px;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.paragraph-8 {
  max-width: 600px;
  margin-top: 40px;
  padding-right: 0;
  font-size: 16px;
}

.grid-2 {
  grid-template-columns: 1fr 1.5fr;
  grid-auto-flow: row;
}

.heading-14 {
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

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

.heading-15, .heading-16 {
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.heading-17 {
  z-index: 1;
  margin-bottom: 0;
  position: relative;
}

.image-15 {
  max-width: 100%;
  border-radius: 10px;
  margin-left: 0;
  margin-right: 25px;
  padding-top: 0;
  padding-right: 0;
}

.image-16 {
  border-radius: 10px;
}

.image-17 {
  max-height: 400px;
  border-radius: 10px;
}

.image-18 {
  max-height: 400px;
  max-width: 70%;
  opacity: .98;
  border-radius: 11px;
  padding-top: 0;
}

.blog-heading {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 55px;
  line-height: 1.2;
}

.blog-intro {
  width: auto;
  color: #2f80ff;
  border-bottom: 3px #2f80ff;
  margin-bottom: 26px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}

.blog-category-link {
  background-color: #3ccbff;
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 7px 10px;
  font-size: 11px;
  display: inline-block;
}

.keyword {
  background-color: rgba(226, 228, 232, .38);
  border-radius: 3px;
  margin-right: 15px;
  padding: 6px 8px;
  font-size: 11px;
  display: inline-block;
}

.collection-item-2 {
  display: inline-block;
}

.section-13 {
  padding-bottom: 40px;
}

.blog-rich-text-body {
  max-width: none;
  direction: ltr;
  letter-spacing: 0;
  white-space: normal;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  display: block;
  position: static;
}

.blog-rich-text-body a:hover {
  color: #02f5a4;
}

.blog-rich-text-body p {
  margin-bottom: 30px;
  font-size: 18px;
}

.blog-rich-text-body h2 {
  margin-bottom: 30px;
}

.blog-rich-text-body h4 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 20px;
}

.blog-rich-text-body img {
  margin-bottom: 0;
}

.blog-rich-text-body figcaption {
  margin-bottom: 20px;
  font-style: italic;
}

.blog-rich-text-body blockquote {
  background-color: rgba(0, 0, 0, 0);
  border-left-color: #2f80ff;
  border-radius: 4px;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 20px 35px;
  font-weight: 700;
  line-height: 30px;
  box-shadow: 1px 1px 3px #000;
}

.blog-rich-text-body figure {
  margin-top: 10px;
  margin-bottom: 5px;
}

.blog-rich-text-body h6 {
  opacity: 1;
  background-color: #3ccbff;
  border-radius: 6px;
  margin-top: 24px;
  margin-bottom: 26px;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.about-section {
  height: 400px;
  margin-top: 55px;
  margin-bottom: 15px;
  display: block;
}

.writing-template-body {
  background-color: #e2e4e8;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 500;
}

.blog-content-container {
  max-width: 800px;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  padding: 50px 72px 30px;
  font-weight: 500;
  line-height: 26px;
}

.homepage-header-section {
  width: 100%;
  max-width: 100%;
  flex-direction: column;
  display: block;
  overflow: hidden;
}

.navbigbutton {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-radius: 5px;
  align-self: center;
  margin-left: 10px;
}

.navbigbutton:hover {
  color: #000;
  background-color: #8b90ff;
  border-color: #000;
  transform: scale(1.2);
  box-shadow: 1px 1px 3px #000;
}

.navbigbutton.ga-event {
  display: none;
}

.navbigbutton.ga-event:hover {
  background-color: #02f5a4;
}

.navbar-2 {
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-2:hover {
  color: #000;
}

.aboutme {
  min-width: auto;
  display: none;
}

.aboutme:hover {
  color: #000;
  background-color: rgba(255, 255, 255, .2);
  border: 2px #000;
  border-radius: 5px;
}

.aboutme.w--current {
  color: #fff;
  display: none;
}

.newsletter-cta-animation {
  width: 100%;
  color: #000;
  text-align: center;
  object-fit: fill;
  background-color: #8697fa;
  border: 2px solid #000;
  border-radius: 5px;
  box-shadow: 1px 1px 3px #000;
}

.newsletter-cta-animation:hover {
  background-color: #fff;
}

.newsletter-cta-animation.ga-event {
  background-color: #02f5a4;
}

.newsletter-cta-animation.ga-event:hover {
  transform: scale(1.1);
}

.hero-section-wrapper {
  z-index: 99999;
  height: 80px;
  background-image: linear-gradient(198deg, #54f5a4, #2f80ff 56%);
  margin-bottom: 0;
  padding-bottom: 100px;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.current-role-section {
  height: 450px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

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

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

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

.link-2 {
  color: #54f5a4;
  text-decoration: none;
}

.heading-21 {
  width: auto;
  flex: 0 auto;
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.heading-21:hover {
  transform: scale(1.1);
}

.heading-22 {
  opacity: 1;
  color: #1a1229;
  text-align: center;
  letter-spacing: -.3px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  transition: all .75s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.heading-22:hover {
  filter: blur();
}

.heading-22.grey {
  color: rgba(117, 113, 125, .4);
  margin-top: 10px;
  margin-left: 10px;
}

.heading-22.grey:hover {
  color: #8697fa;
}

.div-block-17 {
  width: 100%;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  padding-top: 0;
  text-decoration: none;
  display: flex;
}

.latest-content-underline {
  width: 370px;
  background-color: #54f5a4;
  border: 5px solid #3ccbff;
  margin-top: 0;
  margin-bottom: 15px;
  transition: opacity .2s;
  position: static;
  transform: rotate(0);
}

.gallery {
  margin-bottom: 10px;
  padding-top: 45px;
  padding-bottom: 45px;
}

.gallery-grid-container {
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: none;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.blog-card {
  width: 100%;
  min-height: 650px;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 25px;
  margin-right: 0;
  padding: 15px 23px;
  text-decoration: none;
  transition: all .3s ease-out;
  overflow: hidden;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.blog-card:hover {
  transform: translate(0, -4px);
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .12);
}

.category-title {
  color: #38cb89;
  letter-spacing: 1.5px;
  font-size: 13px;
  font-weight: 500;
}

.title {
  max-width: 500px;
  color: #8a91fe;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
}

.title-wrap {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 10px;
  display: flex;
}

.heading-primary {
  max-width: 500px;
  color: #1a3066;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
}

.heading-primary.h1-centre {
  z-index: 1;
  max-width: 700px;
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 48px;
  position: relative;
}

.blog-content {
  margin-bottom: 0;
}

.heading-23 {
  color: #2e3642;
  text-align: left;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
}

.blog-content-wrap {
  min-height: 140px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 15px;
  padding-left: 4px;
  padding-right: 4px;
  text-decoration: none;
  display: flex;
}

.section-blog {
  min-height: 500px;
  background-color: #fff;
  background-image: url('../images/bg_shade.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  padding: 70px 5%;
}

.category-tag {
  background-color: #e9f9f0;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 8px;
  padding: 12px 20px;
  display: flex;
}

.text-span {
  color: #484dff;
}

.paragraph-11 {
  max-width: 490px;
  color: #546681;
  margin-top: 10px;
  font-size: 17px;
  font-style: normal;
  line-height: 1.3;
  text-decoration: none;
}

.blog-title-height {
  min-height: 94px;
}

.div-block-21 {
  min-height: 300px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
}

.latest-content-underline-writing {
  z-index: 0;
  width: 300px;
  background-color: #54f5a4;
  border: 5px solid #54f5a4;
  margin-top: 0;
  margin-bottom: 30px;
  transition: opacity .2s;
  position: relative;
  transform: rotate(0);
}

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

.featured-in-section {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 35px;
  padding-bottom: 35px;
  display: none;
}

.grid-11 {
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
}

.heading-24 {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.now-section {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 160px;
  position: relative;
}

.now-section.cc-no-padding-bottom {
  margin-bottom: 65px;
  padding-top: 180px;
  padding-bottom: 0;
}

.container-23 {
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.container-23.cc-flex-h {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.learn_wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 34%;
}

.div-block-22 {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.col-left {
  flex: 1;
  align-self: stretch;
  position: relative;
}

.block-title {
  opacity: 1;
  color: #fff;
  letter-spacing: -.04px;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}

.block-text {
  color: #000;
  text-align: left;
  letter-spacing: -.01em;
  padding-top: 22px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.text_left {
  text-align: left;
  letter-spacing: -.02em;
  margin-top: 40px;
  margin-bottom: 0;
  padding-right: 135px;
  font-family: Circularstd, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  display: inline-block;
}

.block {
  min-height: 400px;
  color: #fff;
  background-color: #7946f3;
  align-items: stretch;
  margin-bottom: 100px;
  padding: 48px 50px 56px;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.4;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.block._2 {
  background-color: #46da8f;
  border-radius: 20px;
  top: 26%;
}

.block._3 {
  background-color: #3ccbff;
  border-radius: 20px;
  top: 30%;
}

.block._1 {
  background-color: #2f80ff;
  border-radius: 20px;
  padding-bottom: 48px;
  top: 22%;
}

.block._4 {
  background-color: #fe5694;
  border-radius: 20px;
  margin-bottom: 0;
  top: 34%;
}

.block._5 {
  background-color: #8697fa;
  border-radius: 20px;
  margin-bottom: 0;
  top: 34%;
}

.col-right {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.heading-25 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
}

.grid-12 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  margin-top: -10px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-social-icon {
  width: 85px;
  height: 70px;
  max-width: none;
  flex: 0 auto;
  order: 0;
  margin-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
}

.footer-social-icon:hover {
  transform: scale(1.7);
}

.bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8 {
  font-size: 16px;
}

.footer-divider {
  width: 700px;
  background-color: #54f5a4;
  border: 4px solid #54f5a4;
  margin-top: 0;
  margin-bottom: 0;
  transition: opacity .2s;
  display: inline-block;
  position: relative;
  transform: rotate(0);
}

.div-block-24 {
  margin-bottom: 11px;
}

.personal-projects-header {
  display: block;
}

.professional-proj-underline {
  width: 480px;
  background-color: #54f5a4;
  border: 4px solid #54f5a4;
  margin-top: 3px;
}

.personal-proj-underline {
  width: 400px;
  background-color: #54f5a4;
  border: 4px solid #54f5a4;
  margin-top: 1px;
}

.now-header-underline {
  width: 280px;
  text-align: center;
  background-color: #54f5a4;
  border: 4px solid #54f5a4;
  margin-top: -15px;
}

.current-role-section-underline {
  width: 320px;
  background-color: #54f5a4;
  border: 5px solid #54f5a4;
  margin-top: 0;
  margin-bottom: 5px;
  transition: opacity .2s;
  position: relative;
  transform: rotate(0);
}

.background-section-underline {
  width: 250px;
  background-color: #54f5a4;
  border: 5px solid #54f5a4;
  margin-top: 0;
  margin-bottom: 5px;
  transition: opacity .2s;
  position: relative;
  transform: rotate(0);
}

.interests-section-underline {
  width: 200px;
  background-color: #54f5a4;
  border: 5px solid #54f5a4;
  margin-top: 43px;
  margin-bottom: 5px;
  transition: opacity .2s;
  position: relative;
  transform: rotate(0);
}

.about-section-unde {
  z-index: auto;
  width: 150px;
  object-fit: fill;
  background-color: #54f5a4;
  border: 5px solid #54f5a4;
  margin-top: 0;
  margin-bottom: 5px;
  transition: opacity .2s;
  position: relative;
  overflow: visible;
}

.nl-informed-section {
  margin-left: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.image-27 {
  z-index: 1;
  width: auto;
  height: auto;
  text-align: right;
  object-fit: contain;
  margin-top: 0;
  margin-left: 0;
  padding: 25px 0;
  position: relative;
}

.rich-text-block-5 {
  width: 100%;
  min-width: auto;
  margin-right: 0;
  padding-right: 0;
}

.section-20 {
  min-height: auto;
  min-width: 100vw;
  background-image: url('../images/bg_shade.svg');
  background-position: 0%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 85px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card-wrap {
  width: 50vw;
  height: 50vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card {
  width: 215px;
  height: 430px;
  background-color: rgba(134, 135, 250, 0);
  background-image: url('../images/Deep-Work-Mockup.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  position: absolute;
  transform: rotate(-2deg);
  box-shadow: 0 1px 8px rgba(26, 0, 1, .3);
}

.card.bottom {
  height: 433px;
  box-shadow: none;
  background-color: rgba(254, 86, 148, 0);
  background-image: url('../images/Chillout-V1-Mockup.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.card.top {
  width: 215px;
  height: 433px;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/New-reduced-image-test.png');
  background-position: 50%;
  background-attachment: scroll;
}

.card.middle {
  height: 433px;
  box-shadow: none;
}

.playlist-title {
  max-width: 500px;
  color: #8a91fe;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
}

.playlist-subtitle {
  max-width: 500px;
  color: #1a3066;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
}

.playlist-subtitle.h3-centre {
  z-index: 1;
  max-width: 700px;
  color: #000;
  text-align: center;
  position: relative;
}

.playlists-underline {
  z-index: 0;
  width: 180px;
  background-color: #54f5a4;
  border: 5px solid #54f5a4;
  margin-top: -34px;
  margin-bottom: 30px;
  transition: opacity .2s;
  position: relative;
  transform: rotate(0);
}

.video {
  border: 1px #000;
  border-radius: 0;
  margin-bottom: 29px;
  box-shadow: 2px 2px 6px 1px #000;
}

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

.project-description {
  grid-column-gap: 37px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  align-items: flex-start;
  display: flex;
}

.right-section-projects {
  width: auto;
  min-width: 370px;
  background-color: #e7efee;
  border-radius: 20px;
  margin-left: 38px;
}

.projects-cta {
  color: #000;
  object-fit: contain;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 5px;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 99px;
  padding-right: 99px;
  transition: background-color .2s;
  position: relative;
  box-shadow: 1px 1px 3px #000;
}

.projects-cta:hover {
  background-color: #01f4a4;
  transform: scale(1.1);
}

.div-block-31 {
  width: 65%;
  background-color: #e7efee;
  border: 1.5px solid #e7e7e7;
  justify-content: center;
  align-items: center;
  display: block;
}

.projects-section-break {
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-div-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 10px;
  display: flex;
}

.project-title {
  margin-bottom: 20px;
}

.imoji-homepage {
  max-width: 100%;
  min-width: 70px;
  text-align: center;
  font-size: 40px;
  position: static;
}

.personal-projects-desc {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.writing-nav-link-2:hover {
  background-color: rgba(255, 255, 255, .2);
  border-radius: 5px;
}

.writing-nav-link-2.w--current {
  color: #fff;
  text-decoration: none;
}

.nav-link-now-2:hover {
  background-color: rgba(255, 255, 255, .2);
  border-radius: 5px;
}

.nav-link-now-2.w--current {
  color: #fff;
}

.nav-link-about-3 {
  min-width: auto;
}

.nav-link-about-3:hover {
  color: #000;
  background-color: rgba(255, 255, 255, .2);
  border: 2px #000;
  border-radius: 5px;
}

.nav-link-about-3.w--current {
  color: #fff;
}

.playlist-nav-link-2:hover {
  background-color: rgba(255, 255, 255, .2);
  border-radius: 5px;
}

.playlist-nav-link-2.w--current {
  color: #fff;
}

.nocode-ph-upvotes {
  padding-top: 30px;
  padding-bottom: 30px;
}

.link-3 {
  color: #8b9bf9;
  text-decoration: none;
}

.content2-jumbonumber {
  opacity: .2;
  font-size: 100px;
  font-weight: 300;
  line-height: 120px;
}

.headline-6-col {
  width: 460px;
  margin-bottom: 50px;
}

.decoline {
  width: 30px;
  height: 2px;
  background-color: #d2d2d2;
  margin-top: 20px;
  margin-bottom: 20px;
}

.content2-items {
  align-items: flex-start;
  display: flex;
}

._3-col {
  width: 220px;
  margin-right: 20px;
  display: inline-block;
}

._3-col._3-col-last {
  margin-right: 0;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap.w50-80 {
  padding-top: 50px;
  padding-bottom: 80px;
}

.wrap.w80-50-start {
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 50px;
  display: flex;
}

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

.text-14.text-14-60 {
  opacity: .6;
  color: #000;
}

._6-col {
  width: 460px;
  margin-right: 40px;
  display: inline-block;
}

._6-col._6-col-last {
  margin-right: 0;
}

.content6-headline {
  margin-bottom: 45px;
  padding-right: 0;
}

.content6-pic {
  width: 100%;
  height: 460px;
  background-image: url('../images/Rectangle-6.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.content6-pic.content6-image2 {
  background-image: url('../images/fiilo-desktop_orig.jpg');
}

.content6-pic.content6-image1 {
  height: 320px;
  background-image: url('../images/3d-printed-planters_orig.jpg');
  margin-bottom: 30px;
}

.content6-pic.content6-image3 {
  background-image: url('../images/ce09ajzwaaaxgga-1_orig.jpg');
  margin-bottom: 30px;
  box-shadow: 0 0 2px .5px #c9c9c9;
}

.content6-pic.content6-image4 {
  height: 360px;
  background-image: url('../images/render-2-copy_orig.jpg');
  background-position: 0%;
  margin-bottom: 0;
}

.heading-30 {
  margin-top: 0;
}

.link-6, .link-7, .link-8, .link-9, .link-10 {
  color: #8697fa;
  text-decoration: none;
}

.design-text-1, .design-text-2 {
  margin-bottom: 0;
}

.design-text-3 {
  margin-bottom: 30px;
}

.nc-design-image-1 {
  width: 100%;
  height: 460px;
  background-image: url('../images/betatesta-logo_orig.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 1px 0 3px -2px #000;
}

.div-block-34 {
  width: 100%;
  height: 320px;
  background-image: url('../images/view-5-min_orig.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  margin-bottom: 30px;
}

.div-block-35 {
  width: 100%;
  height: 460px;
  background-image: url('../images/betatesta-sketches_orig.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
}

.div-block-36 {
  width: 100%;
  height: 360px;
  background-image: url('../images/public-tester-profile-orig_orig.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
}

.div-block-37 {
  width: 100%;
  height: 460px;
  background-image: url('../images/Rectangle-6.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 1px 1px 3px -2px #000;
}

.div-block-38 {
  width: 100%;
  height: 320px;
  background-image: url('../images/Rectangle-8.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  margin-bottom: 30px;
}

.paragraph-13 {
  margin-bottom: 30px;
}

.div-block-39 {
  width: 100%;
  height: 460px;
  background-image: url('../images/NEW-ICON.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
}

.div-block-40 {
  width: 100%;
  height: 360px;
  background-image: url('../images/Rectangle-7.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
}

.paragraph-14 {
  margin-bottom: 30px;
}

.prsonal-projects-wrapper {
  width: 1200px;
  max-width: none;
  min-width: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.personal-proj-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-top: 67px;
  margin-bottom: 102px;
  display: flex;
}

.div-block-44 {
  width: 100%;
  min-height: 380px;
  background-image: url('../images/Screen-Shot-2022-10-23-at-3.37.59-PM.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  display: flex;
}

.div-block-44:hover {
  box-shadow: 4px 4px 14px #8697fa;
}

.div-block-45 {
  width: 100%;
  min-height: 380px;
  background-image: url('../images/driveorfly-homepage-v1.png');
  background-position: 0%;
  background-size: cover;
  border-radius: 15px;
}

.div-block-45:hover {
  box-shadow: 4px 4px 14px #8697fa;
}

.div-block-46 {
  min-height: 380px;
  background-image: url('../images/ce09ajzwaaaxgga-1_orig.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-end;
  display: block;
}

.div-block-46:hover {
  box-shadow: 4px 4px 14px #8697fa;
}

.div-block-47 {
  width: 100%;
  min-height: 380px;
  background-color: #8697fa;
  background-image: linear-gradient(#8697fa 6%, rgba(2, 245, 164, .94));
  border-radius: 15px;
}

.div-block-47:hover {
  box-shadow: 4px 4px 14px #8697fa;
}

.project-grid {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
}

.link-11, .link-12 {
  color: #8697fa;
  text-decoration: none;
}

.mark {
  height: .85em;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 15px #02f5a4;
  padding-left: 0;
  padding-right: 0;
  font-size: 40px;
  line-height: 1em;
  text-decoration: none;
  display: inline-block;
}

.styleguide-content {
  margin-top: 50px;
  padding: 5px 5px 50px;
}

.big-article-title-wrapper {
  width: 100%;
  text-align: left;
  flex: 0 auto;
}

.heading-32 {
  color: #333;
  letter-spacing: 0;
  margin-bottom: 15px;
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
}

.tag-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 35px;
  margin-bottom: 35px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.styleguide {
  width: 75%;
  box-shadow: none;
  margin: 10px auto 50px;
  display: block;
}

.big-article {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  flex: 0 auto;
  align-self: auto;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 80px 5px;
  display: block;
  box-shadow: 6px 3px 28px 11px rgba(0, 0, 0, .05);
}

.wide-wrapper {
  margin-bottom: 30px;
  padding-left: 5px;
  padding-right: 5px;
}

.big-article-content-wrapper {
  height: 400px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.big-article-content-wrapper.article-wrapper {
  height: auto;
  align-items: flex-start;
  padding-bottom: 0;
}

.big-article-image-wrapper {
  height: 400px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: 125px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding-left: 0;
}

.big-article-image-wrapper.extra {
  background-image: url('../images/screely-1549285361991-orig-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.big-article-image-wrapper.more-image {
  background-image: url('../images/screely-1549301102819.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.big-article-image-wrapper.ctn-image {
  background-image: url('../images/cut-the-noise-twitter.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.big-article-image-wrapper.lp-feedback-image {
  background-image: url('../images/screely-1546003297281.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.big-article-image-wrapper.startup-quest-image {
  background-image: url('../images/startup-quest_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.big-article-image-wrapper.designio-image {
  background-image: url('../images/design-io-final-tran.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 273px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.big-article-image-wrapper.sgp-image {
  background-image: url('../images/4050051.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 273px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.paragraph-17 {
  color: #636363;
  line-height: 25px;
}

.accolade-more-section, .cabin-fever-more-section, .ctn-more-section, .lp-feedback-more-section, .startup-quest-more-section, .designio-more-section, .sgp-more-section {
  color: #32325c;
  background-color: #fbfcfb;
  background-image: linear-gradient(#fbfcfb, #fff);
  padding: 0 30px;
  display: inline-block;
}

.past-inc-underline {
  width: 600px;
  background-color: #54f5a4;
  border: 4px solid #54f5a4;
  margin-top: -15px;
}

.professional-proj-section {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 67px;
  margin-bottom: 102px;
  display: flex;
}

.celso-y-guima {
  width: 100%;
  min-height: 380px;
  background-image: url('../images/celsoyguima-b.gif');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  display: flex;
}

.celso-y-guima:hover {
  box-shadow: 4px 4px 14px #8697fa;
}

.metaversemarketing {
  width: 100%;
  min-height: 380px;
  background-image: url('../images/metaverse-marketing-adweek-CH-4.gif');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
}

.metaversemarketing:hover {
  box-shadow: 4px 4px 14px #8697fa;
}

.ponerse-las-pilas {
  min-height: 380px;
  background-image: url('../images/plpp.gif');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-end;
  display: block;
}

.ponerse-las-pilas:hover {
  box-shadow: 4px 4px 14px #8697fa;
}

.off-madison {
  width: 100%;
  min-height: 380px;
  background-color: #8697fa;
  background-image: url('../images/offM.gif');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
}

.off-madison:hover {
  box-shadow: 4px 4px 14px #8697fa;
}

.success-message-2 {
  background-color: #02f5a4;
  border-radius: 15px;
  margin-left: 30px;
  margin-right: 30px;
}

.text-block-8 {
  font-size: 16px;
}

.skill-group {
  margin-right: 50px;
}

.skill-background {
  width: 100%;
  background-color: #f7f7f7;
  margin-top: 18px;
}

.skill {
  color: #000;
  text-transform: uppercase;
  background-color: #02f5a4;
  border-left: 5px solid rgba(0, 0, 0, .09);
  padding: 12px 16px;
  transition: width .2s;
}

.skill:hover {
  background-color: #8697fa;
}

.skill._90 {
  width: 90%;
}

.skill._70 {
  width: 85%;
}

.skill._40 {
  width: 65%;
}

.skill._50, .skill._30 {
  width: 55%;
}

.light-text {
  color: #f5f5f5;
}

.columns-3 {
  margin-top: 78px;
  margin-bottom: 78px;
  padding-left: 53px;
  padding-right: 53px;
}

.bold-text-9 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  line-height: 25px;
}

.paragraph-18 {
  max-width: 600px;
  margin-bottom: 0;
  line-height: 25px;
}

.div-block-52 {
  width: 800px;
  background-color: rgba(255, 255, 255, .27);
  border-radius: 15px;
  margin: 20px 0 15px;
  padding: 10px 40px;
  box-shadow: 8px 8px 14px -12px #000;
}

.div-block-53 {
  justify-content: center;
  align-items: center;
  margin-top: 14px;
  display: none;
}

.flex-container-4 {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature-image-4 {
  width: 100%;
  height: 100%;
  object-fit: fill;
  object-position: 50% 50%;
  margin-left: 0;
  margin-right: 0;
}

.skills-section {
  display: none;
}

.heading-33 {
  margin-left: 210px;
}

.heading-34 {
  text-transform: capitalize;
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 70px;
  line-height: 1.2;
  display: none;
}

.paragraph-20 {
  max-width: none;
  min-width: 0;
  margin-top: 30px;
  margin-bottom: 0;
}

.div-block-57 {
  max-width: 350px;
  min-width: 350px;
  margin-left: 35px;
}

.image-30 {
  max-width: 80%;
}

.image-30:hover {
  transform: scale(1.3);
}

.div-block-58 {
  text-align: center;
  margin-top: 20px;
  display: none;
}

.link-block-3 {
  max-width: none;
  min-width: 30px;
}

.newsletter-hero-section {
  background-image: none;
  margin-bottom: 0;
}

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

.newsletter-form---ml-header {
  width: 100%;
  color: #000;
  text-align: center;
  object-fit: fill;
  background-color: #f55694;
  border: 2px solid #000;
  border-radius: 5px;
  box-shadow: 1px 1px 3px #000;
}

.newsletter-form---ml-header:hover, .newsletter-form---ml-header.ga-event {
  background-color: #02f5a4;
}

.h3-title-class {
  text-align: center;
  border: 3px #000;
  border-radius: 3px 0 0 3px;
  margin-top: 25px;
  margin-bottom: 29px;
  padding-left: 240px;
  padding-right: 240px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  display: block;
}

.h3-title-class.description {
  width: 450px;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.h3-title-class.whatido {
  display: none;
}

.notion-pack-header {
  z-index: 1;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 48px;
  position: relative;
}

.link-13 {
  color: #02f5a4;
  text-decoration: none;
}

.link-15 {
  color: #8697fa;
  text-decoration: none;
}

.link-15:hover {
  color: #8697fa;
}

.other-projects-section {
  background-color: #f3f3f3;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.other-projects-section.hover-image {
  align-items: stretch;
}

.heading-2-dark {
  direction: ltr;
  color: #1a1229;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

.heading-2-dark.inline {
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.heading-2-dark.inline:hover {
  color: #8697fa;
}

.next-div {
  width: 66%;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  padding-left: 140px;
  display: block;
}

.text-link {
  border-bottom: 3px solid #e0e0e0;
  transition: all .3s cubic-bezier(.23, 1, .32, 1);
  display: inline-block;
}

.text-link:hover {
  color: #5b1ed6;
  border-bottom-color: rgba(0, 0, 0, 0);
  transform: skew(0deg, 3deg);
}

.text-link:active {
  opacity: .7;
  transform: skew(0deg);
}

.text-link.full-width {
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0);
  padding-right: 16px;
  text-decoration: none;
  display: inline-block;
}

.section-white-margin {
  width: 100%;
  max-width: 1200px;
  align-self: auto;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.body-large {
  color: #1a1229;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 300;
  line-height: 52px;
}

.body-large.end {
  margin-bottom: 5px;
  font-size: 35px;
}

.betatesta-content-section {
  margin-top: 50px;
  margin-bottom: 50px;
}

.bt-content-title {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 10px;
  display: flex;
}

.bt-content-underline {
  z-index: 0;
  width: 400px;
  background-color: #54f5a4;
  border: 5px solid #54f5a4;
  margin-top: -34px;
  margin-bottom: 30px;
  transition: opacity .2s;
  position: relative;
  transform: rotate(0);
}

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

.hero-issue {
  width: 100%;
  height: auto;
  max-width: 100%;
  min-height: 380px;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(rgba(255, 255, 255, .39), rgba(255, 255, 255, .39)), url('../images/5f3283ef9383722dc87c1cac_Amie-Product-Shot.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-clip: border-box;
  border-radius: 10px;
  display: flex;
}

.hero-issue:hover {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, .45);
}

.past-issues-section {
  background-color: #fff;
  margin-top: 40px;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 125px;
  display: none;
}

.small-issue.issue-1 {
  width: 100%;
  height: auto;
  max-width: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/5edcf25588219c06d4ac6d85_0-3.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 10px;
  display: flex;
}

.small-issue.issue-1:hover {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, .45);
}

.small-issue.issue-3 {
  width: 100%;
  height: auto;
  max-width: 100%;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(rgba(255, 255, 255, .6), rgba(255, 255, 255, .6)), linear-gradient(#8697fa, #02f5a4);
  background-clip: border-box;
  border-radius: 10px;
  justify-content: center;
  padding: 20px;
  display: flex;
}

.small-issue.issue-3:hover {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, .45);
}

.small-issue.issue-4 {
  width: 100%;
  max-width: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, .42), rgba(255, 255, 255, .42)), url('../images/5f12d27e5fc0f714528472ad_david-grandmougin-cfV8CtFQyjs-unsplash-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 10px;
  display: flex;
}

.small-issue.issue-4:hover {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, .45);
}

.small-issue.issue-5 {
  width: 100%;
  height: auto;
  max-width: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/Group-Template.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 10px;
  display: flex;
}

.small-issue.issue-5:hover {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, .45);
}

.small-issue.issue-4-copy {
  width: 100%;
  max-width: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, .42), rgba(255, 255, 255, .42)), url('../images/Group-65.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  border-radius: 10px;
  display: flex;
}

.small-issue.issue-4-copy:hover {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, .45);
}

.small-issue.issue-6 {
  width: 100%;
  height: auto;
  max-width: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/Group-Template.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 10px;
  display: flex;
}

.small-issue.issue-6:hover {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, .45);
}

.small-issue.issue-6 {
  width: 100%;
  height: auto;
  max-width: 100%;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(rgba(255, 255, 255, .6), rgba(255, 255, 255, .6)), linear-gradient(#8697fa, #02f5a4);
  background-clip: border-box;
  border-radius: 10px;
  justify-content: center;
  padding: 20px;
  display: flex;
}

.small-issue.issue-6:hover {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, .45);
}

.small-issue.issue-6a {
  width: 100%;
  height: auto;
  max-width: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/5fc3d1f02a3ba65b7522d4d5_slidebean-KlC1J4r2iw8-unsplash-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 10px;
  display: flex;
}

.small-issue.issue-6a:hover {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, .45);
}

.div-block-61 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 19px;
  display: flex;
}

.paragraph-21 {
  text-align: center;
  padding: 5px 90px;
  overflow: visible;
}

.heading-38 {
  opacity: 1;
  color: rgba(0, 0, 0, .56);
  text-align: right;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: auto;
  padding-bottom: 15px;
  padding-right: 15px;
  font-size: 75px;
  display: flex;
}

.text-block-13 {
  text-align: left;
  align-self: center;
  font-size: 20px;
  line-height: 25px;
}

.bold-text-12 {
  color: rgba(0, 0, 0, .56);
}

.text-span-2 {
  background-color: #02f5a4;
  border-radius: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.image-32 {
  height: 50px;
  color: rgba(51, 51, 51, .56);
  align-self: center;
}

.bold-text-13 {
  font-size: 18px;
  display: inline;
}

.link-16 {
  color: #fff;
  text-align: center;
  display: block;
}

.link-16:hover {
  color: #54f5a4;
}

.gallery-thumbnail-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.paragraph-22 {
  text-align: left;
  flex: none;
  align-self: auto;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
}

.text-span-3 {
  background-color: rgba(0, 0, 0, 0);
}

.bold-text-18 {
  background-color: #02f5a4;
  border: 1px solid #02f5a4;
  border-radius: 8px;
  padding-left: 7px;
  padding-right: 7px;
}

.block-quote-2 {
  border-left-width: 8px;
  border-left-color: #2f80ff;
}

.block-quote-2.about {
  max-height: 80px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.italic-text {
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}

.grey-section-3 {
  height: 0;
  max-width: 100vw;
  background-color: #e7efee;
  display: none;
  transform: rotate(0);
}

.heading-40 {
  max-width: 700px;
  color: #000;
  margin-right: 0;
  padding-bottom: 61px;
  font-size: 45px;
  line-height: 60px;
}

.hero-section-cta-3 {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 20px;
  transition: background-color .2s;
  display: none;
  box-shadow: 1px 1px 3px #000;
}

.hero-section-cta-3:hover {
  background-color: #01f4a4;
  transform: scale(1.1);
}

._2nd-wrapper-page-3 {
  height: 70vh;
  object-fit: fill;
  background-image: none;
  margin-bottom: 20px;
}

.text-span-4 {
  opacity: 1;
  color: #55f4a4;
  display: none;
}

.div-block-64 {
  text-align: left;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.diagonal-shape-3 {
  width: 120%;
  height: 400px;
  background-color: #fff;
  margin-top: -15px;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: translate(0, -219px)rotate(-9deg);
}

.text-span-5 {
  color: #55f4a4;
}

.bold-text-19 {
  max-width: 600px;
  margin-right: 0;
  padding-right: 0;
  font-size: 30px;
  line-height: 40px;
  display: block;
}

.bold-text-19.subhero {
  font-size: 22px;
  font-weight: 600;
  display: block;
}

.hero-div-2 {
  z-index: 1;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  padding: 12px 0 0;
  display: flex;
  position: relative;
}

.sub-header-text-block-2 {
  padding-bottom: 25px;
  font-size: 20px;
  display: block;
}

.div-block-65 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

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

.free-pill {
  background-color: #3ccbff;
  border-radius: 10px;
  margin-right: 9px;
  padding: 3px 8px;
  font-size: 10px;
}

.premium-pill {
  background-color: #fe5693;
  border-radius: 10px;
  margin-left: 0;
  margin-right: 10px;
  padding: 3px 8px;
  font-size: 10px;
}

.premium-pill.small {
  margin: 8px 0;
  padding: 0;
  font-size: 10px;
}

.premium-pill.small.pack {
  background-color: #8697fa;
  margin-top: 8px;
  padding: 0 10px;
}

.premium-pill.small.pack-2 {
  margin-top: 8px;
  margin-bottom: 6px;
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph-23 {
  text-align: left;
  border-left: 5px #000;
  margin-top: 40px;
  margin-bottom: 10px;
  padding-left: 180px;
  padding-right: 140px;
  font-size: 18px;
  line-height: 30px;
}

.div-block-68 {
  background-color: #e2e4e8;
  background-image: linear-gradient(307deg, #e695c8 5%, #8697fa);
  border-radius: 10px;
  justify-content: space-around;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-68.green-grad {
  background-image: linear-gradient(307deg, #02f5a4 5%, #2f80ff);
}

.div-block-68.ipad-tweak {
  background-image: linear-gradient(307deg, #e695c8 5%, #8697fa);
}

.pack-includes-div {
  width: 150px;
  height: 150px;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: content-box;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.text-block-19 {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 60px;
  display: block;
}

.text-block-19._0 {
  font-size: 50px;
}

.text-block-20 {
  padding-top: 15px;
  padding-bottom: 0;
  line-height: 25px;
}

.image-33 {
  width: 60px;
  height: 60px;
}

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

.resources-nav-link:hover {
  background-color: rgba(255, 255, 255, .2);
  border-radius: 5px;
}

.resources-nav-link.w--current {
  color: #fff;
  text-decoration: none;
}

.div-block-73 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-75 {
  margin-top: 25px;
  margin-bottom: 65px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: none;
}

.grid-17 {
  grid-column-gap: 57px;
  grid-template-rows: auto;
}

.block-quote-3 {
  text-align: left;
  padding-left: 15px;
  overflow: hidden;
}

.block-quote-4 {
  text-align: left;
  border-left-style: solid;
  border-right: 5px #02f5a4;
  padding-left: 15px;
  padding-right: 25px;
}

.heading-43 {
  margin-top: 85px;
  display: none;
}

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

.grid-18 {
  grid-template-rows: auto;
  grid-template-columns: 2.75fr 1fr;
  display: none;
}

.div-block-77 {
  flex-direction: column;
  margin-top: 3px;
  display: none;
}

.div-block-79, .div-block-80 {
  align-self: center;
}

.drone:hover {
  background-color: rgba(255, 255, 255, .2);
  border-radius: 5px;
}

.drone.w--current {
  color: #fff;
  text-decoration: none;
}

.testimonial-1-notion, .testimonial-2-notion {
  align-items: center;
  display: flex;
}

.text-block-wrapper-div-right {
  max-width: 100%;
  padding: 0 25px;
}

.text-block-24 {
  padding-top: 10px;
  padding-bottom: 13px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.download-modal-heading {
  margin-bottom: 10px;
  font-size: 40px;
}

.bold-text-20 {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.text-block-25 {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.pill-wrapper {
  justify-content: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.download-grid {
  background-color: #fff;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  box-shadow: 1px 1px 6px #000;
}

.notion-dash-section {
  margin-top: 20px;
  margin-bottom: 130px;
  display: none;
}

.download-right-section {
  flex-direction: column;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.download-image-wrapper {
  object-fit: fill;
  background-image: url('../images/DJI_0765.jpg');
  background-position: 30% 40%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 0;
  margin: 10px;
  display: block;
}

.download-cta {
  color: #000;
  text-align: center;
  background-color: #3ccbff;
  border: 2px solid #000;
  border-radius: 5px;
  align-self: stretch;
  margin-top: 15px;
  margin-left: 25px;
  margin-right: 25px;
  transition: background-color .2s;
  display: inline;
  box-shadow: 1px 1px 3px #000;
}

.download-cta:hover {
  background-color: #01f4a4;
  transform: scale(1.1);
}

.download-image-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 0;
  grid-template: "Area"
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 10px;
  display: grid;
}

.download-image-wrapper-3 {
  background-image: url('../images/Group-66.png');
  background-position: 0%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.coming-soon-cta {
  color: #000;
  text-align: center;
  cursor: wait;
  background-color: #e2e4e8;
  border: 2px solid #000;
  border-radius: 5px;
  align-self: stretch;
  margin-top: 15px;
  margin-left: 25px;
  margin-right: 25px;
  transition: background-color .2s;
  display: inline;
  box-shadow: 1px 1px 3px #000;
}

.coming-soon-cta:hover {
  background-color: #e2e4e8;
}

.coming-soon-cta.homepage {
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Orbitron, sans-serif;
  box-shadow: 4px 4px #000;
}

.pack-includes-heading {
  text-align: left;
  margin-bottom: 20px;
  font-size: 33px;
  line-height: 40px;
}

.get-full-pack {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-radius: 5px;
  margin-top: 15px;
  box-shadow: 1px 1px 3px #000;
}

.get-full-pack:hover {
  background-color: #54f5a4;
  transform: scale(1.2);
}

.get-full-pack.schedule {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 0;
  margin-right: 10px;
  padding: 15px 25px;
  font-size: 17px;
}

.get-full-pack.schedule:hover {
  background-color: #02f5a4;
  transform: scale(1.1);
}

.feature-section {
  background-color: #e2e4e8;
  padding-top: 75px;
  padding-bottom: 75px;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.feature-image-mask-3 {
  width: 100%;
  margin-right: 40px;
}

.feature-image-5 {
  width: 90%;
  height: 90%;
  object-fit: contain;
  object-position: 50% 50%;
}

.section-31 {
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 25px;
}

.bold-text-21 {
  font-size: 20px;
}

.image-34 {
  width: 60px;
  height: 60px;
}

.section-32 {
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.container-35 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 2.75fr;
  grid-auto-columns: 1fr;
  padding-bottom: 30px;
  padding-right: 30px;
  display: grid;
  box-shadow: 1px 1px 3px #000;
}

.container-35:hover {
  color: #fff;
  background-color: #8697fa;
  transform: scale(1.1);
}

.image-36 {
  width: 100px;
  height: 100px;
}

.text-block-26 {
  color: #000;
  font-weight: 500;
}

.text-block-26:hover {
  color: #000;
}

.section-33 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.notion-resources-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.notion-resources-h3 {
  z-index: 1;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 48px;
  position: relative;
}

.notion-resources-underline {
  width: 400px;
  background-color: #54f5a4;
  border: 5px solid #54f5a4;
  margin-top: -15px;
  margin-bottom: 0;
  transition: opacity .2s;
  position: relative;
  transform: rotate(0);
}

.body-3 {
  background-color: #fff;
}

.download-image-wrapper-4 {
  background-image: url('../images/Screenshot-2020-11-12-at-14.59.09.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.popup-modal-notion {
  z-index: 9999999;
  width: 100vw;
  height: 100vh;
  color: #181717;
  background-color: rgba(0, 0, 0, .68);
  display: none;
  position: fixed;
}

.popup-model {
  width: 500px;
  height: 420px;
  cursor: default;
  background-color: #8697fa;
  border: 2px solid #000;
  border-radius: 15px;
  margin: auto;
  padding: 50px 40px 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.email-form-notion {
  padding: 0;
}

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

.heading-49 {
  text-align: center;
  margin-top: 0;
}

.popup-modal-close {
  cursor: pointer;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.cross-image {
  margin: 15px;
  padding: 0;
}

.text-field-4 {
  text-align: center;
  border: 2px solid #000;
  border-radius: 5px;
  font-size: 16px;
}

.form-block-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.submit-email-2 {
  width: 100%;
  color: #000;
  background-color: #02f5a4;
  border: 2px solid #000;
  border-radius: 5px;
  display: block;
}

.tortuga-island {
  margin-top: 70px;
  margin-bottom: 65px;
  display: block;
}

.personal-site-section {
  margin-top: 20px;
  margin-bottom: 10px;
  display: none;
}

.notion-resources-section {
  margin-top: 20px;
  margin-bottom: 130px;
  display: none;
}

.text-block-27 {
  text-align: center;
  font-size: 18px;
  line-height: 23px;
}

.drone-pictures-section {
  margin-top: 110px;
  margin-bottom: 60px;
}

.div-wrapper-notion-hp {
  height: 400px;
  background-image: linear-gradient(295deg, #2f80ff, #02f5a4);
  border: 2px solid #000;
  border-radius: 10px;
  display: flex;
  box-shadow: 1px 1px 3px #000;
}

.notion-pack-cta {
  color: #000;
  background-color: #02f5a4;
  border: 2px solid #000;
  border-radius: 5px;
  margin-top: 24px;
  box-shadow: 1px 1px 3px #000;
}

.notion-pack-cta:hover {
  background-color: #54f5a4;
  transform: scale(1.2);
}

.heading-50 {
  color: #fff;
  margin-top: 0;
}

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

.div-block-88 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: stretch;
  margin: 10px;
  padding: 0;
  display: grid;
  position: static;
}

.div-block-89 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 25px 30px 25px 10px;
  display: flex;
}

.image-38 {
  border: 1px solid #000;
  border-radius: 2px;
  margin-top: 0;
  margin-left: 0;
}

.grid-of-icons {
  max-width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: none;
}

.div-block-91 {
  width: 120px;
  height: 110px;
  text-align: center;
  background-color: #e2e4e8;
  border: 2px solid #000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
  box-shadow: 3px 3px 7px #929292;
}

.text-block-28 {
  color: #000;
  text-align: center;
  align-self: center;
  padding-top: 10px;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 16px;
}

.image-39 {
  max-width: 40%;
}

.dronephoto {
  color: #3c404b;
  padding: 16px;
  text-decoration: none;
  display: inline-block;
}

.dronephoto:hover, .dronephoto.w--current {
  color: #597ef7;
}

.dronephoto.about {
  display: none;
}

.dronephoto.websites, .dronephoto.podcasts {
  display: inline-block;
}

.dronephoto.playlists, .dronephoto.newsletter {
  display: none;
}

.sm-icons-wrapper {
  height: 24px;
  align-self: center;
  display: flex;
}

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

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

.footer-logo-2 {
  padding-bottom: 0;
}

.footer-bottom-2 {
  color: #5e6875;
  border-top: 1px solid #02f5a4;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.social-media-icon {
  opacity: .35;
  padding-left: 0;
  padding-right: 0;
  font-size: 24px;
  line-height: 24px;
  display: block;
}

.social-media-icon:hover {
  opacity: 1;
}

.footer-2 {
  text-align: left;
  background-color: #fff;
  border-top: 1px solid #e0e3e6;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 35px;
}

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

.sm-icon-link {
  margin-right: 12px;
}

.brand-logo-image {
  height: 24px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}

.brand-logo-image:hover {
  transform: rotate(180deg);
}

.social-footer-link {
  width: 25px;
  height: 25px;
}

.social-footer-link:hover {
  color: #8697fa;
  transform: skew(11deg);
}

.footer-links {
  color: #000;
}

.footer-links:hover {
  color: #2f80ff;
  transform: scale(1.2);
}

.text-block-36 {
  color: #000;
}

.text-block-36:hover, .nav-logo.w--current {
  color: #8697fa;
}

.extra-content {
  text-align: center;
  padding: 35px 90px 20px;
  overflow: visible;
}

.subscriber-text-block {
  text-align: center;
  align-self: center;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 20px;
  line-height: 25px;
}

.smoke-test-section {
  margin-top: 20px;
  margin-bottom: 130px;
  display: none;
}

.download-image-wrapper-5 {
  background-image: url('../images/Smoke-Tests.png');
  background-position: 0%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.creator-club-section {
  background-image: linear-gradient(307deg, #e695c8, #8697fa);
  padding: 100px 50px;
  display: none;
}

.feature-image-6 {
  width: 65%;
  height: 65%;
  object-fit: contain;
  object-position: 50% 50%;
}

.flex-container-5 {
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-span-7 {
  background-color: #02f5a4;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.bold-text-23 {
  font-size: 14px;
}

.blog-other-posts-section {
  border-top: 2px dashed #e2e4e8;
  padding-top: 55px;
  padding-bottom: 55px;
}

.collection-list-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.collection-item-3 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.heading-51 {
  padding-top: 30px;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.heading-51:hover {
  color: #2f80ff;
}

.image-40 {
  width: 300px;
  height: 200px;
  border-radius: 5px;
  margin-bottom: -25px;
}

.image-40:hover {
  box-shadow: 1px 1px 7px #5e727d;
}

.text-block-37 {
  background-color: #02f5a4;
}

.other-posts-title {
  text-align: center;
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 15px;
  font-size: 50px;
}

.link-block-4 {
  color: #02f5a4;
  border: 1px #000;
  border-radius: 0;
  padding-top: 0;
}

.section-35 {
  background-image: linear-gradient(173deg, #8697fa, #02f5a4);
  margin-top: 0;
  margin-bottom: 434px;
  padding-top: 130px;
}

.html-embed {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 25px;
}

.html-embed-2 {
  margin-bottom: 40px;
  display: none;
}

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

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

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-mask {
  width: 100%;
  border-radius: 0%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-container {
  margin-left: 0;
  margin-right: 0;
}

.nav-menu-4 {
  float: none;
  justify-content: space-between;
  display: flex;
}

.brand {
  float: none;
  display: inline-block;
}

.menu-button-2 {
  float: none;
}

.navbar-3 {
  z-index: 1000;
  width: 1180px;
  background-color: #fff;
  border-radius: 15px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 42px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 3px 3px 16px 1px #8697fa;
}

.image-41 {
  margin-top: 4px;
}

.image-41:hover {
  transform: scale(1.2);
}

.nav-label-link:hover {
  border-bottom: 3px solid #fff;
  padding-bottom: 15px;
}

.text-block-38 {
  color: #fff;
}

.grid-21 {
  grid-row-gap: 0px;
  background-image: linear-gradient(370deg, #f55695, #8697fa);
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 1fr;
  box-shadow: 10px 10px #000;
}

.right-image-text-column {
  height: 600px;
  background-image: url('../images/Creator_club1.jpg');
  background-position: 50%;
  background-size: cover;
  border-left: 4px solid #000;
  border-radius: 0;
}

.creator-club-section-homepage {
  cursor: cell;
  background-image: url('../images/5e87e737ee7085fccd02c10d_pattern-grey.svg');
  background-position: 0 0;
  background-size: 6px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.left-text-flex-column {
  cursor: cell;
  padding: 35px 30px;
}

.heading-54 {
  padding-bottom: 0;
  font-family: Orbitron, sans-serif;
  font-size: 62px;
}

.paragraph-24 {
  color: #000;
  margin-bottom: 40px;
  font-family: Orbitron, sans-serif;
}

.header-modal {
  background-color: #e2e4e8;
}

.header-modal-wrapper {
  border-bottom: 4px solid #000;
  padding: 14px 20px;
  display: flex;
  position: relative;
}

.button-circle {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 4px solid #000;
  border-radius: 10px;
  margin-right: 8px;
}

.button-circle.green {
  background-color: #02f5a4;
}

.container-37 {
  border: 4px solid #000;
}

.cc-hero-section {
  height: 80vh;
  cursor: cell;
  background-image: url('../images/Creator_club1.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cc-manifesto {
  z-index: 5;
  height: auto;
  cursor: cell;
  background-image: linear-gradient(370deg, #f55695, #8697fa);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.container-38 {
  text-align: center;
  padding: 60px 90px;
}

.heading-55 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Orbitron, sans-serif;
}

.paragraph-25 {
  margin-bottom: 45px;
  font-family: Orbitron, sans-serif;
  font-weight: 800;
}

.div-block-95 {
  background-color: rgba(255, 255, 255, .09);
  border: 4px solid #000;
  padding: 30px 30px 48px;
  box-shadow: 10px 10px #000;
}

.creator-club-cta {
  color: #000;
  text-align: center;
  cursor: wait;
  background-color: #e2e4e8;
  border: 2px solid #000;
  border-radius: 5px;
  align-self: stretch;
  margin-top: 15px;
  margin-left: 25px;
  margin-right: 25px;
  transition: background-color .2s;
  display: inline;
  box-shadow: 1px 1px 3px #000;
}

.creator-club-cta:hover {
  background-color: #e2e4e8;
}

.creator-club-cta.homepage {
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Orbitron, sans-serif;
  box-shadow: 4px 4px #000;
}

.creator-club-cta.homepage:hover {
  box-shadow: 1px 1px #000;
}

.creator-club-cta.homepage:active {
  box-shadow: 0 0 #000;
}

.lottie-animation-2 {
  width: 300px;
}

.text-block-41 {
  padding-left: 5px;
  display: flex;
}

.text-block-42 {
  display: flex;
}

.div-block-96 {
  padding-left: 5px;
  display: flex;
  position: relative;
}

.allstories {
  text-align: center;
  padding-top: 35px;
  display: block;
}

.manuel-a {
  margin-top: 70px;
  margin-bottom: 65px;
  display: block;
}

.download-grid-ma {
  background-color: #fff;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  box-shadow: 1px 1px 6px #000;
}

.download-image-wrapper-ma {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 10px;
  display: grid;
}

.playa-grande {
  margin-top: 70px;
  margin-bottom: 65px;
  display: block;
}

.download-grid-pg {
  background-color: #fff;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  box-shadow: 1px 1px 6px #000;
}

.download-image-wrapper-pg {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 10px;
  display: grid;
}

.bat-islands {
  margin-top: 70px;
  margin-bottom: 65px;
  display: block;
}

.download-grid-copy {
  background-color: #fff;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  box-shadow: 1px 1px 6px #000;
}

.download-grid-bi {
  background-color: #fff;
  border-radius: 5px;
  grid-template: "Area"
  / 1.75fr 1fr;
  box-shadow: 1px 1px 6px #000;
}

.download-image-wrapper-bi {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 10px;
  display: grid;
}

.projects {
  display: block;
}

.projects:hover {
  background-color: rgba(255, 255, 255, .2);
  border-radius: 5px;
}

.projects.w--current {
  color: #fff;
  text-decoration: none;
  display: block;
}

.image-42, .image-43, .image-44 {
  border: 1px solid #000;
  border-radius: 2px;
}

.div-block-97 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.main-blog-div {
  height: 100%;
}

.thumbnail-image {
  height: 200px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 100%, 0 0;
  background-size: cover, cover;
  border-radius: 14px;
}

.blog-content-div {
  width: 80%;
  background-image: linear-gradient(#fff, #fff);
  padding: 40px 20px;
  position: relative;
  top: -40px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, .9);
}

.blog-content-div.hover-content-2 {
  width: 90%;
  height: 100%;
  border-width: 0;
  border-radius: 0 16px 16px;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  top: -10px;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, .74);
}

.collection-list-wrapper-3 {
  margin-top: 30px;
  margin-bottom: 0;
  padding-left: 115px;
  padding-right: 115px;
}

.date {
  text-align: left;
  text-transform: none;
  border: 2px #000;
  border-radius: 50px;
  margin-top: 4px;
  margin-bottom: 0;
  padding: 5px 10px 0 5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  display: block;
  position: relative;
}

.link-17 {
  color: #2f80ff;
}

.block-quote-5, .block-quote-6 {
  border-left-color: #3ccbff;
}

.paragraph-26 {
  line-height: 30px;
}

.nosara {
  margin-top: 70px;
  margin-bottom: 65px;
  display: block;
}

.quote {
  color: #000;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-left: 5px solid #2f80ff;
  border-radius: 0 6px 6px 0;
  margin-bottom: 95px;
  padding: 20px 40px;
  font-family: Circularstd, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  box-shadow: 1px 1px 8px #000;
}

.quote:hover {
  background-color: #fff;
  border-left-color: #2f80ff;
}

.quote-div {
  display: none;
}

.quote-div.newsletter {
  width: 70%;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 140px;
  margin-right: 140px;
  display: none;
}

.imfelipe {
  margin-bottom: 35px;
  font-size: 25px;
  line-height: 1.5;
}

.divergent {
  color: #2f80ff;
}

.divergent:hover {
  color: #02f5a4;
}

.text-span-8 {
  color: #2f80ff;
}

.text-span-9 {
  border-bottom: 5px solid #02f5a4;
  text-decoration: none;
}

.text-span-10, .text-span-11 {
  border-bottom: 5px solid #02f5a4;
}

.linkhero {
  color: #000;
}

.linkhero:hover {
  color: #02f5a4;
}

.blog-main-image-container {
  max-width: 800px;
}

.blogtitle-div {
  width: 600px;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
  margin-left: 0;
  position: relative;
}

.div-block-98 {
  filter: blur(11px);
  margin-top: 0;
  margin-bottom: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.text-span-12 {
  border-bottom: 3px solid #3ccbff;
}

.text-span-13 {
  border-bottom: 3px solid #02f5a4;
}

.text-span-14 {
  border-bottom: 3px solid #2f80ff;
}

.imagefigma {
  width: auto;
  height: 60px;
}

.startingat {
  width: 200px;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 12px;
}

.text-block-43 {
  border-radius: 10px;
  padding: 15px;
}

.text-block-43:hover {
  background-color: #02f5a4;
}

.includes {
  margin-left: 15px;
}

.package {
  background-color: #e2e4e8;
  background-image: linear-gradient(307deg, #e695c8 5%, #8697fa);
  border-radius: 10px;
  justify-content: space-around;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.package.green-grad {
  background-image: linear-gradient(307deg, #02f5a4 5%, #2f80ff);
}

.package.ipad-tweak {
  background-image: linear-gradient(307deg, #e695c8 5%, #8697fa);
}

.processs {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 160px;
  position: relative;
}

.processs.cc-no-padding-bottom {
  margin-bottom: 65px;
  padding-top: 180px;
  padding-bottom: 0;
}

.personalsites {
  display: block;
}

.personalsites:hover {
  color: #02f5a4;
}

.link-18 {
  color: #000;
  border-bottom: 5px solid #02f5a4;
}

.link-18:hover {
  color: #02f5a4;
}

.poas {
  margin-top: 70px;
  margin-bottom: 65px;
  display: block;
}

.text-span-15 {
  color: #02f5a4;
}

.fish-tales-blue {
  width: 500px;
  margin-top: 30px;
  margin-bottom: 24px;
}

.newsletter_logo_white {
  width: 300px;
  align-self: center;
  margin-bottom: 10px;
}

.abt-section {
  height: 400px;
  align-items: center;
  margin-bottom: 70px;
  display: flex;
}

.grid-abt {
  grid-template-columns: 1fr 1.5fr;
  grid-auto-flow: row;
}

.form-block-simple {
  text-align: left;
  align-self: center;
  margin: 25px -75px 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
}

.main-div {
  justify-content: center;
  margin-top: 50px;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
}

.right-column {
  width: 40%;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.right-column.imgcol {
  width: 40%;
  align-items: center;
}

.bck-section {
  height: 400px;
  margin-top: 75px;
  margin-bottom: 15px;
  display: block;
}

.abt-section-underline {
  width: 125px;
  background-color: #54f5a4;
  border: 5px solid #54f5a4;
  margin-top: 0;
  margin-bottom: 5px;
  transition: opacity .2s;
  position: relative;
  transform: rotate(0);
}

.int-section-underline {
  width: 175px;
  background-color: #54f5a4;
  border: 5px solid #54f5a4;
  margin-top: 0;
  margin-bottom: 5px;
  transition: opacity .2s;
  position: relative;
  transform: rotate(0);
}

.int-section {
  height: 400px;
  margin-top: 55px;
  margin-bottom: 15px;
  display: block;
}

.currnt-work {
  height: 400px;
  margin-top: 75px;
  margin-bottom: 15px;
  display: block;
}

.cw-underline {
  width: 250px;
  background-color: #54f5a4;
  border: 5px solid #54f5a4;
  margin-top: 0;
  margin-bottom: 5px;
  transition: opacity .2s;
  position: relative;
  transform: rotate(0);
}

.newsletter-header-section {
  width: 100%;
  max-width: 100%;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.about-width {
  max-width: 1000px;
  text-align: left;
  margin-left: 0;
  display: block;
  position: static;
}

.container-42 {
  max-width: 1000px;
}

.writting {
  color: #3c404b;
  padding: 16px;
  text-decoration: none;
  display: inline-block;
}

.writting:hover, .writting.w--current {
  color: #597ef7;
}

.writting.about {
  display: none;
}

.writting.websites, .writting.podcasts {
  display: inline-block;
}

.writting.playlists, .writting.newsletter {
  display: none;
}

.podcastcomp {
  color: #3c404b;
  padding: 16px;
  text-decoration: none;
  display: inline-block;
}

.podcastcomp:hover, .podcastcomp.w--current {
  color: #597ef7;
}

.podcastcomp.about {
  display: none;
}

.podcastcomp.websites, .podcastcomp.podcasts {
  display: inline-block;
}

.podcastcomp.playlists, .podcastcomp.newsletter {
  display: none;
}

.newsletterf {
  color: #3c404b;
  padding: 16px;
  text-decoration: none;
  display: inline-block;
}

.newsletterf:hover, .newsletterf.w--current {
  color: #597ef7;
}

.newsletterf.about, .newsletterf.websites {
  display: none;
}

.newsletterf.podcasts {
  display: inline-block;
}

.newsletterf.playlists, .newsletterf.newsletter {
  display: none;
}

.aboutf {
  color: #3c404b;
  padding: 16px;
  text-decoration: none;
  display: inline-block;
}

.aboutf:hover, .aboutf.w--current {
  color: #597ef7;
}

.aboutf.about {
  display: none;
}

.aboutf.websites, .aboutf.podcasts {
  display: inline-block;
}

.aboutf.playlists, .aboutf.newsletter {
  display: none;
}

.playlistss {
  color: #3c404b;
  padding: 16px;
  text-decoration: none;
  display: inline-block;
}

.playlistss:hover, .playlistss.w--current {
  color: #597ef7;
}

.playlistss.about {
  display: none;
}

.playlistss.websites, .playlistss.podcasts {
  display: inline-block;
}

.playlistss.playlists, .playlistss.newsletter {
  display: none;
}

.other {
  color: #3c404b;
  padding: 16px;
  text-decoration: none;
  display: inline-block;
}

.other:hover, .other.w--current {
  color: #597ef7;
}

.other.about {
  display: none;
}

.other.websites, .other.podcasts {
  display: inline-block;
}

.other.playlists, .other.newsletter {
  display: none;
}

.hero-underline {
  color: #000;
  border-bottom: 8px solid #02f5a4;
}

.hero-underline:hover {
  color: #02f5a4;
}

.personal-projects-link-block {
  display: block;
  overflow: visible;
}

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

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

.companies-section {
  padding-top: 0;
  display: block;
  position: relative;
}

.companies-section.brands {
  margin-top: 140px;
  margin-bottom: 140px;
}

.awesome-companies {
  display: none;
}

.columns {
  min-height: 90px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: auto;
}

.columns.second-row {
  min-height: 90px;
}

.brand-image {
  z-index: auto;
  width: auto;
  max-height: 40px;
  max-width: 50%;
  float: none;
  text-align: left;
  flex: 0 auto;
  order: 1;
  align-self: center;
  margin: 10px auto -10px;
  padding-bottom: 0;
  display: block;
  position: relative;
  top: auto;
  bottom: auto;
}

.div-block-3 {
  margin-top: 0;
  margin-left: 100px;
  margin-right: 100px;
}

.brand-div {
  text-align: left;
  margin: 0 100px;
  padding-bottom: 0;
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.h2-big {
  color: #fff;
  text-align: center;
  align-self: center;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
}

.h2-big.black {
  color: #000;
  margin-bottom: 20px;
  margin-left: 0;
  font-weight: 400;
  display: block;
}

.brand-column {
  height: 60px;
  text-align: center;
  flex-direction: row;
  order: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin: auto;
  padding: 0;
  line-height: 80px;
  display: flex;
  top: auto;
}

.projectsfoot {
  padding: 16px;
}

.link-19 {
  color: #000;
  border-bottom: 2px solid #3ccbff;
}

.link-19:hover {
  color: #3ccbff;
}

.collection-list-wrapper-4 {
  display: none;
}

.div-block-44-gtm {
  width: 100%;
  min-height: 380px;
  background-image: url('../images/Screen-Shot-2023-05-10-at-12.03.29-AM.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  display: flex;
}

.div-block-44-gtm:hover {
  box-shadow: 4px 4px 14px #8697fa;
}

.div-block-44-copy {
  width: 100%;
  min-height: 380px;
  background-image: url('../images/Screen-Shot-2022-10-23-at-3.37.59-PM.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  display: flex;
}

.div-block-44-copy:hover {
  box-shadow: 4px 4px 14px #8697fa;
}

.div-block-44-capstone {
  width: 100%;
  min-height: 380px;
  background-image: url('../images/228956371-46739c66-4419-4d34-9ad6-4641531d72d8.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  display: flex;
}

.div-block-44-capstone:hover {
  box-shadow: 4px 4px 14px #8697fa;
}

.link-20 {
  color: #333;
}

.link-20:hover {
  color: #e07b15;
}

@media screen and (min-width: 1440px) {
  .hero-image-new {
    max-width: 90%;
  }

  .container-12 {
    grid-template-rows: auto;
    grid-template-areas: "Area";
    grid-auto-flow: column;
    align-content: center;
    align-items: center;
  }

  .grid-2 {
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1.5fr;
    grid-auto-flow: column;
  }

  .image-15 {
    max-width: 90%;
    margin-right: 0;
    padding-right: 0;
  }

  .blog-heading {
    line-height: 1.1;
  }

  .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17 {
    font-size: 16px;
  }

  .diagonal-shape-3 {
    transform: translate(0, -257px)rotate(-9deg);
  }

  .div-wrapper-notion-hp {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .section-35, .navbar-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .thumbnail-image {
    height: 200px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .blog-content-div.hover-content-2 {
    width: 95%;
    background-color: #edf3f7;
    background-image: linear-gradient(#fff, #fff);
    top: -30px;
  }

  .grid-abt {
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1.5fr;
    grid-auto-flow: column;
  }
}

@media screen and (min-width: 1920px) {
  .left-hero-text-block {
    max-width: 1400px;
  }

  .hero-image-new {
    width: 500px;
    max-width: 100%;
  }

  .title {
    color: #3ccbff;
  }

  ._2nd-wrapper-page-3 {
    height: 80vh;
  }
}

@media screen and (max-width: 991px) {
  .banner {
    background-image: none;
    padding: 42px 42px 30px;
  }

  .hero-image {
    max-width: 560px;
  }

  .nav-menu-3 {
    background-color: #02f5a4;
    margin-bottom: 0;
    padding-bottom: 25px;
  }

  .left-hero-text-block {
    padding-top: 16px;
    padding-left: 25px;
  }

  .hero-image-new {
    margin-left: 10px;
    margin-right: 10px;
  }

  .websites {
    background-color: #52e6b2;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .writing-nav-link {
    background-color: #02f5a4;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .playlist-nav-link {
    background-color: #52e6b2;
    justify-content: center;
    display: none;
  }

  .centered-container {
    margin-top: 20px;
  }

  .heading-3 {
    padding-top: 0;
  }

  .image-2 {
    max-width: 80%;
    text-align: left;
    object-fit: fill;
    margin-top: 6px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: inline-block;
  }

  .div-block-5 {
    padding-left: 38px;
  }

  .div-block-6 {
    margin-right: 16px;
  }

  .what-i-do-section {
    margin-bottom: 41px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-block {
    margin: 15px 0;
  }

  .form {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-2 {
    text-align: center;
    margin-top: 17px;
    margin-bottom: 0;
    padding-left: 9px;
    padding-right: 9px;
  }

  .office-hours-section {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .paragraph-3 {
    padding-right: 60px;
    font-size: 18px;
  }

  .container-4 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-section {
    margin-bottom: 0;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .triangle-nav-button {
    width: 35px;
    height: 35px;
    background-color: rgba(255, 255, 255, .17);
    border-bottom-color: #02f5a4;
    border-right-color: #02f5a4;
    box-shadow: 2px 2px #02f5a4;
  }

  .triangle {
    border-bottom-color: #02f5a4;
    top: auto;
  }

  .menu-button {
    background-color: rgba(255, 255, 255, 0);
    display: none;
  }

  .menu-button.w--open {
    background-color: rgba(255, 255, 255, 0);
  }

  .div-block-11 {
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: column;
    justify-items: center;
    margin-left: 0;
  }

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

  .background-circle.orange {
    width: 45px;
    height: 45px;
  }

  .hover-content-2 {
    flex: 0 auto;
    margin-bottom: 30px;
    padding-bottom: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-8 {
    margin-top: 6px;
  }

  .paragraph-7 {
    margin-top: 54px;
  }

  .background-section, .interests-section {
    padding-left: 25px;
    padding-right: 25px;
  }

  .paragraph-8 {
    margin-bottom: 0;
  }

  .heading-17 {
    margin-top: 0;
  }

  .blog-heading {
    font-size: 40px;
  }

  .blog-rich-text-body h6 {
    border-radius: 6px;
  }

  .about-section {
    padding-left: 25px;
    padding-right: 25px;
  }

  .navbigbutton {
    width: 90%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .navbigbutton.ga-event {
    width: 40%;
    height: 60%;
    background-color: #02f5a4;
    justify-content: center;
    align-items: center;
    margin: 15px auto auto;
    padding: 10px;
    display: flex;
  }

  .navbigbutton.ga-event:hover {
    background-color: rgba(0, 0, 0, 0);
    transform: scale(1.1);
  }

  .navbar-2 {
    width: 100%;
    max-width: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    display: block;
  }

  .aboutme {
    background-color: #52e6b2;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    display: none;
  }

  .hero-section-container {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: block;
  }

  .hero-section-wrapper {
    height: 90px;
    flex-flow: column;
    align-content: space-around;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    position: static;
  }

  .heading-22 {
    font-size: 24px;
    line-height: 36px;
  }

  .gallery-grid-container {
    align-self: stretch;
  }

  .blog-card {
    padding: 20px 20px 35px;
  }

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

  .container-23.cc-flex-h {
    flex-direction: column;
  }

  .block {
    top: 28%;
  }

  .col-right {
    align-self: stretch;
    margin-top: 24px;
  }

  .footer-divider {
    width: 600px;
  }

  .interests-section-underline {
    margin-top: 22px;
  }

  .writing-nav-link-2, .nav-link-now-2 {
    background-color: #52e6b2;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-link-about-3 {
    background-color: #52e6b2;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    display: flex;
  }

  .playlist-nav-link-2 {
    background-color: #52e6b2;
    justify-content: center;
    display: flex;
  }

  .content2-jumbonumber {
    font-size: 70px;
    line-height: 90px;
  }

  .headline-6-col {
    width: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .decoline {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .content2-items {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  ._3-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .content2-number-wrapper {
    width: 60%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .wrap {
    width: 645px;
  }

  .wrap.w80-50-start {
    flex-direction: column;
  }

  ._6-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  ._6-col._6-col-last {
    width: 100%;
  }

  .content6-headline {
    text-align: center;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .content6-pic.content6-image2 {
    margin-bottom: 0;
  }

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

  .styleguide-content {
    padding-bottom: 10px;
  }

  .big-article-title-wrapper {
    text-align: left;
    flex: 0 auto;
    align-self: auto;
  }

  .heading-32 {
    margin-bottom: 20px;
    font-size: 1.9em;
  }

  .styleguide {
    width: auto;
    margin-top: 0;
    margin-bottom: 50px;
    display: block;
  }

  .big-article {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding-top: 25px;
    padding-bottom: 50px;
    display: flex;
  }

  .wide-wrapper {
    flex-direction: column;
    justify-content: center;
    display: block;
  }

  .big-article-content-wrapper {
    height: auto;
    flex-flow: column;
    align-self: center;
    align-items: flex-start;
  }

  .big-article-content-wrapper.article-wrapper {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 0;
  }

  .big-article-image-wrapper {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
  }

  .big-article-image-wrapper.extra, .big-article-image-wrapper.more-image, .big-article-image-wrapper.ctn-image, .big-article-image-wrapper.lp-feedback-image, .big-article-image-wrapper.startup-quest-image, .big-article-image-wrapper.designio-image, .big-article-image-wrapper.sgp-image {
    height: 300px;
    background-size: 40%;
    flex-direction: column;
    flex: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .div-block-52 {
    width: 700px;
    margin-bottom: 30px;
  }

  .heading-33 {
    margin-left: 0;
  }

  .newsletter-hero-section {
    height: auto;
    margin-bottom: 9px;
  }

  .h3-title-class {
    padding-left: 83px;
    padding-right: 83px;
  }

  .notion-pack-header {
    padding-top: 0;
  }

  .heading-2-dark {
    color: #1a1229;
  }

  .heading-2-dark.inline {
    font-size: 28px;
  }

  .next-div {
    justify-content: flex-start;
    margin-left: 83px;
    margin-right: 0%;
    padding-left: 0;
  }

  .past-issues-section {
    margin-top: 0;
  }

  .text-block-13, .bold-text-12 {
    text-align: center;
  }

  .paragraph-22 {
    margin-right: 0;
  }

  .grey-section-3 {
    transform: skew(0deg);
  }

  .heading-40 {
    max-width: 500px;
    margin-right: 0;
    font-size: 40px;
    line-height: 55px;
  }

  .hero-section-cta-3 {
    padding: 10px 15px;
    font-size: 18px;
  }

  ._2nd-wrapper-page-3 {
    height: 60vh;
    margin-bottom: 0;
  }

  .diagonal-shape-3 {
    margin-top: -10px;
    transform: translate(0, -286px)rotate(-9deg);
  }

  .bold-text-19 {
    font-size: 25px;
  }

  .hero-div-2 {
    margin-top: 0;
    padding-top: 0;
  }

  .paragraph-23 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-68.ipad-tweak {
    padding-left: 20px;
    padding-right: 20px;
  }

  .resources-nav-link {
    background-color: #52e6b2;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .drone {
    background-color: #02f5a4;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-wrapper-div-right {
    padding: 35px 0 10px;
  }

  .download-modal-heading {
    font-size: 30px;
  }

  .bold-text-20 {
    font-size: 14px;
  }

  .text-block-25 {
    font-size: 14px;
    line-height: 20px;
  }

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

  .download-right-section {
    padding-left: 10px;
    padding-right: 20px;
  }

  .download-cta, .coming-soon-cta {
    text-align: center;
    align-self: stretch;
    margin-left: 0;
    margin-right: 0;
  }

  .pack-includes-heading {
    margin-top: 10px;
    font-size: 30px;
    line-height: 36px;
  }

  .feature-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .notion-resources-container {
    justify-content: center;
  }

  .notion-resources-h3 {
    padding-top: 0;
  }

  .heading-50 {
    font-size: 30px;
    line-height: 32px;
  }

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

  .div-block-88 {
    padding-right: 0;
  }

  .grid-of-icons {
    max-width: 100%;
  }

  .div-block-91 {
    width: 100px;
    height: 100px;
  }

  .dronephoto {
    text-align: center;
    padding-bottom: 8px;
  }

  .dronephoto.podcasts {
    background-color: rgba(0, 0, 0, 0);
  }

  .footer-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .sm-icon-link {
    margin-right: 16px;
  }

  .brand-logo-image {
    width: 35px;
    height: 35px;
    padding-right: 0;
  }

  .div-block-92 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav-logo.w--current {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 0;
    display: block;
    top: 11px;
  }

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

  .feature-image-6 {
    width: 90%;
    height: 90%;
  }

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

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .navbar-3 {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    left: 5%;
    right: 5%;
  }

  .right-image-text-column {
    height: 710px;
  }

  .left-text-flex-column {
    padding-bottom: 55px;
  }

  .cc-hero-section {
    background-position: 50%;
  }

  .creator-club-cta {
    text-align: center;
    align-self: stretch;
    margin-left: 0;
    margin-right: 0;
  }

  .download-grid-ma, .download-grid-pg, .download-grid-copy, .download-grid-bi {
    grid-template-columns: 1.5fr 1fr;
  }

  .projects {
    background-color: #02f5a4;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .blog-content-div.hover-content-2 {
    width: 90%;
    margin-right: 0;
  }

  .collection-list-wrapper-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .package.ipad-tweak {
    padding-left: 20px;
    padding-right: 20px;
  }

  .abt-section {
    padding-left: 25px;
    padding-right: 25px;
  }

  .form-block-simple {
    margin: 15px 0;
  }

  .bck-section, .int-section, .currnt-work {
    padding-left: 25px;
    padding-right: 25px;
  }

  .writting {
    text-align: center;
    padding-bottom: 8px;
  }

  .writting.podcasts {
    background-color: rgba(0, 0, 0, 0);
  }

  .podcastcomp {
    text-align: center;
    padding-bottom: 8px;
  }

  .podcastcomp.podcasts {
    background-color: rgba(0, 0, 0, 0);
  }

  .newsletterf {
    text-align: center;
    padding-bottom: 8px;
  }

  .newsletterf.podcasts {
    background-color: rgba(0, 0, 0, 0);
  }

  .aboutf {
    text-align: center;
    padding-bottom: 8px;
  }

  .aboutf.podcasts {
    background-color: rgba(0, 0, 0, 0);
  }

  .playlistss {
    text-align: center;
    padding-bottom: 8px;
  }

  .playlistss.podcasts {
    background-color: rgba(0, 0, 0, 0);
  }

  .other {
    text-align: center;
    padding-bottom: 8px;
  }

  .other.podcasts {
    background-color: rgba(0, 0, 0, 0);
  }

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

  .brand-image {
    max-width: 65%;
  }

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

  .h2-big.black {
    text-align: center;
  }

  .brand-column {
    height: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .banner {
    width: 90%;
    flex-wrap: wrap;
  }

  .left-hero-text-block {
    padding-left: 11px;
    padding-right: 15px;
    font-size: 14px;
  }

  .hero-image-new {
    margin-top: 0;
    padding-right: 25px;
  }

  .centered-container {
    margin-top: 0;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-3.spacer {
    line-height: 1.2;
  }

  .content-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: inline-block;
  }

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

  .call-to-action {
    padding: 40px 20px;
  }

  .what-i-do-section {
    margin-top: 0;
    margin-bottom: 80px;
  }

  .paragraph-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .office-hours-section {
    margin-bottom: 51px;
    padding: 40px 20px;
  }

  .flex-container-2 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 31px;
    padding-right: 31px;
  }

  .feature-image-mask {
    margin-right: 0;
  }

  .feature-image {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .container-5 {
    padding-left: 31px;
    padding-right: 31px;
  }

  .footer-section {
    padding: 40px 20px;
  }

  .field {
    padding-left: 0;
    padding-right: 0;
  }

  .container-7 {
    flex-direction: column;
    padding-left: 84px;
    padding-right: 84px;
  }

  .paragraph-4 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .hover-content-2 {
    width: 80%;
    height: 42vh;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .container-8 {
    margin-top: 0;
  }

  .feature-image-mask-2 {
    margin-right: 0;
  }

  .blog-content-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .homepage-header-section {
    align-items: stretch;
    overflow: hidden;
  }

  .navbar-2 {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    max-width: none;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .blog-card {
    width: 100%;
    margin-bottom: 35px;
  }

  .section-blog {
    padding-left: 3%;
    padding-right: 3%;
  }

  .grid-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-23 {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-23.cc-flex-h {
    flex-direction: column;
  }

  .text_left {
    margin-bottom: 0;
    padding-bottom: 60px;
    padding-right: 40px;
  }

  .block {
    margin-bottom: 40px;
  }

  .footer-divider {
    width: 300px;
  }

  .div-block-25 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nl-informed-section {
    margin-bottom: 40px;
    padding: 40px 20px;
  }

  .card.bottom, .card.middle {
    min-width: 215px;
  }

  .project-description {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .right-section-projects {
    width: auto;
    max-width: 370px;
    min-width: auto;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .project-title {
    text-align: center;
    font-size: 50px;
  }

  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._6-col {
    margin-right: 0;
  }

  .styleguide-content {
    margin-top: 0;
  }

  .heading-32 {
    font-size: 2.5em;
  }

  .big-article {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .big-article-image-wrapper.extra, .big-article-image-wrapper.more-image, .big-article-image-wrapper.ctn-image, .big-article-image-wrapper.lp-feedback-image, .big-article-image-wrapper.startup-quest-image, .big-article-image-wrapper.designio-image, .big-article-image-wrapper.sgp-image {
    background-size: 50%;
  }

  .accolade-more-section, .cabin-fever-more-section, .ctn-more-section, .lp-feedback-more-section, .startup-quest-more-section, .designio-more-section, .sgp-more-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 0;
    display: flex;
  }

  .skill {
    transition-property: none;
  }

  .div-block-52 {
    width: 400px;
    margin-bottom: 20px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .flex-container-4 {
    flex-direction: column-reverse;
  }

  .feature-image-4 {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-33 {
    margin-left: 0;
  }

  .heading-34 {
    margin-top: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-57 {
    margin-left: 0;
  }

  .newsletter-hero-section {
    height: auto;
    margin-bottom: 0;
  }

  .h3-title-class {
    padding-left: 10px;
    padding-right: 10px;
  }

  .next-div {
    width: 100%;
    justify-content: center;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0;
  }

  .section-white-margin {
    flex-direction: column;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .past-issues-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .small-issue.issue-3, .small-issue.issue-6 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .paragraph-21 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-13 {
    text-align: center;
    line-height: 20px;
  }

  .bold-text-12 {
    text-align: center;
    font-size: 15px;
    line-height: 15px;
  }

  .paragraph-22 {
    margin-right: 0;
    font-size: 15px;
    line-height: 30px;
  }

  .heading-40 {
    padding-bottom: 5px;
    font-size: 28px;
    line-height: 48px;
  }

  ._2nd-wrapper-page-3 {
    height: 50vh;
    margin-bottom: 0;
  }

  .div-block-64 {
    height: 300px;
    align-items: center;
  }

  .diagonal-shape-3 {
    transform: translate(0, -281px)rotate(-9deg);
  }

  .bold-text-19 {
    font-size: 20px;
    line-height: 25px;
  }

  .hero-div-2 {
    margin-top: 45px;
    padding-left: 15px;
  }

  .sub-header-text-block-2 {
    padding-top: 5px;
  }

  .div-block-68 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-68.ipad-tweak {
    margin-left: 10px;
    margin-right: 10px;
  }

  .pack-includes-div {
    width: 120px;
    height: 120px;
  }

  .text-block-19 {
    font-size: 50px;
  }

  .image-33 {
    width: 40px;
    height: 40px;
  }

  .heading-41 {
    font-size: 30px;
    line-height: 35px;
  }

  .div-block-74 {
    padding-right: 10px;
  }

  .grid-17 {
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .block-quote-3 {
    text-align: left;
  }

  .block-quote-4 {
    text-align: left;
    border-left-style: solid;
    border-right: 5px #02f5a4;
    padding-right: 20px;
  }

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

  .download-grid {
    grid-template-columns: 1.25fr 1fr;
    margin-left: 19px;
    margin-right: 19px;
  }

  .download-image-wrapper {
    background-image: url('../images/Group-Template.png');
    background-position: 50%;
    background-size: cover;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .download-cta {
    align-self: stretch;
    margin-left: 0;
    margin-right: 0;
  }

  .download-image-wrapper-2 {
    background-image: url('../images/DJI_0027.jpg');
    background-position: 50%;
    background-size: cover;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .download-image-wrapper-3 {
    background-image: url('../images/Screenshot-2020-10-15-at-07.16.04-iMac-Pro.png');
    background-position: 50%;
    background-size: cover;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .coming-soon-cta {
    align-self: stretch;
    margin-left: 0;
    margin-right: 0;
  }

  .pack-includes-heading {
    font-size: 23px;
    line-height: 30px;
  }

  .feature-section {
    padding: 40px 20px;
  }

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

  .feature-image-mask-3 {
    text-align: center;
    margin-right: 0;
    padding-bottom: 13px;
  }

  .feature-image-5 {
    width: 50%;
    height: 60%;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-81 {
    text-align: center;
  }

  .image-34 {
    width: 40px;
    height: 40px;
  }

  .container-35 {
    padding: 20px;
  }

  .notion-resources-h3 {
    text-align: left;
    align-self: flex-start;
    font-size: 40px;
  }

  .notion-resources-underline {
    width: 250px;
  }

  .download-image-wrapper-4 {
    background-image: url('../images/Screenshot-2020-10-15-at-07.16.04-iMac-Pro.png');
    background-position: 50%;
    background-size: cover;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .popup-model {
    width: 500px;
  }

  .email-form-notion {
    padding: 0;
  }

  .div-wrapper-notion-hp {
    margin-left: 5px;
    margin-right: 5px;
  }

  .heading-50 {
    font-size: 23px;
    line-height: 28px;
  }

  .div-block-89 {
    padding-left: 5px;
    padding-right: 15px;
  }

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

  .div-block-91 {
    width: 110px;
    height: 110px;
  }

  .text-block-28 {
    font-size: 12px;
  }

  .sm-icons-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-top-2 {
    flex-direction: column;
  }

  .footer-menu-wrapper {
    flex-direction: column;
    margin-bottom: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-logo-2 {
    padding-left: 0;
  }

  .footer-logo-2.s-m-r-24.sh-m-0 {
    margin-bottom: 10px;
  }

  .footer-bottom-2 {
    justify-content: center;
  }

  .footer-2 {
    padding: 34px 0 24px;
  }

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

  .brand-logo-image {
    margin-bottom: 12px;
    padding-bottom: 0;
  }

  .div-block-92 {
    align-self: center;
    padding-bottom: 15px;
  }

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

  .subscriber-text-block {
    text-align: center;
    line-height: 20px;
  }

  .download-image-wrapper-5 {
    background-image: url('../images/Screenshot-2020-10-15-at-07.16.04-iMac-Pro.png');
    background-position: 50%;
    background-size: cover;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .creator-club-section {
    padding: 40px 20px;
  }

  .feature-image-6 {
    width: 55%;
    height: 60%;
    margin-bottom: 21px;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-container-5 {
    flex-direction: column;
    margin-top: 40px;
  }

  .collection-list-3 {
    flex-direction: row;
    display: flex;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .navbar-3 {
    width: 500px;
  }

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

  .right-image-text-column {
    height: 500px;
  }

  .creator-club-section-homepage {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-38 {
    padding: 35px;
  }

  .creator-club-cta {
    align-self: stretch;
    margin-left: 0;
    margin-right: 0;
  }

  .download-grid-ma {
    grid-template-columns: 1.25fr 1fr;
    margin-left: 19px;
    margin-right: 19px;
  }

  .download-image-wrapper-ma {
    background-image: url('../images/DJI_0765.jpg');
    background-position: 50%;
    background-size: cover;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .download-grid-pg {
    grid-template-columns: 1.25fr 1fr;
    margin-left: 19px;
    margin-right: 19px;
  }

  .download-image-wrapper-pg {
    background-image: url('../images/DJI_0272-2.jpg');
    background-position: 50%;
    background-size: cover;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .download-grid-copy, .download-grid-bi {
    grid-template-columns: 1.25fr 1fr;
    margin-left: 19px;
    margin-right: 19px;
  }

  .download-image-wrapper-bi {
    background-image: url('../images/DJI_0355.jpg');
    background-position: 50%;
    background-size: cover;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .collection-list-wrapper-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .imfelipe {
    margin-bottom: 15px;
  }

  .imagefigma {
    width: 40px;
    height: 40px;
  }

  .includes {
    padding-right: 10px;
  }

  .package {
    padding-left: 20px;
    padding-right: 20px;
  }

  .package.ipad-tweak {
    margin-left: 10px;
    margin-right: 10px;
  }

  .newsletter-header-section {
    overflow: hidden;
  }

  .companies-section {
    padding-top: 80px;
  }

  .companies-section.brands {
    display: block;
  }

  .columns {
    flex-wrap: wrap;
  }

  .brand-image {
    max-width: 50%;
  }

  .brand-div {
    margin-left: 100px;
  }

  .h2-big {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 40px;
    line-height: 50px;
  }

  .h2-big.black {
    text-align: center;
  }

  .brand-column {
    height: 120px;
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 479px) {
  .banner {
    opacity: 1;
    background-color: #2f80ff;
    padding: 30px 21px 25px 20px;
    display: block;
    box-shadow: 0 32px 64px 12px rgba(14, 86, 124, 0);
  }

  .footer-logo {
    height: 50px;
  }

  .hero-image {
    height: 350px;
    max-width: none;
    object-fit: cover;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 20px;
  }

  .nav-menu-3 {
    background-color: #02f5a4;
    margin-bottom: 0;
    padding-bottom: 25px;
  }

  .left-hero-text-block {
    height: 100%;
    order: 1;
    align-self: center;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 15px 20px;
  }

  .hero-image-new {
    width: 300px;
    border-radius: 10px;
    margin-top: 25px;
    padding-right: 0;
    display: block;
  }

  .websites {
    background-color: rgba(0, 0, 0, 0);
    display: none;
  }

  .writing-nav-link {
    background-color: rgba(0, 0, 0, 0);
    display: flex;
  }

  .writing-nav-link.w--current {
    display: flex;
  }

  .playlist-nav-link {
    background-color: #53dfba;
    display: none;
  }

  .centered-container {
    text-align: left;
    justify-content: center;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-3 {
    color: #000;
    margin-top: 20px;
    font-size: 30px;
    line-height: 1.2;
    display: inline-block;
  }

  .heading-3.spacer {
    text-align: center;
    margin-top: 0;
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    position: relative;
  }

  .content-block {
    padding-bottom: 5px;
  }

  .div-block-4 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }

  .image-2 {
    max-width: 70%;
    margin-top: 15px;
    margin-left: 20px;
  }

  .div-block-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto;
    padding-left: 0;
  }

  .div-block-6 {
    margin-right: 0;
  }

  .button-2 {
    float: none;
    background-color: #3ccbff;
    justify-content: center;
    margin: 25px 40px 10px;
    display: flex;
  }

  .button-2:hover, .button-2:active {
    transform: none;
  }

  .button-2.notion-buy {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    font-size: 17px;
  }

  .button-2.notion-free {
    text-align: center;
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between;
    align-self: center;
    align-items: flex-start;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .call-to-action {
    padding: 30px 0 55px;
  }

  .what-i-do-section {
    margin-top: 40px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-block {
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .form {
    width: 250px;
  }

  .paragraph-2 {
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-field {
    display: block;
  }

  .office-hours-section {
    margin-bottom: 35px;
    padding-top: 25px;
  }

  .flex-container-2 {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-image-mask {
    text-align: center;
  }

  .feature-image {
    height: 300px;
    margin-top: 0;
  }

  .heading-6 {
    z-index: 1;
    text-align: center;
    font-size: 40px;
    position: relative;
  }

  .paragraph-3 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-4 {
    text-align: center;
    flex: 0 auto;
    order: 1;
  }

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

  .what-i-do-body {
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 500;
  }

  .notion-pack-underline {
    width: 200px;
  }

  .notion-pack-underline.mobile-underline {
    width: 180px;
  }

  .office-hours-divider {
    width: 240px;
    text-align: left;
  }

  .footer-section {
    text-align: left;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-9 {
    flex: 0 auto;
    align-self: auto;
  }

  .div-block-10 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .triangle-nav-button {
    width: 30px;
    height: 30px;
    cursor: auto;
    background-color: rgba(255, 255, 255, .27);
    border-bottom-color: #02f5a4;
    border-right-color: #02f5a4;
    font-size: 14px;
    box-shadow: 2px 2px #02f5a4;
  }

  .triangle-nav-button:hover {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: 4px 4px #02f5a4;
  }

  .triangle-nav-button:active, .triangle-nav-button:focus {
    background-color: rgba(0, 0, 0, 0);
  }

  .triangle-nav-button.symbol {
    font-size: 20px;
  }

  .triangle {
    border-bottom-color: #02f5a4;
    display: block;
    top: auto;
    transform: rotate(0);
  }

  .triangle:active {
    transform: rotate(180deg);
  }

  .triangle:focus {
    transform: none;
  }

  .container-6 {
    flex-wrap: nowrap;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    position: static;
  }

  .div-block-11 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    align-self: auto;
    align-items: stretch;
    justify-items: start;
    padding-bottom: 15px;
  }

  .content-text-body {
    max-height: 120px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .container-7 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-4 {
    margin-top: 10px;
    font-weight: 700;
  }

  .background-circle.orange {
    width: 50px;
    height: 50px;
  }

  .background-circle-small {
    display: block;
  }

  .flex-content {
    padding-top: 15px;
  }

  .hover-content-2 {
    width: 80%;
    height: 70vh;
    max-width: 85%;
    min-height: 47vh;
    object-fit: fill;
    padding-bottom: 20px;
  }

  .hover-content-2.xlarge {
    height: 59vh;
  }

  .latest-content {
    margin-top: 0;
    padding-top: 70px;
  }

  .container-8 {
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px;
  }

  .feature-image-mask-2 {
    max-width: 50%;
  }

  .container-12 {
    grid-template-rows: auto;
    grid-template-areas: ". ."
                         "Area Area";
  }

  .paragraph-7 {
    max-width: none;
    margin-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .background-section, .interests-section {
    height: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 9px;
    padding-right: 9px;
  }

  .paragraph-8 {
    margin-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .heading-14 {
    margin-top: 0;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 35px;
  }

  .grid-3 {
    height: auto;
    grid-template-rows: auto;
  }

  .heading-15 {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 35px;
  }

  .heading-16, .heading-17 {
    margin-top: 0;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 35px;
  }

  .image-15, .image-16, .image-17, .image-18 {
    display: none;
  }

  .blog-heading {
    max-width: 100%;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 35px;
  }

  .blog-intro {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-category-link {
    margin-left: 0;
  }

  .keyword {
    margin-bottom: 7px;
  }

  .collection-list-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-rich-text-body {
    line-height: 23px;
    display: block;
  }

  .about-section {
    height: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 9px;
    padding-right: 9px;
  }

  .writing-template-body {
    max-width: 100vw;
  }

  .blog-content-container {
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .homepage-header-section {
    height: 100%;
  }

  .navbigbutton {
    width: 90%;
    flex: 0 auto;
    margin-bottom: 15px;
  }

  .navbigbutton:hover {
    transform: none;
    box-shadow: 1px 1px 3px #000;
  }

  .navbigbutton.w--current {
    background-color: #3ccbff;
  }

  .navbigbutton.ga-event {
    display: none;
  }

  .navbar-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 6px 15px 10px 10px;
  }

  .aboutme {
    background-color: rgba(0, 0, 0, 0);
    display: none;
  }

  .newsletter-cta-animation {
    float: left;
    clear: none;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section-wrapper {
    height: 100px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .current-role-section {
    height: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 9px;
    padding-right: 9px;
  }

  .professional-projects-header {
    padding: 35px 13px;
  }

  .heading-21 {
    font-size: 30px;
  }

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

  .div-block-17 {
    padding-left: 0;
  }

  .latest-content-underline {
    width: 340px;
    margin-top: 0;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-card {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-blog {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .category-tag {
    margin-left: 0;
    margin-right: 0;
  }

  .latest-content-underline-writing {
    width: 200px;
    display: none;
  }

  .featured-in-section {
    margin-top: 0;
  }

  .grid-11 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-rows: auto auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-24 {
    font-size: 35px;
  }

  .now-section.cc-no-padding-bottom {
    padding-top: 60px;
  }

  .container-23 {
    padding-left: 28px;
    padding-right: 28px;
    overflow: visible;
  }

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

  .text_left {
    padding-bottom: 20px;
    padding-right: 0;
    font-size: 16px;
  }

  .block {
    padding: 28px 32px 32px;
    font-size: 24px;
    top: 24%;
  }

  .block._2 {
    top: 24%;
  }

  .block._3 {
    top: 28%;
  }

  .block._1 {
    min-height: 500px;
    top: 20%;
  }

  .block._4, .block._5 {
    top: 32%;
  }

  .grid-12 {
    grid-column-gap: 16px;
    grid-row-gap: 2px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .footer-social-icon {
    width: 80px;
    height: 65px;
  }

  .footer-divider {
    width: 200px;
    border-width: 3px;
    margin-top: 0;
    margin-bottom: 14px;
  }

  .div-block-25 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .personal-projects-header {
    padding-bottom: 50px;
  }

  .professional-proj-underline {
    width: 300px;
    margin-top: -12px;
    display: none;
  }

  .personal-proj-underline {
    width: 250px;
    margin-top: -11px;
    display: none;
  }

  .now-header-underline {
    width: 200px;
  }

  .current-role-section-underline {
    width: 210px;
    margin-left: 25px;
    position: static;
  }

  .background-section-underline {
    width: 200px;
    margin-left: 25px;
  }

  .interests-section-underline {
    width: 150px;
    margin-left: 24px;
  }

  .about-section-unde {
    width: 115px;
    margin-left: 20px;
  }

  .nl-informed-section {
    margin-top: 20px;
  }

  .card.top {
    min-width: 215px;
    flex: 0 auto;
  }

  .playlists-underline {
    width: 200px;
  }

  .project-description {
    grid-template-rows: auto auto;
  }

  .projects-cta {
    margin-left: 0;
  }

  .project-title {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 50px;
  }

  .personal-projects-desc {
    flex-direction: column;
  }

  .writing-nav-link-2, .nav-link-now-2, .nav-link-about-3, .playlist-nav-link-2 {
    background-color: #53dfba;
  }

  .personal-proj-section {
    margin-top: 0;
  }

  .project-grid {
    justify-content: stretch;
  }

  .mark {
    height: .95em;
    border-bottom-style: none;
    padding-left: 0;
    padding-right: 0;
    font-size: 36px;
  }

  .styleguide-content {
    margin-top: 0;
  }

  .heading-32 {
    font-size: 1.5em;
  }

  .styleguide {
    width: 100%;
  }

  .big-article {
    padding-left: 15px;
    padding-right: 15px;
  }

  .big-article-content-wrapper {
    align-items: stretch;
    padding: 0 20px 25px;
  }

  .big-article-content-wrapper.article-wrapper {
    padding-left: 0;
  }

  .big-article-image-wrapper.extra {
    height: 200px;
    background-image: url('../images/screely-1549285361991-orig-1.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 90%;
    margin-bottom: 20px;
    padding-bottom: 0;
    display: block;
  }

  .big-article-image-wrapper.more-image {
    height: 200px;
    background-image: url('../images/screely-1549301102819.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 90%;
    margin-bottom: 20px;
    padding-bottom: 0;
    display: block;
  }

  .big-article-image-wrapper.ctn-image, .big-article-image-wrapper.lp-feedback-image {
    height: 200px;
    background-image: url('../images/cut-the-noise-twitter.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 90%;
    margin-bottom: 20px;
    padding-bottom: 0;
    display: block;
  }

  .big-article-image-wrapper.startup-quest-image {
    height: 200px;
    background-image: url('../images/startup-quest_1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 90%;
    margin-bottom: 20px;
    padding-bottom: 0;
    display: block;
  }

  .big-article-image-wrapper.designio-image {
    height: 200px;
    background-image: url('../images/design-io-final-tran.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 90%;
    margin-bottom: 20px;
    padding-bottom: 0;
    display: block;
  }

  .big-article-image-wrapper.sgp-image {
    height: 200px;
    background-image: url('../images/4050051.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 50%;
    margin-bottom: 20px;
    padding-bottom: 0;
    display: block;
  }

  .accolade-more-section {
    padding-top: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .cabin-fever-more-section, .ctn-more-section, .lp-feedback-more-section, .startup-quest-more-section, .designio-more-section, .sgp-more-section {
    padding-left: 5px;
    padding-right: 5px;
  }

  .past-and-incomplete-title {
    padding-bottom: 0;
  }

  .past-inc-underline {
    width: 250px;
    margin-top: -11px;
    display: none;
  }

  .professional-proj-section {
    margin-top: 0;
  }

  .skill {
    font-family: Open Sans, sans-serif;
    font-size: 10px;
  }

  .columns-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .bold-text-9 {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .paragraph-18 {
    text-align: center;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    margin-top: 0;
    display: block;
  }

  .div-block-52 {
    width: auto;
    min-width: auto;
    margin-top: 20px;
    padding: 15px 15px 24px;
  }

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

  .skills-section {
    padding-left: 9px;
    padding-right: 9px;
  }

  .heading-33 {
    margin-left: 0;
    font-size: 35px;
  }

  .heading-34 {
    text-align: center;
    align-self: auto;
    margin-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 44px;
  }

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

  .div-block-57 {
    max-width: none;
    min-width: auto;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-30 {
    margin-bottom: 30px;
  }

  .div-block-58 {
    align-self: center;
  }

  .newsletter-hero-section {
    height: auto;
    margin-bottom: 0;
  }

  .heading-35 {
    text-align: center;
    font-size: 38px;
  }

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

  .newsletter-form---ml-header {
    float: left;
    clear: none;
    padding-left: 0;
    padding-right: 0;
  }

  .h3-title-class {
    margin-top: 20px;
    margin-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .h3-title-class.description {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .notion-pack-header {
    color: #000;
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 40px;
    display: inline-block;
  }

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

  .heading-2-dark.inline {
    font-size: 25px;
  }

  .next-div {
    align-items: stretch;
  }

  .text-link.full-width {
    padding-right: 5px;
  }

  .section-white-margin {
    flex-direction: column;
    display: flex;
    overflow: hidden;
  }

  .body-large {
    font-size: 24px;
    line-height: 40px;
  }

  .body-large.end {
    margin-bottom: 4px;
    padding-bottom: 0;
    font-size: 30px;
  }

  .bt-content-underline {
    width: 200px;
    display: none;
  }

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

  .small-issue.issue-1 {
    height: 200px;
  }

  .small-issue.issue-3 {
    height: 170px;
  }

  .small-issue.issue-4, .small-issue.issue-5, .small-issue.issue-4-copy, .small-issue.issue-6 {
    height: 200px;
  }

  .small-issue.issue-6 {
    height: 170px;
  }

  .small-issue.issue-6a {
    height: 200px;
  }

  .paragraph-21 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-22 {
    color: #000;
    margin-bottom: 29px;
    font-size: 20px;
    line-height: 32px;
  }

  .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17 {
    font-size: 16px;
  }

  .bold-text-18 {
    background-color: #fe5694;
  }

  .block-quote-2 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .grey-section-3 {
    margin-top: 40px;
    padding-top: 0;
  }

  .heading-40 {
    text-align: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 16px;
    padding-bottom: 20px;
    font-size: 32px;
    line-height: 40px;
  }

  .hero-section-cta-3 {
    margin-top: 5px;
    margin-left: 0;
  }

  ._2nd-wrapper-page-3 {
    height: 100%;
    background-image: none;
    margin-bottom: 0;
  }

  .div-block-64 {
    height: auto;
    order: -1;
    display: block;
  }

  .diagonal-shape-3 {
    height: 300px;
    border: 1px #000;
    margin-top: 0;
    overflow: visible;
    transform: translate(-19px, -90px)rotate(-9deg);
  }

  .bold-text-19 {
    font-size: 25px;
    line-height: 33px;
  }

  .bold-text-19.subhero {
    text-align: center;
  }

  .hero-div-2 {
    height: 100%;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sub-header-text-block-2 {
    margin-left: 0;
    padding-bottom: 0;
    line-height: 22px;
  }

  .div-block-65 {
    z-index: 9999;
    flex-flow: column;
    flex: 0 auto;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
    position: relative;
  }

  .premium-pill.small {
    text-align: center;
    margin-top: 2px;
  }

  .premium-pill.small.pack {
    margin-bottom: 6px;
  }

  .premium-pill.small.pack-2 {
    text-align: center;
    margin-top: 0;
  }

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

  .div-block-68 {
    flex-direction: column;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .div-block-68.ipad-tweak {
    padding-top: 25px;
  }

  .pack-includes-div {
    width: 120px;
    height: 120px;
    margin-top: 0;
  }

  .text-block-19 {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 0;
    font-size: 40px;
  }

  .text-block-20 {
    text-align: center;
    padding-top: 10px;
  }

  .image-33 {
    width: 40px;
    height: 40px;
  }

  .heading-41 {
    font-size: 25px;
  }

  .resources-nav-link {
    background-color: #53dfba;
  }

  .div-block-73 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-74 {
    padding-right: 0;
  }

  .div-block-75 {
    margin-top: 0;
    margin-bottom: 55px;
  }

  .grid-17 {
    grid-template-rows: 1fr;
  }

  .heading-43 {
    text-align: center;
    font-size: 30px;
  }

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

  .grid-18 {
    grid-column-gap: 0px;
    grid-template-columns: 4fr;
  }

  .div-block-77 {
    margin-top: 1px;
    margin-left: 8px;
  }

  .div-block-79 {
    align-self: stretch;
  }

  .div-block-80 {
    flex-direction: column;
    align-self: center;
    align-items: center;
    display: flex;
  }

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

  .italic-text-4 {
    font-size: 15px;
  }

  .text-block-wrapper-div-right {
    padding: 15px 0;
  }

  .pill-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .download-grid {
    grid-row-gap: 15px;
    grid-template-rows: minmax(200px, auto) auto;
    grid-template-columns: 2fr;
    grid-auto-flow: row;
    margin-left: 15px;
    margin-right: 15px;
  }

  .download-right-section {
    margin-bottom: 10px;
    padding: 0 20px 10px;
  }

  .download-image-wrapper {
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
  }

  .download-cta {
    margin-top: 5px;
    margin-left: 0;
  }

  .download-image-wrapper-2 {
    background-image: none;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
  }

  .download-image-wrapper-3 {
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
  }

  .coming-soon-cta {
    margin-top: 5px;
    margin-left: 0;
  }

  .get-full-pack {
    float: none;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
  }

  .get-full-pack.schedule {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
  }

  .feature-section {
    padding-bottom: 40px;
  }

  .feature-image-mask-3 {
    text-align: center;
    align-self: auto;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-right: 14px;
  }

  .feature-image-5 {
    width: 75%;
  }

  .div-block-81 {
    text-align: center;
  }

  .bold-text-21 {
    font-size: 18px;
  }

  .container-33 {
    padding-top: 0;
  }

  .container-35 {
    grid-template-rows: auto auto;
    grid-template-columns: 2.75fr;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    padding: 25px;
  }

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

  .heading-45, .heading-46, .heading-47 {
    text-align: center;
    font-size: 45px;
  }

  .notion-resources-h3 {
    color: #000;
    margin-top: 0;
    font-size: 40px;
    display: inline-block;
  }

  .notion-resources-underline {
    width: 240px;
  }

  .download-image-wrapper-4 {
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
  }

  .popup-modal-notion {
    display: none;
  }

  .popup-model {
    width: 320px;
    height: 390px;
    padding: 25px 20px 40px;
  }

  .contact-form-grid {
    grid-template-rows: auto;
    grid-auto-columns: .25fr;
  }

  .heading-49 {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 15px;
    font-size: 35px;
    line-height: 1.1;
  }

  .text-field-4 {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-27 {
    font-size: 16px;
    line-height: 20px;
  }

  .drone-pictures-section {
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-wrapper-notion-hp {
    height: 600px;
    margin-left: 0;
    margin-right: 0;
  }

  .notion-pack-cta {
    float: none;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
  }

  .heading-50 {
    font-size: 30px;
    line-height: 36px;
  }

  .grid-19 {
    grid-template-rows: minmax(auto, .25fr) 440px;
    grid-template-columns: 1.25fr;
  }

  .div-block-88 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    margin-bottom: -65px;
    display: grid;
  }

  .div-block-89 {
    text-align: center;
    align-items: center;
    margin-top: 0;
    padding: 0 20px;
  }

  .image-38 {
    max-width: 100%;
  }

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

  .div-block-91 {
    width: 85px;
    height: 100px;
  }

  .text-block-28 {
    line-height: 15px;
  }

  .dronephoto {
    padding-left: 10px;
    padding-right: 10px;
  }

  .dronephoto.websites, .dronephoto.podcasts {
    background-color: rgba(0, 0, 0, 0);
  }

  .sm-icons-wrapper {
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 5px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-top-2 {
    justify-content: center;
  }

  .footer-menu-wrapper {
    align-self: center;
  }

  .footer-logo-2 {
    padding-left: 0;
  }

  .footer-bottom-2 {
    text-align: center;
    flex-direction: column;
    margin-top: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .footer-2 {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .brand-logo-image {
    text-align: center;
    padding-right: 0;
  }

  .text-block-36 {
    margin-top: 15px;
  }

  .div-block-92 {
    text-align: center;
    align-self: center;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-logo.w--current {
    top: -5px;
  }

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

  .download-image-wrapper-5 {
    background-image: url('../images/Smoke-Tests.png');
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
  }

  .creator-club-section {
    margin-top: 20px;
  }

  .feature-image-6 {
    width: 65%;
    height: 65%;
    margin-bottom: 20px;
  }

  .blog-other-posts-section {
    margin-left: auto;
    margin-right: auto;
    padding-left: 53px;
    padding-right: 53px;
  }

  .heading-51 {
    margin-bottom: 35px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-40 {
    margin-bottom: -26px;
  }

  .text-block-37 {
    align-self: flex-start;
    margin-left: 0;
  }

  .other-posts-title {
    margin-bottom: 20px;
    font-size: 40px;
  }

  .collection-list-3 {
    flex-direction: column;
  }

  .link-block-4 {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navbar-3 {
    width: auto;
    margin-left: 11px;
    margin-right: 11px;
  }

  .text-block-38 {
    color: #000;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
  }

  .creator-club-section-homepage {
    display: none;
  }

  .heading-54 {
    font-size: 50px;
  }

  .cc-hero-section {
    justify-content: center;
  }

  .container-38 {
    padding: 45px 0;
  }

  .div-block-95 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .creator-club-cta {
    margin-top: 5px;
    margin-left: 0;
  }

  .allstories, .container-ma {
    padding-top: 0;
  }

  .download-grid-ma {
    grid-row-gap: 15px;
    grid-template-rows: minmax(200px, auto) auto;
    grid-template-columns: 2fr;
    grid-auto-flow: row;
    margin-left: 15px;
    margin-right: 15px;
  }

  .download-image-wrapper-ma {
    background-image: none;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
  }

  .container-pg {
    padding-top: 0;
  }

  .download-grid-pg {
    grid-row-gap: 15px;
    grid-template-rows: minmax(200px, auto) auto;
    grid-template-columns: 2fr;
    grid-auto-flow: row;
    margin-left: 15px;
    margin-right: 15px;
  }

  .download-image-wrapper-pg {
    background-image: none;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
  }

  .container-bi {
    padding-top: 0;
  }

  .download-grid-copy, .download-grid-bi {
    grid-row-gap: 15px;
    grid-template-rows: minmax(200px, auto) auto;
    grid-template-columns: 2fr;
    grid-auto-flow: row;
    margin-left: 15px;
    margin-right: 15px;
  }

  .download-image-wrapper-bi {
    background-image: none;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
  }

  .projects {
    background-color: rgba(0, 0, 0, 0);
    display: flex;
  }

  .projects.w--current {
    display: flex;
  }

  .blog-content-div.hover-content-2 {
    width: 95%;
    max-width: 95%;
  }

  .collection-list-wrapper-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .quote {
    margin-left: 25px;
    margin-right: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .imfelipe {
    text-align: center;
    font-size: 24px;
  }

  .linkhero {
    border-bottom: 5px solid #02f5a4;
  }

  .blog-main-image-container {
    max-width: none;
  }

  .blogtitle-div {
    width: auto;
  }

  .imagefigma {
    width: auto;
    height: 40px;
  }

  .startingat {
    width: auto;
    display: block;
  }

  .text-block-43 {
    text-align: center;
    margin-bottom: 40px;
  }

  .includes {
    padding-right: 0;
  }

  .package {
    flex-direction: column;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .package.ipad-tweak {
    padding-top: 25px;
  }

  .processs.cc-no-padding-bottom {
    padding-top: 60px;
  }

  .fish-tales-blue, .newsletter_logo_white {
    width: 250px;
  }

  .abt-section {
    height: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 9px;
    padding-right: 9px;
  }

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

  .form-block-simple {
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .columns-4, .columns-5 {
    display: none;
  }

  .main-div {
    margin-left: 10px;
    margin-right: 10px;
  }

  .right-column {
    display: none;
  }

  .bck-section {
    height: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 9px;
    padding-right: 9px;
  }

  .abt-section-underline {
    width: 110px;
    margin-left: 25px;
  }

  .int-section-underline {
    width: 150px;
    margin-left: 25px;
  }

  .int-section, .currnt-work {
    height: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 9px;
    padding-right: 9px;
  }

  .cw-underline {
    width: 230px;
    margin-left: 25px;
  }

  .newsletter-header-section {
    height: 100%;
    justify-content: center;
  }

  .writting {
    padding-left: 10px;
    padding-right: 10px;
  }

  .writting.websites, .writting.podcasts {
    background-color: rgba(0, 0, 0, 0);
  }

  .podcastcomp {
    padding-left: 10px;
    padding-right: 10px;
  }

  .podcastcomp.websites, .podcastcomp.podcasts {
    background-color: rgba(0, 0, 0, 0);
  }

  .newsletterf {
    padding-left: 10px;
    padding-right: 10px;
  }

  .newsletterf.websites, .newsletterf.podcasts {
    background-color: rgba(0, 0, 0, 0);
  }

  .aboutf {
    padding-left: 10px;
    padding-right: 10px;
  }

  .aboutf.websites, .aboutf.podcasts {
    background-color: rgba(0, 0, 0, 0);
  }

  .playlistss {
    padding-left: 10px;
    padding-right: 10px;
  }

  .playlistss.websites, .playlistss.podcasts {
    background-color: rgba(0, 0, 0, 0);
  }

  .other {
    padding-left: 10px;
    padding-right: 10px;
  }

  .other.websites, .other.podcasts {
    background-color: rgba(0, 0, 0, 0);
  }

  .companies-section {
    padding-top: 60px;
  }

  .companies-section.brands {
    padding-top: 0;
  }

  .columns {
    flex-wrap: wrap;
  }

  .brand-image {
    max-height: 40px;
    max-width: 50%;
  }

  .div-block-3 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .brand-div {
    flex-direction: column;
    margin-bottom: 55px;
    margin-left: 40px;
    margin-right: 40px;
    display: flex;
  }

  .h2-big {
    width: auto;
    text-align: left;
    font-size: 35px;
    line-height: 45px;
  }

  .h2-big.black {
    text-align: center;
  }

  .brand-column {
    height: 90px;
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-_90f8e099-f278-550e-1e3c-816e93ea9fe9-4914d0f6, #w-node-_90f8e099-f278-550e-1e3c-816e93ea9fd9-4914d0f6 {
  align-self: auto;
  justify-self: auto;
}

#w-node-_90f8e099-f278-550e-1e3c-816e93ea9fc9-4914d0f6, #w-node-c254527a-6f51-ecff-2cbb-1938fc724b51-4914d0f6 {
  justify-self: auto;
}

#w-node-_49c77027-d1f7-17f7-edd8-e4ba5137956d-4914d0f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-image-3-4914d0f6, #w-node-_3ae21356-ba5e-af4a-42fe-8d73b596334e-4914d0f6 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-image-4914d0f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-image-2-4914d0f6 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_3c48b70a-391c-7beb-39f2-6301cdc4fac4-4914d0f6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_846e6a37-ffeb-08dc-89f1-f0d2955d1e0c-4914d0f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_9ff68a3d-e7be-88c8-9d9c-cdb4fc3dff3f-7014d0fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_908e25ca-f9eb-136a-681b-7586c67f3786-7014d0fa {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-e9045c7e-5eb8-2307-a0c2-52c259d7ce8c-9814d105, #w-node-e9045c7e-5eb8-2307-a0c2-52c259d7ce8c-0514d107 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3f5acc69-9987-9f05-ce0b-073af901f2ce-6314d10b {
  order: 0;
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: end;
  justify-self: auto;
}

#w-node-_3900359a-7d79-f851-ee24-58ccd31df5ce-6314d10b, #w-node-_0ce16bb2-4954-54fa-c875-0b03e951bdb3-6314d10b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b64239a6-7672-911f-2434-fd2cd6e7ae9b-6314d10b {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_2243451a-930d-35a0-eae4-f0c528f3083b-6314d10b {
  grid-area: 2 / 2 / 3 / 3;
  align-self: auto;
}

#w-node-_70f8ebd2-28aa-4741-8042-ba73d8e114ae-6314d10b, #w-node-_64289ad1-a794-f3cc-ae1a-0479d540acbe-6314d10b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5df5b147-7415-1916-fc8d-1b63894b3cba-6314d10b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ccbf3d54-6b3d-b5a9-7e9f-efd9f9082663-c114d10c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ccbf3d54-6b3d-b5a9-7e9f-efd9f9082665-c114d10c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-e959767b-7f30-a605-dc82-dbcfdb235cd6-c114d10c {
  justify-self: start;
}

#w-node-_2689feb9-7f7e-937e-aefd-da0e46064327-c114d10c, #w-node-_732545d9-cc0b-6c7a-5479-adf3978fa583-c114d10c, #w-node-_70da4527-5372-8f67-0f5e-6370bd655686-c114d10c {
  align-self: center;
  justify-self: center;
}

#w-node-f5328c92-a0e2-41cc-2790-901f4fa4dcf6-c114d10c {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_8516320e-c54b-1eaa-ea9c-d7b70cdea39b-6014d10e, #w-node-_3b157cef-6315-685a-e3e7-6671bb5ba772-6014d10e, #w-node-_9f248eff-a111-0cd3-d09d-61d0d122947f-6014d10e, #w-node-_7408849b-d0ee-d94a-115c-c8c54272e87d-6014d10e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-image-14-6014d10e {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-a5afd14c-d5fa-e0a5-c5c6-85c5dfd87145-6014d10e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-image-2-6014d10e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-image-6014d10e {
  grid-area: Area;
}

#w-node-be9f7ae1-fb99-beee-0724-a8a7080e5129-6014d10e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-image-9-6014d10e {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-d565d665-83fa-e3d2-dadc-e4fa5f20a799-6014d10e, #w-node-_44e340ea-e9ce-417d-74e0-9a97d051881d-6014d10e, #w-node-acaea60b-1f7b-45d1-0887-e4f20411fc74-6014d10e, #w-node-_9aa1661e-c056-9d0e-72be-102d1a3dab51-6014d10e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e03ca24-f742-2440-2155-aa20be2558c0-2d14d10f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2e03ca24-f742-2440-2155-aa20be2558c2-2d14d10f {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-f5328c92-a0e2-41cc-2790-901f4fa4dcf6-2d14d10f {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_2689feb9-7f7e-937e-aefd-da0e46064327-2d14d10f, #w-node-_732545d9-cc0b-6c7a-5479-adf3978fa583-2d14d10f, #w-node-_70da4527-5372-8f67-0f5e-6370bd655686-2d14d10f {
  align-self: center;
  justify-self: center;
}

#w-node-ba36b759-8ee8-7407-1966-582ce7271c82-1c14d110, #w-node-_8f12cab7-c614-5494-e9f8-8113f18dadec-1c14d110, #w-node-f8a96ede-abb1-d50a-d00e-af3983af9ad5-1c14d110, #w-node-_1d2f36d4-acf2-ff35-3129-548d21b2bb4a-1c14d110, #w-node-e52a3921-99c9-c097-f75e-a0c442d3e28c-1c14d110, #w-node-_9d49d586-e8a0-0463-651a-2806785dadab-1c14d110 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_49c77027-d1f7-17f7-edd8-e4ba5137956d-4914d0f6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_11bc8c60-fdd2-e5fe-f2ef-0416c546a437-87a14a15 {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_846e6a37-ffeb-08dc-89f1-f0d2955d1e07-4914d0f6 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_846e6a37-ffeb-08dc-89f1-f0d2955d1e0c-4914d0f6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-_86ad26f7-0a52-be5f-602e-4eb8e9eed5f7-c114d10c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7ee34e75-bf47-60d9-6ab4-513cb2460f58-9f14d10d, #w-node-_7ee34e75-bf47-60d9-6ab4-513cb2460f5a-9f14d10d, #w-node-_7ee34e75-bf47-60d9-6ab4-513cb2460f5f-9f14d10d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7ee34e75-bf47-60d9-6ab4-513cb2460f61-9f14d10d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_8516320e-c54b-1eaa-ea9c-d7b70cdea39b-6014d10e, #w-node-_3b157cef-6315-685a-e3e7-6671bb5ba772-6014d10e, #w-node-_9f248eff-a111-0cd3-d09d-61d0d122947f-6014d10e, #w-node-_7408849b-d0ee-d94a-115c-c8c54272e87d-6014d10e, #w-node-a5afd14c-d5fa-e0a5-c5c6-85c5dfd87145-6014d10e, #w-node-be9f7ae1-fb99-beee-0724-a8a7080e5129-6014d10e, #w-node-d565d665-83fa-e3d2-dadc-e4fa5f20a799-6014d10e, #w-node-_44e340ea-e9ce-417d-74e0-9a97d051881d-6014d10e, #w-node-acaea60b-1f7b-45d1-0887-e4f20411fc74-6014d10e, #w-node-_9aa1661e-c056-9d0e-72be-102d1a3dab51-6014d10e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3f5acc69-9987-9f05-ce0b-073af901f2ce-6314d10b {
    order: 0;
    grid-area: span 2 / span 3 / span 2 / span 3;
    align-self: end;
    justify-self: auto;
  }

  #w-node-_3900359a-7d79-f851-ee24-58ccd31df5ce-6314d10b {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-_0ce16bb2-4954-54fa-c875-0b03e951bdb3-6314d10b {
    grid-area: 5 / 1 / 7 / 4;
  }

  #w-node-b64239a6-7672-911f-2434-fd2cd6e7ae9b-6314d10b {
    grid-area: 7 / 1 / 9 / 2;
  }

  #w-node-_2243451a-930d-35a0-eae4-f0c528f3083b-6314d10b {
    grid-area: 7 / 2 / 9 / 4;
    align-self: auto;
  }

  #w-node-_70f8ebd2-28aa-4741-8042-ba73d8e114ae-6314d10b {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-_64289ad1-a794-f3cc-ae1a-0479d540acbe-6314d10b {
    grid-area: 1 / 1 / 3 / 4;
  }

  #w-node-_8cf880ff-755d-35bc-d409-5d8d9bc51a5b-6314d10b {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-ccbf3d54-6b3d-b5a9-7e9f-efd9f9082663-c114d10c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ccbf3d54-6b3d-b5a9-7e9f-efd9f9082665-c114d10c {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f5328c92-a0e2-41cc-2790-901f4fa4dcf6-c114d10c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7ee34e75-bf47-60d9-6ab4-513cb2460f4e-9f14d10d, #w-node-_7ee34e75-bf47-60d9-6ab4-513cb2460f55-9f14d10d, #w-node-_7ee34e75-bf47-60d9-6ab4-513cb2460f5c-9f14d10d {
    grid-column: span 1 / span 1;
  }

  #w-node-_8516320e-c54b-1eaa-ea9c-d7b70cdea39b-6014d10e, #w-node-_3b157cef-6315-685a-e3e7-6671bb5ba772-6014d10e, #w-node-_9f248eff-a111-0cd3-d09d-61d0d122947f-6014d10e, #w-node-_7408849b-d0ee-d94a-115c-c8c54272e87d-6014d10e, #w-node-a5afd14c-d5fa-e0a5-c5c6-85c5dfd87145-6014d10e, #w-node-be9f7ae1-fb99-beee-0724-a8a7080e5129-6014d10e, #w-node-d565d665-83fa-e3d2-dadc-e4fa5f20a799-6014d10e, #w-node-_44e340ea-e9ce-417d-74e0-9a97d051881d-6014d10e, #w-node-acaea60b-1f7b-45d1-0887-e4f20411fc74-6014d10e, #w-node-_9aa1661e-c056-9d0e-72be-102d1a3dab51-6014d10e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2e03ca24-f742-2440-2155-aa20be2558c0-2d14d10f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2e03ca24-f742-2440-2155-aa20be2558c2-2d14d10f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f5328c92-a0e2-41cc-2790-901f4fa4dcf6-2d14d10f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd book';
  src: url('../fonts/CircularStd-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}