:root {
  --white: white;
  --off-black: #111;
  --kvalifik: #7c32fb;
  --light-grey: whitesmoke;
  --functional-grey: #e2e2e2;
  --tlg: #f40;
  --spring-green: #1cea6e;
  --work-category-height: 2em;
  --gold: #ffd62b;
  --background-tint: #f7f8fa;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-color: var(--white);
  color: var(--off-black);
  font-family: Jet Brains Mono Variable, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Big Shoulders Display Variable, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Big Shoulders Display Variable, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Big Shoulders Display Variable, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Big Shoulders Display Variable, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
}

h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Big Shoulders Display Variable, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--kvalifik);
  text-decoration: none;
  transition: all .2s;
}

a:hover {
  filter: brightness(160%);
  color: var(--kvalifik);
}

a:active {
  opacity: .7;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid var(--kvalifik);
  background-color: rgba(102, 59, 247, .05);
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 0;
  font-size: 14px;
  line-height: 26px;
}

.styleguide-wrapper {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

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

.rich-text-block {
  width: 100%;
  max-width: 720px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-block p {
  opacity: 1;
  margin-top: 15px;
  margin-bottom: 25px;
  font-weight: 400;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.label {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.section {
  flex-direction: column;
  align-items: center;
  padding: 60px 5vw;
}

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

.button {
  border: 2px solid var(--off-black);
  background-color: var(--kvalifik);
  box-shadow: 3px 3px 0 0 var(--off-black);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: .5em 1.5em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s, background-color .2s;
  display: flex;
}

.button:hover {
  border-color: var(--off-black);
  box-shadow: 7px 7px 0 0 var(--off-black);
  filter: none;
  color: #fff;
  background-color: #5934d9;
  transform: translate(-4px, -4px);
}

.button:active {
  box-shadow: 0 0 0 0 var(--off-black);
  opacity: 1;
  background-color: #3f2599;
  transform: translate(4px, 4px);
}

.button.is-secondary {
  background-color: var(--white);
  color: var(--off-black);
}

.button.is-secondary:hover {
  background-color: var(--light-grey);
}

.button.is-secondary:active {
  background-color: var(--functional-grey);
}

.button.is-secondary.is-small {
  padding: 6px 16px;
  font-size: 16px;
}

.button.is-secondary.is-small:hover {
  box-shadow: 5px 5px 0 0 var(--off-black);
  transform: translate(-2px, -2px);
}

.button.is-tlg {
  background-color: var(--tlg);
}

.divider {
  height: 1px;
  background-color: #eee;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.protected-wrap {
  height: 100vh;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.intro_button-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.intro_button-grid.is-3 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-wrap: wrap;
  grid-template-columns: 1fr 1fr 1fr;
  display: flex;
}

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

.some-link {
  box-shadow: 3px 3px 0 0 var(--off-black);
  border-bottom-style: none;
  margin-right: 20px;
  transition: transform .2s, box-shadow .2s;
  position: relative;
}

.some-link:active {
  box-shadow: 0 0 0 0 var(--off-black);
  transform: translate(4px, 4px);
}

.intro_image-wrapper {
  min-width: 20rem;
  border-right: 2px solid var(--off-black);
  position: relative;
}

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

.image-abs-cover.is-me {
  object-position: 50% 20%;
}

.text-link {
  border-bottom: 2px solid var(--off-black);
  color: var(--off-black);
}

.text-link:hover {
  border-bottom-color: var(--kvalifik);
  filter: none;
}

.intro-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border: 2px solid var(--off-black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.intro-text-wrapper {
  padding: 40px;
}

.navbar-wrapper {
  border-bottom: 1px solid var(--off-black);
  background-color: var(--white);
  justify-content: space-between;
  padding: 24px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link {
  margin-left: 20px;
}

.nav-link:hover {
  opacity: 1;
}

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

.nav-link.w--current:hover {
  color: var(--off-black);
}

.dot {
  width: 8px;
  height: 8px;
  flex: none;
  margin-left: 24px;
  margin-right: 24px;
  display: flex;
}

.work-header-wrapper {
  align-items: center;
  display: flex;
}

.work-sub {
  opacity: .5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.2;
  display: inline;
}

.work-sub._100, .work-sub._100:hover {
  opacity: 1;
}

.work_list {
  grid-column-gap: 40px;
  grid-row-gap: 90px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.work_item-wrapper {
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  border: 2px solid var(--off-black);
  text-align: center;
  cursor: default;
  grid-template-rows: auto 360px;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  padding-top: 1.25rem;
  display: grid;
  position: relative;
  overflow: hidden;
}

.work_item-wrapper:hover {
  filter: brightness();
}

.work_item-wrapper:active {
  opacity: 1;
}

.work_item-wrapper.is-techbbq {
  color: var(--white);
  background-color: #fc455b;
}

.work_image-phone {
  max-width: 80%;
  min-height: 100%;
  background-color: var(--white);
  box-shadow: 0 0 0 10px var(--white);
  object-fit: cover;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.work_item-header {
  font-size: 1.5rem;
}

.work-item-category {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  display: block;
}

.work-cat-wrapper {
  display: inline;
}

.work-cat-wrapper:last-child {
  background-image: none;
  margin-right: 0;
  padding-right: 0;
}

.work_details {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.work-header {
  flex: none;
}

.work_image-transparent {
  height: 80%;
  object-fit: cover;
}

.check-it-out:hover {
  filter: none;
  transform: scale(1.04);
}

.input {
  max-width: 100%;
  margin-bottom: 0;
  padding: 21px;
}

.input:hover, .input:focus {
  border: 1px solid var(--kvalifik);
}

.margin-xhuge {
  margin: 8rem;
}

.text-weight-bold {
  font-weight: 700;
}

.icon-height-small {
  height: 1rem;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.background-color-black {
  color: #000;
  background-color: #000;
}

.text-size-small {
  font-size: .875rem;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.text-style-label {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: .9rem;
}

.margin-0 {
  margin: 0;
}

.button-cf {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button-cf.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button-cf.is-inverted {
  color: #000;
  background-color: #fff;
}

.button-cf.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

.button-cf.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-weight-xbold {
  font-weight: 800;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-0 {
  padding: 0;
}

.container-large {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.text-size-tiny {
  font-size: .75rem;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

.icon-1x1-small {
  width: 1rem;
  height: 1rem;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-align-right {
  text-align: right;
}

.text-size-large {
  font-size: 1.5rem;
}

.fs-styleguide_item-header {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 2rem;
}

.overflow-visible {
  overflow: visible;
}

.text-weight-medium {
  font-weight: 500;
}

.fs-styleguide_background {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.form_checkbox-icon {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  background-size: 90%;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_2-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.icon-height-large {
  height: 3rem;
}

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

.fs-styleguide_heading-styles {
  background-color: #fff;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.fs-styleguide_4-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.fs-styleguide_colors {
  background-color: #fff;
}

.padding-custom1 {
  padding: 1.5rem;
}

.fs-styleguide_section-header {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.margin-small {
  margin: 1rem;
}

.text-size-regular {
  font-size: 1rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.icon-height-medium {
  height: 2rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  border-width: .25rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.padding-custom3 {
  padding: 3.5rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-huge {
  margin: 6rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.margin-medium {
  margin: 2rem;
}

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

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(0, 115, 230, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.margin-xxlarge {
  margin: 5rem;
}

.background-color-grey {
  background-color: rgba(0, 0, 0, .05);
}

.margin-xlarge {
  margin: 4rem;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.text-weight-semibold {
  font-weight: 600;
}

.padding-small {
  padding: 1rem;
}

.text-color-black {
  color: #000;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.text-color-grey {
  color: gray;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.margin-xsmall {
  margin: .5rem;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-style-italic {
  font-style: italic;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_3-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-size-medium {
  font-size: 1.25rem;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.margin-custom2 {
  margin: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.overflow-auto {
  overflow: auto;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-xxsmall {
  margin: .25rem;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.padding-custom2 {
  padding: 2.5rem;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.fs-styleguide_text-classes {
  background-color: #fff;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.fs-styleguide_item-wrapper {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form_component {
  margin-bottom: 0;
}

.fs-styleguide_icons {
  background-color: #fff;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.form_input {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.margin-tiny {
  margin: .125rem;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-large {
  padding: 3rem;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.fs-styleguide_buttons {
  background-color: #fff;
}

.text-weight-light {
  font-weight: 300;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.padding-xxsmall {
  padding: .25rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.padding-xxhuge {
  padding: 12rem;
}

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

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-style-muted {
  opacity: .6;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-medium {
  padding: 2rem;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.fs-styleguide_header {
  background-color: rgba(0, 0, 0, .05);
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.fs-styleguide_1-col {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.max-width-medium {
  width: 100%;
  max-width: 40rem;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: rgba(0, 115, 230, .1);
  border: 1px dashed #0073e6;
  position: relative;
}

.fs-styleguide_heading-tags {
  background-color: #fff;
}

.padding-huge {
  padding: 6rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-custom1 {
  margin: 1.5rem;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.margin-large {
  margin: 3rem;
}

.padding-tiny {
  padding: .125rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.fs-styleguide_other-tags {
  background-color: #fff;
}

.hide {
  display: none;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.fs-styleguide_webflow-elements {
  background-color: #fff;
}

.pangram_grid {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  display: flex;
}

.pangram_letterbox {
  width: 4rem;
  height: 4rem;
  grid-row-gap: .25rem;
  border: 1px solid var(--kvalifik);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pangram_letterbox.is-active {
  border-color: var(--spring-green);
  background-color: var(--spring-green);
  color: var(--off-black);
}

.pangram_letterbox.is-chars {
  width: 8.75rem;
  padding-left: 20px;
  padding-right: 20px;
}

.pangram_letter-text {
  font-weight: 700;
  line-height: 1;
}

.pangram_letter-count {
  opacity: .6;
  line-height: 1;
}

.light-mode {
  background-color: var(--white);
  color: var(--off-black);
}

.dark-mode-icon {
  width: 20px;
  height: 20px;
}

.dark-mode-toggle {
  z-index: 2;
  width: 80px;
  height: 80px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--off-black);
  color: var(--white);
  cursor: pointer;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  transition: all .8s;
  display: flex;
  position: fixed;
  top: -40px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.dark-mode-toggle.dark {
  background-color: var(--white);
  color: var(--off-black);
  transform: rotate(180deg);
}

.dark-mode {
  background-color: var(--off-black);
  color: var(--white);
}

.current-time {
  font-size: .8rem;
  display: flex;
  position: fixed;
  top: 8px;
  bottom: auto;
  left: auto;
  right: 8px;
}

.follow-me_grid {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.follow-me_element {
  width: 4rem;
  height: 4rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.follow-me_line {
  width: 2px;
  height: 30px;
  background-color: var(--off-black);
}

.display-inline {
  display: inline;
}

.pangram_letter-chars {
  opacity: .6;
  line-height: 1;
}

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

.play_item {
  background-color: var(--off-black);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  padding: 20px;
  font-family: Big Shoulders Display Variable, sans-serif;
  font-size: 3rem;
}

.play_item:hover {
  box-shadow: 6px 6px 0 0 var(--kvalifik);
  filter: none;
  transform: translate(-6px, -6px);
}

.script_clock, .script_darkmode {
  display: none;
}

.antimag_grid {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  overflow: hidden;
}

.antimag_element {
  width: 4rem;
  height: 4rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.antimag_line {
  width: 2px;
  height: 30px;
  background-color: var(--off-black);
}

.play_back-link {
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.section_pangram {
  flex-direction: column;
  justify-content: center;
}

.play_header-wrapper {
  display: flex;
}

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

.saddlepoint_line {
  width: 2px;
  height: 50vh;
  background-color: var(--off-black);
}

.saddlepoint_grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.goop_grid {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.goop_element {
  width: 60px;
  height: 60px;
  min-width: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.goop_dot {
  width: 60px;
  height: 60px;
  background-color: var(--off-black);
  border-radius: 50%;
  flex: none;
  transform: scale(.1);
}

.current-weather {
  font-size: .8rem;
  display: flex;
  position: fixed;
  top: 8px;
  bottom: auto;
  left: 8px;
  right: auto;
}

.solar_embed {
  height: 50vh;
  border-radius: 2000px;
  overflow: hidden;
}

.max-height-100vh {
  height: 100%;
  max-height: 100vh;
}

.keeb_wrapper {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.keeb_btn {
  width: 6rem;
  height: 6rem;
  max-height: 7vw;
  max-width: 7vw;
  border: 2px solid var(--off-black);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: -1px;
  transition: color .2s, background-color .2s;
  display: flex;
}

.typo_header {
  font-size: 6rem;
}

.section_404 {
  min-height: 100vh;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.flicker_header.is-huge {
  font-size: 8rem;
}

.ripple_wrapper {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.ripple_element {
  width: 10px;
  height: 10px;
  background-color: var(--off-black);
  opacity: .2;
  border-radius: 20px;
  transition: all .4s;
  transform: scale(.5);
}

.ripple_element.animate_ripple {
  opacity: 1;
  transform: scale(1);
}

.fly_wrapper {
  width: 30rem;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.fly_block {
  width: 100%;
  background-color: var(--off-black);
  padding-top: 100%;
}

.iot_dot {
  width: 100%;
  height: 100%;
  background-color: var(--off-black);
  opacity: .11;
  border-radius: 50%;
  flex: none;
  transition: opacity .4s cubic-bezier(.25, .46, .45, .94);
  transform: scale(.15);
}

.iot_dot.is-active {
  opacity: .5;
}

.iot_element {
  width: 60px;
  height: 60px;
  min-width: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.iot_grid {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.work_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.work_item-card {
  height: 100%;
  border: 2px solid var(--off-black);
  cursor: default;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work_item-card:hover {
  filter: brightness();
}

.work_item-card:active {
  opacity: 1;
}

.work_item-card.is-techbbq {
  color: var(--white);
  background-color: #fc455b;
}

.work_image-wrapper {
  aspect-ratio: 16 / 9;
  border-bottom: 2px solid var(--off-black);
  object-fit: cover;
  position: relative;
}

.work_labels {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-wrap: wrap;
  font-size: .75rem;
  display: flex;
}

.work_labels:last-child {
  background-image: none;
  margin-right: 0;
  padding-right: 0;
}

.icon-embed-kvalifik {
  width: 3.5em;
  aspect-ratio: 4.75 / 1.125;
  color: var(--kvalifik);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.work_category {
  height: var(--work-category-height);
  letter-spacing: .075em;
  text-transform: uppercase;
  background-color: rgba(139, 139, 139, .18);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 1em;
  line-height: 1;
  display: flex;
}

.work_kvalifik {
  height: var(--work-category-height);
  background-color: #f2eaff;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.work_info-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  padding: 1rem;
  display: flex;
}

.work_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.work_learn-more {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.work_learn-more:hover {
  opacity: 1;
}

.icon-embed-external {
  width: 4rem;
  height: 4rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

  h2 {
    font-size: 2.5rem;
  }

  .button {
    justify-content: center;
  }

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

  .intro_image-wrapper {
    min-width: 18rem;
  }

  .intro-wrapper {
    grid-template-columns: .5fr 1fr;
  }

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

  .margin-xhuge {
    margin: 6rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .hide-tablet {
    display: none;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-huge {
    margin: 5rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-style-h1 {
    font-size: 3rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

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

  .heading-style-h2 {
    font-size: 2.5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

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

  .solar_embed {
    height: 60vh;
    border-radius: 0;
  }

  .ripple_wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .fly_wrapper {
    width: 24rem;
  }

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

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  h5 {
    font-size: .875rem;
  }

  h6 {
    font-size: .75rem;
  }

  .container {
    text-align: left;
  }

  .rich-text-block {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .button {
    font-size: 1rem;
  }

  .intro_button-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .intro_image-wrapper {
    min-width: 8rem;
  }

  .intro-wrapper {
    grid-template-columns: .5fr 1fr;
  }

  .intro-text-wrapper {
    padding: 24px;
  }

  .dot {
    margin-left: 12px;
    margin-right: 12px;
  }

  .work_list {
    max-width: 460px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .work_item-header {
    font-size: 24px;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .fs-styleguide_version {
    font-size: .875rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

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

  .heading-style-h2 {
    font-size: 2rem;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .pangram_grid {
    grid-column-gap: .15rem;
    grid-row-gap: .15rem;
  }

  .pangram_letterbox {
    width: 2.3rem;
    height: 2.3rem;
    grid-row-gap: .05rem;
    font-size: .8rem;
  }

  .pangram_letterbox.is-chars {
    width: 7.2rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .follow-me_element {
    width: 2rem;
    height: 2rem;
  }

  .follow-me_line {
    height: 20px;
  }

  .play_grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .play_item {
    font-size: 2rem;
  }

  .antimag_element {
    width: 2rem;
    height: 2rem;
  }

  .antimag_line {
    height: 20px;
  }

  .section_pangram {
    justify-content: flex-start;
  }

  .goop_grid {
    justify-content: center;
  }

  .solar_embed {
    height: 70vh;
  }

  .typo_header {
    font-size: 4rem;
  }

  .ripple_wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .iot_grid {
    justify-content: center;
  }

  .work_grid {
    max-width: 460px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 479px) {
  .rich-text-block {
    width: 100%;
    max-width: none;
  }

  .intro_image-wrapper {
    min-height: 60vw;
    border-bottom: 2px solid var(--off-black);
    border-right-style: none;
  }

  .intro-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .intro-text-wrapper {
    padding: 5vw;
  }

  .dot {
    display: none;
  }

  .work-header-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .work_list {
    grid-row-gap: 60px;
  }

  .work_item-wrapper {
    grid-template-rows: auto 240px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .follow-me_element {
    width: 1.5rem;
    height: 1.5rem;
  }

  .follow-me_line {
    height: 16px;
  }

  .antimag_element {
    width: 1.5rem;
    height: 1.5rem;
  }

  .antimag_line {
    height: 16px;
  }

  .play_header-wrapper {
    margin-bottom: 20px;
  }

  .saddlepoint_line {
    width: 1px;
  }

  .goop_element {
    width: 50px;
    height: 50px;
  }

  .solar_embed {
    width: 100vw;
    margin-left: -1.25rem;
  }

  .keeb_btn {
    max-height: 7.9vw;
    max-width: 7.9vw;
    font-size: .8rem;
  }

  .typo_header {
    font-size: 3rem;
  }

  .ripple_wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .fly_wrapper {
    width: 80vw;
  }

  .iot_element {
    width: 50px;
    height: 50px;
  }

  .work_item-card {
    grid-template-rows: auto 240px;
  }
}

#w-node-_839d24c2-ec7f-6568-2f75-570b6e6ce261-0115b4f5, #w-node-_265e1c89-f9b2-07ca-0aa0-e5d364e82f01-0115b4f5, #w-node-f3133687-380a-2a9e-7534-f5cbe3b41310-21c5dd4e, #w-node-fe8f2972-829b-ea6a-aab0-1e0944ef3cba-21c5dd4e, #w-node-e45f1621-127b-064d-57ee-296417d177b1-21c5dd4e, #w-node-fa1d1eba-3c85-af3c-2595-598fd0856e51-21c5dd4e, #w-node-_7e764a97-83ea-0070-ec11-1221c713a31d-21c5dd4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac3f1a02-08ae-09df-326f-e3596f43921a-21c5dd4e, #w-node-ac3f1a02-08ae-09df-326f-e3596f43921f-21c5dd4e, #w-node-ac3f1a02-08ae-09df-326f-e3596f439224-21c5dd4e, #w-node-ac3f1a02-08ae-09df-326f-e3596f439229-21c5dd4e, #w-node-ac3f1a02-08ae-09df-326f-e3596f43922f-21c5dd4e, #w-node-ac3f1a02-08ae-09df-326f-e3596f439235-21c5dd4e, #w-node-ac3f1a02-08ae-09df-326f-e3596f43923b-21c5dd4e {
  justify-self: start;
}

#w-node-ac3f1a02-08ae-09df-326f-e3596f43934e-21c5dd4e, #w-node-ac3f1a02-08ae-09df-326f-e3596f439367-21c5dd4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac3f1a02-08ae-09df-326f-e3596f43936a-21c5dd4e {
  justify-self: start;
}

#w-node-ac3f1a02-08ae-09df-326f-e3596f43936c-21c5dd4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac3f1a02-08ae-09df-326f-e3596f43936f-21c5dd4e {
  justify-self: start;
}

#w-node-ac3f1a02-08ae-09df-326f-e3596f4393b9-21c5dd4e, #w-node-ac3f1a02-08ae-09df-326f-e3596f4393c3-21c5dd4e, #w-node-ac3f1a02-08ae-09df-326f-e3596f4393c4-21c5dd4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac3f1a02-08ae-09df-326f-e3596f439432-21c5dd4e, #w-node-ac3f1a02-08ae-09df-326f-e3596f439437-21c5dd4e, #w-node-ac3f1a02-08ae-09df-326f-e3596f43943c-21c5dd4e, #w-node-ac3f1a02-08ae-09df-326f-e3596f439441-21c5dd4e, #w-node-ac3f1a02-08ae-09df-326f-e3596f439446-21c5dd4e, #w-node-ac3f1a02-08ae-09df-326f-e3596f43944b-21c5dd4e, #w-node-ac3f1a02-08ae-09df-326f-e3596f439455-21c5dd4e, #w-node-ac3f1a02-08ae-09df-326f-e3596f43945a-21c5dd4e, #w-node-ac3f1a02-08ae-09df-326f-e3596f43945f-21c5dd4e, #w-node-ac3f1a02-08ae-09df-326f-e3596f439464-21c5dd4e, #w-node-ac3f1a02-08ae-09df-326f-e3596f439469-21c5dd4e, #w-node-ac3f1a02-08ae-09df-326f-e3596f43946e-21c5dd4e, #w-node-ac3f1a02-08ae-09df-326f-e3596f439473-21c5dd4e, #w-node-ac3f1a02-08ae-09df-326f-e3596f439478-21c5dd4e, #w-node-ac3f1a02-08ae-09df-326f-e3596f43947d-21c5dd4e, #w-node-ac3f1a02-08ae-09df-326f-e3596f439482-21c5dd4e, #w-node-ac3f1a02-08ae-09df-326f-e3596f439487-21c5dd4e {
  justify-self: start;
}

#w-node-ac3f1a02-08ae-09df-326f-e3596f43948b-21c5dd4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac3f1a02-08ae-09df-326f-e3596f43948c-21c5dd4e {
  justify-self: start;
}

#w-node-ac3f1a02-08ae-09df-326f-e3596f43948e-21c5dd4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac3f1a02-08ae-09df-326f-e3596f439491-21c5dd4e, #w-node-ac3f1a02-08ae-09df-326f-e3596f439496-21c5dd4e, #w-node-ac3f1a02-08ae-09df-326f-e3596f43949b-21c5dd4e, #w-node-ac3f1a02-08ae-09df-326f-e3596f4394b0-21c5dd4e, #w-node-ac3f1a02-08ae-09df-326f-e3596f4394b5-21c5dd4e, #w-node-ac3f1a02-08ae-09df-326f-e3596f4394ba-21c5dd4e, #w-node-ac3f1a02-08ae-09df-326f-e3596f4394bf-21c5dd4e, #w-node-ac3f1a02-08ae-09df-326f-e3596f4394c4-21c5dd4e, #w-node-ac3f1a02-08ae-09df-326f-e3596f4394c9-21c5dd4e, #w-node-ac3f1a02-08ae-09df-326f-e3596f4394d3-21c5dd4e, #w-node-ac3f1a02-08ae-09df-326f-e3596f4394d8-21c5dd4e, #w-node-ac3f1a02-08ae-09df-326f-e3596f4394dd-21c5dd4e, #w-node-ac3f1a02-08ae-09df-326f-e3596f4394e2-21c5dd4e, #w-node-ac3f1a02-08ae-09df-326f-e3596f4394e7-21c5dd4e, #w-node-ac3f1a02-08ae-09df-326f-e3596f4394ec-21c5dd4e, #w-node-ac3f1a02-08ae-09df-326f-e3596f4394f1-21c5dd4e, #w-node-ac3f1a02-08ae-09df-326f-e3596f4394f6-21c5dd4e, #w-node-ac3f1a02-08ae-09df-326f-e3596f4394fb-21c5dd4e, #w-node-ac3f1a02-08ae-09df-326f-e3596f439500-21c5dd4e, #w-node-ac3f1a02-08ae-09df-326f-e3596f439505-21c5dd4e {
  justify-self: start;
}

#w-node-ac3f1a02-08ae-09df-326f-e3596f439509-21c5dd4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac3f1a02-08ae-09df-326f-e3596f43950a-21c5dd4e, #w-node-ac3f1a02-08ae-09df-326f-e3596f43950f-21c5dd4e, #w-node-ac3f1a02-08ae-09df-326f-e3596f439514-21c5dd4e, #w-node-ac3f1a02-08ae-09df-326f-e3596f439519-21c5dd4e {
  justify-self: start;
}

#w-node-ac3f1a02-08ae-09df-326f-e3596f43959f-21c5dd4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac3f1a02-08ae-09df-326f-e3596f4395fb-21c5dd4e {
  justify-self: start;
}


@font-face {
  font-family: 'Jet Brains Mono Variable';
  src: url('../fonts/JetBrainsMono-VariableFont_wght.woff2') format('woff2'), url('../fonts/JetBrainsMono-VariableFont_wght.woff') format('woff'), url('../fonts/JetBrainsMono-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Big Shoulders Display Variable';
  src: url('../fonts/BigShouldersDisplay-VariableFont_wght.woff2') format('woff2'), url('../fonts/BigShouldersDisplay-VariableFont_wght.woff') format('woff'), url('../fonts/BigShouldersDisplay-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}