/* 1024 px */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  font-weight: inherit;
  /* 1 */
  margin: 0;
  /* 3 */
  padding: 0; }

/**
 * Remove the default button background color that browsers set
 */
button {
  background: transparent; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * Make sure selects don't get the default browser styles.
 */
select {
  -webkit-appearance: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 * 3. Disable resizing by default.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
  resize: none;
  /* 3 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

/* remember to define focus styles! */
:focus {
  outline: 0; }

body {
  line-height: 1;
  color: black;
  background: white; }

ol, ul, li {
  list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a,
a:hover,
a:visited {
  text-decoration: none; }

button,
input,
fieldset,
textarea,
select {
  font-size: inherit;
  color: inherit;
  border: none; }

img {
  width: 100%;
  height: auto; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@font-face {
  font-family: 'Covik Sans Mono_Black';
  src: url("fonts/Covik_Sans_Mono-Black.woff") format("woff"), url("fonts/Covik_Sans_Mono-Black.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Covik Sans Mono_Bold';
  src: url("fonts/Covik_Sans_Mono-Bold.woff") format("woff"), url("fonts/Covik_Sans_Mono-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Beastly 12 point';
  src: url("fonts/Beastly-12_Point.woff") format("woff"), url("fonts/Beastly-12_Point.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gooper Light';
  src: url("fonts/Gooper0.2-Light.woff") format("woff"), url("Gooper0.2-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gooper Regular Italic';
  src: url("fonts/Gooper0.2-RegularItalic.woff") format("woff"), url("fonts/Gooper0.2-RegularItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Covik Sans Mono_Black';
  src: url("/fonts/Covik_Sans_Mono-Black.woff") format("woff"), url("/fonts/Covik_Sans_Mono-Black.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Covik Sans Mono_Bold';
  src: url("/fonts/Covik_Sans_Mono-Bold.woff") format("woff"), url("/fonts/Covik_Sans_Mono-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Beastly 12 point';
  src: url("/fonts/Beastly-12_Point.woff") format("woff"), url("/fonts/Beastly-12_Point.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gooper Light';
  src: url("/fonts/Gooper0.2-Light.woff") format("woff"), url("/fonts/Gooper0.2-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gooper Regular Italic';
  src: url("/fonts/Gooper0.2-RegularItalic.woff") format("woff"), url("/fonts/Gooper0.2-RegularItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

nav {
  width: 100%;
  height: 372px;
  display: grid;
  grid-template-columns: 54px auto 54px; }
  @media (max-width: 1025px) {
    nav {
      grid-template-columns: 40px auto 40px; } }
  @media (max-width: 767px) {
    nav {
      grid-template-columns: 32px auto 32px;
      height: 190px; } }

#nav_home {
  grid-column-start: 2;
  justify-self: center;
  margin-top: 67px; }
  @media (max-width: 767px) {
    #nav_home {
      margin-top: 48px; } }

.nav_home_item {
  display: inline-block;
  font-family: "house-script", arial, sans-serif;
  font-size: 29px;
  color: #08242a;
  margin-bottom: 67px; }
  @media (max-width: 767px) {
    .nav_home_item {
      font-size: 24px; } }
  .nav_home_item a {
    color: #08242a;
    padding: 0 6px; }
    .nav_home_item a:hover {
      color: #f2518a;
      border-bottom: 4px solid #4590c5;
      line-height: 24px;
      transition: .15s ease; }

.nav_logo {
  display: inline-block;
  max-width: 183px;
  width: 100%;
  margin: 0 46px -67px 52px;
  transform: scale(1) rotate(0deg);
  transition: 1.5s ease-in-out; }
  .nav_logo:hover {
    transform: scale(1.05) rotate(3deg);
    transition: 1.5s ease-in-out; }
  @media (max-width: 767px) {
    .nav_logo {
      width: 80px;
      margin: 0 10px -26px 16px; } }

.ornament-topleft {
  display: block;
  justify-self: top;
  grid-column-start: 1;
  width: auto;
  max-width: 100%; }

.ornament-topright {
  display: block;
  justify-self: end;
  align-self: top;
  grid-column-start: 3;
  width: auto;
  max-width: 100%; }

.nav_work_grid {
  display: grid;
  width: 100%;
  height: auto;
  grid-template-columns: 164px 1fr;
  grid-template-rows: 154px auto; }
  @media (max-width: 900px) {
    .nav_work_grid {
      grid-template-columns: 108px 1fr;
      grid-template-rows: 92px auto; } }

#nav_work {
  margin-top: 16px;
  grid-column-start: 2;
  grid-row-start: 1;
  z-index: 2;
  justify-self: end;
  align-self: top;
  margin-top: 50px; }
  @media (max-width: 1025px) {
    #nav_work {
      margin-top: 27px; } }

.nav_work_item {
  display: inline-block;
  font-family: "house-script", arial, sans-serif;
  font-size: 29px;
  margin-right: 54px; }
  @media (max-width: 1025px) {
    .nav_work_item {
      font-size: 24px;
      margin-right: 24px; } }
  .nav_work_item a {
    color: #08242a;
    padding: 0 6px;
    transition: .5s ease-out;
    border-bottom: 0px solid #4590c5; }
    .nav_work_item a:hover {
      color: #ffffff;
      line-height: 32px;
      border-bottom: 2px solid #4590c5; }

.nav_work_item.selected a {
  color: #08242a;
  border-bottom: 2px solid #4590c5;
  line-height: 32px;
  transition: .25s ease-in-out;
  padding: 0 6px; }
  .nav_work_item.selected a:hover {
    color: #ffffff; }

.nav_work_item .invert a,
.nav_work_item.selected .invert a {
  filter: invert(100%);
  mix-blend-mode: overlay;
  opacity: 0.45; }
  .nav_work_item .invert a:hover,
  .nav_work_item.selected .invert a:hover {
    opacity: 0.45;
    color: #7f7f7f;
    mix-blend-mode: overlay;
    line-height: 32px;
    border-bottom: 2px solid #000; }

.nav_work_logo.screen {
  filter: invert(100%);
  mix-blend-mode: screen;
  opacity: 0.25; }

.nav_work_logo {
  z-index: 2;
  display: block;
  position: absolute;
  grid-column-start: 1;
  grid-row-start: 1;
  justify-self: start;
  align-self: top;
  margin-left: 24px;
  margin-top: 18px;
  width: 106px;
  max-width: 100%;
  transform: scale(1) rotate(0deg);
  transition: 2s ease-in-out; }
  @media (max-width: 1025px) {
    .nav_work_logo {
      width: 65px;
      max-width: 100%;
      margin-left: 14px;
      margin-top: 12px; } }
  @media (max-width: 767px) {
    .nav_work_logo {
      width: 66px;
      max-width: 100%;
      margin-left: 14px;
      margin-top: 8px; } }
  .nav_work_logo:hover {
    transform: scale(1.05) rotate(3deg); }

.hero {
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
  width: 100%;
  margin-bottom: 48px; }
  @media (max-width: 900px) {
    .hero {
      margin-bottom: 24px; } }

img {
  display: block; }

.container {
  max-width: 1440px;
  margin: 0 auto; }
  @media (min-width: 1441px) {
    .container {
      max-width: 1920px; } }

.projects_list {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr; }
  @media (max-width: 767px) {
    .projects_list {
      grid-template-columns: 1fr; } }

.projects_item {
  overflow: hidden; }

.projects_item img {
  transform: scale(1);
  transition: .75s ease-in-out; }
  .projects_item img:hover {
    transform: scale(1.13); }

.project_client {
  font-family: "Gooper Regular Italic", georgia, serif;
  font-size: 21px;
  letter-spacing: .06em;
  line-height: 1;
  margin-bottom: 20px; }
  @media (max-width: 1025px) {
    .project_client {
      font-size: 18px;
      letter-spacing: .04em;
      margin-bottom: 10px; } }
  @media (max-width: 767px) {
    .project_client {
      font-size: 18px;
      letter-spacing: .05em;
      margin-bottom: 16px; } }

.project_name {
  font-family: "Beastly 12 point", arial, sans-serif;
  font-size: 72px;
  line-height: 54px;
  text-transform: uppercase;
  margin-bottom: 30px; }
  .project_name:after {
    display: block;
    position: relative;
    background-image: url("/img/line-doubledash.png");
    background-size: 100% auto;
    width: 381px;
    height: 9px;
    top: 20px;
    left: -5px;
    overflow: hidden;
    content: ''; }
  @media (max-width: 1025px) {
    .project_name {
      font-size: 60px;
      line-height: 40px; }
      .project_name:after {
        background-size: 100% auto;
        background-repeat: none;
        width: 260px;
        height: 6px;
        top: 21px; } }
  @media (max-width: 767px) {
    .project_name {
      font-size: 48px;
      line-height: 36px;
      margin-bottom: 24px; }
      .project_name:after {
        background-size: 100% auto;
        background-repeat: none;
        width: 248px;
        height: 6px;
        top: 16px;
        left: -5px; } }

.project_type {
  font-family: "Covik Sans Mono_Bold", arial, sans-serif;
  font-size: 25px;
  letter-spacing: -.02em;
  margin-bottom: 50px; }
  @media (max-width: 1366px) {
    .project_type {
      margin-bottom: 36px; } }
  @media (max-width: 1025px) {
    .project_type {
      font-size: 17px;
      letter-spacing: -.02em;
      margin-bottom: 24px; } }
  @media (max-width: 767px) {
    .project_type {
      font-size: 17px;
      letter-spacing: -.03em;
      margin-bottom: 24px; } }

.project_subhead {
  font-family: "Covik Sans Mono_Bold", arial, sans-serif;
  font-size: 19px;
  line-height: 30px;
  letter-spacing: 2.5px;
  text-transform: uppercase; }
  @media (max-width: 1025px) {
    .project_subhead {
      font-size: 16px;
      letter-spacing: 1.4px;
      line-height: 30px; } }
  @media (max-width: 767px) {
    .project_subhead {
      font-size: 14px;
      letter-spacing: 1.4px;
      line-height: 24px; } }

.project_copy {
  font-family: "Gooper Light", georgia, serif;
  font-size: 18px;
  line-height: 30px;
  color: #2a3e42;
  margin-bottom: 32px; }
  @media (max-width: 1025px) {
    .project_copy {
      font-size: 16px;
      line-height: 24px; } }
  @media (max-width: 767px) {
    .project_copy {
      font-size: 14px;
      line-height: 24px; } }

.project_stats {
  font-family: "Covik Sans Mono_Bold", arial, sans-serif;
  font-size: 102px;
  letter-spacing: -.05em; }

.top32 {
  padding-top: 32px; }

.top16 {
  padding-top: 16px; }

.top54 {
  padding-top: 54px; }

.bottom8 {
  margin-bottom: 8px; }

.bottom16 {
  margin-bottom: 16px; }

.invert {
  filter: invert(100%);
  mix-blend-mode: overlay;
  opacity: 0.7; }

.video-full {
  width: 100%; }

.video-half {
  width: 50%; }

.grid_project--container,
.grid_project--container--fullwidth {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px 48px;
  display: grid;
  grid-template-columns: 80fr 196fr 40fr 196fr 80fr 205fr 40fr 205fr 40fr 205fr 80fr;
  justify-content: center; }
  @media (max-width: 1366px) {
    .grid_project--container,
    .grid_project--container--fullwidth {
      padding: 0 16px 48px; } }
  @media (max-width: 1025px) {
    .grid_project--container,
    .grid_project--container--fullwidth {
      padding: 0 8px 48px; } }
  @media (max-width: 900px) {
    .grid_project--container,
    .grid_project--container--fullwidth {
      padding: 0px 0px 24px 0px; } }
  .grid_project--container img,
  .grid_project--container--fullwidth img {
    margin-bottom: 24px; }

.grid_project--container--fullwidth {
  padding: 48px 0px; }

.grid_project--container--reverse {
  width: 100%;
  margin: 0 auto;
  padding: 60px 30px;
  display: grid;
  grid-template-columns: 80fr 205fr 40fr 205fr 40fr 205fr 80fr 196fr 40fr 196fr 80fr;
  justify-content: center; }
  .grid_project--container--reverse .grid1_left {
    grid-column-start: 2;
    grid-column-end: 7; }
    @media (max-width: 1025px) {
      .grid_project--container--reverse .grid1_left {
        grid-column-start: 2;
        grid-column-end: 11; } }
  .grid_project--container--reverse .grid1_right {
    grid-column-start: 8;
    grid-column-end: 11; }
    @media (max-width: 1025px) {
      .grid_project--container--reverse .grid1_right {
        grid-column-start: 2;
        grid-column-end: 11; } }

.grid1_span12 {
  grid-column-start: 1;
  grid-column-end: 12;
  max-width: 100%; }

.grid1_span9 {
  grid-column-start: 2;
  grid-column-end: 11;
  max-width: 100%; }

.grid1_left {
  grid-column-start: 2;
  grid-column-end: 5;
  max-width: 100%; }
  @media (max-width: 767px) {
    .grid1_left {
      grid-column-start: 2;
      grid-column-end: 11; } }

.grid1_right {
  grid-column-start: 6;
  grid-column-end: 11;
  max-width: 100%; }
  @media (max-width: 767px) {
    .grid1_right {
      grid-column-start: 2;
      grid-column-end: 11; } }

.grid_project--fullwidth {
  grid-column-start: 1;
  grid-column-end: 12;
  padding-left: 0;
  padding-right: 0; }

.prototypes_container {
  width: 100%;
  margin: 0 auto;
  padding: 8px 72px 16px 72px;
  text-align: center;
  background-image: url(/img/ornament-pattern.jpg);
  background-size: 100%;
  margin-top: 16px; }
  @media (max-width: 1366px) {
    .prototypes_container {
      padding: 8px 24px 16px 24px; } }
  @media (max-width: 900px) {
    .prototypes_container {
      padding: 10px 8px 12px; } }
  @media (max-width: 375px) {
    .prototypes_container {
      padding: 4px; } }

.prototypes {
  background: white;
  max-width: 100%;
  margin: 72px;
  padding: 88px 88px 94px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05); }
  @media (max-width: 1440px) {
    .prototypes {
      margin: 16px; } }
  @media (max-width: 1025px) {
    .prototypes {
      padding: 66px 66px 69px; } }
  @media (max-width: 900px) {
    .prototypes {
      padding: 44px 44px 47px; } }
  @media (max-width: 767px) {
    .prototypes {
      margin: 4px;
      padding: 32px 24px 32px; } }

.prototypes_eyebrow {
  font-family: "Covik Sans Mono_Bold", arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .2em;
  margin-bottom: 35px; }
  @media (max-width: 1440px) {
    .prototypes_eyebrow {
      font-size: 14px;
      margin-bottom: 32px; } }
  @media (max-width: 767px) {
    .prototypes_eyebrow {
      margin-bottom: 24px; } }

.prototypes_headline-small {
  font-family: "Beastly 12 point", arial, sans-serif;
  font-size: 48px;
  line-height: 30px;
  text-transform: uppercase; }
  @media (max-width: 1440px) {
    .prototypes_headline-small {
      font-size: 42px;
      line-height: 24px; } }
  @media (max-width: 900px) {
    .prototypes_headline-small {
      font-size: 36px;
      line-height: 20px; } }
  @media (max-width: 767px) {
    .prototypes_headline-small {
      font-size: 24px;
      line-height: 18px;
      letter-spacing: .5px;
      padding: 0 16px; } }

.prototypes_headline-large {
  font-family: "Beastly 12 point", arial, sans-serif;
  font-size: 114px;
  line-height: 82px;
  margin-bottom: 30px;
  text-transform: uppercase; }
  @media (max-width: 1440px) {
    .prototypes_headline-large {
      font-size: 107px; } }
  @media (max-width: 1025px) {
    .prototypes_headline-large {
      font-size: 100px; } }
  @media (max-width: 900px) {
    .prototypes_headline-large {
      font-size: 90px;
      line-height: 68px;
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .prototypes_headline-large {
      font-size: 70px;
      line-height: 48px;
      margin-top: 7px;
      margin-bottom: 8px; } }
  @media (max-width: 375px) {
    .prototypes_headline-large {
      font-size: 70px;
      line-height: 48px; } }
  @media (max-width: 320px) {
    .prototypes_headline-large {
      font-size: 68px; } }

.prototypes_links-item--icon {
  font-family: "Covik Sans Mono_Bold", arial, sans-serif;
  font-size: 42px;
  position: relative;
  top: 4px;
  margin-right: 24px; }
  .prototypes_links-item--icon .phone {
    display: none; }
  .prototypes_links-item--icon:nth-last-of-type(1) {
    margin-right: 0px;
    padding-right: 0px; }
  @media (max-width: 900px) {
    .prototypes_links-item--icon .phone {
      display: none; }
    .prototypes_links-item--icon .tablet-small {
      display: block; } }
  @media (max-width: 767px) {
    .prototypes_links-item--icon {
      margin-right: 0; }
      .prototypes_links-item--icon .phone {
        display: block; }
      .prototypes_links-item--icon .tablet-small {
        display: none; } }

.prototypes_link-list .prototypes_links-item--icon,
.prototypes_link-list .prototypes_links-item {
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px; }
  @media (max-width: 767px) {
    .prototypes_link-list .prototypes_links-item--icon,
    .prototypes_link-list .prototypes_links-item {
      display: block;
      width: 100%;
      padding-top: 20px;
      padding-bottom: 16px; } }

.prototypes_links-item {
  font-family: "house-script", arial, sans-serif;
  font-size: 29px;
  border-right: 2px solid #b7b7b7;
  padding-right: 20px;
  margin-right: 20px; }
  @media (max-width: 900px) {
    .prototypes_links-item {
      font-size: 24px; } }
  @media (max-width: 767px) {
    .prototypes_links-item {
      width: 66%;
      display: block;
      border-right: none;
      border-bottom: 2px solid #b7b7b7;
      padding-top: 32px;
      padding-bottom: 32px;
      margin-right: 0;
      padding-right: 0;
      font-size: 29px; } }
  .prototypes_links-item a {
    color: #08242a;
    padding: 0 6px;
    transition: .25s ease; }
    .prototypes_links-item a:hover {
      color: #f2518a;
      border-bottom: 2px solid #4590c5;
      line-height: 24px;
      transition: .15s ease; }
      @media (max-width: 767px) {
        .prototypes_links-item a:hover {
          border-bottom: none;
          color: #4590c5; } }
  .prototypes_links-item:nth-last-of-type(2) {
    border-right: none;
    padding-right: 0px; }

.backtotop_container {
  width: 100%;
  min-height: 240px;
  height: auto;
  display: grid;
  grid-template-columns: 54px auto 54px;
  grid-template-rows: 54px auto 54px;
  background: #01090f; }
  @media (max-width: 1025px) {
    .backtotop_container {
      grid-template-columns: 40px auto 40px; } }
  @media (max-width: 767px) {
    .backtotop_container {
      grid-template-columns: 32px auto 32px; } }

.backtotop_ornament-topleft {
  grid-column-start: 1;
  grid-row-start: 1;
  transform: scale(1, -1); }

.backtotop_ornament-topright {
  grid-column-start: 3;
  grid-row-start: 1;
  transform: scale(1, -1); }

.backtotop_ornament-bottomleft {
  grid-column-start: 1;
  grid-row-start: 3;
  justify-self: start;
  align-self: end; }

.backtotop_text {
  grid-column-start: 2;
  grid-row-start: 2;
  justify-self: center;
  align-self: center;
  text-align: center;
  font-family: "Beastly 12 point", arial, sans-serif;
  color: #dde6ec;
  text-transform: uppercase;
  font-size: 40px;
  letter-spacing: 1.4px; }
  .backtotop_text a {
    color: #dde6ec;
    transition: .3s ease-in-out;
    position: relative;
    top: 0; }
    .backtotop_text a:hover {
      color: #ffffff; }
    .backtotop_text a:active {
      color: hotpink;
      top: 8px; }
  .backtotop_text .phone {
    display: none; }
  @media (max-width: 1366px) {
    .backtotop_text {
      font-size: 32px; } }
  @media (max-width: 900px) {
    .backtotop_text {
      font-size: 36px; }
      .backtotop_text .phone {
        display: block;
        width: 100%; }
      .backtotop_text .tablet {
        display: none; } }
  @media (max-width: 767px) {
    .backtotop_text .phone {
      display: block;
      width: 100%; }
    .backtotop_text .tablet {
      display: none; } }

.backtotop_ornament-bottomright {
  grid-column-start: 3;
  grid-row-start: 3;
  justify-self: end;
  align-self: end; }
