:root {
  --light-outline: rgba(239, 249, 252, .1);
  --background: #060d11;
  --extra-dark-background: #04090c;
  --spark-library--foreground-secondary: rgba(0, 0, 0, .76);
  --spark-library--background--interactive: #f0ecfd;
  --spark-library--black: #fff;
  --spark-library--light-steel-purple: #a695fb;
  --spark-library--foreground-interactive: #5532fa;
  --white: var(--spark-library--black);
  --dark-outline: #d8e2f0;
}

body {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thicccboi, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.4em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thicccboi, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.home-hero {
  min-height: 100vh;
  border-bottom: 1px none var(--light-outline);
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-hero.small {
  min-height: 90vh;
  border-bottom-style: solid;
  padding-top: 0;
}

.background-wrapper {
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.background-wrapper.half-page {
  z-index: 10;
  width: 50%;
}

.background {
  height: 1200px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background.about-background {
  height: 1130px;
}

.background.skills-background {
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: url('../images/service-unten-optimized.gif');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
}

.background.services-background {
  height: 1130px;
  background-image: url('../images/service-optimized.gif');
  background-position: 50%;
  background-size: cover;
}

.background.projects-background {
  height: 1130px;
  background-image: url('../images/projects-optimized.gif');
  background-position: 50%;
  background-size: cover;
  margin: -2px;
}

.overlay {
  z-index: 6;
  background-color: rgba(4, 6, 10, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay.light {
  object-fit: fill;
  background-color: rgba(4, 6, 10, .3);
}

.grid-wrapper {
  z-index: 25;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.nav-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  border: 1px none var(--light-outline);
  background-color: rgba(9, 19, 20, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

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

.nav-link {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.nav-menu-items {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 36px auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: grid;
  position: relative;
}

.nav-link-line {
  width: 100%;
  height: 1px;
  background-color: var(--light-outline);
}

.brand {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.section {
  z-index: 20;
  border-bottom: 1px solid var(--light-outline);
  border-radius: 0;
  justify-content: center;
  padding-top: 180px;
  padding-bottom: 180px;
  display: flex;
  position: relative;
  overflow: visible;
}

.section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.clip {
  overflow: hidden;
}

.hero-content {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 50px;
  color: #fff;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 100px;
  display: grid;
  position: relative;
}

.content-wrapper {
  z-index: 20;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.heading {
  font-family: Montserrat, sans-serif;
  font-size: 40px;
}

.heading.large {
  letter-spacing: -.01em;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 40px;
}

.heading.extra-large {
  font-size: 56px;
  line-height: 1.45em;
}

.home-hero-intro {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: start;
  justify-items: start;
  padding-right: 0;
  display: grid;
}

.button {
  border: 1px none var(--light-outline);
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 18px 42px 18px 37px;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.body {
  background-color: var(--background);
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.inner-page-hero {
  min-height: 90vh;
  border-bottom: 1px solid var(--light-outline);
  justify-content: center;
  padding-top: 0;
  display: flex;
  position: relative;
}

.subtitle {
  color: rgba(255, 255, 255, .8);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 11px;
}

.stacked-intro {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stacked-intro.centered {
  text-align: center;
}

.button-outline {
  width: 100%;
  border: 1px solid var(--light-outline);
  background-color: var(--background);
  border-radius: 4%;
  padding: 24px 48px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-text {
  z-index: 25;
  opacity: 1;
  border-radius: 0;
  font-size: 13px;
  font-style: normal;
  position: relative;
}

.scroll-link-outline {
  width: 150%;
  height: 150%;
  border: 1px dashed var(--light-outline);
  border-radius: 100%;
  display: flex;
  position: absolute;
}

.body-display {
  color: rgba(255, 255, 255, .8);
  font-size: 18px;
  line-height: 1.65em;
}

.body-display.dual-paragraph {
  column-count: 2;
  column-gap: 60px;
}

.stacked-description {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.logos-wrapper {
  height: 10vh;
  min-height: 10vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px none var(--light-outline);
  border-bottom: 1px none var(--light-outline);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  overflow: hidden;
}

.logos-looping-wrapper {
  border-top: 1px none var(--light-outline);
  overflow: hidden;
}

.logos-looping-wrapper.left {
  justify-content: flex-start;
  display: flex;
}

.logos-looping-wrapper.right {
  border-left: 1px solid var(--light-outline);
  transform-style: preserve-3d;
  justify-content: flex-end;
  display: flex;
  transform: none;
}

.lopping-logos {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.lopping-logos.left {
  grid-template-columns: 1fr 1fr;
}

.logo {
  width: 14vw;
  min-width: 200px;
  border-right: 1px solid var(--light-outline);
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.stacked-title {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.circle-link {
  z-index: 100;
  width: 140px;
  height: 140px;
  border: 1px solid var(--light-outline);
  background-color: var(--background);
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: -70px;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
  transform: none;
}

.large-growing-images {
  min-height: 550px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.large-growing-images.small {
  height: 35vw;
  min-height: 100%;
}

.small-width {
  max-width: 400px;
}

.stacked-content {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stacked-content.large {
  grid-row-gap: 170px;
}

.section-intro {
  max-width: 975px;
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.left-arrow {
  width: 84px;
  height: 60px;
  border: 1px none var(--light-outline);
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  top: auto;
  left: 0%;
  right: 84px;
  overflow: visible;
}

.project-card {
  width: 100%;
  height: 100%;
  min-height: 400px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  color: #fff;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 24px;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: visible;
}

.footer-menu {
  min-height: 300px;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: stretch;
  justify-items: stretch;
  display: grid;
}

.footer-section {
  justify-content: center;
  display: flex;
}

.footer-link {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.triangle-arrow-wrapper {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.triangle-clip {
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
}

.triangle-clip.right {
  justify-content: flex-end;
}

.trangle-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-content: center;
  align-items: center;
  display: grid;
}

.triangle {
  min-height: 700px;
  min-width: 700px;
  border-style: none none solid solid;
  border-width: 1px;
  border-color: var(--light-outline);
  margin-right: -525px;
  transform: rotate(45deg);
}

.triangle.right {
  border-style: solid solid none none;
}

.medium-width-intro {
  max-width: 675px;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.medium-width {
  max-width: 500px;
}

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

.arrow-link {
  z-index: 40;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.center-banner {
  position: relative;
  overflow: hidden;
}

.centered-intro {
  z-index: 20;
  max-width: 950px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 100px;
  display: grid;
  position: relative;
}

.hero-description {
  padding-bottom: 80px;
  padding-right: 60px;
}

.growing-image {
  width: 40%;
  flex: 1;
  position: relative;
}

.growing-image.small {
  width: 35%;
  flex: 0 auto;
  margin-right: 0;
  overflow: visible;
}

.growing-image.right {
  margin-left: 24px;
}

.growing-image.left {
  background-image: url('../images/pic_1.jpg');
  background-position: 50%;
  background-size: cover;
  margin-right: 24px;
}

.large-width {
  max-width: 900px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.scrolling-text {
  height: 900px;
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  align-items: center;
  padding-left: 0;
  display: grid;
}

.scrolling-text-wrapper {
  max-height: 600px;
}

.dynamic-text {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-right: 80px;
  display: grid;
}

.gallery-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dark-cover {
  background-color: var(--background);
}

.showcase-image {
  width: 100%;
  height: 29vw;
  position: relative;
  overflow: visible;
}

.service-info {
  max-width: 500px;
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: start;
  justify-items: start;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 0;
  display: grid;
}

.service-item {
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 50% 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-item.left {
  grid-template-columns: 1fr 50%;
}

.service-list {
  grid-column-gap: 16px;
  grid-row-gap: 170px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav-cover {
  height: 100%;
  border-bottom: 1px solid var(--light-outline);
  background-color: var(--background);
  position: absolute;
  top: -100%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preloader {
  z-index: 5000;
  border-bottom: 1px none var(--light-outline);
  background-color: #04090c;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.preloader-center {
  z-index: 50;
  position: relative;
}

.logo-image {
  width: 100%;
  max-width: 70px;
  opacity: .3;
}

.hero-title {
  max-width: 500px;
}

.view-wrapper {
  z-index: 20;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.growing-background {
  background-image: url('../images/discord3_1.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.growing-background.two {
  background-image: url('../images/premid.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
}

.growing-background.three {
  background-image: url('../images/pic1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
}

.growing-background.four {
  background-image: url('../images/pic5.jpg');
  background-position: 50%;
  background-size: cover;
}

.growing-background.six {
  background-image: url('../images/pic2.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
}

.growing-background.seven {
  background-image: url('../images/discord3_1.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
}

.growing-background.eight {
  background-image: url('../images/premid.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
}

.hero-background-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.about-me-hero {
  min-height: 90vh;
  border-bottom: 1px solid var(--light-outline);
  justify-content: center;
  display: flex;
}

.paragraph-heading {
  font-family: Montserrat, sans-serif;
  font-size: 52px;
}

.hero-overlay {
  background-color: rgba(4, 6, 10, .55);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.delete-me {
  z-index: 5000000;
  max-width: 22rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  border: 1px solid #d3e5e9;
  border-radius: .75rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: fixed;
  top: auto;
  bottom: .5rem;
  left: auto;
  right: .5rem;
}

.hide-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #000;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.delete-me_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.delete-me_text-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.delete-me_text-description {
  font-weight: 300;
  line-height: 1.5;
}

.delete-me_link {
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  padding: .65rem 1.3rem .7rem;
  line-height: 1.3;
  text-decoration: none;
}

.spark-small-sub-paragraph {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.3;
}

.spark-bold-heading {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-bold-heading.spark-card-title {
  font-size: 1.2rem;
  font-weight: 500;
}

.spark-card-details {
  max-width: 590px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 32px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.spark-square-image-card {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.spark-wrapped-card {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spark-wrapped-card.spark-stacked {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  transition: border-color .15s;
}

.spark-two-column-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.spark-side-tabs-content {
  width: 60%;
  display: block;
}

.spark-side-flat-tab {
  width: 100%;
  border-bottom: 3px solid var(--spark-library--background--interactive);
  color: var(--spark-library--black);
  background-color: rgba(0, 0, 0, 0);
  padding: 48px 24px;
  font-size: 25px;
  transition: border-color .3s, color .15s;
}

.spark-side-flat-tab:hover {
  border-bottom-color: var(--spark-library--light-steel-purple);
  opacity: 1;
  color: var(--spark-library--foreground-interactive);
}

.spark-side-flat-tab.w--current {
  border-bottom-color: var(--spark-library--foreground-interactive);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  font-size: 25px;
  font-weight: 500;
}

.spark-stacked-flat-tabs-menu {
  width: 30%;
  float: left;
  grid-column-gap: 0px;
  flex-direction: column;
  justify-content: center;
  margin-right: 10%;
  display: inline-block;
}

.spark-side-flat-tab-parent {
  width: 100%;
  display: block;
}

.spark-centered-900 {
  width: 900px;
  max-width: 100%;
  text-align: center;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.spark-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section {
  width: 100%;
  padding: 176px 64px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  position: relative;
}

.spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.spark-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section p {
  color: var(--white);
  font-style: normal;
  font-weight: 500;
}

.spark-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section li {
  margin-bottom: .5rem;
}

.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;
}

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

.navbar-copy-copy {
  height: 80px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.html-embed {
  font-family: Montserrat, sans-serif;
}

@media screen and (min-width: 1280px) {
  .background.services-background {
    height: 1130px;
    background-image: url('../images/service-optimized.gif');
  }

  .logo-image {
    max-width: 80px;
  }
}

@media screen and (min-width: 1440px) {
  .background.services-background {
    height: 1130px;
    background-image: url('../images/service-optimized.gif');
    background-position: 0 0;
    background-size: cover;
  }

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

@media screen and (min-width: 1920px) {
  .background-wrapper {
    display: block;
    position: absolute;
  }

  .background {
    border-radius: 0;
    position: absolute;
  }

  .background.about-background {
    height: 1130px;
  }

  .background.skills-background {
    background-image: url('../images/service-unten-optimized.gif');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    position: absolute;
  }

  .background.services-background {
    height: 1130px;
    background-image: url('../images/service-optimized.gif');
    background-position: 50% 0;
    background-size: cover;
    background-attachment: fixed;
  }

  .background.projects-background {
    background-image: url('../images/projects-optimized.gif');
    background-position: 50%;
    background-size: cover;
  }

  .section {
    overflow: visible;
  }

  .heading {
    font-style: normal;
    display: block;
  }

  .button-outline {
    border-radius: 4%;
  }

  .button-text {
    font-size: 14px;
  }

  .circle-link {
    padding-right: 0;
  }

  .footer-menu {
    grid-template-columns: auto 1fr 1fr 1fr 1fr;
    grid-template-areas: ". . . . Area";
  }

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

  .growing-image.left {
    background-image: url('../images/pic.jpg');
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
  }

  .large-width {
    font-family: Montserrat, sans-serif;
  }

  .scrolling-text {
    grid-row-gap: 60px;
  }

  .growing-background.three {
    background-image: url('../images/pic1.png');
    background-position: 0 0;
    background-size: cover;
    border-radius: 0;
  }

  .growing-background.four {
    background-image: url('../images/pic5.jpg');
    border-radius: 0;
  }

  .growing-background.six {
    background-image: url('../images/pic2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
  }

  .growing-background.seven {
    background-image: url('../images/discord3.png');
    border-radius: 0;
  }

  .growing-background.eight {
    background-image: url('../images/apps.33447.13901910639157253.30b5eeb9-e8ea-4878-af63-400a9f6639f9-1-p-500.png');
    border-radius: 0;
  }

  .spark-bold-heading.spark-card-title {
    align-self: auto;
    font-size: 1.4rem;
    font-weight: 400;
  }

  .spark-card-details {
    justify-content: flex-start;
  }

  .spark-square-image-card {
    width: 300px;
    height: 300px;
  }

  .spark-side-flat-tab {
    -webkit-text-stroke-color: var(--spark-library--black);
    font-size: 30px;
  }

  .spark-section h2, .spark-section p {
    font-weight: 500;
  }

  .image-2 {
    width: 300px;
    height: 300px;
  }

  .tab-pane-discord-development {
    border-radius: 0;
  }
}

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

  .background-wrapper.half-page {
    width: 100%;
    min-height: 500px;
    border-top: 1px solid var(--light-outline);
    position: relative;
  }

  .background {
    top: -75%;
  }

  .background.projects-background {
    background-position: 100%;
  }

  .grid-wrapper {
    grid-row-gap: 20px;
    grid-template-rows: 1fr;
  }

  .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    justify-items: stretch;
  }

  .mobile-nav-menu {
    border-top: 1px none var(--light-outline);
    background-color: var(--background);
    border-bottom: 1px rgba(0, 0, 0, 0);
  }

  .nav-link {
    border-bottom: 1px solid var(--light-outline);
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav-link.w--current {
    background-color: var(--extra-dark-background);
    color: #fff;
  }

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

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

  .hero-content {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .content-wrapper {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .heading.large {
    font-size: 46px;
  }

  .heading.extra-large {
    font-size: 48px;
  }

  .home-hero-intro {
    grid-row-gap: 24px;
    text-align: center;
    justify-content: center;
    justify-items: center;
  }

  .inner-page-hero {
    min-height: auto;
    padding-top: 0;
  }

  .stacked-title {
    grid-row-gap: 24px;
  }

  .circle-link {
    z-index: 40;
    margin-top: 100px;
    margin-bottom: -90px;
    margin-right: 0;
  }

  .large-growing-images.small {
    height: 45vw;
    min-height: 400px;
  }

  .stacked-content.large {
    grid-row-gap: 80px;
  }

  .footer-menu {
    min-height: auto;
    grid-column-gap: 36px;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 36px;
  }

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

  .hero-intro {
    padding-top: 60px;
    padding-bottom: 48px;
  }

  .center-banner {
    height: 75vh;
    min-height: 550px;
  }

  .centered-intro {
    max-width: 775px;
    margin-top: 80px;
    padding-top: 60px;
    padding-bottom: 24px;
  }

  .hero-description {
    z-index: 20;
    padding-bottom: 60px;
    padding-left: 60px;
    position: relative;
  }

  .scrolling-text {
    height: auto;
    min-height: 700px;
    grid-row-gap: 48px;
  }

  .scrolling-text-wrapper {
    max-height: 400px;
    border-top: 1px solid var(--light-outline);
    overflow: hidden;
  }

  .dynamic-text {
    border-bottom: 1px none var(--light-outline);
    padding-top: 80px;
    padding-bottom: 0;
  }

  .dark-cover {
    display: none;
  }

  .showcase-image {
    height: 50vw;
  }

  .service-info {
    padding-top: 0;
    padding-bottom: 0;
  }

  .service-item {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .service-item.left {
    grid-template-columns: 1fr;
  }

  .hero-title {
    max-width: 650px;
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

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

  .menu-icon {
    width: 30px;
  }

  .menu-button-wrapper {
    width: 60px;
    height: 100%;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .about-me-hero {
    padding-top: 0;
  }

  .paragraph-heading {
    font-size: 46px;
  }

  .hero-overlay {
    background-color: rgba(4, 6, 10, .75);
  }

  .spark-wrapped-card {
    width: 45%;
  }

  .spark-two-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .spark-side-flat-tab {
    width: 100%;
  }

  .spark-stacked-flat-tabs-menu {
    width: 35%;
    margin-bottom: 64px;
    margin-right: 5%;
  }

  .spark-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .navbar-copy-copy {
    border-bottom: 1px none var(--light-outline);
  }
}

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

  .background-wrapper.half-page {
    min-height: 400px;
  }

  .background {
    display: inline;
    top: -105%;
  }

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

  .hero-content {
    padding-top: 60px;
  }

  .content-wrapper {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .heading.large, .heading.extra-large {
    font-size: 40px;
  }

  .body-display.dual-paragraph {
    column-count: 1;
  }

  .circle-link {
    margin-top: 80px;
  }

  .large-growing-images {
    height: 65vw;
    min-height: 300px;
  }

  .large-growing-images.small {
    height: 60vw;
    min-height: auto;
  }

  .stacked-content.large {
    grid-row-gap: 60px;
  }

  .footer-menu {
    grid-row-gap: 28px;
    grid-auto-flow: row;
    padding-bottom: 24px;
  }

  .footer-section {
    padding-top: 80px;
  }

  .hero-description {
    padding: 48px;
  }

  .scrolling-text {
    min-height: 500px;
    grid-row-gap: 36px;
  }

  .showcase-image {
    height: 70vw;
  }

  .service-info {
    grid-row-gap: 48px;
  }

  .service-item {
    grid-row-gap: 60px;
  }

  .service-list {
    grid-row-gap: 100px;
  }

  .paragraph-heading {
    font-size: 42px;
  }

  .spark-small-sub-paragraph {
    line-height: 1.3;
  }

  .spark-wrapped-card {
    width: 100%;
  }

  .spark-wrapped-card.spark-stacked {
    width: 100%;
    grid-row-gap: 16px;
  }

  .spark-two-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .spark-side-tabs-content {
    width: 100%;
  }

  .spark-side-flat-tab {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-stacked-flat-tabs-menu, .spark-container {
    width: 100%;
  }

  .spark-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .image-2 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .background-wrapper.half-page {
    min-height: 350px;
  }

  .background {
    top: -139%;
  }

  .background.about-background {
    top: -50%;
  }

  .background.skills-background {
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
    top: 0%;
  }

  .background.services-background {
    top: -90%;
  }

  .background.projects-background {
    background-position: 80%;
    background-size: cover;
    background-attachment: scroll;
    top: -80%;
  }

  .mobile-nav-menu {
    border-top-style: none;
  }

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-content {
    padding-top: 48px;
  }

  .content-wrapper {
    grid-row-gap: 36px;
  }

  .heading {
    font-size: 36px;
  }

  .heading.large {
    font-size: 38px;
  }

  .heading.extra-large {
    font-size: 36px;
  }

  .inner-page-hero {
    height: 570px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo {
    min-width: 150px;
  }

  .circle-link {
    margin-top: 72px;
  }

  .large-growing-images {
    min-height: auto;
  }

  .large-growing-images.small {
    height: 55vw;
    min-height: auto;
  }

  .center-banner {
    height: auto;
    min-height: 500px;
  }

  .centered-intro {
    grid-row-gap: 24px;
    padding-bottom: 36px;
  }

  .hero-description {
    padding: 24px 24px 36px;
  }

  .showcase-image {
    height: 80vw;
  }

  .service-info {
    grid-row-gap: 36px;
  }

  .hero-background-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-me-hero {
    padding-top: 0;
  }

  .paragraph-heading {
    font-size: 28px;
  }

  .hero-overlay {
    padding-top: 0;
    padding-bottom: 0;
    top: 0%;
  }

  .spark-bold-heading {
    line-height: 1.3;
  }

  .spark-card-details {
    margin-top: 10px;
    padding-top: 0;
  }

  .spark-wrapped-card.spark-stacked {
    width: 100%;
  }

  .spark-side-flat-tab {
    padding: 30px 16px 16px;
  }

  .spark-side-flat-tab.w--current {
    padding-top: 30px;
  }

  .spark-stacked-flat-tabs-menu {
    flex-flow: column wrap;
    justify-content: flex-start;
  }

  .spark-centered-900 {
    margin-bottom: 64px;
  }

  .spark-section {
    padding: 64px 20px;
  }

  .spark-section h1 {
    font-size: 3rem;
  }

  .spark-section h2 {
    font-size: 2.5rem;
  }

  .spark-section p {
    padding-top: 0;
  }

  .image-2 {
    max-width: 70%;
    display: none;
    position: static;
  }

  .navbar-copy-copy {
    border-bottom: 1px none var(--light-outline);
  }
}

#w-node-_511843fc-9fd2-ae21-6cb4-13a92f27abc2-d4be3dcd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_511843fc-9fd2-ae21-6cb4-13a92f27abc3-d4be3dcd {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_511843fc-9fd2-ae21-6cb4-13a92f27abc4-d4be3dcd {
  grid-area: 1 / 1 / 2 / 3;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-e76785cc-3a94-6a68-6ed3-173356e71608-d4be3dcd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-_72f06851-5d78-16f3-0aca-d4767c3bc055-d4be3dcd {
  align-self: end;
}

#w-node-_7b7fbf17-0e5d-65b0-76a5-c9348935dfbd-d4be3dcd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0669d63e-b265-c873-de0f-7f57b90ef1fc-d4be3dcd {
  grid-area: 1 / 1 / 2 / 5;
  justify-self: center;
}

#w-node-d07e2af9-94f0-9afb-6883-6a3c0b336321-d4be3dcd {
  justify-self: center;
}

#w-node-_64ad2f16-7b8b-9849-8968-eb8a7c03166e-d4be3dcd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_64ad2f16-7b8b-9849-8968-eb8a7c031670-d4be3dcd {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_64ad2f16-7b8b-9849-8968-eb8a7c031678-d4be3dcd {
  align-self: center;
}

#w-node-d71bbba8-b822-977a-c61c-346d6b5d45c0-6b5d45be {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d71bbba8-b822-977a-c61c-346d6b5d45c1-6b5d45be {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-d71bbba8-b822-977a-c61c-346d6b5d45c2-6b5d45be {
  align-self: center;
}

#w-node-d71bbba8-b822-977a-c61c-346d6b5d45ce-6b5d45be {
  align-self: center;
  justify-self: start;
}

#w-node-d71bbba8-b822-977a-c61c-346d6b5d45d1-6b5d45be {
  align-self: center;
  justify-self: end;
}

#w-node-be258afa-3e73-d2c3-b324-1b8fb0f87171-b0f8716f {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-be258afa-3e73-d2c3-b324-1b8fb0f87172-b0f8716f {
  justify-self: start;
}

#w-node-be258afa-3e73-d2c3-b324-1b8fb0f87176-b0f8716f {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-be258afa-3e73-d2c3-b324-1b8fb0f87177-b0f8716f {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-be258afa-3e73-d2c3-b324-1b8fb0f8717d-b0f8716f {
  justify-self: end;
}

#w-node-be258afa-3e73-d2c3-b324-1b8fb0f87181-b0f8716f {
  justify-self: center;
}

#w-node-d13034a2-fcf7-0d8c-2bf3-56d811a2a4e7-d4be3dce {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_80cf0d77-55e1-7f1a-c9e1-f7c5870b87d5-d4be3dce {
  grid-area: 1 / 2 / 3 / 4;
}

#w-node-_99d4e0fb-2413-9bff-224d-ae6f15ea6470-d4be3dce {
  grid-area: 1 / 1 / 2 / 5;
  align-self: center;
  justify-self: center;
}

#w-node-fe1a3d33-9263-43c2-c3bf-48f3744e0ca5-d4be3dce {
  grid-area: 2 / 1 / 3 / 2;
  align-self: end;
}

#w-node-fd429737-a3d6-245f-078f-46d5a18ecdaa-d4be3dce {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fd429737-a3d6-245f-078f-46d5a18ecdac-d4be3dce {
  align-self: start;
}

#w-node-fd429737-a3d6-245f-078f-46d5a18ecdae-d4be3dce {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d1135914-6e94-0364-7072-48ba0ebe6056-d4be3dd3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d1135914-6e94-0364-7072-48ba0ebe6057-d4be3dd3 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-d1135914-6e94-0364-7072-48ba0ebe6058-d4be3dd3 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: stretch;
}

#w-node-d1135914-6e94-0364-7072-48ba0ebe6059-d4be3dd3 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-d1135914-6e94-0364-7072-48ba0ebe605a-d4be3dd3 {
  align-self: center;
  justify-self: center;
}

#w-node-d1135914-6e94-0364-7072-48ba0ebe6060-d4be3dd3 {
  justify-self: center;
}

#w-node-d1135914-6e94-0364-7072-48ba0ebe6065-d4be3dd3 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_6f47dad4-ebd8-0293-90a4-45bc41271362-d4be3dd3, #w-node-_6f47dad4-ebd8-0293-90a4-45bc4127136a-d4be3dd3, #w-node-_6f47dad4-ebd8-0293-90a4-45bc41271350-d4be3dd3, #w-node-_6f47dad4-ebd8-0293-90a4-45bc41271358-d4be3dd3, #w-node-_6f47dad4-ebd8-0293-90a4-45bc41271374-d4be3dd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e63718aa-2f3d-7208-dd5a-e7dfc4ec48a8-d4be3dd4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_93083016-307a-e8c2-03a3-23ac6220ecd7-d4be3dd4 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-cd902299-80c4-dd34-de3a-f60c78006960-d4be3dd4 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: stretch;
}

#w-node-cd902299-80c4-dd34-de3a-f60c78006961-d4be3dd4 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-cd902299-80c4-dd34-de3a-f60c78006962-d4be3dd4 {
  align-self: center;
  justify-self: center;
}

#w-node-cd902299-80c4-dd34-de3a-f60c78006963-d4be3dd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd902299-80c4-dd34-de3a-f60c7800696b-d4be3dd4 {
  align-self: center;
  justify-self: center;
}

#w-node-b792637b-b50b-97cf-ad8a-b23a430361b7-d4be3dd4 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_352c8878-889a-01c4-eca2-2f11c33f8821-d4be3dd4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7b3fcd73-bdc7-f267-a732-d702a24418bf-d4be3dd4 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_234bc02a-aff9-0673-aa56-fd427870b47d-d4be3dd4 {
  align-self: center;
}

#w-node-_13df95bf-05b7-deed-abb4-4abf00c3b843-d4be3dd4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9178434c-000f-8fba-bca7-543f17ed59b7-d4be3dd4 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
  justify-self: end;
}

#w-node-_4b6e76ad-08f9-a6d9-14e8-2535bcb95512-d4be3dd4 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-e6bed38a-86c3-560d-552f-b0afae7c3469-d4be3dd4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e6bed38a-86c3-560d-552f-b0afae7c346b-d4be3dd4 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e6bed38a-86c3-560d-552f-b0afae7c3483-d4be3dd4 {
  align-self: center;
}

#w-node-fd429737-a3d6-245f-078f-46d5a18ecdaa-683dd561 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fd429737-a3d6-245f-078f-46d5a18ecdac-683dd561 {
  align-self: start;
}

#w-node-fd429737-a3d6-245f-078f-46d5a18ecdae-683dd561 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-fd429737-a3d6-245f-078f-46d5a18ecdaa-000f4c75 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fd429737-a3d6-245f-078f-46d5a18ecdac-000f4c75 {
  align-self: start;
}

#w-node-fd429737-a3d6-245f-078f-46d5a18ecdae-000f4c75 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_511843fc-9fd2-ae21-6cb4-13a92f27abc2-95d7cff1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_511843fc-9fd2-ae21-6cb4-13a92f27abc3-95d7cff1 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_511843fc-9fd2-ae21-6cb4-13a92f27abc4-95d7cff1 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-e76785cc-3a94-6a68-6ed3-173356e71608-95d7cff1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-_72f06851-5d78-16f3-0aca-d4767c3bc055-95d7cff1 {
  align-self: end;
}

#w-node-_7b7fbf17-0e5d-65b0-76a5-c9348935dfbd-95d7cff1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0669d63e-b265-c873-de0f-7f57b90ef1fc-95d7cff1 {
  grid-area: 1 / 1 / 2 / 5;
  justify-self: center;
}

#w-node-d07e2af9-94f0-9afb-6883-6a3c0b336321-95d7cff1 {
  justify-self: center;
}

#w-node-_64ad2f16-7b8b-9849-8968-eb8a7c03166e-95d7cff1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_64ad2f16-7b8b-9849-8968-eb8a7c031670-95d7cff1 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_64ad2f16-7b8b-9849-8968-eb8a7c031678-95d7cff1 {
  align-self: center;
}

#w-node-_3a0602bd-0e38-817c-af26-5de1c6a60f19-c6a60f17 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3a0602bd-0e38-817c-af26-5de1c6a60f1a-c6a60f17 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_3a0602bd-0e38-817c-af26-5de1c6a60f1b-c6a60f17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3a0602bd-0e38-817c-af26-5de1c6a60f2d-c6a60f17 {
  align-self: center;
  justify-self: start;
}

#w-node-_3a0602bd-0e38-817c-af26-5de1c6a60f30-c6a60f17 {
  align-self: center;
  justify-self: end;
}

#w-node-_6628a5ea-0a53-2919-90fa-fd2435f382e2-35f382e0 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_6628a5ea-0a53-2919-90fa-fd2435f382e3-35f382e0 {
  justify-self: start;
}

#w-node-_6628a5ea-0a53-2919-90fa-fd2435f382e7-35f382e0 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_6628a5ea-0a53-2919-90fa-fd2435f382e8-35f382e0 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_6628a5ea-0a53-2919-90fa-fd2435f382ee-35f382e0 {
  justify-self: end;
}

#w-node-_6628a5ea-0a53-2919-90fa-fd2435f382f2-35f382e0 {
  justify-self: center;
}

#w-node-e63718aa-2f3d-7208-dd5a-e7dfc4ec48a8-80e7aa99 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_93083016-307a-e8c2-03a3-23ac6220ecd7-80e7aa99 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-cd902299-80c4-dd34-de3a-f60c78006960-80e7aa99 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: stretch;
}

#w-node-cd902299-80c4-dd34-de3a-f60c78006961-80e7aa99 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-cd902299-80c4-dd34-de3a-f60c78006962-80e7aa99, #w-node-cd902299-80c4-dd34-de3a-f60c7800696b-80e7aa99 {
  align-self: center;
  justify-self: center;
}

#w-node-b792637b-b50b-97cf-ad8a-b23a430361b7-80e7aa99 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_352c8878-889a-01c4-eca2-2f11c33f8821-80e7aa99 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7b3fcd73-bdc7-f267-a732-d702a24418bf-80e7aa99 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_234bc02a-aff9-0673-aa56-fd427870b47d-80e7aa99 {
  align-self: center;
}

#w-node-_13df95bf-05b7-deed-abb4-4abf00c3b843-80e7aa99 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9178434c-000f-8fba-bca7-543f17ed59b7-80e7aa99 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
  justify-self: end;
}

#w-node-_4b6e76ad-08f9-a6d9-14e8-2535bcb95512-80e7aa99 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-e6bed38a-86c3-560d-552f-b0afae7c3469-80e7aa99 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e6bed38a-86c3-560d-552f-b0afae7c346b-80e7aa99 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e6bed38a-86c3-560d-552f-b0afae7c3483-80e7aa99 {
  align-self: center;
}

#w-node-d1135914-6e94-0364-7072-48ba0ebe6056-4b91b6e4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d1135914-6e94-0364-7072-48ba0ebe6057-4b91b6e4 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-d1135914-6e94-0364-7072-48ba0ebe6058-4b91b6e4 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: stretch;
}

#w-node-d1135914-6e94-0364-7072-48ba0ebe6059-4b91b6e4 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-d1135914-6e94-0364-7072-48ba0ebe605a-4b91b6e4 {
  align-self: center;
  justify-self: center;
}

#w-node-d1135914-6e94-0364-7072-48ba0ebe6060-4b91b6e4 {
  justify-self: center;
}

#w-node-d1135914-6e94-0364-7072-48ba0ebe6065-4b91b6e4 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_6f47dad4-ebd8-0293-90a4-45bc41271362-4b91b6e4, #w-node-_6f47dad4-ebd8-0293-90a4-45bc4127136a-4b91b6e4, #w-node-_6f47dad4-ebd8-0293-90a4-45bc41271350-4b91b6e4, #w-node-_6f47dad4-ebd8-0293-90a4-45bc41271358-4b91b6e4, #w-node-_6f47dad4-ebd8-0293-90a4-45bc41271374-4b91b6e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d13034a2-fcf7-0d8c-2bf3-56d811a2a4e7-989e4936 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_80cf0d77-55e1-7f1a-c9e1-f7c5870b87d5-989e4936 {
  grid-area: 1 / 2 / 3 / 4;
}

#w-node-_99d4e0fb-2413-9bff-224d-ae6f15ea6470-989e4936 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: center;
  justify-self: center;
}

#w-node-fe1a3d33-9263-43c2-c3bf-48f3744e0ca5-989e4936 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: end;
}

#w-node-fd429737-a3d6-245f-078f-46d5a18ecdaa-989e4936 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fd429737-a3d6-245f-078f-46d5a18ecdac-989e4936 {
  align-self: start;
}

#w-node-fd429737-a3d6-245f-078f-46d5a18ecdae-989e4936 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (min-width: 1920px) {
  #w-node-e76785cc-3a94-6a68-6ed3-173356e71608-d4be3dcd {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: end;
  }

  #w-node-_410ec37a-821f-6eae-1e5d-0bc6cda820e1-d4be3dd4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-e76785cc-3a94-6a68-6ed3-173356e71608-95d7cff1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: end;
  }

  #w-node-_410ec37a-821f-6eae-1e5d-0bc6cda820e1-80e7aa99 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_511843fc-9fd2-ae21-6cb4-13a92f27abc3-d4be3dcd, #w-node-_511843fc-9fd2-ae21-6cb4-13a92f27abc3-95d7cff1 {
    grid-area: 1 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_511843fc-9fd2-ae21-6cb4-13a92f27abbe-d4be3dcd {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_511843fc-9fd2-ae21-6cb4-13a92f27abc2-d4be3dcd {
    grid-row-start: 1;
  }

  #w-node-_511843fc-9fd2-ae21-6cb4-13a92f27abc4-d4be3dcd {
    grid-column-end: 4;
  }

  #w-node-_511843fc-9fd2-ae21-6cb4-13a92f27abc5-d4be3dcd {
    justify-self: center;
  }

  #w-node-e76785cc-3a94-6a68-6ed3-173356e71608-d4be3dcd {
    order: 9999;
    justify-self: center;
  }

  #w-node-_72f06851-5d78-16f3-0aca-d4767c3bc055-d4be3dcd {
    justify-self: center;
  }

  #w-node-_0669d63e-b265-c873-de0f-7f57b90ef1fc-d4be3dcd {
    grid-column-end: 4;
  }

  #w-node-_64ad2f16-7b8b-9849-8968-eb8a7c031670-d4be3dcd {
    grid-column: span 3 / span 3;
  }

  #w-node-d71bbba8-b822-977a-c61c-346d6b5d45c1-6b5d45be {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d71bbba8-b822-977a-c61c-346d6b5d45ce-6b5d45be {
    order: -9999;
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-d71bbba8-b822-977a-c61c-346d6b5d45d1-6b5d45be {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-be258afa-3e73-d2c3-b324-1b8fb0f8717a-b0f8716f {
    justify-self: start;
  }

  #w-node-be258afa-3e73-d2c3-b324-1b8fb0f8718c-b0f8716f {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }

  #w-node-_80cf0d77-55e1-7f1a-c9e1-f7c5870b87d5-d4be3dce {
    grid-row-start: 2;
    grid-column-start: 1;
  }

  #w-node-_99d4e0fb-2413-9bff-224d-ae6f15ea6470-d4be3dce {
    grid-column-end: 4;
  }

  #w-node-fe1a3d33-9263-43c2-c3bf-48f3744e0ca5-d4be3dce {
    grid-column-end: 3;
  }

  #w-node-d1135914-6e94-0364-7072-48ba0ebe6057-d4be3dd3 {
    grid-column: 1 / 4;
  }

  #w-node-d1135914-6e94-0364-7072-48ba0ebe6058-d4be3dd3 {
    grid-column-end: 4;
  }

  #w-node-d1135914-6e94-0364-7072-48ba0ebe6065-d4be3dd3 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_93083016-307a-e8c2-03a3-23ac6220ecd7-d4be3dd4 {
    grid-column: 1 / 4;
  }

  #w-node-cd902299-80c4-dd34-de3a-f60c78006960-d4be3dd4 {
    grid-column-end: 4;
  }

  #w-node-b792637b-b50b-97cf-ad8a-b23a430361b7-d4be3dd4 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_9178434c-000f-8fba-bca7-543f17ed59b7-d4be3dd4 {
    grid-column-end: 4;
    justify-self: stretch;
  }

  #w-node-_4b6e76ad-08f9-a6d9-14e8-2535bcb95512-d4be3dd4, #w-node-_511843fc-9fd2-ae21-6cb4-13a92f27abbe-95d7cff1 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_511843fc-9fd2-ae21-6cb4-13a92f27abc2-95d7cff1 {
    grid-row-start: 1;
  }

  #w-node-_511843fc-9fd2-ae21-6cb4-13a92f27abc4-95d7cff1 {
    grid-column-end: 4;
  }

  #w-node-_511843fc-9fd2-ae21-6cb4-13a92f27abc5-95d7cff1 {
    justify-self: center;
  }

  #w-node-e76785cc-3a94-6a68-6ed3-173356e71608-95d7cff1 {
    order: 9999;
    justify-self: center;
  }

  #w-node-_72f06851-5d78-16f3-0aca-d4767c3bc055-95d7cff1 {
    justify-self: center;
  }

  #w-node-_0669d63e-b265-c873-de0f-7f57b90ef1fc-95d7cff1 {
    grid-column-end: 4;
  }

  #w-node-_64ad2f16-7b8b-9849-8968-eb8a7c031670-95d7cff1 {
    grid-column: span 3 / span 3;
  }

  #w-node-_3a0602bd-0e38-817c-af26-5de1c6a60f1a-c6a60f17 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_3a0602bd-0e38-817c-af26-5de1c6a60f2d-c6a60f17 {
    order: -9999;
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-_3a0602bd-0e38-817c-af26-5de1c6a60f30-c6a60f17 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-_6628a5ea-0a53-2919-90fa-fd2435f382eb-35f382e0 {
    justify-self: start;
  }

  #w-node-_6628a5ea-0a53-2919-90fa-fd2435f38301-35f382e0 {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }

  #w-node-_93083016-307a-e8c2-03a3-23ac6220ecd7-80e7aa99 {
    grid-column: 1 / 4;
  }

  #w-node-cd902299-80c4-dd34-de3a-f60c78006960-80e7aa99 {
    grid-column-end: 4;
  }

  #w-node-b792637b-b50b-97cf-ad8a-b23a430361b7-80e7aa99 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_9178434c-000f-8fba-bca7-543f17ed59b7-80e7aa99 {
    grid-column-end: 4;
    justify-self: stretch;
  }

  #w-node-_4b6e76ad-08f9-a6d9-14e8-2535bcb95512-80e7aa99 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-d1135914-6e94-0364-7072-48ba0ebe6057-4b91b6e4 {
    grid-column: 1 / 4;
  }

  #w-node-d1135914-6e94-0364-7072-48ba0ebe6058-4b91b6e4 {
    grid-column-end: 4;
  }

  #w-node-d1135914-6e94-0364-7072-48ba0ebe6065-4b91b6e4 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_80cf0d77-55e1-7f1a-c9e1-f7c5870b87d5-989e4936 {
    grid-row-start: 2;
    grid-column-start: 1;
  }

  #w-node-_99d4e0fb-2413-9bff-224d-ae6f15ea6470-989e4936 {
    grid-column-end: 4;
  }

  #w-node-fe1a3d33-9263-43c2-c3bf-48f3744e0ca5-989e4936 {
    grid-column-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0669d63e-b265-c873-de0f-7f57b90ef1fc-d4be3dcd {
    grid-column-end: 2;
  }

  #w-node-_64ad2f16-7b8b-9849-8968-eb8a7c031670-d4be3dcd {
    grid-column: span 1 / span 1;
  }

  #w-node-_80cf0d77-55e1-7f1a-c9e1-f7c5870b87d5-d4be3dce, #w-node-_99d4e0fb-2413-9bff-224d-ae6f15ea6470-d4be3dce, #w-node-fe1a3d33-9263-43c2-c3bf-48f3744e0ca5-d4be3dce, #w-node-_0669d63e-b265-c873-de0f-7f57b90ef1fc-95d7cff1 {
    grid-column-end: 2;
  }

  #w-node-_64ad2f16-7b8b-9849-8968-eb8a7c031670-95d7cff1 {
    grid-column: span 1 / span 1;
  }

  #w-node-_80cf0d77-55e1-7f1a-c9e1-f7c5870b87d5-989e4936, #w-node-_99d4e0fb-2413-9bff-224d-ae6f15ea6470-989e4936, #w-node-fe1a3d33-9263-43c2-c3bf-48f3744e0ca5-989e4936 {
    grid-column-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d1135914-6e94-0364-7072-48ba0ebe6058-d4be3dd3, #w-node-cd902299-80c4-dd34-de3a-f60c78006960-d4be3dd4 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: stretch;
  }
}


@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Bold.woff2') format('woff2'), url('../fonts/GeneralSans-Bold.eot') format('embedded-opentype'), url('../fonts/GeneralSans-Bold.woff') format('woff'), url('../fonts/GeneralSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-BoldItalic.woff2') format('woff2'), url('../fonts/GeneralSans-BoldItalic.eot') format('embedded-opentype'), url('../fonts/GeneralSans-BoldItalic.woff') format('woff'), url('../fonts/GeneralSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Extralight.woff2') format('woff2'), url('../fonts/GeneralSans-Extralight.eot') format('embedded-opentype'), url('../fonts/GeneralSans-Extralight.woff') format('woff'), url('../fonts/GeneralSans-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-ExtralightItalic.woff2') format('woff2'), url('../fonts/GeneralSans-ExtralightItalic.eot') format('embedded-opentype'), url('../fonts/GeneralSans-ExtralightItalic.woff') format('woff'), url('../fonts/GeneralSans-ExtralightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Italic.woff2') format('woff2'), url('../fonts/GeneralSans-Italic.eot') format('embedded-opentype'), url('../fonts/GeneralSans-Italic.woff') format('woff'), url('../fonts/GeneralSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Light.woff2') format('woff2'), url('../fonts/GeneralSans-Light.eot') format('embedded-opentype'), url('../fonts/GeneralSans-Light.woff') format('woff'), url('../fonts/GeneralSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-LightItalic.woff2') format('woff2'), url('../fonts/GeneralSans-LightItalic.eot') format('embedded-opentype'), url('../fonts/GeneralSans-LightItalic.woff') format('woff'), url('../fonts/GeneralSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-MediumItalic.woff2') format('woff2'), url('../fonts/GeneralSans-MediumItalic.eot') format('embedded-opentype'), url('../fonts/GeneralSans-MediumItalic.woff') format('woff'), url('../fonts/GeneralSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Regular.woff2') format('woff2'), url('../fonts/GeneralSans-Regular.eot') format('embedded-opentype'), url('../fonts/GeneralSans-Regular.woff') format('woff'), url('../fonts/GeneralSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.woff2') format('woff2'), url('../fonts/GeneralSans-Semibold.eot') format('embedded-opentype'), url('../fonts/GeneralSans-Semibold.woff') format('woff'), url('../fonts/GeneralSans-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-SemiboldItalic.woff2') format('woff2'), url('../fonts/GeneralSans-SemiboldItalic.eot') format('embedded-opentype'), url('../fonts/GeneralSans-SemiboldItalic.woff') format('woff'), url('../fonts/GeneralSans-SemiboldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Medium.woff2') format('woff2'), url('../fonts/GeneralSans-Medium.eot') format('embedded-opentype'), url('../fonts/GeneralSans-Medium.woff') format('woff'), url('../fonts/GeneralSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-LightItalic.woff2') format('woff2'), url('../fonts/Author-LightItalic.eot') format('embedded-opentype'), url('../fonts/Author-LightItalic.woff') format('woff'), url('../fonts/Author-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-Bold.woff2') format('woff2'), url('../fonts/Author-Bold.eot') format('embedded-opentype'), url('../fonts/Author-Bold.woff') format('woff'), url('../fonts/Author-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-BoldItalic.woff2') format('woff2'), url('../fonts/Author-BoldItalic.eot') format('embedded-opentype'), url('../fonts/Author-BoldItalic.woff') format('woff'), url('../fonts/Author-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-Extralight.woff2') format('woff2'), url('../fonts/Author-Extralight.eot') format('embedded-opentype'), url('../fonts/Author-Extralight.woff') format('woff'), url('../fonts/Author-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-ExtralightItalic.woff2') format('woff2'), url('../fonts/Author-ExtralightItalic.eot') format('embedded-opentype'), url('../fonts/Author-ExtralightItalic.woff') format('woff'), url('../fonts/Author-ExtralightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-Italic.woff2') format('woff2'), url('../fonts/Author-Italic.eot') format('embedded-opentype'), url('../fonts/Author-Italic.woff') format('woff'), url('../fonts/Author-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-Light.woff2') format('woff2'), url('../fonts/Author-Light.eot') format('embedded-opentype'), url('../fonts/Author-Light.woff') format('woff'), url('../fonts/Author-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-Medium.woff2') format('woff2'), url('../fonts/Author-Medium.eot') format('embedded-opentype'), url('../fonts/Author-Medium.woff') format('woff'), url('../fonts/Author-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-MediumItalic.woff2') format('woff2'), url('../fonts/Author-MediumItalic.eot') format('embedded-opentype'), url('../fonts/Author-MediumItalic.woff') format('woff'), url('../fonts/Author-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-Regular.woff2') format('woff2'), url('../fonts/Author-Regular.eot') format('embedded-opentype'), url('../fonts/Author-Regular.woff') format('woff'), url('../fonts/Author-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-Semibold.woff2') format('woff2'), url('../fonts/Author-Semibold.eot') format('embedded-opentype'), url('../fonts/Author-Semibold.woff') format('woff'), url('../fonts/Author-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-SemiboldItalic.woff2') format('woff2'), url('../fonts/Author-SemiboldItalic.eot') format('embedded-opentype'), url('../fonts/Author-SemiboldItalic.woff') format('woff'), url('../fonts/Author-SemiboldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.woff2') format('woff2'), url('../fonts/Satoshi-Black.eot') format('embedded-opentype'), url('../fonts/Satoshi-Black.woff') format('woff'), url('../fonts/Satoshi-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.woff2') format('woff2'), url('../fonts/Satoshi-BlackItalic.eot') format('embedded-opentype'), url('../fonts/Satoshi-BlackItalic.woff') format('woff'), url('../fonts/Satoshi-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2'), url('../fonts/Satoshi-Bold.eot') format('embedded-opentype'), url('../fonts/Satoshi-Bold.woff') format('woff'), url('../fonts/Satoshi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.woff2') format('woff2'), url('../fonts/Satoshi-BoldItalic.eot') format('embedded-opentype'), url('../fonts/Satoshi-BoldItalic.woff') format('woff'), url('../fonts/Satoshi-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.woff2') format('woff2'), url('../fonts/Satoshi-Italic.eot') format('embedded-opentype'), url('../fonts/Satoshi-Italic.woff') format('woff'), url('../fonts/Satoshi-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.woff2') format('woff2'), url('../fonts/Satoshi-Light.eot') format('embedded-opentype'), url('../fonts/Satoshi-Light.woff') format('woff'), url('../fonts/Satoshi-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.woff2') format('woff2'), url('../fonts/Satoshi-LightItalic.eot') format('embedded-opentype'), url('../fonts/Satoshi-LightItalic.woff') format('woff'), url('../fonts/Satoshi-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2'), url('../fonts/Satoshi-Medium.eot') format('embedded-opentype'), url('../fonts/Satoshi-Medium.woff') format('woff'), url('../fonts/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.woff2') format('woff2'), url('../fonts/Satoshi-MediumItalic.eot') format('embedded-opentype'), url('../fonts/Satoshi-MediumItalic.woff') format('woff'), url('../fonts/Satoshi-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2'), url('../fonts/Satoshi-Regular.eot') format('embedded-opentype'), url('../fonts/Satoshi-Regular.woff') format('woff'), url('../fonts/Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ranade';
  src: url('../fonts/Ranade-Bold.woff2') format('woff2'), url('../fonts/Ranade-Bold.eot') format('embedded-opentype'), url('../fonts/Ranade-Bold.woff') format('woff'), url('../fonts/Ranade-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ranade';
  src: url('../fonts/Ranade-BoldItalic.woff2') format('woff2'), url('../fonts/Ranade-BoldItalic.eot') format('embedded-opentype'), url('../fonts/Ranade-BoldItalic.woff') format('woff'), url('../fonts/Ranade-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ranade';
  src: url('../fonts/Ranade-Italic.woff2') format('woff2'), url('../fonts/Ranade-Italic.eot') format('embedded-opentype'), url('../fonts/Ranade-Italic.woff') format('woff'), url('../fonts/Ranade-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ranade';
  src: url('../fonts/Ranade-Light.woff2') format('woff2'), url('../fonts/Ranade-Light.eot') format('embedded-opentype'), url('../fonts/Ranade-Light.woff') format('woff'), url('../fonts/Ranade-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ranade';
  src: url('../fonts/Ranade-LightItalic.woff2') format('woff2'), url('../fonts/Ranade-LightItalic.eot') format('embedded-opentype'), url('../fonts/Ranade-LightItalic.woff') format('woff'), url('../fonts/Ranade-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ranade';
  src: url('../fonts/Ranade-MediumItalic.woff2') format('woff2'), url('../fonts/Ranade-MediumItalic.eot') format('embedded-opentype'), url('../fonts/Ranade-MediumItalic.woff') format('woff'), url('../fonts/Ranade-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ranade';
  src: url('../fonts/Ranade-Medium.woff2') format('woff2'), url('../fonts/Ranade-Medium.eot') format('embedded-opentype'), url('../fonts/Ranade-Medium.woff') format('woff'), url('../fonts/Ranade-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ranade';
  src: url('../fonts/Ranade-Regular.woff2') format('woff2'), url('../fonts/Ranade-Regular.eot') format('embedded-opentype'), url('../fonts/Ranade-Regular.woff') format('woff'), url('../fonts/Ranade-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ranade';
  src: url('../fonts/Ranade-Thin.woff2') format('woff2'), url('../fonts/Ranade-Thin.eot') format('embedded-opentype'), url('../fonts/Ranade-Thin.woff') format('woff'), url('../fonts/Ranade-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ranade';
  src: url('../fonts/Ranade-ThinItalic.woff2') format('woff2'), url('../fonts/Ranade-ThinItalic.eot') format('embedded-opentype'), url('../fonts/Ranade-ThinItalic.woff') format('woff'), url('../fonts/Ranade-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Bold.woff2') format('woff2'), url('../fonts/THICCCBOI-ExtraBold.woff2') format('woff2'), url('../fonts/THICCCBOI-Bold.ttf') format('truetype'), url('../fonts/THICCCBOI-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Light.woff2') format('woff2'), url('../fonts/THICCCBOI-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Medium.woff2') format('woff2'), url('../fonts/THICCCBOI-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Regular.woff2') format('woff2'), url('../fonts/THICCCBOI-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Black.woff2') format('woff2'), url('../fonts/THICCCBOI-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-SemiBold.woff2') format('woff2'), url('../fonts/THICCCBOI-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi thicccaf';
  src: url('../fonts/THICCCBOI-ThicccAF.woff2') format('woff2'), url('../fonts/THICCCBOI-ThicccAF.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Thin.woff2') format('woff2'), url('../fonts/THICCCBOI-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Bold.eot') format('embedded-opentype'), url('../fonts/ClashDisplay-Bold.woff') format('woff'), url('../fonts/ClashDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Extralight.eot') format('embedded-opentype'), url('../fonts/ClashDisplay-Extralight.woff') format('woff'), url('../fonts/ClashDisplay-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Medium.eot') format('embedded-opentype'), url('../fonts/ClashDisplay-Medium.woff') format('woff'), url('../fonts/ClashDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Light.eot') format('embedded-opentype'), url('../fonts/ClashDisplay-Light.woff') format('woff'), url('../fonts/ClashDisplay-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Regular.eot') format('embedded-opentype'), url('../fonts/ClashDisplay-Regular.woff') format('woff'), url('../fonts/ClashDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Semibold.eot') format('embedded-opentype'), url('../fonts/ClashDisplay-Semibold.woff') format('woff'), url('../fonts/ClashDisplay-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}