:root {
  --content: #edf7fd;
  --background: #1c2023;
  --brand: #e5a124;
  --accent: #158ece;
  color-scheme: only dark;
}

html {
  background: var(--background);
  font-size: 111%;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
@media (min-width: 620px) {
  html {
    font-size: 100%;
  }
}
@media (min-width: 1000px) {
  html {
    font-size: 108%;
  }
}
@media (min-width: 1400px) {
  html {
    font-size: 120%;
  }
}
@media (min-width: 2000px) and (min-height: 1000px) {
  html {
    font-size: 130%;
  }
}

body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
body * {
  color: var(--content);
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 350;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
body a, body .link {
  color: var(--accent);
  display: inline-block;
  padding: 0 0 0.2rem;
  text-decoration: none;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
body a:hover, body a:focus, body a:focus-visible, body a:active, body .link:hover, body .link:focus, body .link:focus-visible, body .link:active {
  border-bottom-color: var(--accent);
}
body a:hover span, body a:focus span, body a:focus-visible span, body a:active span, body .link:hover span, body .link:focus span, body .link:focus-visible span, body .link:active span {
  color: var(--accent);
}
body a:hover svg *, body a:focus svg *, body a:focus-visible svg *, body a:active svg *, body .link:hover svg *, body .link:focus svg *, body .link:focus-visible svg *, body .link:active svg * {
  fill: var(--accent);
}
body ul, body ol, body li {
  margin: 0 0 1rem 0;
  text-indent: 0;
  padding: 0;
}
body ol li {
  color: var(--brand);
}
body ol li h4 {
  color: var(--brand);
}
body ol li h5, body ol li ul li, body ol li p {
  color: var(--content);
}
@media (min-width: 50rem) {
  body ol > li {
    font-size: 1.3rem;
  }
  body ol > li h4 {
    font-size: 1.3rem;
  }
}
@media (min-width: 70rem) {
  body ol {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 7rem;
  }
  body ol > li {
    font-size: 1.7rem;
  }
  body ol > li h4 {
    font-size: 1.7rem;
  }
  body ol > li:nth-child(2) {
    margin-top: 5rem;
  }
  body ol > li:last-child {
    grid-column-end: span 2;
  }
  body ol > li:last-child > p {
    max-width: 100%;
  }
  body ol > li:last-child > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 7rem;
  }
  body ol > li:last-child > div > div {
    grid-column-start: 1;
  }
  body ol > li:last-child > div > div:nth-child(2) {
    grid-column-start: 2;
    grid-row-start: 1;
    grid-row-end: span 2;
    margin-top: 5rem;
  }
}
body h1, body h3 {
  font-family: "TASA Explorer", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: 0.5rem;
  margin: 0;
}
body h1 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
}
body h1 span {
  opacity: 0;
  position: absolute !important;
}
body h1 svg {
  width: 100%;
  max-width: 20rem;
  fill: var(--content);
}
body h1 svg g {
  fill: var(--brand);
}
body h1 strong {
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 1.1rem;
  text-align: right;
  margin-top: 0.3rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
body h1 strong:after {
  width: 0.4rem;
  height: 0.4rem;
  margin-left: 0.35rem;
  margin-top: 0.4rem;
  content: "";
  background: var(--brand);
}
body h2 {
  font-weight: 300;
  font-size: 1.6rem;
  margin: 2rem 0 1rem;
}
body p, body h4, body h5, body li {
  font-size: 1rem;
  line-height: 1.3;
  margin: 0 0 1rem;
  letter-spacing: 0.05rem;
}
body p {
  max-width: 36rem;
}
body h4 {
  font-size: 1.1rem;
  margin-top: 2rem;
}
body h5 {
  font-weight: 600;
  margin-top: 2rem;
}
body ul li {
  display: grid;
  grid-template-columns: 1rem 1fr;
  list-style-type: none;
}
body ul li:before {
  content: "";
  background: var(--brand);
  width: 0.5rem;
  height: 0.5rem;
  margin-top: 0.4rem;
}
body header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 15;
  padding: 1rem;
  background: var(--background);
  display: grid;
  grid-template-columns: 1fr max-content;
  align-items: center;
}
body header nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
body header nav a {
  text-transform: uppercase;
  margin-right: 1rem;
  display: none;
}
body header nav a span {
  font-weight: 300;
  letter-spacing: 0.1rem;
}
body header nav a svg {
  width: 1.5rem;
}
body header nav a svg * {
  fill: var(--brand);
}
body header nav a svg *:last-child {
  fill: var(--content);
  transition: fill 0.15s;
}
body header nav a:first-child {
  margin-right: auto;
  margin-left: 0;
  border-width: 0;
  display: block;
}
body header nav a:last-child {
  display: block;
}
body header nav a:hover svg *, body header nav a:focus-visible svg *, body header nav a:active svg * {
  fill: var(--brand) !important;
}
@media (min-width: 768px) {
  body header nav a {
    display: block !important;
  }
}
body header .socials {
  display: grid;
  grid-auto-flow: column;
  grid-column-gap: 0.5rem;
}
body header .socials a {
  border: none;
}
body header .socials svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: var(--content);
}
body footer {
  padding: 1rem;
}
body footer small {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
body footer small > span {
  margin-bottom: 1rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  body footer {
    padding-top: 2rem;
  }
  body footer small {
    display: grid;
    justify-content: center;
    grid-template-columns: max-content max-content;
  }
  body footer small > *:first-child {
    grid-column-end: span 2;
  }
}
@media (min-width: 960px) {
  body footer {
    padding-top: 3rem;
  }
}
body main {
  display: grid;
  grid-template-columns: 100%;
  grid-auto-rows: max-content;
  scroll-behavior: smooth;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
body section {
  position: relative;
  padding: 2rem 11vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body section .squares-animation {
  position: absolute !important;
  bottom: 0;
  right: 0;
  height: 50vh;
  max-height: 100vw;
  width: auto;
  z-index: 0 !important;
  transform-origin: bottom right;
  transform: scale(0.5);
  transition: all 0.7s;
  opacity: 0;
}
@media (min-width: 120vh) {
  body section .squares-animation {
    height: 40vw;
    max-height: 70vh;
  }
}
body section .squares-animation * {
  fill: var(--brand);
}
body section .squares-animation path {
  opacity: 0;
}
body section .squares-animation rect:nth-child(2) {
  opacity: 0.6;
  transition: all 1s;
  transform: translate(30%, 30%);
}
body section .squares-animation rect:nth-child(3) {
  opacity: 0.3;
  transition: all 1s;
  transform: translate(60%, 60%);
}
body section .squares-animation.show {
  opacity: 1;
  transform: scale(1);
}
body section .squares-animation.show rect {
  transform: translate(0, 0) !important;
}
body section#home, body section#hero {
  padding-top: 6rem;
  padding-bottom: 0;
  min-height: calc(100vh - 10rem);
  margin-bottom: 2rem;
}
body section#home *, body section#hero * {
  position: relative;
  z-index: 1;
}
body section#hero {
  /* top section on pages which are not the homepage */
}
@media (min-height: 100vw) {
  body section#hero {
    min-height: calc(100vw - 4rem);
  }
}
body section#hero h1 {
  font-size: 1.5rem;
}
@media (min-width: 600px) {
  body section#hero h1 {
    font-size: 2rem;
  }
}
body section#services ol {
  position: relative;
  z-index: 10;
}
body section#services li h4,
body section#services li h5,
body section#services li p,
body section#services li li {
  opacity: 0;
  transition: all 0.7s;
  transform: translate(1rem, 3rem);
}
body section#services li h4.show,
body section#services li h5.show,
body section#services li p.show,
body section#services li li.show {
  opacity: 1;
  transform: translate(0, 0);
}
body section#services > div {
  transform: rotate(90deg);
  transform-origin: top;
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  z-index: 0;
  opacity: 0.5;
}
body section#services > div .squares-animation {
  opacity: 1;
  transform: none !important;
  min-width: 100vw !important;
  min-height: 100vw !important;
}
@media (min-width: 160vh) {
  body section#services > div .squares-animation {
    min-width: 80vw !important;
    min-height: 80vw !important;
  }
}
body section#services > div .squares-animation rect {
  transform: translate(0, 0) !important;
  opacity: 0.3;
}
body section#clients {
  margin-top: 10vw;
}
body section#clients > * {
  position: relative;
  z-index: 10;
}
body section#clients ul {
  height: 4rem;
  overflow: hidden;
  position: relative;
  margin-top: 2rem;
  background: var(--content);
  padding: 0.75rem;
  max-width: 1000px;
}
body section#clients ul li.logo {
  grid-template-columns: 100%;
  grid-template-rows: 100%;
  padding: 0;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0;
  margin: 0;
  transition: opacity 0.35s;
}
body section#clients ul li.logo:before {
  content: none;
}
body section#clients ul li.logo img, body section#clients ul li.logo strong {
  grid-row-start: 1;
  grid-column-start: 1;
  display: block;
  margin: 0 auto;
  height: 3rem;
}
body section#clients ul li.logo img {
  transform: translate(1rem, 1rem);
  transition: transform 0.35s;
  background: white;
  border: 5px solid white;
}
body section#clients ul li.logo.logo--active {
  opacity: 1;
}
body section#clients ul li.logo.logo--active img {
  transform: translate(0, 0);
}
@media (min-width: 600px) {
  body section#clients ul {
    height: 6rem;
    background: none;
    padding: 0;
  }
  body section#clients ul li.logo {
    background: white;
    border: 10px solid white;
    outline: 10px solid var(--background);
  }
  body section#clients ul li.logo:nth-child(2n+1) {
    left: 0;
    right: 50%;
  }
  body section#clients ul li.logo:nth-child(2n) {
    left: 50%;
    right: 0;
  }
  body section#clients ul li.logo img {
    height: auto;
    width: auto;
    max-width: 80%;
    border-width: 0;
  }
}
@media (min-width: 900px) {
  body section#clients ul li.logo:nth-child(3n+2) {
    left: 33.33%;
    right: 33.33%;
  }
  body section#clients ul li.logo:nth-child(3n+1) {
    left: 0;
    right: 66.66%;
  }
  body section#clients ul li.logo:nth-child(3n) {
    left: 66.66%;
    right: 0;
  }
}
body section#body {
  align-items: center;
  text-align: center;
}
body section#body h3 {
  color: var(--brand);
  text-transform: none;
  letter-spacing: 0;
  margin: 3rem 0 2rem;
}
body section#body p {
  max-width: 50rem;
}
body section#body p:last-child {
  padding-bottom: 10vh;
  margin-bottom: 10vh;
  border-bottom: 1px solid;
}
body section#contact {
  padding-bottom: 2rem;
}
body section#contact h4 {
  font-weight: 600;
}
body section#contact ul li {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
body section#contact ul:first-of-type li {
  font-size: unset;
  grid-template-columns: 1rem max-content;
}
body section#contact ul:first-of-type li:before {
  background: var(--accent);
}
body section#contact > svg {
  width: 16rem;
  margin-top: 3rem;
}
body section#contact > svg > path {
  fill: var(--content);
}
body section#contact > svg > g path {
  fill: var(--brand);
}
body section#contact h5 {
  width: 16rem;
  margin-top: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
body section#contact h5:after {
  width: 0.35rem;
  height: 0.35rem;
  margin-left: 0.3rem;
  margin-top: 0.4rem;
  content: "";
  background: var(--brand);
}
body section#contact h6 {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 0.9rem;
}
body section#contact p {
  font-size: 0.9rem;
  max-width: 20rem;
}
@media (min-width: 768px) {
  body section#contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 1rem;
    grid-column-gap: 3rem;
  }
  body section#contact > h4 {
    grid-row-start: 1;
    grid-column-start: 2;
  }
  body section#contact > ul:nth-child(2) {
    grid-row-start: 2;
    grid-column-start: 2;
    margin-bottom: 0;
  }
  body section#contact > svg {
    grid-row-start: 2;
    grid-column-start: 1;
    margin-top: 1.5rem;
  }
  body section#contact > h5 {
    grid-row-start: 2;
    grid-column-start: 1;
    align-self: flex-end;
  }
  body section#contact > h6 {
    margin-top: 0;
    grid-row-start: 3;
    grid-column-start: 1;
  }
  body section#contact > p {
    grid-row-start: 3;
    grid-column-start: 1;
    margin-top: 2rem;
  }
  body section#contact > ul:nth-child(7) {
    grid-row-start: 3;
    grid-column-start: 2;
    align-self: flex-end;
  }
}

aside#rendez-vous {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  opacity: 0;
  display: none;
  pointer-events: none;
  grid-template-rows: max-content 1fr;
  justify-content: center;
  align-items: stretch;
  transition: opacity 0.2s;
}
aside#rendez-vous > h2 {
  position: relative;
  z-index: 100;
  margin: 2rem 3rem;
  text-align: center;
}
@media (min-width: 768px) {
  aside#rendez-vous > h2 {
    margin-top: 3rem;
  }
}
aside#rendez-vous > .link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.7;
  z-index: 0;
  margin: 0;
  font-size: 1.4rem;
  font-weight: 400;
}
aside#rendez-vous > .link:before {
  content: "";
  position: absolute;
  top: 1rem;
  right: 1rem;
  content: "X";
}
aside#rendez-vous > .link:hover {
  color: white;
}
aside#rendez-vous > iframe {
  margin: 0 2rem 2rem;
  position: relative;
  z-index: 100;
  overflow: auto;
  width: calc(100% - 4rem);
  background: var(--content);
}
aside#rendez-vous.open {
  opacity: 1;
  display: grid;
  pointer-events: all;
}

/*# sourceMappingURL=qsi.css.map */
