@charset "UTF-8";
/* ST Styles 2021 */
@import url("https://hello.myfonts.net/count/3d02e8");
:root {
  --padding: 15vh;
  --lightgray: #faf9f9;
  --blue: rgba(0,104,230,1);
  --blue1: rgba(0,63,230,1);
  --white: #fff;
  --black: #212121;
  --font1: "Trenda", "Helvetica", sans-serif;
}

/**
 * @license
 * MyFonts Webfont Build ID 3998440, 2021-01-16T17:23:06-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Trenda-BoldIt by Latinotype
 * URL: https://www.myfonts.com/fonts/latinotype/trenda/bold-italic/
 * 
 * Webfont: Trenda-Bold by Latinotype
 * URL: https://www.myfonts.com/fonts/latinotype/trenda/bold/
 * 
 * Webfont: Trenda-Regular by Latinotype
 * URL: https://www.myfonts.com/fonts/latinotype/trenda/regular/
 * 
 * Webfont: Trenda-RegularIt by Latinotype
 * URL: https://www.myfonts.com/fonts/latinotype/trenda/regular-italic/
 * 
 * Webfont: Trenda-Semibold by Latinotype
 * URL: https://www.myfonts.com/fonts/latinotype/trenda/semibold/
 * 
 * Webfont: Trenda-SemiboldIt by Latinotype
 * URL: https://www.myfonts.com/fonts/latinotype/trenda/semibold-italic/
 * 
 * 
 * Webfonts copyright: Copyright &amp;#x00A9; 2016 by Daniel Hernandez &amp;amp; Paula Nazal. All rights reserved.
 * 
 * © 2021 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: "Trenda";
  src: url("../webfonts/Trenda-Regular/font.woff2") format("woff2"), url("../webfonts/Trenda-Regular/font.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Trenda";
  src: url("../webfonts/Trenda-Bold/font.woff2") format("woff2"), url("../webfonts/Trenda-Bold/font.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Trenda";
  src: url("../webfonts/Trenda-BoldIt/font.woff2") format("woff2"), url("../webfonts/Trenda-BoldIt/font.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Trenda";
  src: url("../webfonts/Trenda-RegularIt/font.woff2") format("woff2"), url("../webfonts/Trenda-RegularIt/font.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Trenda";
  src: url("../webfonts/Trenda-Semibold/font.woff2") format("woff2"), url("../webfonts/Trenda-Semibold/font.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Trenda";
  src: url("../webfonts/Trenda-SemiboldIt/font.woff2") format("woff2"), url("../webfonts/Trenda-SemiboldIt/font.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
p,
h1,
h2,
h3 {
  orphans: 3;
  widows: 3;
}

h2,
h3 {
  page-break-after: avoid;
}

header {
  position: relative;
  top: 0;
  padding: 2rem 10vw;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
header #logo {
  flex: 0 1 auto;
  margin-bottom: 1rem;
}
header #logo img {
  height: 2rem;
}
header nav {
  position: relative;
  left: -2rem;
  flex: 0 1 auto;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
header nav a {
  flex: 0 0 auto;
  min-width: 8rem;
  position: relative;
  display: inline-block;
  padding: 0.75rem 2rem;
  color: inherit;
  font-weight: 500;
}
header nav a::before {
  content: "";
  display: block;
  height: 4px;
  width: 4px;
  border-radius: 6px;
  background: var(--blue);
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
}
header nav a:not(#contact).active::before, header nav a:not(#contact):hover::before {
  width: 100%;
  opacity: 1;
}
header nav a#contact {
  padding: 0.75rem 1rem;
}
header nav #contact {
  position: fixed;
  top: 2rem;
  right: 5vw;
  width: 3rem;
  background: var(--blue);
  color: var(--white);
  min-width: 0;
  border-radius: 2rem;
}

#banner {
  position: relative;
  top: -40vw;
  margin-bottom: -50vw;
  width: 100vw;
  transform-style: preserve-3d;
}

#banner-image {
  width: 130%;
  height: auto;
  transform: translateZ(-200px) rotateX(40deg) rotateY(5deg) rotateZ(-34deg);
}

#banner-shadow {
  position: absolute;
  top: 0;
  width: 130%;
  height: auto;
  transform: translateY(5%) translateZ(-220px) rotateX(40deg) rotateY(5deg) rotateZ(-34deg) scale(1.1);
  opacity: 0.25;
}

section {
  width: 100vw;
  overflow: visible;
  background: transparent;
}
section::before {
  content: attr(data-bg);
  font-size: 200vh;
  position: absolute;
  top: -100vh;
  right: 40%;
  opacity: 0.03;
  transform: translateZ(-400px);
}
section[class*=clip-]::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
section .content-wrapper {
  width: 80vw;
  margin: 0 auto;
  padding: var(--padding) 0;
}
section .content-wrapper article,
section .content-wrapper figure {
  flex: 1 1 45%;
}
section .content-wrapper article {
  padding: 4rem 0;
  max-width: 100%;
}
section .content-wrapper figure {
  margin-bottom: 4rem;
  text-align: center;
}
section.extra-padding .content-wrapper {
  padding: calc(var(--padding) * 2) 0;
}
section.left .content-wrapper, section.right .content-wrapper {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  align-content: stretch;
}
section .content-wrapper > figure {
  transform: translate3d(0, 0, 60px);
}
section.left .content-wrapper > figure {
  transform: translate3d(0, 0, 60px) scale(0.8);
}
@media (min-width: 90em) {
  section.left .content-wrapper > figure {
    order: 2;
    transform: translate3d(5vw, 0, 60px) scale(0.8);
  }
}
section.right .content-wrapper > figure {
  transform: translate3d(0, 0, 60px) scale(0.8);
}
@media (min-width: 90em) {
  section.right .content-wrapper > figure {
    transform: translate3d(-5vw, 0, 60px) scale(0.8);
  }
}
section .bg {
  position: absolute;
  width: 100vw;
  left: 0;
  z-index: -1;
  transform: translateZ(-150px) scale(1.5, 1.2);
}
section.clip-left .bg {
  transform: rotateY(-15deg) translate3d(20%, 0, -250px) scale(1.5, 1.2);
}
section.clip-right .bg {
  transform: rotateY(15deg) translate3d(20%, 0, -250px) scale(1.5, 1.2);
}

footer {
  background: var(--black);
  color: white;
}
footer .footer-wrapper {
  width: 80vw;
  margin: 0 auto;
  padding: calc(var(--padding) * 1.2) 0;
}

#footer-logo {
  height: 3rem;
  width: auto;
}

body {
  font-family: var(--font1);
  font-size: 1.2rem;
  background: var(--lightgray);
  color: var(--black);
}

* {
  box-sizing: border-box;
}

#page {
  perspective: 2000px;
  perspective-origin: 50% 50%;
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
  transform-style: preserve-3d;
  background: linear-gradient(40deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  -webkit-animation: perspectivein 1s forwards;
          animation: perspectivein 1s forwards;
}

@-webkit-keyframes perspectivein {
  from {
    perspective: 2000px;
  }
  to {
    perspective: 1200px;
  }
}

@keyframes perspectivein {
  from {
    perspective: 2000px;
  }
  to {
    perspective: 1200px;
  }
}
h1, h2, h3, h4, h5, h6 {
  margin: 4rem 0 1rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}
h1:nth-child(1), h2:nth-child(1), h3:nth-child(1), h4:nth-child(1), h5:nth-child(1), h6:nth-child(1) {
  margin-top: 0;
}

h1 {
  font-size: 3em;
}

h2 {
  font-size: 2.4em;
}

h3 {
  font-size: 1.8em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

@media (min-width: 60em) {
  h1 {
    font-size: 4em;
  }

  h2 {
    font-size: 3em;
  }

  h3 {
    font-size: 2em;
  }

  h4 {
    font-size: 1.6em;
  }

  h5 {
    font-size: 1.3em;
  }

  h6 {
    font-size: 1.1em;
  }
}
p {
  width: 30rem;
  max-width: 100%;
  line-height: 1.4em;
  margin-bottom: 1em;
}
@media (min-width: 90em) {
  p {
    width: 40rem;
  }
}
p.large {
  font-size: 1.6em;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid var(--black);
  margin: 1em 0;
  padding: 0;
  opacity: 0.1;
}

aside {
  font-style: italic;
  font-weight: 400;
  font-size: 0.85em;
  opacity: 0.5;
}

a {
  text-decoration: none;
}

p a {
  color: var(--blue);
}

li {
  margin-bottom: 1.5rem;
}

figure img {
  width: 100%;
  height: auto;
}
@media (min-width: 90em) {
  figure img {
    width: 100%;
  }
}

.dark {
  color: var(--white);
  background: none;
}

.dark .bg {
  background: var(--black);
  opacity: 1;
}

.blue {
  color: var(--white);
  background: none;
}

.blue .bg {
  background: var(--blue);
  opacity: 1;
}

.white {
  color: var(--black);
  background: none;
}

.white .bg {
  background: var(--white);
  opacity: 1;
}

.blue .bg {
  background: linear-gradient(120deg, var(--blue1), var(--blue));
}

.button {
  display: inline-block;
  padding: 0.75em 2em;
  border-radius: 2em;
  margin: 1rem 0;
  margin-right: 1rem;
  background: var(--blue);
  color: var(--white);
  transform: scale(1);
  transition: all 0.6s;
}
.button:hover {
  transform: scale(1.05);
}

.grid {
  display: flex;
  flex-flow: row wrap;
  align-content: space-evenly;
}
.grid img {
  flex: 0 1 auto;
  width: auto;
  max-width: 25vw;
  height: 4rem;
  margin: 2rem;
}

.columns {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.columns .column {
  flex: 0 1 45%;
}

.overlay {
  display: none;
  position: fixed;
  top: 6rem;
  left: 50%;
  width: calc(100vw - 2rem);
  max-width: 40rem;
  bottom: 2rem;
  overflow: scroll;
  transform: translate3d(-50%, 0, 70px) scale(0.9);
  border-radius: 2rem;
  padding: 2rem;
  box-shadow: 0 1rem 8rem rgba(0, 0, 0, 0.3);
  z-index: 9999;
  opacity: 0;
  -webkit-animation: fadein 0.5s forwards;
          animation: fadein 0.5s forwards;
  background: var(--white);
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
form input, form textarea {
  font-family: inherit;
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  padding: 0.5rem 0;
  border: none;
  background: none;
}
form ::-webkit-input-placeholder {
  color: white;
}
form ::-moz-placeholder {
  color: white;
}
form :-ms-input-placeholder {
  color: white;
}
form ::placeholder {
  color: white;
}

body.subpage #header-grad {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 10vw;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
