@font-face {
  font-family: Neuepower;
  src: url('../fonts/NeuePower-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuepower;
  src: url('../fonts/NeuePower-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuepower;
  src: url('../fonts/NeuePower-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuepower;
  src: url('../fonts/NeuePower-Heavy.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuepower;
  src: url('../fonts/NeuePower-Ultra.woff2') format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --button--background: white;
  --button--text: white;
  --swatch--light: #efefef;
  --light--theme-border: var(--swatch--dark);
  --swatch--dark-secondary: #1d1d1d;
  --light--theme-text: var(--swatch--dark);
  --swatch--light-secondary: #efefef;
  --light--theme-background: var(--swatch--light);
  --swatch--dark: #333;
  --swatch--light-transparent: #ffffffbd;
  --swatch--dark-transparent: #000000d6;
  --swatch--transparent: #fff0;
  --button--border: white;
  --button--background-hover: white;
  --button--text-hover: white;
  --button--border-hover: white;
  --light--theme-background-alt: var(--swatch--light);
  --light--theme-link-btn: var(--swatch--dark);
  --dark--theme-background: var(--swatch--dark-secondary);
  --dark--theme-background-alt: var(--swatch--dark-secondary);
  --dark--theme-text: var(--swatch--light-secondary);
  --dark--theme-border: var(--swatch--light);
  --dark--theme-link-btn: var(--swatch--light-secondary);
  --dark--font--primary-font: Neuepower, Arial, sans-serif;
}

body {
  background-color: #000;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

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

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

.page-main {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: clip;
}

.page-wrap {
  overflow: clip;
}

.page_code_wrap {
  display: none;
  position: fixed;
}

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

.nav-wrap {
  z-index: 3;
  background-color: #0000;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 1.875rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.reach-out {
  z-index: 3;
  display: flex;
  position: relative;
}

.logo-wrap {
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
  position: relative;
}

.nav-left {
  z-index: 3;
  grid-column-gap: 4.75rem;
  grid-row-gap: 4.75rem;
  flex: none;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.nav-center {
  z-index: 3;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: right;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.pres-wrap {
  align-items: flex-end;
  display: flex;
}

.designer-pres {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}

.more-things {
  text-align: left;
  text-transform: uppercase;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}

.logo-tn {
  align-items: flex-end;
  height: 28px;
  display: block;
  position: relative;
  overflow: hidden;
}

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

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

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

.reach-btn {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--button--text);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.reach-btn.w--current {
  background-color: var(--button--background);
  color: var(--button--text);
  border: 1px solid #0000;
}

.reach-text {
  text-transform: uppercase;
  position: static;
  overflow: hidden;
}

.submit-button {
  color: var(--swatch--light);
  background-color: #0323d8;
}

.back-home-link {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.footer {
  border-style: solid none none;
  border-width: 1px 0 0;
  border-color: var(--light--theme-border) black var(--swatch--dark-secondary);
  position: relative;
}

.footer-content-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.tn-big-logo {
  flex-flow: row;
  flex: none;
  width: 20%;
  display: block;
  position: relative;
}

.logo-tn-big {
  flex: 0 auto;
  align-items: flex-end;
  width: 275px;
  height: 195px;
  display: block;
  position: relative;
  overflow: hidden;
}

.f-center-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 40%;
  display: block;
}

.footer-text {
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
}

.footer-text.skills {
  font-size: 11px;
}

.f-right-wrap {
  width: 30%;
}

.pre-f-wrapper {
  border-top: 1px solid var(--light--theme-border);
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  position: relative;
}

.f-init-wrap {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  align-items: center;
  width: 20%;
  padding-left: 35px;
  display: flex;
}

.pre-f-text {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

.f-copyright-wrap {
  width: 40%;
  position: relative;
}

.f-pre-right-wrap {
  width: 30%;
  display: flex;
  position: relative;
}

.content-skills {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  width: 330px;
  display: flex;
  position: relative;
}

.content-me {
  width: 300px;
}

.image {
  width: 70px;
  height: 3px;
}

.mini-icons {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.center-el-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.center-footer-pos {
  justify-content: space-between;
  align-items: flex-start;
  width: 70%;
  display: flex;
  position: relative;
}

.position {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  padding-top: 2px;
  display: flex;
}

.pos-text {
  font-size: 8px;
  font-weight: 700;
  line-height: 1;
}

.pos-circl {
  background-color: var(--light--theme-text);
  width: 3px;
  height: 3px;
}

.bold {
  font-size: 11px;
}

.heading {
  color: var(--swatch--light);
}

.field-label {
  color: var(--swatch--light-secondary);
  font-weight: 400;
}

.text-field {
  color: var(--light--theme-text);
}

.heading-2 {
  color: var(--swatch--light);
}

.text-block {
  color: var(--swatch--light-secondary);
}

.archives-main-wrapper {
  padding: 100px 120px 30vh;
  position: relative;
}

.section-heading-wrap {
  width: 100%;
  padding-bottom: 20px;
}

.heading-section-title {
  text-transform: uppercase;
  font-size: 30px;
}

.reference-wrapper {
  padding-bottom: 140px;
}

.grid-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding-bottom: 100px;
  display: flex;
}

.grid-one-col-big {
  position: relative;
  overflow: hidden;
}

.protected-img {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: relative;
}

.grid-two-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.legend {
  z-index: 3;
  text-transform: uppercase;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: auto;
  font-size: 14px;
  display: flex;
  position: relative;
}

.legend-text {
  color: var(--swatch--light);
  text-align: left;
  text-transform: none;
  font-size: 16px;
  line-height: 24px;
}

.reach-text-footer {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1;
  position: static;
  overflow: hidden;
}

.reach-btn--footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--button--text);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.reach-btn--footer.w--current {
  background-color: var(--button--background);
  color: var(--button--text);
  border: 1px solid #0000;
}

.earth {
  flex: 0 auto;
  align-items: flex-end;
  width: 21px;
  height: 14px;
  display: block;
  position: relative;
  overflow: hidden;
}

.grid-three-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

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

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

.button-url {
  border: 1px solid var(--light--theme-background);
  background-color: #0000;
  border-radius: 8px;
  padding: 15px 20px;
  transition: background-color .2s;
}

.button-url:hover {
  color: var(--swatch--dark-secondary);
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .nav-left {
    grid-column-gap: 2.2rem;
    grid-row-gap: 2.2rem;
  }

  .tn-big-logo {
    flex: none;
    width: 30%;
  }

  .logo-tn-big {
    width: 200px;
  }

  .f-center-wrap {
    width: auto;
  }

  .f-init-wrap {
    width: 30%;
  }

  .f-copyright-wrap {
    width: 60%;
  }

  .center-el-wrapper {
    align-items: flex-start;
  }

  .center-footer-pos {
    flex-flow: row;
    justify-content: space-between;
  }

  .archives-main-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .reach-out, .nav-center {
    display: none;
  }

  .logo-tn-big {
    width: 90%;
  }

  .f-right-wrap {
    display: none;
  }

  .pre-f-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .f-init-wrap {
    width: 100%;
    padding-left: 0;
  }

  .f-copyright-wrap, .f-pre-right-wrap {
    width: auto;
  }

  .content-me {
    padding-top: 20px;
  }

  .center-footer-pos {
    flex-flow: row;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .footer-content-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    align-items: flex-start;
  }

  .tn-big-logo {
    align-self: flex-start;
    width: 35%;
  }

  .logo-tn-big {
    width: 100%;
    height: auto;
  }

  .footer-text {
    width: 100%;
  }

  .f-init-wrap {
    justify-content: center;
    align-items: center;
  }

  .content-skills {
    align-items: flex-start;
    width: 100%;
  }

  .mini-icons {
    justify-content: flex-start;
    width: auto;
  }

  .center-el-wrapper {
    justify-content: center;
    align-items: stretch;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .center-footer-pos {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
  }

  .archives-main-wrapper {
    padding-bottom: 15vh;
  }

  .heading-section-title {
    font-size: 20px;
  }

  .reference-wrapper {
    padding-bottom: 20px;
  }

  .legend-text {
    font-size: 12px;
  }
}

#w-node-_20068393-7bb2-f162-4bff-3d0398090db3-7ade8b5a {
  place-self: center end;
}

#w-node-b07043d4-9a55-d963-2aa4-c51a3565aa31-7ade8b5a, #w-node-_2d39fdb7-767b-b6c5-9ee8-6fe0260dad72-7ade8b5a, #w-node-ad85008f-1802-d827-fbf7-3d223cb8e62b-7ade8b5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_129d0441-0dad-5057-f0a3-48aec1c5d950-7ade8b5a, #w-node-aa72a9ac-9a4a-3df6-5221-5f6eaa3470c1-7ade8b5a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_23c0a943-e47e-5335-7a28-ed3d60bfe2d1-7ade8b5a, #w-node-_1fac34cc-92ee-a1b1-3c13-4184a137b432-7ade8b5a {
  place-self: center end;
}

#w-node-_0b7de558-2953-81de-2ab4-c764589927ad-7ade8b5a, #w-node-_0b7de558-2953-81de-2ab4-c764589927ab-7ade8b5a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8a8f0c73-ef64-cc86-49ce-81c3e7e1be22-7ade8b5a {
  place-self: center end;
}


@font-face {
  font-family: 'Neuepower';
  src: url('../fonts/NeuePower-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuepower';
  src: url('../fonts/NeuePower-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuepower';
  src: url('../fonts/NeuePower-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuepower';
  src: url('../fonts/NeuePower-Heavy.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuepower';
  src: url('../fonts/NeuePower-Ultra.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}