/*! portfolio v1.0.0 | (c) 2026  | ISC License | git+https://github.com/Sebsterio/portfolio.git */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/* line 3, src/sass/1-base/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 9, src/sass/1-base/_normalize.scss */
body {
  margin: 0;
}

/* line 13, src/sass/1-base/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 29, src/sass/1-base/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 37, src/sass/1-base/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 42, src/sass/1-base/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 47, src/sass/1-base/_normalize.scss */
a {
  background-color: transparent;
}

/* line 51, src/sass/1-base/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 56, src/sass/1-base/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 60, src/sass/1-base/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 65, src/sass/1-base/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 69, src/sass/1-base/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 74, src/sass/1-base/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 79, src/sass/1-base/_normalize.scss */
small {
  font-size: 80%;
}

/* line 83, src/sass/1-base/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 91, src/sass/1-base/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 95, src/sass/1-base/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 99, src/sass/1-base/_normalize.scss */
img {
  border: 0;
}

/* line 103, src/sass/1-base/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 107, src/sass/1-base/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 111, src/sass/1-base/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 117, src/sass/1-base/_normalize.scss */
pre {
  overflow: auto;
}

/* line 121, src/sass/1-base/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 129, src/sass/1-base/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 139, src/sass/1-base/_normalize.scss */
button {
  overflow: visible;
}

/* line 143, src/sass/1-base/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 148, src/sass/1-base/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 156, src/sass/1-base/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 161, src/sass/1-base/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 167, src/sass/1-base/_normalize.scss */
input {
  line-height: normal;
}

/* line 171, src/sass/1-base/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 177, src/sass/1-base/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 182, src/sass/1-base/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 189, src/sass/1-base/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 194, src/sass/1-base/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 200, src/sass/1-base/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 205, src/sass/1-base/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 209, src/sass/1-base/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 213, src/sass/1-base/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 218, src/sass/1-base/_normalize.scss */
td,
th {
  padding: 0;
}

/* line 2, src/sass/1-base/_base-elements.sass */
html, body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

/* line 7, src/sass/1-base/_base-elements.sass */
body {
  background-color: black;
  color: #919191;
  font-size: 16px;
  line-height: 1.6;
  font-family: "Merriweather Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  overflow-y: hidden;
  padding-bottom: 2em;
}

/* line 19, src/sass/1-base/_base-elements.sass */
section {
  padding: 0 0 5rem 0;
}

/* line 3, src/sass/1-base/_typography.sass */
.gigantic, .huge, .large, .bigger, .big,
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin: 0;
}

/* line 10, src/sass/1-base/_typography.sass */
.gigantic {
  line-height: 1.09;
  letter-spacing: -2px;
  font-size: 100px;
}

@media (min-width: 481px) {
  /* line 10, src/sass/1-base/_typography.sass */
  .gigantic {
    font-size: 120px;
  }
}

/* line 17, src/sass/1-base/_typography.sass */
.gigantic--wide {
  font-size: 80px;
}

@media (min-width: 481px) {
  /* line 17, src/sass/1-base/_typography.sass */
  .gigantic--wide {
    font-size: 100px;
  }
}

/* line 22, src/sass/1-base/_typography.sass */
.gigantic--wider {
  font-size: 70px;
}

@media (min-width: 481px) {
  /* line 22, src/sass/1-base/_typography.sass */
  .gigantic--wider {
    font-size: 90px;
  }
}

@media (min-width: 768px) {
  /* line 27, src/sass/1-base/_typography.sass */
  .gigantic, .gigantic--wide, .gigantic--wider {
    font-size: 120px;
  }
}

@media (min-width: 992px) {
  /* line 27, src/sass/1-base/_typography.sass */
  .gigantic, .gigantic--wide, .gigantic--wider {
    font-size: 180px;
  }
}

/* line 36, src/sass/1-base/_typography.sass */
.huge, h1 {
  font-size: 68px;
  line-height: 1.05;
  letter-spacing: -1px;
}

/* line 43, src/sass/1-base/_typography.sass */
.large, h2 {
  font-size: 26px;
  line-height: 1.14;
}

@media (min-width: 481px) {
  /* line 43, src/sass/1-base/_typography.sass */
  .large, h2 {
    font-size: 32px;
  }
}

@media (min-width: 992px) {
  /* line 43, src/sass/1-base/_typography.sass */
  .large, h2 {
    font-size: 42px;
  }
}

/* line 55, src/sass/1-base/_typography.sass */
.bigger, h3 {
  font-size: 34px;
  line-height: 1.38;
}

@media (min-width: 481px) {
  /* line 55, src/sass/1-base/_typography.sass */
  .bigger, h3 {
    font-size: 46px;
  }
}

@media (min-width: 992px) {
  /* line 55, src/sass/1-base/_typography.sass */
  .bigger, h3 {
    font-size: 58px;
  }
}

/* line 67, src/sass/1-base/_typography.sass */
.big, h4 {
  font-size: 20px;
  line-height: 1.38;
}

/* line 73, src/sass/1-base/_typography.sass */
.biggish, h5, dt {
  font-size: 24px;
  line-height: 1.38;
}

/* line 79, src/sass/1-base/_typography.sass */
.small, small {
  font-size: 14px;
  line-height: 1.2;
}

/* line 86, src/sass/1-base/_typography.sass */
p {
  margin: 0 0 1em 0;
}

/* line 89, src/sass/1-base/_typography.sass */
p:last-child {
  margin: 0;
}

/* line 92, src/sass/1-base/_typography.sass */
em {
  font-style: italic;
}

/* line 95, src/sass/1-base/_typography.sass */
strong {
  font-weight: bold;
}

/* line 98, src/sass/1-base/_typography.sass */
hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

/* line 1, src/sass/1-base/_selection-colors.sass */
::-moz-selection {
  background: #466591;
}
::selection {
  background: #466591;
}

/* line 4, src/sass/1-base/_selection-colors.sass */
img::-moz-selection {
  background: transparent;
}
img::selection {
  background: transparent;
}

/* line 7, src/sass/1-base/_selection-colors.sass */
body {
  -webkit-tap-highlight-color: #466591;
}

/* line 1, src/sass/1-base/_globals.sass */
.no-margin {
  margin: 0;
}

/* line 4, src/sass/1-base/_globals.sass */
.no-padding {
  padding: 0;
}

/* line 7, src/sass/1-base/_globals.sass */
a {
  display: inline-block;
  color: #466591;
  text-decoration: none;
}

/* line 12, src/sass/1-base/_globals.sass */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 18, src/sass/1-base/_globals.sass */
input,
textarea {
  outline: none;
}

/* line 22, src/sass/1-base/_globals.sass */
.bold {
  font-weight: 700;
}

/* line 25, src/sass/1-base/_globals.sass */
.italic {
  font-style: italic;
}

@media (max-width: 480px) {
  /* line 29, src/sass/1-base/_globals.sass */
  .no-mobile {
    display: none;
  }
}

@media (min-width: 992px) {
  /* line 33, src/sass/1-base/_globals.sass */
  .mobile-only {
    display: none;
  }
}

/* line 3, src/sass/2-layout/_wrapper.sass */
.wrapper, .wrapper--small, .wrapper--large {
  position: relative;
  max-width: 90%;
  height: 100%;
  margin: 0 auto;
  display: grid;
  grid-gap: 3rem;
  justify-content: center;
  justify-items: center;
}

@media (min-width: 768px) {
  /* line 3, src/sass/2-layout/_wrapper.sass */
  .wrapper, .wrapper--small, .wrapper--large {
    grid-gap: 2rem;
    align-items: center;
  }
}

/* line 18, src/sass/2-layout/_wrapper.sass */
.wrapper--small {
  width: 980px;
}

/* line 22, src/sass/2-layout/_wrapper.sass */
.wrapper--large {
  width: 1170px;
}

/* line 1, src/sass/3-modules/_splashscreen.sass */
.js .splashscreen {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: black;
  z-index: 100;
  transition: opacity .8s;
}

/* line 14, src/sass/3-modules/_splashscreen.sass */
.js .splashscreen--hidden {
  opacity: 0;
}

/* line 17, src/sass/3-modules/_splashscreen.sass */
.js .splashscreen--hidden .preloader {
  opacity: 0;
}

/* line 20, src/sass/3-modules/_splashscreen.sass */
.js .splashscreen--closed {
  display: none;
}

/* line 23, src/sass/3-modules/_splashscreen.sass */
.js .splashscreen__message {
  text-align: center;
}

/* line 26, src/sass/3-modules/_splashscreen.sass */
.js .splashscreen__message-line {
  padding: 1em;
}

/* line 29, src/sass/3-modules/_splashscreen.sass */
.no-js .splashscreen {
  display: none;
}

/* line 32, src/sass/3-modules/_splashscreen.sass */
.preloader {
  position: relative;
  width: 200px;
  height: 150px;
  transition: opacity .4s;
}

/* line 38, src/sass/3-modules/_splashscreen.sass */
.preloader::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 45px;
  bottom: 0;
  border: 10px solid #466591;
  -webkit-animation: fadeInOut 1.6s linear infinite;
          animation: fadeInOut 1.6s linear infinite;
}

/* line 48, src/sass/3-modules/_splashscreen.sass */
.preloader__text {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 10px 0;
  color: #c0c0c0;
  font-size: 32px;
  font-weight: 800;
  background-color: black;
}

/* line 1, src/sass/3-modules/_logo.sass */
.logo {
  color: #c0c0c0;
  font-size: 34px;
  font-weight: 800;
  text-transform: uppercase;
}

/* line 1, src/sass/3-modules/_links.sass */
.transform-link {
  font-weight: 700;
}

/* line 4, src/sass/3-modules/_links.sass */
.transform-link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #466591;
  transition: transform .2s ease-out;
}

/* line 12, src/sass/3-modules/_links.sass */
.transform-link:hover::after {
  transform: translateY(3px) scaleY(3);
}

/* line 1, src/sass/3-modules/_buttons.sass */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  padding: 5px 25px;
  color: #466591;
  font-weight: 700;
  text-decoration: none;
  background-color: transparent;
  border-radius: 25px;
  border: 2px solid #466591;
  cursor: pointer;
  transition: .2s all ease-in-out;
}

/* line 17, src/sass/3-modules/_buttons.sass */
.button:hover, .button:active, .button:focus,
button:hover,
button:active,
button:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus {
  color: #7d99c0;
  border-color: #7d99c0;
}

/* line 4, src/sass/3-modules/_text.sass */
.text__heading {
  color: #c0c0c0;
  margin-bottom: 1em;
}

/* line 8, src/sass/3-modules/_text.sass */
.text__heading span {
  font-family: monospace;
  color: #466591;
}

/* line 12, src/sass/3-modules/_text.sass */
.text__sub-heading {
  color: #c0c0c0;
}

/* line 15, src/sass/3-modules/_text.sass */
.text__sub-heading:not(:first-child) {
  margin-top: 1em;
}

/* line 20, src/sass/3-modules/_text.sass */
.text__blurb {
  padding: 1em;
  background-color: black;
  color: #c0c0c0;
}

/* line 27, src/sass/3-modules/_text.sass */
.text__table {
  display: grid;
  grid-gap: 1.2em;
  margin: 0;
}

/* line 32, src/sass/3-modules/_text.sass */
.text__table dt span {
  position: relative;
  color: #c0c0c0;
  text-shadow: -0.1em 0.07em 0 black;
  font-weight: bold;
  padding: .2em;
}

/* line 40, src/sass/3-modules/_text.sass */
.text__table dt span:after {
  content: '';
  display: block;
  background-color: #466591;
  z-index: -1;
  position: absolute;
  bottom: .2em;
  left: 0;
  right: .5em;
  height: .3em;
  transition: all 300ms ease;
}

/* line 52, src/sass/3-modules/_text.sass */
.text__table dd {
  color: #c0c0c0;
  margin: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}

/* line 57, src/sass/3-modules/_text.sass */
.text__table dd:not(:last-child) {
  margin-bottom: 1em;
}

@media (min-width: 992px) {
  /* line 27, src/sass/3-modules/_text.sass */
  .text__table {
    grid-template-columns: auto 1fr;
  }
  /* line 63, src/sass/3-modules/_text.sass */
  .text__table dt {
    text-align: right;
  }
  /* line 66, src/sass/3-modules/_text.sass */
  .text__table dd {
    text-align: left;
  }
}

/* line 71, src/sass/3-modules/_text.sass */
.text__tag-list {
  padding: 1em;
}

/* line 74, src/sass/3-modules/_text.sass */
.text__tag-list li {
  display: inline-block;
  margin: .3em;
  font-family: monospace;
  font-size: 14px;
  color: #919191;
  padding: .2em .4em;
  background-color: #0c1119;
  border: 2px solid #466591;
  border-radius: 4px;
}

/* line 87, src/sass/3-modules/_text.sass */
.text__copy--tight {
  max-width: 300px;
}

@-webkit-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes scrollDown {
  0% {
    transform: translate(-12px, 0px);
    opacity: 0;
  }
  75% {
    transform: translate(-12px, 45px);
    opacity: 1;
  }
  100% {
    transform: translate(-12px, 45px);
    opacity: 0;
  }
}

@keyframes scrollDown {
  0% {
    transform: translate(-12px, 0px);
    opacity: 0;
  }
  75% {
    transform: translate(-12px, 45px);
    opacity: 1;
  }
  100% {
    transform: translate(-12px, 45px);
    opacity: 0;
  }
}

@-webkit-keyframes scroll-bg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 30vw;
  }
}

@keyframes scroll-bg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 30vw;
  }
}

/* line 29, src/sass/3-modules/_animations.sass */
.js.active .animated {
  transition: 800ms ease-out;
  opacity: 0;
}

/* line 35, src/sass/3-modules/_animations.sass */
.js.active .animated.fadeInRight {
  transform: translateX(-5vw);
}

/* line 38, src/sass/3-modules/_animations.sass */
.js.active .animated.fadeInLeft {
  transform: translateX(5vw);
}

/* line 41, src/sass/3-modules/_animations.sass */
.js.active .animated.scaleUp {
  transform: scale(0.95);
}

/* line 44, src/sass/3-modules/_animations.sass */
.js.active .animated.active {
  transform: none;
  opacity: 1;
}

/* line 48, src/sass/3-modules/_animations.sass */
.js.active .animating.active {
  -webkit-animation: scroll-bg 20s linear infinite;
          animation: scroll-bg 20s linear infinite;
}

/* line 1, src/sass/3-modules/_banner.sass */
.banner {
  position: absolute;
  width: 100%;
  height: 26px;
  padding-top: 1px;
  z-index: 200;
  font-family: monospace;
  background-color: #383838;
}

@media (max-width: 620px) {
  /* line 1, src/sass/3-modules/_banner.sass */
  .banner {
    height: 54px;
  }
}

/* line 13, src/sass/3-modules/_banner.sass */
.banner p {
  color: #c0c0c0;
  text-align: center;
  text-shadow: 0 1px 1px black;
}

/* line 18, src/sass/3-modules/_banner.sass */
.banner p a {
  color: #6c8bb8;
}

/* line 21, src/sass/3-modules/_banner.sass */
.banner p a:hover {
  color: #c0c0c0;
  text-decoration: underline;
}

/* line 1, src/sass/3-modules/_navigation.sass */
.navigation {
  position: absolute;
  top: 26px;
  width: 100%;
  height: 100px;
  z-index: 100;
}

@media (max-width: 620px) {
  /* line 1, src/sass/3-modules/_navigation.sass */
  .navigation {
    top: 54px;
  }
}

/* line 11, src/sass/3-modules/_navigation.sass */
.navigation__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 16, src/sass/3-modules/_navigation.sass */
.navigation__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45%;
}

/* line 23, src/sass/3-modules/_navigation.sass */
.navigation__list {
  display: flex;
  justify-content: space-between;
}

/* line 27, src/sass/3-modules/_navigation.sass */
.navigation__list > li a {
  color: #919191;
  text-transform: uppercase;
  transition: color .2s ease-in-out;
}

/* line 32, src/sass/3-modules/_navigation.sass */
.navigation__list > li a:hover {
  color: #6b6b6b;
}

/* line 35, src/sass/3-modules/_navigation.sass */
.navigation__burger {
  display: none;
}

@media (max-width: 991px) {
  /* line 40, src/sass/3-modules/_navigation.sass */
  .navigation__cta {
    display: none;
  }
  /* line 43, src/sass/3-modules/_navigation.sass */
  .navigation__container {
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-color: black;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s .4s, opacity .4s;
  }
  /* line 58, src/sass/3-modules/_navigation.sass */
  .navigation__container--is-open {
    opacity: 1;
    visibility: visible;
    transition: visibility 0s, opacity .4s;
  }
  /* line 67, src/sass/3-modules/_navigation.sass */
  .navigation__container--is-open .navigation__list > li:nth-child(1) a {
    transition: transform 0.2s 0.28s, color 0.2s ease-in-out;
  }
  /* line 67, src/sass/3-modules/_navigation.sass */
  .navigation__container--is-open .navigation__list > li:nth-child(2) a {
    transition: transform 0.2s 0.36s, color 0.2s ease-in-out;
  }
  /* line 67, src/sass/3-modules/_navigation.sass */
  .navigation__container--is-open .navigation__list > li:nth-child(3) a {
    transition: transform 0.2s 0.44s, color 0.2s ease-in-out;
  }
  /* line 67, src/sass/3-modules/_navigation.sass */
  .navigation__container--is-open .navigation__list > li:nth-child(4) a {
    transition: transform 0.2s 0.52s, color 0.2s ease-in-out;
  }
  /* line 67, src/sass/3-modules/_navigation.sass */
  .navigation__container--is-open .navigation__list > li:nth-child(5) a {
    transition: transform 0.2s 0.6s, color 0.2s ease-in-out;
  }
  /* line 70, src/sass/3-modules/_navigation.sass */
  .navigation__container--is-open .navigation__list > li a {
    transform: translateY(0);
  }
  /* line 73, src/sass/3-modules/_navigation.sass */
  .navigation__container--is-open .navigation__list > li a:hover {
    color: #b7b7b7;
  }
  /* line 76, src/sass/3-modules/_navigation.sass */
  .navigation__list {
    height: 250px;
    flex-direction: column;
    align-items: center;
  }
  /* line 81, src/sass/3-modules/_navigation.sass */
  .navigation__list > li {
    overflow: hidden;
  }
  /* line 84, src/sass/3-modules/_navigation.sass */
  .navigation__list > li a {
    transform: translateY(100%);
    color: #c0c0c0;
    font-weight: 700;
    transition: transform 0s .4s;
  }
  /* line 90, src/sass/3-modules/_navigation.sass */
  .navigation__burger {
    position: relative;
    display: flex;
    width: 35px;
    height: 27px;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
  }
  /* line 101, src/sass/3-modules/_navigation.sass */
  .navigation__burger--is-open .navigation__burger-el {
    transition: transform .4s, opacity .2s;
  }
  /* line 104, src/sass/3-modules/_navigation.sass */
  .navigation__burger--is-open .navigation__burger-el--top {
    transform: rotate(45deg);
  }
  /* line 107, src/sass/3-modules/_navigation.sass */
  .navigation__burger--is-open .navigation__burger-el--bottom {
    transform: rotate(-45deg);
  }
  /* line 110, src/sass/3-modules/_navigation.sass */
  .navigation__burger--is-open .navigation__burger-el--middle {
    opacity: 0;
  }
  /* line 113, src/sass/3-modules/_navigation.sass */
  .navigation__burger-el {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #c0c0c0;
    transition: transform .4s, opacity .2s .2s;
  }
  /* line 120, src/sass/3-modules/_navigation.sass */
  .navigation__burger-el--top {
    transform-origin: left top;
  }
  /* line 123, src/sass/3-modules/_navigation.sass */
  .navigation__burger-el--bottom {
    transform-origin: left bottom;
  }
}

/* line 126, src/sass/3-modules/_navigation.sass */
.scroll-lock {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 1, src/sass/3-modules/_title.sass */
.title {
  position: relative;
  font-family: "Poppins", Arial, sans-serif;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}

@media (min-width: 768px) {
  /* line 12, src/sass/3-modules/_title.sass */
  .title--center {
    justify-content: center;
  }
  /* line 15, src/sass/3-modules/_title.sass */
  .title--left {
    justify-content: flex-start;
  }
  /* line 18, src/sass/3-modules/_title.sass */
  .title--right {
    justify-content: flex-end;
  }
}

/* line 21, src/sass/3-modules/_title.sass */
.title__wrap {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  position: relative;
  display: inline-block;
  text-align: center;
  background: black;
}

/* line 29, src/sass/3-modules/_title.sass */
.title__heading, .title__subscript {
  margin: 0;
  padding: 0;
  background: none;
}

/* line 34, src/sass/3-modules/_title.sass */
.title__heading {
  font-weight: bolder;
  text-transform: uppercase;
  color: black;
  text-shadow: 2px 0 0 rgba(255, 255, 255, 0.25), -2px 0 0 rgba(255, 255, 255, 0.25), 0 0 12px rgba(255, 255, 255, 0.2);
}

/* line 40, src/sass/3-modules/_title.sass */
.title__subscript {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -15%);
  text-shadow: 2px 2px 0 black, -2px -2px 0 black;
  color: #c0c0c0;
  font-weight: normal;
  white-space: nowrap;
}

/* line 4, src/sass/3-modules/_form.sass */
.form {
  position: relative;
  max-width: 90vw;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

/* line 13, src/sass/3-modules/_form.sass */
.form__wrapper, .form__floating-wrapper {
  padding: 1rem;
  background-color: black;
}

/* line 17, src/sass/3-modules/_form.sass */
.form__wrapper {
  max-width: 400px;
  display: flex;
  flex-flow: row wrap;
}

/* line 22, src/sass/3-modules/_form.sass */
.form__floating-wrapper {
  padding-top: 0;
  display: inline-block;
  margin: auto;
}

@media (min-width: 768px) {
  /* line 22, src/sass/3-modules/_form.sass */
  .form__floating-wrapper {
    margin-right: 0;
  }
}

/* line 32, src/sass/3-modules/_form.sass */
.form__el {
  flex: 0 1 100%;
  padding: 0 0 0 1em;
  font-weight: 700;
  background-color: transparent;
  border: 1px solid #919191;
  border-radius: 3px;
}

/* line 42, src/sass/3-modules/_form.sass */
.form__el--name, .form__el--email {
  height: 3em;
  margin-bottom: 1em;
}

@media (min-width: 992px) {
  /* line 42, src/sass/3-modules/_form.sass */
  .form__el--name, .form__el--email {
    height: 50px;
  }
}

/* line 50, src/sass/3-modules/_form.sass */
.form__el--message {
  height: 8em;
  padding-top: 1em;
  resize: vertical;
}

@media (min-width: 992px) {
  /* line 50, src/sass/3-modules/_form.sass */
  .form__el--message {
    height: 150px;
  }
}

/* line 58, src/sass/3-modules/_form.sass */
.form input[type="submit"] {
  display: inline-block;
  padding: 10px 50px;
}

/* line 3, src/sass/3-modules/_frame.sass */
.frame {
  position: absolute;
  border: 10px solid #466591;
}

/* line 7, src/sass/3-modules/_frame.sass */
.frame--A {
  top: 8rem;
  left: 1rem;
  right: 1rem;
  bottom: 8rem;
}

@media (min-width: 481px) {
  /* line 7, src/sass/3-modules/_frame.sass */
  .frame--A {
    top: 9rem;
    bottom: 5rem;
  }
}

@media (min-width: 768px) {
  /* line 7, src/sass/3-modules/_frame.sass */
  .frame--A {
    top: 4rem;
    left: 4rem;
    right: 5rem;
    bottom: -3rem;
  }
}

@media (min-width: 992px) {
  /* line 7, src/sass/3-modules/_frame.sass */
  .frame--A {
    top: 7rem;
    left: 4rem;
    right: 10rem;
    bottom: 2rem;
  }
}

/* line 29, src/sass/3-modules/_frame.sass */
.frame--B {
  top: -2rem;
  left: 50%;
  right: 50%;
  bottom: -3rem;
  transform: translateX(-50%);
}

@media (min-width: 481px) {
  /* line 29, src/sass/3-modules/_frame.sass */
  .frame--B {
    left: 22%;
    transform: none;
  }
}

@media (min-width: 768px) {
  /* line 29, src/sass/3-modules/_frame.sass */
  .frame--B {
    top: 4rem;
    left: 3rem;
    right: 16rem;
    bottom: 2rem;
  }
}

@media (min-width: 992px) {
  /* line 29, src/sass/3-modules/_frame.sass */
  .frame--B {
    left: 8rem;
    right: 22rem;
    bottom: 9rem;
  }
}

/* line 3, src/sass/3-modules/_filters.sass */
.filters__form {
  max-width: 900px;
  margin: auto;
  display: grid;
  justify-content: left;
  height: 2em;
  overflow: visible;
}

@media (min-width: 481px) {
  /* line 3, src/sass/3-modules/_filters.sass */
  .filters__form {
    height: auto;
    justify-content: center;
    justify-items: center;
    grid-template-columns: repeat(4, 1fr);
  }
}

/* line 17, src/sass/3-modules/_filters.sass */
.filters__fieldset {
  border: none;
  display: contents;
  width: 100%;
}

/* line 22, src/sass/3-modules/_filters.sass */
.filters input {
  display: none;
}

/* line 27, src/sass/3-modules/_filters.sass */
.filters__toggle-label {
  display: inline-block;
  padding: .3em 1em;
  cursor: pointer;
}

@media (min-width: 481px) {
  /* line 27, src/sass/3-modules/_filters.sass */
  .filters__toggle-label {
    display: none;
  }
}

/* line 35, src/sass/3-modules/_filters.sass */
.filters__toggle-label span {
  color: #466591;
}

/* line 40, src/sass/3-modules/_filters.sass */
.filters__filter-label {
  padding: .3em 1em;
  display: inline-block;
  background-color: black;
  cursor: pointer;
  white-space: nowrap;
  z-index: 10;
  --index: 0;
  --delay: 40ms;
  transition: transform 150ms linear, opacity 150ms linear;
  transition-delay: calc(var(--delay) * var(--index));
  transform-origin: top right;
}

/* line 55, src/sass/3-modules/_filters.sass */
.filters__filter-label span {
  position: relative;
  z-index: 1;
}

/* line 59, src/sass/3-modules/_filters.sass */
.filters__filter-label span::before {
  content: '';
  display: block;
  background-color: #466591;
  z-index: -1;
  position: absolute;
  top: -.2em;
  bottom: -.2em;
  left: -.3em;
  width: .8em;
  transition: transform 200ms ease;
  transform: scaleX(0);
  transform-origin: left;
}

/* line 73, src/sass/3-modules/_filters.sass */
.filters__filter-label:hover span {
  text-shadow: -1px 1px 0 black;
}

/* line 76, src/sass/3-modules/_filters.sass */
.filters__filter-label:hover span::before {
  transform: scaleX(1);
}

/* line 80, src/sass/3-modules/_filters.sass */
.filters__filter:checked + .filters__filter-label {
  color: #466591;
}

@media (max-width: 480px) {
  /* line 87, src/sass/3-modules/_filters.sass */
  .filters__toggle:checked ~ .filters__fieldset .filters__filter-label {
    transform: translateY(10em);
    opacity: 0;
    transition-delay: calc(var(--delay) * (7 - var(--index)));
  }
}

/* line 28, src/sass/3-modules/_project.sass */
.project {
  position: relative;
  display: inline-block;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  background-color: #466591;
  background: linear-gradient(45deg, #25354c, #7d99c0);
  overflow: hidden;
  border-radius: 3px;
  transition: all 200ms ease-in-out;
  box-shadow: 0 0 12px 0 rgba(255, 255, 255, 0.2);
  color: white;
  font-family: "Poppins", Arial, sans-serif;
  text-shadow: 0 1px rgba(0, 0, 0, 0.6);
}

/* line 50, src/sass/3-modules/_project.sass */
.project:hover {
  box-shadow: 0 0 24px 0 rgba(255, 255, 255, 0.2);
  cursor: pointer;
}

/* line 55, src/sass/3-modules/_project.sass */
.project.active {
  cursor: default;
}

/* line 60, src/sass/3-modules/_project.sass */
.project__visual {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  transition: all 400ms ease-out;
  transition-delay: 200ms;
}

/* line 71, src/sass/3-modules/_project.sass */
.project.active .project__visual {
  -webkit-filter: grayscale(100%) blur(5px);
          filter: grayscale(100%) blur(5px);
  opacity: .2;
  transition-delay: unset;
}

/* line 76, src/sass/3-modules/_project.sass */
.project__visual-overlay {
  position: absolute;
  top: 70%;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(70, 101, 145, 0.8));
}

/* line 87, src/sass/3-modules/_project.sass */
.project__content-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 98, src/sass/3-modules/_project.sass */
.project__content {
  position: absolute;
  top: 2.4em;
  right: 1.2em;
  bottom: .8em;
  left: 1.2em;
}

/* line 107, src/sass/3-modules/_project.sass */
.project__title {
  font-size: .95em;
  position: absolute;
  top: 100%;
  transform: translateY(-100%);
  transition: all 400ms ease-out;
  transition-delay: 200ms;
}

/* line 115, src/sass/3-modules/_project.sass */
.project.active .project__title {
  top: 0;
  transform: translateY(0);
  transition-delay: unset;
}

/* line 120, src/sass/3-modules/_project.sass */
.project__type {
  font-size: .8em;
  text-transform: capitalize;
  transition: all 200ms ease-out;
  transition-delay: unset;
  opacity: 0;
}

/* line 125, src/sass/3-modules/_project.sass */
.project.active .project__type {
  transition-delay: 400ms;
  opacity: 1;
}

/* line 128, src/sass/3-modules/_project.sass */
.project__name {
  font-size: 1.4em;
}

/* line 134, src/sass/3-modules/_project.sass */
.project__description {
  position: absolute;
  width: 100%;
  top: 53%;
  transform: translateY(-50%);
}

/* line 143, src/sass/3-modules/_project.sass */
.project__blurb {
  font-size: 1em;
  transition: all 200ms ease-out;
  transition-delay: unset;
  opacity: 0;
  transform: translateX(-1em);
}

/* line 148, src/sass/3-modules/_project.sass */
.project.active .project__blurb {
  transition-delay: 400ms;
  opacity: 1;
  transform: translateX(0);
}

/* line 155, src/sass/3-modules/_project.sass */
.project__tags {
  padding-top: .4em;
  font-size: .9em;
  font-family: monospace;
  color: #c0c0c0;
  transition: all 200ms ease-out;
  transition-delay: unset;
  opacity: 0;
}

/* line 162, src/sass/3-modules/_project.sass */
.project.active .project__tags {
  transition-delay: 400ms;
  opacity: 1;
}

/* line 165, src/sass/3-modules/_project.sass */
.project__tag {
  display: inline-block;
  padding: .9em;
}

/* line 171, src/sass/3-modules/_project.sass */
.project__buttons {
  position: absolute;
  bottom: .6em;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 200ms ease-out;
  transition-delay: unset;
  opacity: 0;
  transform: scale(1.1);
  -webkit-filter: blur(3px);
          filter: blur(3px);
}

/* line 182, src/sass/3-modules/_project.sass */
.project.active .project__buttons {
  transition-delay: 400ms;
  opacity: 1;
  transform: scale(1);
  -webkit-filter: none;
          filter: none;
}

/* line 187, src/sass/3-modules/_project.sass */
.project__button {
  display: inline-block;
}

/* line 190, src/sass/3-modules/_project.sass */
.project__button a {
  padding: .6em;
  display: flex;
  align-content: center;
}

/* line 195, src/sass/3-modules/_project.sass */
.project__button a svg {
  width: 1.8em;
  height: 1.8em;
  fill: white;
}

/* line 200, src/sass/3-modules/_project.sass */
.project__button a:hover svg {
  -webkit-filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.6));
          filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.6));
}

/* line 203, src/sass/3-modules/_project.sass */
.project__button--disabled {
  pointer-events: none;
}

/* line 206, src/sass/3-modules/_project.sass */
.project__button--disabled a {
  cursor: default;
}

/* line 209, src/sass/3-modules/_project.sass */
.project__button--disabled a svg {
  fill: #6b8597;
}

/* line 212, src/sass/3-modules/_project.sass */
.project__button--disabled a:hover svg {
  -webkit-filter: unset;
          filter: unset;
}

/* line 215, src/sass/3-modules/_project.sass */
.project:not(.active) .project__button {
  pointer-events: none;
}

/* line 1, src/sass/3-modules/_social-links.sass */
.social-links {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/* line 6, src/sass/3-modules/_social-links.sass */
.social-links--horizontal {
  flex-flow: row nowrap;
}

/* line 12, src/sass/3-modules/_social-links.sass */
.social-links--vertical {
  flex-flow: column nowrap;
}

/* line 18, src/sass/3-modules/_social-links.sass */
.social-links .social-link {
  padding: 1em;
  display: flex;
  align-items: center;
  background-color: black;
}

/* line 24, src/sass/3-modules/_social-links.sass */
.social-links .social-link svg {
  width: 2em;
  height: 2em;
  fill: #c0c0c0;
  transition: .2s all ease-in-out;
}

/* line 30, src/sass/3-modules/_social-links.sass */
.social-links .social-link:hover svg {
  fill: white;
}

@media (max-width: 480px) {
  /* line 35, src/sass/3-modules/_social-links.sass */
  .social-links__social-links {
    margin-top: 1rem;
    margin-bottom: -1rem;
  }
}

/************************* Introduction *************************/
/* line 3, src/sass/4-sections/_intro.sass */
.introduction {
  position: relative;
  display: flex;
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center;
}

/* line 11, src/sass/4-sections/_intro.sass */
.introduction__content {
  color: #919191;
  font-size: 14px;
}

@media (min-width: 768px) {
  /* line 11, src/sass/4-sections/_intro.sass */
  .introduction__content {
    font-size: 19px;
  }
}

@media (min-width: 992px) {
  /* line 11, src/sass/4-sections/_intro.sass */
  .introduction__content {
    font-size: 23px;
  }
}

/* line 22, src/sass/4-sections/_intro.sass */
.introduction__content-el {
  display: block;
}

/* line 25, src/sass/4-sections/_intro.sass */
.introduction__content-el--name, .introduction__content-el--job {
  position: relative;
  z-index: 10;
  color: #c0c0c0;
}

/* line 31, src/sass/4-sections/_intro.sass */
.introduction__content-el--name {
  left: -1.2em;
  bottom: -.7em;
}

/* line 35, src/sass/4-sections/_intro.sass */
.introduction__content-el--job {
  text-align: right;
  right: -1.2em;
  top: -.7em;
}

/* line 41, src/sass/4-sections/_intro.sass */
.introduction__content-el--hero {
  transform: matrix(1.01107, 0, 0, 1.01107, 0, 0);
  margin: 10px 0;
  color: black;
  font-size: 16vw;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
  cursor: pointer;
  background-color: #0a2761;
  background-image: url("../img/bg-code-m70.jpg");
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
  text-shadow: 0 0 0.1em rgba(255, 255, 255, 0.2);
}

@media (max-width: 767px) {
  /* line 41, src/sass/4-sections/_intro.sass */
  .introduction__content-el--hero {
    background-image: url("../img/bg-code-s85.jpg");
  }
}

/* line 65, src/sass/4-sections/_intro.sass */
.introduction__content-el--bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40vw;
  font-weight: 900;
  color: black;
  text-shadow: 3px 0 0 rgba(255, 255, 255, 0.1), -3px 0 0 rgba(255, 255, 255, 0.1), 0 0 12px rgba(255, 255, 255, 0.05);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: -1;
}

/* line 77, src/sass/4-sections/_intro.sass */
.introduction__arrow {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-12px, 0px);
  width: 24px;
  fill: #466591;
  -webkit-animation: scrollDown 1.6s infinite;
          animation: scrollDown 1.6s infinite;
}

@media (min-width: 1440px) {
  /* line 88, src/sass/4-sections/_intro.sass */
  .introduction::before {
    font-size: 576px;
  }
  /* line 95, src/sass/4-sections/_intro.sass */
  .introduction__content-el--description {
    font-size: 230px;
  }
}

@media (max-height: 540px) {
  /* line 100, src/sass/4-sections/_intro.sass */
  .introduction__arrow {
    -webkit-animation: none;
            animation: none;
  }
}

/************************* About *************************/
/* line 3, src/sass/4-sections/_about.sass */
.about {
  position: relative;
  width: 100vw;
  background-color: black;
}

/* line 8, src/sass/4-sections/_about.sass */
.about__wrapper {
  grid-template-areas: 'header' 'content' 'pic';
}

/* line 11, src/sass/4-sections/_about.sass */
.about__header {
  grid-area: header;
  z-index: 3;
}

/* line 15, src/sass/4-sections/_about.sass */
.about__content {
  grid-area: content;
  max-width: 100vw;
  box-sizing: border-box;
  z-index: 2;
}

/* line 21, src/sass/4-sections/_about.sass */
.about__content p:first-of-type {
  text-indent: 1em;
}

/* line 24, src/sass/4-sections/_about.sass */
.about__social-links {
  grid-area: links;
  text-align: center;
}

/* line 28, src/sass/4-sections/_about.sass */
.about__visual {
  grid-area: pic;
  z-index: 1;
  height: 360px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 480px) {
  /* line 38, src/sass/4-sections/_about.sass */
  .about__social-links {
    margin-top: 1rem;
    margin-bottom: -1rem;
  }
}

@media (min-width: 481px) {
  /* line 45, src/sass/4-sections/_about.sass */
  .about__social-links {
    margin-top: 1rem;
    position: absolute;
    left: -1rem;
    bottom: 3.1rem;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  /* line 54, src/sass/4-sections/_about.sass */
  .about__content {
    margin-bottom: -1rem;
  }
  /* line 57, src/sass/4-sections/_about.sass */
  .about__social-links .social-links {
    flex-flow: column nowrap;
  }
  /* line 60, src/sass/4-sections/_about.sass */
  .about__visual {
    transform: translateX(3rem);
  }
}

@media (min-width: 768px) {
  /* line 65, src/sass/4-sections/_about.sass */
  .about__wrapper {
    grid-template-areas: "header pic" "content pic";
    margin-bottom: 4rem;
  }
  /* line 69, src/sass/4-sections/_about.sass */
  .about__content {
    align-self: start;
    padding-left: 1rem;
  }
  /* line 73, src/sass/4-sections/_about.sass */
  .about__social-links {
    bottom: -4.8rem;
    left: 7rem;
  }
  /* line 77, src/sass/4-sections/_about.sass */
  .about__visual {
    padding-top: 7rem;
  }
}

@media (min-width: 992px) {
  /* line 82, src/sass/4-sections/_about.sass */
  .about__header {
    transform: translateX(-5rem);
  }
  /* line 85, src/sass/4-sections/_about.sass */
  .about__content {
    padding-left: 0;
    transform: translateY(-2rem);
  }
  /* line 89, src/sass/4-sections/_about.sass */
  .about__social-links {
    bottom: -6.5rem;
    left: 9rem;
  }
  /* line 94, src/sass/4-sections/_about.sass */
  .about__visual {
    height: 450px;
    padding-top: 9rem;
  }
}

/************************* App Design *************************/
/* line 4, src/sass/4-sections/_services.sass */
.services {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

/* line 9, src/sass/4-sections/_services.sass */
.services__article {
  position: relative;
  display: grid;
  padding: 4rem 1rem 0 1rem;
  grid-template-areas: 'content' 'tags' ' pic';
  grid-gap: 2rem;
  justify-content: center;
  justify-items: center;
  align-content: center;
  align-items: center;
}

@media (min-width: 481px) {
  /* line 21, src/sass/4-sections/_services.sass */
  .services__article:nth-child(even) {
    grid-template-areas: 'content content' 'pic tags';
    grid-template-columns: 6fr 4fr;
  }
  /* line 25, src/sass/4-sections/_services.sass */
  .services__article:nth-child(odd) {
    grid-template-areas: 'content content' 'tags pic';
    grid-template-columns: 4fr 6fr;
  }
}

@media (min-width: 768px) {
  /* line 9, src/sass/4-sections/_services.sass */
  .services__article {
    grid-template-rows: 1fr auto;
  }
  /* line 32, src/sass/4-sections/_services.sass */
  .services__article:nth-child(even) {
    grid-template-areas: 'content pic' 'content tags';
    grid-template-columns: 6fr 4fr;
  }
  /* line 36, src/sass/4-sections/_services.sass */
  .services__article:nth-child(odd) {
    grid-template-areas: 'pic content' 'tags content';
    grid-template-columns: 4fr 6fr;
  }
}

@media (min-width: 992px) {
  /* line 9, src/sass/4-sections/_services.sass */
  .services__article {
    padding-bottom: 1rem;
  }
}

/* line 43, src/sass/4-sections/_services.sass */
.services__content {
  grid-area: content;
  text-align: center;
}

/* line 47, src/sass/4-sections/_services.sass */
.services__content p {
  margin: 0 auto 20px auto;
}

/* line 50, src/sass/4-sections/_services.sass */
.services__tags {
  grid-area: tags;
  text-align: center;
  margin-top: 1rem;
}

/* line 55, src/sass/4-sections/_services.sass */
.services__visual {
  grid-area: pic;
  position: relative;
  width: 100%;
  min-height: 350px;
  height: 100%;
  margin: 0;
  z-index: -1;
}

/* line 64, src/sass/4-sections/_services.sass */
.services__img {
  position: absolute;
  height: 100%;
  min-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 480px) {
  /* line 71, src/sass/4-sections/_services.sass */
  .services__img--A {
    left: 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  /* line 76, src/sass/4-sections/_services.sass */
  .services__img--A {
    left: unset;
    width: unset;
    right: 0;
  }
  /* line 81, src/sass/4-sections/_services.sass */
  .services__img--B {
    left: 0;
  }
}

@media (min-width: 768px) {
  /* line 64, src/sass/4-sections/_services.sass */
  .services__img {
    top: 1rem;
    height: calc(100% - 1rem);
  }
  /* line 88, src/sass/4-sections/_services.sass */
  .services__img--A {
    left: 0;
  }
  /* line 91, src/sass/4-sections/_services.sass */
  .services__img--B {
    right: 0;
  }
}

/************************* Web Design *************************/
/* line 3, src/sass/4-sections/_web-design.sass */
.web-design {
  position: relative;
  width: 100%;
  padding: 200px 0;
  background-color: black;
  overflow: hidden;
}

/* line 10, src/sass/4-sections/_web-design.sass */
.web-design__wrapper {
  display: flex;
  justify-content: flex-end;
}

/* line 14, src/sass/4-sections/_web-design.sass */
.web-design__visual {
  position: absolute;
  top: 50%;
  right: 52%;
  transform: translateY(-45%);
  width: 828px;
  height: 581px;
  margin: 0;
  background-image: url("../img/web-design-visual.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  /* line 32, src/sass/4-sections/_web-design.sass */
  .web-design__content h2 {
    font-size: 48px;
  }
  /* line 35, src/sass/4-sections/_web-design.sass */
  .web-design__visual {
    right: 45%;
    width: 741px;
    height: 520px;
  }
}

@media (max-width: 767px) {
  /* line 3, src/sass/4-sections/_web-design.sass */
  .web-design {
    height: 525px;
    padding: 60px 0;
  }
  /* line 45, src/sass/4-sections/_web-design.sass */
  .web-design__wrapper {
    justify-content: center;
  }
  /* line 48, src/sass/4-sections/_web-design.sass */
  .web-design__content {
    text-align: center;
  }
  /* line 51, src/sass/4-sections/_web-design.sass */
  .web-design__content h2 {
    font-size: 32px;
  }
  /* line 54, src/sass/4-sections/_web-design.sass */
  .web-design__content h2 br {
    display: none;
  }
  /* line 57, src/sass/4-sections/_web-design.sass */
  .web-design__visual {
    top: auto;
    right: auto;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 523px;
    height: 376px;
  }
}

@media (max-width: 480px) {
  /* line 3, src/sass/4-sections/_web-design.sass */
  .web-design {
    height: 425px;
  }
  /* line 70, src/sass/4-sections/_web-design.sass */
  .web-design__visual {
    width: 392px;
    height: 275px;
  }
}

/* line 1, src/sass/4-sections/_projects.sass */
.projects {
  max-width: 1601px;
  margin: auto;
}

/* line 5, src/sass/4-sections/_projects.sass */
.projects__nav {
  padding: 1rem;
}

/* line 8, src/sass/4-sections/_projects.sass */
.projects__gallery {
  padding: 1rem;
}

/* line 11, src/sass/4-sections/_projects.sass */
.projects__error-msg {
  padding: 8rem 1rem;
}

/* line 14, src/sass/4-sections/_projects.sass */
.projects__grid {
  text-align: left;
  font-size: 0;
}

/* line 18, src/sass/4-sections/_projects.sass */
.projects__grid-cell {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  padding: 6px;
  text-align: left;
  vertical-align: top;
}

/* line 26, src/sass/4-sections/_projects.sass */
.projects__grid-cell.hidden {
  display: none;
}

@media (max-width: 350px) {
  /* line 32, src/sass/4-sections/_projects.sass */
  .projects__grid-cell .optional {
    display: none;
  }
}

@media (max-width: 480px) {
  /* line 18, src/sass/4-sections/_projects.sass */
  .projects__grid-cell {
    width: 100%;
    font-size: 4vw;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  /* line 18, src/sass/4-sections/_projects.sass */
  .projects__grid-cell {
    width: 50%;
    font-size: 2vw;
  }
  /* line 42, src/sass/4-sections/_projects.sass */
  .projects__grid-cell:nth-child(-n+1) {
    width: 100%;
    font-size: 4vw;
  }
  /* line 46, src/sass/4-sections/_projects.sass */
  .projects__grid-cell:not(.projects__grid-cell:nth-child(-n+1)) .optional {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, src/sass/4-sections/_projects.sass */
  .projects__grid-cell {
    width: 33.333333%;
    font-size: 1.33vw;
  }
  /* line 52, src/sass/4-sections/_projects.sass */
  .projects__grid-cell:nth-child(-n+2) {
    width: 50%;
    font-size: 2vw;
  }
  /* line 56, src/sass/4-sections/_projects.sass */
  .projects__grid-cell:not(.projects__grid-cell:nth-child(-n+2)) .optional {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1600px) {
  /* line 18, src/sass/4-sections/_projects.sass */
  .projects__grid-cell {
    width: 25%;
    font-size: 1vw;
  }
  /* line 62, src/sass/4-sections/_projects.sass */
  .projects__grid-cell:nth-child(-n+3) {
    width: 33.333333%;
    font-size: 1.32vw;
  }
  /* line 66, src/sass/4-sections/_projects.sass */
  .projects__grid-cell:not(.projects__grid-cell:nth-child(-n+3)) .optional {
    display: none;
  }
}

@media (min-width: 1601px) {
  /* line 18, src/sass/4-sections/_projects.sass */
  .projects__grid-cell {
    width: 20%;
    font-size: 13px;
  }
  /* line 72, src/sass/4-sections/_projects.sass */
  .projects__grid-cell:nth-child(-n+4) {
    width: 25%;
    font-size: 16px;
  }
}

/************************* Contact *************************/
/* line 4, src/sass/4-sections/_contact.sass */
.contact {
  position: relative;
  width: 100%;
  background-color: black;
}

/* line 9, src/sass/4-sections/_contact.sass */
.contact__wrapper {
  grid-template-areas: 'header' 'content';
}

/* line 12, src/sass/4-sections/_contact.sass */
.contact__header {
  grid-area: header;
  z-index: 3;
}

/* line 16, src/sass/4-sections/_contact.sass */
.contact__content {
  grid-area: content;
  z-index: 2;
}

@media (min-width: 992px) {
  /* line 16, src/sass/4-sections/_contact.sass */
  .contact__content {
    padding-left: 1rem;
  }
}

/* line 23, src/sass/4-sections/_contact.sass */
.contact__social-links {
  display: none;
}

@media (min-width: 768px) {
  /* line 23, src/sass/4-sections/_contact.sass */
  .contact__social-links {
    display: inline-block;
    position: absolute;
    bottom: 10rem;
    left: 1.3rem;
  }
}

@media (min-width: 992px) {
  /* line 23, src/sass/4-sections/_contact.sass */
  .contact__social-links {
    bottom: 14rem;
    left: 6.3rem;
  }
}

/* line 36, src/sass/4-sections/_contact.sass */
.contact__email {
  display: none;
}

/* line 39, src/sass/4-sections/_contact.sass */
.contact__email img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) {
  /* line 36, src/sass/4-sections/_contact.sass */
  .contact__email {
    display: inline-block;
    position: absolute;
    width: 2rem;
    right: calc(50% - 15.1rem);
    top: 11.2rem;
    bottom: 4.9rem;
  }
}

@media (min-width: 992px) {
  /* line 36, src/sass/4-sections/_contact.sass */
  .contact__email {
    right: calc(50% - 15.6rem);
    top: 15.2rem;
  }
}

/************************* Footer *************************/
/* line 4, src/sass/4-sections/_footer.sass */
.footer {
  position: relative;
  width: 100%;
  height: 100px;
}

/* line 9, src/sass/4-sections/_footer.sass */
.footer__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 14, src/sass/4-sections/_footer.sass */
.footer__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 20, src/sass/4-sections/_footer.sass */
.footer__arrow {
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
}

/* line 27, src/sass/4-sections/_footer.sass */
.footer__arrow-el {
  width: 24px;
  fill: #466591;
}

@media (max-width: 767px) {
  /* line 4, src/sass/4-sections/_footer.sass */
  .footer {
    height: 150px;
    padding: 30px 0;
  }
  /* line 36, src/sass/4-sections/_footer.sass */
  .footer__wrapper {
    flex-direction: column;
  }
  /* line 39, src/sass/4-sections/_footer.sass */
  .footer__copyright {
    order: 3;
  }
  /* line 42, src/sass/4-sections/_footer.sass */
  .footer__logo {
    position: static;
    transform: translate(0, 0);
    order: 2;
  }
}
