/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 6, app/assets/stylesheets/vendor/reset.scss */
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 */
/* line 27, app/assets/stylesheets/vendor/reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 31, app/assets/stylesheets/vendor/reset.scss */
body {
  line-height: 1;
}

/* line 34, app/assets/stylesheets/vendor/reset.scss */
ol, ul {
  list-style: none;
}

/* line 37, app/assets/stylesheets/vendor/reset.scss */
blockquote, q {
  quotes: none;
}

/* line 40, app/assets/stylesheets/vendor/reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 45, app/assets/stylesheets/vendor/reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*!
 * This CSS resource incorporates links to font software which is the valuable copyrighted
 * property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
 * redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
 * Imaging with any questions regarding Web Fonts:  http://www.fonts.com
 */

/* @import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=3f06dbaa-500a-4de7-908c-2db1bdfd1b6b"); */

@font-face{
  font-family:"ITC Avant Garde Gothic W01";
  src:url(/fonts/e2726b32-fedc-4803-806a-a029c705ad22.woff2) format("woff2"),url(/fonts/cc19831d-e4b6-40fa-b009-45b1365dde5d.woff) format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face{
  font-family:"ITC Avant Garde Gothic W01";
  src:url(/fonts/6f1146c0-9c0b-4949-866d-9affc396531f.woff2) format("woff2"),url(/fonts/2c50f982-bb73-4891-8d0e-587c1136c2e5.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face{
  font-family:"ITC Avant Garde Gothic W01";
  src:url(/fonts/abe9daef-72eb-45cc-a93a-7d6285130117.woff2) format("woff2"),url(/fonts/69fdedf5-3ddd-4815-99d0-4f04ec6c5443.woff) format("woff");
  font-weight: 300;
  font-style: oblique;
}
@font-face{
  font-family:"ITC Avant Garde Gothic W01";
  src:url(/fonts/39dda6db-d579-4a2e-b67c-abf7d732b97c.woff2) format("woff2"),url(/fonts/6cf5eb52-bda1-4506-b101-1cb1cb9ac146.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face{
  font-family:"ITC Avant Garde Gothic W01";
  src:url(/fonts/8bfba692-98b4-401d-b187-205f59d508cf.woff2) format("woff2"),url(/fonts/29cf02ec-9cbf-449b-abff-06b4ab9b1cc0.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face{
  font-family:"ITC Avant Garde Gothic W01";
  src:url(/fonts/4cadb55f-822a-4a35-8918-becfc5a866a3.woff2) format("woff2"),url(/fonts/af007af5-dcfa-465a-a278-47ab3eb9a589.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
/* line 5, app/assets/stylesheets/modules/document.sass */
.hmm {
  color: red !important;
}

/* line 8, app/assets/stylesheets/modules/document.sass */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 11, app/assets/stylesheets/modules/document.sass */
*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* line 14, app/assets/stylesheets/modules/document.sass */
.noscroll {
  overflow: hidden;
}

/* line 17, app/assets/stylesheets/modules/document.sass */
strong {
  font-weight: bold;
}

/* line 20, app/assets/stylesheets/modules/document.sass */
a:visited,
a:link {
  text-decoration: none;
}

/* line 23, app/assets/stylesheets/modules/document.sass */
a:hover {
  text-decoration: none;
}

/* line 26, app/assets/stylesheets/modules/document.sass */
html {
  height: 100%;
}

/* line 29, app/assets/stylesheets/modules/document.sass */
body {
  background: #fafafa;
}

@media screen and (max-width: 500px) {
  /* line 29, app/assets/stylesheets/modules/document.sass */
  body {
    border: none;
  }
}

/* line 36, app/assets/stylesheets/modules/document.sass */
.dont-show-on-mobile {
  display: block;
}

@media screen and (max-width: 500px) {
  /* line 36, app/assets/stylesheets/modules/document.sass */
  .dont-show-on-mobile {
    display: none !important;
  }
}

/* line 41, app/assets/stylesheets/modules/document.sass */
.only-show-on-mobile {
  display: none;
}

@media screen and (max-width: 500px) {
  /* line 41, app/assets/stylesheets/modules/document.sass */
  .only-show-on-mobile {
    display: block;
  }
}

/* line 47, app/assets/stylesheets/modules/document.sass */
.page {
  background: white;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 30px;
  border: 20px solid white;
}

@media screen and (max-width: 1600px) {
  /* line 47, app/assets/stylesheets/modules/document.sass */
  .page {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  /* line 47, app/assets/stylesheets/modules/document.sass */
  .page {
    border: 0 !important;
  }
}

@media screen and (min-width: 769px) {
  /* line 62, app/assets/stylesheets/modules/document.sass */
  .page .edge-to-edge {
    width: -webkit-calc( 100% + 20px + 20px);
    width: calc( 100% + 20px + 20px);
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
}

/* line 68, app/assets/stylesheets/modules/document.sass */
.cases-index .page, .editions-index .page, .pages-index .page {
  max-width: 1456px;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: 100%;
  margin-top: 0;
}

@media screen and (max-width: 500px) {
  /* line 47, app/assets/stylesheets/modules/document.sass */
  .page {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 82, app/assets/stylesheets/modules/document.sass */
.page header {
  display: block;
  z-index: 400;
}

/* line 86, app/assets/stylesheets/modules/document.sass */
section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  z-index: 100;
  position: relative;
  background: white;
}

/* line 94, app/assets/stylesheets/modules/document.sass */
section.section--centered {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 97, app/assets/stylesheets/modules/document.sass */
article {
  width: 100%;
  max-width: 1456px;
  margin: 0 auto;
}

/* line 102, app/assets/stylesheets/modules/document.sass */
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 0;
  width: 100%;
  max-width: 1456px;
}

/* line 109, app/assets/stylesheets/modules/document.sass */
.row .image--centered {
  padding-left: 70px;
  padding-right: 70px;
  margin-bottom: 20px;
}

/* line 115, app/assets/stylesheets/modules/document.sass */
.row .image--centered.auto-width img {
  width: auto;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

/* line 119, app/assets/stylesheets/modules/document.sass */
.row .image--centered.full_width {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 1000px) {
  /* line 109, app/assets/stylesheets/modules/document.sass */
  .row .image--centered {
    margin: 0;
  }
}

@media screen and (max-width: 500px) {
  /* line 109, app/assets/stylesheets/modules/document.sass */
  .row .image--centered {
    padding: 0;
  }
}

/* line 131, app/assets/stylesheets/modules/document.sass */
.image--logo {
  padding-left: 70px;
  padding-right: 70px;
  margin-bottom: 20px;
}

/* line 135, app/assets/stylesheets/modules/document.sass */
.image--logo img {
  width: 100%;
}

@media screen and (max-width: 500px) {
  /* line 131, app/assets/stylesheets/modules/document.sass */
  .image--logo {
    padding: 20px !important;
  }
}

/* line 141, app/assets/stylesheets/modules/document.sass */
.row + .row {
  margin-top: 20px;
}

@media screen and (max-width: 1000px) {
  /* line 141, app/assets/stylesheets/modules/document.sass */
  .row + .row {
    margin: 0;
  }
}

/* line 146, app/assets/stylesheets/modules/document.sass */
.part {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 100px;
}

@media screen and (max-width: 500px) {
  /* line 146, app/assets/stylesheets/modules/document.sass */
  .part {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

/* line 156, app/assets/stylesheets/modules/document.sass */
.part .part + .image--centered {
  margin-top: -30px;
}

/* line 159, app/assets/stylesheets/modules/document.sass */
.part h1,
.part h2 {
  font-family: 'ITC Avant Garde Gothic W01', sans-serif;
  font-style: normal;
  font-size: 30px;
  line-height: 45px;
  font-weight: 500;
  color: black;
  margin-bottom: 24px;
  margin-top: 24px;
}

@media screen and (max-width: 1024px) {
  /* line 159, app/assets/stylesheets/modules/document.sass */
  .part h1,
.part h2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 500px) {
  /* line 159, app/assets/stylesheets/modules/document.sass */
  .part h1,
.part h2 {
    font-size: 26px;
    line-height: 40px;
  }
}

/* line 177, app/assets/stylesheets/modules/document.sass */
.part h1.large {
  font-size: 40px;
}

/* line 180, app/assets/stylesheets/modules/document.sass */
.part h3 {
  font-family: 'ITC Avant Garde Gothic W01', sans-serif;
  font-style: normal;
  font-size: 20px;
  line-height: 35px;
  font-weight: 500;
  color: black;
  margin-bottom: 24px;
  margin-top: 24px;
}

@media screen and (max-width: 1024px) {
  /* line 180, app/assets/stylesheets/modules/document.sass */
  .part h3 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 500px) {
  /* line 180, app/assets/stylesheets/modules/document.sass */
  .part h3 {
    font-size: 18px;
    line-height: 30px;
  }
}

/* line 197, app/assets/stylesheets/modules/document.sass */
.part h4 {
  font-family: 'ITC Avant Garde Gothic W01', sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 35px;
  font-weight: 500;
  color: black;
  margin-bottom: 24px;
  margin-top: 24px;
}

@media screen and (max-width: 1024px) {
  /* line 197, app/assets/stylesheets/modules/document.sass */
  .part h4 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 500px) {
  /* line 197, app/assets/stylesheets/modules/document.sass */
  .part h4 {
    font-size: 15px;
    line-height: 30px;
  }
}

/* line 214, app/assets/stylesheets/modules/document.sass */
.part p {
  font-family: "freight-text-pro", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  -webkit-font-variant-ligatures: common-ligatures, contextual, discretionary-ligatures;
          font-variant-ligatures: common-ligatures, contextual, discretionary-ligatures;
  font-variant-numeric: oldstyle-nums, proportional-nums;
  -ms-font-feature-settings: "kern", "liga", "clig", "calt", "dlig";
  -webkit-font-feature-settings: "kern", "liga", "clig", "calt", "dlig";
  font-feature-settings: "kern", "liga", "clig", "calt", "dlig";
  -webkit-font-smoothing: antialiased;
  font-size: 21px;
  line-height: 30px;
  letter-spacing: 0.1px;
  color: #6B6A6A;
  font-weight: 400;
  margin-bottom: 24px;
  margin-top: 24px;
}

@media screen and (max-width: 1024px) {
  /* line 214, app/assets/stylesheets/modules/document.sass */
  .part p {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 500px) {
  /* line 214, app/assets/stylesheets/modules/document.sass */
  .part p {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}

/* line 237, app/assets/stylesheets/modules/document.sass */
.part.text--center {
  text-align: center;
}

/* line 240, app/assets/stylesheets/modules/document.sass */
.part p + h1 {
  margin-top: 70px;
}

/* line 243, app/assets/stylesheets/modules/document.sass */
.background--beige {
  background-color: #f8f8f5;
}

/* line 246, app/assets/stylesheets/modules/document.sass */
.background--grey {
  background-color: #f0f0f0;
}

/* line 249, app/assets/stylesheets/modules/document.sass */
.background--black {
  background-color: #000;
}

/* line 251, app/assets/stylesheets/modules/document.sass */
.background--black h2 {
  color: white;
}

/* line 253, app/assets/stylesheets/modules/document.sass */
.background--black p {
  color: white;
}

/* line 257, app/assets/stylesheets/modules/document.sass */
.background--blue-gradient {
  background: #f8f8f5;
  background: -webkit-gradient(linear, left top, left bottom, from(#F8F8F5), to(#DEF0F0));
  background: -webkit-linear-gradient(#F8F8F5 0%, #DEF0F0 100%);
  background: linear-gradient(#F8F8F5 0%, #DEF0F0 100%);
}

/* line 261, app/assets/stylesheets/modules/document.sass */
.background--grey-to-white {
  background: #f8f8f5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(19.33%, #f8f8f5), color-stop(40.34%, rgba(255, 245, 237, 0)), color-stop(74.37%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(#f8f8f5 19.33%, rgba(255, 245, 237, 0) 40.34%, rgba(0, 0, 0, 0) 74.37%);
  background: linear-gradient(#f8f8f5 19.33%, rgba(255, 245, 237, 0) 40.34%, rgba(0, 0, 0, 0) 74.37%);
}

/* line 265, app/assets/stylesheets/modules/document.sass */
.background--blue {
  background-color: #005195;
}

/* line 267, app/assets/stylesheets/modules/document.sass */
.background--blue h2,
.background--blue p {
  color: white !important;
}

/* line 271, app/assets/stylesheets/modules/document.sass */
.background--yellow {
  background-color: #FBC26C;
}

/* line 273, app/assets/stylesheets/modules/document.sass */
.background--yellow h2,
.background--yellow p {
  color: white !important;
}

/* line 277, app/assets/stylesheets/modules/document.sass */
.part--w768 {
  max-width: 768px !important;
  width: 100% !important;
}

/* line 281, app/assets/stylesheets/modules/document.sass */
.part--w940 {
  max-width: 940px !important;
  width: 100% !important;
}

/* line 284, app/assets/stylesheets/modules/document.sass */
.part--w940 h2 {
  padding-left: 0;
}

@media screen and (max-width: 1024px) {
  /* line 281, app/assets/stylesheets/modules/document.sass */
  .part--w940 {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 289, app/assets/stylesheets/modules/document.sass */
  .part--w940 h2 {
    padding-left: 20px;
  }
}

/* line 292, app/assets/stylesheets/modules/document.sass */
.part--w650 {
  max-width: 650px !important;
  width: 100% !important;
}

/* line 296, app/assets/stylesheets/modules/document.sass */
.part--w650 h2 {
  margin-top: 0;
}

/* line 299, app/assets/stylesheets/modules/document.sass */
.part--w650 h2 + p,
.part--w650 p + p {
  margin-bottom: 0;
}

@media screen and (max-width: 700px) {
  /* line 292, app/assets/stylesheets/modules/document.sass */
  .part--w650 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* line 307, app/assets/stylesheets/modules/document.sass */
.text--pink {
  color: #FD6671 !important;
}

/* line 311, app/assets/stylesheets/modules/document.sass */
.part--w692 {
  max-width: 692px !important;
  width: 100% !important;
}

/* line 315, app/assets/stylesheets/modules/document.sass */
.part--w700 {
  max-width: 700px !important;
  width: 100% !important;
  margin-bottom: 60px;
}

/* line 320, app/assets/stylesheets/modules/document.sass */
.part--vertical-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none !important;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 326, app/assets/stylesheets/modules/document.sass */
.part--vertical-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none !important;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

/* line 331, app/assets/stylesheets/modules/document.sass */
.part--vertical-top h2,
.part--vertical-top p {
  padding-right: 30px;
}

/* line 335, app/assets/stylesheets/modules/document.sass */
.part--1-2 {
  width: 50%;
  max-width: none;
  overflow: hidden;
  padding: 0;
  padding-left: 70px;
  padding-right: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 343, app/assets/stylesheets/modules/document.sass */
.part--1-2 img {
  width: 100%;
}

/* line 345, app/assets/stylesheets/modules/document.sass */
.part--1-2 p {
  padding-right: 30px;
}

@media screen and (max-width: 1000px) {
  /* line 335, app/assets/stylesheets/modules/document.sass */
  .part--1-2 {
    width: 100%;
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  /* line 353, app/assets/stylesheets/modules/document.sass */
  .part--1-2.break--top {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
}

@media screen and (max-width: 500px) {
  /* line 335, app/assets/stylesheets/modules/document.sass */
  .part--1-2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* line 360, app/assets/stylesheets/modules/document.sass */
.part--1-2 + .part--1-2 {
  padding-right: 70px;
  padding-left: 10px;
}

@media screen and (max-width: 1000px) {
  /* line 360, app/assets/stylesheets/modules/document.sass */
  .part--1-2 + .part--1-2 {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 500px) {
  /* line 360, app/assets/stylesheets/modules/document.sass */
  .part--1-2 + .part--1-2 {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 373, app/assets/stylesheets/modules/document.sass */
.part--1-3 {
  width: 33.333%;
  padding-left: 70px;
}

/* line 376, app/assets/stylesheets/modules/document.sass */
.part--1-3 h2 {
  padding-right: 30px;
}

@media screen and (max-width: 1000px) {
  /* line 376, app/assets/stylesheets/modules/document.sass */
  .part--1-3 h2 {
    padding-left: 20px;
  }
}

/* line 381, app/assets/stylesheets/modules/document.sass */
.part--1-3 img {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  /* line 373, app/assets/stylesheets/modules/document.sass */
  .part--1-3 {
    width: 100%;
    max-width: 600px;
    padding: 10px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 auto;
  }
  /* line 391, app/assets/stylesheets/modules/document.sass */
  .part--1-3 p {
    padding-right: 0;
  }
}

/* line 395, app/assets/stylesheets/modules/document.sass */
.part--2-3 {
  width: 66.666%;
  padding-right: 70px;
  padding-left: 70px;
}

/* line 400, app/assets/stylesheets/modules/document.sass */
.part--2-3 img {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  /* line 395, app/assets/stylesheets/modules/document.sass */
  .part--2-3 {
    width: 100%;
    max-width: 600px;
    padding: 10px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 auto;
  }
  /* line 410, app/assets/stylesheets/modules/document.sass */
  .part--2-3 p {
    margin-top: 0 !important;
  }
}

/* line 416, app/assets/stylesheets/modules/document.sass */
.part--3-8 {
  width: 37.5%;
  max-height: 700px;
  overflow: hidden;
}

/* line 420, app/assets/stylesheets/modules/document.sass */
.part--3-8 h2 {
  padding-right: 30px;
}

/* line 422, app/assets/stylesheets/modules/document.sass */
.part--3-8 img {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  /* line 416, app/assets/stylesheets/modules/document.sass */
  .part--3-8 {
    width: 100%;
    max-width: 600px;
    padding: 10px;
    margin: 0 auto;
  }
  /* line 429, app/assets/stylesheets/modules/document.sass */
  .part--3-8 p {
    padding-right: 0;
  }
}

/* line 432, app/assets/stylesheets/modules/document.sass */
.part--5-8 {
  width: 62.5%;
  max-height: 700px;
  overflow: hidden;
}

/* line 437, app/assets/stylesheets/modules/document.sass */
.part--5-8 img {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  /* line 432, app/assets/stylesheets/modules/document.sass */
  .part--5-8 {
    width: 100%;
    max-width: 600px;
    padding: 10px;
    margin: 0 auto;
  }
  /* line 445, app/assets/stylesheets/modules/document.sass */
  .part--5-8 p {
    padding-right: 0;
    margin-top: 0 !important;
  }
}

/* line 449, app/assets/stylesheets/modules/document.sass */
.mobile-no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 455, app/assets/stylesheets/modules/document.sass */
.heading--large {
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 0.18px;
}

/* line 460, app/assets/stylesheets/modules/document.sass */
.text--left {
  text-align: left !important;
}

/* line 463, app/assets/stylesheets/modules/document.sass */
.no-margin-top {
  margin-top: 0 !important;
}

/* line 466, app/assets/stylesheets/modules/document.sass */
.no-margin-bottom {
  margin-bottom: 0 !important;
}

/* line 469, app/assets/stylesheets/modules/document.sass */
.no-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 473, app/assets/stylesheets/modules/document.sass */
.no-padding-top {
  padding-top: 0 !important;
}

/* line 476, app/assets/stylesheets/modules/document.sass */
.no-padding-bottom {
  padding-bottom: 0 !important;
}

/* line 479, app/assets/stylesheets/modules/document.sass */
.no-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 483, app/assets/stylesheets/modules/document.sass */
.padding-bottom {
  padding-bottom: 90px;
}

@media screen and (max-width: 500px) {
  /* line 483, app/assets/stylesheets/modules/document.sass */
  .padding-bottom {
    padding-bottom: 0;
  }
}

/* line 489, app/assets/stylesheets/modules/document.sass */
.no-outer-padding {
  padding-left: 0;
  padding-right: 0;
}

/* line 495, app/assets/stylesheets/modules/document.sass */
.padding-top {
  padding-top: 80px;
}

@media screen and (max-width: 500px) {
  /* line 495, app/assets/stylesheets/modules/document.sass */
  .padding-top {
    padding-top: 40px;
  }
}

/* line 500, app/assets/stylesheets/modules/document.sass */
.margin-top {
  margin-top: 80px;
}

/* line 503, app/assets/stylesheets/modules/document.sass */
.image--centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  overflow: hidden;
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 20px;
}

/* line 513, app/assets/stylesheets/modules/document.sass */
.image--centered img {
  width: 100%;
  max-width: 1456px;
}

@media screen and (max-width: 1000px) {
  /* line 503, app/assets/stylesheets/modules/document.sass */
  .image--centered {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 500px) {
  /* line 503, app/assets/stylesheets/modules/document.sass */
  .image--centered {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}

/* line 525, app/assets/stylesheets/modules/document.sass */
img,
picture {
  font-size: 0;
}

/* line 529, app/assets/stylesheets/modules/document.sass */
.awards {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
}

/* line 536, app/assets/stylesheets/modules/document.sass */
.awards img {
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 40px;
}

/* line 542, app/assets/stylesheets/modules/document.sass */
.pattern {
  height: 100%;
  width: 100%;
  background: transparent url(/assets/ui/pattern-747a2db6bb9c17ffd510301614e33e5682ce907b52d1f05501517ffa4bf5a4fc.png) repeat 0 0;
}

/* line 547, app/assets/stylesheets/modules/document.sass */
.video {
  width: 100%;
  position: relative;
  aspect-ratio: 16/9;
  padding-bottom: 56.25%;
  padding-top: 25px;
}

/* line 555, app/assets/stylesheets/modules/document.sass */
iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 563, app/assets/stylesheets/modules/document.sass */
.contact--image {
  height: 360px;
  width: 360px;
  padding: 0;
  overflow: hidden;
}

/* line 569, app/assets/stylesheets/modules/document.sass */
.contact--image img {
  height: 100%;
}

@media screen and (max-width: 800px) {
  /* line 563, app/assets/stylesheets/modules/document.sass */
  .contact--image {
    display: none;
  }
}

/* line 575, app/assets/stylesheets/modules/document.sass */
.contact--map {
  display: block;
  height: 360px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}

@media screen and (max-width: 800px) {
  /* line 575, app/assets/stylesheets/modules/document.sass */
  .contact--map {
    width: 100%;
  }
}

/* line 584, app/assets/stylesheets/modules/document.sass */
.contact--list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 60px;
}

/* line 589, app/assets/stylesheets/modules/document.sass */
.contact--list p {
  text-align: center;
  font-family: "freight-text-pro", serif;
  font-weight: 400;
  font-style: normal;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.1px;
}

/* line 599, app/assets/stylesheets/modules/document.sass */
.contact--list strong {
  font-family: 'ITC Avant Garde Gothic W01', sans-serif;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 23px;
  display: inline-block;
  margin-top: 40px;
}

/* line 606, app/assets/stylesheets/modules/document.sass */
.contact--info {
  width: 25%;
}

@media screen and (max-width: 1200px) {
  /* line 606, app/assets/stylesheets/modules/document.sass */
  .contact--info {
    width: 50%;
  }
}

@media screen and (max-width: 750px) {
  /* line 606, app/assets/stylesheets/modules/document.sass */
  .contact--info {
    width: 100%;
  }
}

/* line 615, app/assets/stylesheets/modules/document.sass */
.background--koepfe {
  background: transparent url(/assets/formrausch/koepfe-75b6035da50ccaa3a7d971a38d7470e59916b2cb402b13003981c042b1bca1e4.svg) no-repeat center top;
  background-size: 682px 143px;
  margin-top: -100px;
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  /* line 615, app/assets/stylesheets/modules/document.sass */
  .background--koepfe {
    background-size: 80%;
  }
}

@media screen and (max-width: 600px) {
  /* line 615, app/assets/stylesheets/modules/document.sass */
  .background--koepfe {
    margin-top: -60px;
    padding-top: 40px;
  }
}

@media screen and (max-width: 414px) {
  /* line 615, app/assets/stylesheets/modules/document.sass */
  .background--koepfe {
    margin-top: -40px;
    padding-top: 10px;
  }
}

/* line 629, app/assets/stylesheets/modules/document.sass */
ul.awards--list {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  /* line 629, app/assets/stylesheets/modules/document.sass */
  ul.awards--list {
    margin-left: 20px;
  }
}

/* line 636, app/assets/stylesheets/modules/document.sass */
ul.awards--list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 100;
  font-family: "freight-text-pro", serif;
  letter-spacing: 0.1px;
  line-height: 26px;
}

/* line 645, app/assets/stylesheets/modules/document.sass */
ul.awards--list li .award--year {
  margin-right: 15px;
  color: #fd6671;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

/* line 649, app/assets/stylesheets/modules/document.sass */
ul.awards--list li .award--name {
  margin-right: 15px;
}

/* line 652, app/assets/stylesheets/modules/document.sass */
ul.awards--list li .award--info {
  color: #666666;
}

/* line 658, app/assets/stylesheets/modules/document.sass */
.turbolinks-progress-bar {
  height: 3px;
  background-color: #fd6671;
}
/* line 7, app/assets/stylesheets/modules/buttons.sass */
.button {
  font-family: 'ITC Avant Garde Gothic W01', sans-serif;
  font-style: normal;
  padding: 20px;
  border: 2px solid white;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  letter-spacing: 0.15em;
  font-size: 13px;
  display: inline-block;
  width: auto;
  overflow: hidden;
}

/* line 20, app/assets/stylesheets/modules/../base/_mixins.sass */
.button:hover {
  text-decoration: none;
  background: white;
  color: black;
}

/* line 10, app/assets/stylesheets/modules/buttons.sass */
.button--black {
  border: 2px solid #fd6671;
  color: black;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fd6671;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 27, app/assets/stylesheets/modules/buttons.sass */
.button--black:hover {
  background: #fd6671;
  color: white;
  border-color: white;
}

/* line 33, app/assets/stylesheets/modules/buttons.sass */
.button--gold {
  border: 2px solid #b0976d;
  color: #b0976d;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

/* line 38, app/assets/stylesheets/modules/buttons.sass */
.button--gold:hover {
  background: #b0976d;
  color: white;
}

/* line 43, app/assets/stylesheets/modules/buttons.sass */
.button--pink {
  border: 2px solid #fd6671;
  color: #fd6671;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

/* line 48, app/assets/stylesheets/modules/buttons.sass */
.button--pink:hover {
  background: #fd6671;
  color: white;
}

/* line 52, app/assets/stylesheets/modules/buttons.sass */
.button--red {
  border: 2px solid red;
  color: red;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

/* line 57, app/assets/stylesheets/modules/buttons.sass */
.button--red:hover {
  background: red;
  color: white;
}

/* line 61, app/assets/stylesheets/modules/buttons.sass */
.button--blue {
  border: 2px solid #0c366f;
  color: #0c366f;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

/* line 66, app/assets/stylesheets/modules/buttons.sass */
.button--blue:hover {
  background: #0c366f;
  color: white;
}
/* line 7, app/assets/stylesheets/modules/grid-list.sass */
section.grid--list {
  background: transparent;
  margin: 0 auto;
  padding-bottom: 30px;
  width: 1940px;
}

@media (max-width: 1940px) {
  /* line 7, app/assets/stylesheets/modules/grid-list.sass */
  section.grid--list {
    width: 1560px;
  }
}

@media (max-width: 1560px) {
  /* line 7, app/assets/stylesheets/modules/grid-list.sass */
  section.grid--list {
    width: 1180px;
  }
}

@media (max-width: 1180px) {
  /* line 7, app/assets/stylesheets/modules/grid-list.sass */
  section.grid--list {
    width: 800px;
  }
}

@media (max-width: 800px) {
  /* line 7, app/assets/stylesheets/modules/grid-list.sass */
  section.grid--list {
    width: 760px;
    border-left: none;
    border-right: none;
  }
}

@media (max-width: 760px) {
  /* line 7, app/assets/stylesheets/modules/grid-list.sass */
  section.grid--list {
    width: 380px;
    border-left: none;
    border-right: none;
  }
}

@media (max-width: 460px) {
  /* line 7, app/assets/stylesheets/modules/grid-list.sass */
  section.grid--list {
    width: 380px;
    width: 100%;
    padding: 0;
    border-left: none;
    border-right: none;
  }
}

/* line 52, app/assets/stylesheets/modules/grid-list.sass */
section.grid--list.max3 {
  max-width: 1160px !important;
}
/* line 5, app/assets/stylesheets/modules/grid-item.sass */
.grid--item {
  width: 380px;
  min-height: 380px;
  height: auto;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  overflow: hidden;
  position: relative;
}

/* line 13, app/assets/stylesheets/modules/grid-item.sass */
.grid--item.w1 {
  width: 380px;
}

/* line 15, app/assets/stylesheets/modules/grid-item.sass */
.grid--item.w2 {
  width: 760px;
}

/* line 17, app/assets/stylesheets/modules/grid-item.sass */
.grid--item.w3 {
  width: 1140px;
}

/* line 19, app/assets/stylesheets/modules/grid-item.sass */
.grid--item.w4 {
  width: 1520px;
}

/* line 21, app/assets/stylesheets/modules/grid-item.sass */
.grid--item.w5 {
  width: 1900px;
}

/* line 23, app/assets/stylesheets/modules/grid-item.sass */
.grid--item.w6 {
  width: 2280px;
}

@media screen and (max-width: 760px) {
  /* line 5, app/assets/stylesheets/modules/grid-item.sass */
  .grid--item {
    width: 380px !important;
  }
}

@media screen and (max-width: 500px) {
  /* line 5, app/assets/stylesheets/modules/grid-item.sass */
  .grid--item {
    width: 100% !important;
  }
}

/* line 33, app/assets/stylesheets/modules/grid-item.sass */
.grid--item.h0-5 {
  height: 190px;
}

/* line 35, app/assets/stylesheets/modules/grid-item.sass */
.grid--item.h1 {
  height: 380px;
}

/* line 37, app/assets/stylesheets/modules/grid-item.sass */
.grid--item.h1-5 {
  height: 570px;
}

/* line 39, app/assets/stylesheets/modules/grid-item.sass */
.grid--item.h2 {
  height: 760px;
}

/* line 41, app/assets/stylesheets/modules/grid-item.sass */
.grid--item.h2-5 {
  height: 950px;
}

/* line 43, app/assets/stylesheets/modules/grid-item.sass */
.grid--item.h3 {
  height: 1140px;
}

/* line 45, app/assets/stylesheets/modules/grid-item.sass */
.grid--item.h4 {
  height: 1520px;
}

/* line 47, app/assets/stylesheets/modules/grid-item.sass */
.grid--item.h5 {
  height: 1900px;
}
/* line 6, app/assets/stylesheets/modules/buero-item.sass */
.case--buero .awards {
  position: relative;
}

@media screen and (max-width: 400px) {
  /* line 5, app/assets/stylesheets/modules/buero-item.sass */
  .case--buero {
    height: auto !important;
  }
}

@media screen and (max-width: 500px) {
  /* line 5, app/assets/stylesheets/modules/buero-item.sass */
  .case--buero {
    background: white;
    width: 100%;
  }
}

@media screen and (max-width: 230px) {
  /* line 5, app/assets/stylesheets/modules/buero-item.sass */
  .case--buero {
    height: auto !important;
  }
  /* line 18, app/assets/stylesheets/modules/buero-item.sass */
  .case--buero .case--item-info {
    font-size: 24px !important;
    line-height: 30px !important;
    margin: 30px !important;
    word-wrap: break-word;
  }
  /* line 24, app/assets/stylesheets/modules/buero-item.sass */
  .case--buero .awards {
    position: relative;
  }
  /* line 26, app/assets/stylesheets/modules/buero-item.sass */
  .case--buero .awards img {
    padding-left: 30px !important;
  }
}

@media screen and (max-width: 320px) {
  /* line 30, app/assets/stylesheets/modules/buero-item.sass */
  .case--buero .case--item-info {
    font-size: 44px !important;
    line-height: 50px !important;
    margin: 30px !important;
    word-wrap: break-word;
  }
  /* line 36, app/assets/stylesheets/modules/buero-item.sass */
  .case--buero .awards img {
    padding-left: 30px !important;
  }
}
/* line 4, app/assets/stylesheets/modules/navigation.sass */
.nav--burger {
  position: fixed;
  right: 20px;
  top: 20px;
  height: 50px;
  width: 50px;
  background: transparent url(/assets/ui/burger-5e15d88d3d2af62f04010d5614a914eb749acad4bdca7c1c82fe458434429307.svg) no-repeat center center;
  background-size: 36px 36px;
  text-indent: -9999px;
  z-index: 200;
}

/* line 15, app/assets/stylesheets/modules/navigation.sass */
.nav--burger a {
  display: block;
  height: 100%;
  width: 100%;
}

/* line 21, app/assets/stylesheets/modules/navigation.sass */
nav[role=main] {
  z-index: 400;
}

/* line 24, app/assets/stylesheets/modules/navigation.sass */
nav[role=main] h1 {
  visibility: hidden;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
}

/* line 29, app/assets/stylesheets/modules/navigation.sass */
nav[role=main] .cls-1 {
  fill: black;
}

/* line 31, app/assets/stylesheets/modules/navigation.sass */
nav[role=main] ul {
  list-style-type: none;
  list-style-position: inside;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 37, app/assets/stylesheets/modules/navigation.sass */
nav[role=main] ul nav.subnavigation {
  display: none;
}

/* line 40, app/assets/stylesheets/modules/navigation.sass */
nav[role=main] ul > li {
  font-family: 'ITC Avant Garde Gothic W01', sans-serif;
  font-style: normal;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  -webkit-font-variant-ligatures: common-ligatures, contextual, discretionary-ligatures;
          font-variant-ligatures: common-ligatures, contextual, discretionary-ligatures;
  font-variant-numeric: oldstyle-nums, proportional-nums;
  -ms-font-feature-settings: "kern", "liga", "clig", "calt", "dlig";
  -webkit-font-feature-settings: "kern", "liga", "clig", "calt", "dlig";
  font-feature-settings: "kern", "liga", "clig", "calt", "dlig";
  color: black;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  padding-left: 22px;
  padding-right: 22px;
  position: relative;
  display: block;
  padding-bottom: 20px;
}

@media screen and (max-width: 630px) {
  /* line 40, app/assets/stylesheets/modules/navigation.sass */
  nav[role=main] ul > li {
    position: static;
  }
}

@media screen and (max-width: 500px) {
  /* line 40, app/assets/stylesheets/modules/navigation.sass */
  nav[role=main] ul > li {
    width: 100%;
    padding-bottom: 10px;
    text-align: center;
    display: none;
    width: 100%;
  }
}

/* line 67, app/assets/stylesheets/modules/navigation.sass */
nav[role=main] ul > li:active > a, nav[role=main] ul > li:hover > a {
  border-bottom: 3px solid white;
}

/* line 69, app/assets/stylesheets/modules/navigation.sass */
nav[role=main] ul > li:active nav.subnavigation, nav[role=main] ul > li:hover nav.subnavigation {
  display: block !important;
}

@media screen and (max-width: 500px) {
  /* line 73, app/assets/stylesheets/modules/navigation.sass */
  nav[role=main] ul > li:active nav.subnavigation, nav[role=main] ul > li:hover nav.subnavigation {
    display: none !important;
  }
}

/* line 77, app/assets/stylesheets/modules/navigation.sass */
nav[role=main] ul > li > a:visited, nav[role=main] ul > li > a:link {
  color: black;
  text-decoration: none;
}

/* line 81, app/assets/stylesheets/modules/navigation.sass */
nav[role=main] ul > li > a:hover {
  color: black;
  border-bottom: 3px solid black;
  text-decoration: none;
}

/* line 86, app/assets/stylesheets/modules/navigation.sass */
nav[role=main] ul > li > a.active {
  border-bottom: 3px solid black;
}

/* line 90, app/assets/stylesheets/modules/navigation.sass */
nav[role=main] ul > li.formrausch {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-bottom: 0;
}

@media screen and (max-width: 500px) {
  /* line 90, app/assets/stylesheets/modules/navigation.sass */
  nav[role=main] ul > li.formrausch {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
  }
  /* line 103, app/assets/stylesheets/modules/navigation.sass */
  nav[role=main] ul > li.formrausch a {
    margin: 0;
    padding: 0;
  }
}

/* line 107, app/assets/stylesheets/modules/navigation.sass */
nav[role=main] ul > li.formrausch:hover {
  border: none;
}

/* line 110, app/assets/stylesheets/modules/navigation.sass */
nav[role=main] ul > li.formrausch > a {
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  border: none;
  cursor: pointer !important;
}

/* line 116, app/assets/stylesheets/modules/navigation.sass */
nav[role=main] ul > li.formrausch > a:hover {
  border: none;
}

/* line 118, app/assets/stylesheets/modules/navigation.sass */
nav[role=main] ul > li.formrausch > a:hover .cls-1 {
  fill: #b0976d;
}

/* line 120, app/assets/stylesheets/modules/navigation.sass */
nav[role=main] ul > li.formrausch i {
  position: absolute;
  left: -9999px;
  top: -9999px;
}

/* line 125, app/assets/stylesheets/modules/navigation.sass */
nav[role=main] ul > li.formrausch .we {
  width: 114px;
  margin-top: 30px;
  margin-bottom: 40px;
}

@media screen and (max-width: 500px) {
  /* line 125, app/assets/stylesheets/modules/navigation.sass */
  nav[role=main] ul > li.formrausch .we {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

/* line 132, app/assets/stylesheets/modules/navigation.sass */
nav[role=main] ul > li.formrausch .we svg {
  width: 114px;
  height: 50px;
}

/* line 136, app/assets/stylesheets/modules/navigation.sass */
nav.position-bottom[role=main] {
  margin-top: 50px;
  padding-top: 0px;
}

@media screen and (max-width: 500px) {
  /* line 136, app/assets/stylesheets/modules/navigation.sass */
  nav.position-bottom[role=main] {
    display: none;
  }
}

/* line 141, app/assets/stylesheets/modules/navigation.sass */
nav.position-bottom[role=main] li.formrausch {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9;
}

/* line 143, app/assets/stylesheets/modules/navigation.sass */
nav.position-bottom[role=main] li.formrausch .we {
  margin-top: 20px;
}

/* line 145, app/assets/stylesheets/modules/navigation.sass */
nav.position-bottom[role=main] li {
  margin-top: 0;
  padding-top: 20px;
}

/* line 149, app/assets/stylesheets/modules/navigation.sass */
nav.position-bottom[role=main] nav.subnavigation {
  top: -290px !important;
}

/* line 151, app/assets/stylesheets/modules/navigation.sass */
nav.position-bottom[role=main] nav.subnavigation.projects {
  background: #fd6671;
}

/* line 153, app/assets/stylesheets/modules/navigation.sass */
nav.position-bottom[role=main] nav.subnavigation.contact {
  top: -485px !important;
}

/* line 158, app/assets/stylesheets/modules/navigation.sass */
nav.subnavigation {
  width: 380px;
  background: black;
  color: white;
  position: absolute;
  top: 40px;
  margin-left: -140px;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  z-index: 220;
}

@media screen and (max-width: 630px) {
  /* line 158, app/assets/stylesheets/modules/navigation.sass */
  nav.subnavigation {
    position: absolute;
    left: 50%;
    margin-left: -190px;
    top: 160px;
    background: red;
  }
}

/* line 175, app/assets/stylesheets/modules/navigation.sass */
nav.subnavigation li {
  margin-bottom: 15px;
  margin-top: 15px;
  padding-bottom: 0 !important;
}

/* line 180, app/assets/stylesheets/modules/navigation.sass */
nav.subnavigation span {
  text-align: center;
  color: white;
  text-transform: none;
  display: block;
  letter-spacing: 0;
}

/* line 189, app/assets/stylesheets/modules/navigation.sass */
nav.subnavigation a:hover span {
  color: black;
}

/* line 192, app/assets/stylesheets/modules/navigation.sass */
nav.subnavigation .title {
  font-family: 'ITC Avant Garde Gothic W01', sans-serif;
  font-style: normal;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  -webkit-font-variant-ligatures: common-ligatures, contextual, discretionary-ligatures;
          font-variant-ligatures: common-ligatures, contextual, discretionary-ligatures;
  font-variant-numeric: oldstyle-nums, proportional-nums;
  -ms-font-feature-settings: "kern", "liga", "clig", "calt", "dlig";
  -webkit-font-feature-settings: "kern", "liga", "clig", "calt", "dlig";
  font-feature-settings: "kern", "liga", "clig", "calt", "dlig";
  font-weight: 600;
  letter-spacing: 0.02em;
  font-size: 24px;
  line-height: 32px;
  clear: both;
}

/* line 201, app/assets/stylesheets/modules/navigation.sass */
nav.subnavigation .subtitle {
  font-family: "freight-display-pro", serif;
  font-style: normal;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  -webkit-font-variant-ligatures: common-ligatures, contextual, discretionary-ligatures;
          font-variant-ligatures: common-ligatures, contextual, discretionary-ligatures;
  font-variant-numeric: oldstyle-nums, proportional-nums;
  -ms-font-feature-settings: "kern", "liga", "clig", "calt", "dlig";
  -webkit-font-feature-settings: "kern", "liga", "clig", "calt", "dlig";
  font-feature-settings: "kern", "liga", "clig", "calt", "dlig";
  font-size: 18px;
  line-height: 18px;
  font-weight: 200;
  clear: both;
  letter-spacing: 0.015em;
}

/* line 210, app/assets/stylesheets/modules/navigation.sass */
nav.subnavigation.projects {
  background: #000;
}

/* line 214, app/assets/stylesheets/modules/navigation.sass */
nav.subnavigation.projects a:hover span {
  color: #fd6671;
}

/* line 217, app/assets/stylesheets/modules/navigation.sass */
nav.subnavigation.expertise {
  background: #fd6671;
}

/* line 220, app/assets/stylesheets/modules/navigation.sass */
nav.subnavigation.contact {
  background: #def0f0;
  width: 380px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 225, app/assets/stylesheets/modules/navigation.sass */
nav.subnavigation.contact a {
  cursor: pointer;
}

/* line 229, app/assets/stylesheets/modules/navigation.sass */
nav.subnavigation.contact .contact_points {
  padding: 50px;
  text-align: center;
}

/* line 232, app/assets/stylesheets/modules/navigation.sass */
nav.subnavigation.contact .contact_points .actions {
  margin-top: 30px;
}

/* line 234, app/assets/stylesheets/modules/navigation.sass */
nav.subnavigation.contact .contact_points .phone,
nav.subnavigation.contact .contact_points .email {
  font-size: 20px;
  line-height: 30px;
  color: black !important;
}

/* line 241, app/assets/stylesheets/modules/navigation.sass */
nav.subnavigation.contact .contact_points .phone > a:visited, nav.subnavigation.contact .contact_points .phone > a:link,
nav.subnavigation.contact .contact_points .email > a:visited,
nav.subnavigation.contact .contact_points .email > a:link {
  color: black;
  text-decoration: none !important;
  border: none !important;
  text-transform: none;
}

/* line 248, app/assets/stylesheets/modules/navigation.sass */
nav.subnavigation.contact .map {
  width: 100%;
  height: 190px;
}
/* line 5, app/assets/stylesheets/modules/navigation-overlay.sass */
.noscroll {
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 100%;
}

/* line 11, app/assets/stylesheets/modules/navigation-overlay.sass */
.navigation--overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #F9F9F6;
  z-index: 400;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: height 0s, opacity 0.3s, visibility 0s 0.3s;
  transition: height 0s, opacity 0.3s, visibility 0s 0.3s;
}

/* line 23, app/assets/stylesheets/modules/navigation-overlay.sass */
.navigation--overlay.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/* line 28, app/assets/stylesheets/modules/navigation-overlay.sass */
.contact--actions {
  width: 100%;
  max-width: 320px;
}

/* line 32, app/assets/stylesheets/modules/navigation-overlay.sass */
.navigation--canvas {
  background: white;
  padding: 30px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  position: absolute;
  top: 40px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}

/* line 46, app/assets/stylesheets/modules/navigation-overlay.sass */
.open .navigation--canvas {
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  top: 20px;
}

@media screen and (max-width: 200px) {
  /* line 32, app/assets/stylesheets/modules/navigation-overlay.sass */
  .navigation--canvas {
    padding: 10px;
  }
}

/* line 53, app/assets/stylesheets/modules/navigation-overlay.sass */
.navigation--canvas ul {
  margin-top: 40px;
}

@media screen and (max-width: 414px) {
  /* line 53, app/assets/stylesheets/modules/navigation-overlay.sass */
  .navigation--canvas ul {
    margin-top: 10px;
  }
}

/* line 58, app/assets/stylesheets/modules/navigation-overlay.sass */
.navigation--canvas li.h1 {
  font-family: 'ITC Avant Garde Gothic W01', sans-serif;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  color: #FD6671;
  letter-spacing: 1.44px;
  color: #fd6671;
  text-transform: uppercase;
}

/* line 68, app/assets/stylesheets/modules/navigation-overlay.sass */
.navigation--canvas li {
  font-family: 'ITC Avant Garde Gothic W01', sans-serif;
  font-style: normal;
  font-size: 13px;
  line-height: 24px;
  color: #FD6671;
  letter-spacing: 0.87px;
  color: rgba(0, 0, 0, 0.3);
  word-break: break-word;
}

/* line 77, app/assets/stylesheets/modules/navigation-overlay.sass */
.navigation--canvas li a:hover {
  text-decoration: underline;
}

/* line 80, app/assets/stylesheets/modules/navigation-overlay.sass */
.navigation--canvas .button {
  margin-top: 48px;
  border: 2px solid black;
}

/* line 84, app/assets/stylesheets/modules/navigation-overlay.sass */
.navigation--canvas .button:hover {
  border: 2px solid #fd6671;
  color: #fd6671;
}

/* line 88, app/assets/stylesheets/modules/navigation-overlay.sass */
.navigation--canvas .info--phone {
  font-family: 'ITC Avant Garde Gothic W01', sans-serif;
  font-style: normal;
  margin-top: 20px;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 1.3px;
  text-align: center;
}

@media screen and (max-width: 320px) {
  /* line 88, app/assets/stylesheets/modules/navigation-overlay.sass */
  .navigation--canvas .info--phone {
    font-size: 14px;
    line-height: 14px;
  }
}

/* line 99, app/assets/stylesheets/modules/navigation-overlay.sass */
.navigation--canvas a:visited,
.navigation--canvas a:link {
  color: inherit;
}

/* line 104, app/assets/stylesheets/modules/navigation-overlay.sass */
.navigation--close {
  height: 32px;
  width: 32px;
  position: absolute;
  top: 30px;
  right: 30px;
  background: transparent url(/assets/ui/close-fr-9816619f2c0e336667ba05a4fb38b7b8576ca4631936b4afb62b40b1c3b0ca2e.svg) no-repeat 0 0;
}

/* line 112, app/assets/stylesheets/modules/navigation-overlay.sass */
.navigation--close i {
  display: none;
}

/* line 115, app/assets/stylesheets/modules/navigation-overlay.sass */
.navigation--close a {
  display: block;
  height: 100%;
  width: 100%;
}

/* line 121, app/assets/stylesheets/modules/navigation-overlay.sass */
.navigation--close:active {
  top: 31px;
}
/* line 4, app/assets/stylesheets/modules/case-header.sass */
body.cases-show header img {
  width: 100%;
  margin-top: -165px;
  min-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 500px) {
  /* line 4, app/assets/stylesheets/modules/case-header.sass */
  body.cases-show header img {
    margin-top: -104px;
  }
}
/* line 7, app/assets/stylesheets/modules/case-list.sass */
section.case--list {
  margin: 0 auto;
  margin-top: 20px;
  background: #f9f9f6;
  margin-bottom: 50px;
  will-change: transform;
  border: 10px solid #f9f9f6;
}

/* line 15, app/assets/stylesheets/modules/case-list.sass */
section.case--list.next {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: white;
  padding: 10px;
}

/* line 20, app/assets/stylesheets/modules/case-list.sass */
section.case--list.next .box {
  margin-left: 5px;
  margin-right: 5px;
}
/* line 7, app/assets/stylesheets/modules/case-item.sass */
.case--item {
  height: 380px;
}

@media screen and (max-width: 760px) {
  /* line 10, app/assets/stylesheets/modules/case-item.sass */
  .case--item.case--preview-hide-on-mobile {
    display: none;
  }
}

/* line 14, app/assets/stylesheets/modules/case-item.sass */
.case--item .image {
  height: 100%;
}

/* line 17, app/assets/stylesheets/modules/case-item.sass */
.case--item .case--preview-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 70px;
  margin: 0;
  opacity: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

/* line 33, app/assets/stylesheets/modules/case-item.sass */
.case--item .case--preview-heading .case--preview-title {
  font-family: 'ITC Avant Garde Gothic W01', sans-serif;
  font-style: normal;
  font-size: 26px;
  line-height: 30px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  text-align: center;
}

/* line 42, app/assets/stylesheets/modules/case-item.sass */
.case--item figure:before {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  opacity: 0;
}

/* line 50, app/assets/stylesheets/modules/case-item.sass */
.case--item a:hover .case--preview-heading {
  opacity: 1;
}

/* line 53, app/assets/stylesheets/modules/case-item.sass */
.case--item a:hover figure:before {
  opacity: 0.95;
}

/* line 56, app/assets/stylesheets/modules/case-item.sass */
.case--item .case--text {
  display: none;
}

/* line 58, app/assets/stylesheets/modules/case-item.sass */
.case--item .case--subtitle {
  margin-top: 1em;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  text-transform: none;
}

/* line 65, app/assets/stylesheets/modules/case-item.sass */
.case--item .case--item-info {
  font-family: "freight-display-pro", serif;
  font-style: normal;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  -webkit-font-variant-ligatures: common-ligatures, contextual, discretionary-ligatures;
          font-variant-ligatures: common-ligatures, contextual, discretionary-ligatures;
  font-variant-numeric: oldstyle-nums, proportional-nums;
  -ms-font-feature-settings: "kern", "liga", "clig", "calt", "dlig";
  -webkit-font-feature-settings: "kern", "liga", "clig", "calt", "dlig";
  font-feature-settings: "kern", "liga", "clig", "calt", "dlig";
  font-weight: bold;
  margin: 50px;
  font-size: 48px;
  line-height: 60px;
}

/* line 73, app/assets/stylesheets/modules/case-item.sass */
.case--item .case--item-info b {
  text-transform: uppercase;
}
/* line 5, app/assets/stylesheets/modules/flex-list.sass */
section.flex--list {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 1730px;
}
/* line 5, app/assets/stylesheets/modules/flex-item.sass */
.flex--item {
  width: 380px;
  padding-bottom: 0;
  -webkit-transition: all 120ms;
  transition: all 120ms;
}

@media screen and (max-width: 800px) {
  /* line 5, app/assets/stylesheets/modules/flex-item.sass */
  .flex--item {
    width: 300px;
  }
  /* line 12, app/assets/stylesheets/modules/flex-item.sass */
  .flex--item .case--preview-heading {
    padding: 23px !important;
  }
  /* line 14, app/assets/stylesheets/modules/flex-item.sass */
  .flex--item .case--preview-title {
    font-size: 23px !important;
    font-weight: normal;
    line-height: 20px !important;
  }
  /* line 19, app/assets/stylesheets/modules/flex-item.sass */
  .flex--item .case--subtitle {
    font-size: 18px !important;
    line-height: 23px !important;
    letter-spacing: 0.09px;
  }
}

@media screen and (max-width: 414px) {
  /* line 5, app/assets/stylesheets/modules/flex-item.sass */
  .flex--item {
    width: 100%;
    padding: 20px;
  }
}

/* line 29, app/assets/stylesheets/modules/flex-item.sass */
.flex--item:hover {
  z-index: 100;
}

/* line 31, app/assets/stylesheets/modules/flex-item.sass */
.flex--item:hover .case--preview-heading {
  background: white !important;
}

/* line 33, app/assets/stylesheets/modules/flex-item.sass */
.flex--item:hover figure {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}

/* line 36, app/assets/stylesheets/modules/flex-item.sass */
.flex--item .case--preview-heading {
  height: auto !important;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

/* line 39, app/assets/stylesheets/modules/flex-item.sass */
.flex--item .image {
  overflow: hidden;
  height: 380px !important;
}

@media screen and (max-width: 800px) {
  /* line 39, app/assets/stylesheets/modules/flex-item.sass */
  .flex--item .image {
    height: 300px !important;
  }
}

/* line 45, app/assets/stylesheets/modules/flex-item.sass */
.flex--item .image figure {
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

/* line 48, app/assets/stylesheets/modules/flex-item.sass */
.flex--item .case--preview-heading {
  background: #f8f8f5 !important;
  padding: 30px;
  color: #000;
}

/* line 53, app/assets/stylesheets/modules/flex-item.sass */
.flex--item .case--preview-heading .case--preview-title {
  font-family: 'ITC Avant Garde Gothic W01', sans-serif;
  font-style: normal;
  font-size: 26px;
  line-height: 30px;
  font-weight: bold;
  color: #000;
  text-align: center;
  word-break: break-word;
}

/* line 63, app/assets/stylesheets/modules/flex-item.sass */
.flex--item .case--preview-heading .case--subtitle {
  margin-top: 7px;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  text-transform: none;
  color: #000;
  text-align: left;
}
/* line 5, app/assets/stylesheets/modules/edition.sass */
.edition--preview {
  background: #fd6671;
  background: -webkit-gradient(linear, left top, left bottom, from(#fd6671), to(#fd5763));
  background: -webkit-linear-gradient(top, #fd6671 0%, #fd5763 100%);
  background: linear-gradient(to bottom, #fd6671 0%, #fd5763 100%);
}

@media screen and (max-width: 760px) {
  /* line 7, app/assets/stylesheets/modules/edition.sass */
  .pages-index .edition--preview {
    display: none;
  }
}

/* line 10, app/assets/stylesheets/modules/edition.sass */
.edition--preview a {
  display: block;
  width: 100%;
}

/* line 14, app/assets/stylesheets/modules/edition.sass */
.edition--preview .edition--preview-subtitle {
  font-family: 'ITC Avant Garde Gothic W01', sans-serif;
  font-style: normal;
  display: inline-block;
  padding-top: 50px;
  padding-bottom: 5px;
  margin-left: 50px;
  margin-right: 50px;
  text-transform: uppercase;
  border-bottom: 2px solid white;
  letter-spacing: 0.15em;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 20px;
}

/* line 29, app/assets/stylesheets/modules/edition.sass */
.edition--preview h1.edition--preview-title {
  font-family: "freight-display-pro", serif;
  font-style: normal;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  -webkit-font-variant-ligatures: common-ligatures, contextual, discretionary-ligatures;
          font-variant-ligatures: common-ligatures, contextual, discretionary-ligatures;
  font-variant-numeric: oldstyle-nums, proportional-nums;
  -ms-font-feature-settings: "kern", "liga", "clig", "calt", "dlig";
  -webkit-font-feature-settings: "kern", "liga", "clig", "calt", "dlig";
  font-feature-settings: "kern", "liga", "clig", "calt", "dlig";
  margin-left: 50px;
  margin-right: 50px;
  font-weight: 400;
  line-height: 60px;
  font-size: 50px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

/* line 43, app/assets/stylesheets/modules/edition.sass */
.edition--preview:hover .button {
  color: white !important;
  border-color: white !important;
}

/* line 46, app/assets/stylesheets/modules/edition.sass */
.edition--preview:hover .button:hover {
  color: #fd6671 !important;
}

/* line 48, app/assets/stylesheets/modules/edition.sass */
.edition--preview:hover h1.edition--preview-title {
  color: white;
}

/* line 61, app/assets/stylesheets/modules/edition.sass */
.edition--preview p.edition--preview-description {
  font-family: "freight-text-pro", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
  font-weight: 100;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  -webkit-font-variant-ligatures: common-ligatures, contextual, discretionary-ligatures;
          font-variant-ligatures: common-ligatures, contextual, discretionary-ligatures;
  font-variant-numeric: oldstyle-nums, proportional-nums;
  -ms-font-feature-settings: "kern", "liga", "clig", "calt", "dlig";
  -webkit-font-feature-settings: "kern", "liga", "clig", "calt", "dlig";
  font-feature-settings: "kern", "liga", "clig", "calt", "dlig";
  font-size: 20px;
  padding-top: 45px;
  padding-left: 50px;
  padding-right: 50px;
}

@media screen and (max-width: 760px) {
  /* line 61, app/assets/stylesheets/modules/edition.sass */
  .edition--preview p.edition--preview-description {
    font-size: 18px;
    line-height: 29.16px;
  }
}

/* line 76, app/assets/stylesheets/modules/edition.sass */
.edition--preview p.edition--preview-description em {
  font-style: italic;
}

/* line 81, app/assets/stylesheets/modules/edition.sass */
.edition--preview .edition--preview-actions {
  display: block;
  margin-top: 20px;
  margin-left: 50px;
  margin-right: 50p;
  position: absolute;
  bottom: 40px;
}

/* line 76, app/assets/stylesheets/modules/../base/_mixins.sass */
.edition--preview > *,
.edition--preview p {
  color: white;
}

/* line 80, app/assets/stylesheets/modules/../base/_mixins.sass */
.edition--preview .edition--preview-subtitle,
.edition--preview .button {
  color: white;
  border-color: white;
}

/* line 85, app/assets/stylesheets/modules/../base/_mixins.sass */
.edition--preview:hover {
  background: #fd4d5a;
  background: -webkit-gradient(linear, left top, left bottom, from(#fd4d5a), to(#fc3442));
  background: -webkit-linear-gradient(top, #fd4d5a 0%, #fc3442 100%);
  background: linear-gradient(to bottom, #fd4d5a 0%, #fc3442 100%);
}

/* line 88, app/assets/stylesheets/modules/../base/_mixins.sass */
.edition--preview:hover > *,
.edition--preview:hover p {
  color: white !important;
}

/* line 92, app/assets/stylesheets/modules/../base/_mixins.sass */
.edition--preview:hover .edition--preview-subtitle,
.edition--preview:hover .button {
  color: white;
  border-color: white;
}

/* line 97, app/assets/stylesheets/modules/../base/_mixins.sass */
.edition--preview:hover .edition--preview-subtitle:hover,
.edition--preview:hover .button:hover {
  color: #000;
}

/* line 95, app/assets/stylesheets/modules/edition.sass */
.edition--list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 40px !important;
}

/* line 102, app/assets/stylesheets/modules/edition.sass */
.edition--list .button--middle {
  margin: 10px;
  width: 360px;
  min-width: 360px;
  text-transform: none;
}

@media screen and (max-width: 380px) {
  /* line 102, app/assets/stylesheets/modules/edition.sass */
  .edition--list .button--middle {
    width: 300px !important;
    min-width: 300px;
    margin-top: 0;
  }
}
@charset "UTF-8";
/* line 5, app/assets/stylesheets/modules/site-pagination.sass */
.site--pagination {
  padding-top: 30px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fd6671;
}

/* line 14, app/assets/stylesheets/modules/site-pagination.sass */
.site--pagination > .button, .site--pagination > .button--middle {
  background: #fd6671;
  background: -webkit-gradient(linear, left top, left bottom, from(#fd6671), to(#fd5c68));
  background: -webkit-linear-gradient(top, #fd6671 0%, #fd5c68 100%);
  background: linear-gradient(to bottom, #fd6671 0%, #fd5c68 100%);
}

/* line 21, app/assets/stylesheets/modules/site-pagination.sass */
.site--pagination .button--middle:nth-child(2) {
  max-width: 760px;
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
}

@supports (mix-blend-mode: difference) {
  /* line 21, app/assets/stylesheets/modules/site-pagination.sass */
  .site--pagination .button--middle:nth-child(2) {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@media (max-width: 1240px) {
  /* line 5, app/assets/stylesheets/modules/site-pagination.sass */
  .site--pagination {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 36, app/assets/stylesheets/modules/site-pagination.sass */
  .site--pagination .button--middle:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
  /* line 45, app/assets/stylesheets/modules/site-pagination.sass */
  .site--pagination .button--middle:nth-child(1) {
    margin-left: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    border-right: 1px solid white !important;
  }
  /* line 53, app/assets/stylesheets/modules/site-pagination.sass */
  .site--pagination .button--middle:nth-child(3) {
    margin-right: 0;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    border-left: 1px solid white !important;
  }
}

@media (max-width: 850px) {
  /* line 63, app/assets/stylesheets/modules/site-pagination.sass */
  .site--pagination .button--middle .icon {
    display: none;
  }
  /* line 66, app/assets/stylesheets/modules/site-pagination.sass */
  .site--pagination .button--middle:nth-child(1),
.site--pagination .button--middle:nth-child(3) {
    margin: 0;
    min-width: 160px !important;
    margin-top: 10px;
    width: auto !important;
  }
  /* line 73, app/assets/stylesheets/modules/site-pagination.sass */
  .site--pagination .button--middle:nth-child(1) {
    border-right: 1px solid white;
  }
  /* line 75, app/assets/stylesheets/modules/site-pagination.sass */
  .site--pagination .button--middle:nth-child(3) {
    border-left: 1px solid white;
  }
}

@media (max-width: 400px) {
  /* line 5, app/assets/stylesheets/modules/site-pagination.sass */
  .site--pagination {
    margin: 0px;
    overflow: hidden;
    background: transparent;
    padding: 0;
  }
  /* line 84, app/assets/stylesheets/modules/site-pagination.sass */
  .site--pagination .button--middle {
    background: #fd6671;
  }
  /* line 87, app/assets/stylesheets/modules/site-pagination.sass */
  .site--pagination .button--middle:nth-child(1),
.site--pagination .button--middle:nth-child(3) {
    min-width: 380px !important;
    margin: 0 !important;
    border-left: 2px solid white !important;
    border-right: 2px solid white !important;
  }
  /* line 94, app/assets/stylesheets/modules/site-pagination.sass */
  .site--pagination .button--middle:nth-child(1),
.site--pagination .button--middle:nth-child(3) {
    border-top: 0;
  }
  /* line 100, app/assets/stylesheets/modules/site-pagination.sass */
  .site--pagination .button--middle:nth-child(1) .text:before {
    content: "←";
    display: inline-block;
    margin-right: 10px;
  }
  /* line 106, app/assets/stylesheets/modules/site-pagination.sass */
  .site--pagination .button--middle:nth-child(3) .text:after {
    content: " →";
    display: inline-block;
    margin-left: 10px;
  }
}

/* line 113, app/assets/stylesheets/modules/site-pagination.sass */
.site--pagination .text,
.site--pagination .icon {
  text-align: center;
  display: block;
  line-height: 70px;
}

/* line 119, app/assets/stylesheets/modules/site-pagination.sass */
.site--pagination .icon {
  width: 70px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 126, app/assets/stylesheets/modules/site-pagination.sass */
.site--pagination .icon i {
  font-size: 0;
}

/* line 129, app/assets/stylesheets/modules/site-pagination.sass */
.site--pagination .pre {
  width: 100px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 137, app/assets/stylesheets/modules/site-pagination.sass */
.site--pagination .text {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

/* line 140, app/assets/stylesheets/modules/site-pagination.sass */
.site--pagination .text .full {
  display: inline;
}

/* line 143, app/assets/stylesheets/modules/site-pagination.sass */
.site--pagination .text .shrink {
  display: none;
}

/* line 146, app/assets/stylesheets/modules/site-pagination.sass */
.site--pagination .pre + .text,
.site--pagination .icon + .text {
  border-left: 2px solid white;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

@media screen and (max-width: 851px) {
  /* line 146, app/assets/stylesheets/modules/site-pagination.sass */
  .site--pagination .pre + .text,
.site--pagination .icon + .text {
    border-left: 0px;
  }
}

/* line 155, app/assets/stylesheets/modules/site-pagination.sass */
.site--pagination .text + .pre,
.site--pagination .text + .icon {
  border-left: 2px solid white;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

/* line 163, app/assets/stylesheets/modules/site-pagination.sass */
.icon--prev {
  background: transparent;
}

/* line 166, app/assets/stylesheets/modules/site-pagination.sass */
.icon--next {
  background: transparent;
}

/* line 169, app/assets/stylesheets/modules/site-pagination.sass */
.button--middle {
  font-family: 'ITC Avant Garde Gothic W01', sans-serif;
  font-style: normal;
  padding: 20px;
  border: 2px solid white;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  letter-spacing: 0.15em;
  font-size: 13px;
  display: inline-block;
  width: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  min-width: 380px;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}

/* line 20, app/assets/stylesheets/modules/../base/_mixins.sass */
.button--middle:hover {
  text-decoration: none;
  background: white;
  color: black;
}

/* line 178, app/assets/stylesheets/modules/site-pagination.sass */
.button--middle .text {
  padding-left: 10px;
  padding-right: 10px;
  height: 70px;
  line-height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 186, app/assets/stylesheets/modules/site-pagination.sass */
.button--middle .text .full {
  text-align: center;
}

/* line 191, app/assets/stylesheets/modules/site-pagination.sass */
.button--middle.button--white:hover {
  background: inherit;
}

/* line 194, app/assets/stylesheets/modules/site-pagination.sass */
.button--middle.button--white:hover .text {
  background: white;
  color: #fd6671;
}

/* line 200, app/assets/stylesheets/modules/site-pagination.sass */
.button--middle.button--white:hover .icon svg > g {
  fill: white;
}

/* line 202, app/assets/stylesheets/modules/site-pagination.sass */
.button--middle.button--white:hover .icon svg path {
  stroke: #fd6671;
}

/* line 206, app/assets/stylesheets/modules/site-pagination.sass */
.button--middle.button--pink {
  color: #fd6671 !important;
  border-color: #fd6671;
}

/* line 210, app/assets/stylesheets/modules/site-pagination.sass */
.button--middle.button--pink .pre + .text,
.button--middle.button--pink .icon + .text,
.button--middle.button--pink .text + .pre,
.button--middle.button--pink .text + .icon {
  border-color: #fd6671;
  color: #fd6671;
}

/* line 217, app/assets/stylesheets/modules/site-pagination.sass */
.button--middle.button--pink:target, .button--middle.button--pink.active, .button--middle.button--pink:hover {
  outline: none;
  background: inherit;
  border-color: #000 !important;
  color: #000 !important;
}

/* line 225, app/assets/stylesheets/modules/site-pagination.sass */
.button--middle.button--pink:target .pre + .text,
.button--middle.button--pink:target .icon + .text,
.button--middle.button--pink:target .text + .pre,
.button--middle.button--pink:target .text + .icon, .button--middle.button--pink.active .pre + .text,
.button--middle.button--pink.active .icon + .text,
.button--middle.button--pink.active .text + .pre,
.button--middle.button--pink.active .text + .icon, .button--middle.button--pink:hover .pre + .text,
.button--middle.button--pink:hover .icon + .text,
.button--middle.button--pink:hover .text + .pre,
.button--middle.button--pink:hover .text + .icon {
  border-color: #000;
}

/* line 231, app/assets/stylesheets/modules/site-pagination.sass */
.button--middle.button--pink:target .text, .button--middle.button--pink.active .text, .button--middle.button--pink:hover .text {
  background: inherit;
  color: #000;
}

/* line 237, app/assets/stylesheets/modules/site-pagination.sass */
.button--middle.button--pink:target .icon svg > g, .button--middle.button--pink.active .icon svg > g, .button--middle.button--pink:hover .icon svg > g {
  fill: white;
}

/* line 239, app/assets/stylesheets/modules/site-pagination.sass */
.button--middle.button--pink:target .icon svg path, .button--middle.button--pink.active .icon svg path, .button--middle.button--pink:hover .icon svg path {
  stroke: #000;
}

/* line 242, app/assets/stylesheets/modules/site-pagination.sass */
.icon--prev {
  background: transparent;
}

/* line 245, app/assets/stylesheets/modules/site-pagination.sass */
.icon--next {
  background: transparent;
}

/* line 249, app/assets/stylesheets/modules/site-pagination.sass */
.pre {
  min-width: 100px;
  border-right: 2px solid #fd6671;
}

/* line 255, app/assets/stylesheets/modules/site-pagination.sass */
.button--middle .text,
.button--middle .icon {
  text-align: center;
  display: block;
  line-height: 70px;
}

/* line 261, app/assets/stylesheets/modules/site-pagination.sass */
.button--middle .icon {
  width: 70px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 268, app/assets/stylesheets/modules/site-pagination.sass */
.button--middle .icon i {
  font-size: 0;
}

/* line 271, app/assets/stylesheets/modules/site-pagination.sass */
.button--middle .pre {
  width: 100px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 279, app/assets/stylesheets/modules/site-pagination.sass */
.button--middle .text {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

/* line 282, app/assets/stylesheets/modules/site-pagination.sass */
.button--middle .text .full {
  display: inline;
}

/* line 285, app/assets/stylesheets/modules/site-pagination.sass */
.button--middle .text .shrink {
  display: none;
}

/* line 288, app/assets/stylesheets/modules/site-pagination.sass */
.button--middle .pre + .text,
.button--middle .icon + .text {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

/* line 293, app/assets/stylesheets/modules/site-pagination.sass */
.button--middle .text + .pre,
.button--middle .text + .icon {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

/* line 298, app/assets/stylesheets/modules/site-pagination.sass */
.button--middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  min-width: 380px;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}

/* line 307, app/assets/stylesheets/modules/site-pagination.sass */
.button--middle .text {
  padding-left: 10px;
  padding-right: 10px;
  height: 70px;
  line-height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 315, app/assets/stylesheets/modules/site-pagination.sass */
.button--middle .text .full {
  text-align: center;
}

/* line 320, app/assets/stylesheets/modules/site-pagination.sass */
.button--middle.button--white:hover {
  background: inherit;
}

/* line 323, app/assets/stylesheets/modules/site-pagination.sass */
.button--middle.button--white:hover .text {
  background: white;
  color: #fd6671;
}

/* line 329, app/assets/stylesheets/modules/site-pagination.sass */
.button--middle.button--white:hover .icon svg > g {
  fill: white;
}

/* line 331, app/assets/stylesheets/modules/site-pagination.sass */
.button--middle.button--white:hover .icon svg path {
  stroke: #fd6671;
}

/* line 335, app/assets/stylesheets/modules/site-pagination.sass */
.button--middle.button--pink {
  color: #fd6671 !important;
  border-color: #fd6671;
}

/* line 339, app/assets/stylesheets/modules/site-pagination.sass */
.button--middle.button--pink .pre + .text,
.button--middle.button--pink .icon + .text,
.button--middle.button--pink .text + .pre,
.button--middle.button--pink .text + .icon {
  border-color: #fd6671;
  color: #fd6671;
}

/* line 346, app/assets/stylesheets/modules/site-pagination.sass */
.button--middle.button--pink:target, .button--middle.button--pink.active, .button--middle.button--pink:hover {
  outline: none;
  background: inherit;
  border-color: #000 !important;
  color: #000 !important;
}

/* line 354, app/assets/stylesheets/modules/site-pagination.sass */
.button--middle.button--pink:target .pre + .text,
.button--middle.button--pink:target .icon + .text,
.button--middle.button--pink:target .text + .pre,
.button--middle.button--pink:target .text + .icon, .button--middle.button--pink.active .pre + .text,
.button--middle.button--pink.active .icon + .text,
.button--middle.button--pink.active .text + .pre,
.button--middle.button--pink.active .text + .icon, .button--middle.button--pink:hover .pre + .text,
.button--middle.button--pink:hover .icon + .text,
.button--middle.button--pink:hover .text + .pre,
.button--middle.button--pink:hover .text + .icon {
  border-color: #000;
}

/* line 360, app/assets/stylesheets/modules/site-pagination.sass */
.button--middle.button--pink:target .text, .button--middle.button--pink.active .text, .button--middle.button--pink:hover .text {
  background: inherit;
  color: #000;
}

/* line 364, app/assets/stylesheets/modules/site-pagination.sass */
.button--middle.button--pink:target .pre, .button--middle.button--pink.active .pre, .button--middle.button--pink:hover .pre {
  border-color: #000;
}

/* line 369, app/assets/stylesheets/modules/site-pagination.sass */
.button--middle.button--pink:target .icon svg > g, .button--middle.button--pink.active .icon svg > g, .button--middle.button--pink:hover .icon svg > g {
  fill: white;
}

/* line 371, app/assets/stylesheets/modules/site-pagination.sass */
.button--middle.button--pink:target .icon svg path, .button--middle.button--pink.active .icon svg path, .button--middle.button--pink:hover .icon svg path {
  stroke: #000;
}
/* line 5, app/assets/stylesheets/modules/section-stage.sass */
.section--heading {
  font-size: 16px !important;
  line-height: 15px !important;
  letter-spacing: 2px !important;
  font-weight: bold !important;
  color: #FD6671 !important;
  text-transform: uppercase !important;
  display: inline-block !important;
  padding-bottom: 7px !important;
  border-bottom: 2px solid #FD6671;
  margin-bottom: 20px !important;
}

/* line 17, app/assets/stylesheets/modules/section-stage.sass */
.section--text {
  font-size: 60px !important;
  line-height: 60px !important;
  font-family: "freight-display-pro", serif !important;
  font-style: normal !important;
  color: #FD6671 !important;
  font-weight: bold !important;
  margin-top: 0 !important;
}

/* line 26, app/assets/stylesheets/modules/section-stage.sass */
.section--stage {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  height: 580px;
  margin-top: 40px;
}

@media screen and (max-width: 464px) {
  /* line 26, app/assets/stylesheets/modules/section-stage.sass */
  .section--stage {
    height: 700px;
  }
}

/* line 34, app/assets/stylesheets/modules/section-stage.sass */
.section--stage header {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 39, app/assets/stylesheets/modules/section-stage.sass */
.section--stage header h2 {
  font-family: "freight-display-pro", serif;
  font-style: normal;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  -webkit-font-variant-ligatures: common-ligatures, contextual, discretionary-ligatures;
          font-variant-ligatures: common-ligatures, contextual, discretionary-ligatures;
  font-variant-numeric: oldstyle-nums, proportional-nums;
  -ms-font-feature-settings: "kern", "liga", "clig", "calt", "dlig";
  -webkit-font-feature-settings: "kern", "liga", "clig", "calt", "dlig";
  font-feature-settings: "kern", "liga", "clig", "calt", "dlig";
  font-size: 50px;
  line-height: 55px;
  font-weight: 600;
  max-width: 440px;
}

/* line 47, app/assets/stylesheets/modules/section-stage.sass */
.section--stage header h2 .subtitle {
  font-family: "freight-display-pro", serif;
  font-style: normal;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  -webkit-font-variant-ligatures: common-ligatures, contextual, discretionary-ligatures;
          font-variant-ligatures: common-ligatures, contextual, discretionary-ligatures;
  font-variant-numeric: oldstyle-nums, proportional-nums;
  -ms-font-feature-settings: "kern", "liga", "clig", "calt", "dlig";
  -webkit-font-feature-settings: "kern", "liga", "clig", "calt", "dlig";
  font-feature-settings: "kern", "liga", "clig", "calt", "dlig";
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  margin-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 57, app/assets/stylesheets/modules/section-stage.sass */
.section--stage .stage--actions {
  margin-top: 20px;
  text-align: center;
}

/* line 61, app/assets/stylesheets/modules/section-stage.sass */
.section--stage figure {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 800px !important;
}
/* line 4, app/assets/stylesheets/modules/gallery.sass */
.gallery {
  width: 100%;
  background: white;
  position: relative;
}

/* line 9, app/assets/stylesheets/modules/gallery.sass */
.gallery img {
  width: 100%;
}

@media screen and (max-width: 500px) {
  /* line 4, app/assets/stylesheets/modules/gallery.sass */
  .gallery {
    max-height: 400px;
    height: auto;
  }
  /* line 15, app/assets/stylesheets/modules/gallery.sass */
  .gallery img {
    width: 100%;
  }
}

/* line 18, app/assets/stylesheets/modules/gallery.sass */
.gallery .gallery--image-list {
  font-size: 0;
}

/* line 20, app/assets/stylesheets/modules/gallery.sass */
.gallery .gallery--actions {
  position: absolute;
  right: 64px;
  top: 50%;
  height: 130px;
  margin-top: -65px;
  width: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 500px) {
  /* line 20, app/assets/stylesheets/modules/gallery.sass */
  .gallery .gallery--actions {
    display: none;
  }
}

/* line 35, app/assets/stylesheets/modules/gallery.sass */
.gallery .gallery--action-button {
  display: block;
  height: 60px;
  width: 60px;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 43, app/assets/stylesheets/modules/gallery.sass */
.gallery .gallery--action-button:hover svg circle {
  fill: black;
}

/* line 46, app/assets/stylesheets/modules/gallery.sass */
.gallery .gallery--action-button i {
  display: none;
}
/* line 1, app/assets/stylesheets/modules/fact-list.sass */
.fact--list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 40px;
}

/* line 6, app/assets/stylesheets/modules/fact-list.sass */
.fact--item {
  min-height: 0;
  text-align: center;
  font-family: 'ITC Avant Garde Gothic W01', sans-serif;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 13, app/assets/stylesheets/modules/fact-list.sass */
.fact--item .fact--number {
  font-size: 80px;
  line-height: 74px;
  letter-spacing: 0.4px;
  font-weight: bold;
  color: #FD6671;
  margin-bottom: 34px;
}

/* line 20, app/assets/stylesheets/modules/fact-list.sass */
.fact--item .fact--title {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.08px;
  color: #FD6671;
  text-transform: uppercase;
  border-bottom: 2px solid #FD6671;
  font-weight: bold;
  padding-bottom: 4px;
  font-size: 100;
}
@charset "UTF-8";
/* line 3, app/assets/stylesheets/modules/blockquote.sass */
blockquote, blockquote.part, .part blockquote {
  text-align: center;
}

/* line 5, app/assets/stylesheets/modules/blockquote.sass */
blockquote p, blockquote.part p, .part blockquote p {
  font-family: "freight-text-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  line-height: 1.25;
  letter-spacing: 0.1px;
  color: black;
}

/* line 12, app/assets/stylesheets/modules/blockquote.sass */
blockquote p::before, blockquote.part p::before, .part blockquote p::before {
  content: "« ";
}

/* line 14, app/assets/stylesheets/modules/blockquote.sass */
blockquote p::after, blockquote.part p::after, .part blockquote p::after {
  content: " »";
}

/* line 17, app/assets/stylesheets/modules/blockquote.sass */
blockquote + figcaption, blockquote caption, blockquote.part + figcaption, blockquote.part caption, .part blockquote + figcaption, .part blockquote caption {
  font-family: 'ITC Avant Garde Gothic W01', sans-serif;
  font-style: normal;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.1px;
  font-weight: 300;
  text-align: center;
  max-width: 450px;
  margin: 0 auto;
}

/* line 27, app/assets/stylesheets/modules/blockquote.sass */
blockquote.size--sm p, blockquote.part.size--sm p, .part blockquote.size--sm p {
  font-size: 26px;
}
/* line 4, app/assets/stylesheets/modules/footer.sass */
body .page > footer {
  background: white;
}

/* line 7, app/assets/stylesheets/modules/footer.sass */
body .page > footer nav {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}

/* line 10, app/assets/stylesheets/modules/footer.sass */
body .page > footer .actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 40px;
}
/* line 4, app/assets/stylesheets/modules/social-sidebar.sass */
.social-sidebar {
  background: #fd6671;
  background: -webkit-gradient(linear, left top, left bottom, from(#fd6671), to(#fd5763));
  background: -webkit-linear-gradient(top, #fd6671 0%, #fd5763 100%);
  background: linear-gradient(to bottom, #fd6671 0%, #fd5763 100%);
  width: 48px;
  position: fixed;
  bottom: 150px;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  border: 2px solid white;
  border-left: none;
  z-index: 500;
}

@media (max-height: 400px) {
  /* line 4, app/assets/stylesheets/modules/social-sidebar.sass */
  .social-sidebar {
    bottom: 10px;
  }
}

/* line 19, app/assets/stylesheets/modules/social-sidebar.sass */
.social-sidebar li {
  height: 16px;
  width: 16px;
  margin-top: 14px;
  margin-bottom: 14px;
  text-align: center;
}

/* line 25, app/assets/stylesheets/modules/social-sidebar.sass */
.social-sidebar li svg {
  max-height: 16px;
  max-width: 16px;
}

/* line 29, app/assets/stylesheets/modules/social-sidebar.sass */
.social-sidebar li:first-child {
  margin-top: 8px;
}

/* line 31, app/assets/stylesheets/modules/social-sidebar.sass */
.social-sidebar li:last-child {
  margin-bottom: 8px;
}

/* line 34, app/assets/stylesheets/modules/social-sidebar.sass */
.social-sidebar a:visited,
.social-sidebar a:link {
  color: white;
}

/* line 38, app/assets/stylesheets/modules/social-sidebar.sass */
.social-sidebar a:hover {
  color: black;
}

@media screen and (max-width: 1024px) {
  /* line 4, app/assets/stylesheets/modules/social-sidebar.sass */
  .social-sidebar {
    display: block;
    position: relative;
    width: auto;
    background: transparent;
    border: none;
    margin-top: 10px;
  }
  /* line 48, app/assets/stylesheets/modules/social-sidebar.sass */
  .social-sidebar ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /* line 52, app/assets/stylesheets/modules/social-sidebar.sass */
  .social-sidebar ul li {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 10px;
    margin-right: 10px;
  }
  /* line 57, app/assets/stylesheets/modules/social-sidebar.sass */
  .social-sidebar ul li a {
    color: black !important;
  }
  /* line 60, app/assets/stylesheets/modules/social-sidebar.sass */
  .social-sidebar ul li a:hover {
    color: #fc3442 !important;
  }
}

@media screen and (max-width: 500px) {
  /* line 4, app/assets/stylesheets/modules/social-sidebar.sass */
  .social-sidebar {
    display: none;
  }
  /* line 66, app/assets/stylesheets/modules/social-sidebar.sass */
  .navigation--overlay .social-sidebar {
    display: block !important;
    position: initial;
  }
  /* line 69, app/assets/stylesheets/modules/social-sidebar.sass */
  .navigation--overlay .social-sidebar ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  /* line 72, app/assets/stylesheets/modules/social-sidebar.sass */
  .navigation--overlay .social-sidebar li {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px !important;
  }
  /* line 76, app/assets/stylesheets/modules/social-sidebar.sass */
  .navigation--overlay .social-sidebar a {
    font-size: 24px !important;
  }
}
/* line 2, app/assets/stylesheets/modules/article.sass */
arcticle h2 {
  font-size: 30px;
  line-height: 45px;
  color: black;
}
/* line 4, app/assets/stylesheets/modules/themes.sass */
.bg-grey {
  background: #f9f9f6;
}

/* line 7, app/assets/stylesheets/modules/themes.sass */
.bg-pink-gradient {
  background: #fd6671;
  background: -webkit-gradient(linear, left top, left bottom, from(#fd6671), to(#fc3442));
  background: -webkit-linear-gradient(top, #fd6671 0%, #fc3442 100%);
  background: linear-gradient(to bottom, #fd6671 0%, #fc3442 100%);
}

/* line 10, app/assets/stylesheets/modules/themes.sass */
.bg-pink {
  background: #fd6671;
}

/* line 13, app/assets/stylesheets/modules/themes.sass */
.bg-gold {
  background: #b0976d;
}

/* line 16, app/assets/stylesheets/modules/themes.sass */
.bg-blue {
  background: #005195;
}

/* line 19, app/assets/stylesheets/modules/themes.sass */
.bg-yellow {
  background: #fbb957;
}

/* line 22, app/assets/stylesheets/modules/themes.sass */
.bg-lightblue {
  background: #e6eef2;
  background: -webkit-gradient(linear, left top, left bottom, from(#e6eef2), to(#c4d7e1));
  background: -webkit-linear-gradient(top, #e6eef2 0%, #c4d7e1 100%);
  background: linear-gradient(to bottom, #e6eef2 0%, #c4d7e1 100%);
}

/* line 25, app/assets/stylesheets/modules/themes.sass */
.bg-fr-lightblue {
  background: #def0f0;
}

/* line 28, app/assets/stylesheets/modules/themes.sass */
.bg-sahm-lightblue {
  background: white;
}

/* line 31, app/assets/stylesheets/modules/themes.sass */
.bg-sahm-blue {
  background: #005195;
}

/* line 34, app/assets/stylesheets/modules/themes.sass */
.bg-redbull-red {
  background: #db0045;
}

/* line 38, app/assets/stylesheets/modules/themes.sass */
.bg-bowlingroom-green {
  background: #419489;
}

/* line 41, app/assets/stylesheets/modules/themes.sass */
.bg-black {
  background: black;
}

/* line 44, app/assets/stylesheets/modules/themes.sass */
.bg-transparent {
  background: transparent;
}

/* line 47, app/assets/stylesheets/modules/themes.sass */
.bg-white {
  color: white;
}

/* line 50, app/assets/stylesheets/modules/themes.sass */
.c-gold {
  color: #b0976d;
}

/* line 53, app/assets/stylesheets/modules/themes.sass */
.c-white {
  color: white !important;
}

/* line 57, app/assets/stylesheets/modules/themes.sass */
nav[role=main] {
  color: black;
}

/* line 60, app/assets/stylesheets/modules/../base/_mixins.sass */
nav[role=main] li {
  color: black;
}

/* line 63, app/assets/stylesheets/modules/../base/_mixins.sass */
nav[role=main] li > a:visited, nav[role=main] li > a:link {
  color: black;
}

/* line 66, app/assets/stylesheets/modules/../base/_mixins.sass */
nav[role=main] li > a:hover {
  color: black;
  border-bottom: 3px solid black;
}

/* line 70, app/assets/stylesheets/modules/../base/_mixins.sass */
nav[role=main] li .we .cls-1 {
  fill: black;
}
/* line 6, app/assets/stylesheets/modules/exposee.sass */
body.pages-exposee header {
  background-size: cover;
  background-position: top center;
  height: 300px;
}

/* line 13, app/assets/stylesheets/modules/exposee.sass */
body.pages-exposee article .part {
  padding-bottom: 0;
}

/* line 16, app/assets/stylesheets/modules/exposee.sass */
body.pages-exposee section.flex--list {
  padding: 40px 0;
  background-color: #f8f8f5;
}

/* line 21, app/assets/stylesheets/modules/exposee.sass */
body.pages-exposee section.section--downloads .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

/* line 26, app/assets/stylesheets/modules/exposee.sass */
body.pages-exposee section.section--downloads .flex a.attachement {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 30px 30px 30px 60px;
  background-image: url(/assets/ui/download-arrow-a2c469c8fadb120e7826ca4409817541853c153a5449dd15a07e876df0026bdf.svg);
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 25px auto;
  color: #fd6671;
  font-family: 'ITC Avant Garde Gothic W01', sans-serif;
  font-style: normal;
  font-size: 18px;
}

/* line 38, app/assets/stylesheets/modules/exposee.sass */
body.pages-exposee section.section--cta {
  padding-bottom: 40px;
}
/* line 4, app/assets/stylesheets/case/_deg.sass */
.case--deg header {
  background: white url(/assets/cases/deg/header-06e01641534276a50aec26bcec8edf88548ff658fb692158edd71accabed73f5.jpg) no-repeat center top;
  background-size: 1400px;
  height: 612px;
  max-height: 42vh;
}

/* line 10, app/assets/stylesheets/case/_deg.sass */
.case--deg h2, .case--deg h3 {
  font-weight: 700;
  color: #e3000f;
}

/* line 14, app/assets/stylesheets/case/_deg.sass */
.case--deg section.bg--gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(70%, #f5f3ef));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f3ef 70%);
  background-image: linear-gradient(to bottom, #ffffff, #f5f3ef 70%);
}

/* line 17, app/assets/stylesheets/case/_deg.sass */
.case--deg p.clr--primary {
  color: #e3000f;
}

@media screen and (min-width: 1001px) {
  /* line 7, app/assets/stylesheets/case/_feig.sass */
  .case--feig-virtual-city .part .part--1-2 {
    padding: 0;
  }
  /* line 9, app/assets/stylesheets/case/_feig.sass */
  .case--feig-virtual-city .part .part--1-2 p, .case--feig-virtual-city .part .part--1-2 h2, .case--feig-virtual-city .part .part--1-2 h3 {
    max-width: 500px;
  }
  /* line 13, app/assets/stylesheets/case/_feig.sass */
  .case--feig-virtual-city .part .part--1-2:first-of-type p, .case--feig-virtual-city .part .part--1-2:first-of-type h2, .case--feig-virtual-city .part .part--1-2:first-of-type h3 {
    margin-left: auto;
    margin-right: 60px;
  }
  /* line 17, app/assets/stylesheets/case/_feig.sass */
  .case--feig-virtual-city .part .part--1-2:nth-of-type(2) p, .case--feig-virtual-city .part .part--1-2:nth-of-type(2) h2, .case--feig-virtual-city .part .part--1-2:nth-of-type(2) h3 {
    margin-left: 60px;
    margin-right: auto;
  }
}

/* line 21, app/assets/stylesheets/case/_feig.sass */
.case--feig-virtual-city h2 {
  font-weight: 700;
}

/* line 5, app/assets/stylesheets/case/_fujitsu.sass */
.case--fujitsu-iotcube header {
  background: white url(/assets/cases/fujitsu/header-b79e2fb50682a67a21e11a7f618a4e1101df419ae142c06c419558b6f846d3a1.jpg) no-repeat center top;
  background-size: 1400px;
  height: 1000px;
}

@media screen and (max-width: 500px) {
  /* line 5, app/assets/stylesheets/case/_fujitsu.sass */
  .case--fujitsu-iotcube header {
    background-image: url(/assets/cases/fujitsu/header-mobile-d9f88f21550cb8b07993db0b07d6dbf5d77d9fea8a8d8591eae167b9f0ad8cbc.jpg);
    background-size: cover;
    height: 600px;
  }
}

/* line 17, app/assets/stylesheets/case/_fujitsu.sass */
.case--fujitsu-iotcube .color-links a:link, .case--fujitsu-iotcube .color-links a:visited {
  color: #FE2906;
  border-bottom: 2px solid #FE2906;
}

/* line 23, app/assets/stylesheets/case/_fujitsu.sass */
.case--fujitsu-iotcube .background--green {
  background-color: #7BA344;
}

/* line 25, app/assets/stylesheets/case/_fujitsu.sass */
.case--fujitsu-iotcube .background--green h2,
.case--fujitsu-iotcube .background--green p {
  color: white;
}

/* line 6, app/assets/stylesheets/case/_io.sass */
.pages-io header {
  background: #F2F2F2;
}

/* line 9, app/assets/stylesheets/case/_io.sass */
.pages-io section {
  margin-top: 0;
}

/* line 12, app/assets/stylesheets/case/_io.sass */
.pages-io .color-links a:link, .pages-io .color-links a:visited {
  color: #FE2906;
  border-bottom: 2px solid #FE2906;
}

/* line 18, app/assets/stylesheets/case/_io.sass */
.pages-io .background--green {
  background-color: #7BA344;
}

/* line 20, app/assets/stylesheets/case/_io.sass */
.pages-io .background--green h2,
.pages-io .background--green p {
  color: white;
}

/* line 2, app/assets/stylesheets/case/_kolorat.sass */
.style-kolorat.cases section {
  max-width: 1440px;
  margin: 0 auto;
}

/* line 5, app/assets/stylesheets/case/_kolorat.sass */
.style-kolorat.cases section.full-width {
  max-width: 100%;
}

/* line 7, app/assets/stylesheets/case/_kolorat.sass */
.style-kolorat.cases section.welcome {
  height: 690px;
}

@media screen and (max-width: 1023px) {
  /* line 10, app/assets/stylesheets/case/_kolorat.sass */
  .style-kolorat.cases section.slider {
    padding: 60px;
  }
}

@media screen and (max-width: 767px) {
  /* line 10, app/assets/stylesheets/case/_kolorat.sass */
  .style-kolorat.cases section.slider {
    padding: 40px;
  }
}

/* line 18, app/assets/stylesheets/case/_kolorat.sass */
.style-kolorat.cases .pack.half img.web-preview {
  width: 100%;
}

/* line 22, app/assets/stylesheets/case/_kolorat.sass */
.style-kolorat.cases .pack h1 {
  font-family: 'ITC Avant Garde Gothic W01', sans-serif;
  font-style: normal;
  font-size: 30px;
  letter-spacing: 0px;
  line-height: 40px;
  margin-bottom: 30px;
}

/* line 28, app/assets/stylesheets/case/_kolorat.sass */
.style-kolorat.cases .pack p {
  font-size: 20px;
  letter-spacing: 0.27px;
  line-height: 30px;
  padding: 0;
  margin-bottom: 30px;
}

/* line 35, app/assets/stylesheets/case/_kolorat.sass */
.style-kolorat.cases .colorful {
  background-color: #FBBC5D;
}

/* line 37, app/assets/stylesheets/case/_kolorat.sass */
.style-kolorat.cases .half_colorful {
  background-color: #FBBC5D;
}

@media screen and (max-width: 1023px) {
  /* line 37, app/assets/stylesheets/case/_kolorat.sass */
  .style-kolorat.cases .half_colorful {
    margin-top: 50px;
  }
}

/* line 41, app/assets/stylesheets/case/_kolorat.sass */
.style-kolorat.cases .half_colorful figure {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

/* line 46, app/assets/stylesheets/case/_kolorat.sass */
.style-kolorat.cases .half_colorful figure img {
  z-index: 1;
  position: relative;
  max-width: 100%;
}

/* line 50, app/assets/stylesheets/case/_kolorat.sass */
.style-kolorat.cases .half_colorful figure .img::after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f9f9f6;
  z-index: 0;
}

/* line 60, app/assets/stylesheets/case/_kolorat.sass */
.style-kolorat.cases .half_colorful img {
  max-width: 796px;
  max-height: 547px;
}

/* line 3, app/assets/stylesheets/case/_sahm-glassconnect.sass */
.case--sahm-glassconnect section {
  z-index: auto;
}

/* line 6, app/assets/stylesheets/case/_sahm-glassconnect.sass */
.case--sahm-glassconnect header {
  background: white url(/assets/cases/sahm-glassconnect/header-9b618afeef51689a3f9f3385a60a3f6c59e1f42b0d8fb01bd700b408fc3edf13.jpg) no-repeat center top;
  background-size: 1400px;
  height: 925px;
}

/* line 12, app/assets/stylesheets/case/_sahm-glassconnect.sass */
.case--sahm-glassconnect .background--grey {
  background-color: #f2f2f2;
}

/* line 15, app/assets/stylesheets/case/_sahm-glassconnect.sass */
.case--sahm-glassconnect .full_width {
  padding-right: 0;
  padding-left: 0;
}

/* line 19, app/assets/stylesheets/case/_sahm-glassconnect.sass */
.case--sahm-glassconnect .centered {
  text-align: center;
}

/* line 22, app/assets/stylesheets/case/_sahm-glassconnect.sass */
.case--sahm-glassconnect a.appstore {
  margin: 10px;
  position: relative;
  z-index: 10;
  display: inline-block;
  -webkit-transform: translateY(-webkit-calc( 50% + 10px));
      -ms-transform: translateY(calc( 50% + 10px));
          transform: translateY(calc( 50% + 10px));
}

/* line 29, app/assets/stylesheets/case/_sahm-glassconnect.sass */
.case--sahm-glassconnect a.appstore img {
  width: 230px;
}

/* line 32, app/assets/stylesheets/case/_sahm-glassconnect.sass */
.case--sahm-glassconnect .horizontal-padding {
  padding: 0 40px;
}

/* line 36, app/assets/stylesheets/case/_sahm-glassconnect.sass */
.case--sahm-glassconnect section.overlap--top {
  margin-top: -webkit-calc((100% - 140px ) /4);
  margin-top: calc((100% - 140px ) /4);
}

/* line 39, app/assets/stylesheets/case/_sahm-glassconnect.sass */
.case--sahm-glassconnect section.overlap--top > :first-child {
  margin-top: -webkit-calc((100% - 140px ) /-4);
  margin-top: calc((100% - 140px ) /-4);
}

/* line 42, app/assets/stylesheets/case/_sahm-glassconnect.sass */
.case--sahm-glassconnect section.overlap--both {
  margin: -webkit-calc((100% - 140px ) /4) auto;
  margin: calc((100% - 140px ) /4) auto;
}

/* line 45, app/assets/stylesheets/case/_sahm-glassconnect.sass */
.case--sahm-glassconnect section.overlap--both > :first-child {
  margin: -webkit-calc((100% - 140px ) /-4) auto;
  margin: calc((100% - 140px ) /-4) auto;
}

/* line 50, app/assets/stylesheets/case/_sahm-glassconnect.sass */
.section--stage-sahm {
  height: 800px;
}

@media (max-width: 450px) {
  /* line 50, app/assets/stylesheets/case/_sahm-glassconnect.sass */
  .section--stage-sahm {
    height: 740px !important;
  }
}

/* line 57, app/assets/stylesheets/case/_sahm-glassconnect.sass */
.section--stage-sahm header {
  width: 700px;
}

/* line 59, app/assets/stylesheets/case/_sahm-glassconnect.sass */
.section--stage-sahm header h2 {
  max-width: none;
}

@media (max-width: 450px) {
  /* line 62, app/assets/stylesheets/case/_sahm-glassconnect.sass */
  .section--stage-sahm figure {
    background-size: 180% !important;
    background-position: 45% bottom !important;
  }
}

/* line 4, app/assets/stylesheets/case/_sahm.sass */
.case--sahm h1.welcome {
  color: #005195 !important;
  font-weight: bold;
}

/* line 8, app/assets/stylesheets/case/_sahm.sass */
.case--sahm p,
.case--sahm h2 {
  color: #6B6A6A !important;
}

/* line 13, app/assets/stylesheets/case/_sahm.sass */
.case--sahm .background--black h2,
.case--sahm .background--black p {
  color: white !important;
}

/* line 17, app/assets/stylesheets/case/_sahm.sass */
.case--sahm header {
  background: white url(/assets/cases/sahm/front-5cdaab98fa04d447f0a4df2fc4679e0d12c2ab7ffe73af3a1c4e564f5b47ec79.jpg) no-repeat center bottom;
  background-size: 1006px 581px;
  height: 800px;
}

@media screen and (max-width: 600px) {
  /* line 17, app/assets/stylesheets/case/_sahm.sass */
  .case--sahm header {
    height: 550px;
  }
}

/* line 26, app/assets/stylesheets/case/_sahm.sass */
.case--sahm .image--centered.small-padding-top {
  padding-top: 20px;
}

/* line 30, app/assets/stylesheets/case/_sahm.sass */
.case--sahm section.overlap--top {
  margin-top: -webkit-calc((100% - 140px ) /3);
  margin-top: calc((100% - 140px ) /3);
}

/* line 33, app/assets/stylesheets/case/_sahm.sass */
.case--sahm section.overlap--top > :first-child {
  margin-top: -webkit-calc((100% - 140px ) /-3);
  margin-top: calc((100% - 140px ) /-3);
}

/* line 36, app/assets/stylesheets/case/_sahm.sass */
.case--sahm section.overlap--bottom {
  margin-bottom: -webkit-calc((100% - 140px ) /5);
  margin-bottom: calc((100% - 140px ) /5);
}

/* line 39, app/assets/stylesheets/case/_sahm.sass */
.case--sahm section.overlap--bottom > :last-child {
  margin-bottom: -webkit-calc((100% - 140px ) /-5);
  margin-bottom: calc((100% - 140px ) /-5);
}

/* line 42, app/assets/stylesheets/case/_sahm.sass */
.case--sahm .crop--square {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
}

/* line 47, app/assets/stylesheets/case/_sahm.sass */
.case--sahm .crop--square img {
  height: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
