/*!
 * @project    Project Name
 * @name       main.86c0d4c17c1ab84b5fdb.css
 * @author     Andreas Øby
 * @builds     Thu, Aug 22, 2019 11:45 AM (GMT+1)
 * @release    e56160a09010a53fbd4bf5657a496b2371f69884 [master]
 *
 */

@import url(//hello.myfonts.net/count/3956bc);
/*! Flickity v2.2.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: white;
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: currentColor; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

* {
  box-sizing: border-box; }

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
 * Mixin for easy media queries
 * @include bp(tablet) { SCSS here };
 * http://albertogasparin.it/articles/2014/09/breakpoint-library-and-libsass/
*/
/*
 * Mixin for basic CSS triangles
 * @include triangle(up, #000, 50px)
*/
/*
 * @font-face mixin
 * Bulletproof font-face via Font Squirrel
 * @include fontface('family', 'assets/fonts/', 'myfontname');
 */
/*
 * Mixin for setting font-size and line-height
 * @include font-size(font-size-map, $breakpoints)
*/
@media all and (min-width: 722px) {
  html, body {
    cursor: none; } }

body {
  margin: 0;
  background-color: #f2f2f2; }

.c-header,
.l-wrapper {
  padding-top: 18px; }
  @media all and (min-width: 482px) {
    .c-header,
    .l-wrapper {
      padding-top: 20px; } }
  @media all and (min-width: 722px) {
    .c-header,
    .l-wrapper {
      padding-top: 24px; } }
  @media all and (min-width: 962px) {
    .c-header,
    .l-wrapper {
      padding-top: 28px; } }
  @media all and (min-width: 1202px) {
    .c-header,
    .l-wrapper {
      padding-top: 32px; } }
  @media all and (min-width: 1440px) {
    .c-header,
    .l-wrapper {
      padding-top: 36px; } }

.l-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  padding-bottom: 18px; }
  @media all and (min-width: 482px) {
    .l-wrapper {
      padding-bottom: 20px; } }
  @media all and (min-width: 722px) {
    .l-wrapper {
      padding-bottom: 24px; } }
  @media all and (min-width: 962px) {
    .l-wrapper {
      padding-bottom: 28px; } }
  @media all and (min-width: 1202px) {
    .l-wrapper {
      padding-bottom: 32px; } }
  @media all and (min-width: 1440px) {
    .l-wrapper {
      padding-bottom: 36px; } }

.l-main {
  flex: 1 1 auto; }

@media all and (min-width: 722px) {
  .c-mobile-break {
    display: none; } }

.c-tablet-break {
  display: none; }
  @media all and (min-width: 722px) {
    .c-tablet-break {
      display: block; } }

*,
*:before,
*:after {
  box-sizing: border-box; }

.js-object-fit {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden; }
  .js-object-fit-image.s-hidden {
    display: none; }

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

.c-list--reset {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.c-logo-symbol {
  display: none; }

.c-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 14.49545px;
  height: 12px;
  pointer-events: none;
  transform: rotate(-135deg);
  opacity: 0; }
  @media all and (max-width: 721px) and (max-width: 721px) {
    .c-cursor {
      display: none; } }
  @media all and (min-width: 482px) {
    .c-cursor {
      width: 15.70341px;
      height: 13px; } }
  @media all and (min-width: 600px) {
    .c-cursor {
      width: 15.70341px;
      height: 13px; } }
  @media all and (min-width: 722px) {
    .c-cursor {
      width: 19.32727px;
      height: 16px; } }
  @media all and (min-width: 962px) {
    .c-cursor {
      width: 22.95114px;
      height: 19px; } }
  @media all and (min-width: 1202px) {
    .c-cursor {
      width: 26.575px;
      height: 22px; } }
  @media all and (min-width: 1440px) {
    .c-cursor {
      width: 30.19886px;
      height: 25px; } }
  .c-cursor svg {
    width: 100%;
    height: 100%; }
  .c-cursor--hover svg {
    display: none; }
  .c-cursor--hover:before {
    content: "";
    position: relative;
    display: block;
    background-color: #000;
    border-radius: 50%; }
    @media all and (min-width: 482px) {
      .c-cursor--hover:before {
        width: 13px;
        height: 13px; } }
    @media all and (min-width: 600px) {
      .c-cursor--hover:before {
        width: 13px;
        height: 13px; } }
    @media all and (min-width: 722px) {
      .c-cursor--hover:before {
        width: 16px;
        height: 16px; } }
    @media all and (min-width: 962px) {
      .c-cursor--hover:before {
        width: 19px;
        height: 19px; } }
    @media all and (min-width: 1202px) {
      .c-cursor--hover:before {
        width: 22px;
        height: 22px; } }
    @media all and (min-width: 1440px) {
      .c-cursor--hover:before {
        width: 25px;
        height: 25px; } }

@font-face {
  font-family: "NHaasGroteskTXPro-65Md";
  font-style: normal;
  font-weight: normal;
  src: url(/wp-content/themes/margrethe_odgaard/static/fonts/3956BC_0_0.eot);
  src: url(/wp-content/themes/margrethe_odgaard/static/fonts/3956BC_0_0.eot) format("embedded-opentype"), url(/wp-content/themes/margrethe_odgaard/static/fonts/3956BC_0_0.woff) format("woff"), url(/wp-content/themes/margrethe_odgaard/static/fonts/3956BC_0_0.woff2) format("woff2"); }

@font-face {
  font-family: "NHaasGroteskTXPro-66MdIt";
  font-style: normal;
  font-weight: normal;
  src: url(/wp-content/themes/margrethe_odgaard/static/fonts/3956BC_1_0.eot);
  src: url(/wp-content/themes/margrethe_odgaard/static/fonts/3956BC_1_0.eot) format("embedded-opentype"), url(/wp-content/themes/margrethe_odgaard/static/fonts/3956BC_1_0.woff) format("woff"), url(/wp-content/themes/margrethe_odgaard/static/fonts/3956BC_1_0.woff2) format("woff2"); }

body {
  color: #000;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: "NHaasGroteskTXPro-65Md", sans-serif; }
  @media screen and (min-width: 0px) {
    body {
      font-size: 16px;
      line-height: 18px; } }
  @media screen and (min-width: 482px) {
    body {
      font-size: 18px;
      line-height: 20px; } }
  @media screen and (min-width: 722px) {
    body {
      font-size: 22px;
      line-height: 24px; } }
  @media screen and (min-width: 962px) {
    body {
      font-size: 26px;
      line-height: 28px; } }
  @media screen and (min-width: 1202px) {
    body {
      font-size: 30px;
      line-height: 32px; } }
  @media screen and (min-width: 1440px) {
    body {
      font-size: 34px;
      line-height: 36px; } }

h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-weight: normal; }

a {
  transition: color 200ms ease-out; }
  a, a:visited {
    color: #000; }
  a:hover {
    color: black; }
    @media all and (min-width: 722px) {
      a:hover {
        cursor: none; } }

.c-link--reset {
  text-decoration: none;
  color: #000; }

.f-italic {
  font-family: "NHaasGroteskTXPro-66MdIt", sans-serif; }

.f-no-break {
  white-space: nowrap; }

.f-top {
  position: fixed;
  z-index: 1; }

.c-word-container.s-visible .c-word {
  opacity: 1; }

.c-word {
  opacity: 0; }

::selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

::-webkit-selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

.l-columns-container {
  display: flex; }
  .l-columns-container:not([class*="l-column--"]) {
    width: 100%;
    margin-right: auto;
    margin-left: auto; }
  .l-columns-container--outmost {
    padding-right: 18px;
    padding-left: 18px; }
    @media all and (min-width: 482px) {
      .l-columns-container--outmost {
        padding-right: 20px;
        padding-left: 20px; } }
    @media all and (min-width: 722px) {
      .l-columns-container--outmost {
        padding-right: 24px;
        padding-left: 24px; } }
    @media all and (min-width: 962px) {
      .l-columns-container--outmost {
        padding-right: 28px;
        padding-left: 28px; } }
    @media all and (min-width: 1202px) {
      .l-columns-container--outmost {
        padding-right: 32px;
        padding-left: 32px; } }
    @media all and (min-width: 1440px) {
      .l-columns-container--outmost {
        padding-right: 36px;
        padding-left: 36px; } }

.l-column--1 {
  width: calc((100% - 48px) / 4 * 1 + 0px); }
  @media all and (min-width: 482px) {
    .l-column--1 {
      width: calc((100% - 120px) / 4 * 1 + 0px); } }
  @media all and (min-width: 600px) {
    .l-column--1 {
      width: calc((100% - 120px) / 4 * 1 + 0px); } }
  @media all and (min-width: 722px) {
    .l-column--1 {
      width: calc((100% - 144px) / 4 * 1 + 0px); } }
  @media all and (min-width: 962px) {
    .l-column--1 {
      width: calc((100% - 168px) / 4 * 1 + 0px); } }
  @media all and (min-width: 1202px) {
    .l-column--1 {
      width: calc((100% - 192px) / 4 * 1 + 0px); } }
  @media all and (min-width: 1440px) {
    .l-column--1 {
      width: calc((100% - 216px) / 4 * 1 + 0px); } }

.l-column--2 {
  width: calc((100% - 48px) / 4 * 2 + 16px); }
  @media all and (min-width: 482px) {
    .l-column--2 {
      width: calc((100% - 120px) / 4 * 2 + 40px); } }
  @media all and (min-width: 600px) {
    .l-column--2 {
      width: calc((100% - 120px) / 4 * 2 + 40px); } }
  @media all and (min-width: 722px) {
    .l-column--2 {
      width: calc((100% - 144px) / 4 * 2 + 48px); } }
  @media all and (min-width: 962px) {
    .l-column--2 {
      width: calc((100% - 168px) / 4 * 2 + 56px); } }
  @media all and (min-width: 1202px) {
    .l-column--2 {
      width: calc((100% - 192px) / 4 * 2 + 64px); } }
  @media all and (min-width: 1440px) {
    .l-column--2 {
      width: calc((100% - 216px) / 4 * 2 + 72px); } }

.l-column--3 {
  width: calc((100% - 48px) / 4 * 3 + 32px); }
  @media all and (min-width: 482px) {
    .l-column--3 {
      width: calc((100% - 120px) / 4 * 3 + 80px); } }
  @media all and (min-width: 600px) {
    .l-column--3 {
      width: calc((100% - 120px) / 4 * 3 + 80px); } }
  @media all and (min-width: 722px) {
    .l-column--3 {
      width: calc((100% - 144px) / 4 * 3 + 96px); } }
  @media all and (min-width: 962px) {
    .l-column--3 {
      width: calc((100% - 168px) / 4 * 3 + 112px); } }
  @media all and (min-width: 1202px) {
    .l-column--3 {
      width: calc((100% - 192px) / 4 * 3 + 128px); } }
  @media all and (min-width: 1440px) {
    .l-column--3 {
      width: calc((100% - 216px) / 4 * 3 + 144px); } }

.l-column--4 {
  width: calc((100% - 48px) / 4 * 4 + 48px); }
  @media all and (min-width: 482px) {
    .l-column--4 {
      width: calc((100% - 120px) / 4 * 4 + 120px); } }
  @media all and (min-width: 600px) {
    .l-column--4 {
      width: calc((100% - 120px) / 4 * 4 + 120px); } }
  @media all and (min-width: 722px) {
    .l-column--4 {
      width: calc((100% - 144px) / 4 * 4 + 144px); } }
  @media all and (min-width: 962px) {
    .l-column--4 {
      width: calc((100% - 168px) / 4 * 4 + 168px); } }
  @media all and (min-width: 1202px) {
    .l-column--4 {
      width: calc((100% - 192px) / 4 * 4 + 192px); } }
  @media all and (min-width: 1440px) {
    .l-column--4 {
      width: calc((100% - 216px) / 4 * 4 + 216px); } }

.l-mobile-medium-column--1 {
  width: 100%; }
  @media all and (min-width: 482px) {
    .l-mobile-medium-column--1 {
      width: calc((100% - 120px) / 4 * 1 + 0px); } }
  @media all and (min-width: 600px) {
    .l-mobile-medium-column--1 {
      width: calc((100% - 120px) / 4 * 1 + 0px); } }
  @media all and (min-width: 722px) {
    .l-mobile-medium-column--1 {
      width: calc((100% - 144px) / 4 * 1 + 0px); } }
  @media all and (min-width: 962px) {
    .l-mobile-medium-column--1 {
      width: calc((100% - 168px) / 4 * 1 + 0px); } }
  @media all and (min-width: 1202px) {
    .l-mobile-medium-column--1 {
      width: calc((100% - 192px) / 4 * 1 + 0px); } }
  @media all and (min-width: 1440px) {
    .l-mobile-medium-column--1 {
      width: calc((100% - 216px) / 4 * 1 + 0px); } }

.l-mobile-medium-column--2 {
  width: 100%; }
  @media all and (min-width: 482px) {
    .l-mobile-medium-column--2 {
      width: calc((100% - 120px) / 4 * 2 + 40px); } }
  @media all and (min-width: 600px) {
    .l-mobile-medium-column--2 {
      width: calc((100% - 120px) / 4 * 2 + 40px); } }
  @media all and (min-width: 722px) {
    .l-mobile-medium-column--2 {
      width: calc((100% - 144px) / 4 * 2 + 48px); } }
  @media all and (min-width: 962px) {
    .l-mobile-medium-column--2 {
      width: calc((100% - 168px) / 4 * 2 + 56px); } }
  @media all and (min-width: 1202px) {
    .l-mobile-medium-column--2 {
      width: calc((100% - 192px) / 4 * 2 + 64px); } }
  @media all and (min-width: 1440px) {
    .l-mobile-medium-column--2 {
      width: calc((100% - 216px) / 4 * 2 + 72px); } }

.l-mobile-medium-column--3 {
  width: 100%; }
  @media all and (min-width: 482px) {
    .l-mobile-medium-column--3 {
      width: calc((100% - 120px) / 4 * 3 + 80px); } }
  @media all and (min-width: 600px) {
    .l-mobile-medium-column--3 {
      width: calc((100% - 120px) / 4 * 3 + 80px); } }
  @media all and (min-width: 722px) {
    .l-mobile-medium-column--3 {
      width: calc((100% - 144px) / 4 * 3 + 96px); } }
  @media all and (min-width: 962px) {
    .l-mobile-medium-column--3 {
      width: calc((100% - 168px) / 4 * 3 + 112px); } }
  @media all and (min-width: 1202px) {
    .l-mobile-medium-column--3 {
      width: calc((100% - 192px) / 4 * 3 + 128px); } }
  @media all and (min-width: 1440px) {
    .l-mobile-medium-column--3 {
      width: calc((100% - 216px) / 4 * 3 + 144px); } }

.l-mobile-medium-column--4 {
  width: 100%; }
  @media all and (min-width: 482px) {
    .l-mobile-medium-column--4 {
      width: calc((100% - 120px) / 4 * 4 + 120px); } }
  @media all and (min-width: 600px) {
    .l-mobile-medium-column--4 {
      width: calc((100% - 120px) / 4 * 4 + 120px); } }
  @media all and (min-width: 722px) {
    .l-mobile-medium-column--4 {
      width: calc((100% - 144px) / 4 * 4 + 144px); } }
  @media all and (min-width: 962px) {
    .l-mobile-medium-column--4 {
      width: calc((100% - 168px) / 4 * 4 + 168px); } }
  @media all and (min-width: 1202px) {
    .l-mobile-medium-column--4 {
      width: calc((100% - 192px) / 4 * 4 + 192px); } }
  @media all and (min-width: 1440px) {
    .l-mobile-medium-column--4 {
      width: calc((100% - 216px) / 4 * 4 + 216px); } }

.l-mobile-large-column--1 {
  width: 100%; }
  @media all and (min-width: 600px) {
    .l-mobile-large-column--1 {
      width: calc((100% - 120px) / 4 * 1 + 0px); } }
  @media all and (min-width: 722px) {
    .l-mobile-large-column--1 {
      width: calc((100% - 144px) / 4 * 1 + 0px); } }
  @media all and (min-width: 962px) {
    .l-mobile-large-column--1 {
      width: calc((100% - 168px) / 4 * 1 + 0px); } }
  @media all and (min-width: 1202px) {
    .l-mobile-large-column--1 {
      width: calc((100% - 192px) / 4 * 1 + 0px); } }
  @media all and (min-width: 1440px) {
    .l-mobile-large-column--1 {
      width: calc((100% - 216px) / 4 * 1 + 0px); } }

.l-mobile-large-column--2 {
  width: 100%; }
  @media all and (min-width: 600px) {
    .l-mobile-large-column--2 {
      width: calc((100% - 120px) / 4 * 2 + 40px); } }
  @media all and (min-width: 722px) {
    .l-mobile-large-column--2 {
      width: calc((100% - 144px) / 4 * 2 + 48px); } }
  @media all and (min-width: 962px) {
    .l-mobile-large-column--2 {
      width: calc((100% - 168px) / 4 * 2 + 56px); } }
  @media all and (min-width: 1202px) {
    .l-mobile-large-column--2 {
      width: calc((100% - 192px) / 4 * 2 + 64px); } }
  @media all and (min-width: 1440px) {
    .l-mobile-large-column--2 {
      width: calc((100% - 216px) / 4 * 2 + 72px); } }

.l-mobile-large-column--3 {
  width: 100%; }
  @media all and (min-width: 600px) {
    .l-mobile-large-column--3 {
      width: calc((100% - 120px) / 4 * 3 + 80px); } }
  @media all and (min-width: 722px) {
    .l-mobile-large-column--3 {
      width: calc((100% - 144px) / 4 * 3 + 96px); } }
  @media all and (min-width: 962px) {
    .l-mobile-large-column--3 {
      width: calc((100% - 168px) / 4 * 3 + 112px); } }
  @media all and (min-width: 1202px) {
    .l-mobile-large-column--3 {
      width: calc((100% - 192px) / 4 * 3 + 128px); } }
  @media all and (min-width: 1440px) {
    .l-mobile-large-column--3 {
      width: calc((100% - 216px) / 4 * 3 + 144px); } }

.l-mobile-large-column--4 {
  width: 100%; }
  @media all and (min-width: 600px) {
    .l-mobile-large-column--4 {
      width: calc((100% - 120px) / 4 * 4 + 120px); } }
  @media all and (min-width: 722px) {
    .l-mobile-large-column--4 {
      width: calc((100% - 144px) / 4 * 4 + 144px); } }
  @media all and (min-width: 962px) {
    .l-mobile-large-column--4 {
      width: calc((100% - 168px) / 4 * 4 + 168px); } }
  @media all and (min-width: 1202px) {
    .l-mobile-large-column--4 {
      width: calc((100% - 192px) / 4 * 4 + 192px); } }
  @media all and (min-width: 1440px) {
    .l-mobile-large-column--4 {
      width: calc((100% - 216px) / 4 * 4 + 216px); } }

@media all and (min-width: 722px) {
  .l-tablet-column--1 {
    width: calc((100% - 144px) / 4 * 1 + 0px); } }

@media all and (min-width: 962px) {
  .l-tablet-column--1 {
    width: calc((100% - 168px) / 4 * 1 + 0px); } }

@media all and (min-width: 1202px) {
  .l-tablet-column--1 {
    width: calc((100% - 192px) / 4 * 1 + 0px); } }

@media all and (min-width: 1440px) {
  .l-tablet-column--1 {
    width: calc((100% - 216px) / 4 * 1 + 0px); } }

@media all and (min-width: 722px) {
  .l-tablet-column--2 {
    width: calc((100% - 144px) / 4 * 2 + 48px); } }

@media all and (min-width: 962px) {
  .l-tablet-column--2 {
    width: calc((100% - 168px) / 4 * 2 + 56px); } }

@media all and (min-width: 1202px) {
  .l-tablet-column--2 {
    width: calc((100% - 192px) / 4 * 2 + 64px); } }

@media all and (min-width: 1440px) {
  .l-tablet-column--2 {
    width: calc((100% - 216px) / 4 * 2 + 72px); } }

@media all and (min-width: 722px) {
  .l-tablet-column--3 {
    width: calc((100% - 144px) / 4 * 3 + 96px); } }

@media all and (min-width: 962px) {
  .l-tablet-column--3 {
    width: calc((100% - 168px) / 4 * 3 + 112px); } }

@media all and (min-width: 1202px) {
  .l-tablet-column--3 {
    width: calc((100% - 192px) / 4 * 3 + 128px); } }

@media all and (min-width: 1440px) {
  .l-tablet-column--3 {
    width: calc((100% - 216px) / 4 * 3 + 144px); } }

@media all and (min-width: 722px) {
  .l-tablet-column--4 {
    width: calc((100% - 144px) / 4 * 4 + 144px); } }

@media all and (min-width: 962px) {
  .l-tablet-column--4 {
    width: calc((100% - 168px) / 4 * 4 + 168px); } }

@media all and (min-width: 1202px) {
  .l-tablet-column--4 {
    width: calc((100% - 192px) / 4 * 4 + 192px); } }

@media all and (min-width: 1440px) {
  .l-tablet-column--4 {
    width: calc((100% - 216px) / 4 * 4 + 216px); } }

@media all and (min-width: 962px) {
  .l-tablet-large-column--1 {
    width: calc((100% - 168px) / 4 * 1 + 0px); } }

@media all and (min-width: 1202px) {
  .l-tablet-large-column--1 {
    width: calc((100% - 192px) / 4 * 1 + 0px); } }

@media all and (min-width: 1440px) {
  .l-tablet-large-column--1 {
    width: calc((100% - 216px) / 4 * 1 + 0px); } }

@media all and (min-width: 962px) {
  .l-tablet-large-column--2 {
    width: calc((100% - 168px) / 4 * 2 + 56px); } }

@media all and (min-width: 1202px) {
  .l-tablet-large-column--2 {
    width: calc((100% - 192px) / 4 * 2 + 64px); } }

@media all and (min-width: 1440px) {
  .l-tablet-large-column--2 {
    width: calc((100% - 216px) / 4 * 2 + 72px); } }

@media all and (min-width: 962px) {
  .l-tablet-large-column--3 {
    width: calc((100% - 168px) / 4 * 3 + 112px); } }

@media all and (min-width: 1202px) {
  .l-tablet-large-column--3 {
    width: calc((100% - 192px) / 4 * 3 + 128px); } }

@media all and (min-width: 1440px) {
  .l-tablet-large-column--3 {
    width: calc((100% - 216px) / 4 * 3 + 144px); } }

@media all and (min-width: 962px) {
  .l-tablet-large-column--4 {
    width: calc((100% - 168px) / 4 * 4 + 168px); } }

@media all and (min-width: 1202px) {
  .l-tablet-large-column--4 {
    width: calc((100% - 192px) / 4 * 4 + 192px); } }

@media all and (min-width: 1440px) {
  .l-tablet-large-column--4 {
    width: calc((100% - 216px) / 4 * 4 + 216px); } }

@media all and (min-width: 1202px) {
  .l-laptop-column--1 {
    width: calc((100% - 192px) / 4 * 1 + 0px); } }

@media all and (min-width: 1440px) {
  .l-laptop-column--1 {
    width: calc((100% - 216px) / 4 * 1 + 0px); } }

@media all and (min-width: 1202px) {
  .l-laptop-column--2 {
    width: calc((100% - 192px) / 4 * 2 + 64px); } }

@media all and (min-width: 1440px) {
  .l-laptop-column--2 {
    width: calc((100% - 216px) / 4 * 2 + 72px); } }

@media all and (min-width: 1202px) {
  .l-laptop-column--3 {
    width: calc((100% - 192px) / 4 * 3 + 128px); } }

@media all and (min-width: 1440px) {
  .l-laptop-column--3 {
    width: calc((100% - 216px) / 4 * 3 + 144px); } }

@media all and (min-width: 1202px) {
  .l-laptop-column--4 {
    width: calc((100% - 192px) / 4 * 4 + 192px); } }

@media all and (min-width: 1440px) {
  .l-laptop-column--4 {
    width: calc((100% - 216px) / 4 * 4 + 216px); } }

@media all and (min-width: 1440px) {
  .l-desktop-column--1 {
    width: calc((100% - 216px) / 4 * 1 + 0px); } }

@media all and (min-width: 1440px) {
  .l-desktop-column--2 {
    width: calc((100% - 216px) / 4 * 2 + 72px); } }

@media all and (min-width: 1440px) {
  .l-desktop-column--3 {
    width: calc((100% - 216px) / 4 * 3 + 144px); } }

@media all and (min-width: 1440px) {
  .l-desktop-column--4 {
    width: calc((100% - 216px) / 4 * 4 + 216px); } }

.single-project .c-dev .l-column--1,
.c-project .l-column--1 {
  width: calc((100% - 48px) / 4 * 1 + 0px); }
  @media all and (min-width: 482px) {
    .single-project .c-dev .l-column--1,
    .c-project .l-column--1 {
      width: calc((100% - 200px) / 6 * 1 + 0px); } }
  @media all and (min-width: 600px) {
    .single-project .c-dev .l-column--1,
    .c-project .l-column--1 {
      width: calc((100% - 200px) / 6 * 1 + 0px); } }
  @media all and (min-width: 722px) {
    .single-project .c-dev .l-column--1,
    .c-project .l-column--1 {
      width: calc((100% - 240px) / 6 * 1 + 0px); } }
  @media all and (min-width: 962px) {
    .single-project .c-dev .l-column--1,
    .c-project .l-column--1 {
      width: calc((100% - 280px) / 6 * 1 + 0px); } }
  @media all and (min-width: 1202px) {
    .single-project .c-dev .l-column--1,
    .c-project .l-column--1 {
      width: calc((100% - 192px) / 4 * 1 + 0px); } }
  @media all and (min-width: 1440px) {
    .single-project .c-dev .l-column--1,
    .c-project .l-column--1 {
      width: calc((100% - 216px) / 4 * 1 + 0px); } }

.single-project .c-dev .l-column--2,
.c-project .l-column--2 {
  width: calc((100% - 48px) / 4 * 2 + 16px); }
  @media all and (min-width: 482px) {
    .single-project .c-dev .l-column--2,
    .c-project .l-column--2 {
      width: calc((100% - 200px) / 6 * 2 + 40px); } }
  @media all and (min-width: 600px) {
    .single-project .c-dev .l-column--2,
    .c-project .l-column--2 {
      width: calc((100% - 200px) / 6 * 2 + 40px); } }
  @media all and (min-width: 722px) {
    .single-project .c-dev .l-column--2,
    .c-project .l-column--2 {
      width: calc((100% - 240px) / 6 * 2 + 48px); } }
  @media all and (min-width: 962px) {
    .single-project .c-dev .l-column--2,
    .c-project .l-column--2 {
      width: calc((100% - 280px) / 6 * 2 + 56px); } }
  @media all and (min-width: 1202px) {
    .single-project .c-dev .l-column--2,
    .c-project .l-column--2 {
      width: calc((100% - 192px) / 4 * 2 + 64px); } }
  @media all and (min-width: 1440px) {
    .single-project .c-dev .l-column--2,
    .c-project .l-column--2 {
      width: calc((100% - 216px) / 4 * 2 + 72px); } }

.single-project .c-dev .l-column--3,
.c-project .l-column--3 {
  width: calc((100% - 48px) / 4 * 3 + 32px); }
  @media all and (min-width: 482px) {
    .single-project .c-dev .l-column--3,
    .c-project .l-column--3 {
      width: calc((100% - 200px) / 6 * 3 + 80px); } }
  @media all and (min-width: 600px) {
    .single-project .c-dev .l-column--3,
    .c-project .l-column--3 {
      width: calc((100% - 200px) / 6 * 3 + 80px); } }
  @media all and (min-width: 722px) {
    .single-project .c-dev .l-column--3,
    .c-project .l-column--3 {
      width: calc((100% - 240px) / 6 * 3 + 96px); } }
  @media all and (min-width: 962px) {
    .single-project .c-dev .l-column--3,
    .c-project .l-column--3 {
      width: calc((100% - 280px) / 6 * 3 + 112px); } }
  @media all and (min-width: 1202px) {
    .single-project .c-dev .l-column--3,
    .c-project .l-column--3 {
      width: calc((100% - 192px) / 4 * 3 + 128px); } }
  @media all and (min-width: 1440px) {
    .single-project .c-dev .l-column--3,
    .c-project .l-column--3 {
      width: calc((100% - 216px) / 4 * 3 + 144px); } }

.single-project .c-dev .l-column--4,
.c-project .l-column--4 {
  width: calc((100% - 48px) / 4 * 4 + 48px); }
  @media all and (min-width: 482px) {
    .single-project .c-dev .l-column--4,
    .c-project .l-column--4 {
      width: calc((100% - 200px) / 6 * 4 + 120px); } }
  @media all and (min-width: 600px) {
    .single-project .c-dev .l-column--4,
    .c-project .l-column--4 {
      width: calc((100% - 200px) / 6 * 4 + 120px); } }
  @media all and (min-width: 722px) {
    .single-project .c-dev .l-column--4,
    .c-project .l-column--4 {
      width: calc((100% - 240px) / 6 * 4 + 144px); } }
  @media all and (min-width: 962px) {
    .single-project .c-dev .l-column--4,
    .c-project .l-column--4 {
      width: calc((100% - 280px) / 6 * 4 + 168px); } }
  @media all and (min-width: 1202px) {
    .single-project .c-dev .l-column--4,
    .c-project .l-column--4 {
      width: calc((100% - 192px) / 4 * 4 + 192px); } }
  @media all and (min-width: 1440px) {
    .single-project .c-dev .l-column--4,
    .c-project .l-column--4 {
      width: calc((100% - 216px) / 4 * 4 + 216px); } }

@media all and (min-width: 482px) {
  .single-project .c-dev .l-mobile-medium-column--1,
  .c-project .l-mobile-medium-column--1 {
    width: calc((100% - 200px) / 6 * 1 + 0px); } }

@media all and (min-width: 600px) {
  .single-project .c-dev .l-mobile-medium-column--1,
  .c-project .l-mobile-medium-column--1 {
    width: calc((100% - 200px) / 6 * 1 + 0px); } }

@media all and (min-width: 722px) {
  .single-project .c-dev .l-mobile-medium-column--1,
  .c-project .l-mobile-medium-column--1 {
    width: calc((100% - 240px) / 6 * 1 + 0px); } }

@media all and (min-width: 962px) {
  .single-project .c-dev .l-mobile-medium-column--1,
  .c-project .l-mobile-medium-column--1 {
    width: calc((100% - 280px) / 6 * 1 + 0px); } }

@media all and (min-width: 1202px) {
  .single-project .c-dev .l-mobile-medium-column--1,
  .c-project .l-mobile-medium-column--1 {
    width: calc((100% - 192px) / 4 * 1 + 0px); } }

@media all and (min-width: 1440px) {
  .single-project .c-dev .l-mobile-medium-column--1,
  .c-project .l-mobile-medium-column--1 {
    width: calc((100% - 216px) / 4 * 1 + 0px); } }

@media all and (min-width: 482px) {
  .single-project .c-dev .l-mobile-medium-column--2,
  .c-project .l-mobile-medium-column--2 {
    width: calc((100% - 200px) / 6 * 2 + 40px); } }

@media all and (min-width: 600px) {
  .single-project .c-dev .l-mobile-medium-column--2,
  .c-project .l-mobile-medium-column--2 {
    width: calc((100% - 200px) / 6 * 2 + 40px); } }

@media all and (min-width: 722px) {
  .single-project .c-dev .l-mobile-medium-column--2,
  .c-project .l-mobile-medium-column--2 {
    width: calc((100% - 240px) / 6 * 2 + 48px); } }

@media all and (min-width: 962px) {
  .single-project .c-dev .l-mobile-medium-column--2,
  .c-project .l-mobile-medium-column--2 {
    width: calc((100% - 280px) / 6 * 2 + 56px); } }

@media all and (min-width: 1202px) {
  .single-project .c-dev .l-mobile-medium-column--2,
  .c-project .l-mobile-medium-column--2 {
    width: calc((100% - 192px) / 4 * 2 + 64px); } }

@media all and (min-width: 1440px) {
  .single-project .c-dev .l-mobile-medium-column--2,
  .c-project .l-mobile-medium-column--2 {
    width: calc((100% - 216px) / 4 * 2 + 72px); } }

@media all and (min-width: 482px) {
  .single-project .c-dev .l-mobile-medium-column--3,
  .c-project .l-mobile-medium-column--3 {
    width: calc((100% - 200px) / 6 * 3 + 80px); } }

@media all and (min-width: 600px) {
  .single-project .c-dev .l-mobile-medium-column--3,
  .c-project .l-mobile-medium-column--3 {
    width: calc((100% - 200px) / 6 * 3 + 80px); } }

@media all and (min-width: 722px) {
  .single-project .c-dev .l-mobile-medium-column--3,
  .c-project .l-mobile-medium-column--3 {
    width: calc((100% - 240px) / 6 * 3 + 96px); } }

@media all and (min-width: 962px) {
  .single-project .c-dev .l-mobile-medium-column--3,
  .c-project .l-mobile-medium-column--3 {
    width: calc((100% - 280px) / 6 * 3 + 112px); } }

@media all and (min-width: 1202px) {
  .single-project .c-dev .l-mobile-medium-column--3,
  .c-project .l-mobile-medium-column--3 {
    width: calc((100% - 192px) / 4 * 3 + 128px); } }

@media all and (min-width: 1440px) {
  .single-project .c-dev .l-mobile-medium-column--3,
  .c-project .l-mobile-medium-column--3 {
    width: calc((100% - 216px) / 4 * 3 + 144px); } }

@media all and (min-width: 482px) {
  .single-project .c-dev .l-mobile-medium-column--4,
  .c-project .l-mobile-medium-column--4 {
    width: calc((100% - 200px) / 6 * 4 + 120px); } }

@media all and (min-width: 600px) {
  .single-project .c-dev .l-mobile-medium-column--4,
  .c-project .l-mobile-medium-column--4 {
    width: calc((100% - 200px) / 6 * 4 + 120px); } }

@media all and (min-width: 722px) {
  .single-project .c-dev .l-mobile-medium-column--4,
  .c-project .l-mobile-medium-column--4 {
    width: calc((100% - 240px) / 6 * 4 + 144px); } }

@media all and (min-width: 962px) {
  .single-project .c-dev .l-mobile-medium-column--4,
  .c-project .l-mobile-medium-column--4 {
    width: calc((100% - 280px) / 6 * 4 + 168px); } }

@media all and (min-width: 1202px) {
  .single-project .c-dev .l-mobile-medium-column--4,
  .c-project .l-mobile-medium-column--4 {
    width: calc((100% - 192px) / 4 * 4 + 192px); } }

@media all and (min-width: 1440px) {
  .single-project .c-dev .l-mobile-medium-column--4,
  .c-project .l-mobile-medium-column--4 {
    width: calc((100% - 216px) / 4 * 4 + 216px); } }

@media all and (min-width: 600px) {
  .single-project .c-dev .l-mobile-large-column--1,
  .c-project .l-mobile-large-column--1 {
    width: calc((100% - 200px) / 6 * 1 + 0px); } }

@media all and (min-width: 722px) {
  .single-project .c-dev .l-mobile-large-column--1,
  .c-project .l-mobile-large-column--1 {
    width: calc((100% - 240px) / 6 * 1 + 0px); } }

@media all and (min-width: 962px) {
  .single-project .c-dev .l-mobile-large-column--1,
  .c-project .l-mobile-large-column--1 {
    width: calc((100% - 280px) / 6 * 1 + 0px); } }

@media all and (min-width: 1202px) {
  .single-project .c-dev .l-mobile-large-column--1,
  .c-project .l-mobile-large-column--1 {
    width: calc((100% - 192px) / 4 * 1 + 0px); } }

@media all and (min-width: 1440px) {
  .single-project .c-dev .l-mobile-large-column--1,
  .c-project .l-mobile-large-column--1 {
    width: calc((100% - 216px) / 4 * 1 + 0px); } }

@media all and (min-width: 600px) {
  .single-project .c-dev .l-mobile-large-column--2,
  .c-project .l-mobile-large-column--2 {
    width: calc((100% - 200px) / 6 * 2 + 40px); } }

@media all and (min-width: 722px) {
  .single-project .c-dev .l-mobile-large-column--2,
  .c-project .l-mobile-large-column--2 {
    width: calc((100% - 240px) / 6 * 2 + 48px); } }

@media all and (min-width: 962px) {
  .single-project .c-dev .l-mobile-large-column--2,
  .c-project .l-mobile-large-column--2 {
    width: calc((100% - 280px) / 6 * 2 + 56px); } }

@media all and (min-width: 1202px) {
  .single-project .c-dev .l-mobile-large-column--2,
  .c-project .l-mobile-large-column--2 {
    width: calc((100% - 192px) / 4 * 2 + 64px); } }

@media all and (min-width: 1440px) {
  .single-project .c-dev .l-mobile-large-column--2,
  .c-project .l-mobile-large-column--2 {
    width: calc((100% - 216px) / 4 * 2 + 72px); } }

@media all and (min-width: 600px) {
  .single-project .c-dev .l-mobile-large-column--3,
  .c-project .l-mobile-large-column--3 {
    width: calc((100% - 200px) / 6 * 3 + 80px); } }

@media all and (min-width: 722px) {
  .single-project .c-dev .l-mobile-large-column--3,
  .c-project .l-mobile-large-column--3 {
    width: calc((100% - 240px) / 6 * 3 + 96px); } }

@media all and (min-width: 962px) {
  .single-project .c-dev .l-mobile-large-column--3,
  .c-project .l-mobile-large-column--3 {
    width: calc((100% - 280px) / 6 * 3 + 112px); } }

@media all and (min-width: 1202px) {
  .single-project .c-dev .l-mobile-large-column--3,
  .c-project .l-mobile-large-column--3 {
    width: calc((100% - 192px) / 4 * 3 + 128px); } }

@media all and (min-width: 1440px) {
  .single-project .c-dev .l-mobile-large-column--3,
  .c-project .l-mobile-large-column--3 {
    width: calc((100% - 216px) / 4 * 3 + 144px); } }

@media all and (min-width: 600px) {
  .single-project .c-dev .l-mobile-large-column--4,
  .c-project .l-mobile-large-column--4 {
    width: calc((100% - 200px) / 6 * 4 + 120px); } }

@media all and (min-width: 722px) {
  .single-project .c-dev .l-mobile-large-column--4,
  .c-project .l-mobile-large-column--4 {
    width: calc((100% - 240px) / 6 * 4 + 144px); } }

@media all and (min-width: 962px) {
  .single-project .c-dev .l-mobile-large-column--4,
  .c-project .l-mobile-large-column--4 {
    width: calc((100% - 280px) / 6 * 4 + 168px); } }

@media all and (min-width: 1202px) {
  .single-project .c-dev .l-mobile-large-column--4,
  .c-project .l-mobile-large-column--4 {
    width: calc((100% - 192px) / 4 * 4 + 192px); } }

@media all and (min-width: 1440px) {
  .single-project .c-dev .l-mobile-large-column--4,
  .c-project .l-mobile-large-column--4 {
    width: calc((100% - 216px) / 4 * 4 + 216px); } }

@media all and (min-width: 722px) {
  .single-project .c-dev .l-tablet-column--1,
  .c-project .l-tablet-column--1 {
    width: calc((100% - 240px) / 6 * 1 + 0px); } }

@media all and (min-width: 962px) {
  .single-project .c-dev .l-tablet-column--1,
  .c-project .l-tablet-column--1 {
    width: calc((100% - 280px) / 6 * 1 + 0px); } }

@media all and (min-width: 1202px) {
  .single-project .c-dev .l-tablet-column--1,
  .c-project .l-tablet-column--1 {
    width: calc((100% - 192px) / 4 * 1 + 0px); } }

@media all and (min-width: 1440px) {
  .single-project .c-dev .l-tablet-column--1,
  .c-project .l-tablet-column--1 {
    width: calc((100% - 216px) / 4 * 1 + 0px); } }

@media all and (min-width: 722px) {
  .single-project .c-dev .l-tablet-column--2,
  .c-project .l-tablet-column--2 {
    width: calc((100% - 240px) / 6 * 2 + 48px); } }

@media all and (min-width: 962px) {
  .single-project .c-dev .l-tablet-column--2,
  .c-project .l-tablet-column--2 {
    width: calc((100% - 280px) / 6 * 2 + 56px); } }

@media all and (min-width: 1202px) {
  .single-project .c-dev .l-tablet-column--2,
  .c-project .l-tablet-column--2 {
    width: calc((100% - 192px) / 4 * 2 + 64px); } }

@media all and (min-width: 1440px) {
  .single-project .c-dev .l-tablet-column--2,
  .c-project .l-tablet-column--2 {
    width: calc((100% - 216px) / 4 * 2 + 72px); } }

@media all and (min-width: 722px) {
  .single-project .c-dev .l-tablet-column--3,
  .c-project .l-tablet-column--3 {
    width: calc((100% - 240px) / 6 * 3 + 96px); } }

@media all and (min-width: 962px) {
  .single-project .c-dev .l-tablet-column--3,
  .c-project .l-tablet-column--3 {
    width: calc((100% - 280px) / 6 * 3 + 112px); } }

@media all and (min-width: 1202px) {
  .single-project .c-dev .l-tablet-column--3,
  .c-project .l-tablet-column--3 {
    width: calc((100% - 192px) / 4 * 3 + 128px); } }

@media all and (min-width: 1440px) {
  .single-project .c-dev .l-tablet-column--3,
  .c-project .l-tablet-column--3 {
    width: calc((100% - 216px) / 4 * 3 + 144px); } }

@media all and (min-width: 722px) {
  .single-project .c-dev .l-tablet-column--4,
  .c-project .l-tablet-column--4 {
    width: calc((100% - 240px) / 6 * 4 + 144px); } }

@media all and (min-width: 962px) {
  .single-project .c-dev .l-tablet-column--4,
  .c-project .l-tablet-column--4 {
    width: calc((100% - 280px) / 6 * 4 + 168px); } }

@media all and (min-width: 1202px) {
  .single-project .c-dev .l-tablet-column--4,
  .c-project .l-tablet-column--4 {
    width: calc((100% - 192px) / 4 * 4 + 192px); } }

@media all and (min-width: 1440px) {
  .single-project .c-dev .l-tablet-column--4,
  .c-project .l-tablet-column--4 {
    width: calc((100% - 216px) / 4 * 4 + 216px); } }

@media all and (min-width: 962px) {
  .single-project .c-dev .l-tablet-large-column--1,
  .c-project .l-tablet-large-column--1 {
    width: calc((100% - 280px) / 6 * 1 + 0px); } }

@media all and (min-width: 1202px) {
  .single-project .c-dev .l-tablet-large-column--1,
  .c-project .l-tablet-large-column--1 {
    width: calc((100% - 192px) / 4 * 1 + 0px); } }

@media all and (min-width: 1440px) {
  .single-project .c-dev .l-tablet-large-column--1,
  .c-project .l-tablet-large-column--1 {
    width: calc((100% - 216px) / 4 * 1 + 0px); } }

@media all and (min-width: 962px) {
  .single-project .c-dev .l-tablet-large-column--2,
  .c-project .l-tablet-large-column--2 {
    width: calc((100% - 280px) / 6 * 2 + 56px); } }

@media all and (min-width: 1202px) {
  .single-project .c-dev .l-tablet-large-column--2,
  .c-project .l-tablet-large-column--2 {
    width: calc((100% - 192px) / 4 * 2 + 64px); } }

@media all and (min-width: 1440px) {
  .single-project .c-dev .l-tablet-large-column--2,
  .c-project .l-tablet-large-column--2 {
    width: calc((100% - 216px) / 4 * 2 + 72px); } }

@media all and (min-width: 962px) {
  .single-project .c-dev .l-tablet-large-column--3,
  .c-project .l-tablet-large-column--3 {
    width: calc((100% - 280px) / 6 * 3 + 112px); } }

@media all and (min-width: 1202px) {
  .single-project .c-dev .l-tablet-large-column--3,
  .c-project .l-tablet-large-column--3 {
    width: calc((100% - 192px) / 4 * 3 + 128px); } }

@media all and (min-width: 1440px) {
  .single-project .c-dev .l-tablet-large-column--3,
  .c-project .l-tablet-large-column--3 {
    width: calc((100% - 216px) / 4 * 3 + 144px); } }

@media all and (min-width: 962px) {
  .single-project .c-dev .l-tablet-large-column--4,
  .c-project .l-tablet-large-column--4 {
    width: calc((100% - 280px) / 6 * 4 + 168px); } }

@media all and (min-width: 1202px) {
  .single-project .c-dev .l-tablet-large-column--4,
  .c-project .l-tablet-large-column--4 {
    width: calc((100% - 192px) / 4 * 4 + 192px); } }

@media all and (min-width: 1440px) {
  .single-project .c-dev .l-tablet-large-column--4,
  .c-project .l-tablet-large-column--4 {
    width: calc((100% - 216px) / 4 * 4 + 216px); } }

@media all and (min-width: 1202px) {
  .single-project .c-dev .l-laptop-column--1,
  .c-project .l-laptop-column--1 {
    width: calc((100% - 192px) / 4 * 1 + 0px); } }

@media all and (min-width: 1440px) {
  .single-project .c-dev .l-laptop-column--1,
  .c-project .l-laptop-column--1 {
    width: calc((100% - 216px) / 4 * 1 + 0px); } }

@media all and (min-width: 1202px) {
  .single-project .c-dev .l-laptop-column--2,
  .c-project .l-laptop-column--2 {
    width: calc((100% - 192px) / 4 * 2 + 64px); } }

@media all and (min-width: 1440px) {
  .single-project .c-dev .l-laptop-column--2,
  .c-project .l-laptop-column--2 {
    width: calc((100% - 216px) / 4 * 2 + 72px); } }

@media all and (min-width: 1202px) {
  .single-project .c-dev .l-laptop-column--3,
  .c-project .l-laptop-column--3 {
    width: calc((100% - 192px) / 4 * 3 + 128px); } }

@media all and (min-width: 1440px) {
  .single-project .c-dev .l-laptop-column--3,
  .c-project .l-laptop-column--3 {
    width: calc((100% - 216px) / 4 * 3 + 144px); } }

@media all and (min-width: 1202px) {
  .single-project .c-dev .l-laptop-column--4,
  .c-project .l-laptop-column--4 {
    width: calc((100% - 192px) / 4 * 4 + 192px); } }

@media all and (min-width: 1440px) {
  .single-project .c-dev .l-laptop-column--4,
  .c-project .l-laptop-column--4 {
    width: calc((100% - 216px) / 4 * 4 + 216px); } }

@media all and (min-width: 1440px) {
  .single-project .c-dev .l-desktop-column--1,
  .c-project .l-desktop-column--1 {
    width: calc((100% - 216px) / 4 * 1 + 0px); } }

@media all and (min-width: 1440px) {
  .single-project .c-dev .l-desktop-column--2,
  .c-project .l-desktop-column--2 {
    width: calc((100% - 216px) / 4 * 2 + 72px); } }

@media all and (min-width: 1440px) {
  .single-project .c-dev .l-desktop-column--3,
  .c-project .l-desktop-column--3 {
    width: calc((100% - 216px) / 4 * 3 + 144px); } }

@media all and (min-width: 1440px) {
  .single-project .c-dev .l-desktop-column--4,
  .c-project .l-desktop-column--4 {
    width: calc((100% - 216px) / 4 * 4 + 216px); } }

.c-dev {
  position: fixed;
  top: 18px;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 111111111;
  display: none;
  justify-content: center;
  pointer-events: none; }
  @media all and (min-width: 482px) {
    .c-dev {
      top: 20px;
      right: 20px;
      bottom: 20px;
      left: 20px; } }
  @media all and (min-width: 722px) {
    .c-dev {
      top: 24px;
      right: 24px;
      bottom: 24px;
      left: 24px; } }
  @media all and (min-width: 962px) {
    .c-dev {
      top: 28px;
      right: 28px;
      bottom: 28px;
      left: 28px; } }
  @media all and (min-width: 1202px) {
    .c-dev {
      top: 32px;
      right: 32px;
      bottom: 32px;
      left: 32px; } }
  @media all and (min-width: 1440px) {
    .c-dev {
      top: 36px;
      right: 36px;
      bottom: 36px;
      left: 36px; } }
  .c-dev__columns-container {
    justify-content: space-between;
    outline: 1px solid red; }
  .c-dev__column {
    outline: 1px solid blue; }
    .single-project .c-dev__column:nth-child(5), .single-project .c-dev__column:nth-child(6) {
      display: none; }
      @media all and (min-width: 600px) and (max-width: 1202px) {
        .single-project .c-dev__column:nth-child(5), .single-project .c-dev__column:nth-child(6) {
          display: block; } }
  .c-dev__box {
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    height: 17px;
    outline: 1px solid green; }
    @media all and (min-width: 482px) {
      .c-dev__box {
        height: 19px; } }
    @media all and (min-width: 722px) {
      .c-dev__box {
        height: 23px; } }
    @media all and (min-width: 962px) {
      .c-dev__box {
        height: 27px; } }
    @media all and (min-width: 1202px) {
      .c-dev__box {
        height: 31px; } }
    @media all and (min-width: 1440px) {
      .c-dev__box {
        height: 35px; } }
    .c-dev__box--top--1 {
      top: 13px; }
      @media all and (min-width: 482px) {
        .c-dev__box--top--1 {
          top: 14px; } }
      @media all and (min-width: 722px) {
        .c-dev__box--top--1 {
          top: 17px; } }
      @media all and (min-width: 962px) {
        .c-dev__box--top--1 {
          top: 20px; } }
      @media all and (min-width: 1202px) {
        .c-dev__box--top--1 {
          top: 23px; } }
      @media all and (min-width: 1440px) {
        .c-dev__box--top--1 {
          top: 26px; } }
    .c-dev__box--top--2 {
      top: 49px; }
      @media all and (min-width: 482px) {
        .c-dev__box--top--2 {
          top: 54px; } }
      @media all and (min-width: 722px) {
        .c-dev__box--top--2 {
          top: 65px; } }
      @media all and (min-width: 962px) {
        .c-dev__box--top--2 {
          top: 76px; } }
      @media all and (min-width: 1202px) {
        .c-dev__box--top--2 {
          top: 87px; } }
      @media all and (min-width: 1440px) {
        .c-dev__box--top--2 {
          top: 98px; } }
      .home .c-dev__box--top--2 {
        top: auto;
        bottom: 13px; }
        @media all and (min-width: 482px) {
          .home .c-dev__box--top--2 {
            bottom: 14px; } }
        @media all and (min-width: 722px) {
          .home .c-dev__box--top--2 {
            bottom: 17px; } }
        @media all and (min-width: 962px) {
          .home .c-dev__box--top--2 {
            bottom: 20px; } }
        @media all and (min-width: 1202px) {
          .home .c-dev__box--top--2 {
            bottom: 23px; } }
        @media all and (min-width: 1440px) {
          .home .c-dev__box--top--2 {
            bottom: 26px; } }
    .c-dev__box--project-slideshow--1, .c-dev__box--project-slideshow--2 {
      position: absolute;
      display: none; }
    @media all and (min-width: 1440px) {
      .c-dev__box--project-slideshow--1 {
        bottom: 8px; } }
    @media all and (min-width: 1440px) {
      .c-dev__box--project-slideshow--2 {
        bottom: -64px; } }

.xdebug-var-dump {
  position: relative;
  z-index: 1;
  background-color: #f2f2f2;
  border: 1px solid red; }

.c-header {
  position: fixed;
  top: 0;
  z-index: 2;
  left: 0;
  width: 50%;
  height: 3em;
  padding-right: 1em;
  padding-bottom: 0em;
  padding-left: 1em;
  overflow: hidden; }
  .s-menu-open .c-header {
    bottom: 0;
    width: 100%;
    height: auto;
    min-height: calc(100% + 2em);
    padding-bottom: 2em;
    overflow-y: scroll;
    background-color: #f2f2f2; }
    @media all and (min-width: 722px) {
      .s-menu-open .c-header {
        width: 50%; } }
  .s-menu-open .c-header.l-columns-container {
    width: 50%; }
  .c-header__logo__link {
    position: fixed;
    margin-top: -.075em;
    z-index: 1;
    white-space: nowrap; }
  .c-header a {
    text-decoration: none; }

.c-header-overlay {
  height: 100%;
  transform: translateX(-100%); }
  .s-menu-open .c-header-overlay {
    transform: translateX(0); }
  .c-header-overlay__inner {
    padding-top: 2em; }
  .c-header-overlay__text p {
    margin-top: 1em;
    margin-bottom: 1em; }
  .c-header-overlay__text span {
    opacity: 0; }
    .c-header-overlay__text span.s-visible {
      opacity: 1; }
  .c-header-overlay a {
    font-family: "NHaasGroteskTXPro-66MdIt", sans-serif; }
    .c-header-overlay a:hover {
      font-family: "NHaasGroteskTXPro-65Md", sans-serif; }

.flickity-slider {
  transform: translateX(0) !important; }
  .flickity-slider > div {
    left: 0 !important;
    opacity: 0; }
    .flickity-slider > div.is-selected {
      opacity: 1; }
  .flickity-slider .c-selected__project a {
    pointer-events: none; }
  .flickity-slider .c-selected__project.is-selected a {
    pointer-events: auto; }

.home ::selection {
  background-color: transparent; }

.home:not(.s-menu-open) .c-header {
  pointer-events: none; }

.home .c-header__logo__link {
  pointer-events: auto; }

.home .l-wrapper {
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0; }
  @media all and (max-width: 721px) and (max-width: 721px) {
    .home .l-wrapper {
      position: fixed;
      top: 0;
      bottom: 0; } }

.c-selected {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 0.001em;
  padding-bottom: 0.1em;
  overflow: hidden; }
  @media all and (min-width: 722px) {
    .c-selected {
      pointer-events: none; } }
  .c-selected__projects {
    width: 100%;
    height: 100%; }
  .c-selected__project {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding-top: 18px;
    padding-bottom: 14px; }
    @media all and (min-width: 482px) {
      .c-selected__project {
        padding-top: 20px;
        padding-bottom: 15px; } }
    @media all and (min-width: 722px) {
      .c-selected__project {
        padding-top: 24px;
        padding-bottom: 24px; } }
    @media all and (min-width: 962px) {
      .c-selected__project {
        padding-top: 28px;
        padding-bottom: 28px; } }
    @media all and (min-width: 1202px) {
      .c-selected__project {
        padding-top: 32px;
        padding-bottom: 32px; } }
    @media all and (min-width: 1440px) {
      .c-selected__project {
        padding-top: 36px;
        padding-bottom: 36px; } }
    .c-selected__project__title-container, .c-selected__project__code-container {
      flex: 1 0 auto;
      justify-content: flex-end; }
      @media all and (min-width: 722px) {
        .c-selected__project__title-container, .c-selected__project__code-container {
          flex: 1 0 1em; } }
    .c-selected__project__title, .c-selected__project__code {
      pointer-events: auto; }
    .c-selected__project__title {
      position: absolute;
      white-space: nowrap; }
      @media all and (max-width: 721px) and (max-width: 721px) {
        .c-selected__project__title {
          bottom: .75em;
          left: 0;
          right: 0;
          overflow: hidden;
          text-overflow: ellipsis; } }
      @media all and (min-width: 722px) {
        .c-selected__project__title {
          position: relative;
          top: -0.1em; } }
    @media all and (max-width: 721px) and (max-width: 721px) {
      .c-selected__project .c-word {
        opacity: 1; } }
    @media all and (min-width: 722px) {
      .c-selected__project__mobile-code {
        display: none; } }
    .c-selected__project__image {
      position: absolute;
      flex: 1 1 auto;
      width: auto;
      width: 100%;
      margin-right: auto;
      margin-left: auto;
      object-fit: contain; }
      @media all and (max-width: 721px) and (max-width: 721px) {
        .c-selected__project__image {
          top: 3em;
          height: calc(100% - 5.9em);
          object-position: top center; } }
      @media all and (min-width: 722px) {
        .c-selected__project__image {
          top: 2.85em;
          height: calc(100% - 5.6em); } }
    .c-selected__project__code-container {
      position: absolute;
      bottom: 0.7em; }
      @media all and (max-width: 721px) and (max-width: 721px) {
        .c-selected__project__code-container {
          display: none; } }
  .c-selected .flickity-viewport {
    width: 100%; }
  .c-selected__counter-container {
    position: fixed;
    top: 1em;
    right: 0; }
    @media all and (max-width: 721px) and (max-width: 721px) {
      .c-selected__counter-container {
        justify-content: flex-end; } }
    @media all and (min-width: 722px) {
      .c-selected__counter-container {
        top: auto;
        right: auto;
        bottom: .825em;
        left: 0; } }
    .c-selected__counter-container.l-columns-container {
      width: 50%; }

.c-slideshow-hitfield {
  width: 50%;
  cursor: none; }
  .c-slideshow-hitfield__container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex; }
    @media all and (max-width: 721px) and (max-width: 721px) {
      .c-slideshow-hitfield__container {
        display: none;
        pointer-events: none; } }

/* with flexbox */
.grid {
  display: flex; }
  @media all and (max-width: 722px) {
    .grid {
      flex-direction: column; } }

.grid-col {
  display: none;
  flex-grow: 1; }
  @media all and (min-width: 722px) {
    .grid-col {
      flex: 1 1 50%; } }
  @media all and (min-width: 962px) {
    .grid-col {
      flex: 1 1 25%; } }
  body:not(.s-mouse-moved) .grid-col:first-child .c-projects__project:first-child .c-projects__project__image, body:not(.s-mouse-moved) .grid-col:first-child .c-projects__project:first-child .c-projects__project__title__seperator, body:not(.s-mouse-moved) .grid-col:first-child .c-projects__project:first-child .c-projects__project__title__title {
    opacity: 1; }

/* 2 columns by default, hide columns 2 & 3 */
@media all and (min-width: 722px) {
  .grid-col--1,
  .grid-col--4 {
    display: block; } }

@media all and (min-width: 962px) {
  .grid-col--2,
  .grid-col--3 {
    display: block; } }

.c-projects__projects {
  margin-top: .85em;
  margin-top: 1.9em; }

.c-projects__header {
  justify-content: flex-end;
  margin-top: -.075em; }

@media all and (max-width: 722px) {
  .c-projects__projects {
    padding-right: 1em;
    padding-left: 1em; } }

.c-projects__project {
  display: block;
  padding-bottom: .02em; }
  @media all and (min-width: 722px) {
    .c-projects__project {
      padding-right: 1em;
      padding-left: 1em; } }
  @media all and (max-width: 721px) and (max-width: 721px) {
    .c-projects__project:not(.s-visible) {
      opacity: 0; } }
  @media all and (min-width: 722px) {
    .c-projects__project--clone {
      display: none; } }
  .c-projects__project__title {
    margin-top: 0.15em; }
    @media all and (max-width: 721px) and (max-width: 721px) {
      .c-projects__project__title {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; } }
    @media all and (max-width: 721px) and (max-width: 721px) {
      .c-projects__project__title br {
        display: none; } }
    @media all and (min-width: 722px) {
      .c-projects__project__title span:not(.c-projects__project__title__title) {
        opacity: 0; } }
    .c-projects__project__title span:not(.c-projects__project__title__title).s-visible {
      opacity: 1; }
    @media all and (max-width: 721px) and (max-width: 721px) {
      .c-projects__project__title__code {
        display: inline-block; } }
    @media all and (min-width: 722px) {
      .c-projects__project__title__seperator {
        display: none; } }
    @media all and (min-width: 722px) {
      .c-projects__project__title__title {
        opacity: 0; } }
  .c-projects__project:hover .c-projects__project__title__title {
    opacity: 1; }
  @media all and (max-width: 721px) and (max-width: 721px) {
    .c-projects__project__image-container {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      width: 100%;
      height: 0;
      padding-bottom: 100%;
      overflow: hidden; } }
  @media all and (max-width: 721px) and (max-width: 721px) {
    .c-projects__project__image-container {
      display: none; } }
  @media all and (max-width: 721px) and (max-width: 721px) {
    .s-visible .c-projects__project__image-container {
      display: block; } }
  @media all and (max-width: 721px) and (max-width: 721px) {
    .c-projects__project__image {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      height: 100%;
      object-fit: contain;
      object-position: center bottom; } }
  @media all and (min-width: 722px) {
    .c-projects__project__image {
      opacity: 0; } }
  .c-projects__project:hover .c-projects__project__image {
    opacity: 1; }
  @media all and (max-width: 721px) and (max-width: 721px) {
    .c-projects__project.s-visible ~ .c-projects__project.s-visible .c-projects__project__image-container {
      display: none; } }

@media all and (min-width: 722px) {
  .c-append-more {
    display: none; } }

.c-project__header {
  position: sticky;
  position: -webkit-sticky;
  margin-top: -.075em;
  margin-bottom: .85em;
  margin-bottom: -.15em;
  top: 1em;
  z-index: 1; }
  @media all and (max-width: 721px) and (max-width: 721px) {
    .c-project__header {
      position: static;
      padding-top: 2em; } }
  @media all and (min-width: 722px) {
    .c-project__header {
      justify-content: flex-end; } }
  @media all and (max-width: 721px) and (max-width: 721px) {
    .c-project__header__code {
      position: fixed;
      right: 1em;
      top: 1em;
      z-index: 1; } }
  @media all and (max-width: 721px) and (max-width: 721px) {
    .c-project__header span {
      opacity: 0; }
      .c-project__header span.s-visible {
        opacity: 1; } }

.c-project__inner {
  margin-top: 1em;
  justify-content: center; }

.c-project__content p {
  margin-top: 1.05em;
  margin-bottom: 1.05em; }

.c-project__content span {
  opacity: 0; }
  .c-project__content span.s-visible {
    opacity: 1; }

.c-project__content a {
  font-family: "NHaasGroteskTXPro-66MdIt", sans-serif;
  text-decoration: none; }
  .c-project__content a:hover {
    font-family: "NHaasGroteskTXPro-65Md", sans-serif; }

.c-project__content iframe {
  position: relative;
  width: 100%; }

.c-project__content .c-video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden; }
  .c-project__content .c-video-container iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%; }

.c-project-slideshow {
  position: relative; }
  .c-project-slideshow__slideshow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .c-project-slideshow__slideshow__container {
      position: relative;
      height: 0;
      padding-bottom: 66.6666%; }
      @media all and (min-width: 722px) {
        .c-project-slideshow__slideshow__container {
          pointer-events: none; } }
      .c-project-slideshow__slideshow__container::selection {
        background-color: transparent; }
  .c-project-slideshow__slide {
    width: 100%;
    height: 100%; }
  .c-project-slideshow__image {
    width: 100%;
    height: 100%;
    object-position: top center;
    object-fit: contain; }
  .c-project-slideshow__counter-container {
    margin-top: 0.2352em; }
    @media all and (min-width: 722px) {
      .c-project-slideshow__counter-container {
        margin-bottom: 1em; } }


/*# sourceMappingURL=main.86c0d4c17c1ab84b5fdb.css.map*/