/*
 * Theme Name:   Talking Trash
 * Theme URI:    https://fiasco.design
 * Description:  Clay
 * Version:      3.0
 * Author:       Fiasco Design
 * Author URI:   https://fiasco.design
 * Tags:         clay, design, bristol, responsive
 * Run: stylus -w -u nib wp-content/themes/talkingtrash/stylus/style.styl -o wp-content/themes/talkingtrash
 * Text Domain:  clay
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #f2d263;
  color: #000;
  text-shadow: none;
}
::selection {
  background: #f2d263;
  color: #000;
  text-shadow: none;
}
a {
  color: #00e;
}
a:visited {
  color: #551a8b;
}
a:hover {
  color: #06e;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadownone: !important;
    text-shadow: none !important;
    filternone: !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@-moz-keyframes animateIn {
  0% {
    -webkit-clip-path: polygon(0% -20%, 0% -30%, 0% 130%, 0% 130%);
    clip-path: polygon(0% -20%, 0% -30%, 0% 130%, 0% 130%);
  }
  100% {
    -webkit-clip-path: polygon(0% -20%, 110% -30%, 110% 130%, 0% 130%);
    clip-path: polygon(0% -20%, 110% -30%, 110% 130%, 0% 130%);
  }
}
@-webkit-keyframes animateIn {
  0% {
    -webkit-clip-path: polygon(0% -20%, 0% -30%, 0% 130%, 0% 130%);
    clip-path: polygon(0% -20%, 0% -30%, 0% 130%, 0% 130%);
  }
  100% {
    -webkit-clip-path: polygon(0% -20%, 110% -30%, 110% 130%, 0% 130%);
    clip-path: polygon(0% -20%, 110% -30%, 110% 130%, 0% 130%);
  }
}
@-o-keyframes animateIn {
  0% {
    -webkit-clip-path: polygon(0% -20%, 0% -30%, 0% 130%, 0% 130%);
    clip-path: polygon(0% -20%, 0% -30%, 0% 130%, 0% 130%);
  }
  100% {
    -webkit-clip-path: polygon(0% -20%, 110% -30%, 110% 130%, 0% 130%);
    clip-path: polygon(0% -20%, 110% -30%, 110% 130%, 0% 130%);
  }
}
@keyframes animateIn {
  0% {
    -webkit-clip-path: polygon(0% -20%, 0% -30%, 0% 130%, 0% 130%);
    clip-path: polygon(0% -20%, 0% -30%, 0% 130%, 0% 130%);
  }
  100% {
    -webkit-clip-path: polygon(0% -20%, 110% -30%, 110% 130%, 0% 130%);
    clip-path: polygon(0% -20%, 110% -30%, 110% 130%, 0% 130%);
  }
}
@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-o-keyframes spin {
  0% {
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-moz-keyframes fadein {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes bounce {
  0% {
    -webkit-transform: translate(-50%, 0em);
    -moz-transform: translate(-50%, 0em);
    -o-transform: translate(-50%, 0em);
    -ms-transform: translate(-50%, 0em);
    transform: translate(-50%, 0em);
  }
  40% {
    -webkit-transform: translate(-50%, 0em);
    -moz-transform: translate(-50%, 0em);
    -o-transform: translate(-50%, 0em);
    -ms-transform: translate(-50%, 0em);
    transform: translate(-50%, 0em);
  }
  60% {
    -webkit-transform: translate(-50%, 0.5em);
    -moz-transform: translate(-50%, 0.5em);
    -o-transform: translate(-50%, 0.5em);
    -ms-transform: translate(-50%, 0.5em);
    transform: translate(-50%, 0.5em);
  }
  80% {
    -webkit-transform: translate(-50%, 0.5em);
    -moz-transform: translate(-50%, 0.5em);
    -o-transform: translate(-50%, 0.5em);
    -ms-transform: translate(-50%, 0.5em);
    transform: translate(-50%, 0.5em);
  }
  100% {
    -webkit-transform: translate(-50%, 0em);
    -moz-transform: translate(-50%, 0em);
    -o-transform: translate(-50%, 0em);
    -ms-transform: translate(-50%, 0em);
    transform: translate(-50%, 0em);
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translate(-50%, 0em);
    -moz-transform: translate(-50%, 0em);
    -o-transform: translate(-50%, 0em);
    -ms-transform: translate(-50%, 0em);
    transform: translate(-50%, 0em);
  }
  40% {
    -webkit-transform: translate(-50%, 0em);
    -moz-transform: translate(-50%, 0em);
    -o-transform: translate(-50%, 0em);
    -ms-transform: translate(-50%, 0em);
    transform: translate(-50%, 0em);
  }
  60% {
    -webkit-transform: translate(-50%, 0.5em);
    -moz-transform: translate(-50%, 0.5em);
    -o-transform: translate(-50%, 0.5em);
    -ms-transform: translate(-50%, 0.5em);
    transform: translate(-50%, 0.5em);
  }
  80% {
    -webkit-transform: translate(-50%, 0.5em);
    -moz-transform: translate(-50%, 0.5em);
    -o-transform: translate(-50%, 0.5em);
    -ms-transform: translate(-50%, 0.5em);
    transform: translate(-50%, 0.5em);
  }
  100% {
    -webkit-transform: translate(-50%, 0em);
    -moz-transform: translate(-50%, 0em);
    -o-transform: translate(-50%, 0em);
    -ms-transform: translate(-50%, 0em);
    transform: translate(-50%, 0em);
  }
}
@-o-keyframes bounce {
  0% {
    -webkit-transform: translate(-50%, 0em);
    -moz-transform: translate(-50%, 0em);
    -o-transform: translate(-50%, 0em);
    -ms-transform: translate(-50%, 0em);
    transform: translate(-50%, 0em);
  }
  40% {
    -webkit-transform: translate(-50%, 0em);
    -moz-transform: translate(-50%, 0em);
    -o-transform: translate(-50%, 0em);
    -ms-transform: translate(-50%, 0em);
    transform: translate(-50%, 0em);
  }
  60% {
    -webkit-transform: translate(-50%, 0.5em);
    -moz-transform: translate(-50%, 0.5em);
    -o-transform: translate(-50%, 0.5em);
    -ms-transform: translate(-50%, 0.5em);
    transform: translate(-50%, 0.5em);
  }
  80% {
    -webkit-transform: translate(-50%, 0.5em);
    -moz-transform: translate(-50%, 0.5em);
    -o-transform: translate(-50%, 0.5em);
    -ms-transform: translate(-50%, 0.5em);
    transform: translate(-50%, 0.5em);
  }
  100% {
    -webkit-transform: translate(-50%, 0em);
    -moz-transform: translate(-50%, 0em);
    -o-transform: translate(-50%, 0em);
    -ms-transform: translate(-50%, 0em);
    transform: translate(-50%, 0em);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translate(-50%, 0em);
    -moz-transform: translate(-50%, 0em);
    -o-transform: translate(-50%, 0em);
    -ms-transform: translate(-50%, 0em);
    transform: translate(-50%, 0em);
  }
  40% {
    -webkit-transform: translate(-50%, 0em);
    -moz-transform: translate(-50%, 0em);
    -o-transform: translate(-50%, 0em);
    -ms-transform: translate(-50%, 0em);
    transform: translate(-50%, 0em);
  }
  60% {
    -webkit-transform: translate(-50%, 0.5em);
    -moz-transform: translate(-50%, 0.5em);
    -o-transform: translate(-50%, 0.5em);
    -ms-transform: translate(-50%, 0.5em);
    transform: translate(-50%, 0.5em);
  }
  80% {
    -webkit-transform: translate(-50%, 0.5em);
    -moz-transform: translate(-50%, 0.5em);
    -o-transform: translate(-50%, 0.5em);
    -ms-transform: translate(-50%, 0.5em);
    transform: translate(-50%, 0.5em);
  }
  100% {
    -webkit-transform: translate(-50%, 0em);
    -moz-transform: translate(-50%, 0em);
    -o-transform: translate(-50%, 0em);
    -ms-transform: translate(-50%, 0em);
    transform: translate(-50%, 0em);
  }
}
@-moz-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-25%) rotateX(35deg);
    -moz-transform: translateY(-25%) rotateX(35deg);
    -o-transform: translateY(-25%) rotateX(35deg);
    -ms-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%) rotateX(0deg);
    -moz-transform: translateY(0%) rotateX(0deg);
    -o-transform: translateY(0%) rotateX(0deg);
    -ms-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg);
  }
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-25%) rotateX(35deg);
    -moz-transform: translateY(-25%) rotateX(35deg);
    -o-transform: translateY(-25%) rotateX(35deg);
    -ms-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%) rotateX(0deg);
    -moz-transform: translateY(0%) rotateX(0deg);
    -o-transform: translateY(0%) rotateX(0deg);
    -ms-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg);
  }
}
@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-25%) rotateX(35deg);
    -moz-transform: translateY(-25%) rotateX(35deg);
    -o-transform: translateY(-25%) rotateX(35deg);
    -ms-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%) rotateX(0deg);
    -moz-transform: translateY(0%) rotateX(0deg);
    -o-transform: translateY(0%) rotateX(0deg);
    -ms-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-25%) rotateX(35deg);
    -moz-transform: translateY(-25%) rotateX(35deg);
    -o-transform: translateY(-25%) rotateX(35deg);
    -ms-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%) rotateX(0deg);
    -moz-transform: translateY(0%) rotateX(0deg);
    -o-transform: translateY(0%) rotateX(0deg);
    -ms-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg);
  }
}
@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%) rotateX(0deg);
    -moz-transform: translateY(0%) rotateX(0deg);
    -o-transform: translateY(0%) rotateX(0deg);
    -ms-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(25%) rotateX(-35deg);
    -moz-transform: translateY(25%) rotateX(-35deg);
    -o-transform: translateY(25%) rotateX(-35deg);
    -ms-transform: translateY(25%) rotateX(-35deg);
    transform: translateY(25%) rotateX(-35deg);
  }
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%) rotateX(0deg);
    -moz-transform: translateY(0%) rotateX(0deg);
    -o-transform: translateY(0%) rotateX(0deg);
    -ms-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(25%) rotateX(-35deg);
    -moz-transform: translateY(25%) rotateX(-35deg);
    -o-transform: translateY(25%) rotateX(-35deg);
    -ms-transform: translateY(25%) rotateX(-35deg);
    transform: translateY(25%) rotateX(-35deg);
  }
}
@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%) rotateX(0deg);
    -moz-transform: translateY(0%) rotateX(0deg);
    -o-transform: translateY(0%) rotateX(0deg);
    -ms-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(25%) rotateX(-35deg);
    -moz-transform: translateY(25%) rotateX(-35deg);
    -o-transform: translateY(25%) rotateX(-35deg);
    -ms-transform: translateY(25%) rotateX(-35deg);
    transform: translateY(25%) rotateX(-35deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%) rotateX(0deg);
    -moz-transform: translateY(0%) rotateX(0deg);
    -o-transform: translateY(0%) rotateX(0deg);
    -ms-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(25%) rotateX(-35deg);
    -moz-transform: translateY(25%) rotateX(-35deg);
    -o-transform: translateY(25%) rotateX(-35deg);
    -ms-transform: translateY(25%) rotateX(-35deg);
    transform: translateY(25%) rotateX(-35deg);
  }
}
@-moz-keyframes bounceSpin {
  0% {
    -webkit-transform: translate(-50%, 0) rotate(0deg);
    -moz-transform: translate(-50%, 0) rotate(0deg);
    -o-transform: translate(-50%, 0) rotate(0deg);
    -ms-transform: translate(-50%, 0) rotate(0deg);
    transform: translate(-50%, 0) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-50%, 1em) rotate(0deg);
    -moz-transform: translate(-50%, 1em) rotate(0deg);
    -o-transform: translate(-50%, 1em) rotate(0deg);
    -ms-transform: translate(-50%, 1em) rotate(0deg);
    transform: translate(-50%, 1em) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(-50%, -0.2em) rotate(0deg);
    -moz-transform: translate(-50%, -0.2em) rotate(0deg);
    -o-transform: translate(-50%, -0.2em) rotate(0deg);
    -ms-transform: translate(-50%, -0.2em) rotate(0deg);
    transform: translate(-50%, -0.2em) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(-50%, -1em) rotate(360deg);
    -moz-transform: translate(-50%, -1em) rotate(360deg);
    -o-transform: translate(-50%, -1em) rotate(360deg);
    -ms-transform: translate(-50%, -1em) rotate(360deg);
    transform: translate(-50%, -1em) rotate(360deg);
  }
  40% {
    -webkit-transform: translate(-50%, 0) rotate(360deg);
    -moz-transform: translate(-50%, 0) rotate(360deg);
    -o-transform: translate(-50%, 0) rotate(360deg);
    -ms-transform: translate(-50%, 0) rotate(360deg);
    transform: translate(-50%, 0) rotate(360deg);
  }
  100% {
    -webkit-transform: translate(-50%, 0) rotate(360deg);
    -moz-transform: translate(-50%, 0) rotate(360deg);
    -o-transform: translate(-50%, 0) rotate(360deg);
    -ms-transform: translate(-50%, 0) rotate(360deg);
    transform: translate(-50%, 0) rotate(360deg);
  }
}
@-webkit-keyframes bounceSpin {
  0% {
    -webkit-transform: translate(-50%, 0) rotate(0deg);
    -moz-transform: translate(-50%, 0) rotate(0deg);
    -o-transform: translate(-50%, 0) rotate(0deg);
    -ms-transform: translate(-50%, 0) rotate(0deg);
    transform: translate(-50%, 0) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-50%, 1em) rotate(0deg);
    -moz-transform: translate(-50%, 1em) rotate(0deg);
    -o-transform: translate(-50%, 1em) rotate(0deg);
    -ms-transform: translate(-50%, 1em) rotate(0deg);
    transform: translate(-50%, 1em) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(-50%, -0.2em) rotate(0deg);
    -moz-transform: translate(-50%, -0.2em) rotate(0deg);
    -o-transform: translate(-50%, -0.2em) rotate(0deg);
    -ms-transform: translate(-50%, -0.2em) rotate(0deg);
    transform: translate(-50%, -0.2em) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(-50%, -1em) rotate(360deg);
    -moz-transform: translate(-50%, -1em) rotate(360deg);
    -o-transform: translate(-50%, -1em) rotate(360deg);
    -ms-transform: translate(-50%, -1em) rotate(360deg);
    transform: translate(-50%, -1em) rotate(360deg);
  }
  40% {
    -webkit-transform: translate(-50%, 0) rotate(360deg);
    -moz-transform: translate(-50%, 0) rotate(360deg);
    -o-transform: translate(-50%, 0) rotate(360deg);
    -ms-transform: translate(-50%, 0) rotate(360deg);
    transform: translate(-50%, 0) rotate(360deg);
  }
  100% {
    -webkit-transform: translate(-50%, 0) rotate(360deg);
    -moz-transform: translate(-50%, 0) rotate(360deg);
    -o-transform: translate(-50%, 0) rotate(360deg);
    -ms-transform: translate(-50%, 0) rotate(360deg);
    transform: translate(-50%, 0) rotate(360deg);
  }
}
@-o-keyframes bounceSpin {
  0% {
    -webkit-transform: translate(-50%, 0) rotate(0deg);
    -moz-transform: translate(-50%, 0) rotate(0deg);
    -o-transform: translate(-50%, 0) rotate(0deg);
    -ms-transform: translate(-50%, 0) rotate(0deg);
    transform: translate(-50%, 0) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-50%, 1em) rotate(0deg);
    -moz-transform: translate(-50%, 1em) rotate(0deg);
    -o-transform: translate(-50%, 1em) rotate(0deg);
    -ms-transform: translate(-50%, 1em) rotate(0deg);
    transform: translate(-50%, 1em) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(-50%, -0.2em) rotate(0deg);
    -moz-transform: translate(-50%, -0.2em) rotate(0deg);
    -o-transform: translate(-50%, -0.2em) rotate(0deg);
    -ms-transform: translate(-50%, -0.2em) rotate(0deg);
    transform: translate(-50%, -0.2em) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(-50%, -1em) rotate(360deg);
    -moz-transform: translate(-50%, -1em) rotate(360deg);
    -o-transform: translate(-50%, -1em) rotate(360deg);
    -ms-transform: translate(-50%, -1em) rotate(360deg);
    transform: translate(-50%, -1em) rotate(360deg);
  }
  40% {
    -webkit-transform: translate(-50%, 0) rotate(360deg);
    -moz-transform: translate(-50%, 0) rotate(360deg);
    -o-transform: translate(-50%, 0) rotate(360deg);
    -ms-transform: translate(-50%, 0) rotate(360deg);
    transform: translate(-50%, 0) rotate(360deg);
  }
  100% {
    -webkit-transform: translate(-50%, 0) rotate(360deg);
    -moz-transform: translate(-50%, 0) rotate(360deg);
    -o-transform: translate(-50%, 0) rotate(360deg);
    -ms-transform: translate(-50%, 0) rotate(360deg);
    transform: translate(-50%, 0) rotate(360deg);
  }
}
@keyframes bounceSpin {
  0% {
    -webkit-transform: translate(-50%, 0) rotate(0deg);
    -moz-transform: translate(-50%, 0) rotate(0deg);
    -o-transform: translate(-50%, 0) rotate(0deg);
    -ms-transform: translate(-50%, 0) rotate(0deg);
    transform: translate(-50%, 0) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-50%, 1em) rotate(0deg);
    -moz-transform: translate(-50%, 1em) rotate(0deg);
    -o-transform: translate(-50%, 1em) rotate(0deg);
    -ms-transform: translate(-50%, 1em) rotate(0deg);
    transform: translate(-50%, 1em) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(-50%, -0.2em) rotate(0deg);
    -moz-transform: translate(-50%, -0.2em) rotate(0deg);
    -o-transform: translate(-50%, -0.2em) rotate(0deg);
    -ms-transform: translate(-50%, -0.2em) rotate(0deg);
    transform: translate(-50%, -0.2em) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(-50%, -1em) rotate(360deg);
    -moz-transform: translate(-50%, -1em) rotate(360deg);
    -o-transform: translate(-50%, -1em) rotate(360deg);
    -ms-transform: translate(-50%, -1em) rotate(360deg);
    transform: translate(-50%, -1em) rotate(360deg);
  }
  40% {
    -webkit-transform: translate(-50%, 0) rotate(360deg);
    -moz-transform: translate(-50%, 0) rotate(360deg);
    -o-transform: translate(-50%, 0) rotate(360deg);
    -ms-transform: translate(-50%, 0) rotate(360deg);
    transform: translate(-50%, 0) rotate(360deg);
  }
  100% {
    -webkit-transform: translate(-50%, 0) rotate(360deg);
    -moz-transform: translate(-50%, 0) rotate(360deg);
    -o-transform: translate(-50%, 0) rotate(360deg);
    -ms-transform: translate(-50%, 0) rotate(360deg);
    transform: translate(-50%, 0) rotate(360deg);
  }
}
@-moz-keyframes shake {
  0% {
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  50% {
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    transform: rotate(1deg);
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  50% {
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    transform: rotate(1deg);
  }
}
@-o-keyframes shake {
  0% {
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  50% {
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    transform: rotate(1deg);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  50% {
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    transform: rotate(1deg);
  }
}
@-moz-keyframes shakeIt {
  0% {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  50% {
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
  }
}
@-webkit-keyframes shakeIt {
  0% {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  50% {
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
  }
}
@-o-keyframes shakeIt {
  0% {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  50% {
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
  }
}
@keyframes shakeIt {
  0% {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  50% {
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
  }
}
@-moz-keyframes fadeinSlow {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes fadeinSlow {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-o-keyframes fadeinSlow {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeinSlow {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-moz-keyframes fadeoutSlow {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes fadeoutSlow {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-o-keyframes fadeoutSlow {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fadeoutSlow {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    margin-top: 20px;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    margin-top: 20px;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    margin-top: 20px;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    margin-top: 20px;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@-moz-keyframes fadeTransformUp {
  0% {
    opacity: 0.1;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes fadeTransformUp {
  0% {
    opacity: 0.1;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-o-keyframes fadeTransformUp {
  0% {
    opacity: 0.1;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes fadeTransformUp {
  0% {
    opacity: 0.1;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes fadeInSlowUp {
  0% {
    opacity: 0;
    margin-top: 20px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@-webkit-keyframes fadeInSlowUp {
  0% {
    opacity: 0;
    margin-top: 20px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@-o-keyframes fadeInSlowUp {
  0% {
    opacity: 0;
    margin-top: 20px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes fadeInSlowUp {
  0% {
    opacity: 0;
    margin-top: 20px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@-moz-keyframes right-left {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 5px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes right-left {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 5px;
  }
  100% {
    margin-left: 0;
  }
}
@-o-keyframes right-left {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 5px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes right-left {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 5px;
  }
  100% {
    margin-left: 0;
  }
}
@-moz-keyframes ajax-spin {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg);
    -moz-transform: translateX(-50%) rotate(0deg);
    -o-transform: translateX(-50%) rotate(0deg);
    -ms-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(180deg);
    -moz-transform: translateX(-50%) rotate(180deg);
    -o-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
  }
}
@-webkit-keyframes ajax-spin {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg);
    -moz-transform: translateX(-50%) rotate(0deg);
    -o-transform: translateX(-50%) rotate(0deg);
    -ms-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(180deg);
    -moz-transform: translateX(-50%) rotate(180deg);
    -o-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
  }
}
@-o-keyframes ajax-spin {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg);
    -moz-transform: translateX(-50%) rotate(0deg);
    -o-transform: translateX(-50%) rotate(0deg);
    -ms-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(180deg);
    -moz-transform: translateX(-50%) rotate(180deg);
    -o-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
  }
}
@keyframes ajax-spin {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg);
    -moz-transform: translateX(-50%) rotate(0deg);
    -o-transform: translateX(-50%) rotate(0deg);
    -ms-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(180deg);
    -moz-transform: translateX(-50%) rotate(180deg);
    -o-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
  }
}
@-moz-keyframes fadeInGrow {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes fadeInGrow {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-o-keyframes fadeInGrow {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeInGrow {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-moz-keyframes fadeOutGrow {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes fadeOutGrow {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-o-keyframes fadeOutGrow {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fadeOutGrow {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-moz-keyframes hideTerms {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes hideTerms {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-o-keyframes hideTerms {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes hideTerms {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@font-face {
  font-family: 'fiascons';
  src: url("./fonts/fiascons.eot");
  src: url("./fonts/fiascons.eot?#iefix") format('embedded-opentype'), url("./fonts/fiascons.woff2") format('woff2'), url("./fonts/fiascons.woff") format('woff'), url("./fonts/fiascons.ttf") format('truetype'), url("./fonts/fiascons.svg#fiasconsregular") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HK Grotesk';
  src: url("./fonts/hkgrotesk.eot");
  src: url("./fonts/hkgrotesk.eot?#iefix") format('embedded-opentype'), url("./fonts/hkgrotesk.woff2") format('woff2'), url("./fonts/hkgrotesk.woff") format('woff'), url("./fonts/hkgrotesk.ttf") format('truetype'), url("./fonts/hkgrotesk.svg#hkgroteskregular") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Guthen Bloots';
  src: url("./fonts/guthenbloots.woff2") format('woff2'), url("./fonts/guthenbloots.woff") format('woff'), url("./fonts/guthenbloots.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url("./fonts/HelveticaNeueLTStd-HvEx.woff2") format('woff2'), url("./fonts/HelveticaNeueLTStd-HvEx.woff") format('woff'), url("./fonts/HelveticaNeueLTStd-HvEx.ttf") format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url("./fonts/HelveticaNeueLTStd-Ex.woff2") format('woff2'), url("./fonts/HelveticaNeueLTStd-Ex.woff") format('woff'), url("./fonts/HelveticaNeueLTStd-Ex.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Stag Web';
  src: url("./fonts/Stag-Bold-Web.woff2") format('woff2'), url("./fonts/Stag-Bold-Web.woff") format('woff'), url("./fonts/Stag-Bold-Web.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Stag Web';
  src: url("./fonts/Stag-Book-Web.woff2") format('woff2'), url("./fonts/Stag-Book-Web.woff") format('woff'), url("./fonts/Stag-Book-Web.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
h1,
h2,
h3,
.h1,
.h2,
.h3 {
  font-family: 'Stag Web', 'Georgia', serif;
  color: #000;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-align: left;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1 span,
h2 span,
h3 span,
.h1 span,
.h2 span,
.h3 span {
  color: #aeaeae;
  display: block;
}
h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-family: 'Stag Web', 'Georgia', serif;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-align: left;
  margin: 0.6rem 0 0.3rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
.h1 {
  font-size: 2.2rem;
  line-height: 0.9em;
}
h2,
.h2 {
  font-size: 2.65rem;
  line-height: 1.2em;
}
h3,
.h3 {
  font-size: 2rem;
  line-height: 1.2em;
}
h4,
.h4 {
  font-size: 1.75rem;
  line-height: 1.3em;
}
h5,
.h5 {
  font-size: 1.3rem;
  line-height: 1.3em;
}
h6,
.h6 {
  font-size: 1.2rem;
  line-height: 1.3em;
}
body,
p {
  font-family: 'HK Grotesk', 'Helvetica', sans-serif;
  font-size: 1rem;
  line-height: 1.25em;
  font-weight: 400;
  color: #262626;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
  margin: 1.25rem 0;
  letter-spacing: 0.02em;
}
p.p--intro {
  font-family: 'Stag Web', 'Georgia', serif;
}
a {
  color: inherit;
  outline: none;
}
a:visited {
  color: inherit;
  outline: none;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
b,
strong {
  display: inline;
  font-family: 'HK Grotesk', 'Helvetica', sans-serif;
  font-size: inherit;
  line-height: inherit;
  font-weight: 600;
  color: #262626;
}
i,
em,
mark {
  display: inline;
}
mark {
  color: #262626;
  background: #f2d263;
  padding: 0 0.3rem;
}
u {
  display: inline;
}
ul,
ol {
  margin: 2rem 0;
}
li {
  font-size: 1rem;
  line-height: 1.2em;
  margin: 1rem 0;
}
.hand-writing {
  font-family: 'Guthen Bloots', sans-serif;
  color: #ef4123;
}
blockquote {
  width: 100%;
  margin: 2rem auto;
  padding-left: 1.5rem;
  position: relative;
  font-family: 'Helvetica Neue LT Std', 'Helvetica', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 1.2em;
}
blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5 {
  color: inherit;
}
blockquote p {
  font-family: 'Helvetica Neue LT Std', 'Helvetica', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.2em;
}
blockquote cite {
  font-style: normal;
  font-size: 1rem;
  line-height: 1.375em;
}
blockquote {
  background-color: #1480b1;
  background: url("img/sticker-blue-square.png") center center no-repeat transparent;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  padding: 35px 30px 80px 30px;
  color: #fff;
}
blockquote:before {
  content: '';
  display: block;
  height: 4px;
  background: #fff;
  margin-bottom: 10px;
}
blockquote strong,
blockquote b {
  display: block;
  font-size: 4rem;
  color: inherit;
  font-family: 'Stag Web', 'Georgia', serif;
  font-weight: 700;
  line-height: 0.9em;
  word-break: break-all;
}
blockquote p {
  font-size: 1rem;
  color: inherit;
  margin: 0;
  max-width: 90%;
  line-height: 1;
}
hr {
  margin: 1.5em auto 1.5em 0;
  background: #d0d0d0;
  height: 3px;
  max-width: 166px;
}
.footnote {
  color: #ef4123;
  font-weight: 600;
  font-size: 0.8em;
  position: relative;
  cursor: help;
  margin-left: 0.1em;
  font-family: 'Helvetica Neue', 'Helvetica', sans-serif;
}
.footnote:hover span,
.footnote:focus span {
  opacity: 1;
  -o-transition: opacity 0.3s ease, transform 0.3s ease;
  -moz-transition: opacity 0.3s ease, transform 0.3s ease;
  -webkit-transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  -webkit-transform: translate(-45%, 0px) rotate(-3deg);
  -moz-transform: translate(-45%, 0px) rotate(-3deg);
  -o-transform: translate(-45%, 0px) rotate(-3deg);
  -ms-transform: translate(-45%, 0px) rotate(-3deg);
  transform: translate(-45%, 0px) rotate(-3deg);
  pointer-events: auto;
}
.footnote span {
  font-family: 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 10px;
  padding: 9px 12px 7px 12px;
  position: absolute;
  background: #f00;
  background: url("img/red-tape.gif") top left no-repeat transparent;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  color: #fff;
  line-height: 1.2em;
  letter-spacing: 0.04em;
  text-transform: none;
  hyphens: auto;
  word-break: break-word;
  width: 300px;
  bottom: 100%;
  margin-bottom: 16px;
  margin-left: -8px;
  opacity: 0;
  -webkit-transform: translate(-45%, 5px);
  -moz-transform: translate(-45%, 5px);
  -o-transform: translate(-45%, 5px);
  -ms-transform: translate(-45%, 5px);
  transform: translate(-45%, 5px);
  -o-transition: opacity 0.3s ease, transform 0.3s ease;
  -moz-transition: opacity 0.3s ease, transform 0.3s ease;
  -webkit-transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}
@media (min-width: 768px) {
  html,
  body {
    font-size: 18px;
  }
  h1,
  .h1 {
    font-size: 3.22rem;
  }
  h2,
  .h2 {
    font-size: 2.77rem;
    line-height: 1.1em;
  }
  h3,
  .h3 {
    font-size: 2.11rem;
    line-height: 1.2em;
  }
  h4,
  .h4 {
    font-size: 1.77rem;
    line-height: 1.2em;
  }
  h5,
  .h5 {
    font-size: 1.38rem;
    line-height: 1.2em;
  }
  h6,
  .h6 {
    font-size: 1rem;
    line-height: 1.2em;
  }
  li {
    font-size: 1rem;
    line-height: 1.3em;
  }
  blockquote {
    font-size: 1.5rem;
    line-height: 1.28em;
  }
  blockquote p {
    font-size: 1.5rem;
    line-height: 1.28em;
  }
  blockquote cite {
    font-size: 1.1rem;
  }
}
@media (min-width: 1024px) {
  html,
  body {
    font-size: 22px;
  }
  p {
    font-size: 20px;
  }
  p.p--intro {
    font-size: 22px;
  }
  h1,
  .h1 {
    font-size: 3.27rem;
  }
  h2,
  .h2 {
    font-size: 2.9rem;
  }
  h3,
  .h3 {
    font-size: 2rem;
  }
  h4,
  .h4 {
    font-size: 1.2rem;
  }
  h5,
  .h5 {
    font-size: 1.45rem;
  }
  h6,
  .h6 {
    font-size: 0.9rem;
  }
  li {
    font-size: 0.95rem;
    line-height: 1.19em;
  }
  blockquote {
    font-size: 1rem;
    line-height: 1.4em;
  }
  blockquote p {
    font-size: 0.75rem;
    line-height: 1.4em;
  }
  blockquote cite {
    font-size: 1.2rem;
  }
  .footnote span {
    font-size: 13px;
    padding: 60px 30px;
    background: url("img/red-tape-empty.png") top left no-repeat transparent;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    margin-bottom: -20px;
    margin-left: -8px;
    width: 500px;
    color: transparent;
    -o-transition: transform 0.3s ease, color 0.3s 0s ease;
    -moz-transition: transform 0.3s ease, color 0.3s 0s ease;
    -webkit-transition: transform 0.3s ease, color 0.3s 0s ease;
    transition: transform 0.3s ease, color 0.3s 0s ease;
    -webkit-transform: translateX(-50%) rotate(-3deg);
    -moz-transform: translateX(-50%) rotate(-3deg);
    -o-transform: translateX(-50%) rotate(-3deg);
    -ms-transform: translateX(-50%) rotate(-3deg);
    transform: translateX(-50%) rotate(-3deg);
  }
  .footnote:hover span,
  .footnote:focus span {
    color: #fff;
    -webkit-transform: translateX(-50%) rotate(-3deg);
    -moz-transform: translateX(-50%) rotate(-3deg);
    -o-transform: translateX(-50%) rotate(-3deg);
    -ms-transform: translateX(-50%) rotate(-3deg);
    transform: translateX(-50%) rotate(-3deg);
    -o-transition: transform 0.3s ease, color 0.3s 1s ease;
    -moz-transition: transform 0.3s ease, color 0.3s 1s ease;
    -webkit-transition: transform 0.3s ease, color 0.3s 1s ease;
    transition: transform 0.3s ease, color 0.3s 1s ease;
  }
}
@media (min-width: 1140px) {
  p.p--intro {
    font-weight: 700;
    line-height: 1.3em;
  }
}
*,
html,
body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  width: 100%;
  height: auto;
  min-height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
html.overflow-hide {
  overflow: hidden !important;
}
body {
  width: 100%;
  height: auto;
  min-height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  position: relative;
  color: #262626;
  font-family: 'HK Grotesk', 'Helvetica', sans-serif;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: hidden;
  font-size: 18px;
}
body.overflow-hide {
  overflow: hidden !important;
}
body.single-chapters {
  background-color: #fff;
}
.wrapper {
  display: block;
  min-height: 100%;
  min-height: 100vh;
  position: relative;
  z-index: 2;
}
main {
  padding-left: 20px;
  padding-right: 20px;
}
.post-content {
  height: auto;
}
.post-content .content-wrapper {
  padding: 0;
}
.brands-button {
  width: 85px;
  height: 85px;
  position: fixed;
  background: url("img/sticker-yellow.png") no-repeat center center transparent;
  -webkit-background-size: contain;
  background-size: contain;
  text-align: center;
  line-height: 1;
  font-family: 'Helvetica Neue LT Std', 'Helvetica', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  vertical-align: middle;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -o-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  color: #121010;
}
.brands-button.brands-button--mobile {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  bottom: 20px;
  right: 20px;
}
.brands-button.brands-button--desktop {
  display: none;
  bottom: 50px;
  right: 140px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.brands-button:hover {
  color: #121010;
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .brands-button {
    background-image: url("img/sticker-yellow_LARGE.png");
  }
}
body.loaded .brands-button--desktop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.brands-button-close {
  position: fixed;
  top: 30px;
  right: 100px;
  width: 85px;
  height: 70px;
  text-align: center;
  line-height: 1;
  font-family: 'fiascons' !important;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 70px;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.brand-logos {
  position: fixed;
  top: 50%;
  left: 50%;
  overflow: visible;
  width: 1px;
  height: 1px;
  z-index: 2;
}
.brand-logos__logo {
  display: block;
  margin: 0 auto 30px auto;
  height: auto;
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -o-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: 2;
}
.brand-logos__logo:hover {
  z-index: 7;
}
.brand-logos__logo img {
  max-width: 150px;
  max-height: 100px;
  height: auto;
  -o-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.brand-logos__logo img:hover {
  -o-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-transform: rotate(-5deg) scale(1.2);
  -moz-transform: rotate(-5deg) scale(1.2);
  -o-transform: rotate(-5deg) scale(1.2);
  -ms-transform: rotate(-5deg) scale(1.2);
  transform: rotate(-5deg) scale(1.2);
}
.brand-logos__logo img:nth-child(odd):hover {
  -o-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-transform: rotate(5deg) scale(1.2);
  -moz-transform: rotate(5deg) scale(1.2);
  -o-transform: rotate(5deg) scale(1.2);
  -ms-transform: rotate(5deg) scale(1.2);
  transform: rotate(5deg) scale(1.2);
}
@media (min-width: 768px) {
  .brands-button.brands-button--desktop {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .brands-button.brands-button--mobile {
    display: none;
  }
  .case-studies--showing .hero-section--globe ul {
    display: none;
  }
  .case-studies--showing .brands-button.brands-button--desktop {
    display: none;
  }
  .case-studies--showing .brands-button-close {
    color: #fff;
  }
  .case-studies--showing .brands-button-close.brands-button-close--desktop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .case-studies--showing .brand-logos__logo {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .case-studies--showing .brand-logos__logo:hover {
    z-index: 9;
    opacity: 1;
  }
  .case-studies--showing #mars {
    left: -330px;
    top: -360px;
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  .case-studies--showing #pepsico {
    left: -400px;
    top: -300px;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  .case-studies--showing #nestle {
    left: 300px;
    top: -280px;
    -webkit-transform: rotate(-14deg);
    -moz-transform: rotate(-14deg);
    -o-transform: rotate(-14deg);
    -ms-transform: rotate(-14deg);
    transform: rotate(-14deg);
  }
  .case-studies--showing #p-and-g {
    left: 300px;
    top: -370px;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  .case-studies--showing #danone {
    left: 360px;
    top: -220px;
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  .case-studies--showing #perfetti {
    left: 370px;
    top: 200px;
    -webkit-transform: rotate(7deg);
    -moz-transform: rotate(7deg);
    -o-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  .case-studies--showing #colgate {
    left: 300px;
    top: 300px;
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  .case-studies--showing #unilever {
    left: -400px;
    top: 200px;
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  .case-studies--showing #coca-cola {
    left: -480px;
    top: 280px;
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  .case-studies--showing #mondelez {
    left: -350px;
    top: 300px;
    -webkit-transform: rotate(7deg);
    -moz-transform: rotate(7deg);
    -o-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);
  }
}
@media (min-width: 1600px) {
  .case-studies--showing #mars {
    left: -400px;
    top: -400px;
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  .case-studies--showing #pepsico {
    left: -500px;
    top: -340px;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  .case-studies--showing #nestle {
    left: 380px;
    top: -300px;
    -webkit-transform: rotate(-14deg);
    -moz-transform: rotate(-14deg);
    -o-transform: rotate(-14deg);
    -ms-transform: rotate(-14deg);
    transform: rotate(-14deg);
  }
  .case-studies--showing #p-and-g {
    left: 450px;
    top: -400px;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  .case-studies--showing #danone {
    left: 490px;
    top: -220px;
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  .case-studies--showing #perfetti {
    left: 420px;
    top: 200px;
    -webkit-transform: rotate(7deg);
    -moz-transform: rotate(7deg);
    -o-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  .case-studies--showing #colgate {
    left: 320px;
    top: 300px;
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  .case-studies--showing #unilever {
    left: -350px;
    top: 240px;
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  .case-studies--showing #coca-cola {
    left: -480px;
    top: 300px;
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  .case-studies--showing #mondelez {
    left: -350px;
    top: 350px;
    -webkit-transform: rotate(7deg);
    -moz-transform: rotate(7deg);
    -o-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);
  }
}
@media (max-width: 767px) {
  .case-studies--showing {
    overflow: hidden;
  }
  .case-studies--showing .case-study-window {
    display: block;
    -o-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -webkit-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .case-studies--showing .nav-button {
    display: none;
  }
  .case-studies--showing .brands-button--mobile {
    opacity: 0;
  }
}
.case-study-window {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  height: 100vh;
  background: url("img/paper.jpg") no-repeat center center #fff;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: 12;
  text-align: center;
  -o-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.case-study-window:after {
  content: '';
  position: fixed;
  display: block;
  width: 3px;
  top: 0;
  bottom: 0;
  left: 50px;
  background: #e3e3e3;
  z-index: 1;
}
.case-study-window h4 {
  font-weight: 700;
  line-height: 1em;
}
.case-study-window h4 span {
  color: #aeaeae;
  display: block;
}
.case-study-window__header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 150px;
  background: url("img/paper-white.png") no-repeat bottom center transparent;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  padding: 40px 30px 50px 30px;
  z-index: 2;
}
.case-study-window__header .close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 40px;
  color: #575757;
}
.case-study-window__header h4 {
  position: relative;
  max-width: 300px;
}
.case-study-window__header h4:before {
  content: '';
  position: absolute;
  display: block;
  width: 3px;
  height: 40px;
  left: 20px;
  bottom: 120%;
  background: #e3e3e3;
}
.case-study-window__header h4:after {
  content: '';
  display: block;
  width: 61px;
  height: 55px;
  position: absolute;
  top: 100%;
  right: 0;
  background: url("img/red-arrow.svg") no-repeat center center transparent;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transform: scaleX(-1) rotate(-45deg);
  -moz-transform: scaleX(-1) rotate(-45deg);
  -o-transform: scaleX(-1) rotate(-45deg);
  -ms-transform: scaleX(-1) rotate(-45deg);
  transform: scaleX(-1) rotate(-45deg);
}
.case-study-window__inside {
  position: relative;
  height: 100%;
  width: 100%;
}
.case-study-window__wrapper {
  position: relative;
  min-height: 100vh;
  height: 100%;
  overflow-y: auto;
  padding: 160px 0 50px 0;
}
.case-study-window__logo {
  display: block;
  margin: 0 auto 30px auto;
  height: auto;
  width: auto;
}
.case-study-window__logo img {
  max-width: 150px;
  max-height: 100px;
  height: auto;
  -o-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.case-study-window__logo img:hover {
  -o-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.case-study-window__logo img:nth-child(odd):hover {
  -o-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}
.home {
  background: #020024;
  background: linear-gradient(0deg, #020024 0%, #225f71 100%);
}
.home .nav-button,
.home .nav-back-button {
  display: none;
}
body.loaded .talking-trash-logo {
  -o-transition: transform 0.6s ease;
  -moz-transition: transform 0.6s ease;
  -webkit-transition: transform 0.6s ease;
  transition: transform 0.6s ease;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.hero-section {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: linear-gradient(0deg, #020024 0%, #225f71 100%);
  background: url("img/ocean-trash-video-cover.jpg") center center no-repeat #000;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
  position: relative;
}
@media (max-width: 600px) {
  .hero-section {
    min-height: 90vh !important;
  }
}
.hero-section--globe {
  color: #fff;
  background-color: #5fcce8;
  background-image: url("img/globe.jpg");
}
.hero-section--globe ul {
  max-width: 500px;
  text-align: center;
  margin: 0 auto;
}
.hero-section--globe ul li {
  display: inline-block;
  margin-right: 1em;
}
.hero-section--globe ul li a {
  font-size: 12px;
}
.talking-trash-logo {
  z-index: 2;
  position: fixed;
  top: 20px;
  left: 20px;
  -o-transition: transform 0.6s ease;
  -moz-transition: transform 0.6s ease;
  -webkit-transition: transform 0.6s ease;
  transition: transform 0.6s ease;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.talking-trash-logo img {
  width: 140px;
  height: auto;
}
@media (min-width: 1200px) {
  .talking-trash-logo {
    top: 40px;
    left: 40px;
  }
}
.hero-section__scroll-anchor {
  display: block;
  position: absolute;
  bottom: 60px;
  left: 50%;
  width: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Helvetica Neue LT Std', 'Helvetica', sans-serif;
  letter-spacing: 1px;
  font-size: 10px;
  color: #fff;
}
.hero-section__scroll-anchor:visited,
.hero-section__scroll-anchor:hover {
  color: #fff;
}
.hero-section__scroll-anchor:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10.4px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
  left: 50%;
  top: 110%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: bounce 3s ease infinite;
  -moz-animation: bounce 3s ease infinite;
  -o-animation: bounce 3s ease infinite;
  -ms-animation: bounce 3s ease infinite;
  animation: bounce 3s ease infinite;
}
@media (min-width: 1024px) {
  .hero-section__scroll-anchor {
    bottom: 80px;
    font-size: 12px;
  }
}
.loaded.home main:before {
  background-position: center center;
  -o-transition: background-position 1s ease;
  -moz-transition: background-position 1s ease;
  -webkit-transition: background-position 1s ease;
  transition: background-position 1s ease;
}
.l1,
.l2,
.l3,
.l4,
.l5,
.l6,
.l7,
.l8,
.l9 {
  opacity: 0;
  -o-transition: opacity 0.6s 3s ease;
  -moz-transition: opacity 0.6s 3s ease;
  -webkit-transition: opacity 0.6s 3s ease;
  transition: opacity 0.6s 3s ease;
}
.home main {
  display: block;
  position: relative;
  overflow: visible;
  z-index: 2;
  background: #fff;
  padding: 0;
}
.home main:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 40px;
  background: url("img/paper-edge.png") center 25px repeat-x transparent;
  -webkit-background-size: 528px auto;
  background-size: 528px auto;
  -o-transition: background-position 1s ease;
  -moz-transition: background-position 1s ease;
  -webkit-transition: background-position 1s ease;
  transition: background-position 1s ease;
}
.home main .gutenberg:before,
.home main .gutenberg:after {
  content: "";
  display: table;
}
.home main .gutenberg:after {
  clear: both;
}
.home main .main-inside-wrapper {
  display: inline-block;
  width: 100%;
  padding: 20vh 20px;
  height: auto;
  overflow: hidden;
}
.home main section {
  height: 50vw;
}
.home section {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.home section h4 {
  position: relative;
  font-weight: 700;
  font-size: 29px;
  font-size: 7vw;
  line-height: 1.1em;
  width: 100%;
}
.home section svg {
  z-index: -1;
  width: auto;
  height: auto;
}
.home section h4,
.home section img {
  opacity: 0;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.home section > img {
  position: absolute;
  z-index: -1;
  max-width: 80%;
  height: auto;
}
.home section.section--view h4,
.home section.section--view img {
  opacity: 1;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media (min-width: 768px) {
  .home section.section--view h4 span {
    -webkit-animation: animateIn 1.5s forwards 1;
    -moz-animation: animateIn 1.5s forwards 1;
    -o-animation: animateIn 1.5s forwards 1;
    -ms-animation: animateIn 1.5s forwards 1;
    animation: animateIn 1.5s forwards 1;
  }
  .home section.section--view h4 span:nth-child(1) {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    -ms-animation-delay: 0s;
    animation-delay: 0s;
  }
  .home section.section--view h4 span:nth-child(2) {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
  .home section.section--view h4 span:nth-child(3) {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    animation-delay: 1.2s;
  }
  .home section.section--view h4 span:nth-child(4) {
    -webkit-animation-delay: 1.8s;
    -moz-animation-delay: 1.8s;
    -o-animation-delay: 1.8s;
    -ms-animation-delay: 1.8s;
    animation-delay: 1.8s;
  }
  .home section.section--view h4 span:nth-child(5) {
    -webkit-animation-delay: 2.4s;
    -moz-animation-delay: 2.4s;
    -o-animation-delay: 2.4s;
    -ms-animation-delay: 2.4s;
    animation-delay: 2.4s;
  }
  .home section.section--view h4 span:nth-child(6) {
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -o-animation-delay: 3s;
    -ms-animation-delay: 3s;
    animation-delay: 3s;
  }
  .home section.section--view h4 span:nth-child(7) {
    -webkit-animation-delay: 3.6s;
    -moz-animation-delay: 3.6s;
    -o-animation-delay: 3.6s;
    -ms-animation-delay: 3.6s;
    animation-delay: 3.6s;
  }
  .home section.section--view h4 span:nth-child(8) {
    -webkit-animation-delay: 4.2s;
    -moz-animation-delay: 4.2s;
    -o-animation-delay: 4.2s;
    -ms-animation-delay: 4.2s;
    animation-delay: 4.2s;
  }
  .home section.section--view h4 span:nth-child(9) {
    -webkit-animation-delay: 4.8s;
    -moz-animation-delay: 4.8s;
    -o-animation-delay: 4.8s;
    -ms-animation-delay: 4.8s;
    animation-delay: 4.8s;
  }
  .home section.section--view h4 span:nth-child(10) {
    -webkit-animation-delay: 5.399999999999999s;
    -moz-animation-delay: 5.399999999999999s;
    -o-animation-delay: 5.399999999999999s;
    -ms-animation-delay: 5.399999999999999s;
    animation-delay: 5.399999999999999s;
  }
  .home section.section--view h4 span:nth-child(11) {
    -webkit-animation-delay: 5.999999999999998s;
    -moz-animation-delay: 5.999999999999998s;
    -o-animation-delay: 5.999999999999998s;
    -ms-animation-delay: 5.999999999999998s;
    animation-delay: 5.999999999999998s;
  }
  .home section.section--view h4 span:nth-child(12) {
    -webkit-animation-delay: 6.599999999999998s;
    -moz-animation-delay: 6.599999999999998s;
    -o-animation-delay: 6.599999999999998s;
    -ms-animation-delay: 6.599999999999998s;
    animation-delay: 6.599999999999998s;
  }
  .home section.section--view h4 span:nth-child(13) {
    -webkit-animation-delay: 7.199999999999998s;
    -moz-animation-delay: 7.199999999999998s;
    -o-animation-delay: 7.199999999999998s;
    -ms-animation-delay: 7.199999999999998s;
    animation-delay: 7.199999999999998s;
  }
  .home section.section--view h4 span:nth-child(14) {
    -webkit-animation-delay: 7.799999999999998s;
    -moz-animation-delay: 7.799999999999998s;
    -o-animation-delay: 7.799999999999998s;
    -ms-animation-delay: 7.799999999999998s;
    animation-delay: 7.799999999999998s;
  }
  .home section.section--view h4 span:nth-child(15) {
    -webkit-animation-delay: 8.399999999999999s;
    -moz-animation-delay: 8.399999999999999s;
    -o-animation-delay: 8.399999999999999s;
    -ms-animation-delay: 8.399999999999999s;
    animation-delay: 8.399999999999999s;
  }
  .home section.section--view h4 span:nth-child(16) {
    -webkit-animation-delay: 8.999999999999998s;
    -moz-animation-delay: 8.999999999999998s;
    -o-animation-delay: 8.999999999999998s;
    -ms-animation-delay: 8.999999999999998s;
    animation-delay: 8.999999999999998s;
  }
  .home section.section--view h4 span:nth-child(17) {
    -webkit-animation-delay: 9.599999999999998s;
    -moz-animation-delay: 9.599999999999998s;
    -o-animation-delay: 9.599999999999998s;
    -ms-animation-delay: 9.599999999999998s;
    animation-delay: 9.599999999999998s;
  }
  .home section.section--view h4 span:nth-child(18) {
    -webkit-animation-delay: 10.199999999999998s;
    -moz-animation-delay: 10.199999999999998s;
    -o-animation-delay: 10.199999999999998s;
    -ms-animation-delay: 10.199999999999998s;
    animation-delay: 10.199999999999998s;
  }
  .home section.section--view h4 span:nth-child(19) {
    -webkit-animation-delay: 10.799999999999997s;
    -moz-animation-delay: 10.799999999999997s;
    -o-animation-delay: 10.799999999999997s;
    -ms-animation-delay: 10.799999999999997s;
    animation-delay: 10.799999999999997s;
  }
  .home section.section--view h4 span:nth-child(20) {
    -webkit-animation-delay: 11.399999999999997s;
    -moz-animation-delay: 11.399999999999997s;
    -o-animation-delay: 11.399999999999997s;
    -ms-animation-delay: 11.399999999999997s;
    animation-delay: 11.399999999999997s;
  }
  .home section.section--view h4 span:nth-child(21) {
    -webkit-animation-delay: 11.999999999999996s;
    -moz-animation-delay: 11.999999999999996s;
    -o-animation-delay: 11.999999999999996s;
    -ms-animation-delay: 11.999999999999996s;
    animation-delay: 11.999999999999996s;
  }
  .home section.section--view h4 span:nth-child(22) {
    -webkit-animation-delay: 12.599999999999996s;
    -moz-animation-delay: 12.599999999999996s;
    -o-animation-delay: 12.599999999999996s;
    -ms-animation-delay: 12.599999999999996s;
    animation-delay: 12.599999999999996s;
  }
}
.home section.right {
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.home section.right h4 {
  text-align: right;
}
.home section.center {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.home section.center h4 {
  text-align: center;
}
.home section.image img {
  margin: 0 auto;
}
.home section.s1 img {
  max-width: 50%;
}
.home section.s1 svg {
  position: absolute;
  top: 0.9em;
  left: 34%;
  width: 26%;
  height: auto;
}
.home section.s1 h4 {
  padding-left: 12%;
}
.home section.s1.section--view img {
  -o-transition: opacity 1s 1.5s ease;
  -moz-transition: opacity 1s 1.5s ease;
  -webkit-transition: opacity 1s 1.5s ease;
  transition: opacity 1s 1.5s ease;
}
.home section.s1.section--view .scribble {
  width: 50%;
  -webkit-animation: dash 0.6s 2.5s linear forwards;
  -moz-animation: dash 0.6s 2.5s linear forwards;
  -o-animation: dash 0.6s 2.5s linear forwards;
  -ms-animation: dash 0.6s 2.5s linear forwards;
  animation: dash 0.6s 2.5s linear forwards;
}
.home section.s4 svg {
  position: absolute;
  top: 1.5em;
  left: 9%;
  width: 35%;
  z-index: 1;
}
.home section.s4.section--view .cross-out {
  -webkit-animation: dash 0.6s 2.5s linear forwards;
  -moz-animation: dash 0.6s 2.5s linear forwards;
  -o-animation: dash 0.6s 2.5s linear forwards;
  -ms-animation: dash 0.6s 2.5s linear forwards;
  animation: dash 0.6s 2.5s linear forwards;
}
.home section.s4.section--view .line {
  -webkit-animation: dash 0.6s 3s linear forwards;
  -moz-animation: dash 0.6s 3s linear forwards;
  -o-animation: dash 0.6s 3s linear forwards;
  -ms-animation: dash 0.6s 3s linear forwards;
  animation: dash 0.6s 3s linear forwards;
}
.home section.s4.section--view .l1,
.home section.s4.section--view .l2,
.home section.s4.section--view .l3,
.home section.s4.section--view .l4,
.home section.s4.section--view .l5,
.home section.s4.section--view .l6,
.home section.s4.section--view .l7,
.home section.s4.section--view .l8,
.home section.s4.section--view .l9 {
  opacity: 1;
  -o-transition: opacity 0.6s 3s ease;
  -moz-transition: opacity 0.6s 3s ease;
  -webkit-transition: opacity 0.6s 3s ease;
  transition: opacity 0.6s 3s ease;
}
.home section.s4.section--view .l2 {
  transition-delay: 3.1s;
  -moz-transition-delay: 3.1s;
  -webkit-transition-delay: 3.1s;
  -o-transition-delay: 3.1s;
}
.home section.s4.section--view .l3 {
  transition-delay: 3.2s;
  -moz-transition-delay: 3.2s;
  -webkit-transition-delay: 3.2s;
  -o-transition-delay: 3.2s;
}
.home section.s4.section--view .l4 {
  transition-delay: 3.3s;
  -moz-transition-delay: 3.3s;
  -webkit-transition-delay: 3.3s;
  -o-transition-delay: 3.3s;
}
.home section.s4.section--view .l5 {
  transition-delay: 3.4s;
  -moz-transition-delay: 3.4s;
  -webkit-transition-delay: 3.4s;
  -o-transition-delay: 3.4s;
}
.home section.s4.section--view .l6 {
  transition-delay: 3.5s;
  -moz-transition-delay: 3.5s;
  -webkit-transition-delay: 3.5s;
  -o-transition-delay: 3.5s;
}
.home section.s4.section--view .l7 {
  transition-delay: 3.6s;
  -moz-transition-delay: 3.6s;
  -webkit-transition-delay: 3.6s;
  -o-transition-delay: 3.6s;
}
.home section.s4.section--view .l8 {
  transition-delay: 3.7s;
  -moz-transition-delay: 3.7s;
  -webkit-transition-delay: 3.7s;
  -o-transition-delay: 3.7s;
}
.home section.s4.section--view .l9 {
  transition-delay: 3.8s;
  -moz-transition-delay: 3.8s;
  -webkit-transition-delay: 3.8s;
  -o-transition-delay: 3.8s;
}
.home section.s5 div {
  text-align: center;
}
.home section.s5 img {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.home section.s7 svg {
  display: none;
  position: absolute;
  top: 1.1em;
  left: 27.5%;
  width: 14%;
}
.home section.s7 svg:last-of-type {
  bottom: 0;
  left: 54.5%;
  width: 16%;
}
.home section.s7.section--view .circle1 {
  -webkit-animation: circle 0.6s 2.5s linear forwards;
  -moz-animation: circle 0.6s 2.5s linear forwards;
  -o-animation: circle 0.6s 2.5s linear forwards;
  -ms-animation: circle 0.6s 2.5s linear forwards;
  animation: circle 0.6s 2.5s linear forwards;
}
.home section.s7.section--view .circle2 {
  -webkit-animation: circle 1s 3s linear forwards;
  -moz-animation: circle 1s 3s linear forwards;
  -o-animation: circle 1s 3s linear forwards;
  -ms-animation: circle 1s 3s linear forwards;
  animation: circle 1s 3s linear forwards;
}
.home section.s9 svg {
  position: absolute;
  bottom: -10%;
  left: 20%;
  width: 23%;
}
.home section.s9.section--view .scribble3 {
  -webkit-animation: dash 0.6s 2.5s linear forwards;
  -moz-animation: dash 0.6s 2.5s linear forwards;
  -o-animation: dash 0.6s 2.5s linear forwards;
  -ms-animation: dash 0.6s 2.5s linear forwards;
  animation: dash 0.6s 2.5s linear forwards;
}
.home section.s10 img,
.home section.s10 .sticker-link {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -o-transition: opacity 0.5s ease, transform 0.5s ease;
  -moz-transition: opacity 0.5s ease, transform 0.5s ease;
  -webkit-transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.home section.s10 .sticker-link {
  opacity: 0;
}
.home section.s10 .tt-logo1 {
  width: 442px;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -o-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
}
.home section.s10 .tt-logo2 {
  -webkit-transform: translate(-73%, 30%) scale(0.2);
  -moz-transform: translate(-73%, 30%) scale(0.2);
  -o-transform: translate(-73%, 30%) scale(0.2);
  -ms-transform: translate(-73%, 30%) scale(0.2);
  transform: translate(-73%, 30%) scale(0.2);
}
.home section.s10 .tt-logo3 {
  -webkit-transform: translate(-100%, -35%) scale(0.2);
  -moz-transform: translate(-100%, -35%) scale(0.2);
  -o-transform: translate(-100%, -35%) scale(0.2);
  -ms-transform: translate(-100%, -35%) scale(0.2);
  transform: translate(-100%, -35%) scale(0.2);
}
.home section.s10 .tt-logo4 {
  -webkit-transform: translate(70%, 90%) scale(0.2);
  -moz-transform: translate(70%, 90%) scale(0.2);
  -o-transform: translate(70%, 90%) scale(0.2);
  -ms-transform: translate(70%, 90%) scale(0.2);
  transform: translate(70%, 90%) scale(0.2);
}
.home section.s10 .tt-logo5 {
  -webkit-transform: translate(110%, 5%) scale(0.2);
  -moz-transform: translate(110%, 5%) scale(0.2);
  -o-transform: translate(110%, 5%) scale(0.2);
  -ms-transform: translate(110%, 5%) scale(0.2);
  transform: translate(110%, 5%) scale(0.2);
}
.home section.s10 .tt-logo6 {
  -webkit-transform: translate(30%, -80%) scale(0.2);
  -moz-transform: translate(30%, -80%) scale(0.2);
  -o-transform: translate(30%, -80%) scale(0.2);
  -ms-transform: translate(30%, -80%) scale(0.2);
  transform: translate(30%, -80%) scale(0.2);
}
.home section.s10 .tt-logo7 {
  -webkit-transform: translate(-200%, -25%) scale(0.2);
  -moz-transform: translate(-200%, -25%) scale(0.2);
  -o-transform: translate(-200%, -25%) scale(0.2);
  -ms-transform: translate(-200%, -25%) scale(0.2);
  transform: translate(-200%, -25%) scale(0.2);
}
.home section.s10 .sticker-link {
  position: absolute;
  top: 78%;
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}
.home section.s10.section--view img,
.home section.s10.section--view .sticker-link {
  -o-transition: opacity 0.5s ease, transform 0.5s ease;
  -moz-transition: opacity 0.5s ease, transform 0.5s ease;
  -webkit-transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.home section.s10.section--view img:nth-child(1),
.home section.s10.section--view .sticker-link:nth-child(1) {
  transition-delay: 1s;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
}
.home section.s10.section--view img:nth-child(2),
.home section.s10.section--view .sticker-link:nth-child(2) {
  transition-delay: 1.1s;
  -moz-transition-delay: 1.1s;
  -webkit-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
}
.home section.s10.section--view img:nth-child(3),
.home section.s10.section--view .sticker-link:nth-child(3) {
  transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
}
.home section.s10.section--view img:nth-child(4),
.home section.s10.section--view .sticker-link:nth-child(4) {
  transition-delay: 1.3s;
  -moz-transition-delay: 1.3s;
  -webkit-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
}
.home section.s10.section--view img:nth-child(5),
.home section.s10.section--view .sticker-link:nth-child(5) {
  transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
}
.home section.s10.section--view img:nth-child(6),
.home section.s10.section--view .sticker-link:nth-child(6) {
  transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
}
.home section.s10.section--view img:nth-child(7),
.home section.s10.section--view .sticker-link:nth-child(7) {
  transition-delay: 1.6s;
  -moz-transition-delay: 1.6s;
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
}
.home section.s10.section--view img:nth-child(8),
.home section.s10.section--view .sticker-link:nth-child(8) {
  transition-delay: 1.7s;
  -moz-transition-delay: 1.7s;
  -webkit-transition-delay: 1.7s;
  -o-transition-delay: 1.7s;
}
.home section.s10.section--view img:nth-child(9),
.home section.s10.section--view .sticker-link:nth-child(9) {
  transition-delay: 1.8s;
  -moz-transition-delay: 1.8s;
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
}
.home section.s10.section--view img:nth-child(10),
.home section.s10.section--view .sticker-link:nth-child(10) {
  transition-delay: 1.9s;
  -moz-transition-delay: 1.9s;
  -webkit-transition-delay: 1.9s;
  -o-transition-delay: 1.9s;
}
.home section.s10.section--view .tt-logo1 {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.home section.s10.section--view .tt-logo2 {
  -webkit-transform: translate(-73%, 30%) scale(1);
  -moz-transform: translate(-73%, 30%) scale(1);
  -o-transform: translate(-73%, 30%) scale(1);
  -ms-transform: translate(-73%, 30%) scale(1);
  transform: translate(-73%, 30%) scale(1);
}
.home section.s10.section--view .tt-logo3 {
  -webkit-transform: translate(-100%, -35%) scale(1);
  -moz-transform: translate(-100%, -35%) scale(1);
  -o-transform: translate(-100%, -35%) scale(1);
  -ms-transform: translate(-100%, -35%) scale(1);
  transform: translate(-100%, -35%) scale(1);
}
.home section.s10.section--view .tt-logo4 {
  -webkit-transform: translate(120%, 90%) scale(1);
  -moz-transform: translate(120%, 90%) scale(1);
  -o-transform: translate(120%, 90%) scale(1);
  -ms-transform: translate(120%, 90%) scale(1);
  transform: translate(120%, 90%) scale(1);
}
.home section.s10.section--view .tt-logo5 {
  -webkit-transform: translate(110%, 5%) scale(1);
  -moz-transform: translate(110%, 5%) scale(1);
  -o-transform: translate(110%, 5%) scale(1);
  -ms-transform: translate(110%, 5%) scale(1);
  transform: translate(110%, 5%) scale(1);
}
.home section.s10.section--view .tt-logo6 {
  -webkit-transform: translate(30%, -80%) scale(1);
  -moz-transform: translate(30%, -80%) scale(1);
  -o-transform: translate(30%, -80%) scale(1);
  -ms-transform: translate(30%, -80%) scale(1);
  transform: translate(30%, -80%) scale(1);
}
.home section.s10.section--view .tt-logo7 {
  -webkit-transform: translate(-200%, -25%) scale(1);
  -moz-transform: translate(-200%, -25%) scale(1);
  -o-transform: translate(-200%, -25%) scale(1);
  -ms-transform: translate(-200%, -25%) scale(1);
  transform: translate(-200%, -25%) scale(1);
}
.home section.s10.section--view .sticker-link {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.scribble3,
.scribble,
.cross-out,
svg .line {
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}
.circle1,
.circle2 {
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}
.logos {
  width: 100%;
  text-align: right;
  margin-top: 2em;
}
@media (min-width: 768px) {
  .logos {
    margin-top: 5em;
  }
}
.logos__logo {
  height: auto;
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(0) rotate(0);
  -moz-transform: scale(0) rotate(0);
  -o-transform: scale(0) rotate(0);
  -ms-transform: scale(0) rotate(0);
  transform: scale(0) rotate(0);
  -o-transition: opacity 0.1s ease, transform 1s ease;
  -moz-transition: opacity 0.1s ease, transform 1s ease;
  -webkit-transition: opacity 0.1s ease, transform 1s ease;
  transition: opacity 0.1s ease, transform 1s ease;
}
.logos__logo img {
  height: auto;
  max-width: 100px;
  max-height: 60px;
  -webkit-animation-name: spin;
  -moz-animation-name: spin;
  -o-animation-name: spin;
  -ms-animation-name: spin;
  -webkit-animation-name: spin;
  -moz-animation-name: spin;
  -o-animation-name: spin;
  -ms-animation-name: spin;
  animation-name: spin;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
}
@media (min-width: 600px) {
  .logos__logo img {
    max-width: 100px;
    max-height: 60px;
  }
}
@media (min-width: 768px) {
  .logos__logo img {
    max-width: 180px;
    max-height: 120px;
  }
}
.logos__logo:nth-child(1) {
  -webkit-transform: scale(2) rotate(-8deg);
  -moz-transform: scale(2) rotate(-8deg);
  -o-transform: scale(2) rotate(-8deg);
  -ms-transform: scale(2) rotate(-8deg);
  transform: scale(2) rotate(-8deg);
  margin-right: -20px;
}
.logos__logo:nth-child(2n) {
  margin-right: -20px;
  -webkit-transform: scale(2) rotate(-5deg);
  -moz-transform: scale(2) rotate(-5deg);
  -o-transform: scale(2) rotate(-5deg);
  -ms-transform: scale(2) rotate(-5deg);
  transform: scale(2) rotate(-5deg);
}
.logos__logo:nth-child(3n) {
  -webkit-transform: scale(2) rotate(5deg);
  -moz-transform: scale(2) rotate(5deg);
  -o-transform: scale(2) rotate(5deg);
  -ms-transform: scale(2) rotate(5deg);
  transform: scale(2) rotate(5deg);
}
.logos__logo:last-child {
  margin-left: -20px;
  z-index: -1;
  -webkit-transform: scale(2) rotate(-5deg);
  -moz-transform: scale(2) rotate(-5deg);
  -o-transform: scale(2) rotate(-5deg);
  -ms-transform: scale(2) rotate(-5deg);
  transform: scale(2) rotate(-5deg);
}
.logos__logo:last-child img {
  max-width: 220px;
}
.logos__logo:hover img {
  -o-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}
.section--view .logos__logo {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -o-transition: opacity 0.1s ease, transform 1s ease;
  -moz-transition: opacity 0.1s ease, transform 1s ease;
  -webkit-transition: opacity 0.1s ease, transform 1s ease;
  transition: opacity 0.1s ease, transform 1s ease;
}
.section--view .logos__logo img {
  -webkit-animation-name: spin;
  -moz-animation-name: spin;
  -o-animation-name: spin;
  -ms-animation-name: spin;
  -webkit-animation-name: spin;
  -moz-animation-name: spin;
  -o-animation-name: spin;
  -ms-animation-name: spin;
  animation-name: spin;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
}
.section--view .logos__logo:nth-child(1) {
  -webkit-transform: scale(1) rotate(-8deg);
  -moz-transform: scale(1) rotate(-8deg);
  -o-transform: scale(1) rotate(-8deg);
  -ms-transform: scale(1) rotate(-8deg);
  transform: scale(1) rotate(-8deg);
  margin-right: -20px;
}
.section--view .logos__logo:nth-child(2n) {
  margin-right: -20px;
  -webkit-transform: scale(1) rotate(-5deg);
  -moz-transform: scale(1) rotate(-5deg);
  -o-transform: scale(1) rotate(-5deg);
  -ms-transform: scale(1) rotate(-5deg);
  transform: scale(1) rotate(-5deg);
}
.section--view .logos__logo:nth-child(3n) {
  -webkit-transform: scale(1) rotate(5deg);
  -moz-transform: scale(1) rotate(5deg);
  -o-transform: scale(1) rotate(5deg);
  -ms-transform: scale(1) rotate(5deg);
  transform: scale(1) rotate(5deg);
}
.section--view .logos__logo:last-child {
  -webkit-transform: scale(1) rotate(-5deg);
  -moz-transform: scale(1) rotate(-5deg);
  -o-transform: scale(1) rotate(-5deg);
  -ms-transform: scale(1) rotate(-5deg);
  transform: scale(1) rotate(-5deg);
}
.section--view .logos__logo:nth-child(1) {
  transition-delay: 1s;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
}
.section--view .logos__logo:nth-child(1) img {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  -ms-animation-delay: 1s;
  animation-delay: 1s;
}
.section--view .logos__logo:nth-child(2) {
  transition-delay: 1.1s;
  -moz-transition-delay: 1.1s;
  -webkit-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
}
.section--view .logos__logo:nth-child(2) img {
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.section--view .logos__logo:nth-child(3) {
  transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
}
.section--view .logos__logo:nth-child(3) img {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.section--view .logos__logo:nth-child(4) {
  transition-delay: 1.3s;
  -moz-transition-delay: 1.3s;
  -webkit-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
}
.section--view .logos__logo:nth-child(4) img {
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
  -ms-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.section--view .logos__logo:nth-child(5) {
  transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
}
.section--view .logos__logo:nth-child(5) img {
  -webkit-animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  -o-animation-delay: 1.4s;
  -ms-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.section--view .logos__logo:nth-child(6) {
  transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
}
.section--view .logos__logo:nth-child(6) img {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.section--view .logos__logo:nth-child(7) {
  transition-delay: 1.6s;
  -moz-transition-delay: 1.6s;
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
}
.section--view .logos__logo:nth-child(7) img {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  -o-animation-delay: 1.6s;
  -ms-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.section--view .logos__logo:nth-child(8) {
  transition-delay: 1.7s;
  -moz-transition-delay: 1.7s;
  -webkit-transition-delay: 1.7s;
  -o-transition-delay: 1.7s;
}
.section--view .logos__logo:nth-child(8) img {
  -webkit-animation-delay: 1.7s;
  -moz-animation-delay: 1.7s;
  -o-animation-delay: 1.7s;
  -ms-animation-delay: 1.7s;
  animation-delay: 1.7s;
}
.section--view .logos__logo:nth-child(9) {
  transition-delay: 1.8s;
  -moz-transition-delay: 1.8s;
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
}
.section--view .logos__logo:nth-child(9) img {
  -webkit-animation-delay: 1.8s;
  -moz-animation-delay: 1.8s;
  -o-animation-delay: 1.8s;
  -ms-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.section--view .logos__logo:nth-child(10) {
  transition-delay: 1.9s;
  -moz-transition-delay: 1.9s;
  -webkit-transition-delay: 1.9s;
  -o-transition-delay: 1.9s;
}
.section--view .logos__logo:nth-child(10) img {
  -webkit-animation-delay: 1.9s;
  -moz-animation-delay: 1.9s;
  -o-animation-delay: 1.9s;
  -ms-animation-delay: 1.9s;
  animation-delay: 1.9s;
}
.section--view .logos__logo:nth-child(11) {
  transition-delay: 2s;
  -moz-transition-delay: 2s;
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
}
.section--view .logos__logo:nth-child(11) img {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  -ms-animation-delay: 2s;
  animation-delay: 2s;
}
.section--view .logos__logo:nth-child(12) {
  transition-delay: 2.1s;
  -moz-transition-delay: 2.1s;
  -webkit-transition-delay: 2.1s;
  -o-transition-delay: 2.1s;
}
.section--view .logos__logo:nth-child(12) img {
  -webkit-animation-delay: 2.1s;
  -moz-animation-delay: 2.1s;
  -o-animation-delay: 2.1s;
  -ms-animation-delay: 2.1s;
  animation-delay: 2.1s;
}
.section--view .logos__logo:nth-child(13) {
  transition-delay: 2.2s;
  -moz-transition-delay: 2.2s;
  -webkit-transition-delay: 2.2s;
  -o-transition-delay: 2.2s;
}
.section--view .logos__logo:nth-child(13) img {
  -webkit-animation-delay: 2.2s;
  -moz-animation-delay: 2.2s;
  -o-animation-delay: 2.2s;
  -ms-animation-delay: 2.2s;
  animation-delay: 2.2s;
}
.section--view .logos__logo:nth-child(14) {
  transition-delay: 2.3s;
  -moz-transition-delay: 2.3s;
  -webkit-transition-delay: 2.3s;
  -o-transition-delay: 2.3s;
}
.section--view .logos__logo:nth-child(14) img {
  -webkit-animation-delay: 2.3s;
  -moz-animation-delay: 2.3s;
  -o-animation-delay: 2.3s;
  -ms-animation-delay: 2.3s;
  animation-delay: 2.3s;
}
.section--view .logos__logo:nth-child(15) {
  transition-delay: 2.4s;
  -moz-transition-delay: 2.4s;
  -webkit-transition-delay: 2.4s;
  -o-transition-delay: 2.4s;
}
.section--view .logos__logo:nth-child(15) img {
  -webkit-animation-delay: 2.4s;
  -moz-animation-delay: 2.4s;
  -o-animation-delay: 2.4s;
  -ms-animation-delay: 2.4s;
  animation-delay: 2.4s;
}
.section--view .logos__logo:nth-child(16) {
  transition-delay: 2.5s;
  -moz-transition-delay: 2.5s;
  -webkit-transition-delay: 2.5s;
  -o-transition-delay: 2.5s;
}
.section--view .logos__logo:nth-child(16) img {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  -ms-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.section--view .logos__logo:nth-child(17) {
  transition-delay: 2.6s;
  -moz-transition-delay: 2.6s;
  -webkit-transition-delay: 2.6s;
  -o-transition-delay: 2.6s;
}
.section--view .logos__logo:nth-child(17) img {
  -webkit-animation-delay: 2.6s;
  -moz-animation-delay: 2.6s;
  -o-animation-delay: 2.6s;
  -ms-animation-delay: 2.6s;
  animation-delay: 2.6s;
}
.section--view .logos__logo:nth-child(18) {
  transition-delay: 2.7s;
  -moz-transition-delay: 2.7s;
  -webkit-transition-delay: 2.7s;
  -o-transition-delay: 2.7s;
}
.section--view .logos__logo:nth-child(18) img {
  -webkit-animation-delay: 2.7s;
  -moz-animation-delay: 2.7s;
  -o-animation-delay: 2.7s;
  -ms-animation-delay: 2.7s;
  animation-delay: 2.7s;
}
.section--view .logos__logo:nth-child(19) {
  transition-delay: 2.8s;
  -moz-transition-delay: 2.8s;
  -webkit-transition-delay: 2.8s;
  -o-transition-delay: 2.8s;
}
.section--view .logos__logo:nth-child(19) img {
  -webkit-animation-delay: 2.8s;
  -moz-animation-delay: 2.8s;
  -o-animation-delay: 2.8s;
  -ms-animation-delay: 2.8s;
  animation-delay: 2.8s;
}
.section--view .logos__logo:nth-child(20) {
  transition-delay: 2.9s;
  -moz-transition-delay: 2.9s;
  -webkit-transition-delay: 2.9s;
  -o-transition-delay: 2.9s;
}
.section--view .logos__logo:nth-child(20) img {
  -webkit-animation-delay: 2.9s;
  -moz-animation-delay: 2.9s;
  -o-animation-delay: 2.9s;
  -ms-animation-delay: 2.9s;
  animation-delay: 2.9s;
}
.section--view .logos__logo:nth-child(21) {
  transition-delay: 3s;
  -moz-transition-delay: 3s;
  -webkit-transition-delay: 3s;
  -o-transition-delay: 3s;
}
.section--view .logos__logo:nth-child(21) img {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  -ms-animation-delay: 3s;
  animation-delay: 3s;
}
.section--view .logos__logo:nth-child(22) {
  transition-delay: 3.1s;
  -moz-transition-delay: 3.1s;
  -webkit-transition-delay: 3.1s;
  -o-transition-delay: 3.1s;
}
.section--view .logos__logo:nth-child(22) img {
  -webkit-animation-delay: 3.1s;
  -moz-animation-delay: 3.1s;
  -o-animation-delay: 3.1s;
  -ms-animation-delay: 3.1s;
  animation-delay: 3.1s;
}
.tt-logo {
  position: absolute;
  max-width: none;
  opacity: 0;
  -o-transition: opacity 0.1s ease, transform 1s ease;
  -moz-transition: opacity 0.1s ease, transform 1s ease;
  -webkit-transition: opacity 0.1s ease, transform 1s ease;
  transition: opacity 0.1s ease, transform 1s ease;
}
.tt-logo.tt-logo2 {
  -webkit-transform: translate(-73%, 30%);
  -moz-transform: translate(-73%, 30%);
  -o-transform: translate(-73%, 30%);
  -ms-transform: translate(-73%, 30%);
  transform: translate(-73%, 30%);
}
.tt-logo.tt-logo3 {
  -webkit-transform: translate(-100%, -35%);
  -moz-transform: translate(-100%, -35%);
  -o-transform: translate(-100%, -35%);
  -ms-transform: translate(-100%, -35%);
  transform: translate(-100%, -35%);
}
.tt-logo.tt-logo4 {
  -webkit-transform: translate(70%, 90%);
  -moz-transform: translate(70%, 90%);
  -o-transform: translate(70%, 90%);
  -ms-transform: translate(70%, 90%);
  transform: translate(70%, 90%);
}
.tt-logo.tt-logo5 {
  -webkit-transform: translate(110%, 5%);
  -moz-transform: translate(110%, 5%);
  -o-transform: translate(110%, 5%);
  -ms-transform: translate(110%, 5%);
  transform: translate(110%, 5%);
}
.tt-logo.tt-logo6 {
  -webkit-transform: translate(30%, -80%);
  -moz-transform: translate(30%, -80%);
  -o-transform: translate(30%, -80%);
  -ms-transform: translate(30%, -80%);
  transform: translate(30%, -80%);
}
.tt-logo.tt-logo7 {
  -webkit-transform: translate(-200%, -25%);
  -moz-transform: translate(-200%, -25%);
  -o-transform: translate(-200%, -25%);
  -ms-transform: translate(-200%, -25%);
  transform: translate(-200%, -25%);
}
@media (max-width: 767px) {
  .home section h4 br {
    display: none;
  }
  .home section.s9 svg {
    left: 3%;
    width: 36%;
  }
  .home section.s4 svg {
    left: 13%;
    width: 52%;
  }
  .home section.s6,
  .home section.s9 {
    height: 70vw;
  }
}
@media (min-width: 600px) {
  .home main .main-inside-wrapper {
    padding: 20vh 50px;
  }
}
@media (min-width: 768px) {
  .single .wrapper {
    padding-right: 78px;
  }
  .home main .main-inside-wrapper {
    padding: 20vh 50px;
  }
  .home section h4 {
    font-size: 5vw;
    white-space: nowrap;
  }
  .home section h4 span {
    display: inline-block;
    -webkit-clip-path: polygon(0% -20%, 0% -30%, 0% 130%, 0% 130%);
    clip-path: polygon(0% -20%, 0% -30%, 0% 130%, 0% 130%);
  }
  .home section.s7 svg {
    display: block;
  }
}
@media (min-width: 1024px) {
  .home main .main-inside-wrapper {
    padding: 20vh 100px;
  }
  .home main section {
    height: 35vw;
  }
  .home section {
    min-height: 500px;
  }
  .home section h4 {
    font-size: 4vw;
  }
  .home section > img {
    max-width: 50%;
  }
  .home section.s7 svg {
    top: 1em;
    left: 36.5%;
    width: 14%;
  }
  .home section.s7 svg:last-of-type {
    bottom: 0;
    left: 59.5%;
    width: 16%;
  }
}
@media (min-width: 1240px) {
  .home section {
    min-height: 400px;
  }
  .home section.s1 > img {
    max-width: 35%;
  }
}
@media (min-width: 1518px) {
  .home main section {
    height: 30vw;
  }
  .home section h4 {
    margin-left: auto;
    margin-right: auto;
    width: 1240px;
    font-size: 61px;
  }
}
@-moz-keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-o-keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes circle {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes circle {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-o-keyframes circle {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes circle {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@media (max-width: 767px) {
  .case-studies--showing {
    overflow: hidden;
  }
  .case-studies--showing .case-study-window {
    display: block;
    -o-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -webkit-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .case-studies--showing .nav-button {
    display: none;
  }
}
.case-study-window {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  height: 100vh;
  background: url("img/paper.jpg") no-repeat center center #fff;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: 12;
  text-align: center;
  -o-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.case-study-window:after {
  content: '';
  position: fixed;
  display: block;
  width: 3px;
  top: 0;
  bottom: 0;
  left: 50px;
  background: #e3e3e3;
  z-index: 1;
}
.case-study-window h4 {
  font-weight: 700;
  line-height: 1em;
}
.case-study-window h4 span {
  color: #aeaeae;
  display: block;
}
.case-study-window__header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 150px;
  background: url("img/paper-white.png") no-repeat bottom center transparent;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  padding: 40px 30px 50px 30px;
  z-index: 2;
}
.case-study-window__header .close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 40px;
  color: #575757;
}
.case-study-window__header h4 {
  position: relative;
  max-width: 300px;
}
.case-study-window__header h4:before {
  content: '';
  position: absolute;
  display: block;
  width: 3px;
  height: 40px;
  left: 20px;
  bottom: 120%;
  background: #e3e3e3;
}
.case-study-window__header h4:after {
  content: '';
  display: block;
  width: 61px;
  height: 55px;
  position: absolute;
  top: 100%;
  right: 0;
  background: url("img/red-arrow.svg") no-repeat center center transparent;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transform: scaleX(-1) rotate(-45deg);
  -moz-transform: scaleX(-1) rotate(-45deg);
  -o-transform: scaleX(-1) rotate(-45deg);
  -ms-transform: scaleX(-1) rotate(-45deg);
  transform: scaleX(-1) rotate(-45deg);
}
.case-study-window__inside {
  position: relative;
  height: 100%;
  width: 100%;
}
.case-study-window__wrapper {
  position: relative;
  min-height: 100vh;
  height: 100%;
  overflow-y: auto;
  padding: 160px 0 50px 0;
}
.case-study-window__logo {
  display: block;
  margin: 0 auto 30px auto;
  height: auto;
  width: auto;
}
.case-study-window__logo img {
  max-width: 150px;
  max-height: 100px;
  height: auto;
  -o-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.case-study-window__logo img:hover {
  -o-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.case-study-window__logo img:nth-child(odd):hover {
  -o-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}
.page-template-front-page-two-php {
  background: #020024;
  background: linear-gradient(0deg, #020024 0%, #225f71 100%);
}
.page-template-front-page-two-php .nav-back-button {
  display: none;
}
.page-template-front-page-two-php.loaded .talking-trash-logo {
  -o-transition: transform 0.6s ease;
  -moz-transition: transform 0.6s ease;
  -webkit-transition: transform 0.6s ease;
  transition: transform 0.6s ease;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.hero-section {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: linear-gradient(0deg, #020024 0%, #225f71 100%);
  background: url("img/ocean-trash-video-cover.jpg") center center no-repeat #000;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
  position: relative;
}
.hero-section--globe {
  color: #fff;
  background: url("./img/globe.jpg");
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .hero-section--globe {
    -webkit-background-size: cover;
    background-size: cover;
  }
}
.hero-section__scroll-anchor {
  display: block;
  position: absolute;
  bottom: 60px;
  left: 50%;
  width: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Helvetica Neue LT Std', 'Helvetica', sans-serif;
  letter-spacing: 1px;
  font-size: 10px;
  color: #fff;
}
.hero-section__scroll-anchor:visited {
  color: #fff;
}
.hero-section__scroll-anchor:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10.4px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
  left: 50%;
  top: 110%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 1024px) {
  .hero-section__scroll-anchor {
    bottom: 80px;
    font-size: 12px;
  }
}
.loaded.page-template-front-page-two-php main:before {
  background-position: center center;
  -o-transition: background-position 1s ease;
  -moz-transition: background-position 1s ease;
  -webkit-transition: background-position 1s ease;
  transition: background-position 1s ease;
}
.page-template-front-page-two-php main {
  display: block;
  position: relative;
  overflow: visible;
  z-index: 2;
  background: #fff;
  padding: 20vh 100px;
}
.page-template-front-page-two-php main:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 40px;
  background: url("img/paper-edge.png") center 25px repeat-x transparent;
  -webkit-background-size: 528px auto;
  background-size: 528px auto;
  -o-transition: background-position 1s ease;
  -moz-transition: background-position 1s ease;
  -webkit-transition: background-position 1s ease;
  transition: background-position 1s ease;
}
.page-template-front-page-two-php main .gutenberg:before,
.page-template-front-page-two-php main .gutenberg:after {
  content: "";
  display: table;
}
.page-template-front-page-two-php main .gutenberg:after {
  clear: both;
}
.page-template-front-page-two-php main section {
  height: 50vh;
}
@media (min-width: 1024px) {
  .page-template-front-page-two-php main section {
    min-height: 600px;
  }
}
.page-template-front-page-two-php section {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.page-template-front-page-two-php section h4 {
  position: relative;
  font-weight: 700;
  font-size: 64px;
  font-size: 4vw;
  max-width: 70%;
}
.page-template-front-page-two-php section svg {
  z-index: -1;
}
.page-template-front-page-two-php section h4,
.page-template-front-page-two-php section img {
  opacity: 0;
  -o-transition: opacity 0.5s ease, transform 0.5s ease;
  -moz-transition: opacity 0.5s ease, transform 0.5s ease;
  -webkit-transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.page-template-front-page-two-php section > img {
  position: absolute;
  z-index: -1;
  max-width: 50%;
  height: auto;
}
.page-template-front-page-two-php section.section--view h4,
.page-template-front-page-two-php section.section--view img {
  opacity: 1;
  -o-transition: opacity 0.5s ease, transform 0.5s ease;
  -moz-transition: opacity 0.5s ease, transform 0.5s ease;
  -webkit-transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.page-template-front-page-two-php section.right {
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.page-template-front-page-two-php section.right h4 {
  text-align: right;
}
.page-template-front-page-two-php section.center {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.page-template-front-page-two-php section.center h4 {
  text-align: center;
}
.page-template-front-page-two-php section.image img {
  margin: 0 auto;
}
.page-template-front-page-two-php section.s1 svg {
  position: absolute;
  top: 0.9em;
  right: 1.5em;
}
.page-template-front-page-two-php section.s1 h4 {
  padding-left: 150px;
}
.page-template-front-page-two-php section.s1.section--view .scribble {
  -webkit-animation: dash 0.6s 1s linear forwards;
  -moz-animation: dash 0.6s 1s linear forwards;
  -o-animation: dash 0.6s 1s linear forwards;
  -ms-animation: dash 0.6s 1s linear forwards;
  animation: dash 0.6s 1s linear forwards;
}
.page-template-front-page-two-php section.s4 svg {
  position: absolute;
  top: 1.6em;
  left: -0.8em;
}
.page-template-front-page-two-php section.s4 svg .cross-out {
  opacity: 0.8;
}
.page-template-front-page-two-php section.s4.section--view .cross-out {
  -webkit-animation: dash 0.6s 1s linear forwards;
  -moz-animation: dash 0.6s 1s linear forwards;
  -o-animation: dash 0.6s 1s linear forwards;
  -ms-animation: dash 0.6s 1s linear forwards;
  animation: dash 0.6s 1s linear forwards;
}
.page-template-front-page-two-php section.s4.section--view .l1,
.page-template-front-page-two-php section.s4.section--view .l2,
.page-template-front-page-two-php section.s4.section--view .l3,
.page-template-front-page-two-php section.s4.section--view .l4,
.page-template-front-page-two-php section.s4.section--view .l5,
.page-template-front-page-two-php section.s4.section--view .l6,
.page-template-front-page-two-php section.s4.section--view .l7,
.page-template-front-page-two-php section.s4.section--view .l8,
.page-template-front-page-two-php section.s4.section--view .l9 {
  opacity: 1;
  -webkit-transform: opacity 2s ease;
  -moz-transform: opacity 2s ease;
  -o-transform: opacity 2s ease;
  -ms-transform: opacity 2s ease;
  transform: opacity 2s ease;
}
.page-template-front-page-two-php section.s6 h4,
.page-template-front-page-two-php section.s8 h4 {
  max-width: 80%;
}
.page-template-front-page-two-php section.s7 h4 {
  max-width: 84%;
}
.page-template-front-page-two-php section.s7 svg {
  position: absolute;
  bottom: -10%;
  left: 28%;
}
.page-template-front-page-two-php section.s7 svg:last-of-type {
  bottom: 0;
  left: 54%;
}
.page-template-front-page-two-php section.s7.section--view .circle1 {
  -webkit-animation: circle 0.6s 1s linear forwards;
  -moz-animation: circle 0.6s 1s linear forwards;
  -o-animation: circle 0.6s 1s linear forwards;
  -ms-animation: circle 0.6s 1s linear forwards;
  animation: circle 0.6s 1s linear forwards;
}
.page-template-front-page-two-php section.s7.section--view .circle2 {
  -webkit-animation: circle 1s 1.5s linear forwards;
  -moz-animation: circle 1s 1.5s linear forwards;
  -o-animation: circle 1s 1.5s linear forwards;
  -ms-animation: circle 1s 1.5s linear forwards;
  animation: circle 1s 1.5s linear forwards;
}
.page-template-front-page-two-php section.s9 svg {
  position: absolute;
  bottom: -10%;
  left: 10%;
}
.page-template-front-page-two-php section.s9.section--view .scribble3 {
  -webkit-animation: dash 0.6s 1s linear forwards;
  -moz-animation: dash 0.6s 1s linear forwards;
  -o-animation: dash 0.6s 1s linear forwards;
  -ms-animation: dash 0.6s 1s linear forwards;
  animation: dash 0.6s 1s linear forwards;
}
.l1,
.l2,
.l3,
.l4,
.l5,
.l6,
.l7,
.l8,
.l9 {
  opacity: 0;
  -webkit-transform: opacity 2s ease;
  -moz-transform: opacity 2s ease;
  -o-transform: opacity 2s ease;
  -ms-transform: opacity 2s ease;
  transform: opacity 2s ease;
}
.scribble3,
.scribble,
.cross-out {
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}
.circle1,
.circle2 {
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}
@media (min-width: 768px) {
  .page-template-front-page-two-php .wrapper,
  .single .wrapper {
    padding-right: 78px;
  }
}
@-moz-keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-o-keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes circle {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes circle {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-o-keyframes circle {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes circle {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.nav-button {
  display: none;
  position: fixed;
  width: 65px;
  height: 65px;
  background: url("img/sticker-menu.png") center center no-repeat transparent;
  -webkit-background-size: cover;
  background-size: cover;
  top: -5px;
  right: -5px;
  z-index: 9;
  text-decoration: none;
  color: #fff;
}
.nav-button:after {
  content: 'm';
  display: block;
  text-align: center;
  line-height: 65px;
  font-family: 'fiascons' !important;
  color: #fff;
  font-size: 22px;
}
@media (max-width: 767px) {
  .nav-button {
    display: block;
  }
}
.nav-back-button {
  display: none;
  position: fixed;
  width: 130px;
  height: 58px;
  top: 10px;
  bottom: auto;
  background: url("img/sticker-white.png") center right no-repeat transparent;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
  -o-transition: transform 0.6s ease;
  -moz-transition: transform 0.6s ease;
  -webkit-transition: transform 0.6s ease;
  transition: transform 0.6s ease;
  z-index: 9;
}
.nav-back-button span {
  background: url("img/back-to-map.png") 70% 50% no-repeat transparent;
  -webkit-background-size: 80% auto;
  background-size: 80% auto;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.6;
  -o-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.nav-back-button:hover {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -o-transition: transform 0.6s ease;
  -moz-transition: transform 0.6s ease;
  -webkit-transition: transform 0.6s ease;
  transition: transform 0.6s ease;
}
.nav-back-button:hover span {
  opacity: 1;
  -o-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media (min-width: 1024px) {
  .nav-back-button {
    top: 15px;
    width: 164px;
    height: 74px;
  }
}
.single-chapters .nav-back-button {
  display: block;
}
@media (max-width: 767px) {
  .single-case-studies .nav-back-button {
    display: block;
  }
}
#sidebar {
  background: url("img/plastic-wrap-1.png") no-repeat -4px -1px #121010;
  -webkit-background-size: fill;
  background-size: fill;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 55px;
  overflow: visible;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 8;
  cursor: w-resize;
  -webkit-box-shadow: -10px 0px 10px -10px rgba(0,0,0,0.4);
  -moz-box-shadow: -10px 0px 10px -10px rgba(0,0,0,0.4);
  box-shadow: -10px 0px 10px -10px rgba(0,0,0,0.4);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -o-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
#sidebar .sidebar__inner {
  position: absolute;
  top: 60px;
  bottom: 60px;
  overflow-x: visible;
  overflow-y: hidden;
  width: 100%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#sidebar .sidebar__overflow {
  height: 100%;
  overflow: auto;
}
.indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 15px;
  width: 100%;
  z-index: 5;
  cursor: n-resize;
}
.open--wide #sidebar {
  max-height: 100%;
  cursor: auto;
  top: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -o-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.open--wide #sidebar .indicator {
  cursor: s-resize;
}
.open--wide .nav-button:after {
  content: '+';
  font-size: 30px;
  line-height: 70px;
}
@media (max-width: 768px) {
  .open--wide #sidebar .indicator {
    display: none;
  }
  .open--wide .nav-back-button {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.sidebar__back {
  display: block;
  position: fixed;
  width: 50%;
  height: 65px;
  background: url("img/sticker-white.png") center right no-repeat transparent;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  bottom: -3px;
  left: 0px;
  z-index: 9;
  -o-transition: transform 0.6s ease;
  -moz-transition: transform 0.6s ease;
  -webkit-transition: transform 0.6s ease;
  transition: transform 0.6s ease;
}
.sidebar__back span {
  background: url("img/back-to-map.png") 45% center no-repeat transparent;
  -webkit-background-size: auto 80%;
  background-size: auto 80%;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.6;
  -o-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.sidebar__back:hover {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -o-transition: transform 0.6s ease;
  -moz-transition: transform 0.6s ease;
  -webkit-transition: transform 0.6s ease;
  transition: transform 0.6s ease;
}
.sidebar__back:hover span {
  opacity: 1;
  -o-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media (min-width: 768px) {
  .sidebar__back {
    display: none;
  }
}
.sidebar__header,
.sidebar__footer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  padding: 12px 19px 12px 0px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.025em;
  line-height: 30px;
  text-decoration: none;
}
.sidebar__header:visited,
.sidebar__footer:visited {
  color: inherit;
}
.sidebar__header span,
.sidebar__footer span {
  display: inline-block;
  text-align: center;
  width: 78px;
  padding: 0 17px;
  font-family: $icons-font;
  -o-transition: right 0.5s ease;
  -moz-transition: right 0.5s ease;
  -webkit-transition: right 0.5s ease;
  transition: right 0.5s ease;
  font-size: $h4-font-size;
  vertical-align: middle;
  line-height: 100%;
  font-weight: 100;
  font-style: normal;
}
.sidebar__header:focus,
.sidebar__footer:focus,
.sidebar__header:active,
.sidebar__footer:active {
  outline: none;
}
.sidebar__header {
  font-weight: 800;
  font-family: 'Helvetica Neue LT Std', 'Helvetica', sans-serif;
  font-style: italic;
  font-size: 15px;
  vertical-align: middle;
}
.sidebar__header span {
  vertical-align: middle;
  -webkit-background-size: contain;
  background-size: contain;
  height: 26px;
  font-family: 'fiascons' !important;
  font-size: 26px;
}
.sidebar__footer {
  top: auto;
  bottom: 0;
  border-bottom: 0;
  border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 12px;
  z-index: 5;
  font-family: 'Helvetica Neue LT Std', 'Helvetica', sans-serif;
  letter-spacing: 1px;
}
.sidebar__footer span {
  background: url("img/download-icon.svg") center center no-repeat transparent;
  -webkit-background-size: contain;
  background-size: contain;
  height: 26px;
}
@media (max-width: 767px) {
  .sidebar__footer {
    left: 50%;
    line-height: 1.1;
    font-size: 11px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .sidebar__footer span {
    display: block;
    float: left;
    height: 30px;
    padding: 0 5px;
    margin: 0 5px 3px 5px;
    width: 50px;
  }
}
.executive-summary-link {
  display: inline-block;
  padding: 25px 20px 0 79px;
  margin: 0;
  color: #fff;
  font-size: 13px;
  font-family: 'Helvetica Neue LT Std', 'Helvetica', sans-serif;
  text-transform: none;
  text-decoration: none;
}
@media (max-width: 767px) {
  .executive-summary-link {
    font-size: 14px;
  }
}
.executive-summary-link:before {
  content: '0' counters(item, ".") " ";
  position: absolute;
  display: block;
  text-align: center;
  width: 25px;
  height: 25px;
  margin: 0 11px;
  line-height: 28px;
  left: 15px;
  color: #121010;
  margin-top: -3px;
  background: #fff;
  font-size: 11px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
}
.chapter-menu {
  padding: 0.6em 0 20px 10px;
  margin: 0;
  color: #ccc;
  font-size: 14px;
  min-height: 100%;
  height: auto;
  width: auto;
  min-height: 600px;
  overflow: hidden;
  overflow-x: visible;
  position: relative;
  font-family: 'Helvetica Neue LT Std', 'Helvetica', sans-serif;
}
@media (min-width: 768px) {
  .chapter-menu {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-box-pack: space-evenly;
    -moz-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
    overflow: auto;
    position: relative;
  }
  .chapter-menu > li {
    margin-top: auto;
    margin-bottom: auto;
  }
  .chapter-menu .sub-menu {
    height: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.chapter-menu:before {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  height: auto;
  top: 40px;
  bottom: 40px;
  left: 38px;
  background: #fff;
}
.chapter-menu a {
  color: inherit;
  font-size: inherit;
  padding: 0.5em 0;
  text-transform: none;
  text-decoration: none;
}
.chapter-menu ol,
.chapter-menu ul {
  padding: 0;
  margin: 0;
}
.chapter-menu li {
  display: block;
  padding: 0.6em 20px 0.6em 70px;
  margin: 0;
  color: #fff;
  font-size: 13px;
  counter-reset: -1;
}
.chapter-menu li.current-menu-item {
  color: #f2d263;
}
.chapter-menu li.current-menu-item:before {
  background: #f2d263;
}
.chapter-menu li:before {
  content: counters(item, ".", decimal-leading-zero);
  position: absolute;
  display: block;
  text-align: center;
  width: 25px;
  height: 25px;
  margin: 0 11px;
  line-height: 28px;
  left: 15px;
  color: #121010;
  margin-top: -5px;
  background: #fff;
  font-size: 11px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
}
@media (max-width: 767px) {
  .chapter-menu li {
    padding: 1em 20px 1.5em 70px;
    font-size: 14px;
    letter-spacing: 0.025em;
  }
  .chapter-menu li li:first-child {
    padding-top: 2.5em;
  }
  .chapter-menu li:before {
    font-size: 10px;
    line-height: 26px;
  }
}
.chapter-menu li:nth-child(2) {
  counter-reset: item;
}
.chapter-menu > li {
  counter-increment: item;
}
.chapter-menu > li:first-child {
  padding-top: 1.2em;
}
.chapter-menu > li:first-child:before {
  content: '00' !important;
}
.chapter-menu > li:nth-child(2):before {
  content: counters(item, ".", decimal-leading-zero);
}
.chapter-menu > li:last-child {
  padding-bottom: 0em;
}
.chapter-menu .menu-item--child {
  font-size: 12px;
  counter-increment: subsection;
}
.chapter-menu .menu-item--child:before {
  content: '';
  width: 9px;
  height: 9px;
  left: 23px;
  margin-top: 1px;
}
.chapter-menu .menu-item--child:first-child {
  padding-top: 1.5em;
}
.chapter-menu .menu-item--child:last-child {
  padding-bottom: 0;
}
.sub-menu {
  margin-left: 0;
  padding-top: 1em;
}
.sub-menu li {
  padding-left: 0;
  font-size: 12px;
}
.sub-menu li:before {
  content: '';
  width: 9px;
  height: 9px;
  left: 23px;
  margin-top: 1px;
}
.sub-menu li:first-child {
  padding-top: 1.5em;
}
.sub-menu li:last-child {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  #sidebar {
    position: fixed;
    top: 0;
    left: auto;
    bottom: auto;
    width: 325px;
    height: 100%;
    overflow: visible;
    -o-transition: right 0.5s;
    -moz-transition: right 0.5s;
    -webkit-transition: right 0.5s;
    transition: right 0.5s;
    max-height: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateX(247px);
    -moz-transform: translateX(247px);
    -o-transform: translateX(247px);
    -ms-transform: translateX(247px);
    transform: translateX(247px);
    -o-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -webkit-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
  }
  #sidebar .sidebar__inner {
    top: 66px;
  }
  .chapter-menu:before {
    bottom: 60px;
  }
  .indicator {
    right: auto;
    left: 0;
    bottom: 55px;
    width: 77px;
    height: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    z-index: 5;
    cursor: w-resize;
  }
  .sidebar__footer {
    visibility: visible;
  }
  .sidebar__header {
    padding: 16px 19px 16px 0;
    height: 66px;
  }
  .open--wide #sidebar {
    width: 325px;
    top: 0;
    right: 0;
  }
  .open--wide #sidebar .indicator {
    cursor: e-resize;
  }
}
footer {
  width: 100%;
  background: url("./img/plastic-wrap-2.jpg") top right no-repeat #201e1f;
  color: #fff;
}
footer div.row {
  padding: 50px 20px;
}
footer div.column {
  margin: 0 0 2rem;
}
footer div.column:last-of-type {
  margin: 0;
}
footer h3 {
  font-family: 'Helvetica Neue LT Std', 'Helvetica', sans-serif;
  text-transform: uppercase;
  margin: 0 0 10px;
  color: #fff;
  font-size: 1rem;
}
footer p {
  font-family: 'Helvetica Neue LT Std', 'Helvetica', sans-serif;
  color: rgba(255,255,255,0.6);
  text-align: left;
  margin: 0;
  font-size: 10px;
}
footer a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  border: none;
  -o-transition: color, 0.25s;
  -moz-transition: color, 0.25s;
  -webkit-transition: color, 0.25s;
  transition: color, 0.25s;
}
footer a:hover {
  color: #fff;
}
footer form {
  display: inline-block;
  width: 100%;
  margin: 0px 0;
}
footer input[type='text'],
footer input[type='email'] {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  border: none;
  font-family: 'Helvetica Neue LT Std', 'Helvetica', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  height: 40px;
  line-height: 40px;
  margin: 10px 0;
}
footer input[type='submit'] {
  display: inline-block;
  width: 100%;
  font-family: 'Helvetica Neue LT Std', 'Helvetica', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #ef4123;
  color: #fff;
  height: 40px;
  line-height: 40px;
  margin: 10px 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
}
footer input[type='submit']:hover {
  background-color: #ef4123;
  color: #fff;
}
footer label {
  display: inline-block;
  width: 100%;
  font-family: 'Helvetica Neue LT Std', 'Helvetica', sans-serif;
  color: rgba(255,255,255,0.6);
  text-align: center;
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
}
footer label span {
  display: inline-block;
  width: calc(100% - 30px);
  max-width: 550px;
  float: left;
}
footer label span a {
  text-decoration: underline;
}
footer label input {
  float: left;
  margin-right: 10px;
}
footer .social-icons {
  background-color: #fff;
  width: 32px;
  height: 32px;
  color: #121010;
  font-family: 'fiascons' !important;
  border: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  line-height: 34px;
  display: inline-block;
  margin-right: 0.5rem;
  text-align: center;
  font-size: 18px;
  -o-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
footer .social-icons:last-of-type {
  margin-right: 0;
}
footer .social-icons:hover {
  color: #121010;
  background-color: rgba(255,255,255,0.7);
  -o-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
footer .column__one p {
  font-family: 'Helvetica Neue LT Std', 'Helvetica', sans-serif;
  max-width: 550px;
  font-size: 12px;
  line-height: 18px;
}
footer .column__one p a {
  display: inline;
  text-decoration: underline;
}
.footer__logo {
  display: none;
}
.footer__social p {
  text-align: center;
}
@media (min-width: 768px) {
  footer {
    width: 100%;
  }
  footer div.row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 50px 30px;
  }
  footer div.column {
    width: 50%;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
  }
  footer div.column:last-of-type p {
    width: 100%;
    text-align: right;
  }
  footer p {
    text-align: left;
    font-size: 12px;
    margin: 1em 0;
  }
  footer p.copyright {
    margin-bottom: 0;
  }
  footer p:last-of-type {
    margin-top: 0;
  }
  footer .column__one {
    display: block;
  }
  .footer__logo {
    display: block;
    width: 144px;
    height: auto;
  }
  .single footer {
    width: calc(100% - 78px);
  }
}
@media (min-width: 1024px) {
  footer {
    background: url("./img/plastic-wrap-footer.jpg") 100% auto top right no-repeat #201e1f;
  }
}
*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
}
*::--webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
}
*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
}
a.button,
.button,
input[type='button'],
input[type='submit'],
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wp-block-button__link {
  display: inline-block;
  cursor: pointer;
  outline: none;
  color: #f2f2f2 !important;
  font-family: 'Stag Web', 'Georgia', serif;
  font-weight: 400;
  text-align: center;
  font-size: 20px;
  width: auto;
  min-width: 250px;
  height: 60px;
  line-height: 58px;
  text-decoration: none;
  position: relative;
  padding: 0 15px !important;
  background-color: #262626;
  border: none;
  -o-transition: background-color 0.25s, color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s;
  -webkit-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
  margin: 15px auto;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
}
a.button:hover,
.button:hover,
input[type='button']:hover,
input[type='submit']:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.wp-block-button__link:hover {
  background-color: #f2d263;
  color: #fff !important;
  -o-transition: background-color 0.25s, color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s;
  -webkit-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
}
a.button.disabled,
.button.disabled,
input[type='button'].disabled,
input[type='submit'].disabled,
.woocommerce #respond input#submit.disabled,
.woocommerce a.button.disabled,
.woocommerce button.button.disabled,
.woocommerce input.button.disabled,
.wp-block-button__link.disabled,
a.button:disabled,
.button:disabled,
input[type='button']:disabled,
input[type='submit']:disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce a.button:disabled,
.woocommerce button.button:disabled,
.woocommerce input.button:disabled,
.wp-block-button__link:disabled {
  pointer-events: none;
}
a.button.failed,
.button.failed,
input[type='button'].failed,
input[type='submit'].failed,
.woocommerce #respond input#submit.failed,
.woocommerce a.button.failed,
.woocommerce button.button.failed,
.woocommerce input.button.failed,
.wp-block-button__link.failed {
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  line-height: 55px;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #ef4123;
  text-indent: -9999px;
  overflow: hidden;
  color: transparent !important;
}
a.button.success,
.button.success,
input[type='button'].success,
input[type='submit'].success,
.woocommerce #respond input#submit.success,
.woocommerce a.button.success,
.woocommerce button.button.success,
.woocommerce input.button.success,
.wp-block-button__link.success {
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  line-height: 55px;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #6ac259;
  text-indent: -9999px;
  overflow: hidden;
  color: transparent !important;
}
a.button.download,
.button.download,
input[type='button'].download,
input[type='submit'].download,
.woocommerce #respond input#submit.download,
.woocommerce a.button.download,
.woocommerce button.button.download,
.woocommerce input.button.download,
.wp-block-button__link.download {
  position: relative;
  text-align: left;
  padding: 0 30px;
}
a.button.download:after,
.button.download:after,
input[type='button'].download:after,
input[type='submit'].download:after,
.woocommerce #respond input#submit.download:after,
.woocommerce a.button.download:after,
.woocommerce button.button.download:after,
.woocommerce input.button.download:after,
.wp-block-button__link.download:after {
  display: block;
  content: "f";
  width: 30px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  top: 0;
  right: 25px;
  text-align: center;
  color: #f2f2f2;
  font-family: 'fiascons' !important;
  font-size: 15px;
}
a.button.ticket,
.button.ticket,
input[type='button'].ticket,
input[type='submit'].ticket,
.woocommerce #respond input#submit.ticket,
.woocommerce a.button.ticket,
.woocommerce button.button.ticket,
.woocommerce input.button.ticket,
.wp-block-button__link.ticket {
  position: relative;
  text-align: left;
  padding: 0 30px;
}
a.button.ticket:after,
.button.ticket:after,
input[type='button'].ticket:after,
input[type='submit'].ticket:after,
.woocommerce #respond input#submit.ticket:after,
.woocommerce a.button.ticket:after,
.woocommerce button.button.ticket:after,
.woocommerce input.button.ticket:after,
.wp-block-button__link.ticket:after {
  display: block;
  content: "9";
  width: 30px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  top: 0;
  right: 15px;
  text-align: center;
  color: #f2f2f2;
  font-family: 'fiascons' !important;
  font-size: 20px;
}
a.button.arrow,
.button.arrow,
input[type='button'].arrow,
input[type='submit'].arrow,
.woocommerce #respond input#submit.arrow,
.woocommerce a.button.arrow,
.woocommerce button.button.arrow,
.woocommerce input.button.arrow,
.wp-block-button__link.arrow {
  position: relative;
  text-align: left;
  padding: 0 30px;
}
a.button.arrow:after,
.button.arrow:after,
input[type='button'].arrow:after,
input[type='submit'].arrow:after,
.woocommerce #respond input#submit.arrow:after,
.woocommerce a.button.arrow:after,
.woocommerce button.button.arrow:after,
.woocommerce input.button.arrow:after,
.wp-block-button__link.arrow:after {
  display: block;
  content: "j";
  width: 30px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  top: 0;
  right: 15px;
  text-align: center;
  color: #f2f2f2;
  font-family: 'fiascons' !important;
  font-size: 15px;
  -o-transition: color 0.25s, transform 0.25s;
  -moz-transition: color 0.25s, transform 0.25s;
  -webkit-transition: color 0.25s, transform 0.25s;
  transition: color 0.25s, transform 0.25s;
}
a.button.arrow:hover:after,
.button.arrow:hover:after,
input[type='button'].arrow:hover:after,
input[type='submit'].arrow:hover:after,
.woocommerce #respond input#submit.arrow:hover:after,
.woocommerce a.button.arrow:hover:after,
.woocommerce button.button.arrow:hover:after,
.woocommerce input.button.arrow:hover:after,
.wp-block-button__link.arrow:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -o-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
  -o-transition: color 0.25s, transform 0.25s;
  -moz-transition: color 0.25s, transform 0.25s;
  -webkit-transition: color 0.25s, transform 0.25s;
  transition: color 0.25s, transform 0.25s;
}
a.button.rounded,
.button.rounded,
input[type='button'].rounded,
input[type='submit'].rounded,
.woocommerce #respond input#submit.rounded,
.woocommerce a.button.rounded,
.woocommerce button.button.rounded,
.woocommerce input.button.rounded,
.wp-block-button__link.rounded {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
}
a.button.pill,
.button.pill,
input[type='button'].pill,
input[type='submit'].pill,
.woocommerce #respond input#submit.pill,
.woocommerce a.button.pill,
.woocommerce button.button.pill,
.woocommerce input.button.pill,
.wp-block-button__link.pill {
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  -o-border-radius: 60px;
  padding: 0 25px;
}
a.button.border,
.button.border,
input[type='button'].border,
input[type='submit'].border,
.woocommerce #respond input#submit.border,
.woocommerce a.button.border,
.woocommerce button.button.border,
.woocommerce input.button.border,
.wp-block-button__link.border {
  background-color: transparent !important;
  border: 2px solid #262626;
  color: #262626 !important;
  -o-transition: color 0.25s, border-color 0.25s;
  -moz-transition: color 0.25s, border-color 0.25s;
  -webkit-transition: color 0.25s, border-color 0.25s;
  transition: color 0.25s, border-color 0.25s;
}
a.button.border.download:after,
.button.border.download:after,
input[type='button'].border.download:after,
input[type='submit'].border.download:after,
.woocommerce #respond input#submit.border.download:after,
.woocommerce a.button.border.download:after,
.woocommerce button.button.border.download:after,
.woocommerce input.button.border.download:after,
.wp-block-button__link.border.download:after {
  color: #262626;
}
a.button.border:hover,
.button.border:hover,
input[type='button'].border:hover,
input[type='submit'].border:hover,
.woocommerce #respond input#submit.border:hover,
.woocommerce a.button.border:hover,
.woocommerce button.button.border:hover,
.woocommerce input.button.border:hover,
.wp-block-button__link.border:hover {
  border-color: #f2d263;
  -o-transition: color 0.25s, border-color 0.25s;
  -moz-transition: color 0.25s, border-color 0.25s;
  -webkit-transition: color 0.25s, border-color 0.25s;
  transition: color 0.25s, border-color 0.25s;
}
a.button.alt,
.button.alt,
input[type='button'].alt,
input[type='submit'].alt,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.wp-block-button__link.alt {
  background-color: #000 !important;
  color: #fff !important;
  font-family: 'Stag Web', 'Georgia', serif;
  font-weight: 400 !important;
  font-size: 20px !important;
}
a.button.alt:hover,
.button.alt:hover,
input[type='button'].alt:hover,
input[type='submit'].alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.wp-block-button__link.alt:hover {
  background-color: #f2d263 !important;
  color: #fff !important;
}
.play-icon {
  display: block;
  width: 70px;
  height: 70px;
  background: $dark-green;
  position: relative;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
  -o-transition: background 0.25s, box-shadow 0.25s;
  -moz-transition: background 0.25s, box-shadow 0.25s;
  -webkit-transition: background 0.25s, box-shadow 0.25s;
  transition: background 0.25s, box-shadow 0.25s;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 0 rgba(0,0,0,0.4);
  box-shadow: 0 0 0 rgba(0,0,0,0.4);
}
.play-icon img {
  width: 40%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-40%, -50%);
  -moz-transform: translate(-40%, -50%);
  -o-transform: translate(-40%, -50%);
  -ms-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%);
}
.play-icon:hover {
  -webkit-box-shadow: 0 0 60px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 60px rgba(0,0,0,0.4);
  box-shadow: 0 0 60px rgba(0,0,0,0.4);
  background: $orange;
  -o-transition: background 0.25s, box-shadow 0.25s;
  -moz-transition: background 0.25s, box-shadow 0.25s;
  -webkit-transition: background 0.25s, box-shadow 0.25s;
  transition: background 0.25s, box-shadow 0.25s;
}
div.wpcf7 .ajax-loader {
  display: none !important;
}
label,
.label {
  font-family: 'HK Grotesk', 'Helvetica', sans-serif;
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0.01em;
  font-weight: 400;
  color: #262626;
}
input.show {
  display: inline-block !important;
}
input[type='button'] {
  width: 100%;
  max-width: 300px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}
input[type='submit'] {
  width: 100%;
  max-width: 300px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type='text'],
input[type='email'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='password'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border: 1px solid #aeaeae;
  text-align: left;
  width: 100%;
  max-width: 300px;
  background: transparent;
  outline: none;
  font-size: 18px;
  color: #262626;
  height: 60px;
  font-weight: 400;
  font-family: 'HK Grotesk', 'Helvetica', sans-serif;
  line-height: 60px;
  padding: 0 20px;
  margin: 0;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type='checkbox'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  display: inline-block !important;
  margin-left: 0;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
  position: relative;
}
input[type='checkbox']:checked {
  background-image: url("./img/check-mark.svg");
  -webkit-background-size: 10px 10px;
  background-size: 10px 10px;
  background-position: center center;
  background-repeat: no-repeat;
}
input[type='checkbox']:checked ~.sf-label-checkbox {
  color: #fff;
}
input[type='checkbox']:focus {
  border-color: #fff;
}
input:focus {
  border-color: #262626;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
input.not-empty {
  border-color: #6ac259;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
input.empty {
  border-color: #ef4123;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #aeaeae;
  text-align: left;
  width: 100%;
  max-width: 400px;
  background: transparent;
  outline: none;
  font-size: 18px;
  color: #262626;
  height: 240px;
  font-weight: 400;
  font-family: 'HK Grotesk', 'Helvetica', sans-serif;
  line-height: 1.25em;
  padding: 20px 20px;
  margin: 0;
}
textarea:focus {
  border-color: #262626;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
textarea.not-empty {
  border-color: #6ac259;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
textarea.empty {
  border-color: #ef4123;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
*::-webkit-input-placeholder {
  color: #000;
  font-size: inherit;
}
*input:-moz-placeholder {
  color: #000 !important;
  font-size: inherit;
}
input::-webkit-input-placeholder {
  color: #000;
  font-size: inherit;
}
input:-moz-placeholder {
  color: #000;
  font-size: inherit;
}
select,
.wpcf7 select {
  display: inline-block;
  font-family: 'HK Grotesk', 'Helvetica', sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #f2f2f2;
  width: 100%;
  outline: none;
  font-size: 20px;
  color: #262626;
  height: 60px;
  font-weight: 400;
  font-family: 'HK Grotesk', 'Helvetica', sans-serif;
  line-height: 60px;
  padding: 0 30px;
  margin: 0;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
.wpcf7-not-valid-tip,
span.wpcf7-not-valid-tip {
  width: 100%;
  font-family: 'HK Grotesk', 'Helvetica', sans-serif;
  font-size: 14px;
  color: #ef4123;
  display: inline-block;
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.wpcf7-validation-errors,
.wpcf7-mail-sent-ok,
.wpcf7-mail-sent-ng {
  font-family: 'HK Grotesk', 'Helvetica', sans-serif;
  margin: 0 !important;
  padding: 0 !important;
  font-weight: 700;
  max-width: 474px;
}
.wpcf7-validation-errors,
.wpcf7-mail-sent-ng {
  font-family: 'HK Grotesk', 'Helvetica', sans-serif;
  font-size: 13px;
  border: 0px solid #f7e700 !important;
  color: #ef4123;
}
.wpcf7-mail-sent-ok {
  font-family: 'HK Grotesk', 'Helvetica', sans-serif;
  font-size: 13px;
  border: 0px solid #2bb24f !important;
  color: #2bb24f;
}
.thumb,
.placeholder {
  width: 100%;
  height: auto;
}
.js .hero-section video {
  opacity: 0;
  -o-transition: opacity 0.8s ease;
  -moz-transition: opacity 0.8s ease;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
.js .single-case-studies main {
  -o-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.js .single-chapters .page-title,
.js .single-chapters .chapter-number {
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -o-transition: opacity 0.5s ease, transform 0.5s ease;
  -moz-transition: opacity 0.5s ease, transform 0.5s ease;
  -webkit-transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.js .single-chapters .attachment-post-thumbnail {
  opacity: 0;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.js .single-chapters .chapter-number {
  transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
}
.js article p,
.js article blockquote,
.js article h1,
.js article h2,
.js article h3,
.js article h4,
.js article ul,
.js article ol,
.js article img,
.js article video {
  opacity: 0;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.js article p:nth-child(1),
.js article blockquote:nth-child(1),
.js article h1:nth-child(1),
.js article h2:nth-child(1),
.js article h3:nth-child(1),
.js article h4:nth-child(1),
.js article ul:nth-child(1),
.js article ol:nth-child(1),
.js article img:nth-child(1),
.js article video:nth-child(1) {
  transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
}
.js article p:nth-child(2),
.js article blockquote:nth-child(2),
.js article h1:nth-child(2),
.js article h2:nth-child(2),
.js article h3:nth-child(2),
.js article h4:nth-child(2),
.js article ul:nth-child(2),
.js article ol:nth-child(2),
.js article img:nth-child(2),
.js article video:nth-child(2) {
  transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
}
.js article p:nth-child(3),
.js article blockquote:nth-child(3),
.js article h1:nth-child(3),
.js article h2:nth-child(3),
.js article h3:nth-child(3),
.js article h4:nth-child(3),
.js article ul:nth-child(3),
.js article ol:nth-child(3),
.js article img:nth-child(3),
.js article video:nth-child(3) {
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
}
.js article p:nth-child(4),
.js article blockquote:nth-child(4),
.js article h1:nth-child(4),
.js article h2:nth-child(4),
.js article h3:nth-child(4),
.js article h4:nth-child(4),
.js article ul:nth-child(4),
.js article ol:nth-child(4),
.js article img:nth-child(4),
.js article video:nth-child(4) {
  transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
}
.js article p:nth-child(5),
.js article blockquote:nth-child(5),
.js article h1:nth-child(5),
.js article h2:nth-child(5),
.js article h3:nth-child(5),
.js article h4:nth-child(5),
.js article ul:nth-child(5),
.js article ol:nth-child(5),
.js article img:nth-child(5),
.js article video:nth-child(5) {
  transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
}
.js article p:nth-child(6),
.js article blockquote:nth-child(6),
.js article h1:nth-child(6),
.js article h2:nth-child(6),
.js article h3:nth-child(6),
.js article h4:nth-child(6),
.js article ul:nth-child(6),
.js article ol:nth-child(6),
.js article img:nth-child(6),
.js article video:nth-child(6) {
  transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
}
.js article p:nth-child(7),
.js article blockquote:nth-child(7),
.js article h1:nth-child(7),
.js article h2:nth-child(7),
.js article h3:nth-child(7),
.js article h4:nth-child(7),
.js article ul:nth-child(7),
.js article ol:nth-child(7),
.js article img:nth-child(7),
.js article video:nth-child(7) {
  transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
}
.js article p:nth-child(8),
.js article blockquote:nth-child(8),
.js article h1:nth-child(8),
.js article h2:nth-child(8),
.js article h3:nth-child(8),
.js article h4:nth-child(8),
.js article ul:nth-child(8),
.js article ol:nth-child(8),
.js article img:nth-child(8),
.js article video:nth-child(8) {
  transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
}
.js article p:nth-child(9),
.js article blockquote:nth-child(9),
.js article h1:nth-child(9),
.js article h2:nth-child(9),
.js article h3:nth-child(9),
.js article h4:nth-child(9),
.js article ul:nth-child(9),
.js article ol:nth-child(9),
.js article img:nth-child(9),
.js article video:nth-child(9) {
  transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
}
.js article p:nth-child(10),
.js article blockquote:nth-child(10),
.js article h1:nth-child(10),
.js article h2:nth-child(10),
.js article h3:nth-child(10),
.js article h4:nth-child(10),
.js article ul:nth-child(10),
.js article ol:nth-child(10),
.js article img:nth-child(10),
.js article video:nth-child(10) {
  transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
}
.js article p:nth-child(11),
.js article blockquote:nth-child(11),
.js article h1:nth-child(11),
.js article h2:nth-child(11),
.js article h3:nth-child(11),
.js article h4:nth-child(11),
.js article ul:nth-child(11),
.js article ol:nth-child(11),
.js article img:nth-child(11),
.js article video:nth-child(11) {
  transition-delay: 1s;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
}
.js article p:nth-child(12),
.js article blockquote:nth-child(12),
.js article h1:nth-child(12),
.js article h2:nth-child(12),
.js article h3:nth-child(12),
.js article h4:nth-child(12),
.js article ul:nth-child(12),
.js article ol:nth-child(12),
.js article img:nth-child(12),
.js article video:nth-child(12) {
  transition-delay: 1.1s;
  -moz-transition-delay: 1.1s;
  -webkit-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
}
.js article p:nth-child(13),
.js article blockquote:nth-child(13),
.js article h1:nth-child(13),
.js article h2:nth-child(13),
.js article h3:nth-child(13),
.js article h4:nth-child(13),
.js article ul:nth-child(13),
.js article ol:nth-child(13),
.js article img:nth-child(13),
.js article video:nth-child(13) {
  transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
}
.js article p:nth-child(14),
.js article blockquote:nth-child(14),
.js article h1:nth-child(14),
.js article h2:nth-child(14),
.js article h3:nth-child(14),
.js article h4:nth-child(14),
.js article ul:nth-child(14),
.js article ol:nth-child(14),
.js article img:nth-child(14),
.js article video:nth-child(14) {
  transition-delay: 1.3s;
  -moz-transition-delay: 1.3s;
  -webkit-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
}
.js article p:nth-child(15),
.js article blockquote:nth-child(15),
.js article h1:nth-child(15),
.js article h2:nth-child(15),
.js article h3:nth-child(15),
.js article h4:nth-child(15),
.js article ul:nth-child(15),
.js article ol:nth-child(15),
.js article img:nth-child(15),
.js article video:nth-child(15) {
  transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
}
.js article p:nth-child(16),
.js article blockquote:nth-child(16),
.js article h1:nth-child(16),
.js article h2:nth-child(16),
.js article h3:nth-child(16),
.js article h4:nth-child(16),
.js article ul:nth-child(16),
.js article ol:nth-child(16),
.js article img:nth-child(16),
.js article video:nth-child(16) {
  transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
}
.js article p:nth-child(17),
.js article blockquote:nth-child(17),
.js article h1:nth-child(17),
.js article h2:nth-child(17),
.js article h3:nth-child(17),
.js article h4:nth-child(17),
.js article ul:nth-child(17),
.js article ol:nth-child(17),
.js article img:nth-child(17),
.js article video:nth-child(17) {
  transition-delay: 1.6s;
  -moz-transition-delay: 1.6s;
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
}
.js article p:nth-child(18),
.js article blockquote:nth-child(18),
.js article h1:nth-child(18),
.js article h2:nth-child(18),
.js article h3:nth-child(18),
.js article h4:nth-child(18),
.js article ul:nth-child(18),
.js article ol:nth-child(18),
.js article img:nth-child(18),
.js article video:nth-child(18) {
  transition-delay: 1.7s;
  -moz-transition-delay: 1.7s;
  -webkit-transition-delay: 1.7s;
  -o-transition-delay: 1.7s;
}
.js article p:nth-child(19),
.js article blockquote:nth-child(19),
.js article h1:nth-child(19),
.js article h2:nth-child(19),
.js article h3:nth-child(19),
.js article h4:nth-child(19),
.js article ul:nth-child(19),
.js article ol:nth-child(19),
.js article img:nth-child(19),
.js article video:nth-child(19) {
  transition-delay: 1.8s;
  -moz-transition-delay: 1.8s;
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
}
.js article p:nth-child(20),
.js article blockquote:nth-child(20),
.js article h1:nth-child(20),
.js article h2:nth-child(20),
.js article h3:nth-child(20),
.js article h4:nth-child(20),
.js article ul:nth-child(20),
.js article ol:nth-child(20),
.js article img:nth-child(20),
.js article video:nth-child(20) {
  transition-delay: 1.9s;
  -moz-transition-delay: 1.9s;
  -webkit-transition-delay: 1.9s;
  -o-transition-delay: 1.9s;
}
.js article p:nth-child(21),
.js article blockquote:nth-child(21),
.js article h1:nth-child(21),
.js article h2:nth-child(21),
.js article h3:nth-child(21),
.js article h4:nth-child(21),
.js article ul:nth-child(21),
.js article ol:nth-child(21),
.js article img:nth-child(21),
.js article video:nth-child(21) {
  transition-delay: 2s;
  -moz-transition-delay: 2s;
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
}
.js article p:nth-child(22),
.js article blockquote:nth-child(22),
.js article h1:nth-child(22),
.js article h2:nth-child(22),
.js article h3:nth-child(22),
.js article h4:nth-child(22),
.js article ul:nth-child(22),
.js article ol:nth-child(22),
.js article img:nth-child(22),
.js article video:nth-child(22) {
  transition-delay: 2.1s;
  -moz-transition-delay: 2.1s;
  -webkit-transition-delay: 2.1s;
  -o-transition-delay: 2.1s;
}
body.loaded #nav {
  opacity: 1;
  -o-transition: opacity, 0.8s, ease-out;
  -moz-transition: opacity, 0.8s, ease-out;
  -webkit-transition: opacity, 0.8s, ease-out;
  transition: opacity, 0.8s, ease-out;
}
body.loaded main {
  opacity: 1;
  -o-transition: opacity, 0.8s, ease-out;
  -moz-transition: opacity, 0.8s, ease-out;
  -webkit-transition: opacity, 0.8s, ease-out;
  transition: opacity, 0.8s, ease-out;
}
body.loaded .hero-section video {
  opacity: 1;
  -o-transition: opacity 0.8s ease;
  -moz-transition: opacity 0.8s ease;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
body.loaded.single-case-studies main {
  -o-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
body.loaded.single-chapters .page-title,
body.loaded.single-chapters .chapter-number {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -o-transition: opacity 0.5s ease, transform 0.5s ease;
  -moz-transition: opacity 0.5s ease, transform 0.5s ease;
  -webkit-transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
body.loaded.single-chapters .attachment-post-thumbnail {
  opacity: 1;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
body.loaded.single-chapters .chapter-number {
  transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
}
body.loaded article p,
body.loaded article blockquote,
body.loaded article h1,
body.loaded article h2,
body.loaded article h3,
body.loaded article h4,
body.loaded article ul,
body.loaded article ol,
body.loaded article img,
body.loaded article video {
  opacity: 1;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.loaded article p:nth-child(1),
body.loaded article blockquote:nth-child(1),
body.loaded article h1:nth-child(1),
body.loaded article h2:nth-child(1),
body.loaded article h3:nth-child(1),
body.loaded article h4:nth-child(1),
body.loaded article ul:nth-child(1),
body.loaded article ol:nth-child(1),
body.loaded article img:nth-child(1),
body.loaded article video:nth-child(1) {
  transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
}
body.loaded article p:nth-child(2),
body.loaded article blockquote:nth-child(2),
body.loaded article h1:nth-child(2),
body.loaded article h2:nth-child(2),
body.loaded article h3:nth-child(2),
body.loaded article h4:nth-child(2),
body.loaded article ul:nth-child(2),
body.loaded article ol:nth-child(2),
body.loaded article img:nth-child(2),
body.loaded article video:nth-child(2) {
  transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
}
body.loaded article p:nth-child(3),
body.loaded article blockquote:nth-child(3),
body.loaded article h1:nth-child(3),
body.loaded article h2:nth-child(3),
body.loaded article h3:nth-child(3),
body.loaded article h4:nth-child(3),
body.loaded article ul:nth-child(3),
body.loaded article ol:nth-child(3),
body.loaded article img:nth-child(3),
body.loaded article video:nth-child(3) {
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
}
body.loaded article p:nth-child(4),
body.loaded article blockquote:nth-child(4),
body.loaded article h1:nth-child(4),
body.loaded article h2:nth-child(4),
body.loaded article h3:nth-child(4),
body.loaded article h4:nth-child(4),
body.loaded article ul:nth-child(4),
body.loaded article ol:nth-child(4),
body.loaded article img:nth-child(4),
body.loaded article video:nth-child(4) {
  transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
}
body.loaded article p:nth-child(5),
body.loaded article blockquote:nth-child(5),
body.loaded article h1:nth-child(5),
body.loaded article h2:nth-child(5),
body.loaded article h3:nth-child(5),
body.loaded article h4:nth-child(5),
body.loaded article ul:nth-child(5),
body.loaded article ol:nth-child(5),
body.loaded article img:nth-child(5),
body.loaded article video:nth-child(5) {
  transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
}
body.loaded article p:nth-child(6),
body.loaded article blockquote:nth-child(6),
body.loaded article h1:nth-child(6),
body.loaded article h2:nth-child(6),
body.loaded article h3:nth-child(6),
body.loaded article h4:nth-child(6),
body.loaded article ul:nth-child(6),
body.loaded article ol:nth-child(6),
body.loaded article img:nth-child(6),
body.loaded article video:nth-child(6) {
  transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
}
body.loaded article p:nth-child(7),
body.loaded article blockquote:nth-child(7),
body.loaded article h1:nth-child(7),
body.loaded article h2:nth-child(7),
body.loaded article h3:nth-child(7),
body.loaded article h4:nth-child(7),
body.loaded article ul:nth-child(7),
body.loaded article ol:nth-child(7),
body.loaded article img:nth-child(7),
body.loaded article video:nth-child(7) {
  transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
}
body.loaded article p:nth-child(8),
body.loaded article blockquote:nth-child(8),
body.loaded article h1:nth-child(8),
body.loaded article h2:nth-child(8),
body.loaded article h3:nth-child(8),
body.loaded article h4:nth-child(8),
body.loaded article ul:nth-child(8),
body.loaded article ol:nth-child(8),
body.loaded article img:nth-child(8),
body.loaded article video:nth-child(8) {
  transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
}
body.loaded article p:nth-child(9),
body.loaded article blockquote:nth-child(9),
body.loaded article h1:nth-child(9),
body.loaded article h2:nth-child(9),
body.loaded article h3:nth-child(9),
body.loaded article h4:nth-child(9),
body.loaded article ul:nth-child(9),
body.loaded article ol:nth-child(9),
body.loaded article img:nth-child(9),
body.loaded article video:nth-child(9) {
  transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
}
body.loaded article p:nth-child(10),
body.loaded article blockquote:nth-child(10),
body.loaded article h1:nth-child(10),
body.loaded article h2:nth-child(10),
body.loaded article h3:nth-child(10),
body.loaded article h4:nth-child(10),
body.loaded article ul:nth-child(10),
body.loaded article ol:nth-child(10),
body.loaded article img:nth-child(10),
body.loaded article video:nth-child(10) {
  transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
}
body.loaded article p:nth-child(11),
body.loaded article blockquote:nth-child(11),
body.loaded article h1:nth-child(11),
body.loaded article h2:nth-child(11),
body.loaded article h3:nth-child(11),
body.loaded article h4:nth-child(11),
body.loaded article ul:nth-child(11),
body.loaded article ol:nth-child(11),
body.loaded article img:nth-child(11),
body.loaded article video:nth-child(11) {
  transition-delay: 1s;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
}
body.loaded article p:nth-child(12),
body.loaded article blockquote:nth-child(12),
body.loaded article h1:nth-child(12),
body.loaded article h2:nth-child(12),
body.loaded article h3:nth-child(12),
body.loaded article h4:nth-child(12),
body.loaded article ul:nth-child(12),
body.loaded article ol:nth-child(12),
body.loaded article img:nth-child(12),
body.loaded article video:nth-child(12) {
  transition-delay: 1.1s;
  -moz-transition-delay: 1.1s;
  -webkit-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
}
body.loaded article p:nth-child(13),
body.loaded article blockquote:nth-child(13),
body.loaded article h1:nth-child(13),
body.loaded article h2:nth-child(13),
body.loaded article h3:nth-child(13),
body.loaded article h4:nth-child(13),
body.loaded article ul:nth-child(13),
body.loaded article ol:nth-child(13),
body.loaded article img:nth-child(13),
body.loaded article video:nth-child(13) {
  transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
}
body.loaded article p:nth-child(14),
body.loaded article blockquote:nth-child(14),
body.loaded article h1:nth-child(14),
body.loaded article h2:nth-child(14),
body.loaded article h3:nth-child(14),
body.loaded article h4:nth-child(14),
body.loaded article ul:nth-child(14),
body.loaded article ol:nth-child(14),
body.loaded article img:nth-child(14),
body.loaded article video:nth-child(14) {
  transition-delay: 1.3s;
  -moz-transition-delay: 1.3s;
  -webkit-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
}
body.loaded article p:nth-child(15),
body.loaded article blockquote:nth-child(15),
body.loaded article h1:nth-child(15),
body.loaded article h2:nth-child(15),
body.loaded article h3:nth-child(15),
body.loaded article h4:nth-child(15),
body.loaded article ul:nth-child(15),
body.loaded article ol:nth-child(15),
body.loaded article img:nth-child(15),
body.loaded article video:nth-child(15) {
  transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
}
body.loaded article p:nth-child(16),
body.loaded article blockquote:nth-child(16),
body.loaded article h1:nth-child(16),
body.loaded article h2:nth-child(16),
body.loaded article h3:nth-child(16),
body.loaded article h4:nth-child(16),
body.loaded article ul:nth-child(16),
body.loaded article ol:nth-child(16),
body.loaded article img:nth-child(16),
body.loaded article video:nth-child(16) {
  transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
}
body.loaded article p:nth-child(17),
body.loaded article blockquote:nth-child(17),
body.loaded article h1:nth-child(17),
body.loaded article h2:nth-child(17),
body.loaded article h3:nth-child(17),
body.loaded article h4:nth-child(17),
body.loaded article ul:nth-child(17),
body.loaded article ol:nth-child(17),
body.loaded article img:nth-child(17),
body.loaded article video:nth-child(17) {
  transition-delay: 1.6s;
  -moz-transition-delay: 1.6s;
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
}
body.loaded article p:nth-child(18),
body.loaded article blockquote:nth-child(18),
body.loaded article h1:nth-child(18),
body.loaded article h2:nth-child(18),
body.loaded article h3:nth-child(18),
body.loaded article h4:nth-child(18),
body.loaded article ul:nth-child(18),
body.loaded article ol:nth-child(18),
body.loaded article img:nth-child(18),
body.loaded article video:nth-child(18) {
  transition-delay: 1.7s;
  -moz-transition-delay: 1.7s;
  -webkit-transition-delay: 1.7s;
  -o-transition-delay: 1.7s;
}
body.loaded article p:nth-child(19),
body.loaded article blockquote:nth-child(19),
body.loaded article h1:nth-child(19),
body.loaded article h2:nth-child(19),
body.loaded article h3:nth-child(19),
body.loaded article h4:nth-child(19),
body.loaded article ul:nth-child(19),
body.loaded article ol:nth-child(19),
body.loaded article img:nth-child(19),
body.loaded article video:nth-child(19) {
  transition-delay: 1.8s;
  -moz-transition-delay: 1.8s;
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
}
body.loaded article p:nth-child(20),
body.loaded article blockquote:nth-child(20),
body.loaded article h1:nth-child(20),
body.loaded article h2:nth-child(20),
body.loaded article h3:nth-child(20),
body.loaded article h4:nth-child(20),
body.loaded article ul:nth-child(20),
body.loaded article ol:nth-child(20),
body.loaded article img:nth-child(20),
body.loaded article video:nth-child(20) {
  transition-delay: 1.9s;
  -moz-transition-delay: 1.9s;
  -webkit-transition-delay: 1.9s;
  -o-transition-delay: 1.9s;
}
body.loaded article p:nth-child(21),
body.loaded article blockquote:nth-child(21),
body.loaded article h1:nth-child(21),
body.loaded article h2:nth-child(21),
body.loaded article h3:nth-child(21),
body.loaded article h4:nth-child(21),
body.loaded article ul:nth-child(21),
body.loaded article ol:nth-child(21),
body.loaded article img:nth-child(21),
body.loaded article video:nth-child(21) {
  transition-delay: 2s;
  -moz-transition-delay: 2s;
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
}
body.loaded article p:nth-child(22),
body.loaded article blockquote:nth-child(22),
body.loaded article h1:nth-child(22),
body.loaded article h2:nth-child(22),
body.loaded article h3:nth-child(22),
body.loaded article h4:nth-child(22),
body.loaded article ul:nth-child(22),
body.loaded article ol:nth-child(22),
body.loaded article img:nth-child(22),
body.loaded article video:nth-child(22) {
  transition-delay: 2.1s;
  -moz-transition-delay: 2.1s;
  -webkit-transition-delay: 2.1s;
  -o-transition-delay: 2.1s;
}
@media (min-width: 1024px) {
  .js .page--hiding.single-case-studies main,
  .js .single-case-studies main {
    -o-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -webkit-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.hero {
  width: 100%;
  height: auto;
  background-color: transparent;
  position: relative;
  z-index: 5;
}
.hero.hero--dark {
  background-color: $navy;
  color: #fff;
}
.hero.hero--dark h1 {
  color: #fff;
}
.hero.image--bg {
  height: 320px;
  background-color: #000;
}
.hero.image--bg:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-box-shadow: inset 0px 100px 137px -137px rgba(0,0,0,0.75);
  -moz-box-shadow: inset 0px 100px 137px -137px rgba(0,0,0,0.75);
  box-shadow: inset 0px 100px 137px -137px rgba(0,0,0,0.75);
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
}
.hero.hero--slider {
  width: 100%;
  height: 320px;
  display: block;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #274754;
  position: relative;
}
.hero.hero--slider .swiper-slide {
  max-height: 90vh;
}
.hero.hero--slider .swiper-container {
  height: 100%;
  min-height: 500px;
}
.hero.video {
  overflow: hidden;
}
.hero.video video {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 50%;
  right: 0;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hero__content {
  width: 100%;
  height: auto;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-pack: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -ms-flex-wrap: wrap;
  text-align: center;
  color: $navy;
  overflow: hidden;
  padding: 100px 30px 40px;
  z-index: 1;
}
.hero__content h1 {
  margin: 0 auto 20px;
  color: $navy;
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
  max-width: 930px;
}
.hero__content blockquote {
  display: block;
  width: calc(100% - 40px);
  margin: 20px auto 0 !important;
  border-color: #fff;
  color: #fff;
  max-width: 100%;
  text-align: center;
}
.hero__content blockquote p {
  max-width: 1000px;
  margin: 0 auto 0.8em !important;
}
.hero__content blockquote cite {
  color: #fff;
}
.hero__content blockquote:before,
.hero__content blockquote:after {
  border-color: #fff;
  color: #fff;
  background-image: url("img/quote-left-white.svg");
}
.hero__content blockquote:after {
  background-image: url("img/quote-right-white.svg");
}
.hero__content p {
  max-width: 645px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 25px;
}
.slider__animation {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .hero.hero--dark .hero__content .archive-filter__button {
    color: #fff;
    border-color: #fff;
    background-color: $navy;
  }
  .hero.hero--dark .hero__content .archive-filter__button--active {
    background-color: #fff;
    color: $navy;
  }
}
.hero-large {
  width: 100%;
  height: 100vh;
  min-height: 90vh;
  display: block;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #274754;
  position: relative;
}
@media (max-width: 600px) {
  .hero-large {
    height: 90vh;
    min-height: 90vh;
  }
}
.hero-large:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,0.3);
  z-index: 0;
}
.hero-large #placeholder-overlay {
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  filter: blur(10px);
  opacity: 1;
  -o-transition: opacity, 0.5s, linear;
  -moz-transition: opacity, 0.5s, linear;
  -webkit-transition: opacity, 0.5s, linear;
  transition: opacity, 0.5s, linear;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.hero-large #placeholder-overlay.fade-out {
  opacity: 0;
  -o-transition: opacity, 0.5s, linear;
  -moz-transition: opacity, 0.5s, linear;
  -webkit-transition: opacity, 0.5s, linear;
  transition: opacity, 0.5s, linear;
}
.hero-large .hero-slide {
  width: 100%;
  height: 100%;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}
.hero-large .hero-slide h1,
.hero-large .hero-slide h2,
.hero-large .hero-slide h3,
.hero-large .hero-slide h4,
.hero-large .hero-slide p {
  color: #fff;
  width: 100%;
  max-width: 550px;
  text-align: center;
}
.hero-large .hero-slide h1,
.hero-large .hero-slide h2 {
  margin: 0 auto;
}
.hero-large .hero-slide h3,
.hero-large .hero-slide h4 {
  font-weight: 400;
}
.hero-large .hero-slide p {
  display: block;
  text-align: center;
  color: #fff;
  font-family: 'Stag Web', 'Georgia', serif;
  font-size: 2.5em;
  line-height: 1.2em;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 1;
  opacity: 0;
}
.hero-large .hero-slide.fade-in p {
  -webkit-animation: fadeInSlowUp 1s 1.2s forwards;
  -moz-animation: fadeInSlowUp 1s 1.2s forwards;
  -o-animation: fadeInSlowUp 1s 1.2s forwards;
  -ms-animation: fadeInSlowUp 1s 1.2s forwards;
  animation: fadeInSlowUp 1s 1.2s forwards;
}
.hero-large .hero-slide.fade-in:before {
  opacity: 1;
  -o-transition: opacity 0.5s 1.6s;
  -moz-transition: opacity 0.5s 1.6s;
  -webkit-transition: opacity 0.5s 1.6s;
  transition: opacity 0.5s 1.6s;
}
.hero-large .hero-slide.fade-in:after {
  max-height: 60px;
  -webkit-transform: translate3d(-50%, 0px, 0);
  -moz-transform: translate3d(-50%, 0px, 0);
  -o-transform: translate3d(-50%, 0px, 0);
  -ms-transform: translate3d(-50%, 0px, 0);
  transform: translate3d(-50%, 0px, 0);
  -o-transition: max-height 0.5s 1.8s, transform 0.5s 1.8s;
  -moz-transition: max-height 0.5s 1.8s, transform 0.5s 1.8s;
  -webkit-transition: max-height 0.5s 1.8s, transform 0.5s 1.8s;
  transition: max-height 0.5s 1.8s, transform 0.5s 1.8s;
}
.hero-large.video {
  overflow: hidden;
}
.hero-large.video video {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 50%;
  right: 0;
  width: auto;
  height: auto;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hero-small {
  width: 100%;
  height: 30vh;
  min-height: 300px;
  display: block;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #274754;
  position: relative;
}
.hero-small:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,0.3);
  z-index: 0;
}
.hero-small #placeholder-overlay {
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  filter: blur(10px);
  opacity: 1;
  -o-transition: opacity, 0.5s, linear;
  -moz-transition: opacity, 0.5s, linear;
  -webkit-transition: opacity, 0.5s, linear;
  transition: opacity, 0.5s, linear;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.hero-small #placeholder-overlay.fade-out {
  opacity: 0;
  -o-transition: opacity, 0.5s, linear;
  -moz-transition: opacity, 0.5s, linear;
  -webkit-transition: opacity, 0.5s, linear;
  transition: opacity, 0.5s, linear;
}
.hero-small .hero-slide {
  width: 100%;
  height: 100%;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}
.hero-small .hero-slide h1,
.hero-small .hero-slide h2,
.hero-small .hero-slide h3,
.hero-small .hero-slide h4,
.hero-small .hero-slide p {
  color: #fff;
  width: 100%;
  max-width: 550px;
  text-align: center;
}
.hero-small .hero-slide h1,
.hero-small .hero-slide h2,
.hero-small .hero-slide h3 {
  margin: 0 auto;
}
.hero-small .hero-slide h4 {
  font-weight: 400;
}
.hero-small .hero-slide p {
  display: block;
  text-align: center;
  color: #fff;
  font-family: 'Stag Web', 'Georgia', serif;
  font-size: 2.5em;
  line-height: 1.2em;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 1;
}
.main-section {
  display: block;
  width: 100%;
  height: auto;
  padding: 3rem 0;
  position: relative;
}
.main-section:before,
.main-section:after {
  content: "";
  display: table;
}
.main-section:after {
  clear: both;
}
.error404 .hero-small h2 {
  max-width: 700px;
}
.error404 .hero-small p {
  font-size: 1.2em;
  line-height: 1.4em;
}
.error404 .hero-small a {
  position: relative;
  color: #262626;
  border-bottom: 1px solid #ef4123;
}
.error404 .hero-small a:after {
  display: none;
}
.error404 .hand-writing {
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
.error404 .post-content {
  min-height: calc(100vh - 70px);
}
@media (min-width: 1024px) {
  .error404 .inner-wrapper h2 span {
    font-size: 3em;
  }
  .error404 .content-wrapper {
    min-height: calc(100vh - 165px);
  }
}
#blog .row {
  width: auto;
  margin: 0;
}
#blog .row .blog-post {
  display: block;
  margin: 0 0 60px;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}
#blog .row .blog-post .author {
  display: block;
  width: 100%;
  margin: 0 0 15px;
}
#blog .row .blog-post .author .avatar {
  width: 30px;
  height: auto;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 10px;
}
#blog .row .blog-post .author .author-name {
  line-height: 30px;
  font-size: 15px;
}
#blog .row .blog-post h5 {
  margin-top: 0;
  -o-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
#blog .row .blog-post .img-wrapper {
  display: block;
  width: 100%;
  height: inherit;
  position: relative;
  margin: 0 0 15px;
}
#blog .row .blog-post .img-wrapper .image {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 70.5%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #f2f2f2;
}
#blog .row .blog-post .content-wrapper {
  display: block;
  width: 100%;
  padding: 0;
}
#blog .row .blog-post:hover h5 {
  color: #ef4123;
  -o-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
#blog .row .blog-post.small {
  margin: 0 20px 40px;
  padding: 15px;
  background-color: #f2f2f2;
}
#blog .row .blog-post.small .img-wrapper .image {
  padding-bottom: 70%;
}
#blog .row .blog-post.large {
  margin-bottom: 60px;
}
#blog .row .blog-post.large .img-wrapper {
  margin-bottom: 15px;
}
#blog .row .blog-post.large .author,
#blog .row .blog-post.large .post-meta {
  display: inline-block;
  float: left;
  width: auto;
}
#blog .row .blog-post.large .author {
  margin-bottom: 10px;
  margin-right: 25px;
}
#blog .row .blog-post.large .post-meta {
  font-size: 15px;
  line-height: 30px;
}
#blog .row .blog-post.large .post-meta .category {
  display: none;
  clear: both;
  font-size: 15px;
  line-height: 18px;
}
#blog .row .blog-post.large h3,
#blog .row .blog-post.large h4 {
  clear: both;
}
#blog.tiled-layout .row {
  margin: 0 5px;
}
.post-navigation {
  display: block;
  width: 100%;
  margin: 80px auto;
}
.post-navigation #load-more {
  display: block;
  width: auto;
  margin: 0 auto;
  text-align: center;
}
.post-navigation #load-more a {
  display: inline-block;
  cursor: pointer;
  outline: none;
  color: #f2f2f2;
  font-family: 'Stag Web', 'Georgia', serif;
  font-weight: 400;
  text-align: center;
  font-size: 20px;
  width: auto;
  min-width: 250px;
  height: 60px;
  line-height: 58px;
  text-decoration: none;
  position: relative;
  padding: 0 15px;
  background-color: #262626;
  border: none;
  -o-transition: background-color 0.25s, color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s;
  -webkit-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
  margin: 15px auto;
}
.post-navigation #load-more a:hover {
  background-color: #f2d263;
  color: #fff;
  -o-transition: background-color 0.25s, color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s;
  -webkit-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
}
@media (min-width: 600px) {
  #blog .row {
    width: auto;
    margin: 0 20px;
  }
  #blog .row .blog-post {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }
  #blog .row .blog-post h2,
  #blog .row .blog-post h3,
  #blog .row .blog-post h4,
  #blog .row .blog-post h5 {
    margin-top: 0;
    -o-transition: color 0.25s;
    -moz-transition: color 0.25s;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
  }
  #blog .row .blog-post .img-wrapper {
    display: inline-block;
    width: 40%;
    float: left;
    height: inherit;
    position: relative;
    margin: 0;
  }
  #blog .row .blog-post .img-wrapper .image {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 70.5%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  #blog .row .blog-post .content-wrapper {
    display: inline-block;
    width: 60%;
    float: right;
    padding: 0 25px;
  }
  #blog .row .blog-post:hover h2,
  #blog .row .blog-post:hover h3,
  #blog .row .blog-post:hover h4,
  #blog .row .blog-post:hover h5 {
    color: #ef4123;
    -o-transition: color 0.25s;
    -moz-transition: color 0.25s;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
  }
  #blog .row .blog-post.small {
    margin: 0 0 40px;
  }
  #blog .row .blog-post.small .img-wrapper {
    width: 30%;
  }
  #blog .row .blog-post.small .img-wrapper .image {
    padding-bottom: 100%;
  }
  #blog .row .blog-post.small .content-wrapper {
    width: 70%;
  }
  #blog .row .blog-post.large {
    position: relative;
    margin-bottom: 70px;
  }
  #blog .row .blog-post.large .img-wrapper {
    display: block;
    width: 100%;
    padding-left: 75px;
    padding-right: 75px;
  }
  #blog .row .blog-post.large .img-wrapper .image {
    padding-bottom: 60%;
  }
  #blog .row .blog-post.large .author {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    text-align: center;
  }
  #blog .row .blog-post.large .author .author-name {
    line-height: 18px;
  }
  #blog .row .blog-post.large .author .avatar {
    width: 60px;
  }
  #blog .row .blog-post.large .post-meta {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    text-align: left;
    line-height: 18px;
  }
  #blog .row .blog-post.large .post-meta .category {
    display: block;
  }
  #blog .row .blog-post.large h3,
  #blog .row .blog-post.large h4 {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media (min-width: 768px) {
  #blog .row {
    margin: 0 25px;
  }
  #blog.tiled-layout .row {
    max-width: 100%;
    margin: 0 10px;
  }
}
@media (min-width: 800px) {
  #blog .row .blog-post.small .img-wrapper .image {
    padding-bottom: 70%;
  }
}
@media (min-width: 1024px) {
  #blog .row {
    max-width: 900px;
    margin: 0 auto;
  }
  #blog .row .blog-post.small .img-wrapper .image {
    padding-bottom: 60%;
  }
}
@media (min-width: 1400px) {
  #blog.tiled-layout .row {
    margin: 0 105px;
  }
}
.single .attachment-post-thumbnail,
.page-template-globe .attachment-post-thumbnail {
  max-width: 500px;
}
.single-chapters .wrapper,
.error404 .wrapper {
  position: relative;
}
.single-chapters .post-content,
.error404 .post-content {
  padding: 95px 0 0;
  z-index: 2;
}
.single-chapters .content-wrapper,
.error404 .content-wrapper {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  max-width: 400px;
}
.single-chapters .content-wrapper:before,
.error404 .content-wrapper:before,
.single-chapters .content-wrapper:after,
.error404 .content-wrapper:after {
  content: '';
  position: absolute;
  display: block;
  width: 2px;
  height: 90px;
  bottom: calc(100% + 10px);
  left: 21px;
  background: #e3e3e3;
}
.single-chapters .content-wrapper p,
.error404 .content-wrapper p {
  line-height: 1.4em;
}
.single-chapters .content-wrapper p a,
.error404 .content-wrapper p a,
.single-chapters .content-wrapper p a:link,
.error404 .content-wrapper p a:link {
  text-decoration: underline;
  -o-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.single-chapters .content-wrapper p a:hover,
.error404 .content-wrapper p a:hover,
.single-chapters .content-wrapper p a:link:hover,
.error404 .content-wrapper p a:link:hover {
  color: #ef4123;
  -o-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.single-chapters .content-wrapper blockquote h1,
.error404 .content-wrapper blockquote h1,
.single-chapters .content-wrapper blockquote h2,
.error404 .content-wrapper blockquote h2,
.single-chapters .content-wrapper blockquote h3,
.error404 .content-wrapper blockquote h3,
.single-chapters .content-wrapper blockquote h4,
.error404 .content-wrapper blockquote h4,
.single-chapters .content-wrapper blockquote h5,
.error404 .content-wrapper blockquote h5 {
  color: #fff;
}
.single-chapters .content-wrapper h2,
.error404 .content-wrapper h2,
.single-chapters .content-wrapper h3,
.error404 .content-wrapper h3,
.single-chapters .content-wrapper h4,
.error404 .content-wrapper h4,
.single-chapters .content-wrapper h5,
.error404 .content-wrapper h5,
.single-chapters .content-wrapper h6,
.error404 .content-wrapper h6 {
  color: #ef4123;
  font-weight: 300;
}
.single-chapters .content-wrapper i:after,
.error404 .content-wrapper i:after,
.single-chapters .content-wrapper u:after,
.error404 .content-wrapper u:after,
.single-chapters .content-wrapper strong:after,
.error404 .content-wrapper strong:after {
  display: none;
}
.single-chapters .content-wrapper .fluid-width-video-wrapper,
.error404 .content-wrapper .fluid-width-video-wrapper {
  display: inline-block;
  margin: 2.6em 0;
}
.single-chapters .content-wrapper img.aligncenter,
.error404 .content-wrapper img.aligncenter,
.single-chapters .content-wrapper img.alignnone,
.error404 .content-wrapper img.alignnone {
  width: 100%;
  height: auto;
}
.single-chapters .content-wrapper .wp-caption,
.error404 .content-wrapper .wp-caption,
.single-chapters .content-wrapper .wp-caption.alignright,
.error404 .content-wrapper .wp-caption.alignright,
.single-chapters .content-wrapper .wp-caption.alignleft,
.error404 .content-wrapper .wp-caption.alignleft,
.single-chapters .content-wrapper img,
.error404 .content-wrapper img {
  width: 100% !important;
  height: auto;
  margin: 1em 0;
}
.single-chapters .content-wrapper .wp-caption img,
.error404 .content-wrapper .wp-caption img,
.single-chapters .content-wrapper .wp-caption.alignright img,
.error404 .content-wrapper .wp-caption.alignright img,
.single-chapters .content-wrapper .wp-caption.alignleft img,
.error404 .content-wrapper .wp-caption.alignleft img {
  margin: 0;
}
.single-chapters .content-wrapper .wp-caption,
.error404 .content-wrapper .wp-caption {
  position: relative;
}
.single-chapters .content-wrapper .wp-caption .wp-caption-text,
.error404 .content-wrapper .wp-caption .wp-caption-text {
  z-index: 1;
  width: auto;
  max-width: 80%;
  margin: 0;
  color: #262626;
  font-size: 0.75em;
  line-height: 1.3em;
  font-family: 'Stag Web', 'Georgia', serif;
  padding: 6px 12px 8px 0px;
  vertical-align: middle;
}
.single-chapters .content-wrapper .wp-caption b,
.error404 .content-wrapper .wp-caption b {
  font-family: 'Stag Web', 'Georgia', serif;
  font-weight: 600;
}
.single-chapters .content-wrapper .wp-caption i,
.error404 .content-wrapper .wp-caption i,
.single-chapters .content-wrapper .wp-caption em,
.error404 .content-wrapper .wp-caption em {
  color: #aeaeae;
}
.single-chapters .content-wrapper article,
.error404 .content-wrapper article {
  padding: 0;
}
@media (min-width: 768px) {
  .single-chapters .content-wrapper,
  .error404 .content-wrapper {
    max-width: 660px;
  }
  .single-chapters .content-wrapper {
    min-height: 50vh;
  }
}
@media (min-width: 1024px) {
  .single-chapters .content-wrapper .wp-caption.alignright,
  .error404 .content-wrapper .wp-caption.alignright,
  .single-chapters .content-wrapper img.alignright,
  .error404 .content-wrapper img.alignright {
    display: inline-block;
    float: right;
    margin: 40px 60px;
    margin-right: -60px;
    max-width: 40%;
    word-wrap: normal;
  }
  .single-chapters .content-wrapper .wp-caption.alignleft,
  .error404 .content-wrapper .wp-caption.alignleft,
  .single-chapters .content-wrapper img.alignleft,
  .error404 .content-wrapper img.alignleft {
    display: inline-block;
    float: left;
    margin: 40px 60px;
    margin-left: -60px;
    max-width: 40%;
    word-wrap: normal;
  }
  .single-chapters .page-title,
  .error404 .page-title {
    margin-top: 0.1em;
  }
  .single blockquote,
  .page-template-globe blockquote {
    display: block;
    float: left;
    max-width: 350px;
    height: auto;
    min-height: 350px;
    margin-right: 30px;
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
    margin-top: 0;
  }
}
@media (min-width: 1240px) {
  .single-chapters main,
  .error404 main,
  .single-chapters .next,
  .error404 .next {
    padding-left: 240px;
  }
  .single-chapters .content-wrapper,
  .error404 .content-wrapper {
    height: 100%;
    padding-left: 80px;
  }
  .single-chapters .content-wrapper:after,
  .error404 .content-wrapper:after {
    top: 100px;
    bottom: 0;
    height: auto;
  }
  .single-chapters .chapter-number,
  .error404 .chapter-number {
    float: left;
    margin-left: -100px;
  }
  .single .attachment-post-thumbnail,
  .error404 .attachment-post-thumbnail,
  .page-template-globe .attachment-post-thumbnail {
    position: absolute;
    right: 117%;
    top: 0;
    max-width: 310px;
  }
  .single blockquote,
  .error404 blockquote,
  .page-template-globe blockquote {
    position: absolute;
    right: 104%;
    float: left;
    max-width: 350px;
    height: auto;
    min-height: 350px;
    z-index: 5;
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  .single blockquote:after,
  .error404 blockquote:after,
  .page-template-globe blockquote:after {
    content: '';
    display: block;
    width: 61px;
    height: 55px;
    position: absolute;
    top: 15%;
    left: 92%;
    background: url("img/red-arrow.svg") no-repeat center center transparent;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
}
@media (min-width: 1440px) {
  .single .attachment-post-thumbnail,
  .error404 .attachment-post-thumbnail,
  .page-template-globe .attachment-post-thumbnail {
    right: 130%;
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  .single-chapters main,
  .error404 main,
  .single-chapters .next,
  .error404 .next {
    padding-left: 150px;
  }
  .single-chapters .page-title,
  .error404 .page-title {
    font-size: 90px;
    width: 150%;
  }
  .single-chapters .content-wrapper,
  .error404 .content-wrapper {
    padding-left: 120px;
    max-width: 720px;
  }
  .single-chapters .content-wrapper:after,
  .error404 .content-wrapper:after {
    top: 160px;
  }
  .single-chapters blockquote,
  .error404 blockquote {
    right: 120%;
    margin-top: 0;
  }
  .single-chapters .chapter-number,
  .error404 .chapter-number {
    margin-left: -170px;
    width: 138px;
    height: 138px;
    font-size: 45px;
    line-height: 138px;
  }
}
@media (min-width: 1800px) {
  .single-chapters .page-title,
  .error404 .page-title {
    font-size: 110px;
  }
}
.next {
  padding: 0 20px;
  position: relative;
  margin: 0;
  background: url("img/paper-background.jpg") repeat-x center top transparent;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  display: block;
  text-decoration: none;
  width: 100%;
  -o-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.next h2 {
  margin: 0.2em 0;
}
.next .attachment-post-thumbnail {
  width: 200px;
  height: auto;
  position: absolute;
  right: 10px;
  top: -100px;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
@media (min-width: 400px) {
  .next .attachment-post-thumbnail {
    width: 250px;
  }
}
.next .chapter-number {
  background-image: url("img/sticker-black-2.png");
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  -o-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .next .chapter-number {
    background-image: url("img/sticker-black-2_LARGE.png");
  }
}
.next:hover {
  background-position: center 10px;
  -o-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.next:hover h2 {
  text-decoration: underline;
}
.next:hover .chapter-number {
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
  -o-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.next__arrow {
  z-index: 2;
  position: absolute;
  height: 66px;
  width: 83px;
  background: url("img/red-arrow.svg") no-repeat center center transparent;
  -webkit-background-size: fit;
  background-size: fit;
  display: block;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 150px;
  top: 50px;
}
@media (min-width: 400px) {
  .next__arrow {
    right: 200px;
  }
}
.next__wrapper {
  max-width: 400px;
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
}
.next__wrapper:before,
.next__wrapper:after {
  content: '';
  position: absolute;
  display: block;
  width: 2px;
  height: 90px;
  top: 0;
  bottom: 0;
  left: 21px;
  background: #e3e3e3;
}
.next__wrapper:after {
  top: auto;
  bottom: 0;
}
.next__chapter-label {
  text-transform: uppercase;
  color: #aeaeae;
  font-weight: 600;
  font-family: 'Helvetica Neue LT Std', 'Helvetica', sans-serif;
  margin: 0.2em 0;
}
@media (min-width: 768px) {
  .next__wrapper {
    max-width: 660px;
  }
}
@media (min-width: 1240px) {
  .next__wrapper {
    padding-left: 80px;
  }
  .next__wrapper:after {
    top: 200px;
    bottom: 0;
    height: auto;
  }
  .next .chapter-number {
    float: left;
    margin-left: -100px;
  }
}
@media (min-width: 1440px) {
  .next .attachment-post-thumbnail {
    right: 115%;
    top: 80px;
  }
  .next .chapter-number {
    margin-left: -170px;
  }
  .next__wrapper {
    max-width: 720px;
    padding-left: 120px;
  }
  .next__wrapper:after {
    top: 260px;
  }
  .next__arrow {
    right: 98%;
    top: 215px;
    -webkit-transform: rotate(110deg) scaleX(-1);
    -moz-transform: rotate(110deg) scaleX(-1);
    -o-transform: rotate(110deg) scaleX(-1);
    -ms-transform: rotate(110deg) scaleX(-1);
    transform: rotate(110deg) scaleX(-1);
  }
}
.next-double {
  padding: 0 20px;
  position: relative;
  margin: 0;
  background: url("img/paper-background.jpg") repeat-x center top #fff;
  display: block;
  text-decoration: none;
  width: 100%;
  -o-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.next-double h2 {
  margin: 0.2em 0;
}
.next-double .attachment-post-thumbnail {
  width: 200px;
  max-width: 30%;
  height: auto;
  right: 10px;
  top: -100px;
  float: left;
  margin-right: 30px;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
@media (min-width: 400px) {
  .next-double .attachment-post-thumbnail {
    width: 250px;
  }
}
.next-double:hover {
  background-position: center 10px;
  -o-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
@media (min-width: 768px) {
  .next-double {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
  }
}
@media (max-width: 767px) {
  .next-double {
    padding-top: 30px;
  }
  .next-double .next-double__link:first-child {
    border-bottom: 2px solid #f2f2f2;
  }
}
@media (min-width: 1240px) {
  .next-double .next-double__link {
    position: relative;
  }
  .next-double .next-double__link:last-child .next-double__wrapper:before {
    position: absolute;
    content: '';
    top: 60px;
    left: -36px;
    bottom: 60px;
    height: auto;
    width: 2px;
    background: #f2f2f2;
    display: block;
  }
}
.next-double__link {
  display: block;
  text-decoration: none;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  position: relative;
}
.next-double__link:hover {
  background-position: center 10px;
  -o-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.next-double__link:hover h2 {
  text-decoration: underline;
}
.next-double__arrow {
  z-index: 2;
  position: absolute;
  height: 66px;
  width: 83px;
  width: 10%;
  background: url("img/red-arrow.svg") no-repeat center center transparent;
  -webkit-background-size: contain;
  background-size: contain;
  display: none;
  -webkit-transform: rotate(110deg) scaleX(-1);
  -moz-transform: rotate(110deg) scaleX(-1);
  -o-transform: rotate(110deg) scaleX(-1);
  -ms-transform: rotate(110deg) scaleX(-1);
  transform: rotate(110deg) scaleX(-1);
  left: 23%;
  top: 120px;
}
@media (min-width: 600px) {
  .next-double__arrow {
    display: block;
  }
}
.next-double__wrapper {
  max-width: 400px;
  margin: 0 auto;
  padding: 50px 0;
  position: relative;
}
.next-double__chapter-label {
  text-transform: uppercase;
  color: #aeaeae;
  font-weight: 600;
  font-family: 'Helvetica Neue LT Std', 'Helvetica', sans-serif;
  margin: 0.2em 0;
}
@media (min-width: 768px) {
  .next-double__wrapper {
    max-width: 660px;
    padding: 100px 0;
  }
}
@media (min-width: 1440px) {
  .next-double .attachment-post-thumbnail {
    right: 115%;
    top: 50px;
    margin-right: 50px;
  }
  .next-double__wrapper {
    max-width: 720px;
  }
}
.file-download {
  display: block;
  border-top: 2px solid #e3e3e3;
  font-family: 'Helvetica Neue LT Std', 'Helvetica', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.5em 0;
  text-decoration: none;
  font-size: 0.6rem;
  vertical-align: middle;
  position: relative;
  line-height: 2em;
}
.file-download:hover {
  color: inherit;
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .file-download {
    margin-top: 100px;
    padding: 1.8em 0;
  }
}
.file-download__icon {
  margin: 0 0 0 auto;
  float: right;
  text-transform: none;
  font-family: 'fiascons' !important;
  vertical-align: middle;
  color: #fff;
  width: 2em;
  height: 2em;
  text-align: center;
  line-height: 2em;
  display: inline-block;
  font-weight: 500;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  background: #ef4123;
}
@media (min-width: 1024px) {
  .file-download__icon {
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .single-case-studies .talking-trash-logo {
    z-index: 0;
  }
}
.single-case-studies .chapter-number,
.page-template-globe .chapter-number {
  background-image: url("img/sticker-black-2.png");
}
.single-case-studies .wrapper,
.page-template-globe .wrapper {
  position: relative;
}
.single-case-studies .post-content,
.page-template-globe .post-content {
  padding: 95px 0;
  z-index: 2;
  position: relative;
}
.single-case-studies .close,
.page-template-globe .close {
  -webkit-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  position: fixed;
  top: 30px;
  right: 20px;
  width: 85px;
  height: 70px;
  text-align: center;
  line-height: 1;
  font-family: 'fiascons' !important;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 70px;
  outline: none;
  color: #000;
}
.single-case-studies .close:visited,
.page-template-globe .close:visited {
  color: inherit;
}
@media (min-width: 768px) {
  .single-case-studies .close,
  .page-template-globe .close {
    right: 100px;
    color: #fff;
  }
  .single-case-studies .close:visited,
  .page-template-globe .close:visited,
  .single-case-studies .close:hover,
  .page-template-globe .close:hover {
    color: #fff;
  }
}
.single-case-studies .content-wrapper,
.page-template-globe .content-wrapper {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  max-width: 400px;
}
.single-case-studies .content-wrapper:after,
.page-template-globe .content-wrapper:after,
.single-case-studies .content-wrapper:before,
.page-template-globe .content-wrapper:before {
  content: '';
  position: absolute;
  display: block;
  width: 2px;
  height: 90px;
  bottom: calc(100% + 0px);
  left: 21px;
  background: #e3e3e3;
  z-index: -1;
}
.single-case-studies .content-wrapper:before,
.page-template-globe .content-wrapper:before {
  display: none;
}
.single-case-studies .content-wrapper p,
.page-template-globe .content-wrapper p {
  line-height: 1.4em;
}
.single-case-studies .content-wrapper p a,
.page-template-globe .content-wrapper p a,
.single-case-studies .content-wrapper p a:link,
.page-template-globe .content-wrapper p a:link {
  text-decoration: underline;
  -o-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.single-case-studies .content-wrapper p a:hover,
.page-template-globe .content-wrapper p a:hover,
.single-case-studies .content-wrapper p a:link:hover,
.page-template-globe .content-wrapper p a:link:hover {
  color: #ef4123;
  -o-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.single-case-studies .content-wrapper p.p--intro,
.page-template-globe .content-wrapper p.p--intro {
  line-height: 1.3em;
}
.single-case-studies .content-wrapper h2,
.page-template-globe .content-wrapper h2,
.single-case-studies .content-wrapper h3,
.page-template-globe .content-wrapper h3,
.single-case-studies .content-wrapper h4,
.page-template-globe .content-wrapper h4,
.single-case-studies .content-wrapper h5,
.page-template-globe .content-wrapper h5,
.single-case-studies .content-wrapper h6,
.page-template-globe .content-wrapper h6 {
  color: #ef4123;
  font-weight: 300;
}
.single-case-studies .content-wrapper i:after,
.page-template-globe .content-wrapper i:after,
.single-case-studies .content-wrapper u:after,
.page-template-globe .content-wrapper u:after,
.single-case-studies .content-wrapper strong:after,
.page-template-globe .content-wrapper strong:after {
  display: none;
}
.single-case-studies .content-wrapper .fluid-width-video-wrapper,
.page-template-globe .content-wrapper .fluid-width-video-wrapper {
  display: inline-block;
  margin: 2.6em 0;
}
.single-case-studies .content-wrapper img.aligncenter,
.page-template-globe .content-wrapper img.aligncenter,
.single-case-studies .content-wrapper img.alignnone,
.page-template-globe .content-wrapper img.alignnone {
  width: 100%;
  height: auto;
}
.single-case-studies .content-wrapper .wp-caption,
.page-template-globe .content-wrapper .wp-caption {
  max-width: 100% !important;
}
.single-case-studies .content-wrapper .wp-caption,
.page-template-globe .content-wrapper .wp-caption,
.single-case-studies .content-wrapper .wp-caption.alignright,
.page-template-globe .content-wrapper .wp-caption.alignright,
.single-case-studies .content-wrapper .wp-caption.alignleft,
.page-template-globe .content-wrapper .wp-caption.alignleft,
.single-case-studies .content-wrapper img,
.page-template-globe .content-wrapper img {
  width: 100%;
  height: auto;
  margin: 1em 0;
}
.single-case-studies .content-wrapper .wp-caption img,
.page-template-globe .content-wrapper .wp-caption img,
.single-case-studies .content-wrapper .wp-caption.alignright img,
.page-template-globe .content-wrapper .wp-caption.alignright img,
.single-case-studies .content-wrapper .wp-caption.alignleft img,
.page-template-globe .content-wrapper .wp-caption.alignleft img {
  margin: 0;
}
.single-case-studies .content-wrapper .wp-caption,
.page-template-globe .content-wrapper .wp-caption {
  position: relative;
}
.single-case-studies .content-wrapper .wp-caption .wp-caption-text,
.page-template-globe .content-wrapper .wp-caption .wp-caption-text {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: auto;
  max-width: 80%;
  margin: 0;
  color: #262626;
  font-size: 0.8em;
  line-height: 1.3em;
  font-family: 'Stag Web', 'Georgia', serif;
  background-color: #f2f2f2;
  padding: 6px 12px 8px 12px;
  vertical-align: middle;
}
.single-case-studies .content-wrapper article,
.page-template-globe .content-wrapper article {
  padding: 0;
}
@media (max-width: 767px) {
  .single-case-studies .hero-section,
  .page-template-globe .hero-section {
    display: none;
  }
  .single-case-studies #close,
  .page-template-globe #close {
    display: none;
  }
  .single-case-studies main,
  .page-template-globe main {
    background-color: #fff;
    min-height: 100vh;
  }
}
@media (min-width: 768px) {
  .single-case-studies main,
  .page-template-globe main {
    padding: 20vh 20px;
  }
  .single-case-studies .hero-section--globe,
  .page-template-globe .hero-section--globe {
    position: absolute;
  }
  .single-case-studies .post-content,
  .page-template-globe .post-content {
    background: url("img/plastic-paperx2.png") no-repeat center center transparent;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    min-height: 80vh;
  }
  .single-case-studies .content-wrapper,
  .page-template-globe .content-wrapper {
    max-width: 500px;
  }
  .single-case-studies .content-wrapper .wp-caption.alignright,
  .page-template-globe .content-wrapper .wp-caption.alignright,
  .single-case-studies .content-wrapper img.alignright,
  .page-template-globe .content-wrapper img.alignright {
    display: inline-block;
    float: right;
    margin: 40px 60px;
    margin-right: -60px;
    max-width: 40%;
    word-wrap: normal;
  }
  .single-case-studies .content-wrapper .wp-caption.alignleft,
  .page-template-globe .content-wrapper .wp-caption.alignleft,
  .single-case-studies .content-wrapper img.alignleft,
  .page-template-globe .content-wrapper img.alignleft {
    display: inline-block;
    float: left;
    margin: 40px 60px;
    margin-left: -60px;
    max-width: 40%;
    word-wrap: normal;
  }
}
@media (min-width: 1024px) {
  .single-case-studies .wrapper,
  .page-template-globe .wrapper {
    height: 100%;
    overflow: hidden;
  }
  .single-case-studies .content-wrapper,
  .page-template-globe .content-wrapper {
    max-width: 660px;
  }
  .single-case-studies.page--hiding .brands-button,
  .page-template-globe.page--hiding .brands-button {
    opacity: 1;
    pointer-events: auto;
  }
  .single-case-studies.page--hiding .next-sticker,
  .page-template-globe.page--hiding .next-sticker {
    display: none;
  }
  .single-case-studies.page--hiding main,
  .page-template-globe.page--hiding main {
    -o-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -webkit-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  .single-case-studies main,
  .page-template-globe main {
    -o-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -webkit-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    max-width: 890px;
    margin: 0 auto;
    padding: 20vh 0 20vh 0;
    z-index: 2;
    position: relative;
  }
}
@media (min-width: 1240px) {
  .single-case-studies main,
  .page-template-globe main {
    max-width: 1200px;
  }
  .single-case-studies .content-wrapper,
  .page-template-globe .content-wrapper {
    margin: 0 80px 0 auto;
    height: 100%;
    padding-left: 80px;
  }
  .single-case-studies .content-wrapper:after,
  .page-template-globe .content-wrapper:after {
    top: 0px;
    bottom: 0;
    height: auto;
  }
  .single-case-studies .content-wrapper--issue,
  .page-template-globe .content-wrapper--issue {
    padding-top: 30px;
  }
  .single-case-studies .content-wrapper--issue:before,
  .page-template-globe .content-wrapper--issue:before {
    top: -30px;
    bottom: auto;
    display: block;
  }
  .single-case-studies .content-wrapper--issue:after,
  .page-template-globe .content-wrapper--issue:after {
    top: 170px;
  }
  .single-case-studies .chapter-number,
  .page-template-globe .chapter-number {
    float: left;
    margin-left: -95px;
    margin-top: 47px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .single-case-studies blockquote,
  .page-template-globe blockquote {
    margin-top: 0;
  }
  .single-case-studies .page-title,
  .page-template-globe .page-title {
    margin-bottom: 1em;
  }
}
@media (min-width: 1440px) {
  .single-case-studies .attachment-post-thumbnail,
  .page-template-globe .attachment-post-thumbnail {
    right: 120%;
  }
  .single-case-studies .content-wrapper,
  .page-template-globe .content-wrapper {
    max-width: 700px;
  }
  .single-case-studies .content-wrapper:before,
  .page-template-globe .content-wrapper:before,
  .single-case-studies .content-wrapper:after,
  .page-template-globe .content-wrapper:after {
    left: 0;
  }
  .single-case-studies .page-title,
  .page-template-globe .page-title {
    margin-top: 0.3em;
    font-size: 83px;
  }
  .single-case-studies .chapter-number,
  .page-template-globe .chapter-number {
    margin-left: -125px;
    width: 85px;
    height: 85px;
    font-size: 35px;
    line-height: 82px;
  }
}
.share-wrapper {
  display: block;
  width: 100%;
  padding: 50px 25px 100px;
  margin: 0 auto;
  height: inherit;
  text-align: center;
  background-color: #fff;
  position: relative;
}
.share-wrapper h4 {
  text-align: center;
  display: block;
  margin-top: 0;
  margin-bottom: 0.7em;
}
.share-wrapper .share-icons {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  -o-border-radius: 60px;
  background: #262626;
  background: -moz-linear-gradient(-45deg, #1da1f2 0%, #3b5898 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #1da1f2), color-stop(100%, #3b5898));
  background: -webkit-linear-gradient(-45deg, #1da1f2 0%, #3b5898 100%);
  background: -o-linear-gradient(-45deg, #1da1f2 0%, #3b5898 100%);
  background: -ms-linear-gradient(-45deg, #1da1f2 0%, #3b5898 100%);
  background: linear-gradient(135deg, #1da1f2 0%, #3b5898 100%);
}
.share-wrapper .share-item {
  display: inline-block;
  float: left;
  -o-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  font-family: 'fiascons' !important;
  font-size: 1.3em;
  color: #f2f2f2;
  background-color: transparent;
  width: 90px;
  height: 60px;
  border-radius: 30px 0 0 30px;
  -moz-border-radius: 30px 0 0 30px;
  -webkit-border-radius: 30px 0 0 30px;
  -o-border-radius: 30px 0 0 30px;
  text-align: center;
  line-height: 60px;
  margin: 0;
  padding-left: 15px;
  text-decoration: none;
}
.share-wrapper .share-item:last-of-type {
  font-size: 1.2em;
  border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  -webkit-border-radius: 0 30px 30px 0;
  -o-border-radius: 0 30px 30px 0;
  padding-left: 0;
  padding-right: 15px;
}
.share-wrapper .share-item:hover {
  background-color: rgba(255,255,255,0.3);
  color: #fff;
  -o-transition: background-color 0.25s, color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s;
  -webkit-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
}
.tiles {
  width: auto;
  margin-left: 2rem;
  margin-right: 2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
article.tile {
  margin-bottom: 2rem;
}
article.tile a {
  width: 100%;
  height: auto;
  display: inline-block;
}
article.tile .tile-image {
  width: 100%;
  height: auto;
}
article.tile .tile-content {
  padding: 2rem;
  background-color: #f2f2f2;
}
@media (min-width: 768px) {
  .tiles {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  article.tile {
    width: calc(50% - 1rem);
  }
}
@media (min-width: 1200px) {
  article.tile {
    width: calc(33.333% - 1rem);
  }
}
@media (min-width: 1440px) {
  .tiles {
    margin-left: 6rem;
    margin-right: 6rem;
  }
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
/* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
}
.swiper-wrapper,
.swiper-container .gallery {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide,
.swiper-container .gallery-item {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  -o-transition: 300ms, opacity;
  -moz-transition: 300ms, opacity;
  -webkit-transition: 300ms, opacity;
  transition: 300ms, opacity;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  -webkit-transform: scale(0.66);
  -moz-transform: scale(0.66);
  -o-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  -webkit-transform: scale(0.66);
  -moz-transform: scale(0.66);
  -o-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  -webkit-transform: scale(0.66);
  -moz-transform: scale(0.66);
  -o-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  -webkit-transform: scale(0.66);
  -moz-transform: scale(0.66);
  -o-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate3d(0px, -50%, 0);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms top, 200ms -webkit-transform;
  -moz-transition: 200ms top, 200ms -webkit-transform;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  -o-transition: 200ms transform, 200ms top;
  -moz-transition: 200ms transform, 200ms top;
  -webkit-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  -o-transition: 200ms transform, 200ms top, 200ms -webkit-transform;
  -moz-transition: 200ms transform, 200ms top, 200ms -webkit-transform;
  -webkit-transition: 200ms transform, 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms left, 200ms -webkit-transform;
  -moz-transition: 200ms left, 200ms -webkit-transform;
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  -o-transition: 200ms transform, 200ms left;
  -moz-transition: 200ms transform, 200ms left;
  -webkit-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  -o-transition: 200ms transform, 200ms left, 200ms -webkit-transform;
  -moz-transition: 200ms transform, 200ms left, 200ms -webkit-transform;
  -webkit-transition: 200ms transform, 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms right, 200ms -webkit-transform;
  -moz-transition: 200ms right, 200ms -webkit-transform;
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  -o-transition: 200ms transform, 200ms right;
  -moz-transition: 200ms transform, 200ms right;
  -webkit-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  -o-transition: 200ms transform, 200ms right, 200ms -webkit-transform;
  -moz-transition: 200ms transform, 200ms right, 200ms -webkit-transform;
  -webkit-transition: 200ms transform, 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
.swiper-pagination-progressbar {
  background: rgba(0,0,0,0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255,255,255,0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0,0,0,0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0,0,0,0.5);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -o-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -ms-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
/* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
@-moz-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#signup {
  height: auto;
  min-height: 70vh;
  background-color: #f2f2f2;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
#signup .mc_embed_signup {
  width: 100%;
  position: relative;
}
#signup input {
  display: block;
  margin: 10px auto;
  width: 100%;
  max-width: 320px;
}
#signup input[type="checkbox"] {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px 0 0;
  float: left;
  outline: none;
}
#signup input[type="checkbox"]:checked:after {
  line-height: 9px;
}
#signup h2 {
  margin: 0 auto 20px;
  padding: 0;
  text-align: center;
  font-size: 1.8em;
  max-width: 450px;
}
#signup p {
  max-width: 400px;
  margin: 0 auto 2em;
}
#signup label {
  display: block;
  margin: 10px auto;
  width: 100%;
  max-width: 320px;
  line-height: 15px;
  vertical-align: top;
}
#signup label span {
  display: inline-block;
  float: left;
  margin-top: 1px;
}
#signup .response {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
#signup.slim {
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 50vh;
}
#signup.slim .row {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  width: 100%;
  margin: 0 20px;
}
#signup.slim .row .column {
  padding: 0;
}
#signup.slim .mc_embed_signup {
  max-width: 100%;
  display: block;
  margin: 10px auto;
}
@media (min-width: 768px) {
  #signup {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 1024px) {
  #signup.slim .col-sm-6 {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  #signup input {
    max-width: 320px;
    width: 320px;
  }
  #signup.slim {
    padding: 20px 0;
    min-height: 160px;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
  }
  #signup.slim .row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    margin: 0 25px;
  }
  #signup.slim h2,
  #signup.slim p {
    padding: 0;
    margin: 0;
    text-align: left;
  }
  #signup.slim input {
    display: inline-block;
    float: left;
    margin: 0;
  }
  #signup.slim input[type="email"] {
    width: 60%;
    min-width: 60%;
    max-width: 60%;
  }
  #signup.slim input[type="submit"] {
    width: 40%;
    min-width: 40%;
    max-width: 40%;
  }
}
@media (min-width: 1200px) {
  #signup.slim .row {
    max-width: 950px;
    margin: 0 auto;
  }
}
/* jQuery UI - v1.11.4 - 2016-03-24
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */
haserjq_ .ui-helper-hidden {
  display: none;
}
haserjq_ .ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
haserjq_ .ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
haserjq_ .ui-helper-clearfix:before,
haserjq_ .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
haserjq_ .ui-helper-clearfix:after {
  clear: both;
}
haserjq_ .ui-helper-clearfix {
  min-height: 0;
}
haserjq_ .ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
}
haserjq_ .ui-front {
  z-index: 100;
}
haserjq_ .ui-state-disabled {
  cursor: default !important;
}
haserjq_ .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
haserjq_ .ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
haserjq_ .ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
haserjq_ .ui-resizable {
  position: relative;
}
haserjq_ .ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
haserjq_ .ui-resizable-disabled .ui-resizable-handle,
haserjq_ .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
haserjq_ .ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
haserjq_ .ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
haserjq_ .ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
haserjq_ .ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
haserjq_ .ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
haserjq_ .ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
haserjq_ .ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
haserjq_ .ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
haserjq_ .ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}
haserjq_ .ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #000;
}
haserjq_ .ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
haserjq_ .ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  min-height: 0;
  font-size: 100%;
}
haserjq_ .ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
haserjq_ .ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
haserjq_ .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}
haserjq_ .ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
haserjq_ .ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
haserjq_ .ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
}
haserjq_ .ui-button,
haserjq_ .ui-button:link,
haserjq_ .ui-button:visited,
haserjq_ .ui-button:hover,
haserjq_ .ui-button:active {
  text-decoration: none;
}
haserjq_ .ui-button-icon-only {
  width: 2.2em;
}
buttonhaserjq_ .ui-button-icon-only {
  width: 2.4em;
}
haserjq_ .ui-button-icons-only {
  width: 3.4em;
}
buttonhaserjq_ .ui-button-icons-only {
  width: 3.7em;
}
haserjq_ .ui-button .ui-button-text {
  display: block;
  line-height: normal;
}
haserjq_ .ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}
haserjq_ .ui-button-icon-only .ui-button-text,
haserjq_ .ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}
haserjq_ .ui-button-text-icon-primary .ui-button-text,
haserjq_ .ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}
haserjq_ .ui-button-text-icon-secondary .ui-button-text,
haserjq_ .ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}
haserjq_ .ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
inputhaserjq_ .ui-button {
  padding: 0.4em 1em;
}
haserjq_ .ui-button-icon-only .ui-icon,
haserjq_ .ui-button-text-icon-primary .ui-icon,
haserjq_ .ui-button-text-icon-secondary .ui-icon,
haserjq_ .ui-button-text-icons .ui-icon,
haserjq_ .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
haserjq_ .ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
haserjq_ .ui-button-text-icon-primary .ui-button-icon-primary,
haserjq_ .ui-button-text-icons .ui-button-icon-primary,
haserjq_ .ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em;
}
haserjq_ .ui-button-text-icon-secondary .ui-button-icon-secondary,
haserjq_ .ui-button-text-icons .ui-button-icon-secondary,
haserjq_ .ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}
haserjq_ .ui-buttonset {
  margin-right: 7px;
}
haserjq_ .ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
inputhaserjq_ .ui-button::-moz-focus-inner,
buttonhaserjq_ .ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
haserjq_ .ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
haserjq_ .ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
haserjq_ .ui-datepicker .ui-datepicker-prev,
haserjq_ .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
haserjq_ .ui-datepicker .ui-datepicker-prev-hover,
haserjq_ .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
haserjq_ .ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
haserjq_ .ui-datepicker .ui-datepicker-next {
  right: 2px;
}
haserjq_ .ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
haserjq_ .ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
haserjq_ .ui-datepicker .ui-datepicker-prev span,
haserjq_ .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
haserjq_ .ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
haserjq_ .ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
haserjq_ .ui-datepicker select.ui-datepicker-month,
haserjq_ .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
haserjq_ .ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
haserjq_ .ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
haserjq_ .ui-datepicker td {
  border: 0;
  padding: 1px;
}
haserjq_ .ui-datepicker td span,
haserjq_ .ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
haserjq_ .ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
haserjq_ .ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
haserjq_ .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
haserjq_ .ui-datepicker.ui-datepicker-multi {
  width: auto;
}
haserjq_ .ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
haserjq_ .ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
haserjq_ .ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
haserjq_ .ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
haserjq_ .ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
haserjq_ .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
haserjq_ .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
haserjq_ .ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
haserjq_ .ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
haserjq_ .ui-datepicker-rtl {
  direction: rtl;
}
haserjq_ .ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
haserjq_ .ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
haserjq_ .ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
haserjq_ .ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
haserjq_ .ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
haserjq_ .ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
haserjq_ .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
haserjq_ .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
haserjq_ .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
haserjq_ .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
haserjq_ .ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}
haserjq_ .ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}
haserjq_ .ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
haserjq_ .ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
haserjq_ .ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}
haserjq_ .ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}
haserjq_ .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
haserjq_ .ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}
haserjq_ .ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}
haserjq_ .ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
haserjq_ .ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}
haserjq_ .ui-menu .ui-menu {
  position: absolute;
}
haserjq_ .ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px 0.4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
haserjq_ .ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
haserjq_ .ui-menu .ui-state-focus,
haserjq_ .ui-menu .ui-state-active {
  margin: -1px;
}
haserjq_ .ui-menu-icons {
  position: relative;
}
haserjq_ .ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}
haserjq_ .ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}
haserjq_ .ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
haserjq_ .ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
haserjq_ .ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
haserjq_ .ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  opacity: 0.25;
}
haserjq_ .ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
haserjq_ .ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
haserjq_ .ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}
haserjq_ .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}
haserjq_ .ui-selectmenu-open {
  display: block;
}
haserjq_ .ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
haserjq_ .ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
haserjq_ .ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
haserjq_ .ui-slider {
  position: relative;
  text-align: left;
}
haserjq_ .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
haserjq_ .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
haserjq_ .ui-slider.ui-state-disabled .ui-slider-handle,
haserjq_ .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
haserjq_ .ui-slider-horizontal {
  height: 0.8em;
}
haserjq_ .ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
haserjq_ .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
haserjq_ .ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
haserjq_ .ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
haserjq_ .ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
haserjq_ .ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
haserjq_ .ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
haserjq_ .ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
haserjq_ .ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
haserjq_ .ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
haserjq_ .ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 22px;
}
haserjq_ .ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
haserjq_ .ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}
haserjq_ .ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
haserjq_ .ui-spinner-up {
  top: 0;
}
haserjq_ .ui-spinner-down {
  bottom: 0;
}
haserjq_ .ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
haserjq_ .ui-tabs {
  position: relative;
  padding: 0.2em;
}
haserjq_ .ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
haserjq_ .ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
haserjq_ .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}
haserjq_ .ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
haserjq_ .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
haserjq_ .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
haserjq_ .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
haserjq_ .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
haserjq_ .ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
haserjq_ .ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  -webkit-box-shadow: 0 0 5px #aaa;
  -moz-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}
body haserjq_ .ui-tooltip {
  border-width: 2px;
}
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}
.ui-widget-content a {
  color: #333;
}
.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}
.ui-widget-header a {
  color: #333;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #454545;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  background-image: none;
}
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}
.ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
}
.ui-widget-shadow {
  margin: 0 0 0 0;
  padding: 5px;
  background: #666;
  opacity: 0.3;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
}
#ajax-container {
  position: relative;
  visibility: hidden;
  z-index: 10;
}
@media (min-width: 768px) {
  #ajax-container {
    padding-right: 80px;
  }
}
#ajax-closer {
  -webkit-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
@media (max-width: 767px) {
  #ajax-closer {
    display: block;
    position: fixed;
    width: 130px;
    height: 58px;
    top: 10px;
    bottom: auto;
    background: url("img/sticker-white.png") center right no-repeat transparent;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
    -o-transition: transform 0.6s ease;
    -moz-transition: transform 0.6s ease;
    -webkit-transition: transform 0.6s ease;
    transition: transform 0.6s ease;
    z-index: 9;
    color: transparent;
  }
  #ajax-closer span {
    background: url("img/back-to-map.png") 70% 50% no-repeat transparent;
    -webkit-background-size: 80% auto;
    background-size: 80% auto;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.6;
    -o-transition: opacity 0.6s ease;
    -moz-transition: opacity 0.6s ease;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
  }
  #ajax-closer:hover {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -o-transition: transform 0.6s ease;
    -moz-transition: transform 0.6s ease;
    -webkit-transition: transform 0.6s ease;
    transition: transform 0.6s ease;
  }
  #ajax-closer:hover span {
    opacity: 1;
    -o-transition: opacity 0.6s ease;
    -moz-transition: opacity 0.6s ease;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
  }
}
@media (min-width: 768px) {
  #ajax-closer {
    background: none;
    padding: 0;
    position: fixed;
    top: 30px;
    right: 100px;
    width: 85px;
    height: 70px;
    text-align: center;
    line-height: 1;
    font-family: 'fiascons' !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 70px;
    outline: none;
    z-index: 11;
    color: #fff;
  }
}
#canvas_app {
  position: relative;
  min-height: 100vh;
}
#root {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100vw;
  min-height: 100vh;
  outline: none;
  opacity: 1;
  -o-transition: opacity, 0.3s;
  -moz-transition: opacity, 0.3s;
  -webkit-transition: opacity, 0.3s;
  transition: opacity, 0.3s;
  cursor: grab;
}
#country-text {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  outline: none;
  pointer-events: none;
  font-family: 'Stag Web', 'Georgia', serif;
  font-weight: 800;
  letter-spacing: -0.01em;
  font-size: 40px;
  line-height: 100%;
  padding: 0 20px;
  color: #fff;
  opacity: 0;
  text-align: center;
  -o-transition: opacity, 0.3s;
  -moz-transition: opacity, 0.3s;
  -webkit-transition: opacity, 0.3s;
  transition: opacity, 0.3s;
}
#country-text.is-active {
  opacity: 0.5;
}
@media (min-width: 768px) {
  #country-text {
    font-size: 80px;
    height: 95vh;
    padding-right: 40px;
  }
}
@media (min-width: 1400px) {
  #country-text {
    font-size: 100px;
  }
}
@media (min-width: 1580px) {
  #country-text {
    font-size: 150px;
  }
}
@supports (-webkit-text-stroke: 1px #fff) {
  #country-text {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
  }
@media (min-width: 1440px) {
    #country-text {
      -webkit-text-stroke: 1.5px #fff;
    }
}
}
body.page-template-globe.loaded .talking-trash-logo {
  -o-transition: transform 0.6s ease;
  -moz-transition: transform 0.6s ease;
  -webkit-transition: transform 0.6s ease;
  transition: transform 0.6s ease;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
body.page-template-globe .hero-section--globe {
  background: none;
}
body.page-template-globe .brands-button {
  z-index: 10;
}
body.page-template-globe .wrapper {
  background-color: #5fcce8;
}
body.page-template-globe #ajax-content #close.close {
  display: none;
}
body.page-template-globe main {
  -webkit-transform: translateY(100vh);
  -moz-transform: translateY(100vh);
  -o-transform: translateY(100vh);
  -ms-transform: translateY(100vh);
  transform: translateY(100vh);
  -o-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
body.page-template-globe .next-sticker {
  opacity: 0;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
body.page-template-globe #ajax-closer {
  opacity: 0;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
body.page-template-globe .globe-plastic-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  background-image: url("./globe-assets/globe-plastic-bg.png");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
body.page-template-globe .globe-plastic-bg:after {
  display: block;
  content: "";
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: radial-gradient(58.31% 91.94% at 50% 50%, rgba(0,0,0,0) 34.37%, rgba(0,0,0,0.55) 100%);
  z-index: 1;
  pointer-events: none;
}
#rootfocus {
  outline: 0;
}
#nprogress {
  width: 200px;
  height: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 140px;
  background: #000;
  z-index: 1000;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
}
#nprogress .bar {
  height: 10px !important;
  background: #ef4123 !important;
  position: relative !important;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
}
#nprogress .peg {
  display: none !important;
}
#nprogress .spinner {
  display: none !important;
}
.globe-loader {
  display: block;
  opacity: 0;
  width: 200px;
  height: 200px;
  position: fixed;
  z-index: 2;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  background-image: url("./globe-assets/TT_Loader.gif");
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: left top;
  background-repeat: no-repeat;
  pointer-events: none;
  -o-transition: opacity, 0.3s;
  -moz-transition: opacity, 0.3s;
  -webkit-transition: opacity, 0.3s;
  transition: opacity, 0.3s;
}
.drag-cursor {
  display: block;
  opacity: 0;
  width: 74px;
  height: 47px;
  position: fixed;
  z-index: 3;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  pointer-events: none;
  margin-left: -70px;
  margin-top: 18px;
  -o-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
}
.drag-cursor--hide {
  opacity: 0;
  -webkit-animation: fadeoutSlow 1s forwards;
  -moz-animation: fadeoutSlow 1s forwards;
  -o-animation: fadeoutSlow 1s forwards;
  -ms-animation: fadeoutSlow 1s forwards;
  animation: fadeoutSlow 1s forwards;
}
html.nprogress-busy .globe-loader {
  opacity: 1;
}
html.nprogress-busy #root {
  opacity: 0;
}
body.ajax-content .globe-loader {
  opacity: 0;
}
body.ajax-content .brands-button {
  display: none;
}
body.ajax-content #root {
  pointer-events: none;
  opacity: 1;
}
@media (min-width: 768px) and (max-width: 1660px) {
  body.ajax-content .brands-button,
  .single-case-studies .brands-button,
  body.ajax-content .talking-trash-logo,
  .single-case-studies .talking-trash-logo,
  body.ajax-content .brands-button-close,
  .single-case-studies .brands-button-close {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
html:not(.nprogress-busy) body.page-template-globe.loaded:not(.ajax-content) .drag-cursor {
  opacity: 1;
}
html:not(.nprogress-busy) body.page-template-globe.ajax-content main {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -o-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
html:not(.nprogress-busy) body.page-template-globe.ajax-content .next-sticker {
  opacity: 1;
  -o-transition: opacity 0.5s 1s ease;
  -moz-transition: opacity 0.5s 1s ease;
  -webkit-transition: opacity 0.5s 1s ease;
  transition: opacity 0.5s 1s ease;
}
html:not(.nprogress-busy) body.page-template-globe.ajax-content #ajax-closer {
  opacity: 1;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.chapter-number {
  display: block;
  width: 74px;
  height: 74px;
  background: url("img/sticker-black.png") center center no-repeat transparent;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
  text-align: center;
  line-height: 71px;
  font-weight: 800;
  font-family: 'Stag Web', 'Georgia', serif;
  font-size: 26px;
  margin-left: -10px;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
@supports (-webkit-text-stroke: 1px #fff) {
  .chapter-number {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
  }
@media (min-width: 1440px) {
    .chapter-number {
      -webkit-text-stroke: 1.5px #fff;
    }
}
}
.page-title {
  margin: 0.3em auto 0.5em auto;
}
article img {
  max-width: 660px;
  margin: 0 auto;
}
.fiasco-logo {
  text-decoration: underline;
}
.chapter-sections {
  font-size: 14px;
  padding: 60px 0 80px 0;
  position: relative;
  margin: 0 auto;
  max-width: 400px;
  display: block;
}
.chapter-sections:before {
  content: '';
  position: absolute;
  display: block;
  width: 2px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 21px;
  background: #e3e3e3;
  z-index: -1;
}
@media (min-width: 768px) {
  .chapter-sections {
    max-width: 660px;
  }
}
@media (min-width: 1024px) {
  .chapter-sections .chapter-sections__number {
    margin-right: 38px;
  }
}
@media (min-width: 1440px) {
  .chapter-sections {
    max-width: 720px;
  }
  .chapter-sections .chapter-sections__number {
    margin-right: 78px;
  }
}
.chapter-sections__title {
  color: #ef4123;
  font-family: 'Guthen Bloots', sans-serif;
  padding-left: 55px;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
  margin-bottom: 1em;
}
@media (min-width: 1024px) {
  .chapter-sections__title {
    padding-left: 100px;
  }
  .chapter-sections__title:before {
    content: '';
    display: block;
    width: 61px;
    height: 55px;
    position: absolute;
    top: 20px;
    right: 85%;
    background: url("img/red-arrow.svg") no-repeat center center transparent;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
@media (min-width: 1440px) {
  .chapter-sections__title {
    padding-left: 125px;
  }
}
.chapter-sections__section {
  list-style: none;
}
.chapter-sections__number {
  display: inline-block;
  width: 43px;
  height: 43px;
  line-height: 40px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #e3e3e3;
  text-align: center;
  margin-right: 1em;
  background: #fff;
  font-weight: 500;
}
.chapter-sections--file {
  text-transform: uppercase;
  font-family: 'Helvetica Neue LT Std', 'Helvetica', sans-serif;
  font-weight: 600;
}
.chapter-sections--file a {
  -o-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.chapter-sections--file a:hover {
  color: #ef4123;
  -o-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  text-decoration: underline;
}
.chapter-sections--file span {
  text-transform: none;
  font-family: 'fiascons' !important;
}
@media (min-width: 1240px) {
  .chapter-sections--file span {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }
}
.next-sticker {
  display: none;
  width: 85px;
  height: 85px;
  position: fixed;
  top: 50%;
  right: 68px;
  background: url("img/sticker-yellow.png") no-repeat center center transparent;
  -webkit-background-size: contain;
  background-size: contain;
  text-align: center;
  line-height: 85px;
  font-family: 'Helvetica Neue LT Std', 'Helvetica', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11.5px;
  font-weight: 600;
  vertical-align: middle;
  -o-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  z-index: 8;
  color: #121010;
}
.next-sticker:hover {
  color: #121010;
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
}
.next-sticker span {
  font-size: 2em;
  font-family: 'fiascons' !important;
  line-height: 85px;
  vertical-align: middle;
  margin-left: 0.2em;
}
@media (min-width: 768px) {
  .next-sticker {
    display: block;
  }
}
@media (min-width: 1240px) {
  .next-sticker {
    right: auto;
    left: calc(50% + 545px);
  }
}
@media (min-width: 1540px) {
  .next-sticker {
    left: calc(50% + 600px);
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .next-sticker {
    background-image: url("img/sticker-yellow_LARGE.png");
  }
}
.next-sticker--prev {
  right: auto;
  left: -10px;
}
@media (min-width: 1240px) {
  .next-sticker--prev {
    left: auto;
    right: calc(50% + 620px);
  }
}
@media (min-width: 1540px) {
  .next-sticker--prev {
    right: calc(50% + 680px);
  }
}
.twitter-link,
blockquote .twitter-link {
  border: 1px solid #fff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  padding: 5px 10px;
  text-decoration: none !important;
  text-transform: uppercase;
  font-family: 'Helvetica Neue LT Std', 'Helvetica', sans-serif !important;
  font-size: 0.5rem;
  margin: 0.5em 0;
}
.twitter-link:before,
blockquote .twitter-link:before {
  content: 't';
  display: inline-block;
  font-family: 'fiascons' !important;
  vertical-align: middle;
  margin-right: 0.2em;
  font-size: 0.8rem;
  text-transform: none;
}
.twitter-link:hover,
blockquote .twitter-link:hover {
  background-color: #fff;
  color: #1480b1 !important;
}
blockquote .twitter-link {
  position: absolute;
  bottom: 33px;
  left: 30px;
}
.chapter-position {
  font-family: 'Helvetica Neue LT Std', 'Helvetica', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  font-size: 10px;
  line-height: 1.1em;
  padding: 0 0 0.2em 0;
  border-bottom: 1px solid #f00;
  -o-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.chapter-position:hover {
  color: #ef4123;
  -o-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.chapter-position span {
  color: #aeaeae;
}
@media (min-width: 1024px) {
  .chapter-position {
    font-size: 12px;
  }
}
.related {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
  max-width: 660px;
  margin: 30px auto 0 auto;
  padding-left: 0;
}
.related .attachment-post-thumbnail {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0;
  top: auto;
  left: 0;
  right: auto;
  bottom: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media (min-width: 868px) {
  .related {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (min-width: 1240px) {
  .related {
    margin: 80px 50px 0 50px;
    max-width: none;
  }
}
.related__post {
  list-style-type: none;
  width: 100%;
  margin: 0 1em;
  position: relative;
  max-width: 260px;
}
.related__post:hover .related__tile {
  -webkit-transform: rotate(3deg) !important;
  -moz-transform: rotate(3deg) !important;
  -o-transform: rotate(3deg) !important;
  -ms-transform: rotate(3deg) !important;
  transform: rotate(3deg) !important;
}
.related__post:first-of-type .related__tile {
  margin-left: auto;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.related__post:first-of-type:before {
  content: '';
  display: block;
  width: 61px;
  height: 55px;
  position: absolute;
  top: 220px;
  right: 85%;
  background: url("img/red-arrow.svg") no-repeat center center transparent;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 2;
  -webkit-transform: rotate(-164deg) scaleX(-1);
  -moz-transform: rotate(-164deg) scaleX(-1);
  -o-transform: rotate(-164deg) scaleX(-1);
  -ms-transform: rotate(-164deg) scaleX(-1);
  transform: rotate(-164deg) scaleX(-1);
}
.related__post:nth-child(2) .related__tile {
  margin-left: auto;
  margin-right: auto;
}
.related__post:last-of-type {
  margin-right: 0;
}
.related__post:last-of-type .related__tile {
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
.related__post:last-of-type:before {
  content: '';
  display: block;
  width: 61px;
  height: 55px;
  position: absolute;
  top: 220px;
  left: 85%;
  z-index: 2;
  background: url("img/red-arrow.svg") no-repeat center center transparent;
  -webkit-background-size: contain;
  background-size: contain;
  -webkit-transform: rotate(-200deg);
  -moz-transform: rotate(-200deg);
  -o-transform: rotate(-200deg);
  -ms-transform: rotate(-200deg);
  transform: rotate(-200deg);
}
.related__profile {
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  display: block;
  position: relative;
}
.related__tile {
  background: #121010;
  padding: 0.8em 0.5em 1.2em 1em;
  text-decoration: none;
  font-family: 'Stag Web', 'Georgia', serif;
  width: 100%;
  max-width: 90%;
  font-weight: 700;
  display: block;
  height: auto;
  line-height: 1.1em;
  min-height: 6rem;
  position: relative;
  top: -30px;
}
.related__tile:hover {
  color: #fff;
}
.related__tile span {
  border: 1px solid #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  font-size: 0.5em;
  padding: 0.5em;
  display: block;
  height: 2.5em;
  width: 2.5em;
  line-height: 1.3em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.8em;
}
.close {
  font-family: 'fiascons' !important;
  color: #575757;
  text-decoration: none;
}
.close:link,
.close:visited {
  color: #575757;
}
.close:hover {
  color: #121010;
}
.sticker-link {
  color: #000;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: url("img/stickers-logos/sticker-logo-6c.png") no-repeat center center transparent;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  padding: 20px 40px 20px 50px;
  position: relative;
}
.sticker-link a {
  text-decoration: none;
}
.sticker-link a:hover {
  color: rgba(0,0,0,0.8);
}
.sticker-link:before {
  font-family: 'fiascons' !important;
  content: 'D';
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 20px;
  left: 25px;
  z-index: 2;
  -webkit-background-size: contain;
  background-size: contain;
}
.sticker-link__large {
  font-family: 'Stag Web', 'Georgia', serif;
  font-weight: 400;
}
.sticker-link__small {
  margin-top: 0.5em;
  line-height: 14px;
  font-size: 12px;
}
.sticker-link__small:hover {
  text-decoration: underline;
}
@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi) {
  .single-case-studies .post-content,
  .page-template-globe .post-content {
    background-image: url("img/plastic-paperx2_LARGE.png");
  }
}
.no-js {
  display: block;
}
.ie .slick-next {
  cursor: e-resize;
}
.ie .slick-prev {
  cursor: w-resize;
}
.ie .nav .page-nav.desktop .inner .language-button {
  display: block;
  height: 19px;
  margin-top: -1px;
}
.ie .nav .page-nav.desktop .inner .language-button .flag-img {
  display: block;
}
.ie .news #blog .row .news-post:hover .img-wrapper:after {
  opacity: 0.6;
}
