@font-face {
  font-family: Fleuron;
  src: url('../fonts/FleuronRegular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #111314;
  --ghost-white: #f1f1f7;
}

body {
  color: var(--black);
  text-transform: uppercase;
  background-color: #fff;
  font-family: Fleuron, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 46px;
  line-height: 44px;
}

h2 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

h3 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

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

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

p {
  text-transform: none;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 12px;
}

li {
  text-transform: none;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

blockquote {
  border-left: 2px solid var(--black);
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 23px;
  font-weight: 500;
  line-height: 22px;
}

figcaption {
  color: #e7fbfc99;
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
  font-weight: 500;
}

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

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

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

.container {
  z-index: 3;
  flex: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero {
  grid-column-gap: 100px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  padding: 50px 5%;
  display: grid;
}

.section {
  justify-content: center;
  align-items: center;
  padding: 100px 5%;
  display: flex;
  position: relative;
}

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

.style-guide-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.style-guide-grid.for-buttons {
  place-items: center;
}

.style-guide-grid.icons {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
}

.sticky-left {
  position: sticky;
  top: 120px;
}

.color-block {
  color: #0e1010;
  background-color: #e7fbfc;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  font-size: 17px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.color-block._3 {
  background-color: var(--black);
  color: #fff;
}

.paragraph-gray {
  color: #11131473;
}

.body-link {
  color: var(--black);
  font-size: 17px;
}

.body-link.small {
  font-size: 15px;
}

.body-link.big {
  font-size: 20px;
}

.margin-30px {
  margin-top: 30px;
}

.display-3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1;
}

.dark-background {
  background-color: var(--black);
  width: 100%;
  height: 100%;
  padding: 20px 20px 10px;
}

.components-grid-style {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 100px;
  display: grid;
}

.components-grid-style._0-bottom {
  margin-bottom: 0;
}

.display-2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  line-height: 1.2;
}

.color-text {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}

.display-1 {
  z-index: 1;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 109px;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.display-1.other-font {
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.paragraph-big {
  font-size: 24px;
  line-height: 32px;
}

.paragraph-big.white {
  color: #fff;
}

.link-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.page-content {
  background-color: #fff;
}

.photo-animation-main {
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.margin-50px {
  margin-top: 50px;
}

.button-main {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 30px;
  align-items: center;
  padding: 14px 30px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.button-main:hover {
  color: #fff;
  background-color: #333;
}

.button-main.black {
  background-color: var(--black);
  color: #fff;
  border-color: #171919;
}

.button-main.black:hover {
  background-color: #333;
}

.button-main.full {
  width: 100%;
}

.button-main.full.margin {
  margin-top: 5px;
}

.blog-page-wrapper {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.subhead {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.subhead._2 {
  margin-bottom: 15px;
}

.input {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 100px;
  min-height: 60px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.input:hover {
  border-color: var(--black);
}

.input:focus {
  border-color: var(--black);
  color: #444;
}

.input::placeholder {
  color: #888;
  font-size: 16px;
  font-weight: 500;
}

.margin-15px {
  margin-top: 15px;
}

.utility-page-content-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 420px;
  display: flex;
}

.info-content {
  grid-column-gap: 50px;
  border-bottom: 2px solid #000;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 5px;
  display: flex;
}

.uppercase {
  text-transform: uppercase;
  font-family: Fleuron, sans-serif;
  font-size: 18px;
}

.project-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.project-line-divider {
  background-color: var(--black);
  width: 100%;
  height: 2px;
  margin-top: 70px;
  margin-bottom: 70px;
}

.margin-100px {
  margin-top: 100px;
}

.rich-text-minus-20px {
  margin-top: -20px;
}

.button-flex {
  display: flex;
}

.info-flex {
  border-left: 2px solid #000;
  flex-direction: column;
  justify-content: center;
  padding: 47px 50px;
  display: flex;
}

.changelog {
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-link-2 {
  color: #000;
  font-size: 17px;
}

.dark-link {
  color: #dcf2f4;
}

.components-grid {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 100px;
  display: grid;
}

.collection-item {
  flex: none;
  align-items: flex-end;
  width: 60%;
  padding-right: 50px;
  display: flex;
}

.work-content {
  cursor: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-liner {
  color: #000;
  font-size: 19px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  position: relative;
}

.blog-link {
  color: var(--black);
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  font-size: 70px;
  font-weight: 400;
  line-height: 70px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.legal-wrapper {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.button-text-wrapper {
  z-index: 5;
  height: 31px;
  position: relative;
  overflow: hidden;
}

.verical-line-2 {
  background-color: #fff;
  width: 40px;
  height: 2px;
  position: relative;
}

.menu-button {
  background-color: #0000;
}

.navigation-line {
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  height: 130px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-text {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  height: 34px;
  font-size: 21px;
  line-height: 32px;
}

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

.vertical-line-1 {
  background-color: #fff;
  width: 40px;
  height: 2px;
  position: relative;
}

.navar {
  z-index: 999;
  background-color: #0000;
  position: sticky;
  inset: 0% 0% auto;
}

.button-line-first {
  background-color: var(--black);
  width: 100%;
  height: 0;
  margin-top: 4px;
  position: absolute;
  inset: auto 0% 0%;
}

.line-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.brand-logo {
  grid-row-gap: 3px;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  flex-direction: column;
  padding-top: 5px;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  display: flex;
  position: relative;
  top: -4px;
  overflow: hidden;
}

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

.flex-navigation {
  grid-column-gap: 20px;
  border-bottom: 2px solid var(--black);
  border-left: 2px solid var(--black);
  justify-content: flex-end;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.container-nav {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, .7fr) 1.5fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.logo-wrapper-line {
  border-bottom: 2px solid var(--black);
  justify-content: center;
  align-items: center;
  display: flex;
}

.portfolyo-logo {
  opacity: .9;
  width: 260px;
}

.profile-photo {
  position: sticky;
  top: 200px;
  overflow: hidden;
}

.left-wrapper {
  padding-top: 200px;
}

.page-margin {
  margin-top: 150px;
}

.top-title {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bottom-line {
  background-color: var(--black);
  width: 100%;
  height: 2px;
}

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

.icon-wrapper {
  grid-column-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.skills-title {
  letter-spacing: 0;
  font-size: 23px;
}

.skills-grid {
  grid-column-gap: 25px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.process-overlay {
  background-color: var(--black);
  width: 2px;
  height: 80px;
  position: absolute;
}

.process-wrapper {
  margin-left: auto;
  margin-right: auto;
}

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

.process-line {
  background-color: #11131433;
  flex-direction: column;
  justify-content: center;
  width: 2px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.process-title {
  margin-top: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.process-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.process-content.no-top {
  border-top-style: none;
}

.process-part-2 {
  padding: 15px 10px 5px 40px;
  position: relative;
}

.paragraph-uppercase {
  color: #11131478;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.margin-60px {
  margin-top: 60px;
}

.track {
  height: 600vh;
}

.sticky {
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  height: 100vh;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 5%;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.wrapper {
  width: 100%;
}

.collection-list {
  grid-column-gap: 50px;
  margin-top: 40px;
  display: flex;
}

.collection-block {
  border-right: 2px solid var(--black);
  flex: none;
  align-items: flex-end;
  width: 44%;
  padding-right: 50px;
  display: flex;
}

.collection-block.no-line {
  border-right-style: none;
}

.small-top-text {
  color: #c3c8cc;
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.small-top-text._1 {
  color: var(--black);
}

.hide-arrow {
  display: none;
}

.quote-text {
  margin-bottom: 25px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3;
}

.slide-nav {
  filter: invert();
  margin-bottom: 20px;
  font-size: 10px;
}

.testimonials-slider {
  background-color: #f1f1f78c;
  border-radius: 15px;
  height: auto;
  overflow: hidden;
}

.margin-40px {
  margin-top: 40px;
}

.testimonials-max-width {
  margin-left: auto;
  margin-right: auto;
}

.star-image {
  filter: invert();
}

.arrow-wrapper {
  grid-column-gap: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-wrapper {
  text-align: center;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 70px 10% 90px;
  display: flex;
}

.title-flex {
  flex-direction: column;
  height: 30px;
  display: flex;
  overflow: hidden;
}

.photo-line-animation {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.text-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-wrapper.for-project {
  grid-row-gap: 25px;
  color: #000;
  flex-direction: column;
  align-items: stretch;
  text-decoration: none;
}

.top-text {
  color: #000;
  text-transform: uppercase;
  border: 2px solid #000;
  border-radius: 40px;
  flex: none;
  padding: 7px 18px 4px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
}

.project-title-flex {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.photo {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100vw;
  height: 100%;
}

.project-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
}

.social-link {
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.social-link:hover {
  opacity: .3;
}

.main-footer {
  padding: 50px 5%;
  position: relative;
}

.footer-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-top: 2px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1.7fr 1px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  display: grid;
}

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

.about-flex {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.line-hieght {
  background-color: #000;
  width: 2px;
  height: 100%;
}

.line-hieght.horizontal {
  width: 100%;
  height: 2px;
}

.line-hieght.horizontal.transparent {
  background-color: #0000;
}

.social-icon {
  width: 36px;
}

.copyright {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.gray-link {
  color: var(--black);
  text-decoration: underline;
  display: inline;
}

.blog-grid {
  grid-column-gap: 100px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.data-created {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Fleuron, sans-serif;
  font-size: 14px;
}

.blog-title {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
}

.category-tag {
  border: 2px solid var(--black);
  color: var(--black);
  background-color: #0000;
  border-radius: 30px;
  padding: 7px 19px 4px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.category-tag:hover {
  opacity: .76;
}

.blog-wrapper {
  border-left: 2px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 30px;
  display: flex;
  position: relative;
}

.flex-data {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.button-line {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 40px;
  justify-content: space-between;
  align-items: center;
  padding: 17px 24px 17px 34px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  transition: filter .3s;
  display: flex;
}

.button-line:hover {
  filter: invert(80%);
  background-color: #fff;
}

.cta-title {
  margin-top: 0;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.1;
}

.button-line-main {
  color: var(--black);
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.text-navigation {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}

.navigation-bottom-line {
  background-color: #111314;
  width: 100%;
  height: 2px;
  margin-top: 3px;
}

.project-big-title {
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 42px;
  font-weight: 400;
}

.blog-title-page {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.1;
}

.delete-me {
  z-index: 9999;
  background-color: #fff;
  background-image: url('../images/button.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  width: 140px;
  height: 30px;
  display: none;
  position: fixed;
  inset: auto 20px 20px auto;
}

.templates-badge-wrapper {
  z-index: 9999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 11px 20px 11px 18px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 20px 20px auto;
  box-shadow: 0 12px 28px #00000024;
}

.loader-badge {
  background-image: url('../images/loader.svg');
  background-position: 0 0;
  background-size: contain;
  width: 34px;
  height: 34px;
  position: absolute;
  inset: -19px -15px auto auto;
}

.badge-paragraph {
  opacity: 1;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.blue-color {
  color: #4353ff;
}

@media screen and (min-width: 1440px) {
  .hero {
    padding-bottom: 140px;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    flex-direction: column-reverse;
    min-height: auto;
    padding-top: 55px;
    padding-bottom: 100px;
    display: flex;
    position: relative;
  }

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

  .sticky-left {
    position: relative;
    top: 0;
  }

  .components-grid-style {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .display-1 {
    font-size: 105px;
  }

  .project-grid {
    flex-direction: column;
    display: flex;
  }

  .project-line-divider {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .margin-100px._60px {
    margin-top: 60px;
  }

  .info-flex {
    width: 100%;
  }

  .components-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .collection-item {
    flex: 0 auto;
    width: 50%;
    padding-right: 0;
  }

  .work-content {
    height: 300px;
  }

  .blog-link {
    max-width: 540px;
  }

  .legal-wrapper {
    width: 100%;
  }

  .verical-line-2 {
    background-color: #000;
    height: 2px;
  }

  .menu-button {
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 36px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    padding: 25px 2%;
  }

  .vertical-line-1 {
    background-color: #000;
    height: 2px;
  }

  .line-wrapper {
    align-items: flex-end;
  }

  .brand-logo {
    height: auto;
    top: 0;
  }

  .flex-navigation {
    grid-row-gap: 15px;
    border-top: 1px #000;
    border-bottom-style: none;
    border-left-style: none;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    padding-left: 25px;
  }

  .container-nav {
    grid-template-columns: minmax(200px, 1fr) 1.5fr;
  }

  .logo-wrapper-line {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .portfolyo-logo {
    width: 200px;
  }

  .profile-photo {
    position: relative;
    top: 0;
  }

  .left-wrapper {
    padding-top: 0;
  }

  .process-wrapper {
    max-width: 100%;
  }

  .track {
    height: auto;
  }

  .sticky {
    width: auto;
    height: auto;
    padding-top: 40px;
    padding-right: 5%;
    position: relative;
    overflow: visible;
  }

  .wrapper {
    width: auto;
  }

  .collection-list {
    grid-column-gap: 2%;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .collection-block {
    border-right-style: none;
    border-right-width: 0;
    flex: 0 auto;
    width: 49%;
    padding-right: 0;
  }

  .quote-text {
    font-size: 23px;
  }

  .slide-nav {
    margin-bottom: 10px;
    padding-top: 10px;
  }

  .testimonials-max-width {
    max-width: 100%;
  }

  .slider-wrapper {
    padding: 35px 5% 65px;
  }

  .text-wrapper.for-project {
    grid-row-gap: 15px;
  }

  .project-title-flex {
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .project-title {
    font-size: 24px;
  }

  .social-link {
    padding: 63px;
  }

  .main-footer {
    padding-bottom: 30px;
  }

  .footer-grid {
    flex-direction: column-reverse;
    padding-top: 30px;
    display: flex;
  }

  .about-flex {
    min-height: 400px;
  }

  .about-flex.second {
    min-height: 200px;
  }

  .line-hieght.for-mobile {
    width: 100%;
    height: 2px;
  }

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

  .blog-title {
    font-size: 26px;
  }

  .blog-title-page {
    font-size: 50px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .style-guide-grid {
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-grid.icons {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .display-2 {
    font-size: 32px;
  }

  .display-1 {
    font-size: 65px;
  }

  .subhead {
    max-width: 95%;
  }

  .project-grid {
    grid-row-gap: 30px;
    flex-direction: column;
    display: flex;
  }

  .margin-100px._50px {
    margin-top: 50px;
  }

  .work-content {
    height: 200px;
  }

  .navigation-line {
    flex: 0 50%;
    height: 80px;
  }

  .button-line-first {
    height: 2px;
  }

  .button-line-first.hide {
    display: none;
  }

  .flex-navigation {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
    padding-right: 0;
  }

  .portfolyo-logo {
    width: 160px;
  }

  .page-margin {
    margin-top: 100px;
  }

  .skills-title {
    font-size: 21px;
  }

  .process-part-2 {
    padding-left: 43px;
  }

  .about-flex {
    min-height: 450px;
  }

  .about-flex.second {
    min-height: 250px;
  }

  .blog-title {
    font-size: 30px;
  }

  .blog-title-page {
    font-size: 40px;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 16px;
  }

  .style-guide-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .style-guide-grid.icons {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .display-3 {
    font-size: 29px;
  }

  .display-2 {
    font-size: 19px;
    line-height: 1.3;
  }

  .display-1 {
    margin-top: 0;
    font-size: 50px;
    line-height: 1;
  }

  .display-1.other-font {
    margin-bottom: 15px;
  }

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

  .margin-50px.make-30px {
    margin-top: 30px;
  }

  .subhead {
    font-size: 24px;
    line-height: 28px;
  }

  .input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .info-content {
    grid-column-gap: 15px;
    justify-content: flex-start;
  }

  .uppercase {
    font-size: 17px;
  }

  .info-flex {
    border-left-width: 0;
    padding: 15px 0;
  }

  .collection-item {
    width: 100%;
  }

  .work-content {
    height: 250px;
  }

  .blog-link {
    max-width: 100%;
  }

  .menu-button {
    border-left-style: none;
    padding-right: 10px;
  }

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

  .nav-menu {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .line-wrapper {
    align-items: flex-end;
  }

  .flex-navigation {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .container-nav {
    background-color: #fff;
    grid-template-columns: 1.2fr 1fr;
  }

  .logo-wrapper-line {
    justify-content: flex-start;
    padding-left: 10px;
  }

  .portfolyo-logo {
    width: 180px;
  }

  .skills-grid {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

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

  .process-line {
    display: none;
  }

  .process-content {
    padding-left: 0;
    padding-right: 0;
  }

  .process-part-2 {
    padding-top: 0;
    padding-left: 0;
  }

  .collection-block {
    width: 100%;
  }

  .quote-text {
    font-size: 20px;
  }

  .slide-nav {
    margin-bottom: 7px;
  }

  .slider-wrapper {
    padding-top: 40px;
  }

  .project-title-flex {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .social-link {
    padding: 34px;
  }

  .main-footer {
    padding-bottom: 15px;
  }

  .footer-grid {
    flex-direction: column;
  }

  .social-grid {
    position: relative;
  }

  .about-flex {
    min-height: 500px;
  }

  .about-flex.second {
    min-height: 220px;
  }

  .social-icon {
    width: 25px;
  }

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

  .blog-title {
    font-size: 23px;
    line-height: 28px;
  }

  .blog-wrapper {
    border-left-style: none;
    padding-left: 0;
  }

  .button-line {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
  }

  .cta-title {
    font-size: 40px;
  }

  .navigation-bottom-line {
    margin-top: 2px;
  }

  .blog-title-page {
    font-size: 30px;
  }
}

#About.w-node-d7029fff-94df-5a42-9e1d-87a063cc8492-d4c61c56, #w-node-_2b5da9de-2067-9c40-433f-14662fe4167e-d4c61c56, #w-node-bd0671b0-6d32-a48a-2922-b43f299d1c80-299d1c7d, #w-node-bd0671b0-6d32-a48a-2922-b43f299d1c8e-299d1c7d, #w-node-bd0671b0-6d32-a48a-2922-b43f299d1c8f-299d1c7d, #w-node-bd0671b0-6d32-a48a-2922-b43f299d1c92-299d1c7d, #w-node-bd0671b0-6d32-a48a-2922-b43f299d1c95-299d1c7d, #w-node-bd0671b0-6d32-a48a-2922-b43f299d1c96-299d1c7d, #w-node-bd0671b0-6d32-a48a-2922-b43f299d1c97-299d1c7d, #w-node-bd0671b0-6d32-a48a-2922-b43f299d1c9a-299d1c7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4440a8e2-c124-d8d3-4293-cf1105e22d04-05e22d02 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_4440a8e2-c124-d8d3-4293-cf1105e22d05-05e22d02 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_4440a8e2-c124-d8d3-4293-cf1105e22d07-05e22d02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b16c09ef-ff78-de42-f78f-168b0d75427b-d4c61c5a {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-b16c09ef-ff78-de42-f78f-168b0d75427c-d4c61c5a {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-b16c09ef-ff78-de42-f78f-168b0d75427e-d4c61c5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32818d20-20a8-0c88-eac7-6f313bf59c3e-d4c61c5b {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_32818d20-20a8-0c88-eac7-6f313bf59c3f-d4c61c5b {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_32818d20-20a8-0c88-eac7-6f313bf59c41-d4c61c5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_951c39b4-a14e-ed7b-84a4-791f58bde212-d4c61c5c {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_951c39b4-a14e-ed7b-84a4-791f58bde213-d4c61c5c {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_951c39b4-a14e-ed7b-84a4-791f58bde215-d4c61c5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_91192b04-fdaf-5dd0-13dd-1816b9248ab7-d4c61c5c {
  place-self: auto;
}

#w-node-_2cb61acb-c90b-cd8b-b7bf-cd6a1b5b37e3-d4c61c5d {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_2cb61acb-c90b-cd8b-b7bf-cd6a1b5b37e4-d4c61c5d {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_2cb61acb-c90b-cd8b-b7bf-cd6a1b5b37e6-d4c61c5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c786640-afe3-a7a1-a2b1-b7cd14cbff2d-d4c61c5f {
  align-self: center;
}

@media screen and (min-width: 1440px) {
  #About.w-node-d7029fff-94df-5a42-9e1d-87a063cc8492-d4c61c56 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_4440a8e2-c124-d8d3-4293-cf1105e22d29-05e22d02, #w-node-b16c09ef-ff78-de42-f78f-168b0d754288-d4c61c5a, #w-node-_32818d20-20a8-0c88-eac7-6f313bf59c4b-d4c61c5b, #w-node-_951c39b4-a14e-ed7b-84a4-791f58bde21f-d4c61c5c, #w-node-_2cb61acb-c90b-cd8b-b7bf-cd6a1b5b3808-d4c61c5d {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4440a8e2-c124-d8d3-4293-cf1105e22d29-05e22d02, #w-node-b16c09ef-ff78-de42-f78f-168b0d754288-d4c61c5a, #w-node-_32818d20-20a8-0c88-eac7-6f313bf59c4b-d4c61c5b, #w-node-_951c39b4-a14e-ed7b-84a4-791f58bde21f-d4c61c5c, #w-node-_2cb61acb-c90b-cd8b-b7bf-cd6a1b5b3808-d4c61c5d {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4440a8e2-c124-d8d3-4293-cf1105e22d29-05e22d02, #w-node-b16c09ef-ff78-de42-f78f-168b0d754288-d4c61c5a, #w-node-_32818d20-20a8-0c88-eac7-6f313bf59c4b-d4c61c5b, #w-node-_951c39b4-a14e-ed7b-84a4-791f58bde21f-d4c61c5c, #w-node-_2cb61acb-c90b-cd8b-b7bf-cd6a1b5b3808-d4c61c5d {
    justify-self: end;
  }
}


@font-face {
  font-family: 'Fleuron';
  src: url('../fonts/FleuronRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}