/*

<Pixel Range>		<$breakpoint argument choices>
0 - 400px 			Tiny Phone
400 - 500px:		Small Phone;
500 - 600px: 		Big Phone;
600 - 750px: 		Small Tablet portrait;
750 - 900px: 		Big Tablet portrait;
900 - 1050px:		Small Tablet landscape;
1050 - 1200px:		Big Tablet landscape;
1200 - 1800px:		Normal style;
1500 - 1800px;		Medium Desktop;
1800 - 2000px:		Big Desktop;
2000+px:            Huge Desktop;

1rem/em = 16px according to browser
*/
@keyframes fade {
  from {
    opacity: .4; }
  to {
    opacity: 1; } }

@keyframes moveX {
  from {
    left: .2rem; }
  to {
    left: 13.08rem; } }

@keyframes moveY {
  from {
    top: .2rem; }
  to {
    top: 8.04rem; } }

@media (max-width: 46.88em), (hover: none) {
  @keyframes moveX {
    from {
      left: .2rem; }
    to {
      left: 24.84rem; } } }

@media (max-width: 46.88em), (hover: none) {
  @keyframes moveY {
    from {
      top: .2rem; }
    to {
      top: 15.32rem; } } }

@keyframes moveTitleLeft {
  0% {
    opacity: 0;
    left: 50%; }
  100% {
    opacity: 1;
    left: 0; } }

@keyframes moveTitleRight {
  0% {
    opacity: 0;
    right: 50%; }
  100% {
    opacity: 1;
    right: 0; } }

@keyframes scrollDown {
  0% {
    right: 0; }
  100% {
    right: 75%; } }

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 62.5%;
  scroll-behavior: smooth; }
  @media (max-width: 75em) {
    html {
      font-size: 62.5%; } }
  @media (max-width: 65.625em) {
    html {
      font-size: 56.25%; } }
  @media (max-width: 46.88em) {
    html {
      font-size: 50%; } }
  @media (max-width: 37.5em) {
    html {
      font-size: 43.75%; } }
  @media (max-width: 31.25em) {
    html {
      font-size: 37.5%; } }
  @media (min-width: 93.75em) {
    html {
      font-size: 68.75%; } }
  @media (min-width: 112.5em) {
    html {
      font-size: 81.25%; } }
  @media (min-width: 125em) {
    html {
      font-size: 93.75%; } }

body {
  box-sizing: border-box; }

li {
  list-style: none; }

a {
  text-decoration: none;
  color: #000000; }

body {
  font-family: "Quicksand", sans-serif;
  font-weight: 500; }

.heading-primary {
  text-align: center;
  margin-bottom: 6%; }
  @media (max-width: 56.25em) {
    .heading-primary {
      display: inline-block;
      width: 100%;
      margin: 8% 0; } }
  @media (max-width: 37.5em) {
    .heading-primary {
      margin-bottom: 6%; } }
  @media (max-width: 31.25em) {
    .heading-primary {
      margin: 2% 0 5%; } }
  .heading-primary--main, .heading-primary--sub {
    margin-bottom: 0; }
    @media (max-width: 56.25em) {
      .heading-primary--main, .heading-primary--sub {
        margin-bottom: 1%; } }
    @media (max-width: 31.25em) {
      .heading-primary--main, .heading-primary--sub {
        margin-bottom: 2%; } }
  .heading-primary--main {
    text-transform: uppercase;
    font-size: 3.5rem;
    font-weight: 400; }
    @media (max-width: 56.25em) {
      .heading-primary--main {
        font-size: 4.2rem; } }
    @media (max-width: 37.5em) {
      .heading-primary--main {
        font-size: 4.1rem; } }
    @media (max-width: 31.25em) {
      .heading-primary--main {
        font-size: 5.3rem; } }
    @media (max-width: 25em) {
      .heading-primary--main {
        font-size: 5.3rem; } }
    @media (min-width: 93.75em) {
      .heading-primary--main {
        font-size: 3.8rem; } }
    @media (min-width: 112.5em) {
      .heading-primary--main {
        font-size: 3.8rem; } }
  .heading-primary--sub {
    font-size: 1.3rem;
    font-weight: 400; }
    @media (max-width: 65.625em) {
      .heading-primary--sub {
        font-size: 1.35rem; } }
    @media (max-width: 56.25em) {
      .heading-primary--sub {
        font-size: 1.6rem; } }
    @media (max-width: 37.5em) {
      .heading-primary--sub {
        font-size: 1.55rem; } }
    @media (max-width: 31.25em) {
      .heading-primary--sub {
        font-size: 2rem; } }
    @media (max-width: 25em) {
      .heading-primary--sub {
        font-size: 2rem; } }
    @media (min-width: 93.75em) {
      .heading-primary--sub {
        font-size: 1.4rem; } }

.heading-secondary {
  position: relative;
  display: inline-block;
  z-index: 10;
  font-weight: 400;
  padding-bottom: 3px;
  background-color: #ffffff; }
  .heading-secondary--sectionTitle {
    font-size: 3.2rem;
    font-weight: 400;
    padding: 3px 2rem 3px 5px; }
    @media (max-width: 75em) {
      .heading-secondary--sectionTitle {
        font-size: 2.8rem; } }
    @media (max-width: 65.625em) {
      .heading-secondary--sectionTitle {
        font-size: 3rem; } }
    @media (max-width: 56.25em) {
      .heading-secondary--sectionTitle {
        font-size: 3.8rem; } }
    @media (max-width: 37.5em) {
      .heading-secondary--sectionTitle {
        font-size: 4.4rem;
        padding: 2px 2rem 2px 5px; } }
    @media (min-width: 93.75em) {
      .heading-secondary--sectionTitle {
        font-size: 3.8rem; } }
    @media (min-width: 112.5em) {
      .heading-secondary--sectionTitle {
        font-size: 4rem; } }
  .heading-secondary--designTitle {
    font-size: 2.7rem;
    padding: 5px 1.5rem 5px 5px; }
    @media (max-width: 75em) {
      .heading-secondary--designTitle {
        font-size: 2.3rem; } }
    @media (max-width: 46.88em), (hover: none) {
      .heading-secondary--designTitle {
        font-size: 3.5rem; } }
    @media (max-width: 37.5em) {
      .heading-secondary--designTitle {
        font-size: 4rem; } }
    @media (max-width: 31.25em) {
      .heading-secondary--designTitle {
        font-size: 4.5rem; } }

.heading-tertiary {
  font-size: 1.5rem;
  font-weight: 400; }

.u-margin-bottom-mini {
  margin-bottom: 1rem !important; }

.autoSlide-container {
  position: relative;
  width: 100%;
  height: 100%; }
  @media (max-width: 46.88em), (hover: none) {
    .autoSlide-container {
      height: auto; } }

.autoSlide {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: relative;
  width: 68%; }
  @media (max-width: 75em) {
    .autoSlide {
      width: 43rem; } }
  @media (max-width: 65.625em) {
    .autoSlide {
      width: 44rem; } }
  @media (max-width: 56.25em) {
    .autoSlide {
      width: 41rem; } }
  @media (max-width: 46.88em), (hover: none) {
    .autoSlide {
      display: block;
      transform: translate(-50%, 0);
      top: 0;
      width: 100%;
      margin-bottom: 10rem; } }
  .autoSlide__img {
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }

.dot-container {
  display: none;
  margin: 1rem 0;
  text-align: center; }

/* The dots/bullets/indicators */
.dot {
  display: inline-block;
  height: 1rem;
  width: 1rem;
  background-color: #bbb;
  border-radius: 50%;
  margin: 0 2px;
  transition: background-color 0.6s ease; }

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s; }

.card {
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  min-width: 18rem;
  min-height: 18rem; }
  @media (max-width: 46.88em), (hover: none) {
    .card {
      position: relative;
      min-width: 34rem;
      min-height: 34rem; } }
  .card__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }
  .card__color-box {
    position: relative;
    overflow: hidden;
    width: 86%;
    height: 58%;
    background-color: #ffffff;
    border: 1px solid #D5D7DB;
    margin: 0 auto; }
  .card__btn-container {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    display: inline-block;
    width: 15%;
    height: 10%;
    background-color: #ffffff;
    border: 1px solid #D5D7DB;
    border-radius: 10%;
    margin-top: 4.5%;
    cursor: pointer; }
    .card__btn-container:hover {
      background-color: rgba(213, 215, 219, 0.5); }
      @media (hover: none) {
        .card__btn-container:hover {
          background-color: #ffffff; } }
  .card__btn {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #707070; }
    .card__btn--play {
      top: 40%;
      font-size: 1.3rem;
      visibility: hidden; }
      @media (max-width: 46.88em), (hover: none) {
        .card__btn--play {
          font-size: 2.7rem; } }
    .card__btn--pause {
      top: 48%;
      font-size: .9rem; }
      @media (max-width: 46.88em), (hover: none) {
        .card__btn--pause {
          font-size: 1.8rem; } }
  .card__title {
    margin: 6% 0;
    font-size: 1.5rem;
    text-align: center;
    text-transform: lowercase;
    color: #707070; }
    @media (max-width: 46.88em), (hover: none) {
      .card__title {
        font-size: 2.8rem; } }

.design-cover {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }
  .design-cover__img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    height: 85%;
    border-radius: 10%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }
  .design-cover__content {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 50%; }
  .design-cover__title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50%;
    z-index: 100;
    opacity: 0;
    text-align: center;
    width: 100%;
    transition: all .6s; }
    @media (hover: none) {
      .design-cover__title {
        opacity: 1;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); } }
    .design-cover__title--main {
      font-size: 1.6rem; }
      @media (max-width: 75em) {
        .design-cover__title--main {
          font-size: 1.5rem; } }
      @media (max-width: 56.25em) {
        .design-cover__title--main {
          font-size: 1.6rem;
          margin-bottom: .5px; } }
      @media (max-width: 46.88em) {
        .design-cover__title--main {
          font-size: 1.5rem; } }
      @media (max-width: 37.5em) {
        .design-cover__title--main {
          font-size: 2.55rem; } }
    .design-cover__title--sub {
      font-size: 1.1rem;
      color: #FB0808;
      text-transform: lowercase; }
      @media (max-width: 65.625em) {
        .design-cover__title--sub {
          font-size: 1.2rem; } }
      @media (max-width: 37.5em) {
        .design-cover__title--sub {
          font-size: 1.9rem; } }
      @media (max-width: 31.25em) {
        .design-cover__title--sub {
          font-size: 1.8rem; } }
      @media (min-width: 93.75em) {
        .design-cover__title--sub {
          font-size: 1.2rem; } }
  .design-cover::before {
    content: "";
    display: block;
    padding-top: 100%; }
  .design-cover::after {
    display: inline-block;
    position: absolute;
    z-index: 10;
    bottom: 0;
    content: "";
    width: 100%;
    height: 0%;
    background-color: rgba(255, 255, 255, 0.9);
    transition: height .6s; }
    @media (hover: none) {
      .design-cover::after {
        height: 50%; } }
  .design-cover:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); }
    .design-cover:hover::after {
      height: 50%; }
  .design-cover:hover .design-cover__title {
    opacity: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.develop-cover {
  position: relative;
  border-radius: 5%;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }
  .develop-cover:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); }
  .develop-cover::before {
    content: "";
    display: block;
    padding-top: 75%; }
  .develop-cover__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 40%;
    width: 87%;
    height: 65%;
    border: 1px solid rgba(213, 215, 219, 0.3); }
    .develop-cover__content::after {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 1;
      opacity: 0;
      content: "";
      width: 100%;
      height: 101%;
      background-color: rgba(255, 255, 255, 0.9);
      border: 1px solid #D5D7DB;
      transition: opacity .5s; }
      @media (hover: none) {
        .develop-cover__content::after {
          background-color: rgba(255, 255, 255, 0.8);
          opacity: 1; } }
    .develop-cover__content:hover::after {
      opacity: 1; }
  .develop-cover__content:hover .develop-cover__title {
    opacity: 1; }
  .develop-cover__img {
    width: 100%;
    height: 100%; }
  .develop-cover__title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    z-index: 11;
    opacity: 0;
    text-align: center;
    width: 100%; }
    @media (hover: none) {
      .develop-cover__title {
        opacity: 1; } }
    .develop-cover__title--main {
      font-size: 1.7rem; }
      @media (max-width: 75em) {
        .develop-cover__title--main {
          font-size: 1.5rem; } }
      @media (max-width: 65.625em) {
        .develop-cover__title--main {
          margin-bottom: 1.5px; } }
      @media (max-width: 56.25em) {
        .develop-cover__title--main {
          font-size: 1.9rem;
          line-height: 2.7rem; } }
      @media (max-width: 46.88em) {
        .develop-cover__title--main {
          font-size: 1.7rem;
          line-height: 2.4rem; } }
      @media (max-width: 37.5em) {
        .develop-cover__title--main {
          font-size: 3.3rem;
          line-height: 4.5rem; } }
      @media (max-width: 31.25em) {
        .develop-cover__title--main {
          font-size: 3.2rem;
          line-height: 5rem; } }
    .develop-cover__title--sub {
      font-size: .9rem;
      line-height: 1.5rem;
      color: #FB0808; }
      @media (max-width: 65.625em) {
        .develop-cover__title--sub {
          font-size: .9rem; } }
      @media (max-width: 56.25em) {
        .develop-cover__title--sub {
          font-size: 1.1rem;
          line-height: 1.8rem; } }
      @media (max-width: 37.5em) {
        .develop-cover__title--sub {
          font-size: 1.8rem;
          line-height: 2.8rem; } }
      @media (min-width: 112.5em) {
        .develop-cover__title--sub {
          font-size: 1.1rem; } }
  .develop-cover__btns {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0%;
    width: 87%;
    height: 30%; }
  .develop-cover__link {
    font-size: 1.4rem;
    color: #707070; }
    .develop-cover__link:hover {
      color: #FB0808; }
    @media (max-width: 37.5em) {
      .develop-cover__link {
        font-size: 3rem; } }
    @media (max-width: 31.25em) {
      .develop-cover__link {
        font-size: 2.7rem; } }
    @media (min-width: 112.5em) {
      .develop-cover__link {
        font-size: 1.6rem; } }
    @media (min-width: 125em) {
      .develop-cover__link {
        font-size: 1.5rem; } }
  .develop-cover__link--left, .develop-cover__link--right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .develop-cover__link--right {
    right: 0; }

.scroll-indicator {
  position: absolute;
  top: -4%;
  right: 7%;
  min-width: 11%;
  min-height: 100%; }
  @media (max-width: 75em) {
    .scroll-indicator {
      top: -2%; } }
  @media (max-width: 46.88em), (hover: none) {
    .scroll-indicator {
      display: none; } }
  .scroll-indicator__element {
    position: absolute;
    z-index: 10;
    bottom: -5%;
    text-align: right;
    transform: rotate(-90deg);
    transform-origin: 50% 0% 0;
    width: 10rem;
    height: max-content;
    padding: .5rem .5rem .25rem 0;
    border-bottom: 1px solid #D5D7DB;
    font-size: 1.5rem;
    color: #D5D7DB; }
    @media (max-width: 75em) {
      .scroll-indicator__element {
        bottom: -4%; } }
  .scroll-indicator__circle {
    position: absolute;
    display: inline-block;
    z-index: -1;
    bottom: 1px;
    right: 0;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: #ffffff;
    animation: scrollDown linear 1.5s infinite; }

.section-title {
  position: relative;
  margin-bottom: 3rem; }
  .section-title:first-of-type {
    margin-bottom: 1.5rem; }
  @media (max-width: 56.25em) {
    .section-title {
      margin-bottom: 3.5rem; } }
  @media (max-width: 37.5em) {
    .section-title {
      margin-bottom: 6rem; } }
  .section-title__divider {
    position: absolute;
    z-index: 1;
    left: -5%;
    top: 63%;
    width: 110%;
    height: 6px;
    border-top: 2px solid rgba(251, 8, 8, 0.8);
    border-bottom: 0.6px solid rgba(251, 8, 8, 0.8); }
    @media (max-width: 75em) {
      .section-title__divider {
        top: 58%;
        border-top: 1.6px solid rgba(251, 8, 8, 0.8);
        border-bottom: 0.5px solid rgba(251, 8, 8, 0.8); } }
    @media (min-width: 93.75em) {
      .section-title__divider {
        height: 8.5px;
        border-top: 2.4px solid rgba(251, 8, 8, 0.8);
        border-bottom: 1px solid rgba(251, 8, 8, 0.8); } }
    @media (min-width: 125em) {
      .section-title__divider {
        height: 12px;
        border-top: 3px solid rgba(251, 8, 8, 0.8);
        border-bottom: 1.2px solid rgba(251, 8, 8, 0.8); } }

.design-content {
  position: relative;
  width: 90%;
  height: 77vh;
  margin: 0 auto;
  background-color: #FDF3ED;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  overflow: scroll;
  scrollbar-width: none; }
  .design-content::-webkit-scrollbar {
    display: none; }
  @media (max-width: 56.25em) {
    .design-content {
      width: 100%; } }
  @media (max-width: 46.88em), (hover: none) {
    .design-content {
      height: 100% !important; } }
  .design-content__main {
    position: relative;
    display: inline-block;
    text-align: center;
    float: left;
    width: 60%;
    height: 100%; }
    @media (max-width: 46.88em) {
      .design-content__main {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        float: none;
        width: 80%;
        height: auto; } }
    @media (max-width: 46.88em), (hover: none) {
      .design-content__main {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        float: none;
        width: 80%;
        height: auto; } }
  .design-content__info-sticky {
    position: sticky;
    display: inline-block;
    width: 34%;
    top: 4rem;
    float: left; }
    @media (max-width: 75em) {
      .design-content__info-sticky {
        top: 3rem; } }
    @media (max-width: 46.88em), (hover: none) {
      .design-content__info-sticky {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        min-width: 80%;
        height: max-content;
        padding: 4.5rem 0 10rem; } }
  .design-content__info-relative {
    position: relative;
    display: inline-block;
    width: 34%;
    height: 100%;
    padding-top: 4rem; }
    @media (max-width: 75em) {
      .design-content__info-relative {
        padding-top: 3rem; } }
    @media (max-width: 46.88em), (hover: none) {
      .design-content__info-relative {
        float: left;
        left: 50%;
        transform: translateX(-50%);
        min-width: 80%;
        height: max-content;
        padding: 4.5rem 0 10rem; } }
  .design-content__sub {
    width: 100%;
    height: max-content;
    margin-top: 10rem; }
  .design-content__img {
    display: block;
    margin: 0 auto 10rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }
    .design-content__img--med {
      max-width: 60%; }
      @media (max-width: 46.88em), (hover: none) {
        .design-content__img--med {
          max-width: 80%; } }
    .design-content__img--reg {
      max-width: 70%; }
      .design-content__img--reg:first-of-type {
        margin-top: 5rem; }
        @media (max-width: 75em) {
          .design-content__img--reg:first-of-type {
            margin-top: 4rem; } }
        @media (max-width: 46.88em), (hover: none) {
          .design-content__img--reg:first-of-type {
            margin-top: 0; } }
      @media (max-width: 75em) {
        .design-content__img--reg {
          max-width: 43rem; } }
      @media (max-width: 56.25em) {
        .design-content__img--reg {
          max-width: 77%; } }
      @media (max-width: 46.88em), (hover: none) {
        .design-content__img--reg {
          max-width: 100%; } }
    .design-content__img--big {
      max-width: 85%; }
      @media (max-width: 46.88em), (hover: none) {
        .design-content__img--big {
          max-width: 80%; } }
    .design-content__img--chopstick {
      max-width: 90%; }
      @media (max-width: 46.88em), (hover: none) {
        .design-content__img--chopstick {
          max-width: 80%; } }
  .design-content__description {
    width: 100%;
    margin-bottom: 2.5rem;
    font-size: 1.4rem;
    line-height: 2.7rem;
    color: #707070;
    word-break: normal;
    white-space: normal; }
    @media (max-width: 65.625em) {
      .design-content__description {
        font-size: 1.5rem; } }
    @media (max-width: 56.25em) {
      .design-content__description {
        font-size: 1.4rem;
        line-height: 2.5rem;
        margin-bottom: 1.5rem; } }
    @media (max-width: 46.88em), (hover: none) {
      .design-content__description {
        font-size: 2.3rem;
        line-height: 4rem;
        margin: 1.5rem 0 5rem; } }
    @media (max-width: 37.5em) {
      .design-content__description {
        margin-top: 2rem; } }
    @media (max-width: 31.25em) {
      .design-content__description {
        font-size: 2.5rem;
        line-height: 4.5rem; } }
    @media (min-width: 93.75em) {
      .design-content__description {
        font-size: 1.6rem;
        line-height: 3rem; } }

.design-nav {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 17vh; }
  @media (max-width: 46.88em), (hover: none) {
    .design-nav {
      height: 13rem; } }
  @media (max-width: 37.5em) {
    .design-nav {
      height: 11rem; } }
  .design-nav__left, .design-nav__middle, .design-nav__right {
    position: relative;
    display: inline-block;
    width: 37%;
    height: 100%; }
  @media (max-width: 56.25em) {
    .design-nav__left, .design-nav__right {
      display: none; } }
  .design-nav__middle {
    width: 25%; }
    @media (max-width: 56.25em) {
      .design-nav__middle {
        left: 50%;
        transform: translateX(-50%);
        width: 27rem; } }
    @media (max-width: 37.5em) {
      .design-nav__middle {
        width: 30rem; } }
    @media (max-width: 31.25em) {
      .design-nav__middle {
        width: 33rem; } }
  .design-nav__prevTitle, .design-nav__nextTitle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    font-size: 2rem;
    color: #707070; }
    @media (hover: none) {
      .design-nav__prevTitle, .design-nav__nextTitle {
        opacity: 1; } }
  .design-nav__prevTitle {
    right: 0; }
    @media (hover: none) {
      .design-nav__prevTitle {
        left: 0; } }
  .design-nav__nextTitle {
    width: max-content; }
    @media (hover: none) {
      .design-nav__nextTitle {
        right: 0; } }
  .design-nav__link--home {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 47%;
    font-size: 3rem;
    color: #707070; }
    @media (max-width: 46.88em), (hover: none) {
      .design-nav__link--home {
        font-size: 4.2rem; } }
    @media (max-width: 37.5em) {
      .design-nav__link--home {
        font-size: 5rem; } }
  .design-nav__link--prev:hover, .design-nav__link--prev:active, .design-nav__link--home:hover, .design-nav__link--home:active, .design-nav__link--next:hover, .design-nav__link--next:active {
    color: rgba(251, 8, 8, 0.8); }
  .design-nav__link--prev, .design-nav__link--next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    color: #D5D7DB; }
    @media (max-width: 46.88em), (hover: none) {
      .design-nav__link--prev, .design-nav__link--next {
        font-size: 2.6rem; } }
    @media (max-width: 37.5em) {
      .design-nav__link--prev, .design-nav__link--next {
        font-size: 3rem; } }
  .design-nav__link--prev {
    left: 0; }
  .design-nav__link--next {
    right: 0; }

.footer--home {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1rem;
  font-weight: 400; }
  @media (max-width: 56.25em) {
    .footer--home {
      font-size: 1.3rem; } }
  @media (max-width: 37.5em) {
    .footer--home {
      font-weight: 500; } }
  @media (max-width: 31.25em) {
    .footer--home {
      font-size: 1.6rem;
      bottom: 2rem; } }

.footer--design {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6vh;
  font-size: 1.2rem; }
  @media (max-width: 46.88em) {
    .footer--design {
      font-size: 2rem;
      height: 6rem; } }
  @media (max-width: 37.5em) {
    .footer--design {
      font-size: 2.2rem;
      height: 7rem; } }
  @media (max-width: 31.25em) {
    .footer--design {
      font-size: 2.5rem; } }

.row {
  max-width: 114rem;
  margin: 0 auto; }
  .row:not(:last-child) {
    margin-bottom: 5rem; }
    @media (max-width: 56.25em) {
      .row:not(:last-child) {
        margin-bottom: 3rem; } }
    @media (max-width: 37.5em) {
      .row:not(:last-child) {
        margin-bottom: 0; } }
  .row::after {
    content: "";
    display: table;
    clear: both; }
  .row [class^="col-"] {
    float: left; }
    .row [class^="col-"]:not(:last-child) {
      margin-right: 4.5rem; }
      @media (max-width: 75em) {
        .row [class^="col-"]:not(:last-child) {
          margin-right: 2rem; } }
      @media (min-width: 93.75em) {
        .row [class^="col-"]:not(:last-child) {
          margin-right: 7rem; } }
    @media (max-width: 37.5em) {
      .row [class^="col-"] {
        margin-bottom: 5rem; } }
    @media (max-width: 31.25em) {
      .row [class^="col-"] {
        margin-bottom: 6rem; } }
  .row .col-1-of-2 {
    width: calc((100% - 4.5rem) / 2); }
  .row .col-1-of-3 {
    width: calc((100% - 2 * 4.5rem) / 3); }
    @media (max-width: 75em) {
      .row .col-1-of-3 {
        width: calc((100% - 2 * 2rem) / 3); } }
    @media (min-width: 93.75em) {
      .row .col-1-of-3 {
        width: calc((100% - 2 * 7rem) / 3); } }
    @media (max-width: 37.5em) {
      .row .col-1-of-3.col-1-of-1 {
        width: 80%;
        float: none;
        margin: 0 auto; } }
    @media (max-width: 56.25em) {
      .row .col-1-of-3.col-1-of-1 {
        margin-bottom: 0; } }
    @media (max-width: 37.5em) {
      .row .col-1-of-3.col-1-of-1 {
        margin-bottom: 7rem; } }
  .row .col-2-of-3 {
    width: calc(2 * ((100% - 2 * 4.5rem) / 3) + 4.5rem); }
  .row .col-1-of-4 {
    width: calc((100% - 3 * 4.5rem) / 4); }
    @media (max-width: 75em) {
      .row .col-1-of-4 {
        width: calc((100% - 3 * 2rem) / 4); } }
    @media (max-width: 65.625em) {
      .row .col-1-of-4 {
        width: calc((100% - 3 * 1rem) / 4); } }
    @media (max-width: 56.25em) {
      .row .col-1-of-4 {
        width: calc((100% - 3 * 3.5rem) / 4); } }
    @media (max-width: 46.88em) {
      .row .col-1-of-4 {
        width: calc((100% - 3 * 2rem) / 4); } }
    @media (max-width: 37.5em) {
      .row .col-1-of-4 {
        width: calc((100% - 10rem) / 2); } }
    @media (max-width: 31.25em) {
      .row .col-1-of-4 {
        width: calc((100% - 4.5rem) / 2); } }
    @media (min-width: 93.75em) {
      .row .col-1-of-4 {
        width: calc((100% - 3 * 7rem) / 4); } }
    @media (max-width: 75em) {
      .row .col-1-of-4:not(:last-child) {
        margin-right: 2rem; } }
    @media (max-width: 65.625em) {
      .row .col-1-of-4:not(:last-child) {
        margin-right: 1rem; } }
    @media (max-width: 56.25em) {
      .row .col-1-of-4:not(:last-child) {
        margin-right: 3.5rem; } }
    @media (max-width: 46.88em) {
      .row .col-1-of-4:not(:last-child) {
        margin-right: 2rem; } }
    @media (max-width: 37.5em) {
      .row .col-1-of-4:not(:last-child) {
        margin-right: 10rem; } }
    @media (max-width: 31.25em) {
      .row .col-1-of-4:not(:last-child) {
        margin-right: 4.5rem; } }
    @media (min-width: 93.75em) {
      .row .col-1-of-4:not(:last-child) {
        margin-right: 7rem; } }
    @media (max-width: 37.5em) {
      .row .col-1-of-4:nth-child(even) {
        margin-right: 0; } }
  .row .col-2-of-4 {
    width: calc(2 * ((100% - 3 * 4.5rem) / 4) + 4.5rem); }
  .row .col-3-of-4 {
    width: calc(3 * ((100% - 3 * 4.5rem) / 4) + 2 * 4.5rem); }

.header {
  position: fixed;
  z-index: 1; }
  @media (max-width: 56.25em) {
    .header {
      position: relative;
      z-index: 0; } }
  .header__profile {
    position: relative;
    float: left;
    width: 33rem;
    height: 48rem;
    background-color: #ffffff;
    padding: 10% 0rem 5%;
    border-top-right-radius: 8%;
    border-bottom-right-radius: 8%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin-top: 4rem; }
    @media (max-width: 75em) {
      .header__profile {
        width: 30rem;
        height: 43.63636rem; } }
    @media (max-width: 56.25em) {
      .header__profile {
        float: none;
        width: 65rem;
        height: 27rem;
        border-top-right-radius: 0;
        border-bottom-left-radius: 5rem;
        border-bottom-right-radius: 5rem;
        padding: 0;
        margin: 0 auto 3rem;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); } }
    @media (max-width: 37.5em) {
      .header__profile {
        width: 60rem;
        height: 25rem; } }
    @media (max-width: 31.25em) {
      .header__profile {
        width: 47rem;
        height: 65rem;
        margin-top: 5rem; } }
    @media (min-width: 93.75em) {
      .header__profile {
        width: 35rem;
        height: 50.90909rem; } }
    .header__profile-logo-box {
      position: relative;
      width: 80%;
      height: 55%;
      margin: 0 auto; }
      @media (max-width: 56.25em) {
        .header__profile-logo-box {
          position: absolute;
          display: inline-block;
          width: 40%;
          height: 100%;
          left: 0; } }
      @media (max-width: 31.25em) {
        .header__profile-logo-box {
          position: relative;
          left: 50%;
          transform: translateX(-50%);
          width: 80%;
          height: 54%;
          margin-top: 2rem; } }
    .header__profile-avatar {
      cursor: pointer; }
    .header__profile-logo {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: 100%;
      transition: opacity 1.5s; }
      @media (max-width: 56.25em) {
        .header__profile-logo {
          height: 75%; } }
      @media (max-width: 37.5em) {
        .header__profile-logo {
          height: 80%; } }
      @media (max-width: 31.25em) {
        .header__profile-logo {
          height: 85%; } }
    .header__profile-photo {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: 85%;
      border: 1px solid rgba(213, 215, 219, 0.2);
      margin-top: 7%;
      object-fit: cover;
      opacity: 0;
      transition: opacity 1.5s; }
      @media (max-width: 56.25em) {
        .header__profile-photo {
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 70%;
          margin-top: 0; } }
  @media (max-width: 56.25em) {
    .header__content {
      position: absolute;
      left: 40%;
      width: 60%;
      height: 100%; } }
  @media (max-width: 31.25em) {
    .header__content {
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0;
      text-align: center;
      width: 80%;
      height: 42%; } }
  .header__profileLinks {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    z-index: 1; }
  .header__profileItem {
    margin-right: 1.5rem;
    font-size: 2.5rem;
    color: #707070; }
    .header__profileItem:hover {
      color: #000000;
      cursor: pointer; }
    @media (max-width: 75em) {
      .header__profileItem {
        margin-right: 2rem; } }
    @media (max-width: 56.25em) {
      .header__profileItem {
        font-size: 3.3rem; } }
    @media (max-width: 31.25em) {
      .header__profileItem {
        font-size: 4rem;
        margin-right: 2rem; } }
    .header__profileItem--email {
      position: relative; }
      .header__profileItem--email:hover::before, .header__profileItem--email:hover::after {
        opacity: 1; }
      .header__profileItem--email::before {
        content: "";
        opacity: 0;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1111111;
        top: 100%;
        transform: translateX(-50%) translatey(0%) rotate(-180deg);
        border-width: 1rem 1rem 0 1rem;
        border-style: solid;
        border-color: #FBFFB9 transparent transparent;
        transition: opacity 1s; }
      .header__profileItem--email::after {
        content: attr(tooltip);
        opacity: 0;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 100%;
        z-index: 1111111;
        transform: translateX(-50%) translateY(0%);
        text-align: center;
        font-size: 1.2rem;
        width: max-content;
        padding: .5rem .7rem;
        border-radius: 3px;
        margin-top: 1rem;
        background-color: #FBFFB9;
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
        transition: opacity 1s; }
        @media (max-width: 46.88em) {
          .header__profileItem--email::after {
            font-size: 1.3rem; } }
        @media (max-width: 37.5em) {
          .header__profileItem--email::after {
            font-size: 1.4rem; } }
        @media (max-width: 31.25em) {
          .header__profileItem--email::after {
            font-size: 1.7rem; } }
  .header__btn-resume {
    display: inline-block;
    padding: .3rem 1rem;
    border: 1px solid #D5D7DB;
    border-radius: 5px;
    background-color: #ffffff;
    font-size: 1.2rem; }
    .header__btn-resume:hover, .header__btn-resume:active {
      background-color: #D5D7DB; }
    @media (max-width: 75em) {
      .header__btn-resume {
        font-size: 1.1rem;
        padding: .3rem 1rem .5rem; } }
    @media (max-width: 56.25em) {
      .header__btn-resume {
        font-size: 1.6rem; } }
    @media (max-width: 31.25em) {
      .header__btn-resume {
        font-size: 1.7rem;
        padding: .6rem 1.5rem; } }
  .header__divider-box {
    height: 2px;
    margin: 2.5rem 0 1rem; }
    @media (max-width: 75em) {
      .header__divider-box {
        height: 1.5px;
        margin: 1.9rem 0 1.1rem; } }
    @media (max-width: 56.25em) {
      .header__divider-box {
        position: absolute;
        display: inline-block;
        height: 100%;
        width: 2px;
        margin: 0;
        left: 40%; } }
    @media (max-width: 31.25em) {
      .header__divider-box {
        position: absolute;
        display: block;
        height: 2px;
        width: 100%;
        margin: 0 1rem;
        left: 0;
        top: 0; } }
    @media (min-width: 93.75em) {
      .header__divider-box {
        margin: 2.5rem 0 1.5rem; } }
  .header__divider-line {
    width: 60%;
    height: 100%;
    margin: 0 auto;
    background-size: 2rem 100%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4) 50%, transparent 50%); }
    @media (max-width: 56.25em) {
      .header__divider-line {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        height: 60%;
        background-size: 100% 1.5rem;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 50%, transparent 50%); } }
    @media (max-width: 31.25em) {
      .header__divider-line {
        position: static;
        top: 0;
        transform: translateY(0);
        width: 57%;
        height: 100%;
        margin: 0 auto;
        background-size: 2rem 100%;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4) 50%, transparent 50%); } }
    @media (min-width: 112.5em) {
      .header__divider-line {
        width: 65%;
        background-size: 1.5rem 100%; } }

.section-tab {
  position: absolute;
  top: 8rem;
  left: 33rem;
  z-index: -1;
  float: left; }
  @media (max-width: 75em) {
    .section-tab {
      left: 30rem; } }
  @media (max-width: 56.25em) {
    .section-tab {
      display: none; } }
  @media (min-width: 93.75em) {
    .section-tab {
      top: 9rem;
      left: 35rem; } }
  .section-tab__item {
    padding: 0.7rem 1rem;
    list-style: none;
    background-color: #D5D7DB;
    margin: 2rem 0;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    cursor: pointer; }
    @media (min-width: 112.5em) {
      .section-tab__item {
        margin: 2.5rem 0; } }
    .section-tab__item--about, .section-tab__item--info {
      background-color: #FBFFB9; }
  .section-tab__link {
    font-size: 1.1rem;
    font-weight: 400; }
    @media (max-width: 65.625em) {
      .section-tab__link {
        font-size: 1rem; } }
    @media (min-width: 93.75em) {
      .section-tab__link {
        font-size: 1.2rem; } }
    .section-tab__link:link, .section-tab__link:visited {
      text-decoration: none;
      color: #000000; }
    .section-tab__link:hover, .section-tab__link:active {
      text-decoration-line: line-through; }

.main-background {
  position: relative;
  background-color: #FDF3ED; }

.content {
  position: absolute;
  top: 0;
  right: 0; }
  @media (max-width: 56.25em) {
    .content {
      position: static;
      width: 100% !important; } }

.section-about,
.section-design,
.section-develop {
  width: 80%;
  margin: 0 auto; }
  @media (max-width: 31.25em) {
    .section-about,
    .section-design,
    .section-develop {
      width: 85%; } }

.section-about {
  padding-top: 4rem; }
  @media (max-width: 31.25em) {
    .section-about {
      padding-top: 10rem; } }
  .section-about__summary {
    font-size: 1.5rem;
    line-height: 2.8rem;
    font-weight: 400; }
    @media (max-width: 75em) {
      .section-about__summary {
        line-height: 2.6rem; } }
    @media (max-width: 56.25em) {
      .section-about__summary {
        font-size: 2rem;
        line-height: 3.7rem; } }
    @media (max-width: 37.5em) {
      .section-about__summary {
        font-size: 2.3rem;
        line-height: 5rem; } }
    @media (max-width: 31.25em) {
      .section-about__summary {
        font-size: 2.5rem; } }
    @media (min-width: 93.75em) {
      .section-about__summary {
        font-size: 1.7em;
        line-height: 3rem; } }
    @media (min-width: 112.5em) {
      .section-about__summary {
        font-size: 1.6rem; } }
  .section-about .skill-box {
    text-align: center;
    margin-top: 4%; }
    @media (max-width: 56.25em) {
      .section-about .skill-box {
        margin-top: 7%; } }
    @media (max-width: 31.25em) {
      .section-about .skill-box {
        margin-top: 10%;
        display: none; } }
  @media (max-width: 31.25em) {
    .section-about .skill-box-row {
      display: none; } }
  .section-about .skill-box-col {
    display: none; }
    @media (max-width: 31.25em) {
      .section-about .skill-box-col {
        display: block; } }
    @media (max-width: 31.25em) {
      .section-about .skill-box-col__section {
        margin: 40px 0; } }
    @media (max-width: 31.25em) {
      .section-about .skill-box-col__list {
        display: block;
        font-size: 2.5rem;
        font-weight: 400;
        padding: 0 5px;
        line-height: 22px; } }
  .section-about .icon {
    display: block;
    width: 11rem;
    margin: 0 auto;
    margin-bottom: 1rem; }
    @media (max-width: 75em) {
      .section-about .icon {
        width: 10rem; } }
    @media (max-width: 56.25em) {
      .section-about .icon {
        width: 14rem;
        margin-bottom: 2rem; } }
    @media (max-width: 31.25em) {
      .section-about .icon {
        width: 10rem; } }
  .section-about .skill-title {
    display: inline-block;
    width: max-content;
    padding: .4rem 1.5rem .4rem 1.2rem;
    margin-bottom: 1rem;
    background-color: #ffffff;
    border-left: 3px solid #000000;
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: lowercase; }
    @media (max-width: 75em) {
      .section-about .skill-title {
        padding-left: 1.25rem;
        border-left: 2.5px solid #000000; } }
    @media (max-width: 65.625em) {
      .section-about .skill-title {
        padding: .5rem 1.5rem .5rem 1.25rem; } }
    @media (max-width: 56.25em) {
      .section-about .skill-title {
        font-size: 2rem;
        padding: .6rem 1.5rem;
        margin-bottom: 1.5rem;
        border-top: 2px solid #000000;
        border-left: 0; } }
    @media (max-width: 37.5em) {
      .section-about .skill-title {
        font-size: 2.3rem; } }
    @media (max-width: 31.25em) {
      .section-about .skill-title {
        font-size: 2.5rem;
        border-top: 1px solid #000000; } }
    @media (min-width: 93.75em) {
      .section-about .skill-title {
        font-size: 1.6rem; } }
  .section-about .skill {
    font-size: 1.3rem;
    line-height: 2.2rem;
    font-weight: 400; }
    @media (max-width: 75em) {
      .section-about .skill {
        line-height: 2.1rem; } }
    @media (max-width: 56.25em) {
      .section-about .skill {
        font-size: 1.8rem;
        line-height: 3.3rem; } }
    @media (max-width: 37.5em) {
      .section-about .skill {
        font-size: 2rem;
        line-height: 3.5rem; } }
    @media (max-width: 31.25em) {
      .section-about .skill {
        font-size: 1.9rem;
        line-height: 3.1rem; } }
    @media (min-width: 93.75em) {
      .section-about .skill {
        font-size: 1.4rem;
        line-height: 2.3rem; } }

.section-design,
.section-develop {
  padding-top: 10rem; }

.section-develop {
  height: 100vh;
  margin-bottom: 10rem; }
  @media (max-width: 56.25em) {
    .section-develop {
      height: auto; } }

.section-design__content {
  width: 100%;
  position: relative; }

.locator {
  width: 100%;
  height: 4rem; }
