:root {
  --light-text: #e9e8de;
  --gray-bg: #1b1d1b;
  --white: var(--relume-library-lite--rl-white);
  --special: #d0ff27;
  --black: black;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
  --lightgray: #8a8a8a;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hero-heading-center {
  float: none;
  text-align: left;
  object-fit: fill;
  background-color: rgba(245, 247, 250, 0);
  border-bottom: 1px #e4ebf3;
  border-radius: 0;
  width: 75%;
  padding: 96px 80px 80px;
  position: relative;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  width: 100%;
  max-width: none;
  margin: 96px auto 0;
  display: flex;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.big-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: block;
}

.hero-split {
  object-fit: fill;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: 46%;
  display: flex;
}

.split-word {
  color: var(--light-text);
  object-fit: fill;
  width: auto;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Apfelgrotezk, sans-serif;
  font-size: 88px;
  font-weight: 200;
  line-height: 110%;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.body {
  clear: none;
  background-color: var(--gray-bg);
  text-align: left;
  cursor: none;
  object-fit: fill;
  flex-direction: column;
  align-items: flex-start;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: visible;
}

.h3 {
  font-family: Overusedgrotesk Book, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.paragraph {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: "Aspekta 400", sans-serif;
  font-size: 16px;
}

.tag {
  color: var(--light-text);
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  object-fit: none;
  background-color: rgba(167, 96, 96, 0);
  border: 1px solid #4d4d4d;
  border-radius: 20px;
  margin-bottom: 0;
  padding: 6px 12px 4px;
  font-family: Sono, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.title-info {
  color: var(--light-text);
  text-transform: uppercase;
  align-self: flex-start;
  width: auto;
  font-family: Sono, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.tags {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: flex-start;
  width: auto;
  max-width: none;
  display: flex;
}

.tag-copy {
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  background-color: rgba(167, 96, 96, 0);
  border: 1px solid #000;
  border-radius: 20px;
  padding: 8px 12px;
  font-family: "Aspekta 400", sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.tag-copy.secondary {
  border-color: #c9c9c9;
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 6px;
}

.tools-skills {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  justify-items: start;
  display: grid;
}

.contact {
  -webkit-text-stroke-width: 0px;
  text-transform: none;
  background-color: rgba(167, 96, 96, 0);
  border: 0 solid #000;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: Geist;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

.tags-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: flex-start;
  max-width: 60%;
  display: flex;
}

.container-top {
  width: 100%;
  max-width: none;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0%;
}

.link {
  color: var(--white);
  font-family: Apfelgrotezk, sans-serif;
  font-size: 16px;
}

.link:hover {
  font-weight: 500;
  text-decoration: none;
}

.link:active {
  background-color: var(--special);
  color: #141414;
}

.link:focus {
  border: 0px solid var(--special);
  background-color: var(--special);
  color: var(--black);
  border-radius: 0;
}

.link.w--current:active {
  color: var(--special);
  -webkit-text-stroke-color: var(--special);
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

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

.gallery-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

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

.gallery-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.rl_gallery21_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.rl_gallery21_arrow-icon {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.rl_gallery21_arrow-right {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.rl_gallery21_arrow-left {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 4rem;
}

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

.rl_gallery21_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.rl_gallery21_lightbox-link {
  width: 100%;
}

.rl_gallery21_slide {
  padding-right: 2rem;
}

.rl_gallery21_mask {
  width: 50%;
  overflow: visible;
}

.rl_gallery21_slider {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 5rem;
  position: relative;
}

.rl_gallery21_spacing-block-1 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-text-style-medium {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_blog33_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.rl_gallery21_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

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

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

.rl-padding-global {
  padding-left: 0%;
  padding-right: 0%;
}

.rl_section_gallery21 {
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
  overflow: hidden;
}

.image {
  float: none;
  position: absolute;
}

.image-2 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.rl-button-secondary {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
}

.rl_faq1_spacing-block-5 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_faq1_spacing-block-4 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-heading-style-h4 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl_faq1_cta-wrapper {
  text-align: center;
  width: 100%;
  max-width: 35rem;
}

.rl_faq1_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-text-style-regular {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_faq1_answer-wrapper {
  margin-bottom: 1.5rem;
}

.rl_faq1_answer {
  overflow: hidden;
}

.rl_faq1_icon {
  color: var(--relume-library-lite--rl-black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.rl_faq1_icon-wrapper {
  align-self: flex-start;
}

.rl_faq1_question-text {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

.rl_faq1_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--relume-library-lite--rl-black);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.rl_faq1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.rl_faq1_list {
  border-bottom: 1px solid var(--relume-library-lite--rl-black);
}

.rl_faq1_spacing-block-2 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_faq1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_faq1_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

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

.rl-padding-section-large-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.rl-padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_faq1 {
  background-color: var(--gray-bg);
}

.rl_gallery21_slide-nav-2 {
  height: 1.75rem;
  font-size: .5rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.rl_gallery21_arrow-icon-2 {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.rl_gallery21_arrow-right-2 {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.rl_gallery21_arrow-left-2 {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 4rem;
}

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

.rl_gallery21_image-wrapper-2 {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.rl_gallery21_lightbox-link-2 {
  width: 100%;
}

.rl_gallery21_slide-2 {
  padding-right: 2rem;
}

.rl_gallery21_mask-2 {
  width: 50%;
  overflow: visible;
}

.rl_gallery21_slider-2 {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 5rem;
  position: relative;
}

.rl_gallery21_spacing-block-1-2 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-text-style-medium-3 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_blog33_spacing-block-2-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2-3 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_gallery21_heading-wrapper-2 {
  width: 100%;
  max-width: 48rem;
}

.rl_gallery21_component-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.rl-padding-section-large-3 {
  aspect-ratio: auto;
  object-fit: fill;
  width: auto;
  padding-top: 64px;
  padding-bottom: 64px;
}

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

.rl-padding-global-3 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_gallery21-2 {
  background-color: var(--relume-library-lite--rl-white);
  overflow: hidden;
}

.div-block {
  padding: 72px 80px;
}

.section {
  padding-left: 80px;
  padding-right: 80px;
}

.title-block {
  width: 100%;
  padding: 16px 8px 8px;
}

.h4-link {
  color: var(--white);
  object-fit: none;
  margin-bottom: 0;
  padding: 16px 8px 0;
  font-family: Apfelgrotezk, sans-serif;
  font-size: 20px;
  line-height: 120%;
}

.item-description {
  color: var(--lightgray);
  text-transform: uppercase;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Sono, sans-serif;
  font-size: 13px;
}

.title-link {
  color: var(--white);
  font-family: Apfelgrotezk, sans-serif;
  font-size: 20px;
}

.title-link:hover {
  font-weight: 500;
  text-decoration: none;
}

.title-link:active {
  color: #141414;
}

.title-link:focus {
  background-color: #ffbf00;
  border: 0 solid #ffbf00;
  border-radius: 4px;
}

.subtitle-block {
  width: 100%;
  padding-left: 8px;
}

.item2 {
  cursor: none;
  width: 40%;
  height: 40%;
}

.item2.main-item {
  width: 30%;
  text-decoration: none;
}

.works {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 80px;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  display: block;
}

.logosmarks {
  aspect-ratio: auto;
  object-fit: fill;
  width: 100%;
  height: auto;
  display: block;
}

.paragraph-4 {
  color: var(--light-text);
  font-family: Sono, sans-serif;
  font-size: 16px;
}

.div-block-3 {
  float: none;
  aspect-ratio: auto;
  width: 100%;
  height: 100%;
  position: static;
  overflow: hidden;
}

.preview {
  cursor: none;
  width: 100%;
  height: 100%;
}

.item4 {
  outline-offset: 0px;
  border: 1px #000;
  outline: 3px #00e;
  width: 25%;
  height: 30%;
  text-decoration: none;
}

.div-block-4 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.item1 {
  cursor: none;
  width: 35%;
}

.item1.main-item {
  width: 40%;
  text-decoration: none;
}

.div-block-5 {
  width: 100%;
  overflow: hidden;
}

.image-4 {
  width: 100%;
}

.item3 {
  width: 25%;
}

.item3.main-item {
  width: 25%;
  text-decoration: none;
}

.image-5 {
  width: 100%;
}

.item5 {
  width: 30%;
  height: 2%;
  text-decoration: none;
}

.text-span {
  border: 1px none var(--white);
  outline-color: var(--special);
  outline-offset: 0px;
  direction: ltr;
  color: var(--special);
  -webkit-text-stroke-color: var(--special);
  word-break: normal;
  overflow-wrap: normal;
  cursor: pointer;
  mix-blend-mode: normal;
  background-color: rgba(7, 0, 0, 0);
  border-radius: 0;
  outline-width: 23px;
  outline-style: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Apfelgrotezk, sans-serif;
  font-style: normal;
  text-decoration: none;
}

.image-6 {
  z-index: 2;
  mix-blend-mode: difference;
  position: absolute;
  top: 2%;
  bottom: 0%;
  left: auto;
  right: 13%;
}

.overlay {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black);
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: block;
  position: static;
}

.cursor-dot {
  color: #fff;
  background-color: #fff;
  border-radius: 100%;
  width: 12px;
  height: 12px;
}

.cursor-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cursor-wrapper-2 {
  z-index: 100;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cursor-dot-2 {
  background-color: var(--special);
  opacity: .9;
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  border-radius: 50%;
  outline: 0 #333;
  width: 12px;
  height: 12px;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cursor-circle {
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
}

.div-block-6 {
  overflow: hidden;
}

.item7 {
  width: 25%;
  height: 25%;
  text-decoration: none;
}

.item6 {
  width: 35%;
  height: 35%;
  text-decoration: none;
}

.item8 {
  width: 30%;
  height: 25%;
  text-decoration: none;
}

.page-loader {
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.luxy {
  display: block;
  position: fixed;
}

.footer {
  padding-top: 104px;
  padding-bottom: 64px;
  padding-left: 80px;
}

.main-item {
  position: static;
}

.h1 {
  color: var(--light-text);
  object-fit: fill;
  width: 75%;
  margin-bottom: 0;
  padding-left: 80px;
  padding-right: 0;
  font-family: Apfelgrotezk, sans-serif;
  font-size: 88px;
  font-weight: 200;
  line-height: 110%;
}

.h4 {
  color: var(--light-text);
  object-fit: fill;
  width: auto;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Apfelgrotezk, sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 110%;
}

.link-large {
  color: var(--white);
  font-family: Apfelgrotezk, sans-serif;
  font-size: 22px;
}

.link-large:hover {
  font-weight: 500;
  text-decoration: none;
}

.link-large:active {
  color: #141414;
}

.link-large:focus {
  background-color: #ffbf00;
  border: 0 solid #ffbf00;
  border-radius: 4px;
}

.image-7 {
  width: 200px;
}

.lottie-animation {
  clear: none;
  width: 200px;
  margin-top: 40px;
  margin-right: 40px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.cv-link-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  position: fixed;
  top: 0%;
  right: 0%;
  z-index: 9999;
  margin-top: 40px;
  margin-right: 40px;
}

.cv-image {
  z-index: 9999;
  mix-blend-mode: screen;
  width: 200px;
  margin-top: 0;
  margin-right: 0;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.full-portfolio-btn {
  color: var(--special);
  text-transform: uppercase;
  border: 1px solid var(--special);
  border-radius: 20px;
  padding: 8px 16px;
  font-family: Sono, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.2s;
  white-space: nowrap;
  position: relative;
  z-index: 9999;
}

.full-portfolio-btn:hover {
  border-color: var(--special);
  background-color: rgba(208, 255, 39, 0.1);
}

.footer-text {
  color: var(--lightgray);
  text-transform: uppercase;
  object-fit: fill;
  width: 75%;
  margin-top: 64px;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Sono, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 110%;
}

.footer-span {
  text-decoration: underline;
}

.h1-footer-mobile {
  color: var(--light-text);
  object-fit: fill;
  width: auto;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Apfelgrotezk, sans-serif;
  font-size: 88px;
  font-weight: 200;
  line-height: 110%;
}

.body-2 {
  background-color: var(--gray-bg);
}

.link-block {
  position: static;
}

.item-name {
  color: var(--white);
  width: auto;
  margin-bottom: 0;
  font-family: Apfelgrotezk, sans-serif;
  font-size: 24px;
  line-height: 110%;
  text-decoration: none;
}

.div-block-7 {
  padding-bottom: 16px;
}

.logos-div {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  object-fit: fill;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 2fr;
  grid-auto-flow: row;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding: 40px 80px;
  display: grid;
}

.image-9 {
  aspect-ratio: auto;
  width: auto;
}

.image-item {
  aspect-ratio: auto;
  order: 1;
  align-self: stretch;
  width: auto;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.image-11, .image-12 {
  width: auto;
}

.one-image {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  object-fit: fill;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 2fr;
  grid-auto-flow: row;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding: 40px 80px 64px;
  display: flex;
}

.info-div {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: flex-start;
  align-self: auto;
  display: block;
}

.info {
  color: var(--light-text);
  font-family: Apfelgrotezk, sans-serif;
  font-size: 22px;
  line-height: 130%;
}

.footer-link {
  border-style: dotted none none;
  border-width: 1px;
  border-color: var(--lightgray) black black;
  margin-top: 64px;
  padding-top: 72px;
  padding-bottom: 64px;
  padding-left: 80px;
}

.two-images {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  object-fit: fill;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 2fr;
  grid-auto-flow: row;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding: 40px 80px;
  display: grid;
}

.mobile-views {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  object-fit: fill;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 2fr;
  grid-auto-flow: row;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding: 40px 80px;
  display: flex;
}

.contact-me {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: flex-start;
  max-width: 60%;
  display: flex;
}

.one-column {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  object-fit: fill;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 2fr;
  grid-auto-flow: row;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding: 40px 80px 64px;
  display: flex;
}

.three-images {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  object-fit: fill;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 2fr;
  grid-auto-flow: row;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding: 40px 80px;
  display: grid;
}

.image-13 {
  width: 40%;
}

.div-block-10 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  align-items: flex-start;
  display: flex;
}

.div-block-11 {
  padding-left: 80px;
  padding-right: 80px;
}

.preview-1 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  align-items: stretch;
  margin-top: 64px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.image-14 {
  width: auto;
}

.preview-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: grid;
}

.grid-1 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 80px;
  padding-right: 80px;
  display: grid;
}

.grid-image {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.go-back {
  color: var(--white);
  font-family: Apfelgrotezk, sans-serif;
  font-size: 48px;
  text-decoration: none;
}

.go-back:hover {
  text-decoration: underline;
}

.go-back:active, .go-back:focus {
  color: var(--special);
}

.grid-with-mobile {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 80px;
  padding-right: 80px;
  display: grid;
}

.grid-mobile-image {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  display: flex;
}

.grid-mobile-images {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: row;
  display: flex;
}

.image-item-mobiile {
  aspect-ratio: auto;
  order: 1;
  align-self: flex-start;
  width: auto;
  max-width: 176px;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.grid-primebit {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 64px;
  padding-left: 80px;
  padding-right: 80px;
  display: grid;
}

.content {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.image-15 {
  text-decoration: none;
}

.link-mail {
  color: var(--white);
  font-family: Apfelgrotezk, sans-serif;
  font-size: 88px;
  text-decoration: none;
}

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

.link-mail:active, .link-mail:focus {
  color: var(--special);
}

.div-block-12 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.cv {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cv-date {
  color: var(--lightgray);
  text-transform: uppercase;
  align-self: flex-start;
  width: 20%;
  font-family: Sono, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.cv-text {
  color: var(--light-text);
  width: 25%;
  margin-bottom: 0;
  font-family: Apfelgrotezk, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.cv-description {
  color: var(--light-text);
  width: 45%;
  margin-bottom: 0;
  font-family: Apfelgrotezk, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.div-block-13 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 75%;
  max-width: 1000px;
  padding-left: 80px;
  padding-right: 80px;
  margin-left: 104px;
  display: flex;
}

.cv-about {
  color: var(--light-text);
  font-family: Apfelgrotezk, sans-serif;
  font-size: 36px;
  line-height: 120%;
}

.figma-image {
  aspect-ratio: auto;
}

.basic-info {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  width: 100%;
  max-width: none;
  margin: 96px auto 0;
  display: flex;
}

.contact-me-div {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: flex-start;
  width: auto;
  max-width: none;
  display: flex;
}

.figma-things {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  object-fit: fill;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .3fr .3fr;
  grid-auto-columns: 2fr;
  grid-auto-flow: row dense;
  align-items: start;
  justify-items: start;
  padding: 40px 80px 64px;
  display: flex;
}

.paragraph-5 {
  aspect-ratio: auto;
  color: var(--lightgray);
  object-fit: fill;
  flex: 0 auto;
  align-items: flex-start;
  max-width: 60%;
  font-family: Apfelgrotezk, sans-serif;
  display: block;
}

.figma-block {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  justify-items: start;
  display: grid;
}

.figma-block-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

.figma-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  justify-items: start;
  display: grid;
}

@media screen and (max-width: 991px) {
  .hero-heading-center {
    width: 100%;
    padding: 64px;
  }

  .container {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    max-width: none;
  }

  .big-header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .split-word {
    font-size: 64px;
  }

  .title-info {
    width: auto;
    margin-bottom: 0;
  }

  .tags {
    max-width: none;
  }

  .tools-skills {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .tags-copy {
    max-width: none;
  }

  .container-top, .container-2 {
    max-width: 728px;
  }

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

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .rl_gallery21_spacing-block-1 {
    padding-bottom: 4.5rem;
  }

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

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

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

  .rl_faq1_spacing-block-3, .rl_faq1_spacing-block-2 {
    padding-bottom: 4.5rem;
  }

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

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

  .rl_gallery21_spacing-block-1-2 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h2-3 {
    font-size: 2.75rem;
  }

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

  .div-block {
    padding-left: 64px;
    padding-right: 64px;
  }

  .works {
    padding-left: 64px;
  }

  .item4, .item1.main-item, .item3.main-item, .item5 {
    width: 40%;
  }

  .cursor-wrapper-2 {
    display: none;
  }

  .item7, .item6, .item8 {
    width: 40%;
  }

  .footer {
    padding: 64px;
  }

  .h1 {
    width: auto;
    font-size: 48px;
  }

  .footer-text {
    width: auto;
    font-size: 13px;
  }

  .h1-footer-mobile {
    width: auto;
    font-size: 48px;
  }

  .info-div, .contact-me {
    max-width: none;
  }

  .link-mail {
    font-size: 48px;
  }

  .cv {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .cv-date {
    width: auto;
    margin-bottom: 0;
  }

  .cv-text, .cv-description {
    width: auto;
  }

  .basic-info {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    max-width: none;
  }

  .contact-me-div {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading-center {
    width: auto;
    padding: 40px;
  }

  .split-word, .tags {
    width: auto;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .rl_gallery21_arrow-left {
    right: 3.5rem;
  }

  .rl_gallery21_slide {
    padding-right: 1.5rem;
  }

  .rl_gallery21_mask {
    width: 100%;
  }

  .rl_gallery21_spacing-block-1 {
    padding-bottom: 3rem;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_blog33_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

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

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

  .rl_faq1_spacing-block-5 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium-2 {
    font-size: 1rem;
  }

  .rl_faq1_spacing-block-4 {
    padding-bottom: .75rem;
  }

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

  .rl_faq1_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl_faq1_answer-wrapper {
    margin-bottom: 1.25rem;
  }

  .rl_faq1_icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .rl_faq1_icon-wrapper {
    width: 1.75rem;
  }

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

  .rl_faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .rl_faq1_spacing-block-2 {
    padding-bottom: 3rem;
  }

  .rl_faq1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

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

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

  .rl_gallery21_arrow-left-2 {
    right: 3.5rem;
  }

  .rl_gallery21_slide-2 {
    padding-right: 1.5rem;
  }

  .rl_gallery21_mask-2 {
    width: 100%;
  }

  .rl_gallery21_spacing-block-1-2 {
    padding-bottom: 3rem;
  }

  .rl-text-style-medium-3 {
    font-size: 1rem;
  }

  .rl_blog33_spacing-block-2-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2-3 {
    font-size: 2.25rem;
  }

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

  .div-block {
    padding: 40px;
  }

  .div-block-13 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .item-description {
    font-size: 11px;
    line-height: 130%;
  }

  .works {
    padding-left: 40px;
  }

  .footer {
    padding: 64px 40px;
  }

  .h1 {
    padding-left: 0;
    font-size: 40px;
  }

  .cv-link-wrapper {
    margin-top: 24px;
    margin-right: 24px;
    gap: 10px;
  }

  .cv-image {
    width: 160px;
    margin-top: 0;
    margin-right: 0;
  }

  .full-portfolio-btn {
    font-size: 12px;
    padding: 6px 12px;
  }

  .footer-text {
    font-size: 13px;
  }

  .h1-footer-mobile {
    font-size: 40px;
  }

  .item-name {
    font-size: 20px;
  }

  .link-mail {
    font-size: 40px;
  }

  .div-block-12 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .cv {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .cv-text, .cv-description {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .hero-heading-center {
    width: auto;
    padding: 16px 0;
  }

  .container {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    max-width: none;
    margin-top: 32px;
    margin-bottom: 24px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .big-header {
    margin-bottom: 0;
    position: static;
  }

  .split-word {
    object-fit: fill;
    width: auto;
    margin-bottom: 0;
    padding-right: 0;
    font-size: 40px;
    display: block;
    overflow: visible;
  }

  .body {
    padding-left: 24px;
    padding-right: 24px;
  }

  .tag {
    padding: 4px 8px 3px;
    font-size: 12px;
  }

  .title-info {
    width: auto;
    font-size: 12px;
  }

  .tags {
    width: auto;
    max-width: none;
  }

  .tools-skills {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
    grid-auto-flow: row;
    margin-bottom: 0;
  }

  .tags-copy {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    max-width: none;
    display: flex;
  }

  .container-top {
    max-width: none;
    margin-bottom: 0;
    padding-right: 0%;
  }

  .container-2 {
    max-width: none;
  }

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

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .div-block {
    padding: 32px 0;
  }

  .item-description {
    font-size: 11px;
  }

  .title-link {
    font-size: 18px;
  }

  .item2.main-item {
    width: auto;
  }

  .works {
    padding-left: 0;
  }

  .item4, .item1.main-item, .item3.main-item, .item5 {
    width: auto;
  }

  .image-6 {
    width: 60%;
  }

  .item7, .item6, .item8 {
    width: auto;
  }

  .footer {
    padding: 56px 0 32px;
  }

  .h1 {
    text-align: left;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
  }

  .h4 {
    margin-bottom: 0;
    padding-right: 0;
    font-size: 26px;
  }

  .cv-link-wrapper {
    margin-top: 8px;
    margin-right: 8px;
    gap: 8px;
  }

  .cv-image {
    width: 100px;
    margin-top: 0;
    margin-right: 0;
  }

  .full-portfolio-btn {
    font-size: 11px;
    padding: 5px 10px;
  }

  .footer-text {
    margin-top: 32px;
    margin-bottom: 0;
    padding-right: 0;
    font-size: 11px;
  }

  .h1-footer-mobile {
    margin-bottom: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 120%;
  }

  .logos-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding: 0;
  }

  .image-item {
    flex-flow: column;
    order: 1;
    align-self: stretch;
    align-items: flex-start;
    width: auto;
    display: inline-flex;
  }

  .one-image {
    padding: 0;
  }

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

  .info {
    font-size: 18px;
    line-height: 130%;
  }

  .footer-link {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0;
  }

  .contact-me {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    max-width: none;
    display: flex;
  }

  .one-column {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 24px 0;
  }

  .three-images {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    padding: 0;
  }

  .grid-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-image {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    align-items: flex-start;
    padding-top: 24px;
    display: flex;
  }

  .go-back {
    font-size: 32px;
  }

  .grid-with-mobile {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .grid-mobile-image {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    align-items: stretch;
    display: flex;
  }

  .grid-mobile-images {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .image-item-mobiile {
    object-fit: fill;
    max-width: none;
    overflow: hidden;
  }

  .grid-primebit {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    padding-left: 16px;
    padding-right: 16px;
  }

  .link-mail {
    font-size: 24px;
  }

  .cv {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    margin-bottom: 0;
  }

  .cv-date {
    width: auto;
    font-size: 12px;
  }

  .cv-text, .cv-description {
    width: auto;
  }

  .div-block-13 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .cv-about {
    font-size: 24px;
  }

  .basic-info {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    max-width: none;
    margin-top: 32px;
    margin-bottom: 24px;
  }

  .contact-me-div {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    max-width: none;
    display: flex;
  }

  .figma-things {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    padding: 24px 0;
  }

  .paragraph-5 {
    max-width: none;
  }

  .figma-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }
}

#w-node-_34813e96-d44e-05a4-e315-df1b54ba3ab6-313d2bee, #w-node-_6acecabb-e723-2057-ba4e-2fd1194a1f71-313d2bee, #w-node-fee97033-dbce-f062-ebb1-80c3c8f56384-830d9acd, #w-node-_51a8a9a8-8f11-c3bd-ff75-96c30f7b696b-830d9acd, #w-node-e087c6cf-36f4-6e3f-7c57-2c473597e203-0a561a00, #w-node-e087c6cf-36f4-6e3f-7c57-2c473597e207-0a561a00, #w-node-c32e16c7-9de5-969e-bd9e-12d8d7299f70-0a561a00, #w-node-c32e16c7-9de5-969e-bd9e-12d8d7299f74-0a561a00, #w-node-f9f904ea-aade-80f5-b6fc-a1bc11d64fef-560be0bf, #w-node-f9f904ea-aade-80f5-b6fc-a1bc11d64ff3-560be0bf, #w-node-_3c55ef90-ea6d-73e5-cd96-e8a984f972f1-d762697a, #w-node-_3c55ef90-ea6d-73e5-cd96-e8a984f972f5-d762697a, #w-node-_05093402-9ba2-2858-d437-2266ac86f1ca-086de851, #w-node-_05093402-9ba2-2858-d437-2266ac86f1ce-086de851 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}


@font-face {
  font-family: 'Sono';
  src: url('../fonts/Sono-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sono';
  src: url('../fonts/Sono-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sono';
  src: url('../fonts/Sono-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sono';
  src: url('../fonts/Sono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overusedgrotesk Book';
  src: url('../fonts/OverusedGrotesk-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overusedgrotesk Roman';
  src: url('../fonts/OverusedGrotesk-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overusedgrotesk';
  src: url('../fonts/OverusedGrotesk-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overusedgrotesk';
  src: url('../fonts/OverusedGrotesk-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 100';
  src: url('../fonts/Aspekta-100.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 250';
  src: url('../fonts/Aspekta-250.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 800';
  src: url('../fonts/Aspekta-800.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 150';
  src: url('../fonts/Aspekta-150.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 400';
  src: url('../fonts/Aspekta-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 300';
  src: url('../fonts/Aspekta-300.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 200';
  src: url('../fonts/Aspekta-200.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Orticalinear';
  src: url('../fonts/OrticaLinear-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Orticaangular';
  src: url('../fonts/OrticaAngular-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Orticalinear';
  src: url('../fonts/OrticaLinear-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Orticalinear';
  src: url('../fonts/OrticaLinear-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basteleur';
  src: url('../fonts/Basteleur-Moonlight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basteleur';
  src: url('../fonts/Basteleur-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apfelgrotezk Satt';
  src: url('../fonts/ApfelGrotezk-Satt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apfelgrotezk Brukt';
  src: url('../fonts/ApfelGrotezk-Brukt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apfelgrotezk Fett';
  src: url('../fonts/ApfelGrotezk-Fett.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apfelgrotezk Mittel';
  src: url('../fonts/ApfelGrotezk-Mittel.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apfelgrotezk';
  src: url('../fonts/ApfelGrotezk-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fluxischelse';
  src: url('../fonts/FluxischElse-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fluxischelse';
  src: url('../fonts/FluxischElse-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fluxischelse';
  src: url('../fonts/FluxischElse-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}