@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

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

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.valign-parent {
  -moz-transform-style: reserve-3d;
  -webkit-transform-style: reserve-3d;
  transform-style: reserve-3d;
}

.valign {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  display: block;
  margin-top: 0;
  margin-bottom: 0;
}

.valign-reset {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  top: auto;
}

@media all and (max-width: 960px) {
  .valign-on-desktop {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    top: 50%;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
  }

  .valign-reset-on-desktop {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    top: auto;
  }
}
@media all and (max-width: 768px) {
  .valign-on-tablet {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    top: 50%;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
  }

  .valign-reset-on-tablet {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    top: auto;
  }
}
@media all and (max-width: 520px) {
  .valign-on-mobile {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    top: 50%;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
  }

  .valign-reset-on-mobile {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    top: auto;
  }
}
.cf:before, .cf:after, section:before, section:after {
  display: table;
  content: ' ';
}
.cf:after, section:after {
  clear: both;
}

.main-content {
  padding: 65px 0;
}

.lnk {
  color: #dcb519;
  text-decoration: none;
}

img {
  width: 100%;
}

.maxw--small {
  max-width: 800px;
}

.maxw--medium {
  max-width: 755px;
}

.maxw--large {
  max-width: 1180px;
}

.centered {
  margin-left: auto;
  margin-right: auto;
}

::selection, ::-moz-selection {
  color: #fff;
  background: #333333;
}

html {
  display: block;
  width: 100%;
  font-size: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html, body {
  height: 100%;
  width: 100%;
  margin: 0;
}

body {
  color: #333333;
  font-family: "nimbus-sans", sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background: url("../images/bgs/bg-paper-medium.jpg");
}
body:before {
  position: absolute;
  left: -99999px;
  content: "desktop";
}
body:after {
  position: absolute;
  left: -99999px;
  content: "960px";
}
@media all and (max-width: 960px) {
  body:before {
    content: "desktop";
  }
  body:after {
    content: "960";
  }
}
@media all and (max-width: 768px) {
  body:before {
    content: "tablet";
  }
  body:after {
    content: "768";
  }
}
@media all and (max-width: 520px) {
  body:before {
    content: "mobile";
  }
  body:after {
    content: "520";
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.mt--xsmall {
  margin-top: 12px !important;
}

.mt--small {
  margin-top: 25px !important;
}

.mt--medium {
  margin-top: 30px !important;
}
@media all and (max-width: 768px) {
  .mt--medium {
    margin-top: 25px !important;
  }
}

.mt--large {
  margin-top: 65px !important;
}
@media all and (max-width: 768px) {
  .mt--large {
    margin-top: 30px !important;
  }
}

.mt--xlarge {
  margin-top: 85px !important;
}
@media all and (max-width: 768px) {
  .mt--xlarge {
    margin-top: 65px !important;
  }
}

.mb--xsmall {
  margin-bottom: 12px !important;
}

.mb--small {
  margin-bottom: 25px !important;
}

.mb--medium {
  margin-bottom: 30px !important;
}
@media all and (max-width: 768px) {
  .mb--medium {
    margin-bottom: 25px !important;
  }
}

.mb--large {
  margin-bottom: 65px !important;
}
@media all and (max-width: 768px) {
  .mb--large {
    margin-bottom: 30px !important;
  }
}

.mb--xlarge {
  margin-bottom: 85px !important;
}
@media all and (max-width: 768px) {
  .mb--xlarge {
    margin-bottom: 65px !important;
  }
}
@media all and (max-width: 520px) {
  .mb--xlarge {
    margin-bottom: 30px !important;
  }
}

.pt--xsmall {
  padding-top: 12px;
}

.pt--small {
  padding-top: 25px;
}

.pt--medium {
  padding-top: 30px;
}
@media all and (max-width: 768px) {
  .pt--medium {
    padding-top: 25px;
  }
}

.pt--large {
  padding-top: 65px;
}
@media all and (max-width: 768px) {
  .pt--large {
    padding-top: 30px;
  }
}

.pt--xlarge {
  padding-top: 85px;
}
@media all and (max-width: 768px) {
  .pt--xlarge {
    padding-top: 65px;
  }
}

.pb--xsmall {
  padding-bottom: 12px;
}

.pb--small {
  padding-bottom: 25px;
}

.pb--medium {
  padding-bottom: 30px;
}
@media all and (max-width: 768px) {
  .pb--medium {
    padding-bottom: 25px;
  }
}

.pb--large {
  padding-bottom: 65px;
}
@media all and (max-width: 768px) {
  .pb--large {
    padding-bottom: 30px;
  }
}

.pb--xlarge {
  padding-bottom: 85px;
}
@media all and (max-width: 768px) {
  .pb--xlarge {
    padding-bottom: 65px;
  }
}

.p--xsmall {
  padding: 12px;
}

.p--small {
  padding: 25px;
}

.p--medium {
  padding: 30px;
}
@media all and (max-width: 768px) {
  .p--medium {
    padding: 25px;
  }
}

.p--large {
  padding: 65px;
}
@media all and (max-width: 768px) {
  .p--large {
    padding: 30px;
  }
}
@media all and (max-width: 520px) {
  .p--large {
    padding: 25px;
  }
}

.p--xlarge {
  padding: 85px;
}
@media all and (max-width: 768px) {
  .p--xlarge {
    padding: 65px;
  }
}
@media all and (max-width: 520px) {
  .p--xlarge {
    padding: 30px;
  }
}

.p--h--xsmall {
  padding-left: 12px;
  padding-right: 12px;
}

.p--h--small {
  padding-left: 25px;
  padding-right: 25px;
}

.p--h--medium {
  padding-left: 30px;
  padding-right: 30px;
}
@media all and (max-width: 768px) {
  .p--h--medium {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.p--h--large {
  padding-left: 65px;
  padding-right: 65px;
}
@media all and (max-width: 768px) {
  .p--h--large {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.p--h--xlarge {
  padding-left: 85px;
  padding-right: 85px;
}
@media all and (max-width: 768px) {
  .p--h--xlarge {
    padding-left: 65px;
    padding-right: 65px;
  }
}

.p--v--xsmall {
  padding-top: 12px;
  padding-bottom: 12px;
}

.p--v--small {
  padding-top: 25px;
  padding-bottom: 25px;
}

.p--v--medium {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media all and (max-width: 768px) {
  .p--v--medium {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.p--v--large {
  padding-top: 65px;
  padding-bottom: 65px;
}
@media all and (max-width: 768px) {
  .p--v--large {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.p--v--xlarge {
  padding-top: 85px;
  padding-bottom: 85px;
}
@media all and (max-width: 768px) {
  .p--v--xlarge {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}

.push--r--xsmall {
  margin-left: 12px;
}

.push--r--small {
  margin-left: 25px;
}

.push--r--medium {
  margin-left: 30px;
}
@media all and (max-width: 768px) {
  .push--r--medium {
    margin-left: 0;
  }
}

.push--r--large {
  margin-left: 65px;
}
@media all and (max-width: 768px) {
  .push--r--large {
    margin-left: 0;
  }
}

.push--r--xlarge {
  margin-left: 85px;
}
@media all and (max-width: 768px) {
  .push--r--xlarge {
    margin-left: 0;
  }
}

.pull--l {
  float: left;
}

.pull--r {
  float: right;
}

.cl--b {
  clear: both;
}

.cl--l {
  clear: left;
}

.cl--r {
  clear: right;
}

.size--10 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 10%;
}
@media all and (max-width: 520px) {
  .size--10 {
    width: 100% !important;
  }
}

.size--11 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 11%;
}
@media all and (max-width: 520px) {
  .size--11 {
    width: 100% !important;
  }
}

.size--12 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 12%;
}
@media all and (max-width: 520px) {
  .size--12 {
    width: 100% !important;
  }
}

.size--13 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 13%;
}
@media all and (max-width: 520px) {
  .size--13 {
    width: 100% !important;
  }
}

.size--14 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 14%;
}
@media all and (max-width: 520px) {
  .size--14 {
    width: 100% !important;
  }
}

.size--15 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 15%;
}
@media all and (max-width: 520px) {
  .size--15 {
    width: 100% !important;
  }
}

.size--16 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 16%;
}
@media all and (max-width: 520px) {
  .size--16 {
    width: 100% !important;
  }
}

.size--17 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 17%;
}
@media all and (max-width: 520px) {
  .size--17 {
    width: 100% !important;
  }
}

.size--18 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 18%;
}
@media all and (max-width: 520px) {
  .size--18 {
    width: 100% !important;
  }
}

.size--19 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 19%;
}
@media all and (max-width: 520px) {
  .size--19 {
    width: 100% !important;
  }
}

.size--20 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 20%;
}
@media all and (max-width: 520px) {
  .size--20 {
    width: 100% !important;
  }
}

.size--21 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 21%;
}
@media all and (max-width: 520px) {
  .size--21 {
    width: 100% !important;
  }
}

.size--22 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 22%;
}
@media all and (max-width: 520px) {
  .size--22 {
    width: 100% !important;
  }
}

.size--23 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 23%;
}
@media all and (max-width: 520px) {
  .size--23 {
    width: 100% !important;
  }
}

.size--24 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 24%;
}
@media all and (max-width: 520px) {
  .size--24 {
    width: 100% !important;
  }
}

.size--25 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 25%;
}
@media all and (max-width: 520px) {
  .size--25 {
    width: 100% !important;
  }
}

.size--26 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 26%;
}
@media all and (max-width: 520px) {
  .size--26 {
    width: 100% !important;
  }
}

.size--27 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 27%;
}
@media all and (max-width: 520px) {
  .size--27 {
    width: 100% !important;
  }
}

.size--28 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 28%;
}
@media all and (max-width: 520px) {
  .size--28 {
    width: 100% !important;
  }
}

.size--29 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 29%;
}
@media all and (max-width: 520px) {
  .size--29 {
    width: 100% !important;
  }
}

.size--30 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 30%;
}
@media all and (max-width: 520px) {
  .size--30 {
    width: 100% !important;
  }
}

.size--31 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 31%;
}
@media all and (max-width: 520px) {
  .size--31 {
    width: 100% !important;
  }
}

.size--32 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 32%;
}
@media all and (max-width: 520px) {
  .size--32 {
    width: 100% !important;
  }
}

.size--33 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 33%;
}
@media all and (max-width: 520px) {
  .size--33 {
    width: 100% !important;
  }
}

.size--34 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 34%;
}
@media all and (max-width: 520px) {
  .size--34 {
    width: 100% !important;
  }
}

.size--35 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 35%;
}
@media all and (max-width: 520px) {
  .size--35 {
    width: 100% !important;
  }
}

.size--36 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 36%;
}
@media all and (max-width: 520px) {
  .size--36 {
    width: 100% !important;
  }
}

.size--37 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 37%;
}
@media all and (max-width: 520px) {
  .size--37 {
    width: 100% !important;
  }
}

.size--38 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 38%;
}
@media all and (max-width: 520px) {
  .size--38 {
    width: 100% !important;
  }
}

.size--39 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 39%;
}
@media all and (max-width: 520px) {
  .size--39 {
    width: 100% !important;
  }
}

.size--40 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 40%;
}
@media all and (max-width: 520px) {
  .size--40 {
    width: 100% !important;
  }
}

.size--41 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 41%;
}
@media all and (max-width: 520px) {
  .size--41 {
    width: 100% !important;
  }
}

.size--42 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 42%;
}
@media all and (max-width: 520px) {
  .size--42 {
    width: 100% !important;
  }
}

.size--43 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 43%;
}
@media all and (max-width: 520px) {
  .size--43 {
    width: 100% !important;
  }
}

.size--44 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 44%;
}
@media all and (max-width: 520px) {
  .size--44 {
    width: 100% !important;
  }
}

.size--45 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 45%;
}
@media all and (max-width: 520px) {
  .size--45 {
    width: 100% !important;
  }
}

.size--46 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 46%;
}
@media all and (max-width: 520px) {
  .size--46 {
    width: 100% !important;
  }
}

.size--47 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 47%;
}
@media all and (max-width: 520px) {
  .size--47 {
    width: 100% !important;
  }
}

.size--48 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 48%;
}
@media all and (max-width: 520px) {
  .size--48 {
    width: 100% !important;
  }
}

.size--49 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 49%;
}
@media all and (max-width: 520px) {
  .size--49 {
    width: 100% !important;
  }
}

.size--50 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 50%;
}
@media all and (max-width: 520px) {
  .size--50 {
    width: 100% !important;
  }
}

.size--51 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 51%;
}
@media all and (max-width: 520px) {
  .size--51 {
    width: 100% !important;
  }
}

.size--52 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 52%;
}
@media all and (max-width: 520px) {
  .size--52 {
    width: 100% !important;
  }
}

.size--53 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 53%;
}
@media all and (max-width: 520px) {
  .size--53 {
    width: 100% !important;
  }
}

.size--54 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 54%;
}
@media all and (max-width: 520px) {
  .size--54 {
    width: 100% !important;
  }
}

.size--55 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 55%;
}
@media all and (max-width: 520px) {
  .size--55 {
    width: 100% !important;
  }
}

.size--56 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 56%;
}
@media all and (max-width: 520px) {
  .size--56 {
    width: 100% !important;
  }
}

.size--57 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 57%;
}
@media all and (max-width: 520px) {
  .size--57 {
    width: 100% !important;
  }
}

.size--58 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 58%;
}
@media all and (max-width: 520px) {
  .size--58 {
    width: 100% !important;
  }
}

.size--59 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 59%;
}
@media all and (max-width: 520px) {
  .size--59 {
    width: 100% !important;
  }
}

.size--60 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 60%;
}
@media all and (max-width: 520px) {
  .size--60 {
    width: 100% !important;
  }
}

.size--61 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 61%;
}
@media all and (max-width: 520px) {
  .size--61 {
    width: 100% !important;
  }
}

.size--62 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 62%;
}
@media all and (max-width: 520px) {
  .size--62 {
    width: 100% !important;
  }
}

.size--63 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 63%;
}
@media all and (max-width: 520px) {
  .size--63 {
    width: 100% !important;
  }
}

.size--64 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 64%;
}
@media all and (max-width: 520px) {
  .size--64 {
    width: 100% !important;
  }
}

.size--65 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 65%;
}
@media all and (max-width: 520px) {
  .size--65 {
    width: 100% !important;
  }
}

.size--66 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 66%;
}
@media all and (max-width: 520px) {
  .size--66 {
    width: 100% !important;
  }
}

.size--67 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 67%;
}
@media all and (max-width: 520px) {
  .size--67 {
    width: 100% !important;
  }
}

.size--68 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 68%;
}
@media all and (max-width: 520px) {
  .size--68 {
    width: 100% !important;
  }
}

.size--69 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 69%;
}
@media all and (max-width: 520px) {
  .size--69 {
    width: 100% !important;
  }
}

.size--70 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 70%;
}
@media all and (max-width: 520px) {
  .size--70 {
    width: 100% !important;
  }
}

.size--71 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 71%;
}
@media all and (max-width: 520px) {
  .size--71 {
    width: 100% !important;
  }
}

.size--72 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 72%;
}
@media all and (max-width: 520px) {
  .size--72 {
    width: 100% !important;
  }
}

.size--73 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 73%;
}
@media all and (max-width: 520px) {
  .size--73 {
    width: 100% !important;
  }
}

.size--74 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 74%;
}
@media all and (max-width: 520px) {
  .size--74 {
    width: 100% !important;
  }
}

.size--75 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 75%;
}
@media all and (max-width: 520px) {
  .size--75 {
    width: 100% !important;
  }
}

.size--76 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 76%;
}
@media all and (max-width: 520px) {
  .size--76 {
    width: 100% !important;
  }
}

.size--77 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 77%;
}
@media all and (max-width: 520px) {
  .size--77 {
    width: 100% !important;
  }
}

.size--78 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 78%;
}
@media all and (max-width: 520px) {
  .size--78 {
    width: 100% !important;
  }
}

.size--79 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 79%;
}
@media all and (max-width: 520px) {
  .size--79 {
    width: 100% !important;
  }
}

.size--80 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 80%;
}
@media all and (max-width: 520px) {
  .size--80 {
    width: 100% !important;
  }
}

.size--81 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 81%;
}
@media all and (max-width: 520px) {
  .size--81 {
    width: 100% !important;
  }
}

.size--82 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 82%;
}
@media all and (max-width: 520px) {
  .size--82 {
    width: 100% !important;
  }
}

.size--83 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 83%;
}
@media all and (max-width: 520px) {
  .size--83 {
    width: 100% !important;
  }
}

.size--84 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 84%;
}
@media all and (max-width: 520px) {
  .size--84 {
    width: 100% !important;
  }
}

.size--85 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 85%;
}
@media all and (max-width: 520px) {
  .size--85 {
    width: 100% !important;
  }
}

.size--86 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 86%;
}
@media all and (max-width: 520px) {
  .size--86 {
    width: 100% !important;
  }
}

.size--87 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 87%;
}
@media all and (max-width: 520px) {
  .size--87 {
    width: 100% !important;
  }
}

.size--88 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 88%;
}
@media all and (max-width: 520px) {
  .size--88 {
    width: 100% !important;
  }
}

.size--89 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 89%;
}
@media all and (max-width: 520px) {
  .size--89 {
    width: 100% !important;
  }
}

.size--90 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 90%;
}
@media all and (max-width: 520px) {
  .size--90 {
    width: 100% !important;
  }
}

.size--91 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 91%;
}
@media all and (max-width: 520px) {
  .size--91 {
    width: 100% !important;
  }
}

.size--92 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 92%;
}
@media all and (max-width: 520px) {
  .size--92 {
    width: 100% !important;
  }
}

.size--93 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 93%;
}
@media all and (max-width: 520px) {
  .size--93 {
    width: 100% !important;
  }
}

.size--94 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 94%;
}
@media all and (max-width: 520px) {
  .size--94 {
    width: 100% !important;
  }
}

.size--95 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 95%;
}
@media all and (max-width: 520px) {
  .size--95 {
    width: 100% !important;
  }
}

.size--96 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 96%;
}
@media all and (max-width: 520px) {
  .size--96 {
    width: 100% !important;
  }
}

.size--97 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 97%;
}
@media all and (max-width: 520px) {
  .size--97 {
    width: 100% !important;
  }
}

.size--98 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 98%;
}
@media all and (max-width: 520px) {
  .size--98 {
    width: 100% !important;
  }
}

.size--99 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 99%;
}
@media all and (max-width: 520px) {
  .size--99 {
    width: 100% !important;
  }
}

.size--100 {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 100%;
}
@media all and (max-width: 520px) {
  .size--100 {
    width: 100% !important;
  }
}

.block-row:before, .block-row--centered:before, .block-row:after, .block-row--centered:after {
  display: table;
  content: ' ';
}
.block-row:after, .block-row--centered:after {
  clear: both;
}

.block-row--centered {
  text-align: center;
}
.block-row--centered > * {
  display: inline-block;
  float: none;
}

@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot");
  src: url("../fonts/icons.eot#iefix") format("eot"), url("../fonts/icons.woff") format("woff"), url("../fonts/icons.ttf") format("truetype"), url("../fonts/icons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon--"],
[class*=" icon--"],
[class^="icon--"]:before,
[class*=" icon--"]:before {
  display: inline-block;
  font-family: "icons";
  speak: none;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-align: center;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon--chevron-right:before, .btn--cta:before, .input-file + label:before {
  content: "";
}

.icon--close:before {
  content: "";
}

.icon--logo-child-focus:before {
  content: "";
}

.icon--min:before {
  content: "";
}

.icon--plus:before {
  content: "";
}

.icon--chevron-left:before {
  content: "";
}

.icon--facebook:before {
  content: "";
}

.icon--twitter:before {
  content: "";
}

.icon--coinsofhope-desktop:before {
  content: "";
}

.icon--dashed-circle:before {
  content: "";
}

.icon--coinsofhope-mobile:before {
  content: "";
}

.icon--missing-children:before {
  content: "";
}

.icon--instance-greece:before {
  content: "";
}

.icon--instance-italy:before {
  content: "";
}

.icon--instance-spain:before {
  content: "";
}

.icon--instance-uk:before {
  content: "";
}

.icon--instance-cyprus:before {
  content: "";
}

.icon--arrow-corner:before {
  content: "";
}

p {
  margin-bottom: 12px;
}

.fs--xxsmall {
  font-size: 1.3rem;
  line-height: 1.5;
}

.fs--xsmall {
  font-size: 1.5rem;
  line-height: 1.5;
}

.fs--small, .fs--default, .title--small {
  font-size: 1.8rem;
  line-height: 1.5;
}

.fs--medium {
  font-size: 2rem;
  line-height: 1.5;
}

.fs--large, .title--medium {
  font-size: 2.2rem;
  line-height: 1.2;
}

.fs--xlarge {
  font-size: 3.4rem;
  line-height: 1.2;
}

.fs--xxlarge, .title--big {
  font-size: 3.9rem;
  line-height: 1.2;
}

.fs--150p {
  font-size: 150%;
}

.fs--90p, .btn--cta:before, .input-file + label:before {
  font-size: 90%;
}

.fs--80p {
  font-size: 80%;
}

.fs--70p, sup {
  font-size: 70%;
}

.fs--50p {
  font-size: 50%;
}

.title--small {
  font-weight: 700;
}

.title--medium {
  font-weight: 700;
  margin-bottom: 30px;
}

.title--big {
  font-weight: 300;
  margin-bottom: 30px;
}

.ta--c {
  text-align: center;
}

.ta--l {
  text-align: left;
}

.ta--r {
  text-align: right;
}

.no-wrap {
  white-space: nowrap;
}

.caps {
  text-transform: uppercase;
}

.screen-reader {
  position: absolute;
  top: 0;
  left: -99999px;
  display: block;
}

em {
  font-style: italic;
}

strong {
  font-weight: 700;
}

sup {
  vertical-align: super;
}

.btn--cta, .input-file + label {
  display: inline-block;
  padding: 12px;
  color: #ffffff;
  text-decoration: none;
  line-height: 1;
  background-color: #dcb519;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  padding-right: 36px;
}
.btn--cta[type="submit"], .input-file + label[type="submit"] {
  background: #dcb519 url(../images/svg/chevron-right.svg) no-repeat 90% center/10px;
  border: none;
  cursor: pointer;
  font-family: "nimbus-sans", sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.btn--cta[type="submit"][disabled], .input-file + label[type="submit"][disabled] {
  pointer-events: none;
  cursor: default;
  background-color: #eed46d;
}
.btn--cta:before, .input-file + label:before {
  position: absolute;
  top: 50%;
  right: 12px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icons';
}
.btn--cta:hover, .input-file + label:hover {
  background-color: #333333;
}

.btn--share {
  display: inline-block;
  padding: 12px;
  color: #ffffff;
  text-decoration: none;
  line-height: 1;
  background-color: #dcb519;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn--share[type="submit"] {
  background: #dcb519 url(../images/svg/chevron-right.svg) no-repeat 90% center/10px;
  border: none;
  cursor: pointer;
  font-family: "nimbus-sans", sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.btn--share[type="submit"][disabled] {
  pointer-events: none;
  cursor: default;
  background-color: #eed46d;
}
.btn--share:before {
  background: no-repeat center center/contain;
  content: '';
  display: inline-block;
  height: 15px;
  margin-right: 5px;
  width: 20px;
}
.btn--share[data-type="facebook"]:before {
  background-image: url("../images/svg/icon-fb.svg");
}
.btn--share[data-type="twitter"]:before {
  background-image: url("../images/svg/icon-twitter.svg");
}
.btn--share:hover {
  background-color: #333333;
}

.btn--arrow {
  color: #dcb519;
  text-decoration: none;
  padding-left: 15px;
  position: relative;
}
.btn--arrow:before {
  border-right: none;
  border-left: 6px solid #dcb519;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}
.btn--arrow:hover {
  color: #333333;
}
.btn--arrow.reverse:before {
  border-left: none;
  border-right: 6px solid #dcb519;
}

.input {
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #333333;
  box-sizing: border-box;
  font: 300 1.8rem "Akzidenz-light", sans-serif;
  display: block;
  padding: 10px 15px;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.input[type="search"] {
  background: #ffffff url("../images/svg/input-search.svg") no-repeat 95% center/15px;
  padding: 10px 45px 10px 15px;
}
.input.error {
  border-color: red;
}
.input:-moz-placeholder {
  font-style: italic;
}
.input::-moz-placeholder {
  font-style: italic;
}
.input:-ms-input-placeholder {
  font-style: italic;
}
.input::-webkit-input-placeholder {
  font-style: italic;
}

.list, .list--dots {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}
.list:before, .list--dots:before, .list:after, .list--dots:after {
  display: table;
  content: ' ';
}
.list:after, .list--dots:after {
  clear: both;
}

.list--dots {
  list-style: disc;
}
.list--dots > li {
  list-style-position: inside;
}

.table {
  padding: 30px;
  margin: 25px 0;
  background-color: #ffffff;
}
.table .table-row {
  border: 1px solid #858185;
  border-collapse: collapse;
}
.table .table-item {
  padding: 25px;
  border-right: 1px solid #858185;
}
.table .table-item:last-child {
  border: 0;
}

.progress {
  background: #FFFFFF;
  color: #000000;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  height: 10px;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.progress::-webkit-progress-bar {
  background: #ffffff;
  border-radius: 10px;
  color: #ffffff;
}
.progress::-moz-progress-bar {
  background: #000000;
  border-radius: 10px;
  color: #000000;
}
.progress::-webkit-progress-value {
  background: #000000;
  border-radius: 10px 0 0 10px;
  color: #000000;
}

.progress-wrapper {
  position: relative;
}
.progress-wrapper [data-value] {
  display: none;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
}
.progress-wrapper [data-value]:first-child {
  display: block;
}
.progress-wrapper .progress {
  margin-bottom: 25px;
  margin-top: 10px;
}
.progress-wrapper .progress[value="30"] + [data-value="30"] {
  display: block;
}
.progress-wrapper .progress[value="60"] + [data-value="60"] {
  display: block;
}
.progress-wrapper .progress[value="100"] + [data-value="100"] {
  display: block;
}

#canvas-wrapper {
  min-height: 275px;
}
#canvas-wrapper .canvas {
  background: #F0F0F0 url("../images/bg-coinswap.jpg") no-repeat center center/contain;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  width: 275px;
  height: 275px;
}
@media all and (max-width: 479px) and (min-width: min) {
  #canvas-wrapper .canvas {
    width: 335px;
    height: 335px;
  }
}
@media all and (min-width: 479px) {
  #canvas-wrapper .canvas {
    width: 335px;
    height: 335px;
  }
}
#canvas-wrapper .canvas.has-image {
  cursor: move;
}
@media all and (max-width: 479px) and (min-width: min) {
  #canvas-wrapper {
    min-height: 335px;
  }
}
@media all and (min-width: 479px) {
  #canvas-wrapper {
    min-height: 335px;
  }
}

.input-file {
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0.1px;
  z-index: -1;
}
.input-file + label {
  cursor: pointer;
}
.input-file + label * {
  pointer-events: none;
}
.input-file:focus, .input-file.focus {
  outline: none;
}

.range {
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
}
.range:focus {
  outline: none;
}
.range::-webkit-slider-runnable-track {
  cursor: pointer;
  height: 1px;
  animate: 200ms;
  background: white;
  margin-top: -15px;
}
.range::-webkit-slider-thumb {
  background: #ffffff;
  border-radius: 100%;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  height: 10px;
  width: 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  transform: translateY(-49%);
}
.range::-moz-range-track {
  cursor: pointer;
  height: 1px;
  animate: 200ms;
}
.range::-moz-range-thumb {
  background: #ffffff;
  border-radius: 100%;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  height: 10px;
  width: 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.range::-ms-track {
  cursor: pointer;
  height: 1px;
  animate: 200ms;
  background: transparent;
  border-color: transparent;
  border-width: 5px 0;
}
.range::-ms-fill-lower {
  background: #ffffff;
}
.range::-ms-fill-upper {
  background: #ffffff;
}
.range::-ms-thumb {
  background: #ffffff;
  border-radius: 100%;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  height: 10px;
  width: 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.tooltips {
  background: rgba(51, 51, 51, 0.95);
  color: #ebebeb;
  display: none;
  font-size: 2.2rem;
  height: 100%;
  left: 0;
  padding-top: 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.tooltips .tooltip-close {
  height: 30px;
  right: 30px;
  position: absolute;
  text-decoration: none;
  top: 30px;
  text-indent: -9999px;
  width: 30px;
}
.tooltips .tooltip-close:before, .tooltips .tooltip-close:after {
  background: #ebebeb;
  height: 20px;
  content: '';
  left: 10px;
  position: absolute;
  top: 0;
  width: 1px;
}
.tooltips .tooltip-close:before {
  transform: rotate(-45deg);
}
.tooltips .tooltip-close:after {
  transform: rotate(45deg);
}
.tooltips .tooltip {
  display: none;
  padding: 40px;
  text-align: center;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.tooltips .tooltip .tooltip-content {
  margin: 0 auto;
  max-width: 275px;
}
.tooltips .tooltip .tooltip-icon {
  display: block;
  margin: 0 auto;
  width: 35px;
}
.tooltips .tooltip .tooltip-text {
  margin: 15px 0 30px;
}
.tooltips .tooltip:first-child {
  display: block;
}
@media all and (max-width: 768px) and (min-width: min) {
  .tooltips {
    display: none !important;
  }
}
@media all and (min-width: 768px) {
  .tooltips {
    display: none !important;
  }
}

.desktop-tooltips .tooltip {
  display: none;
}
.desktop-tooltips .tooltip .tooltip-icon {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-top: 3px;
  width: 18px;
}
@media all and (max-width: 768px) {
  .desktop-tooltips {
    display: none !important;
  }
}

.lightbulb {
  background: url(../images/svg/bulb.svg) no-repeat left top/18px;
  padding-left: 25px;
  text-align: left;
}

#coins {
  position: relative;
  background: url("../images/bgs/bg-paper-hero.jpg");
  background-size: cover;
  text-align: center;
}
#coins .coins-inner {
  position: relative;
  max-width: 1400px;
}
#coins .coins-container {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 56.25%;
  margin: 0 auto;
}
#coins .coins-container.video {
  position: absolute;
  top: 0;
}
#coins .coins-container .container-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 100%;
}
#coins .coins-container .container-content {
  position: relative;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  display: block;
  margin-top: 0;
  margin-bottom: 0;
}
#coins .coins-visual img {
  width: 50%;
  max-width: 600px;
}
#coins .coins-title {
  margin-bottom: 10%;
  font-size: 2.4rem;
  text-transform: uppercase;
  letter-spacing: 20px;
}
#coins .coins-title .title-mobile {
  display: none;
}
#coins .coins-play {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  clear: both;
}
#coins .coins-skip {
  display: block;
  padding: 10px;
  color: #333333;
}
#coins .coins-video {
  display: none;
}
#coins .coins-video .video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -moz-box-shadow: 3px 0 45px -4px #b3b3b3, -3px 0 45px -4px #b3b3b3;
  -webkit-box-shadow: 3px 0 45px -4px #b3b3b3, -3px 0 45px -4px #b3b3b3;
  box-shadow: 3px 0 45px -4px #b3b3b3, -3px 0 45px -4px #b3b3b3;
}
#coins .coins-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media all and (max-width: 520px) {
  #coins .coins-container.still {
    padding-top: 0;
    height: auto;
  }
  #coins .coins-container.still .container-inner {
    position: relative;
  }
  #coins .coins-container.still .container-content {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding: 15px 0;
  }
  #coins .coins-container.still.hide {
    background: url("../images/bgs/bg-paper-light.jpg");
  }
  #coins .coins-container.still.hide .container-content {
    opacity: 0;
  }
  #coins .coins-container.video {
    padding-top: 56.25%;
  }
  #coins .coins-title {
    font-size: 1.8rem;
  }
  #coins .coins-title .title-desktop {
    display: none;
  }
  #coins .coins-title .title-mobile {
    display: block;
  }
  #coins .coins-play {
    padding: 12px 36px 12px 12px;
  }
}
#missing {
  padding: 155px 0 85px;
  background: url("../images/bgs/bg-paper-light.jpg");
  text-align: center;
}
#missing .missing-intro {
  padding-bottom: 20px;
  font-size: 2rem;
}
#missing .missing-intro .intro-title {
  margin-bottom: 25px;
  font-size: 3.9rem;
}
#missing .missing-sliders {
  min-height: 400px;
  position: relative;
}
#missing .missing-sliders:before {
  border-radius: 50%;
  border: 0.5rem solid rgba(0, 0, 0, 0.2);
  border-top-color: rgba(0, 0, 0, 0.4);
  content: '';
  height: 5rem;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 5rem;
  z-index: 0;
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
#missing .missing-sliders.loaded:before {
  display: none;
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
}
#missing .missing-sliders .slick-list {
  margin: 0px 50px;
  padding: 0 !important;
  overflow: hidden;
}
#missing .missing-slider-info {
  margin-bottom: 30px;
}
#missing .missing-slider-info .slider-item {
  position: relative;
  outline: none;
}
#missing .missing-slider-info .slider-box-item {
  width: 50%;
  float: left;
}
#missing .missing-slider-info .slider-box-item .item-container {
  position: relative;
  left: 100%;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  max-width: 370px;
  box-sizing: border-box;
  padding: 0 45px;
}
#missing .missing-slider-info .slider-box-item .item-outer {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
#missing .missing-slider-info .slider-box-item .item-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#missing .missing-slider-info .slider-visual {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
#missing .missing-slider-info .slider-content {
  padding-left: 45px;
  padding-bottom: 40px;
  text-align: left;
  font-size: 1.8rem;
}
#missing .missing-slider-info .slider-title {
  font-weight: 700;
  font-size: 2.2rem;
}
#missing .missing-slider-info .slider-info-list li span {
  color: #dcb519;
}
#missing .missing-slider-info .slider-info-list .info-desc {
  display: block;
  margin-top: 10px;
  color: #333333;
}
#missing .missing-slider-info .slider-social {
  margin-top: 40px;
  padding: 20px;
  background-color: #ebebeb;
  text-align: center;
}
#missing .missing-slider-info .slider-social-list {
  font-size: 18px;
  text-align: center;
}
#missing .missing-slider-info .slider-social-list li {
  display: inline-block;
  margin-right: 10px;
}
#missing .missing-slider-info .slider-social-list li:last-child {
  margin-right: 0;
}
#missing .missing-slider-info .slider-social-list .social-btn {
  position: relative;
  display: inline-block;
  padding: 5px 15px 5px 38px;
  margin: 0 5px;
  background-color: #dcb519;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
}
#missing .missing-slider-info .slider-social-list .social-icon {
  position: absolute;
  top: 50%;
  left: 15px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#missing .missing-slider-thumbs .slider-item {
  cursor: pointer;
  outline: none;
  position: relative;
}
#missing .missing-slider-thumbs .slider-item.slick-current .the-thumb, #missing .missing-slider-thumbs .slider-item:hover .the-thumb {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
#missing .missing-slider-thumbs .slider-item .item-outer {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
#missing .missing-slider-thumbs .slider-item .item-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
}
#missing .missing-slider-thumbs .slider-item .the-thumb {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  transition: -webkit-filter 250ms;
}
#missing .missing-slider-thumbs .slider-controls {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
  cursor: pointer;
  line-height: 1;
}
#missing .missing-slider-thumbs .slider-controls > * {
  color: #858185;
  font-size: 28px;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -webkit-transition: 300ms;
  transition: 300ms;
}
#missing .missing-slider-thumbs .slider-controls > *:hover {
  color: #736f73;
}
#missing .missing-slider-thumbs .slider-controls.prev {
  left: 0;
}
#missing .missing-slider-thumbs .slider-controls.next {
  right: 0;
}

@media all and (max-width: 700px) {
  #missing {
    padding-bottom: 0;
  }
  #missing .missing-sliders {
    position: relative;
    padding: 0;
  }
  #missing .missing-sliders-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
  }
  #missing .missing-slider-info {
    padding-top: 45px;
  }
  #missing .missing-slider-info .slick-list {
    margin: 0;
  }
  #missing .missing-slider-info .slider-box-item {
    padding: 0 30px;
    width: 100%;
  }
  #missing .missing-slider-info .slider-box-item .item-container {
    position: static;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin: 0 auto;
    padding: 45px;
  }
  #missing .missing-slider-info .slider-content {
    padding: 0;
  }
  #missing .missing-slider-info .slider-info-list {
    margin-bottom: 20px;
  }
  #missing .missing-slider-info .slider-social {
    margin-top: 0;
    margin-left: -30px;
    margin-right: -30px;
  }
  #missing .missing-slider-thumbs .slider-item .item-outer {
    width: 80px;
    height: 80px;
    padding-top: 0;
  }
}
@media all and (max-width: 520px) {
  #missing {
    padding-top: 50px;
  }
  #missing .missing-sliders-wrap {
    height: 65px;
  }
  #missing .missing-slider-info {
    padding-top: 50px;
  }
  #missing .missing-slider-info .slider-box-item .item-inner {
    padding: 25px;
  }
  #missing .missing-slider-thumbs .slider-item .item-outer {
    width: 65px;
    height: 65px;
    padding-top: 0;
  }
}
@-moz-keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
#spread {
  padding: 90px 0 0;
  background: url("../images/bgs/bg-paper-medium.jpg");
  text-align: center;
}
#spread .spread-real {
  position: relative;
  margin-bottom: 50px;
  background: rgba(0, 0, 0, 0.04);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  font-size: 1.8rem;
}
#spread .spread-real .real-outer {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
#spread .spread-real .real-inner {
  position: absolute;
  right: 0;
  left: 0;
  top: -40px;
  width: 100%;
  padding: 70px;
}
#spread .spread-real .real-visual {
  margin-bottom: 10px;
}
#spread .spread-real .real-visual img {
  width: 35%;
}
#spread .spread-real .real-subtitle {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 2.2rem;
  text-transform: uppercase;
  letter-spacing: 4px;
}
#spread .spread-real .real-title {
  margin-bottom: 25px;
  font-size: 2.4rem;
  text-transform: uppercase;
  letter-spacing: 20px;
}
#spread .spread-real .real-title .title-mobile {
  display: none;
}
#spread .spread-question {
  position: relative;
  display: block;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}
#spread .spread-question .question-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: #858185;
}
#spread .spread-virtual {
  width: 50%;
  margin-bottom: 95px;
  padding: 0 30px 20px;
  float: right;
  border-left: 1px solid #858185;
  text-align: left;
}
#spread .spread-virtual .virtual-title {
  font-weight: 700;
  font-size: 2.2rem;
}
#spread .spread-btn {
  margin-top: 25px;
}

@media all and (max-width: 768px) {
  #spread {
    overflow: hidden;
  }
  #spread .spread-real {
    margin-left: -125px;
    margin-right: -125px;
    padding: 50px 0;
    background-size: auto 100%;
  }
  #spread .spread-real .real-outer {
    position: static;
    padding-top: 0;
    height: auto;
  }
  #spread .spread-real .real-inner {
    position: static;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    padding: 20px 125px 70px;
  }
  #spread .spread-real .real-title {
    font-size: 1.8rem;
  }
  #spread .spread-real .real-title .title-desktop {
    display: none;
  }
  #spread .spread-real .real-title .title-mobile {
    display: block;
  }
}
@media all and (max-width: 520px) {
  #spread .spread-real {
    padding: 0;
    margin-bottom: 0;
  }
  #spread .spread-question {
    width: 40px;
    margin-left: -20px;
    float: left;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
  }
  #spread .spread-question .question-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: #858185;
  }
  #spread .spread-virtual {
    width: 100%;
    margin-bottom: 0;
    float: none;
    clear: both;
  }
}
#gallery {
  background: url("../images/bgs/bg-paper-medium.jpg");
}
#gallery .gallery-slider {
  position: relative;
  top: 50px;
  z-index: 99;
  min-height: 360px;
}
#gallery .gallery-slider:before {
  border-radius: 50%;
  border: 0.5rem solid rgba(0, 0, 0, 0.2);
  border-top-color: rgba(0, 0, 0, 0.4);
  content: '';
  height: 5rem;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 5rem;
  z-index: 0;
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
#gallery .gallery-slider.loaded:before {
  display: none;
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
}
#gallery .gallery-slider .the-slider {
  padding: 0 65px;
}
#gallery .gallery-slider .the-slider:before, #gallery .gallery-slider .the-slider:after {
  display: table;
  content: ' ';
}
#gallery .gallery-slider .the-slider:after {
  clear: both;
}
#gallery .gallery-slider .slider-track {
  padding: 20px 0 0;
}
#gallery .gallery-slider .slider-item {
  position: relative;
  width: 25%;
  float: left;
  border-top: 0.5px solid #ffffff;
  border-bottom: 0.5px solid #ffffff;
  background-color: #ffffff;
  outline: none;
}
#gallery .gallery-slider .slider-item.even {
  margin-top: -20px;
}
@media all and (max-width: 768px) {
  #gallery .gallery-slider .slider-item.even {
    margin-top: 0;
  }
}
#gallery .gallery-slider .slider-item.even .item.large {
  padding-top: 50%;
}
#gallery .gallery-slider .slider-item.even .item.large.nopad {
  padding-top: 0;
}
#gallery .gallery-slider .slider-item.even .item-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#gallery .gallery-slider .slider-item .item.large {
  width: 100%;
  clear: both;
  border: 0.5px solid #ffffff;
}
@media all and (max-width: 769px) and (min-width: min) {
  #gallery .gallery-slider .slider-item .item.large:hover .item-content {
    top: 0;
  }
}
@media all and (min-width: 769px) {
  #gallery .gallery-slider .slider-item .item.large:hover .item-content {
    top: 0;
  }
}
#gallery .gallery-slider .slider-item .item.small {
  display: block;
  width: 50%;
  float: left;
  border: 0.5px solid #ffffff;
}
#gallery .gallery-slider .slider-item .item .item-icon {
  display: none;
}
#gallery .gallery-slider .slider-item .item-outer {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
#gallery .gallery-slider .slider-item .item-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
#gallery .gallery-slider .slider-item .item-content {
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(51, 51, 51, 0.9);
  font-size: 1.8rem;
  line-height: normal;
  color: #ffffff;
  width: 100%;
  height: 100%;
  padding: 10px;
  overflow: hidden;
  -moz-transition: top 200ms;
  -o-transition: top 200ms;
  -webkit-transition: top 200ms;
  transition: top 200ms;
}
#gallery .gallery-slider .slider-item .item-content:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzMzMzMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #333333));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #333333);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #333333);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #333333);
}
#gallery .gallery-slider .slider-item .item-content .content-bottom {
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 5px;
  right: 5px;
}
#gallery .gallery-slider .slider-controls {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
  cursor: pointer;
  line-height: 1;
}
#gallery .gallery-slider .slider-controls > * {
  color: #858185;
  font-size: 28px;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -webkit-transition: 300ms;
  transition: 300ms;
}
#gallery .gallery-slider .slider-controls > *:hover {
  color: #736f73;
}
#gallery .gallery-slider .slider-controls.prev {
  left: 0;
}
#gallery .gallery-slider .slider-controls.next {
  right: 0;
}

@media all and (max-width: 768px) {
  #gallery .gallery-slider .the-slider {
    padding: 0;
  }
  #gallery .gallery-slider .slider-item .item .item-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    padding: 10px;
    background-color: #333333;
    color: #ffffff;
  }
  #gallery .gallery-slider .slider-item .item.large.active .item-content {
    top: 0;
  }
  #gallery .gallery-slider .slider-controls {
    font-size: 20px;
  }
  #gallery .gallery-slider .slider-controls.prev {
    left: -25px;
  }
  #gallery .gallery-slider .slider-controls.next {
    right: -25px;
  }
}
#map .map-box {
  position: relative;
  z-index: 9;
  width: 230px;
  float: right;
}
#map .map-legend {
  padding: 90px 15px 20px;
  background-color: #ffffff;
  -moz-border-radius-bottomleft: 20px;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -webkit-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
  text-align: center;
}
#map .map-controls {
  margin-top: 20px;
  float: right;
}
#map .map-controls .controls-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  background-color: #333333;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#map .map-controls .controls-icon:hover {
  opacity: .7;
}
#map .map-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%;
  background-color: #ffffff;
}
#map .map-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  /* .map-overlay {
  	position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1;
  	width: 100%; height: 100%;
  } */
}
#map .map-inner .the-map {
  width: 100%;
  height: 100%;
}

@media all and (max-width: 768px) {
  #map .map-box {
    width: 100%;
  }
  #map .map-wrap {
    padding-top: 100%;
  }
}
@media all and (max-width: 520px) {
  #map .map-wrap {
    padding-top: 150%;
  }
}
.upload-steps {
  margin: 0 auto;
}
.upload-steps .upload-step {
  display: none;
}
.upload-steps .upload-step.active {
  display: block;
}

#upload {
  background: url("../images/bgs/bg-paper-medium.jpg");
  padding: 30px 0 50px;
  text-align: center;
}
#upload .progress {
  margin-bottom: 25px;
}
#upload .loader {
  background: url("../images/bgs/bg-paper-light.jpg");
  display: none;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
#upload .loader:before {
  border-radius: 50%;
  border: 0.5rem solid rgba(0, 0, 0, 0.2);
  border-top-color: rgba(0, 0, 0, 0.4);
  content: '';
  height: 5rem;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 5rem;
  z-index: 0;
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
#upload .section-content {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 275px;
  position: relative;
}
@media all and (max-width: 479px) and (min-width: min) {
  #upload .section-content {
    max-width: 335px;
  }
}
@media all and (min-width: 479px) {
  #upload .section-content {
    max-width: 335px;
  }
}
@media all and (max-width: 768px) and (min-width: min) {
  #upload .section-content {
    max-width: 960px;
  }
}
@media all and (min-width: 768px) {
  #upload .section-content {
    max-width: 960px;
  }
}
@media all and (max-width: 1010px) and (min-width: 768px) {
  #upload .section-content {
    margin-left: 25px;
    margin-right: 25px;
  }
}
#upload.no-canvas .upload-step {
  display: none !important;
}
#upload.no-canvas #no-canvas-message {
  display: block;
}
#upload[data-step="1"] .upload-step:first-child, #upload[data-step="2"] .upload-step:first-child, #upload[data-step="3"] .upload-step:first-child {
  display: block;
}
#upload[data-step="1"] #lightbulb-camera {
  display: block;
}
#upload[data-step="1"] #image-upload {
  display: block;
}
#upload[data-step="2"] #step-navigation, #upload[data-step="2"] #image-actions {
  display: block;
}
#upload[data-step="3"] #step-navigation, #upload[data-step="3"] #coin-actions {
  display: block;
}
#upload[data-step="4"] .upload-step {
  display: block;
}
#upload[data-step="4"] #canvas-wrapper {
  pointer-events: none;
}
@media all and (max-width: 768px) {
  #upload[data-step="4"] .upload-step:last-child {
    margin-top: 25px;
  }
}
@media all and (max-width: 768px) and (min-width: min) {
  #upload {
    text-align: left;
    padding: 140px 0;
  }
  #upload .section-content {
    min-height: 335px;
  }
  #upload .section-content .form {
    padding-left: 50%;
  }
  #upload .section-content #canvas-wrapper {
    left: 0;
    position: absolute;
    top: 0;
  }
}
@media all and (min-width: 768px) {
  #upload {
    text-align: left;
    padding: 140px 0;
  }
  #upload .section-content {
    min-height: 335px;
  }
  #upload .section-content .form {
    padding-left: 50%;
  }
  #upload .section-content #canvas-wrapper {
    left: 0;
    position: absolute;
    top: 0;
  }
}

#image-upload {
  display: none;
  margin: 25px 0;
}

#no-canvas-message {
  display: none;
  margin: 25px 0;
}

#lightbulb-camera {
  display: none;
}

#step-navigation {
  display: none;
  margin: 25px 0;
  text-align: left;
}
#step-navigation #reset {
  display: inline-block;
  margin-top: 6px;
  margin-right: 10px;
}
#step-navigation #step-forward {
  float: right;
}

#coin-actions {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  bottom: 10px;
  border-radius: 10px;
  padding: 0 10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 70%;
}
#coin-actions .coin-action-button {
  color: #ffffff;
  font-size: 2.5rem;
  text-decoration: none;
}
#coin-actions .range {
  width: 79%;
}

#image-actions {
  display: none;
  margin: 25px 0;
}
#image-actions #rotate-left, #image-actions #rotate-right {
  background: no-repeat center center/contain;
  border-radius: 100%;
  display: inline-block;
  height: 25px;
  text-indent: -9999px;
  width: 25px;
}
#image-actions #rotate-left {
  background-image: url("../images/svg/rotate-left.svg");
}
#image-actions #rotate-right {
  background-image: url("../images/svg/rotate-right.svg");
}

#form-submit {
  float: right;
}

.form-field small {
  margin: 0 0 10px;
  display: inline-block;
}

#thanks {
  background: url("../images/bgs/bg-paper-medium.jpg");
  padding: 30px 0 50px;
}
#thanks .section-content {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 275px;
  position: relative;
}
@media all and (max-width: 479px) and (min-width: min) {
  #thanks .section-content {
    max-width: 335px;
  }
}
@media all and (min-width: 479px) {
  #thanks .section-content {
    max-width: 335px;
  }
}
@media all and (max-width: 768px) and (min-width: min) {
  #thanks .section-content {
    max-width: 960px;
  }
}
@media all and (min-width: 768px) {
  #thanks .section-content {
    max-width: 960px;
  }
}
@media all and (max-width: 1010px) and (min-width: 768px) {
  #thanks .section-content {
    margin-left: 25px;
    margin-right: 25px;
  }
}
#thanks #picture {
  max-width: 335px;
  width: 100%;
}
@media all and (max-width: 768px) and (min-width: min) {
  #thanks {
    text-align: left;
    padding: 140px 0;
  }
  #thanks .section-content {
    min-height: 335px;
  }
  #thanks .section-content .section-inner {
    padding-left: 50%;
  }
  #thanks .section-content #picture {
    left: 0;
    position: absolute;
    top: 0;
  }
}
@media all and (min-width: 768px) {
  #thanks {
    text-align: left;
    padding: 140px 0;
  }
  #thanks .section-content {
    min-height: 335px;
  }
  #thanks .section-content .section-inner {
    padding-left: 50%;
  }
  #thanks .section-content #picture {
    left: 0;
    position: absolute;
    top: 0;
  }
}

#partners .partners-logo {
  position: relative;
}
#partners .partners-logo .logo-outer {
  position: relative;
  height: 0;
  padding-top: 50%;
}
#partners .partners-logo .logo-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 10px;
}
#partners .partners-logo .logo-inner > a {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  width: 100%;
}
#partners .partners-logo .logo-visual {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

#press a {
  color: #dcb519;
}
#press a:hover {
  color: #333333;
}

#header {
  position: relative;
  right: 0;
  left: 0;
  z-index: 9999;
}
#header.compact {
  position: fixed;
  top: 0;
}

@media all and (max-width: 768px) {
  #header {
    position: fixed;
    top: 0;
  }
}
#navigation {
  position: relative;
  right: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
}
#navigation .navigation-inner {
  position: relative;
  padding-top: 30px;
}
#navigation .navigation-inner:before, #navigation .navigation-inner:after {
  display: table;
  content: ' ';
}
#navigation .navigation-inner:after {
  clear: both;
}
#navigation .logo {
  position: absolute;
  top: 0;
  left: 25px;
  z-index: 1;
  display: inline-block;
  height: 100%;
  width: 90px;
  /* padding-top: 50px; */
  float: left;
  background-color: #dcb519;
  font-size: 70px;
  line-height: 0;
}
#navigation .logo:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  display: block;
  width: 100%;
  height: 15px;
  -moz-border-radius: 0 0 15px 15px;
  -webkit-border-radius: 0;
  border-radius: 0 0 15px 15px;
  background-color: #dcb519;
}
#navigation .logo a {
  color: #ffffff;
}
#navigation .logo .the-logo {
  position: absolute;
  bottom: 0;
  left: 10px;
  line-height: 1;
}
#navigation .hamburger {
  display: none;
}
#navigation .nav-wrap {
  display: block;
}
#navigation .nav-wrap:before, #navigation .nav-wrap:after {
  display: table;
  content: ' ';
}
#navigation .nav-wrap:after {
  clear: both;
}
#navigation nav {
  padding-bottom: 30px;
  clear: right;
  float: right;
}
#navigation nav a {
  display: block;
  color: #333333;
  text-decoration: none;
}
#navigation .lang-nav {
  height: auto;
  opacity: 1;
}
#navigation .lang-nav .lang-list li {
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #858185;
  line-height: 1;
  text-transform: uppercase;
  font-size: 1.3rem;
}
#navigation .lang-nav .lang-list li:last-child {
  border: 0;
}
#navigation .lang-nav .lang-list li.active > a {
  color: #dcb519;
}
#navigation .main-nav {
  margin-right: -15px;
}
#navigation .main-nav .main-list li {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  background-color: #ffffff;
}
#navigation .main-nav .main-list li.active:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -7.5px;
  border-top: 7.5px solid transparent;
  border-bottom: 7.5px solid transparent;
  border-left: 7.5px solid #333333;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#navigation .main-nav .main-list li a.cta {
  display: inline-block;
  padding: 12px;
  color: #ffffff;
  text-decoration: none;
  line-height: 1;
  background-color: #dcb519;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#navigation .main-nav .main-list li a.cta[type="submit"] {
  background: #dcb519 url(../images/svg/chevron-right.svg) no-repeat 90% center/10px;
  border: none;
  cursor: pointer;
  font-family: "nimbus-sans", sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-appearance: none;
  -webkit-appearance: none;
}
#navigation .main-nav .main-list li a.cta[type="submit"][disabled] {
  pointer-events: none;
  cursor: default;
  background-color: #eed46d;
}
#navigation .main-nav .main-list li a.cta:hover {
  background-color: #333333;
}
.compact #navigation .lang-nav {
  height: 0;
  opacity: 0;
  padding: 0;
}

@media all and (max-width: 768px) {
  #navigation .logo {
    width: 65px;
    font-size: 55px;
  }
  #navigation .logo:after {
    bottom: -10px;
    height: 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0;
    border-radius: 0 0 10px 10px;
  }
  #navigation .logo .the-logo {
    left: 5px;
  }
  #navigation nav {
    padding-bottom: 50px;
    float: none;
  }
  #navigation .navigation-inner {
    padding: 25px;
  }
  #navigation .hamburger {
    position: relative;
    display: block;
    width: 30px;
    height: 15px;
    float: right;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: ease-in-out 150ms;
    -o-transition: ease-in-out 150ms;
    -webkit-transition: ease-in-out 150ms;
    transition: ease-in-out 150ms;
    cursor: pointer;
  }
  #navigation .hamburger span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #858185;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: ease-in-out 150ms;
    -o-transition: ease-in-out 150ms;
    -webkit-transition: ease-in-out 150ms;
    transition: ease-in-out 150ms;
  }
  #navigation .hamburger span:nth-child(1) {
    top: 0px;
  }
  #navigation .hamburger span:nth-child(2), #navigation .hamburger span:nth-child(3) {
    top: 7px;
  }
  #navigation .hamburger span:nth-child(4) {
    top: 14px;
  }
  #navigation .hamburger.open span:nth-child(1), #navigation .hamburger.open span:nth-child(4) {
    top: 14px;
    left: 50%;
    width: 0%;
  }
  #navigation .hamburger.open span:nth-child(2) {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #navigation .hamburger.open span:nth-child(3) {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #navigation .nav-wrap {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    width: 100%;
    padding-top: 30px;
    background-color: #ffffff;
  }
  #navigation .main-nav .main-list li {
    display: block;
    padding: 15px;
    text-align: center;
  }
  #navigation .main-nav .main-list li.active:after {
    content: '';
    bottom: 50%;
    left: 25px;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  #navigation .lang-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 10px;
  }
  #navigation .lang-nav .lang-list {
    text-align: center;
  }
}
#cookies {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9;
  display: none;
  width: 100%;
  background-color: #333333;
  color: #ffffff;
  text-align: center;
  font-size: 1.5rem;
  padding: 10px 0;
}
#cookies .cookies-inner {
  float: left;
}
#cookies .cookies-outer {
  float: right;
  padding-right: 30px;
}
#cookies p {
  margin-bottom: 0;
}
#cookies .cookies-lnk {
  color: #ffffff;
}
#cookies .cookies-oke {
  color: #ffffff;
  text-decoration: none;
}
#cookies .cookies-oke .icon-oke {
  padding: 5px;
  margin-left: 10px;
  background-color: #ffffff;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-size: 60%;
  color: #333333;
}
#cookies .cookies-oke:hover {
  text-decoration: underline;
}
@media all and (max-width: 768px) {
  #cookies .cookies-inner, #cookies .cookies-outer {
    float: none;
  }
}

/*@include media($bp-s) {

	#cookies {
		height: auto;

		.cookies-inner {
			position: static; top: 50%; @include translateY(0);
			padding-top: 40px; padding-bottom: 20px;
		}

		.cookies-outer {
			top: $space-xsmall; @include translateY(0);
		}

	}

}*/
#footer {
  position: relative;
  background-color: #333333;
  font-size: 1.3rem;
  color: #ffffff;
}
#footer p {
  margin: 0;
}
#footer.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999;
  display: block;
  width: 100%;
}
#footer .footer-inner:before, #footer .footer-inner:after {
  display: table;
  content: ' ';
}
#footer .footer-inner:after {
  clear: both;
}
#footer .footer-inner > * {
  position: relative;
  height: 70px;
  float: left;
}
#footer .footer-content {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-bottom: 1px;
}
#footer .footer-address {
  width: 40%;
}
#footer .footer-address .the-address li {
  display: inline-block;
  padding: 0 5px;
  border-right: 1px solid #858185;
}
#footer .footer-address .the-address li:first-child {
  padding-left: 0;
}
#footer .footer-address .the-address li:last-child {
  padding-right: 0;
  border: 0;
}
#footer .footer-share {
  float: left;
}
#footer .footer-share li {
  display: inline-block;
  padding: 0 5px;
}
#footer .footer-share li a {
  color: #ebebeb;
  font-size: 1.8rem;
}
#footer .footer-share li:first-child {
  padding-left: 0;
}
#footer .footer-share li:last-child {
  padding-right: 0;
}
#footer .footer-links {
  width: 20%;
  text-align: center;
}
#footer .footer-links li {
  display: inline-block;
  margin: 0 5px;
}
#footer .footer-links a {
  color: #ffffff;
}
#footer .footer-logos {
  width: 40%;
  text-align: right;
}
#footer .footer-logos .the-logos {
  display: inline-block;
  margin-right: 20px;
  line-height: 1;
}
#footer .footer-logos .the-logos img {
  width: 100px;
}
#footer .footer-logos .the-logos > * {
  font-size: 48px;
  color: #ffffff;
}
#footer .footer-logos .the-logos:last-child {
  margin-right: 0;
}
#footer .footer-td {
  width: 100%;
  height: auto;
  padding-bottom: 10px;
  text-align: center;
}
#footer .footer-td a {
  color: #ffffff;
}
#footer .footer-lnk {
  text-decoration: none;
  border-bottom: 1px solid;
}
#footer .footer-lnk:hover {
  border: 0;
}

@media all and (max-width: 768px) {
  #footer .footer-inner {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  #footer .footer-inner > * {
    width: 100%;
    height: auto;
    padding: 10px 0;
    float: none;
    text-align: center;
  }
  #footer .footer-content {
    position: static;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  #footer .footer-partners {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */