@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.4.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

/*! Flickity v2.0.9
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

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

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

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

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

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

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

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: #fff; }

.flickity-prev-next-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #09f; }

.flickity-prev-next-button:active {
  opacity: .6; }

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

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

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

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

.flickity-prev-next-button:disabled {
  opacity: .3;
  cursor: auto; }

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

.flickity-prev-next-button .arrow {
  fill: #333; }

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

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

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

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

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Avenir Next", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    line-height: 0;
    color: #cacaca; }

h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #54e882;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #2de365; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a; }

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

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

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Avenir Next", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #767989;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media screen and (min-width: 90em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row.is-collapse-child,
  .row.collapse > .column > .row,
  .row.collapse > .columns > .row {
    margin-right: 0;
    margin-left: 0; }

.column, .columns {
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: 0; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.column.row.row, .row.row.columns {
  float: none;
  display: block; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 {
  flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%; }

.small-up-2 {
  flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%; }

.small-up-3 {
  flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.small-up-4 {
  flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%; }

.small-up-5 {
  flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%; }

.small-up-6 {
  flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.small-up-7 {
  flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%; }

.small-up-8 {
  flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 {
    flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-up-4 {
    flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .medium-up-7 {
    flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .medium-up-8 {
    flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    flex: 1 1 0px; } }

.row.small-unstack > .column, .row.small-unstack > .columns {
  flex: 0 0 100%;
  flex: 1 1 0px; }

@media print, screen and (min-width: 40em) {
  .small-collapse > .column, .small-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .small-uncollapse > .column, .small-uncollapse > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 {
    flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .large-up-4 {
    flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .large-up-7 {
    flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .large-up-8 {
    flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    flex: 1 1 0px; } }

.row.small-unstack > .column, .row.small-unstack > .columns {
  flex: 0 0 100%;
  flex: 1 1 0px; }

@media print, screen and (min-width: 64em) {
  .small-collapse > .column, .small-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .small-uncollapse > .column, .small-uncollapse > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; } }

@media screen and (min-width: 90em) {
  .xxlarge-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .xxlarge-offset-0 {
    margin-left: 0%; }
  .xxlarge-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xxlarge-offset-1 {
    margin-left: 8.33333%; }
  .xxlarge-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .xxlarge-offset-2 {
    margin-left: 16.66667%; }
  .xxlarge-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xxlarge-offset-3 {
    margin-left: 25%; }
  .xxlarge-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .xxlarge-offset-4 {
    margin-left: 33.33333%; }
  .xxlarge-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .xxlarge-offset-5 {
    margin-left: 41.66667%; }
  .xxlarge-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .xxlarge-offset-6 {
    margin-left: 50%; }
  .xxlarge-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xxlarge-offset-7 {
    margin-left: 58.33333%; }
  .xxlarge-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .xxlarge-offset-8 {
    margin-left: 66.66667%; }
  .xxlarge-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .xxlarge-offset-9 {
    margin-left: 75%; }
  .xxlarge-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .xxlarge-offset-10 {
    margin-left: 83.33333%; }
  .xxlarge-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .xxlarge-offset-11 {
    margin-left: 91.66667%; }
  .xxlarge-up-1 {
    flex-wrap: wrap; }
    .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .xxlarge-up-2 {
    flex-wrap: wrap; }
    .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .xxlarge-up-3 {
    flex-wrap: wrap; }
    .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .xxlarge-up-4 {
    flex-wrap: wrap; }
    .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .xxlarge-up-5 {
    flex-wrap: wrap; }
    .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .xxlarge-up-6 {
    flex-wrap: wrap; }
    .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .xxlarge-up-7 {
    flex-wrap: wrap; }
    .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .xxlarge-up-8 {
    flex-wrap: wrap; }
    .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 90em) and (min-width: 90em) {
  .xxlarge-expand {
    flex: 1 1 0px; } }

.row.small-unstack > .column, .row.small-unstack > .columns {
  flex: 0 0 100%;
  flex: 1 1 0px; }

@media screen and (min-width: 90em) {
  .small-collapse > .column, .small-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .small-uncollapse > .column, .small-uncollapse > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; } }

.shrink {
  flex: 0 0 auto;
  max-width: 100%; }

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

.align-right {
  justify-content: flex-end; }

.align-center {
  justify-content: center; }

.align-justify {
  justify-content: space-between; }

.align-spaced {
  justify-content: space-around; }

.align-right.vertical.menu > li > a {
  justify-content: flex-end; }

.align-center.vertical.menu > li > a {
  justify-content: center; }

.align-top {
  align-items: flex-start; }

.align-self-top {
  align-self: flex-start; }

.align-bottom {
  align-items: flex-end; }

.align-self-bottom {
  align-self: flex-end; }

.align-middle {
  align-items: center; }

.align-self-middle {
  align-self: center; }

.align-stretch {
  align-items: stretch; }

.align-self-stretch {
  align-self: stretch; }

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center; }

.small-order-1 {
  order: 1; }

.small-order-2 {
  order: 2; }

.small-order-3 {
  order: 3; }

.small-order-4 {
  order: 4; }

.small-order-5 {
  order: 5; }

.small-order-6 {
  order: 6; }

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1; }
  .medium-order-2 {
    order: 2; }
  .medium-order-3 {
    order: 3; }
  .medium-order-4 {
    order: 4; }
  .medium-order-5 {
    order: 5; }
  .medium-order-6 {
    order: 6; } }

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1; }
  .large-order-2 {
    order: 2; }
  .large-order-3 {
    order: 3; }
  .large-order-4 {
    order: 4; }
  .large-order-5 {
    order: 5; }
  .large-order-6 {
    order: 6; } }

@media screen and (min-width: 90em) {
  .xxlarge-order-1 {
    order: 1; }
  .xxlarge-order-2 {
    order: 2; }
  .xxlarge-order-3 {
    order: 3; }
  .xxlarge-order-4 {
    order: 4; }
  .xxlarge-order-5 {
    order: 5; }
  .xxlarge-order-6 {
    order: 6; } }

.flex-container {
  display: flex; }

.flex-child-auto {
  flex: 1 1 auto; }

.flex-child-grow {
  flex: 1 0 auto; }

.flex-child-shrink {
  flex: 0 1 auto; }

.flex-dir-row {
  flex-direction: row; }

.flex-dir-row-reverse {
  flex-direction: row-reverse; }

.flex-dir-column {
  flex-direction: column; }

.flex-dir-column-reverse {
  flex-direction: column-reverse; }

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex; }
  .medium-flex-child-auto {
    flex: 1 1 auto; }
  .medium-flex-child-grow {
    flex: 1 0 auto; }
  .medium-flex-child-shrink {
    flex: 0 1 auto; }
  .medium-flex-dir-row {
    flex-direction: row; }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .medium-flex-dir-column {
    flex-direction: column; }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex; }
  .large-flex-child-auto {
    flex: 1 1 auto; }
  .large-flex-child-grow {
    flex: 1 0 auto; }
  .large-flex-child-shrink {
    flex: 0 1 auto; }
  .large-flex-dir-row {
    flex-direction: row; }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .large-flex-dir-column {
    flex-direction: column; }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

@media screen and (min-width: 90em) {
  .xxlarge-flex-container {
    display: flex; }
  .xxlarge-flex-child-auto {
    flex: 1 1 auto; }
  .xxlarge-flex-child-grow {
    flex: 1 0 auto; }
  .xxlarge-flex-child-shrink {
    flex: 0 1 auto; }
  .xxlarge-flex-dir-row {
    flex-direction: row; }
  .xxlarge-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .xxlarge-flex-dir-column {
    flex-direction: column; }
  .xxlarge-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

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

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

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

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

@media screen and (min-width: 90em) {
  .xxlarge-text-left {
    text-align: left; }
  .xxlarge-text-right {
    text-align: right; }
  .xxlarge-text-center {
    text-align: center; }
  .xxlarge-text-justify {
    text-align: justify; } }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 90em) {
  .hide-for-xxlarge {
    display: none !important; } }

@media screen and (max-width: 89.9375em) {
  .show-for-xxlarge {
    display: none !important; } }

@media screen and (min-width: 90em) {
  .hide-for-xxlarge-only {
    display: none !important; } }

@media screen and (max-width: 89.9375em) {
  .show-for-xxlarge-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 1.25rem 1.5rem;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #54e882;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #2ae263;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #54e882;
    color: #0a0a0a; }
    .button.primary:hover, .button.primary:focus {
      background-color: #1edf5a;
      color: #0a0a0a; }
  .button.secondary {
    background-color: #454f76;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #373f5e;
      color: #fefefe; }
  .button.success {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button.warning {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button.alert {
    background-color: #cc4b37;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #54e882;
      color: #fefefe; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #54e882;
        color: #0a0a0a; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #454f76;
        color: #fefefe; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #0a0a0a; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #0a0a0a; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cc4b37;
        color: #fefefe; }
  .button.hollow {
    border: 3px solid #54e882;
    color: #54e882; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #138b38;
      color: #138b38; }
      .button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
        border: 3px solid #54e882;
        color: #54e882; }
    .button.hollow.primary {
      border: 3px solid #54e882;
      color: #54e882; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #138b38;
        color: #138b38; }
        .button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
          border: 3px solid #54e882;
          color: #54e882; }
    .button.hollow.secondary {
      border: 3px solid #454f76;
      color: #454f76; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #23283b;
        color: #23283b; }
        .button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
          border: 3px solid #454f76;
          color: #454f76; }
    .button.hollow.success {
      border: 3px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
        .button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
          border: 3px solid #3adb76;
          color: #3adb76; }
    .button.hollow.warning {
      border: 3px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
          border: 3px solid #ffae00;
          color: #ffae00; }
    .button.hollow.alert {
      border: 3px solid #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
        .button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
          border: 3px solid #cc4b37;
          color: #cc4b37; }
  .button.clear {
    border: 3px solid #54e882;
    color: #54e882; }
    .button.clear, .button.clear:hover, .button.clear:focus {
      background-color: transparent; }
    .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
      background-color: transparent; }
    .button.clear:hover, .button.clear:focus {
      border-color: #138b38;
      color: #138b38; }
      .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
        border: 3px solid #54e882;
        color: #54e882; }
    .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
      border-color: transparent; }
    .button.clear.primary {
      border: 3px solid #54e882;
      color: #54e882; }
      .button.clear.primary:hover, .button.clear.primary:focus {
        border-color: #138b38;
        color: #138b38; }
        .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
          border: 3px solid #54e882;
          color: #54e882; }
      .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
        border-color: transparent; }
    .button.clear.secondary {
      border: 3px solid #454f76;
      color: #454f76; }
      .button.clear.secondary:hover, .button.clear.secondary:focus {
        border-color: #23283b;
        color: #23283b; }
        .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
          border: 3px solid #454f76;
          color: #454f76; }
      .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
        border-color: transparent; }
    .button.clear.success {
      border: 3px solid #3adb76;
      color: #3adb76; }
      .button.clear.success:hover, .button.clear.success:focus {
        border-color: #157539;
        color: #157539; }
        .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
          border: 3px solid #3adb76;
          color: #3adb76; }
      .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
        border-color: transparent; }
    .button.clear.warning {
      border: 3px solid #ffae00;
      color: #ffae00; }
      .button.clear.warning:hover, .button.clear.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
          border: 3px solid #ffae00;
          color: #ffae00; }
      .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
        border-color: transparent; }
    .button.clear.alert {
      border: 3px solid #cc4b37;
      color: #cc4b37; }
      .button.clear.alert:hover, .button.clear.alert:focus {
        border-color: #67251a;
        color: #67251a; }
        .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
          border: 3px solid #cc4b37;
          color: #cc4b37; }
      .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
        border-color: transparent; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1.5rem; }
  .button.dropdown.hollow::after {
    border-top-color: #54e882; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #54e882; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #454f76; }
  .button.dropdown.hollow.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after {
    border-top-color: #cc4b37; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap; }
  [data-whatinput='mouse'] .menu li {
    outline: 0; }
  .menu a,
  .menu .button {
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    display: block;
    padding: 0.7rem 1rem; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu input {
    display: inline-block; }
  .menu, .menu.horizontal {
    flex-wrap: wrap;
    flex-direction: row; }
  .menu.vertical {
    flex-wrap: nowrap;
    flex-direction: column; }
  .menu.expanded li {
    flex: 1 1 0px; }
  .menu.simple {
    align-items: center; }
    .menu.simple li + li {
      margin-left: 1rem; }
    .menu.simple a {
      padding: 0; }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.medium-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.medium-expanded li {
      flex: 1 1 0px; }
    .menu.medium-simple li {
      flex: 1 1 0px; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.large-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.large-expanded li {
      flex: 1 1 0px; }
    .menu.large-simple li {
      flex: 1 1 0px; } }
  @media screen and (min-width: 90em) {
    .menu.xxlarge-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.xxlarge-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.xxlarge-expanded li {
      flex: 1 1 0px; }
    .menu.xxlarge-simple li {
      flex: 1 1 0px; } }
  .menu.nested {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.icons a {
    display: flex; }
  .menu.icon-left li a {
    flex-flow: row nowrap; }
    .menu.icon-left li a img,
    .menu.icon-left li a i,
    .menu.icon-left li a svg {
      margin-right: 0.25rem; }
  .menu.icon-right li a {
    flex-flow: row nowrap; }
    .menu.icon-right li a img,
    .menu.icon-right li a i,
    .menu.icon-right li a svg {
      margin-left: 0.25rem; }
  .menu.icon-top li a {
    flex-flow: column nowrap; }
    .menu.icon-top li a img,
    .menu.icon-top li a i,
    .menu.icon-top li a svg {
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu.icon-bottom li a {
    flex-flow: column nowrap; }
    .menu.icon-bottom li a img,
    .menu.icon-bottom li a i,
    .menu.icon-bottom li a svg {
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu .is-active > a {
    background: #54e882;
    color: #fefefe; }
  .menu .active > a {
    background: #54e882;
    color: #fefefe; }
  .menu.align-left {
    justify-content: flex-start; }
  .menu.align-right li {
    display: flex;
    justify-content: flex-end; }
    .menu.align-right li .submenu li {
      justify-content: flex-start; }
  .menu.align-right.vertical li {
    display: block;
    text-align: right; }
    .menu.align-right.vertical li .submenu li {
      text-align: right; }
  .menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0; }
  .menu.align-center li {
    display: flex;
    justify-content: center; }
    .menu.align-center li .submenu li {
      justify-content: flex-start; }
  .menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit; }

.menu-centered > .menu {
  justify-content: center; }
  .menu-centered > .menu li {
    display: flex;
    justify-content: center; }
    .menu-centered > .menu li .submenu li {
      justify-content: flex-start; }

.no-js [data-responsive-menu] ul {
  display: none; }

.breadcrumbs {
  margin: 0 0 2rem;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #454f76;
    cursor: default; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #cacaca; }
  .breadcrumbs a {
    color: #767989; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(69, 79, 118, 0.85);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #54e882; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-push {
    z-index: 12; }
  .off-canvas.is-closed {
    visibility: hidden; }
  .off-canvas.is-transition-overlap {
    z-index: 13; }
    .off-canvas.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas.is-open {
    transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #54e882; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-push {
    z-index: 12; }
  .off-canvas-absolute.is-closed {
    visibility: hidden; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 13; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas-absolute.is-open {
    transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  transform: translateX(-250px);
  overflow-y: auto; }
  .off-canvas-content .off-canvas.position-left {
    transform: translateX(-250px); }
    .off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-left.has-transition-push {
    transform: translateX(250px); }
  .position-left.is-transition-push {
    box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  transform: translateX(250px);
  overflow-y: auto; }
  .off-canvas-content .off-canvas.position-right {
    transform: translateX(250px); }
    .off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-right.has-transition-push {
    transform: translateX(-250px); }
  .position-right.is-transition-push {
    box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(-250px);
  overflow-x: auto; }
  .off-canvas-content .off-canvas.position-top {
    transform: translateY(-250px); }
    .off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-top.has-transition-push {
    transform: translateY(250px); }
  .position-top.is-transition-push {
    box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25); }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(250px);
  overflow-x: auto; }
  .off-canvas-content .off-canvas.position-bottom {
    transform: translateY(250px); }
    .off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-bottom.has-transition-push {
    transform: translateY(-250px); }
  .position-bottom.is-transition-push {
    box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25); }

.off-canvas-content {
  transform: none;
  transition: transform 0.5s ease;
  backface-visibility: hidden; }
  .off-canvas-content.has-transition-push {
    transform: translate(0, 0); }
  .off-canvas-content .off-canvas.is-open {
    transform: translate(0, 0); }

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media screen and (min-width: 90em) {
  .position-left.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-xxlarge .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-xxlarge {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-xxlarge ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-xxlarge .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-xxlarge {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-xxlarge ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-xxlarge .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-xxlarge {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-xxlarge ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-xxlarge .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-xxlarge {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-xxlarge ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-medium .close-button {
      display: none; } }

@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-large .close-button {
      display: none; } }

@media screen and (min-width: 90em) {
  .off-canvas.in-canvas-for-xxlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-xxlarge.position-left, .off-canvas.in-canvas-for-xxlarge.position-right, .off-canvas.in-canvas-for-xxlarge.position-top, .off-canvas.in-canvas-for-xxlarge.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-xxlarge .close-button {
      display: none; } }

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  flex-wrap: wrap; }
  .top-bar,
  .top-bar ul {
    background-color: transparent; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%; }
  @media print, screen and (min-width: 40em) {
    .top-bar {
      flex-wrap: nowrap; }
      .top-bar .top-bar-left {
        flex: 1 1 auto;
        margin-right: auto; }
      .top-bar .top-bar-right {
        flex: 0 1 auto;
        margin-left: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium {
      flex-wrap: wrap; }
      .top-bar.stacked-for-medium .top-bar-left,
      .top-bar.stacked-for-medium .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large {
      flex-wrap: wrap; }
      .top-bar.stacked-for-large .top-bar-left,
      .top-bar.stacked-for-large .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }
  .top-bar.stacked-for-xxlarge {
    flex-wrap: wrap; }
    .top-bar.stacked-for-xxlarge .top-bar-left,
    .top-bar.stacked-for-xxlarge .top-bar-right {
      flex: 0 0 100%;
      max-width: 100%; }

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0; }

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto; }

.close-button {
  position: absolute;
  color: #454f76;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 4rem;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 4rem;
    line-height: 1; }

.tabs {
  margin: 0 0 2rem;
  border: 1px solid 0;
  background: transparent;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #54e882; }
  .tabs.primary > li > a {
    color: #0a0a0a; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #46e678; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 0;
    font-size: 3rem;
    line-height: 1;
    color: #747fad; }
    .tabs-title > a:hover {
      background: transparent;
      color: #5c699d; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: transparent;
      color: #54e882; }

.tabs-content {
  border: 1px solid 0;
  border-top: 0;
  background: transparent;
  color: inherit;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid 0;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 0; }
  .tabs-panel.is-active {
    display: block; }

.accordion {
  margin-left: 0;
  background: transparent;
  list-style-type: none; }
  .accordion[disabled] .accordion-title {
    cursor: not-allowed; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 0;
  border: 0;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #54e882; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 0;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 0;
  border: 0;
  border-bottom: 0;
  background-color: transparent;
  color: inherit; }
  :last-child > .accordion-content:last-child {
    border-bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  user-select: none; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  appearance: none;
  border-radius: 0; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  height: auto;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

body {
  overflow-x: hidden; }

@media (min-width: 375px) and (max-width: 1023px) {
  .column, .columns {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
    .column .column, .columns .column, .column .columns, .columns .columns {
      padding-left: 0.625rem;
      padding-right: 0.625rem; }
  .row .row.collapse {
    margin-left: -1.5rem;
    margin-right: -1.5rem; } }

@font-face {
  font-family: 'Avenir Next';
  font-weight: 400;
  src: url("../fonts/348567_0_0.eot");
  src: url("../fonts/348567_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/348567_0_0.woff2") format("woff2"), url("../fonts/348567_0_0.woff") format("woff"), url("../fonts/348567_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Avenir Next';
  font-weight: 600;
  src: url("../fonts/348567_1_0.eot");
  src: url("../fonts/348567_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/348567_1_0.woff2") format("woff2"), url("../fonts/348567_1_0.woff") format("woff"), url("../fonts/348567_1_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Avenir Next';
  font-weight: 700;
  src: url("../fonts/348567_2_0.eot");
  src: url("../fonts/348567_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/348567_2_0.woff2") format("woff2"), url("../fonts/348567_2_0.woff") format("woff"), url("../fonts/348567_2_0.ttf") format("truetype"); }

p a {
  color: #54e882; }

/*
  Base font-size: 3.125rem // 50px
  Max font-size: 6.25rem // 100px
  Scales between 640px and 1200px
 */
/*
  Base font-size: 3.125rem // 50px
  Max font-size: 5.3125rem // 85px
  Scales between 640px and 1200px
 */
/*
  Base font-size: 2.25rem // 36px
  Max font-size: 3.125rem // 54px
  Scales between 640px and 1200px
 */
/*
  Base font-size: 1.75rem // 28px
  Max font-size: 3rem // 48px
  Scales between 640px and 1200px
 */
/*
  Base font-size: 1.625rem // 26px
  Max font-size: 2.25rem // 36px
  Scales between 640px and 1200px
 */
/*
  Base font-size: 1.375rem // 22px
  Max font-size: 1.75rem // 28px
  Scales between 640px and 1200px
 */
/*
  Base font-size: 0.75rem // 12px
  Max font-size: 0.9375rem // 15px
  Scales between 640px and 1200px
 */
/*
  Base font-size: 1rem // 16px
  Max font-size: 1.25rem // 20px
  Scales between 640px and 1200px
 */
/*
  Base font-size: 0.9375rem // 15px
  Max font-size: 1.5rem // 24px
  Scales between 640px and 1200px
 */
/*
  Base font-size: 0.75rem // 12px
  Max font-size: 1.125rem // 18px
  Scales between 640px and 1200px
 */
/*
  Base font-size: 0.75rem // 14px
  Max font-size: 1.125rem // 22px
  Scales between 640px and 1200px
 */
strong,
b {
  font-weight: 600; }

.entry-header .entry-title {
  font-size: 3rem;
  font-weight: 700; }

.link.link-large, .teaser.teaser-performance .teaser-title, .section-archive h1 {
  font-size: 2.25rem; }

.section-archive .splitter .teaser-title {
  font-size: 1.75rem; }

.menu.menu-offcanvas-sub a, .menu .lang-item a {
  font-size: 1.375rem;
  font-weight: 700; }

.button.button-full, .button.button-large, .locations .location-switcher-title {
  font-size: 1.575rem; }

.button {
  font-size: 1rem; }

.teaser .teaser-title, .teaser .teaser-subline {
  font-size: 0.9375rem; }

.menu.menu-footer {
  font-size: 0.6875rem; }

a {
  color: inherit; }

@media screen and (max-width: 39.9375em) {
  .break-small {
    display: block; } }

@media print, screen and (min-width: 64em) {
  .break-large {
    display: block; } }

@media print, screen and (min-width: 40em) {
  .break-medium {
    display: block; } }

.break-medium-only {
  display: none; }
  @media print, screen and (min-width: 40em) {
    .break-medium-only {
      display: block; } }

.text-highlight {
  color: #54e882;
  font-weight: 700;
  line-height: 1.25; }

.text-low-lineheight {
  line-height: 1.25; }

.text-highlight-secondary {
  color: #454f76;
  font-weight: 700; }

.text-accentuate {
  font-size: 1rem;
  font-weight: 400; }
  @media print, screen and (min-width: 40em) {
    .text-accentuate {
      font-size: calc(1rem + (0.25) * (100vw - 40rem) / (90 - 40)); } }
  @media screen and (min-width: 90em) {
    .text-accentuate {
      font-size: 1.25rem; } }
  @media screen and (max-width: 39.9375em) {
    .text-accentuate {
      font-weight: 600; } }

.text-underline {
  display: inline-block;
  border-bottom: 4px solid #454f76;
  margin-bottom: 2rem; }

.image-grid-overflow {
  position: relative; }
  @media print, screen and (min-width: 40em) {
    .image-grid-overflow {
      max-width: none; } }

.placeholder-image {
  position: relative;
  display: block;
  background: #f2f2f9;
  overflow: hidden;
  width: 100%;
  height: 15rem; }
  .placeholder-image:before, .placeholder-image:after {
    position: absolute;
    content: ' ';
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #95989a; }
  .placeholder-image:before {
    transform: rotate(30deg); }
  .placeholder-image:after {
    transform: rotate(-30deg); }

.divider {
  height: 0;
  border: 1px solid #f2f2f9;
  margin: 2rem 0 1rem; }

img.img-full {
  width: 100%; }

.background {
  min-height: 150px; }
  .background h2:first-child,
  .background h3:first-child {
    margin-top: 0; }
  .background-scribble {
    background: url("../images/nfx/nfx-note-scribble.png") center center/cover; }
  .background-fasching-1 {
    background: url("../images/nfx/nfx-fasching-1.png") center center/cover; }
  .background-powerworkouts-1 {
    background: url("../images/nfx/background-powerworkouts.jpg") center center/cover;
    min-height: 380px; }
    .background-powerworkouts-1 .button.button-arrow-right {
      position: absolute;
      left: calc(50% - 150px);
      right: calc(50% - 150px);
      bottom: 5%;
      width: 300px; }
  .background-fasching-2 {
    background: url("../images/nfx/nfx-fasching-2.png") center center/cover; }
  .background-card {
    background: url("../images/nfx/nfx-card.png") center center/cover; }
  .background-affe {
    background: url("../images/nfx/nfx-affe.png") center center/cover; }
  .background.background-text-light {
    background-color: #868eb1; }
  .background.background-grey {
    background-color: #f2f2f9; }
  .background.background-secondary-dark {
    color: #868eb1;
    background-color: #1a294c; }
  .background.background-secondary-light {
    color: #868eb1;
    background-color: #454f76; }
  @media screen and (max-width: 39.9375em) {
    .background-small-primary {
      background-color: #54e882;
      color: #454f76; } }

header.header-main {
  position: absolute;
  background: transparent;
  width: 100%; }
  header.header-main a {
    color: #fff; }

header .logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 1.5rem; }

header .menu-icon {
  display: block;
  background: #1a294c; }
  header .menu-icon .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    header .menu-icon .icon span {
      background: #54e882; }

.logo {
  width: 8rem; }
  .logo.logo-footer {
    width: 17.8125rem; }

section {
  font-size: 1rem;
  font-weight: 400; }
  @media print, screen and (min-width: 40em) {
    section {
      font-size: calc(1rem + (0.25) * (100vw - 40rem) / (90 - 40)); } }
  @media screen and (min-width: 90em) {
    section {
      font-size: 1.25rem; } }
  section h2 {
    font-size: 2.25rem;
    line-height: 1.1;
    font-weight: 700;
    color: #1e2a4d;
    margin: 2rem 0; }
    @media print, screen and (min-width: 40em) {
      section h2 {
        font-size: calc(2.25rem + (1.125) * (100vw - 40rem) / (90 - 40)); } }
    @media screen and (min-width: 90em) {
      section h2 {
        font-size: 3.375rem; } }
    section h2.reduce-margin {
      margin: 1rem 0; }
  section h3 {
    font-size: 1.75rem;
    line-height: 1.1;
    font-weight: 700;
    color: #1e2a4d;
    margin: 4rem 0 2rem; }
    @media print, screen and (min-width: 40em) {
      section h3 {
        font-size: calc(1.75rem + (1.25) * (100vw - 40rem) / (90 - 40)); } }
    @media screen and (min-width: 90em) {
      section h3 {
        font-size: 3rem; } }
  section h4 {
    font-size: 1.625rem;
    line-height: 1.1;
    font-weight: 700;
    color: #1e2a4d; }
    @media print, screen and (min-width: 40em) {
      section h4 {
        font-size: calc(1.625rem + (0.625) * (100vw - 40rem) / (90 - 40)); } }
    @media screen and (min-width: 90em) {
      section h4 {
        font-size: 2.25rem; } }
  section h5 {
    font-size: 1.375rem;
    line-height: 1.1;
    font-weight: 700;
    color: #454f76; }
    @media print, screen and (min-width: 40em) {
      section h5 {
        font-size: calc(1.375rem + (0.375) * (100vw - 40rem) / (90 - 40)); } }
    @media screen and (min-width: 90em) {
      section h5 {
        font-size: 1.75rem; } }
  section.section-full {
    position: relative;
    height: 100vh;
    background-color: #454f76; }
    section.section-full > .row {
      height: 100%; }
  @media screen and (min-width: 90em) {
    section.section-half-full {
      min-height: 618px; } }
  @media screen and (max-width: 39.9375em) {
    section.section-small-dark {
      background-color: #454f76;
      color: #fff; }
      section.section-small-dark h1,
      section.section-small-dark h2,
      section.section-small-dark h3,
      section.section-small-dark h4,
      section.section-small-dark h5 {
        color: #fff; }
      section.section-small-dark .list-accentuated {
        color: #fff; } }
  section.section-tertiary {
    padding: 5rem 0;
    margin-bottom: 3rem;
    background-color: #ff5a5f; }
  section.section-turbine {
    background: #ff5a5f url("../images/turbine.svg") center right/contain no-repeat; }
  section.section-turbine-notext {
    background: #ff5a5f url("../images/turbine-notext.png") right -3rem bottom no-repeat; }
  section.section-dark {
    background-color: #454f76; }
    section.section-dark .references {
      padding-bottom: 2rem; }
    section.section-dark .text-accentuate {
      font-size: 1.625rem;
      line-height: 1.1;
      font-weight: 700; }
      @media print, screen and (min-width: 40em) {
        section.section-dark .text-accentuate {
          font-size: calc(1.625rem + (0.625) * (100vw - 40rem) / (90 - 40)); } }
      @media screen and (min-width: 90em) {
        section.section-dark .text-accentuate {
          font-size: 2.25rem; } }
  section.section-secondary-dark {
    background-color: #1a294c; }
  section.section-tertiary, section.section-dark, section.section-secondary-dark {
    color: #fff; }
    section.section-tertiary h2,
    section.section-tertiary h3,
    section.section-tertiary h4,
    section.section-tertiary h5, section.section-dark h2,
    section.section-dark h3,
    section.section-dark h4,
    section.section-dark h5, section.section-secondary-dark h2,
    section.section-secondary-dark h3,
    section.section-secondary-dark h4,
    section.section-secondary-dark h5 {
      color: #fff; }
  section.section-pattern {
    background-image: url("../images/background-pattern.png");
    background-position: top center;
    background-size: cover;
    overflow: hidden; }
  @media print, screen and (min-width: 40em) {
    section.section-ordered > .row > .column:nth-child(1), section.section-ordered > .row > .columns:nth-child(1) {
      position: relative;
      order: 2; }
    section.section-ordered > .row > .column:nth-child(2), section.section-ordered > .row > .columns:nth-child(2) {
      order: 1; }
    section.section-ordered .tile.tile-380 {
      height: 380px; }
    section.section-ordered .tile.tile-320 {
      height: 320px; }
    section.section-ordered .tile.tile-330 {
      height: 330px; }
    section.section-ordered .tile.tile-375 {
      height: 375px; } }
  section.section-intro {
    margin-bottom: 2rem; }
  section.section-grey {
    padding: 2rem 0;
    background-color: #f2f2f9;
    color: #454f76; }
  section.section-white {
    padding: 2rem 0;
    background-color: #fff; }
  @media print, screen and (min-width: 40em) {
    section .section-headline {
      margin-top: 0; } }

.jumbotron {
  height: 60vh;
  color: #fff; }
  @media print, screen and (min-width: 40em) {
    .jumbotron-news .jumbotron-title, .jumbotron-jobs .jumbotron-title, .jumbotron-service .jumbotron-title {
      text-align: center; } }
  .jumbotron.jumbotron-jobs {
    background: url("../images/background-monkey-big.png") center center/cover; }
  .jumbotron.jumbotron-news {
    background: url("../images/background-scribble.png") center center/cover; }
  .jumbotron.jumbotron-service {
    background: url("../images/background-kicker.png") center center/cover;
    margin-bottom: 5.3125rem; }
    @media print, screen and (min-width: 40em) {
      .jumbotron.jumbotron-service {
        background-image: url("../images/background-kicker-medium.png"); } }
  .jumbotron.jumbotron-seo {
    background: #454f76 url("../images/jumbotron_leistung_seo.jpg") center center/cover; }
  .jumbotron.jumbotron-restrained {
    background-color: #454f76;
    height: 40vh; }
  .jumbotron.jumbotron-overlap {
    padding-bottom: 5rem;
    margin-bottom: -5rem; }
  .jumbotron > .row {
    height: 100%; }
  .jumbotron .jumbotron-inner {
    align-self: flex-end; }
    @media print, screen and (min-width: 40em) {
      .jumbotron .jumbotron-inner {
        align-self: center; } }
  .jumbotron .jumbotron-title {
    font-size: 3.125rem;
    line-height: 1.1;
    font-weight: 700;
    margin: 0; }
    @media print, screen and (min-width: 40em) {
      .jumbotron .jumbotron-title {
        font-size: calc(3.125rem + (3.125) * (100vw - 40rem) / (90 - 40)); } }
    @media screen and (min-width: 90em) {
      .jumbotron .jumbotron-title {
        font-size: 6.25rem; } }
  .jumbotron .jumbotron-subline {
    font-size: 0.9375rem;
    font-weight: normal;
    color: #fff;
    margin: 0 0 2.5rem; }
    @media print, screen and (min-width: 40em) {
      .jumbotron .jumbotron-subline {
        font-size: calc(0.9375rem + (0.5625) * (100vw - 40rem) / (90 - 40)); } }
    @media screen and (min-width: 90em) {
      .jumbotron .jumbotron-subline {
        font-size: 1.5rem; } }
  .jumbotron.jumbotron-agency {
    background-image: url("../images/background-agentur.png"); }

.button {
  padding: 1rem 3rem;
  font-weight: 700; }
  .button.button-full {
    font-weight: 700;
    width: 100%; }
  .button.hollow {
    color: #fff; }
  .button.hollow-white {
    color: #fff;
    font-weight: 700;
    border-color: #fff; }
    .button.hollow-white:hover, .button.hollow-white:focus {
      background-color: #fefefe;
      color: #0a0a0a;
      border-color: #fff; }
      .button.hollow-white:hover:after, .button.hollow-white:focus:after {
        background-image: url(../images/arrow-goto.svg); }
  .button.button-large {
    padding-left: 2rem;
    padding-right: 2rem;
    border: 5px solid #fff; }
  .button.button-career {
    background-color: #ff5a5f; }
  .button.button-arrow-right {
    text-align: left;
    position: relative;
    padding-right: 5rem; }
    .button.button-arrow-right::after {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      content: '';
      right: 1.5rem;
      width: 2rem;
      height: 1rem;
      background: url("../images/arrow-goto-white.svg") center center no-repeat; }

.tile {
  padding: 1.5rem; }
  .tile.tile-dark {
    color: #fff; }
  .tile.tile-white {
    background: #fff; }
  .tile.tile-grey {
    background: #f2f2f9;
    color: #767989; }
  .tile.tile-contact {
    position: relative;
    color: #fff;
    background: #54e882; }
    .tile.tile-contact .link {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 3rem;
      white-space: nowrap; }
  .tile.tile-hollow {
    border: 3px solid #fff; }
  .tile.tile-no-content .tile-title,
  .tile.tile-no-content p:last-child {
    margin-bottom: 0; }
  .tile.tile-offer .tile-title {
    color: #454f76; }
  .tile.tile-fill {
    position: relative;
    height: 100%; }
    .tile.tile-fill .tile-center {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .tile .tile-meta {
    margin-bottom: 1rem; }
  .tile .tile-title {
    font-size: 1.625rem;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 2rem; }
    @media print, screen and (min-width: 40em) {
      .tile .tile-title {
        font-size: calc(1.625rem + (0.625) * (100vw - 40rem) / (90 - 40)); } }
    @media screen and (min-width: 90em) {
      .tile .tile-title {
        font-size: 2.25rem; } }
  .tile .tile-content {
    margin-bottom: 1.5rem; }
  .tile.tile-secondary-dark {
    padding-left: 0;
    padding-right: 0;
    font-weight: 600; }

.link.link-text {
  color: #54e882;
  font-weight: 700; }

.link.link-arrow-only {
  margin: 0;
  padding: 0; }
  .link.link-arrow-only::after {
    content: '\f178';
    font-family: FontAwesome;
    font-size: 2.5rem;
    line-height: 1;
    color: #54e882; }

.link.link-angle {
  position: relative;
  padding-right: 2rem; }
  .link.link-angle::after {
    position: absolute;
    right: 0;
    height: 1.5rem;
    width: 1.5rem;
    content: '\f107';
    font-family: FontAwesome;
    font-size: 2rem;
    color: #454f76;
    transform: rotate(0) translateY(-50%);
    transition: 0.5s ease-in-out; }
  .link.link-angle.up::after {
    transform: rotate(180deg) translateY(-50%); }

.link.link-white {
  color: #fff; }

.link.link-primary {
  color: #54e882; }

.link.link-secondary {
  color: #454f76; }

.link.link-large {
  font-weight: 700;
  border-bottom: 3px solid #54e882; }

.link.link-show-more {
  display: block;
  margin-bottom: 2rem; }

.link.link-goto {
  font-size: 1rem;
  font-weight: 400; }
  @media print, screen and (min-width: 40em) {
    .link.link-goto {
      font-size: calc(1rem + (0.25) * (100vw - 40rem) / (90 - 40)); } }
  @media screen and (min-width: 90em) {
    .link.link-goto {
      font-size: 1.25rem; } }
  @media screen and (max-width: 39.9375em) {
    .link.link-goto {
      font-weight: 600; } }
  .link.link-goto::after {
    content: '';
    display: inline-block;
    margin-left: 1rem;
    background-image: url("../images/arrow-goto.svg");
    background-size: cover;
    width: 28px;
    height: 14px; }

.teaser {
  background-color: #f2f2f9; }
  .teaser.teaser-primary {
    background-color: #54e882; }
  .teaser.teaser-secondary {
    background-color: #454f76; }
  .teaser.teaser-secondary-light {
    background-color: #454f76; }
  .teaser.teaser-tertiary {
    background-color: #ff5a5f; }
  .teaser.teaser-primary, .teaser.teaser-secondary, .teaser.teaser-secondary-light, .teaser.teaser-tertiary {
    color: #fff; }
    .teaser.teaser-primary a, .teaser.teaser-secondary a, .teaser.teaser-secondary-light a, .teaser.teaser-tertiary a {
      color: #fff; }
  .teaser .teaser-image > img {
    width: 100%; }
  .teaser .teaser-description {
    padding: 1rem 1.5rem; }
  .teaser .teaser-title {
    margin: 0;
    text-align: left;
    color: #1e2a4d;
    font-weight: 700; }
  .teaser .teaser-subline {
    text-align: left; }
  .teaser.teaser-case {
    margin-bottom: 3rem; }
    .teaser.teaser-case .teaser-title {
      font-size: 0.9375rem;
      font-weight: normal;
      font-weight: 700; }
      @media print, screen and (min-width: 40em) {
        .teaser.teaser-case .teaser-title {
          font-size: calc(0.9375rem + (0.5625) * (100vw - 40rem) / (90 - 40)); } }
      @media screen and (min-width: 90em) {
        .teaser.teaser-case .teaser-title {
          font-size: 1.5rem; } }
    .teaser.teaser-case .teaser-subline {
      font-size: 0.9375rem;
      font-weight: normal; }
      @media print, screen and (min-width: 40em) {
        .teaser.teaser-case .teaser-subline {
          font-size: calc(0.9375rem + (0.5625) * (100vw - 40rem) / (90 - 40)); } }
      @media screen and (min-width: 90em) {
        .teaser.teaser-case .teaser-subline {
          font-size: 1.5rem; } }
  .teaser.teaser-service {
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
    height: 13.125rem;
    width: 100%;
    transition: all 300ms ease-in-out;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
    .teaser.teaser-service img {
      width: 100%;
      height: 100%; }
    @media print, screen and (min-width: 40em) {
      .teaser.teaser-service:hover {
        transform: scale(1.05);
        box-shadow: 5px 6px 6px rgba(0, 0, 0, 0.1); }
      .teaser.teaser-service-programmatic {
        margin-top: 5rem;
        margin-bottom: 2.5rem;
        height: 310px;
        width: 510px; }
      .teaser.teaser-service-seo {
        margin-bottom: 1.5rem;
        height: 260px;
        width: 410px; }
      .teaser.teaser-service-bi {
        margin-bottom: 2rem;
        height: 285px;
        width: 510px; }
      .teaser.teaser-service-tools {
        margin-bottom: 0;
        height: 270px;
        width: 370px; }
      .teaser.teaser-service-sea {
        margin-bottom: 2.5rem;
        height: 175px;
        width: 320px; }
      .teaser.teaser-service-affiliate {
        margin-bottom: 1.5rem;
        height: 230px;
        width: 415px; }
      .teaser.teaser-service-tracking {
        margin-bottom: 3rem;
        height: 260px;
        width: 465px; }
      .teaser.teaser-service-kreation {
        margin-bottom: 3rem;
        height: 320px;
        width: 450px; } }
    @media screen and (max-width: 39.9375em) {
      .teaser.teaser-service .teaser-description {
        position: absolute;
        top: 50%;
        transform: translateY(-50%); } }
    .teaser.teaser-service .teaser-title {
      font-size: 1.75rem;
      line-height: 1.1;
      font-weight: 700;
      color: #fff; }
      @media print, screen and (min-width: 40em) {
        .teaser.teaser-service .teaser-title {
          font-size: calc(1.75rem + (1.25) * (100vw - 40rem) / (90 - 40)); } }
      @media screen and (min-width: 90em) {
        .teaser.teaser-service .teaser-title {
          font-size: 3rem; } }
    .teaser.teaser-service .teaser-subline {
      color: #fff;
      overflow: visible !important; }
      .teaser.teaser-service .teaser-subline::after {
        display: block;
        position: absolute;
        content: '';
        transform: translateY(-100%);
        left: 100%;
        width: 2rem;
        height: 1rem;
        background: url("../images/arrow-goto-white.svg") center center no-repeat; }
    @media print, screen and (min-width: 40em) {
      .teaser.teaser-service .teaser-description {
        position: absolute;
        bottom: 0;
        padding-bottom: 0; }
      .teaser.teaser-service .teaser-subline {
        position: relative;
        overflow: hidden;
        width: calc(100% - 3rem);
        height: auto;
        max-height: 0;
        top: 15px;
        transition: max-height 300ms ease-out, top 100ms ease-out; }
      .teaser.teaser-service:hover .teaser-subline {
        max-height: 175px;
        top: 0; } }
  .teaser.teaser-news {
    margin-bottom: 2rem; }
    .teaser.teaser-news a {
      color: #454f76; }
    .teaser.teaser-news .teaser-image-fill {
      position: relative;
      width: 100%;
      height: auto; }
    .teaser.teaser-news .teaser-image-random {
      position: relative;
      height: 197px;
      width: 100%;
      overflow: hidden; }
    .teaser.teaser-news .teaser-description {
      background: #f2f2f9;
      color: #767989;
      z-index: 2; }
    @media screen and (max-width: 39.9375em) {
      .teaser.teaser-news {
        width: 100% !important; } }
  .teaser .teaser-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .teaser.teaser-performance {
    position: relative;
    background: url("../images/background-performance.png") center center/cover;
    min-height: 18.125rem; }
    .teaser.teaser-performance .column, .teaser.teaser-performance .columns {
      position: relative; }
    @media print, screen and (min-width: 64em) {
      .teaser.teaser-performance .teaser-center {
        position: absolute;
        left: auto;
        transform: translateY(-50%); } }
    .teaser.teaser-performance .teaser-title {
      color: #fff; }
    @media print, screen and (min-width: 40em) {
      .teaser.teaser-performance {
        background-image: url("../images/background-performance-medium.jpg");
        text-align: left;
        min-height: 32.125rem; } }

@media print, screen and (min-width: 40em) {
  .references {
    margin-top: 3rem;
    margin-bottom: 7.5rem; } }

.references .reference {
  position: relative;
  min-height: 75px;
  text-align: center; }
  @media print, screen and (min-width: 40em) {
    .references .reference {
      padding: 3.5rem 0; } }
  .references .reference > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.jobs {
  color: #fff;
  background: url("../images/background-monkey.png") center center/cover; }
  .jobs .jobs-headline {
    margin: 0 0 2rem;
    color: #fff; }
  .jobs .job {
    font-size: 1.625rem;
    line-height: 1.1;
    font-weight: 700;
    color: #fff;
    margin-top: -0.5rem;
    margin-bottom: 2rem; }
    @media print, screen and (min-width: 40em) {
      .jobs .job {
        font-size: calc(1.625rem + (0.625) * (100vw - 40rem) / (90 - 40)); } }
    @media screen and (min-width: 90em) {
      .jobs .job {
        font-size: 2.25rem; } }
  .jobs.tile {
    padding: 3.5rem; }

.social {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative; }
  .social.social-large {
    min-height: 290px; }
  .social.social-facebook {
    background: url("../images/background-facebook.svg") center top/100%; }
  .social .button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap; }
  .social h2 {
    font-size: 1.75rem;
    line-height: 1.1;
    font-weight: 700; }
    @media print, screen and (min-width: 40em) {
      .social h2 {
        font-size: calc(1.75rem + (1.25) * (100vw - 40rem) / (90 - 40)); } }
    @media screen and (min-width: 90em) {
      .social h2 {
        font-size: 3rem; } }

.contact {
  color: #454f76;
  padding-top: 2rem;
  padding-bottom: 1rem; }
  @media print, screen and (min-width: 40em) {
    .contact {
      font-size: 1.125rem;
      padding-top: 4.5rem; } }
  .contact .address {
    margin-bottom: 1rem; }
    .contact .address strong {
      font-weight: 700;
      color: #1a294c; }

.menu li a {
  padding-left: 0; }

.menu.menu-magellan {
  padding-right: 2rem; }
  .menu.menu-magellan li {
    border-bottom: 1px solid #d9dee2;
    padding: 1.7rem 0; }
    .menu.menu-magellan li:first-child {
      padding-top: 0; }
    .menu.menu-magellan li:last-child {
      border-bottom: 0; }
  .menu.menu-magellan a {
    font-size: 1.375rem;
    line-height: 1.1;
    font-weight: 700;
    font-weight: 600;
    color: #454f76; }
    @media print, screen and (min-width: 40em) {
      .menu.menu-magellan a {
        font-size: calc(1.375rem + (0.375) * (100vw - 40rem) / (90 - 40)); } }
    @media screen and (min-width: 90em) {
      .menu.menu-magellan a {
        font-size: 1.75rem; } }
    .menu.menu-magellan a.is-active {
      font-size: 1.625rem;
      line-height: 1.1;
      font-weight: 700;
      color: #54e882;
      padding-left: 0; }
      @media print, screen and (min-width: 40em) {
        .menu.menu-magellan a.is-active {
          font-size: calc(1.625rem + (0.625) * (100vw - 40rem) / (90 - 40)); } }
      @media screen and (min-width: 90em) {
        .menu.menu-magellan a.is-active {
          font-size: 2.25rem; } }

.menu.menu-offcanvas {
  margin-top: 2rem;
  padding: 2rem; }
  @media screen and (max-width: 39.9375em) {
    .menu.menu-offcanvas {
      margin-top: 0.5rem; } }
  .menu.menu-offcanvas .active a {
    text-decoration: underline; }
  .menu.menu-offcanvas a {
    font-size: 1.375rem;
    line-height: 1.1;
    font-weight: 700;
    outline: none;
    color: #1a294c; }
    @media print, screen and (min-width: 40em) {
      .menu.menu-offcanvas a {
        font-size: calc(1.375rem + (0.375) * (100vw - 40rem) / (90 - 40)); } }
    @media screen and (min-width: 90em) {
      .menu.menu-offcanvas a {
        font-size: 1.75rem; } }
    .menu.menu-offcanvas a:hover {
      color: #454f76; }
  .menu.menu-offcanvas .sub-menu-points {
    list-style-type: none;
    margin-left: 7px; }
    .menu.menu-offcanvas .sub-menu-points a {
      font-size: 0.75rem;
      font-weight: 700;
      position: relative; }
      @media print, screen and (min-width: 40em) {
        .menu.menu-offcanvas .sub-menu-points a {
          font-size: calc(0.75rem + (0.1875) * (100vw - 40rem) / (90 - 40)); } }
      @media screen and (min-width: 90em) {
        .menu.menu-offcanvas .sub-menu-points a {
          font-size: 0.9375rem; } }
      .menu.menu-offcanvas .sub-menu-points a:before {
        font-family: FontAwesome;
        content: "\f101";
        font-size: .7375rem;
        padding-right: 6px; }

.menu.menu-offcanvas-sub a {
  font-weight: 600; }

.menu.menu-header {
  margin-right: 100px; }
  .menu.menu-header .active a {
    background: transparent;
    text-decoration: underline; }
  .menu.menu-header a {
    font-weight: 700;
    padding-right: 2rem; }

.menu.menu-footer {
  margin-bottom: 1rem;
  font-weight: 700; }
  .menu.menu-footer li a {
    color: #1e2a4d; }
  @media print, screen and (min-width: 40em) {
    .menu.menu-footer {
      margin-bottom: 0; }
      .menu.menu-footer li a {
        padding-right: 3.125rem; } }

.menu.menu-language {
  padding: 0 2rem; }

.menu .lang-item {
  display: inline-block !important;
  float: left;
  font-weight: bold;
  color: #1a294c; }
  .menu .lang-item a:hover {
    color: #454f76; }
  .footer-main .menu .lang-item a {
    font-size: 0.75rem;
    font-weight: 700; }
    @media print, screen and (min-width: 40em) {
      .footer-main .menu .lang-item a {
        font-size: calc(0.75rem + (0.1875) * (100vw - 40rem) / (90 - 40)); } }
    @media screen and (min-width: 90em) {
      .footer-main .menu .lang-item a {
        font-size: 0.9375rem; } }
  .menu .lang-item:last-of-type {
    position: relative; }
    .menu .lang-item:last-of-type::before {
      position: absolute;
      content: '';
      height: 65%;
      top: 17.5%;
      left: -0.5rem;
      border: 1px solid #1a294c; }
  .menu .lang-item a {
    text-transform: uppercase; }

.main-navigation .menu,
.sub-navigation .menu {
  margin: 0; }

.main-navigation .menu {
  padding-bottom: 0; }

.sub-navigation .menu {
  padding-top: 0; }

.splitter h3 {
  font-size: 1.75rem;
  line-height: 1.1;
  font-weight: 700; }
  @media print, screen and (min-width: 40em) {
    .splitter h3 {
      font-size: calc(1.75rem + (1.25) * (100vw - 40rem) / (90 - 40)); } }
  @media screen and (min-width: 90em) {
    .splitter h3 {
      font-size: 3rem; } }

@media print, screen and (min-width: 40em) {
  .splitter {
    margin-top: 2rem; }
    .splitter .splitter-title {
      position: relative;
      height: 200px; }
      .splitter .splitter-title::after {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        content: '';
        position: absolute;
        top: 0;
        height: 200%;
        border: 1px solid #f2f2f9; }
      .splitter .splitter-title.splitter-title-small::after {
        height: 8rem; }
    .splitter .splitter-content {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: flex-end; }
      .splitter .splitter-content .splitter-left,
      .splitter .splitter-content .splitter-right {
        align-self: flex-start; }
        .splitter .splitter-content .splitter-left a,
        .splitter .splitter-content .splitter-right a {
          display: inline-block; }
        .splitter .splitter-content .splitter-left > *,
        .splitter .splitter-content .splitter-right > * {
          margin-bottom: 10px; }
          .splitter .splitter-content .splitter-left > *.last,
          .splitter .splitter-content .splitter-right > *.last {
            margin-bottom: 30px; }
        .splitter .splitter-content .splitter-left.align-self-top,
        .splitter .splitter-content .splitter-right.align-self-top {
          align-self: flex-start; }
          .splitter .splitter-content .splitter-left.align-self-top p,
          .splitter .splitter-content .splitter-right.align-self-top p {
            margin-bottom: 6rem; }
    .splitter .splitter-content-vertical {
      flex-direction: column; }
      .splitter .splitter-content-vertical > * {
        margin-top: 2rem; }
    .splitter .splitter-left {
      text-align: right;
      padding: 2rem 1rem 0 0; }
      .splitter .splitter-left .splitter-content,
      .splitter .splitter-left .splitter-content-group {
        justify-content: flex-end; }
    .splitter .splitter-content-group {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
    .splitter .splitter-right {
      text-align: left;
      padding: 2rem 0 0 1rem; }
      .splitter .splitter-right .splitter-content {
        align-items: flex-start; }
      .splitter .splitter-right .splitter-content-group:first-of-type {
        margin-top: 4.5375rem; }
    .splitter .splitter-narrow > * {
      max-width: 450px; }
    .splitter .splitter-left.splitter-narrow > * {
      float: right; }
    .splitter .splitter-left,
    .splitter .splitter-right {
      display: block;
      flex: 50% 1 1; }
    .splitter .teaser {
      display: inline-block; }
    .splitter .box-secondary {
      text-align: left;
      background-image: url("../images/splitter-pattern.svg");
      background-position: bottom right;
      background-repeat: no-repeat; }
    .splitter .button-full {
      padding: 3rem;
      width: auto; }
    .splitter .ribbon-container {
      margin-bottom: 3rem; }
      .splitter .ribbon-container .ribbon {
        width: 70%; }
    .splitter .splitter-left .ribbon-container {
      float: right; }
    .splitter .splitter-tile-list {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; }
      .splitter .splitter-tile-list hr {
        width: 100%;
        margin: 0.5375rem 0.9375rem; } }

.breadcrumbs .active {
  font-weight: 700; }

.icon.icon-burger {
  width: 21px;
  height: 16px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer; }

.icon.icon-burger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #54e882;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out; }

.icon.icon-burger span:nth-child(1) {
  top: 0; }

.icon.icon-burger span:nth-child(2),
.icon.icon-burger span:nth-child(3) {
  top: 7px; }

.icon.icon-burger span:nth-child(3) {
  opacity: 0; }

.icon.icon-burger span:nth-child(4) {
  top: 14px; }

.icon.icon-burger.open span:nth-child(1) {
  top: 7px;
  width: 0;
  left: 50%; }

.icon.icon-burger.open span:nth-child(2) {
  transform: rotate(45deg); }

.icon.icon-burger.open span:nth-child(3) {
  transform: rotate(-45deg);
  opacity: 1; }

.icon.icon-burger.open span:nth-child(4) {
  top: 7px;
  width: 0;
  left: 50%; }

.top-bar {
  width: 100%; }

.sticky {
  position: relative; }
  .sticky.is-stuck .hide-on-stuck {
    display: none; }
  .sticky.sticky-header {
    width: 100%;
    height: 70px; }
    .sticky.sticky-header.is-stuck, .sticky.sticky-header.is-anchored {
      z-index: 15; }
    .sticky.sticky-header .menu-icon {
      position: absolute;
      right: 0;
      top: 0; }
    .sticky.sticky-header.is-anchored .menu-icon {
      transition: all 500ms ease-out;
      width: 85px;
      height: 70px;
      margin: 0; }
    .sticky.sticky-header.is-stuck .menu-icon {
      transition: all 500ms ease-out;
      width: 50px;
      height: 40px;
      margin: 16px 17px; }
  .sticky.sticky-magellan {
    color: #fff;
    text-align: center; }
    .sticky.sticky-magellan.is-stuck {
      height: 70px;
      width: 100%;
      margin: 0;
      left: 0;
      right: 0;
      max-width: none !important;
      transition: none 300ms ease-out; }
    .sticky.sticky-magellan.is-anchored {
      top: 0 !important;
      margin-left: 120%;
      transition: none 300ms ease-out; }
    .sticky.sticky-magellan.is-anchored, .sticky.sticky-magellan.is-stuck {
      position: fixed;
      background-color: #54e882; }
    .sticky.sticky-magellan h3 {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-weight: 700; }
    @media print, screen and (min-width: 64em) {
      .sticky.sticky-magellan {
        display: none; } }

.sticky-container-magellan {
  height: 0 !important; }

.close-button {
  cursor: pointer;
  z-index: 15; }

.reveal .close-button {
  width: 45px;
  height: 45px;
  font-size: 3.6375rem;
  color: #54e882;
  background: #1a294c;
  border: none;
  position: absolute;
  top: .5375rem;
  right: .5375rem; }
  .reveal .close-button span {
    position: absolute;
    top: -7%;
    left: 7%; }

footer.footer-main {
  padding-bottom: 4rem; }
  @media print, screen and (min-width: 64em) {
    footer.footer-main .row > .row {
      width: 75rem; } }
  footer.footer-main .teaser-title.teaser-title,
  footer.footer-main .link-large {
    font-size: 2.25rem;
    line-height: 1.1;
    font-weight: 700;
    color: #54e882; }
    @media print, screen and (min-width: 40em) {
      footer.footer-main .teaser-title.teaser-title,
      footer.footer-main .link-large {
        font-size: calc(2.25rem + (1.125) * (100vw - 40rem) / (90 - 40)); } }
    @media screen and (min-width: 90em) {
      footer.footer-main .teaser-title.teaser-title,
      footer.footer-main .link-large {
        font-size: 3.375rem; } }
  footer.footer-main .teaser-title.teaser-title {
    color: #fff; }

@media print, screen and (min-width: 40em) {
  footer .footer-links .menu {
    font-size: 0.9375rem; } }

@media print, screen and (min-width: 40em) {
  footer .footer-links {
    order: 1; } }

@media print, screen and (min-width: 40em) {
  footer .footer-social-links {
    order: 3; }
    footer .footer-social-links .menu {
      float: right; }
      footer .footer-social-links .menu .menu-icon {
        width: 32px; }
    footer .footer-social-links li:last-child a {
      padding-right: 0; } }

@media print, screen and (min-width: 40em) {
  footer .footer-copyright {
    order: 2;
    padding-top: 1rem;
    padding-bottom: 1rem; }
    footer .footer-copyright p {
      margin-bottom: 0; } }

footer.footer-service .footer-partner {
  font-size: 1.75rem;
  line-height: 1.1;
  font-weight: 700;
  color: #fff; }
  @media print, screen and (min-width: 40em) {
    footer.footer-service .footer-partner {
      font-size: calc(1.75rem + (1.25) * (100vw - 40rem) / (90 - 40)); } }
  @media screen and (min-width: 90em) {
    footer.footer-service .footer-partner {
      font-size: 3rem; } }

@media print, screen and (min-width: 64em) {
  footer.footer-service .teaser-center {
    padding-left: 10%; } }

.tabs {
  display: flex; }
  .tabs .tabs-title {
    flex: 1;
    text-align: center; }
    .tabs .tabs-title a {
      display: inline-block;
      font-weight: 700;
      padding-top: calc(0.5rem + 4px);
      padding-bottom: 0.5rem; }
    .tabs .tabs-title.is-active a {
      padding-top: 0.5rem;
      border-top: 4px solid #54e882;
      border-bottom: 4px solid #54e882; }
  @media print, screen and (min-width: 40em) {
    .tabs {
      display: none; } }

.tabs-content .row {
  position: relative; }

.tabs-content h3 {
  margin-top: 0;
  color: #54e882; }
  @media print, screen and (min-width: 40em) {
    .tabs-content h3 {
      color: #1e2a4d; } }

@media print, screen and (min-width: 40em) {
  .tabs-content .tabs-panel {
    display: block;
    position: relative; }
    .tabs-content .tabs-panel:not(:first-child) {
      padding-top: 5rem; }
    .tabs-content .tabs-panel:last-child {
      padding-bottom: 10rem; }
    .tabs-content .tabs-panel::before {
      position: absolute;
      content: '';
      font-size: 12.5rem;
      font-weight: 700;
      color: #f2f2f9; }
    .tabs-content .tabs-panel:nth-child(1)::before {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      content: '01';
      right: 30%;
      bottom: 100px; }
    .tabs-content .tabs-panel:nth-child(2)::before {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      content: '02';
      left: -100px;
      bottom: 100px; }
    .tabs-content .tabs-panel:nth-child(3)::before {
      content: '03';
      bottom: -100px;
      left: 45%; }
    .tabs-content .tabs-panel:nth-child(4)::before {
      content: '04';
      right: 0;
      bottom: 20px; } }

.accordion.accordion-hide-title {
  margin-bottom: 0; }
  .accordion.accordion-hide-title .accordion-title {
    display: none; }
  .accordion.accordion-hide-title .accordion-item {
    padding-bottom: 2rem; }

.awards {
  background: #2d334c;
  color: #fff;
  padding: 3rem 0 2rem; }
  .awards h2 {
    color: #fff;
    margin-top: 0.8rem; }
    @media print, screen and (min-width: 40em) {
      .awards h2 {
        margin-top: 0; } }
  .awards .subline {
    font-size: 0.9rem;
    font-weight: 700;
    color: #54e882; }
  .awards .awards-inner {
    padding: 0 1.5rem; }
    @media print, screen and (min-width: 40em) {
      .awards .awards-inner {
        text-align: right;
        padding: 0; } }
  @media print, screen and (min-width: 40em) {
    .awards > .row > .column, .awards > .row > .columns {
      padding: 1rem; }
    .awards .scroll-x-container,
    .awards .scroll-x-container .items {
      display: block;
      position: relative;
      text-align: right; }
      .awards .scroll-x-container img,
      .awards .scroll-x-container .items img {
        width: 30%;
        height: auto;
        margin: 0;
        border: 0; } }

.award {
  padding: 2rem; }

.scroll-x-container {
  display: flex;
  margin-bottom: 2rem;
  height: auto; }
  .scroll-x-container .items {
    display: flex;
    overflow-x: auto;
    margin: 0 auto; }
  .scroll-x-container .item {
    flex: 1 1 auto;
    margin: 0 0.5rem; }
    .scroll-x-container .item:first-child {
      margin-left: 1.5rem; }
    .scroll-x-container .item:last-child {
      margin-right: 0;
      border-right: 1.5rem solid #2d334c; }

.slider.slider-text {
  padding-top: 3rem;
  padding-bottom: 6rem; }
  .slider.slider-text .flickity-page-dots {
    bottom: 2rem; }
  .slider.slider-text .flickity-prev-next-button {
    display: none; }

.slider .flickity-viewport {
  width: 100%; }

.slider .flickity-slider > .column, .slider .flickity-slider > .columns,
.slider .flickity-slider > p {
  display: block;
  width: 100%; }

@media print, screen and (min-width: 64em) {
  .slider.slider-overflow .flickity-page-dots {
    display: none; } }

.slider.slider-overflow .flickity-prev-next-button {
  background: none;
  border-radius: 0;
  height: 36px;
  border: 3px solid #fff;
  top: 60%; }
  .slider.slider-overflow .flickity-prev-next-button.previous {
    left: -5rem; }
  .slider.slider-overflow .flickity-prev-next-button.next {
    right: -5rem; }
  .slider.slider-overflow .flickity-prev-next-button .arrow {
    fill: #fff; }
  .slider.slider-overflow .flickity-prev-next-button svg {
    left: 30%;
    top: 30%;
    width: 45%;
    height: 45%; }

.slider.slider-condor.slider-overflow .flickity-prev-next-button {
  background: none;
  border-radius: 0;
  height: 36px;
  border: 3px solid #fff;
  top: 40%; }
  .slider.slider-condor.slider-overflow .flickity-prev-next-button.previous {
    left: -3rem; }
  .slider.slider-condor.slider-overflow .flickity-prev-next-button.next {
    right: -3rem; }

.slider.slider-condor .flickity-page-dots {
  display: none; }

@media screen and (max-width: 39.9375em) {
  .slider.slider-condor.slider-overflow .flickity-prev-next-button {
    background: none;
    border-radius: 0;
    height: 36px;
    width: 30px;
    border: 3px solid black;
    top: 35%; }
    .slider.slider-condor.slider-overflow .flickity-prev-next-button.previous {
      left: -1.5rem; }
    .slider.slider-condor.slider-overflow .flickity-prev-next-button.next {
      right: -1.5rem; }
    .slider.slider-condor.slider-overflow .flickity-prev-next-button .arrow {
      fill: black; } }

.slider .slide-16-9 {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 56.25%; }
  .slider .slide-16-9 video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.flickity-page-dots .dot {
  background-color: #454f76; }
  .flickity-page-dots .dot.is-selected {
    background-color: #54e882; }

.box-secondary-dark .flickity-page-dots .dot:not(.is-selected),
.section-small-dark .flickity-page-dots .dot:not(.is-selected) {
  background-color: #f2f2f9; }

.image {
  position: relative; }
  .image .img-with-caption {
    position: relative; }
    .image .img-with-caption .img-caption {
      transform: translateY(-60%);
      width: 90%;
      padding: 1.5rem;
      font-weight: 700;
      color: #fff;
      background-color: #54e882; }
      .image .img-with-caption .img-caption.img-caption-right {
        position: relative;
        right: -10%; }
      .image .img-with-caption .img-caption p {
        margin: 0; }
  .image.image-430 {
    width: 80%; }
  @media print, screen and (min-width: 40em) {
    .image.image-430 {
      height: 430px;
      width: auto; } }

.parallax {
  position: relative; }

.quote .quote-type-1 {
  font-size: 1.375rem;
  line-height: 1.1;
  font-weight: 700;
  font-weight: 600;
  color: #454f76; }
  @media print, screen and (min-width: 40em) {
    .quote .quote-type-1 {
      font-size: calc(1.375rem + (0.375) * (100vw - 40rem) / (90 - 40)); } }
  @media screen and (min-width: 90em) {
    .quote .quote-type-1 {
      font-size: 1.75rem; } }
  @media print, screen and (min-width: 40em) {
    .quote .quote-type-1 {
      width: 60%; } }

.quote .quote-type-2 {
  font-size: 1.375rem;
  line-height: 1.1;
  font-weight: 700;
  font-weight: 600;
  color: #454f76; }
  @media print, screen and (min-width: 40em) {
    .quote .quote-type-2 {
      font-size: calc(1.375rem + (0.375) * (100vw - 40rem) / (90 - 40)); } }
  @media screen and (min-width: 90em) {
    .quote .quote-type-2 {
      font-size: 1.75rem; } }
  @media print, screen and (min-width: 40em) {
    .quote .quote-type-2 {
      width: 60%; } }

.quote .quote-box-1 {
  position: relative;
  padding: 2rem 3rem; }
  .quote .quote-box-1 p {
    color: #949dc0; }
  @media print, screen and (min-width: 40em) {
    .quote .quote-box-1 {
      width: 31rem; } }

.quote .quote-box-2 {
  position: relative;
  padding: 3rem; }
  @media print, screen and (min-width: 40em) {
    .quote .quote-box-2 {
      width: 33rem; } }
  .quote .quote-box-2 p {
    font-size: 2.25rem;
    line-height: 1.1;
    font-weight: 700;
    color: #fff;
    line-height: 4.5rem; }
    @media print, screen and (min-width: 40em) {
      .quote .quote-box-2 p {
        font-size: calc(2.25rem + (1.125) * (100vw - 40rem) / (90 - 40)); } }
    @media screen and (min-width: 90em) {
      .quote .quote-box-2 p {
        font-size: 3.375rem; } }

.quote .quote-box-3 {
  background-color: #848eb7;
  position: relative;
  padding: 4rem 3rem;
  color: #fff;
  text-align: left; }
  @media print, screen and (min-width: 40em) {
    .quote .quote-box-3 {
      width: 33rem; } }

.quote .quote-box-1 p,
.quote .quote-box-3 p {
  font-size: 1.625rem;
  line-height: 1.1;
  font-weight: 700;
  line-height: 3.2rem; }
  @media print, screen and (min-width: 40em) {
    .quote .quote-box-1 p,
    .quote .quote-box-3 p {
      font-size: calc(1.625rem + (0.625) * (100vw - 40rem) / (90 - 40)); } }
  @media screen and (min-width: 90em) {
    .quote .quote-box-1 p,
    .quote .quote-box-3 p {
      font-size: 2.25rem; } }

.ribbon-container {
  position: relative; }

.ribbon {
  font-size: 1rem;
  font-weight: 400;
  position: absolute;
  text-align: left; }
  @media print, screen and (min-width: 40em) {
    .ribbon {
      font-size: calc(1rem + (0.25) * (100vw - 40rem) / (90 - 40)); } }
  @media screen and (min-width: 90em) {
    .ribbon {
      font-size: 1.25rem; } }
  .ribbon.ribbon-primary {
    background: #54e882;
    color: #fff; }
  .ribbon.ribbon-tertiary {
    background: #ff5a5f;
    color: #fff; }
  .ribbon.ribbon-straight {
    width: 50%;
    padding: 1.25rem 2rem; }
  .ribbon.ribbon-overlap {
    width: 100%;
    padding: 1.25rem 2rem; }
  .ribbon.ribbon-right, .ribbon.ribbon-left {
    bottom: -1.5rem; }
  .ribbon.ribbon-bottom {
    transform: translate(0, -55%);
    width: 80%;
    left: 0;
    bottom: auto; }
    @media print, screen and (min-width: 64em) {
      .ribbon.ribbon-bottom {
        left: auto;
        width: 100%;
        transform: translate(3rem, -20%); } }
  .ribbon.ribbon-left {
    left: 0; }
  .ribbon.ribbon-right {
    right: 0; }
  .ribbon.ribbon-shadow {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  .ribbon .dot {
    position: relative;
    padding-left: 2rem; }
    .ribbon .dot::after {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      content: ' ';
      left: 0;
      height: 4px;
      width: 1.5rem;
      background-color: #fff; }

.locations {
  position: relative;
  margin-top: 4rem;
  overflow: visible; }
  @media print, screen and (min-width: 64em) {
    .locations {
      margin-top: 0; } }
  @media print, screen and (min-width: 64em) {
    .locations .box {
      padding: 6rem 0 6rem 4rem; } }
  .locations .location-switcher {
    padding: 1.5rem;
    position: absolute;
    transform: translateY(-50%);
    z-index: 1; }
    .locations .location-switcher div:first-of-type .location {
      margin-bottom: 1rem; }
    .locations .location-switcher .location {
      margin-bottom: 0; }
  .locations .location-image-container {
    position: relative; }
    .locations .location-image-container .location {
      cursor: pointer; }
  .locations .location-image {
    position: absolute;
    right: 100%;
    height: 100%;
    width: auto;
    max-width: none;
    display: none; }
    .locations .location-image.is-visible {
      display: block; }
    @media screen and (max-width: 39.9375em) {
      .locations .location-image {
        position: relative;
        width: 100%;
        height: auto;
        right: auto; } }
  .locations .location-switcher-title {
    padding-bottom: 0.25rem;
    text-align: left;
    color: #1e2a4d; }
    .locations .location-switcher-title:last-of-type {
      padding: 0.5rem 0 0.25rem; }
    .locations .location-switcher-title.active {
      font-weight: 700;
      padding-bottom: calc(0.25rem - 3px); }
      .locations .location-switcher-title.active span {
        border-bottom: 3px solid #1e2a4d; }
  .locations .contact {
    padding: 0; }

.location {
  font-size: 1.625rem;
  line-height: 1.1;
  font-weight: 700;
  position: relative;
  color: #1a294c;
  font-weight: 400;
  margin: 0 0 1rem;
  display: inline-block; }
  @media print, screen and (min-width: 40em) {
    .location {
      font-size: calc(1.625rem + (0.625) * (100vw - 40rem) / (90 - 40)); } }
  @media screen and (min-width: 90em) {
    .location {
      font-size: 2.25rem; } }
  .location::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    top: 100%;
    width: 0;
    border-bottom: 5px solid #1e2a4d;
    transition: width 0.2s ease-out; }
  .location:last-of-type {
    margin-bottom: 3rem; }
  .location.is-active {
    font-weight: 700;
    padding-bottom: 0; }
  .location.is-active::after, .location:hover::after {
    width: 100%; }

.list.list-accentuated {
  color: #454f76;
  font-weight: 600; }
  .list.list-accentuated li {
    font-size: 1rem;
    font-weight: 400; }
    @media print, screen and (min-width: 40em) {
      .list.list-accentuated li {
        font-size: calc(1rem + (0.25) * (100vw - 40rem) / (90 - 40)); } }
    @media screen and (min-width: 90em) {
      .list.list-accentuated li {
        font-size: 1.25rem; } }
  .list.list-accentuated li:not(:last-of-type) {
    margin-bottom: 1rem; }

.list.list-style-none {
  list-style-type: none;
  margin-left: 0; }

@media screen and (max-width: 39.9375em) {
  .list.list-style-none-small {
    list-style-type: none;
    margin-left: 0; } }

.list.list-contact {
  list-style-type: none;
  margin-left: 0;
  font-weight: 700; }

.off-canvas-content .menu-header {
  position: relative;
  overflow: hidden;
  height: auto;
  max-height: 100px;
  transition: all 100ms ease-out; }

.off-canvas-content.is-open-right .menu-header {
  max-height: 0; }

.partner {
  background-color: #f2f2f9; }
  .background .partner {
    background-color: inherit; }
    .background .partner h3 {
      color: #fff; }
  .partner h3 {
    font-size: 1.75rem;
    line-height: 1.1;
    font-weight: 700; }
    @media print, screen and (min-width: 40em) {
      .partner h3 {
        font-size: calc(1.75rem + (1.25) * (100vw - 40rem) / (90 - 40)); } }
    @media screen and (min-width: 90em) {
      .partner h3 {
        font-size: 3rem; } }
  .partner .partner-intro h4 {
    color: #54596e;
    margin-bottom: 1rem; }
  .partner .partner-list {
    position: relative;
    background-color: #868eb1; }
    .background .partner .partner-list {
      margin-top: 0;
      background-color: inherit; }
    .partner .partner-list::after {
      position: absolute;
      content: '';
      top: 0;
      left: 100%;
      height: 100%;
      width: 50vw;
      background-color: #868eb1; }
  @media screen and (max-width: 39.9375em) {
    .partner {
      padding: 2.5rem 2rem !important; } }

.footer-service .partner .partner-list {
  margin-bottom: 0; }

.box {
  position: relative;
  padding: 2rem;
  margin-bottom: 2.5rem; }
  .box.box-job {
    text-align: center;
    margin-bottom: 0; }
    .box.box-job strong, .box.box-job b {
      font-weight: 700; }
    @media print, screen and (min-width: 40em) {
      .box.box-job {
        text-align: left; } }
    .box.box-job .button {
      padding: .8375rem 1rem;
      font-size: 1rem;
      margin: 0 0 .6375rem 0; }
      .box.box-job .button.button-arrow-right {
        padding-right: 3.3375rem; }
        .box.box-job .button.button-arrow-right::after {
          right: 1rem;
          width: 1.3375rem;
          height: 1rem; }
  .box > :last-child {
    margin-bottom: 0; }
  .box .headline {
    font-size: 0.875rem;
    font-weight: 700;
    color: #1e2a4d; }
    @media print, screen and (min-width: 40em) {
      .box .headline {
        font-size: calc(0.875rem + (0.5) * (100vw - 40rem) / (90 - 40)); } }
    @media screen and (min-width: 90em) {
      .box .headline {
        font-size: 1.375rem; } }
  .box .box-quote {
    font-size: 1.75rem;
    line-height: 1.1;
    font-weight: 700;
    padding: 1rem 2rem;
    color: #fff;
    line-height: 1.2; }
    @media print, screen and (min-width: 40em) {
      .box .box-quote {
        font-size: calc(1.75rem + (1.25) * (100vw - 40rem) / (90 - 40)); } }
    @media screen and (min-width: 90em) {
      .box .box-quote {
        font-size: 3rem; } }
  .box.box-inline {
    display: inline-block; }
  .box.box-full {
    padding: 2rem 0 0; }
    .background-secondary-light .box.box-full,
    .background-secondary-dark .box.box-full {
      color: #868eb1; }
      .background-secondary-light .box.box-full h2,
      .background-secondary-dark .box.box-full h2 {
        color: inherit; }
  .box.box-listing p {
    color: #767989;
    font-weight: 600;
    margin-bottom: 2rem; }
  .box .box-fact {
    line-height: 1;
    font-size: 5.3125rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0; }
  .box .box-inner-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .box-grey, .more-news-list.background-gray {
    background: #f2f2f9; }
  .box-red {
    background: #ff5a5f;
    color: #fff; }
  .box.box-primary {
    text-align: center;
    color: #fff;
    background-color: #54e882; }
    @media print, screen and (min-width: 64em) {
      .box.box-primary .box-fact {
        padding: 0 1rem; } }
  .box.box-secondary, .box.box-secondary-lighter {
    color: #fff;
    background-color: #454f76; }
    .box.box-secondary .headline, .box.box-secondary-lighter .headline {
      color: #fff; }
  .box.box-secondary-lighter {
    background-color: #454f76; }
  .box.box-secondary-dark {
    font-weight: 600;
    color: #868eb1;
    background-color: #1a294c; }
  .box.box-tertiary {
    text-align: center;
    color: #fff;
    background-color: #ff5a5f; }
  .box.tile {
    margin-bottom: 0; }
  .box > ul {
    list-style-type: none;
    margin-left: 0; }

.box-overlap {
  position: relative;
  margin-top: 3rem;
  margin-bottom: 6rem; }
  @media print, screen and (min-width: 64em) {
    .box-overlap {
      margin-top: 6rem; } }
  .box-overlap .box-overlap-left {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    z-index: 2; }
    @media print, screen and (min-width: 64em) {
      .box-overlap .box-overlap-left {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 2rem; } }
  .box-overlap .box-overlap-right {
    padding: 3rem 2rem;
    font-size: 3rem;
    font-weight: 700; }
    .box-overlap .box-overlap-right p {
      line-height: 1.2; }
    @media print, screen and (min-width: 64em) {
      .box-overlap .box-overlap-right {
        padding: 6rem 6rem 6rem 12rem; } }
  @media screen and (max-width: 63.9375em) {
    .box-overlap .box-overlap-left,
    .box-overlap .box-overlap-right {
      width: 100%; } }

.box-contact-overlap .box-overlap-left {
  top: 36%; }

@media print, screen and (min-width: 64em) {
  .box-contact-overlap .box-overlap-right {
    padding: 4rem 6rem 4rem 12rem; } }

.box-contact-overlap .box-overlap-right p:first-of-type {
  margin-bottom: 3.6375rem; }

.box-contact-overlap .box-overlap-right .wdocs-description {
  font-weight: 100;
  font-size: 1.3375rem; }

.visual-before-text {
  text-align: center;
  padding: 0 0 3.935rem; }
  @media screen and (max-width: 39.9375em) {
    .visual-before-text {
      border-bottom: 2px solid #f2f2f9; } }
  .visual-before-text .visual {
    height: 11.25rem;
    line-height: 11.25rem; }
    .visual-before-text .visual .visual-text {
      font-size: 4.685rem;
      font-weight: 700;
      color: #54e882; }
    .visual-before-text .visual img {
      max-width: 6.435rem;
      max-height: 6.435rem; }
  .visual-before-text.last {
    border: 0; }

.nfx-search {
  margin-top: 2.6375rem; }
  .nfx-search .no-left {
    padding-left: 0;
    margin-left: 0; }
  @media screen and (max-width: 39.9375em) {
    .nfx-search {
      margin-top: 0; } }
  .nfx-search .search-block {
    width: 320px;
    vertical-align: middle;
    white-space: nowrap;
    position: relative; }
    .nfx-search .search-block input#search {
      width: 300px;
      height: 35px;
      background: #fff;
      font-size: 10pt;
      float: left;
      color: #454f76;
      padding-left: 15px;
      padding-right: 40px;
      border: 2px solid #f2f2f9; }
      .nfx-search .search-block input#search:hover, .nfx-search .search-block input#search:focus, .nfx-search .search-block input#search:active {
        outline: none;
        background: #fff; }
    .nfx-search .search-block .icon {
      cursor: pointer;
      position: absolute;
      top: 30%;
      margin-left: 17px;
      margin-top: 17px;
      z-index: 1;
      color: #454f76;
      right: 0; }
  .nfx-search.active {
    margin-top: 0; }
    .nfx-search.active .icon {
      margin-top: 4px;
      margin-left: 0;
      margin-right: 30px; }
    .nfx-search.active .fa {
      color: #ff5a5f; }
    .nfx-search.active input#search {
      border-color: #54e882; }
  .nfx-search .sorting-container {
    margin-bottom: 4px; }
  .nfx-search .sort-label {
    font-size: 1rem; }
  .nfx-search .sorting-select {
    position: relative;
    display: inline-block;
    width: auto;
    font-size: 1rem; }
    .nfx-search .sorting-select select {
      -webkit-appearance: none !important;
      -moz-appearance: none !important;
      border: 1px solid #f2f2f9;
      font-weight: 600;
      background-color: transparent;
      position: relative;
      display: inline-block;
      width: auto;
      padding: 0 35px 0 5px;
      top: -5px; }
      .nfx-search .sorting-select select:focus, .nfx-search .sorting-select select:hover, .nfx-search .sorting-select select:active {
        outline: 0; }
    .nfx-search .sorting-select .sorting-select-arrow {
      position: absolute;
      top: 12px;
      right: 16px;
      width: 0;
      height: 0;
      pointer-events: none;
      border-style: solid;
      border-width: 8px 8px 0px 8px;
      border-color: #54e882 transparent transparent transparent; }

span.extend-element, span.extend-out-element {
  color: #454f76;
  display: block;
  width: 100%;
  font-size: 1.7375rem; }

.splitter-right .page-header {
  display: none; }

@media screen and (max-width: 39.9375em) {
  .news-archive .splitter-content {
    display: flex;
    flex-direction: column; }
    .news-archive .splitter-content .splitter-right {
      order: 0; }
      .news-archive .splitter-content .splitter-right .page-header {
        display: block; }
        .news-archive .splitter-content .splitter-right .page-header br {
          display: none; }
    .news-archive .splitter-content .splitter-left {
      order: 1; }
      .news-archive .splitter-content .splitter-left .page-header {
        display: none; }
  .news-archive .search-block.box {
    padding: 2rem 0; }
  .news-archive .search-block .icon {
    top: 34%;
    margin-left: 0;
    margin-right: 30px; } }

.more-news {
  color: #454f76; }
  .more-news p {
    font-size: 1rem; }
    .more-news p:first-of-type {
      font-weight: bold;
      margin-bottom: 0; }
  .more-news .fa {
    cursor: pointer; }

.more-news-list {
  max-width: 100%;
  transition: max-height 1s ease;
  overflow: hidden; }
  .more-news-list hr {
    margin-left: .9375rem;
    margin-right: .9375rem; }
    @media screen and (max-width: 63.9375em) {
      .more-news-list hr {
        margin-left: .6375rem;
        margin-right: .6375rem; } }
  .more-news-list .fa {
    cursor: pointer; }
  .more-news-list .centered {
    margin: 0 auto; }
  .more-news-list .news-list {
    margin: 1rem 0; }
    .more-news-list .news-list .row {
      margin: 1rem 0; }
      .more-news-list .news-list .row .columns:first-of-type {
        padding-right: 0; }
        @media screen and (max-width: 63.9375em) {
          .more-news-list .news-list .row .columns:first-of-type {
            margin-bottom: 1rem; } }
    .more-news-list .news-list .header {
      font-weight: bold;
      color: #454f76;
      margin-bottom: .1375rem; }
      .more-news-list .news-list .header a {
        color: #454f76; }
  .more-news-list .categories {
    width: 100%;
    margin-left: 0;
    font-size: .8375rem;
    color: #767989;
    margin-bottom: 0; }
    .more-news-list .categories li {
      display: inline;
      list-style: none; }
      .more-news-list .categories li:not(:first-of-type) {
        padding-left: .3375rem; }
        .more-news-list .categories li:not(:first-of-type):before {
          content: '•';
          margin-right: .5375rem; }
  .more-news-list .teaser.teaser-news {
    margin-bottom: 0; }
    .more-news-list .teaser.teaser-news .teaser-image-random {
      height: 80px; }

.nfx-pagination a, .nfx-pagination span.active {
  border: 2px solid;
  line-height: 1.3;
  font-size: .8375rem;
  font-weight: bold;
  min-width: 80px;
  text-align: center;
  color: #1a294c;
  padding: 5px;
  margin: 0 3px; }

.nfx-pagination span.active {
  border: 2px solid #54e882;
  background: #54e882; }

.nfx-pagination span.separator {
  margin: 0 3px;
  padding: 0 3px;
  font-weight: bold;
  color: #1a294c;
  position: relative;
  top: 3px; }

.nfx-pagination .columns:first-of-type {
  padding-right: 0.9375rem !important; }

.nfx-pagination .columns:last-of-type {
  padding-right: 0.9375rem !important; }

.nfx-pagination .prev {
  float: left;
  padding: 5px 0 5px 2px; }
  .nfx-pagination .prev .fa {
    float: left;
    padding: 1px 3px; }

.nfx-pagination .next {
  float: right;
  padding: 5px 2px 5px 1px; }
  .nfx-pagination .next .fa {
    float: right;
    padding: 1px 3px; }

.nfx-pagination .pages {
  text-align: center;
  position: relative;
  top: 2px; }

.search-result-header {
  margin: 4rem 0 1rem 0; }
  @media screen and (max-width: 39.9375em) {
    .search-result-header .columns {
      text-align: left; } }

.news-result hr {
  margin-left: .9375rem;
  margin-right: .9375rem; }

@media screen and (max-width: 39.9375em) {
  .news-result .generally {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0; }
    .news-result .generally .columns {
      padding-left: 0;
      padding-right: 0; } }

.news-result .header a {
  color: #454f76; }

.bottom-null {
  margin-bottom: 0;
  padding-bottom: 0; }

.top-20 {
  padding-top: 20px; }

#leadForm {
  color: #1a294c;
  padding-top: 3rem; }
  #leadForm h2 {
    font-weight: 700; }
    @media screen and (max-width: 63.9375em) {
      #leadForm h2 {
        font-size: 1.6375rem; } }
    @media screen and (max-width: 39.9375em) {
      #leadForm h2 {
        font-size: 1.3375rem; } }
  #leadForm .label-hidden label:first-of-type {
    display: none; }
  #leadForm .required-background {
    background-color: #ff5a5f; }
  #leadForm .required-text, #leadForm ._error, #leadForm .form_error label:first-of-type {
    color: #ff5a5f !important; }
  #leadForm .required-border, #leadForm .form_error input[type='checkbox'] + label:before, #leadForm .form_error input[type='radio'] + label:before, #leadForm .form_error [type='text'], #leadForm .form_error [type='password'], #leadForm .form_error [type='date'], #leadForm .form_error [type='datetime'], #leadForm .form_error [type='datetime-local'], #leadForm .form_error [type='month'], #leadForm .form_error [type='week'], #leadForm .form_error [type='email'], #leadForm .form_error [type='number'], #leadForm .form_error [type='search'], #leadForm .form_error [type='tel'], #leadForm .form_error [type='time'], #leadForm .form_error [type='url'], #leadForm .form_error [type='color'], #leadForm .form_error select, #leadForm .form_error textarea {
    border: 3px solid #ff5a5f; }
  #leadForm ._error {
    display: block;
    margin-top: 2px; }
  #leadForm .form-success {
    margin: 3rem 0; }
    #leadForm .form-success img {
      max-width: 100%;
      width: 80%;
      width: 100%; }
      @media print, screen and (min-width: 40em) {
        #leadForm .form-success img {
          width: 90%; } }
    #leadForm .form-success p {
      margin-bottom: .1375rem;
      line-height: 1.2;
      font-weight: 700; }
    #leadForm .form-success p.nxfteam-text {
      margin-top: .9375rem;
      font-weight: 300; }
    #leadForm .form-success .success-logo {
      padding-right: 0; }
    #leadForm .form-success .success-message {
      padding-top: 1rem; }
      @media print, screen and (min-width: 40em) {
        #leadForm .form-success .success-message {
          padding-top: .5375rem; } }
      @media screen and (max-width: 39.9375em) {
        #leadForm .form-success .success-message {
          padding-top: .3375rem;
          font-size: .6375rem; } }
  #leadForm [type='text'], #leadForm [type='password'], #leadForm [type='date'], #leadForm [type='datetime'], #leadForm [type='datetime-local'], #leadForm [type='month'], #leadForm [type='week'], #leadForm [type='email'], #leadForm [type='number'], #leadForm [type='search'], #leadForm [type='tel'], #leadForm [type='time'], #leadForm [type='url'], #leadForm [type='color'], #leadForm select {
    background-color: #d9d9d9;
    border: none;
    height: 2.8375rem; }
  #leadForm textarea {
    background-color: #d9d9d9;
    border: none;
    min-height: 160px; }
  #leadForm .dropdown-box {
    position: relative;
    min-width: 100%; }
    #leadForm .dropdown-box select {
      appearance: none;
      -webkit-appearance: none;
      cursor: pointer;
      outline: none; }
    #leadForm .dropdown-box:before {
      content: '';
      right: 0px;
      top: 0px;
      width: 45px;
      height: 46px;
      background: #1a294c;
      position: absolute;
      pointer-events: none;
      display: block; }
    #leadForm .dropdown-box:after {
      font-family: FontAwesome;
      content: '\f0dd';
      color: #fff;
      right: 13px;
      top: -15px;
      font-size: 2.2375rem;
      position: absolute;
      pointer-events: none; }
  #leadForm input[type='radio'], #leadForm input[type='checkbox'] {
    position: absolute;
    opacity: 0; }
  #leadForm input[type='radio'] + label {
    position: relative;
    cursor: pointer;
    padding: 0 0 .25em;
    margin-left: 0;
    margin-right: .5375rem; }
  #leadForm input[type='radio'] + label:before {
    content: '';
    margin: -.3rem .45rem 0 0;
    display: inline-block;
    vertical-align: text-top;
    width: 1.4375rem;
    height: 1.4375rem;
    background: #d9d9d9;
    border: 3px solid #000;
    border-radius: 50%; }
  #leadForm input[type='radio']:checked + label:after {
    content: '\2022';
    position: absolute;
    left: 5px;
    top: -9px;
    font-size: 1.6375rem;
    color: #000; }
  #leadForm input[type='checkbox'] + label {
    position: relative;
    cursor: pointer;
    padding: 0 0 .25em;
    margin-left: 0;
    margin-right: .5375rem; }
  #leadForm input[type='checkbox'] + label:before {
    content: '';
    margin: -.3rem .45rem 0 0;
    display: inline-block;
    vertical-align: text-top;
    width: 1.5375rem;
    height: 1.5375rem;
    background: #d9d9d9;
    border: 3px solid #000; }
  #leadForm input[type='checkbox']:checked + label:after {
    font-family: FontAwesome;
    content: '\f00c';
    position: absolute;
    left: 4px;
    top: -2px;
    font-size: 1.0375rem;
    color: #000; }

.career-lead-form .button {
  margin-top: 1rem;
  padding: .8375rem 1rem;
  font-size: 1rem;
  margin: 1rem 0 .6375rem 0;
  color: #fff; }
  .career-lead-form .button:hover {
    color: #fff; }
  .career-lead-form .button.button-arrow-right {
    padding-right: 3.3375rem; }
    .career-lead-form .button.button-arrow-right::after {
      right: 1rem;
      width: 1.3375rem;
      height: 1rem; }

.career-lead-form .columns {
  margin-top: 15px; }
  .career-lead-form .columns label {
    color: #1a294c; }
    .career-lead-form .columns label:first-of-type {
      font-weight: 700; }

.career-lead-form .pre-message {
  margin-top: 5px; }

.reveal-overlay {
  background-color: rgba(69, 79, 118, 0.65); }

.entry-header {
  margin: 3rem 0; }
  .entry-header .entry-title {
    color: #454f76;
    margin: 2rem 0 1rem; }
  .entry-header .entry-meta {
    margin: 0 0 2rem; }

.entry-content {
  margin-bottom: 3rem; }
  .entry-content img {
    margin: 0 1rem 1rem 0; }

.entry-footer {
  margin-bottom: 4rem; }
  .entry-footer .cat-links,
  .entry-footer .edit-link {
    display: block; }
  .entry-footer .edit-link a {
    color: #454f76; }

.post-navigation .screen-reader-text,
.posts-navigation .screen-reader-text {
  display: none; }

.post-navigation .nav-links,
.posts-navigation .nav-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 1rem;
  margin-bottom: 3rem; }
  .post-navigation .nav-links > div,
  .posts-navigation .nav-links > div {
    position: relative;
    flex: 0 1 auto;
    width: calc(50% - 2rem);
    margin: 0 1rem;
    padding: 2rem; }
    .post-navigation .nav-links > div:nth-child(1),
    .posts-navigation .nav-links > div:nth-child(1) {
      top: 1rem; }
    .post-navigation .nav-links > div:nth-child(2),
    .posts-navigation .nav-links > div:nth-child(2) {
      top: -1rem; }
  .post-navigation .nav-links a,
  .posts-navigation .nav-links a {
    display: block;
    color: #fff; }
    .post-navigation .nav-links a::after,
    .posts-navigation .nav-links a::after {
      position: absolute;
      height: auto;
      bottom: -2.5rem;
      background: #54e882;
      color: #fff;
      font-weight: 700;
      padding: 1rem 2rem;
      content: ''; }
  .post-navigation .nav-links .nav-previous,
  .posts-navigation .nav-links .nav-previous {
    background: #454f76;
    text-align: right;
    order: 2;
    margin-right: 0; }
    .post-navigation .nav-links .nav-previous a::after,
    .posts-navigation .nav-links .nav-previous a::after {
      right: -2rem;
      content: 'Vorheriger Beitrag >>'; }
  .post-navigation .nav-links .nav-next,
  .posts-navigation .nav-links .nav-next {
    background: #454f76;
    text-align: left;
    order: 1;
    margin-left: 0; }
    .post-navigation .nav-links .nav-next a::after,
    .posts-navigation .nav-links .nav-next a::after {
      left: -2rem;
      content: '<< Nächster Beitrag'; }

.entry-sidebar {
  margin-bottom: 6rem; }

.section-archive h1 {
  color: #454f76;
  font-weight: 700;
  margin-bottom: 1rem; }

.section-archive .splitter {
  margin-bottom: 0; }

.case p {
  font-size: 1rem;
  font-weight: 400; }
  @media print, screen and (min-width: 40em) {
    .case p {
      font-size: calc(1rem + (0.25) * (100vw - 40rem) / (90 - 40)); } }
  @media screen and (min-width: 90em) {
    .case p {
      font-size: 1.25rem; } }
  @media screen and (max-width: 39.9375em) {
    .case p {
      font-weight: 600; } }

.case .box h3 {
  margin-top: 0; }

.case .jumbotron-title {
  font-size: 3.125rem;
  line-height: 1.1;
  font-weight: 700; }
  @media print, screen and (min-width: 40em) {
    .case .jumbotron-title {
      font-size: calc(3.125rem + (2.1875) * (100vw - 40rem) / (90 - 40)); } }
  @media screen and (min-width: 90em) {
    .case .jumbotron-title {
      font-size: 5.3125rem; } }

.case .jumbotron-subline {
  font-size: 1.375rem;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #adb3ce; }
  @media print, screen and (min-width: 40em) {
    .case .jumbotron-subline {
      font-size: calc(1.375rem + (0.375) * (100vw - 40rem) / (90 - 40)); } }
  @media screen and (min-width: 90em) {
    .case .jumbotron-subline {
      font-size: 1.75rem; } }

.case h2 {
  margin-top: 4rem; }

.case .jumbotron {
  background: #454f76;
  padding-bottom: 4rem; }

.case .case-teaser-text {
  padding-bottom: 3.5rem; }
  .case .case-teaser-text small {
    font-weight: 600; }

.case .section-case-primary {
  position: relative;
  margin-bottom: 4rem; }
  @media print, screen and (min-width: 40em) {
    .case .section-case-primary {
      margin-bottom: 7.5rem; }
      .case .section-case-primary h2 {
        margin-top: 0; }
      .case .section-case-primary .case-teaser-text {
        min-height: 20rem;
        padding-top: 5.625rem;
        padding-bottom: 6rem; } }
  .case .section-case-primary .case-teaser-visual {
    display: block; }
    @media print, screen and (min-width: 40em) {
      .case .section-case-primary .case-teaser-visual {
        margin-bottom: 20rem; } }

.case .image-overflow {
  position: relative;
  height: 15rem;
  margin-bottom: -7.5rem; }
  @media print, screen and (min-width: 40em) {
    .case .image-overflow {
      height: 24rem;
      margin-bottom: -12rem; } }

.case .section-quote {
  padding: 5rem 0;
  margin-bottom: 1rem; }
  .case .section-quote p {
    margin-bottom: 2rem; }
  .case .section-quote .quoted {
    font-weight: 600; }

.case .section-problem h3 {
  margin-top: 0; }

.case .section-problem p {
  color: #54596e;
  margin-bottom: 6rem; }

.case .section-idee,
.case .section-resultat {
  margin-bottom: 2rem; }
  .case .section-idee p,
  .case .section-resultat p {
    color: #54596e; }
  @media print, screen and (min-width: 40em) {
    .case .section-idee,
    .case .section-resultat {
      margin-bottom: 6rem; } }

.case .section-resultat .box {
  position: relative;
  padding: 5rem 8rem 6rem 4rem; }
  .case .section-resultat .box::after {
    position: absolute;
    display: block;
    background: #454f76;
    content: ' ';
    width: 295px;
    height: 245px;
    right: -200px;
    bottom: -25px; }

.case .splitter {
  margin-bottom: 6rem; }

.case .eye-catcher-container {
  position: relative;
  margin-top: 10rem;
  right: -55px; }
  .case .eye-catcher-container .image {
    display: inline-block; }
  .case .eye-catcher-container img {
    position: relative; }

.case-dkb .jumbotron {
  background: url("../images/cases/dkb/jumbotron.png") top center;
  background-size: cover; }

.case-dkb .section-case-primary {
  background: #148dea;
  color: #fff; }
  .case-dkb .section-case-primary h2 {
    color: #fff; }

@media screen and (max-width: 39.9375em) {
  .case-dkb .eye-catcher-container {
    margin-top: 0;
    margin-bottom: 3rem; } }

.case-dkb .eye-catcher-container img {
  z-index: 3; }

.case-dkb .eye-catcher-container > .column:nth-child(1) .parallax, .case-dkb .eye-catcher-container > .columns:nth-child(1) .parallax {
  left: 10%;
  max-width: 60%; }
  .case-dkb .eye-catcher-container > .column:nth-child(1) .parallax::after, .case-dkb .eye-catcher-container > .columns:nth-child(1) .parallax::after {
    content: '';
    position: absolute;
    background: #148dea;
    width: 140%;
    height: 60%;
    top: -10%;
    left: -10%; }
  @media print, screen and (min-width: 40em) {
    .case-dkb .eye-catcher-container > .column:nth-child(1) .parallax, .case-dkb .eye-catcher-container > .columns:nth-child(1) .parallax {
      left: auto;
      max-width: none;
      top: -10%;
      right: -10%; }
      .case-dkb .eye-catcher-container > .column:nth-child(1) .parallax::after, .case-dkb .eye-catcher-container > .columns:nth-child(1) .parallax::after {
        top: -15%;
        right: -15%;
        z-index: 2; } }

.case-dkb .eye-catcher-container > .column:nth-child(2) .parallax, .case-dkb .eye-catcher-container > .columns:nth-child(2) .parallax {
  top: 2rem;
  width: calc(100% - 55px); }
  .case-dkb .eye-catcher-container > .column:nth-child(2) .parallax::after, .case-dkb .eye-catcher-container > .columns:nth-child(2) .parallax::after {
    content: '';
    position: absolute;
    background: #1a294c;
    height: 80%;
    width: 60%;
    top: -70%;
    left: -20%; }
  @media print, screen and (min-width: 40em) {
    .case-dkb .eye-catcher-container > .column:nth-child(2) .parallax, .case-dkb .eye-catcher-container > .columns:nth-child(2) .parallax {
      top: auto;
      width: auto;
      right: -5rem; }
      .case-dkb .eye-catcher-container > .column:nth-child(2) .parallax::after, .case-dkb .eye-catcher-container > .columns:nth-child(2) .parallax::after {
        width: 120%;
        height: 135%;
        top: -15%;
        right: 35%;
        left: auto;
        z-index: 1; } }

@media print, screen and (min-width: 40em) {
  .case-dkb .eye-catcher-container {
    max-width: none; } }

@media screen and (max-width: 39.9375em) {
  .case-dkb .box.box-grey.parallax, .case-dkb .box.parallax.more-news-list.background-gray {
    margin: 0 -2rem -2rem;
    padding: 4rem 2rem; }
    .case-dkb .box.box-grey.parallax::after, .case-dkb .box.parallax.more-news-list.background-gray::after {
      content: none; } }

.case-condor .jumbotron {
  background: url("../images/cases/condor/jumbotron.jpg") top center;
  background-size: cover; }

.case-condor .jumbotron-title {
  font-size: 1.625rem; }
  @media print, screen and (min-width: 40em) {
    .case-condor .jumbotron-title {
      font-size: calc(1.625rem + (1.75) * (100vw - 40rem) / (90 - 40)); } }
  @media screen and (min-width: 90em) {
    .case-condor .jumbotron-title {
      font-size: 3.375rem; } }

.case-condor .section-case-primary {
  background: #f6ab29;
  color: #fff; }

.case-condor .section-case-primary h2 {
  color: #fff; }

@media screen and (max-width: 39.9375em) {
  .case-condor .eye-catcher-container {
    margin-top: 0;
    margin-bottom: 3rem; } }

.case-condor .eye-catcher-container img {
  z-index: 3; }

.case-condor .eye-catcher-container > .column:nth-child(1) .parallax, .case-condor .eye-catcher-container > .columns:nth-child(1) .parallax {
  left: 10%;
  max-width: 60%; }
  .case-condor .eye-catcher-container > .column:nth-child(1) .parallax::after, .case-condor .eye-catcher-container > .columns:nth-child(1) .parallax::after {
    content: '';
    position: absolute;
    background: #f6ab29;
    width: 140%;
    height: 60%;
    top: -10%;
    left: -10%; }
  @media print, screen and (min-width: 40em) {
    .case-condor .eye-catcher-container > .column:nth-child(1) .parallax, .case-condor .eye-catcher-container > .columns:nth-child(1) .parallax {
      left: auto;
      max-width: none;
      top: -10%;
      right: -10%; }
      .case-condor .eye-catcher-container > .column:nth-child(1) .parallax::after, .case-condor .eye-catcher-container > .columns:nth-child(1) .parallax::after {
        top: -15%;
        right: -15%;
        z-index: 2; } }

.case-condor .eye-catcher-container > .column:nth-child(2) .parallax, .case-condor .eye-catcher-container > .columns:nth-child(2) .parallax {
  top: 2rem;
  width: calc(100% - 55px); }
  .case-condor .eye-catcher-container > .column:nth-child(2) .parallax::after, .case-condor .eye-catcher-container > .columns:nth-child(2) .parallax::after {
    content: '';
    position: absolute;
    background: #1a294c;
    height: 80%;
    width: 60%;
    top: -70%;
    left: -20%; }
  @media print, screen and (min-width: 40em) {
    .case-condor .eye-catcher-container > .column:nth-child(2) .parallax, .case-condor .eye-catcher-container > .columns:nth-child(2) .parallax {
      top: auto;
      width: auto;
      right: -5rem; }
      .case-condor .eye-catcher-container > .column:nth-child(2) .parallax::after, .case-condor .eye-catcher-container > .columns:nth-child(2) .parallax::after {
        width: 120%;
        height: 135%;
        top: -15%;
        right: 35%;
        left: auto;
        z-index: 1; } }

@media print, screen and (min-width: 40em) {
  .case-condor .eye-catcher-container {
    max-width: none; } }

.case-condor .case-teaser-visual-condor {
  height: 170%;
  width: 170%;
  left: 8%;
  margin-top: 2rem;
  margin-bottom: 10rem;
  position: relative; }

.case-condor .row.case-teaser-visual-condor > div::after {
  content: '';
  position: absolute;
  width: 85%;
  height: 90%;
  left: -13%;
  top: -28%;
  background: #f7ae33;
  z-index: -1; }

.case-condor .row.case-teaser-visual-condor > div::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 105%;
  left: 13%;
  top: -15%;
  background: #182a4b; }

@media screen and (max-width: 39.9375em) {
  .case-condor .box.box-grey.parallax, .case-condor .box.parallax.more-news-list.background-gray {
    margin: 0 -2rem -2rem;
    padding: 4rem 2rem; }
    .case-condor .box.box-grey.parallax::after, .case-condor .box.parallax.more-news-list.background-gray::after {
      content: none; }
  .case-condor .top-bar-right {
    display: none; }
  .case-condor .case-teaser-visual-condor {
    height: 90%;
    width: 90%;
    left: 8%;
    margin-top: -3rem;
    margin-bottom: 8rem;
    position: relative; }
  .case-condor .row.case-teaser-visual-condor > div::after {
    display: none; }
  .case-condor .row.case-teaser-visual-condor > div::before {
    display: none; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .case-condor .case-teaser-visual-condor {
    height: 160%;
    width: 160%;
    left: 18%;
    margin-top: 2rem;
    margin-bottom: 10rem;
    position: relative; }
  .case-condor .row.case-teaser-visual-condor > div::after {
    content: '';
    position: absolute;
    width: 85%;
    height: 90%;
    left: -13%;
    top: -28%;
    background: #f7ae33;
    z-index: -1; }
  .case-condor .row.case-teaser-visual-condor > div::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 105%;
    left: 13%;
    top: -15%;
    background: #182a4b; } }

.case-avon .jumbotron {
  background: url("../images/cases/avon/jumbotron.jpg") top center;
  background-size: cover; }

@media print, screen and (min-width: 64em) {
  .case-avon .image-overflow {
    margin-bottom: -10rem; } }

.case-avon .section-case-primary {
  background: #f0008c;
  color: #fff; }
  .case-avon .section-case-primary h2 {
    color: #fff; }

.case-avon .eye-catcher-container {
  margin-top: 5rem; }
  .case-avon .eye-catcher-container img {
    z-index: 3; }
  .case-avon .eye-catcher-container .parallax-1 {
    position: relative;
    top: 0;
    left: -10%; }
    .case-avon .eye-catcher-container .parallax-1::after {
      position: absolute;
      background: #1a294c;
      content: ' ';
      width: 80%;
      height: 80%;
      top: -20%;
      right: -35%;
      z-index: 2; }
  .case-avon .eye-catcher-container .parallax-2 {
    position: relative;
    top: 0;
    right: 0; }
    .case-avon .eye-catcher-container .parallax-2::after {
      position: absolute;
      background: #e44416;
      content: ' ';
      width: 120%;
      height: 65%;
      top: 92px;
      right: -10%;
      z-index: 1; }
  @media print, screen and (min-width: 40em) {
    .case-avon .eye-catcher-container {
      max-width: none; } }

.case-avon .section-resultat .box::after {
  content: none;
  color: #fff;
  top: -60%;
  height: 70%;
  width: 100%;
  left: 20%;
  background-color: #f0008c; }

.case-avon .section-resultat .box-teaser {
  display: block;
  width: 100%; }
  @media screen and (max-width: 39.9375em) {
    .case-avon .section-resultat .box-teaser {
      margin: -4rem -2rem 2rem;
      width: auto; } }

@media print, screen and (min-width: 64em) {
  .case-avon .section-resultat .box {
    margin-top: 17rem; }
  .case-avon .section-resultat .box-teaser {
    display: block;
    position: absolute;
    z-index: -1;
    top: -65%;
    width: 100%;
    left: 10%; } }

@media screen and (max-width: 39.9375em) {
  .case-avon .section-problem p {
    margin-bottom: 0; }
  .case-avon .eye-catcher-container {
    right: 0;
    top: 3rem; }
    .case-avon .eye-catcher-container .parallax-2 {
      margin-top: 3rem;
      margin-bottom: 3rem; }
      .case-avon .eye-catcher-container .parallax-2::after {
        right: 20%;
        top: -20%;
        height: 100%; }
  .case-avon .box.box-grey.parallax, .case-avon .box.parallax.more-news-list.background-gray {
    margin: 0 -2rem -2rem;
    padding: 4rem 2rem; }
    .case-avon .box.box-grey.parallax::after, .case-avon .box.parallax.more-news-list.background-gray::after, .case-avon .box.box-grey.parallax::before, .case-avon .box.parallax.more-news-list.background-gray::before {
      content: none; }
  .case-avon .box-teaser {
    display: none; }
  .case-avon .image-overflow {
    margin-bottom: 0; }
  .case-avon .case-teaser-visual {
    margin-top: -8rem; }
  .case-avon .slider-overflow {
    top: 8rem;
    padding: none;
    margin-bottom: 12rem; }
    .case-avon .slider-overflow .flickity-page-dots {
      bottom: 0;
      left: 0; } }

.case-hamamatsu .jumbotron {
  background: url("../images/cases/hamamatsu/jumbotron.jpg") top center;
  background-size: cover; }

.case-hamamatsu .section-case-primary {
  background: #c2171b;
  color: #fff; }
  .case-hamamatsu .section-case-primary h2 {
    color: #fff; }

.case-hamamatsu .eye-catcher-container {
  margin-top: 5rem; }
  .case-hamamatsu .eye-catcher-container img {
    z-index: 3; }
  .case-hamamatsu .eye-catcher-container .parallax-1 {
    position: relative;
    top: 0;
    left: -10%;
    margin-top: -3rem;
    margin-bottom: 5rem; }
    .case-hamamatsu .eye-catcher-container .parallax-1::before {
      position: absolute;
      background-color: #f2f2f9;
      content: '';
      width: 60%;
      height: 120%;
      left: 30%;
      top: -10%;
      z-index: 1; }
    .case-hamamatsu .eye-catcher-container .parallax-1::after {
      position: absolute;
      background: #1a294c;
      content: ' ';
      width: 30%;
      height: 40%;
      bottom: -15%;
      right: -10%;
      z-index: 2; }
  @media print, screen and (min-width: 40em) {
    .case-hamamatsu .eye-catcher-container {
      max-width: none; } }

.case-hamamatsu .section-resultat .box::after {
  content: none;
  color: #fff;
  top: -60%;
  height: 70%;
  width: 100%;
  left: 20%;
  background-color: #f0008c; }

@media screen and (max-width: 39.9375em) {
  .case-hamamatsu .section-problem p {
    margin-bottom: 0; }
  .case-hamamatsu .eye-catcher-container {
    right: 0;
    top: 3rem; }
  .case-hamamatsu .box.box-grey.parallax, .case-hamamatsu .box.parallax.more-news-list.background-gray {
    margin: 0 2rem -2rem -5rem;
    padding: 4rem 2rem; }
    .case-hamamatsu .box.box-grey.parallax::after, .case-hamamatsu .box.parallax.more-news-list.background-gray::after, .case-hamamatsu .box.box-grey.parallax::before, .case-hamamatsu .box.parallax.more-news-list.background-gray::before {
      content: none; }
  .case-hamamatsu .box-teaser {
    display: none; } }

.case-hse24 .jumbotron {
  background: url("../images/cases/hse24/jumbotron.jpg") top center;
  background-size: cover; }

.case-hse24 .section-case-primary {
  background: #ff5700;
  color: #fff; }
  .case-hse24 .section-case-primary h2 {
    color: #fff; }

.case-hse24 .section-resultat .box {
  margin-top: 2rem;
  position: relative; }
  .case-hse24 .section-resultat .box::after {
    content: none; }
  .case-hse24 .section-resultat .box::before {
    position: absolute;
    content: '';
    background: #868eb1;
    width: 80%;
    height: 75%;
    top: -10%;
    left: 80%;
    z-index: -1; }

@media screen and (max-width: 39.9375em) {
  .case-hse24 .section-problem p {
    margin-bottom: 0; }
  .case-hse24 .box.box-grey.parallax-1, .case-hse24 .box.parallax-1.more-news-list.background-gray {
    margin: 0 -2rem -2rem;
    padding: 4rem 2rem; }
    .case-hse24 .box.box-grey.parallax-1::after, .case-hse24 .box.parallax-1.more-news-list.background-gray::after, .case-hse24 .box.box-grey.parallax-1::before, .case-hse24 .box.parallax-1.more-news-list.background-gray::before {
      content: none; }
  .case-hse24 .box-teaser {
    display: none; } }

.case-stempel-fabrik .jumbotron {
  background: url("../images/cases/stempel-fabrik/jumbotron.jpg") top center;
  background-size: cover; }

.case-stempel-fabrik .section-case-primary {
  background: #f2f2f9;
  color: #1e2a4d; }
  .case-stempel-fabrik .section-case-primary h2 {
    color: #1e2a4d; }

.case-stempel-fabrik .section-resultat .box {
  margin-top: 2rem;
  position: relative;
  z-index: 3; }
  .case-stempel-fabrik .section-resultat .box::after, .case-stempel-fabrik .section-resultat .box::before {
    content: none; }
  .case-stempel-fabrik .section-resultat .box .box-teaser {
    position: absolute;
    background: #1a294c;
    color: #fff;
    top: 20%;
    left: 90%;
    padding: 5rem; }
    .case-stempel-fabrik .section-resultat .box .box-teaser .box-fact {
      color: #fff; }

@media screen and (max-width: 39.9375em) {
  .case-stempel-fabrik .section-problem p {
    margin-bottom: 0; }
  .case-stempel-fabrik .box.box-grey.parallax-1, .case-stempel-fabrik .box.parallax-1.more-news-list.background-gray {
    margin: 0 -2rem -2rem;
    padding: 4rem 2rem; }
    .case-stempel-fabrik .box.box-grey.parallax-1::after, .case-stempel-fabrik .box.parallax-1.more-news-list.background-gray::after {
      content: none; }
  .case-stempel-fabrik .box-teaser {
    display: none; } }

.case-google-data-studio .jumbotron {
  background: url("../images/cases/google-data-studio/jumbotron.jpg") top center;
  background-size: cover; }

.case-google-data-studio .box ul {
  list-style: disc; }

.case-google-data-studio .section-case-primary {
  background: #f2f2f9; }

.case-google-data-studio .eye-catcher-container {
  margin-top: 5rem; }
  .case-google-data-studio .eye-catcher-container img {
    z-index: 3; }
  .case-google-data-studio .eye-catcher-container .parallax-1 {
    position: relative;
    top: 0;
    left: -10%;
    margin-top: -3rem;
    margin-bottom: 5rem; }
    .case-google-data-studio .eye-catcher-container .parallax-1::before {
      position: absolute;
      background-color: #f2f2f9;
      content: '';
      width: 60%;
      height: 120%;
      left: 30%;
      top: -10%;
      z-index: 1; }
    .case-google-data-studio .eye-catcher-container .parallax-1::after {
      position: absolute;
      background: #1a294c;
      content: ' ';
      width: 30%;
      height: 40%;
      bottom: -15%;
      right: -10%;
      z-index: 2; }
  @media print, screen and (min-width: 40em) {
    .case-google-data-studio .eye-catcher-container {
      max-width: none; } }

.case-google-data-studio .section-resultat .box::after {
  content: none;
  color: #fff;
  top: -60%;
  height: 70%;
  width: 100%;
  left: 20%;
  background-color: #f0008c; }

@media screen and (max-width: 39.9375em) {
  .case-google-data-studio .section-problem p {
    margin-bottom: 0; }
  .case-google-data-studio .eye-catcher-container {
    right: 0;
    top: 3rem; }
  .case-google-data-studio .box.box-grey.parallax, .case-google-data-studio .box.parallax.more-news-list.background-gray {
    margin: 0 2rem -2rem -5rem;
    padding: 4rem 2rem; }
    .case-google-data-studio .box.box-grey.parallax::after, .case-google-data-studio .box.parallax.more-news-list.background-gray::after, .case-google-data-studio .box.box-grey.parallax::before, .case-google-data-studio .box.parallax.more-news-list.background-gray::before {
      content: none; }
  .case-google-data-studio .box-teaser {
    display: none; } }

.case-norstat .jumbotron {
  background: url("../images/cases/norstat/jumbotron.jpg") top center;
  background-size: cover; }

.case-norstat .box ul {
  list-style: disc; }

.case-norstat .section-problem p {
  margin-bottom: 0; }

@media print, screen and (min-width: 40em) {
  .case-norstat .section-problem {
    margin-bottom: 3rem; } }

.case-norstat .section-case-primary {
  background: #f2f2f9; }

.case-norstat .section-resultat .box {
  padding: 5rem 4rem 6rem 8rem; }
  .case-norstat .section-resultat .box::after {
    width: 250px;
    height: 250px;
    left: -125px;
    right: auto;
    top: -125px;
    bottom: auto;
    z-index: -1; }

@media print, screen and (min-width: 40em) {
  .case-norstat .section-idee {
    margin-bottom: 12rem; } }

.case-norstat .eye-catcher-container {
  margin-top: 4rem;
  margin-bottom: 3rem;
  right: 0; }
  @media print, screen and (min-width: 40em) {
    .case-norstat .eye-catcher-container {
      margin-top: 10rem; } }
  .case-norstat .eye-catcher-container > .column .parallax::before, .case-norstat .eye-catcher-container > .columns .parallax::before {
    content: '';
    position: absolute;
    background: #454f76;
    width: 383px;
    height: 263px;
    top: -40px;
    right: -280px;
    z-index: -1; }
  .case-norstat .eye-catcher-container > .column .parallax .mockup, .case-norstat .eye-catcher-container > .columns .parallax .mockup {
    width: 260px;
    height: 547px;
    background: url("../images/cases/norstat/iphone.png") top center;
    background-size: cover;
    padding-top: 50px;
    padding-left: 1px;
    margin: 0 auto;
    position: relative; }
    .case-norstat .eye-catcher-container > .column .parallax .mockup::after, .case-norstat .eye-catcher-container > .columns .parallax .mockup::after {
      content: '';
      position: absolute;
      background: #f2f2f9;
      height: 76%;
      width: 60%;
      top: 12%;
      left: -10%;
      z-index: -2; }
    .case-norstat .eye-catcher-container > .column .parallax .mockup video, .case-norstat .eye-catcher-container > .columns .parallax .mockup video {
      width: 250px;
      height: auto; }
  @media print, screen and (min-width: 40em) {
    .case-norstat .eye-catcher-container > .column .parallax, .case-norstat .eye-catcher-container > .columns .parallax {
      left: 20%;
      max-width: 80%; }
      .case-norstat .eye-catcher-container > .column .parallax::before, .case-norstat .eye-catcher-container > .columns .parallax::before {
        height: 363px;
        top: -90px;
        right: 0; }
      .case-norstat .eye-catcher-container > .column .parallax .mockup, .case-norstat .eye-catcher-container > .columns .parallax .mockup {
        width: 437px;
        height: 920px;
        background: url("../images/cases/norstat/iphone.png") top center;
        background-size: cover;
        padding-top: 85px;
        padding-left: 1px; }
        .case-norstat .eye-catcher-container > .column .parallax .mockup::after, .case-norstat .eye-catcher-container > .columns .parallax .mockup::after {
          left: -20%; }
        .case-norstat .eye-catcher-container > .column .parallax .mockup video, .case-norstat .eye-catcher-container > .columns .parallax .mockup video {
          width: auto; } }
  @media print, screen and (min-width: 40em) {
    .case-norstat .eye-catcher-container {
      max-width: none; } }

@media screen and (max-width: 39.9375em) {
  .case-norstat .box.box-grey.parallax, .case-norstat .box.parallax.more-news-list.background-gray {
    margin: 0 -2rem -2rem;
    padding: 4rem 4rem; }
    .case-norstat .box.box-grey.parallax::after, .case-norstat .box.parallax.more-news-list.background-gray::after {
      content: none; } }

.service .jumbotron {
  background-color: #454f76;
  margin-bottom: 2.5rem;
  padding-bottom: 3.75rem;
  min-height: 400px; }
  @media print, screen and (min-width: 64em) {
    .service .jumbotron {
      margin-bottom: 5.3125rem;
      padding-bottom: 0;
      min-height: 430px; } }

@media print, screen and (min-width: 40em) {
  .service .jumbotron-title {
    text-align: center;
    line-height: 6rem; } }

.service .section-intro .row:not(.box-overlap) p {
  color: #54596e; }

.service[class*=service-] .row p.service-intro {
  font-size: 1.75rem;
  line-height: 1.1;
  font-weight: 700;
  color: #1e2a4d; }
  @media print, screen and (min-width: 40em) {
    .service[class*=service-] .row p.service-intro {
      font-size: calc(1.75rem + (1.25) * (100vw - 40rem) / (90 - 40)); } }
  @media screen and (min-width: 90em) {
    .service[class*=service-] .row p.service-intro {
      font-size: 3rem; } }

.service .box-overlap .box {
  margin-bottom: 0; }

@media print, screen and (min-width: 64em) {
  .service .box-overlap {
    margin-bottom: 18rem; }
    .service .box-overlap img {
      width: 370px;
      height: auto; } }

@media screen and (max-width: 63.9375em) {
  .service .box-overlap {
    margin-bottom: 3rem; }
    .service .box-overlap img {
      width: 100%;
      height: auto; } }

.service .box-overlap-right p {
  font-size: 1.625rem;
  line-height: 1.1;
  font-weight: 700; }
  @media print, screen and (min-width: 40em) {
    .service .box-overlap-right p {
      font-size: calc(1.625rem + (0.625) * (100vw - 40rem) / (90 - 40)); } }
  @media screen and (min-width: 90em) {
    .service .box-overlap-right p {
      font-size: 2.25rem; } }

.service .box-overlap-left {
  padding: 0; }
  @media screen and (max-width: 63.9375em) {
    .service .box-overlap-left {
      order: 1; } }

@media screen and (max-width: 63.9375em) {
  .service .section-intro {
    margin-bottom: 0; } }

.service .section-detail {
  color: #54596e;
  padding: 5.75rem 0 0; }
  @media print, screen and (min-width: 40em) {
    .service .section-detail {
      padding-bottom: 5rem; } }
  .service .section-detail h2 {
    margin-top: 0; }
  .service .section-detail p:not(:last-child) {
    margin-bottom: 2rem; }

.service .section-detail-title {
  font-size: 1.75rem;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #1e2a4d; }
  @media print, screen and (min-width: 40em) {
    .service .section-detail-title {
      font-size: calc(1.75rem + (1.25) * (100vw - 40rem) / (90 - 40)); } }
  @media screen and (min-width: 90em) {
    .service .section-detail-title {
      font-size: 3rem; } }

.service .section-listing h2 {
  margin-top: 5rem; }

.service .section-listing h3 {
  padding-right: 3rem; }
  .service .section-listing h3:first-child {
    margin-top: 0; }

.service .section-listing p {
  color: #54596e;
  margin-bottom: 2rem; }

.service .section-listing li {
  font-size: 1rem;
  font-weight: 400;
  margin: 1rem 0; }
  @media print, screen and (min-width: 40em) {
    .service .section-listing li {
      font-size: calc(1rem + (0.25) * (100vw - 40rem) / (90 - 40)); } }
  @media screen and (min-width: 90em) {
    .service .section-listing li {
      font-size: 1.25rem; } }
  @media screen and (max-width: 39.9375em) {
    .service .section-listing li {
      font-weight: 600; } }
  .service .section-listing li:first-child {
    margin-top: 0; }

.service .section-listing .row {
  margin-bottom: 1rem; }
  @media print, screen and (min-width: 64em) {
    .service .section-listing .row {
      margin-bottom: 3.75rem; } }

.service-affiliate .jumbotron {
  background: #454f76 url("../images/jumbotron-leistungen-affiliate.jpg") center center/cover; }

.service-bi .jumbotron {
  background: #454f76 url("../images/jumbotron_leistung_affiliate_marketing.jpg") center center/cover; }

.service-data-tracking .jumbotron {
  background: #454f76 url("../images/jumbotron_leistung_data_tracking.jpg") center center/cover; }

.service-kreation .jumbotron {
  background: #454f76 url("../images/jumbotron_leistung_kreation.jpg") center center/cover; }

.service-programmatic .jumbotron {
  background: #454f76 url("../images/jumbotron-leistungen-programmatic.jpg") center center/cover; }

.service-sea .jumbotron {
  background: #454f76 url("../images/jumbotron_leistung_sea.jpg") center center/cover; }

.service-seo .jumbotron {
  background: #454f76 url("../images/jumbotron_leistung_seo.jpg") center center/cover; }

.service-tools .jumbotron {
  background: #454f76 url("../images/jumbotron_leistung_tools.jpg") center center/cover; }

.service-creativity .jumbotron {
  background: #454f76 url("../images/jumbotron-leistungen-kreation.jpg") center center/cover; }

body:not(.page-template-template-home) .off-canvas-content {
  overflow-x: hidden; }

.page-template-template-home .pattern-video,
.page-template-template-home-en .pattern-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.5s ease-out; }
  .page-template-template-home .pattern-video video,
  .page-template-template-home-en .pattern-video video {
    width: 100%;
    height: 100%; }

.page-template-template-home .pattern-animation,
.page-template-template-home .pattern-animation + div,
.page-template-template-home-en .pattern-animation,
.page-template-template-home-en .pattern-animation + div {
  opacity: 1;
  transition: opacity 0.5s ease-out; }

@media print, screen and (min-width: 64em) {
  .page-template-template-home .splitter .box-tertiary,
  .page-template-template-home-en .splitter .box-tertiary {
    padding-top: 5rem;
    padding-bottom: 5rem; } }

.page-template-template-home.show-video .pattern-video,
.page-template-template-home-en.show-video .pattern-video {
  opacity: 1; }

.page-template-template-home.show-video .pattern-animation,
.page-template-template-home.show-video .pattern-animation + div,
.page-template-template-home-en.show-video .pattern-animation,
.page-template-template-home-en.show-video .pattern-animation + div {
  opacity: 0; }

.page-template-template-home .tile-sticky,
.page-template-template-home-en .tile-sticky {
  position: sticky;
  top: 3rem;
  margin-bottom: 3rem; }

.page-template-template-home .header-home,
.page-template-template-home-en .header-home {
  background: url("../images/background-home.jpg") center center/cover fixed;
  position: relative; }
  .page-template-template-home .header-home .section-arrow-next,
  .page-template-template-home-en .header-home .section-arrow-next {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    bottom: 4rem;
    width: 3rem;
    color: #fff;
    z-index: 1;
    display: none; }
  .page-template-template-home .header-home .jumbotron,
  .page-template-template-home-en .header-home .jumbotron {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .page-template-template-home .header-home .jumbotron .jumbotron-title,
    .page-template-template-home-en .header-home .jumbotron .jumbotron-title {
      transition: all 0.3s ease-in; }
    .page-template-template-home .header-home .jumbotron .jumbotron-subline,
    .page-template-template-home-en .header-home .jumbotron .jumbotron-subline {
      transition: all 0.3s ease-in; }
    .page-template-template-home .header-home .jumbotron .button,
    .page-template-template-home-en .header-home .jumbotron .button {
      transition: all 0.3s ease-in; }
      .page-template-template-home .header-home .jumbotron .button:hover, .page-template-template-home .header-home .jumbotron .button:focus,
      .page-template-template-home-en .header-home .jumbotron .button:hover,
      .page-template-template-home-en .header-home .jumbotron .button:focus {
        background: #54e882;
        border-color: #54e882;
        color: #fefefe; }
  .page-template-template-home .header-home + section,
  .page-template-template-home-en .header-home + section {
    background: #fefefe;
    position: relative;
    z-index: 1; }
  .page-template-template-home .header-home .jumbotron.step-1 .jumbotron-title,
  .page-template-template-home-en .header-home .jumbotron.step-1 .jumbotron-title {
    transform: translateY(-200vh); }
  .page-template-template-home .header-home .jumbotron.step-1 .jumbotron-subline,
  .page-template-template-home-en .header-home .jumbotron.step-1 .jumbotron-subline {
    transform: translateY(-200vh); }
  .page-template-template-home .header-home .jumbotron.step-1 .button,
  .page-template-template-home-en .header-home .jumbotron.step-1 .button {
    transform: translateY(-200vh); }

.page-template-template-home .section-full,
.page-template-template-home-en .section-full {
  background: none;
  position: relative;
  perspective: 5000px; }
  .page-template-template-home .section-full#highlight,
  .page-template-template-home-en .section-full#highlight {
    display: none; }
  .page-template-template-home .section-full .pattern-animation,
  .page-template-template-home-en .section-full .pattern-animation {
    position: absolute;
    width: 100vw;
    top: 12.5vh;
    height: 75vh;
    transform-style: preserve-3d;
    animation: rotation 20s linear infinite; }
    .page-template-template-home .section-full .pattern-animation .pattern,
    .page-template-template-home-en .section-full .pattern-animation .pattern {
      position: absolute;
      transform-style: preserve-3d; }
      .page-template-template-home .section-full .pattern-animation .pattern img,
      .page-template-template-home-en .section-full .pattern-animation .pattern img {
        animation: rotation 20s infinite linear reverse; }

.page-template-template-home .jumbotron,
.page-template-template-home-en .jumbotron {
  height: auto; }

.pattern-animation div:nth-child(1) {
  transform: translate3d(94.55739vw, 37.56424vh, -71.32924vw); }
  .pattern-animation div:nth-child(1) img {
    width: 82px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(2) {
  transform: translate3d(93.69946vw, 10.07858vh, -60.67627vw); }
  .pattern-animation div:nth-child(2) img {
    width: 92px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(3) {
  transform: translate3d(67.23564vw, -10.17745vh, -44.08389vw); }
  .pattern-animation div:nth-child(3) img {
    width: 87px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(4) {
  transform: translate3d(29.33899vw, -4.79902vh, -23.17627vw); }
  .pattern-animation div:nth-child(4) img {
    width: 78px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(5) {
  transform: translate3d(3.56903vw, 27.1392vh, 0vw); }
  .pattern-animation div:nth-child(5) img {
    width: 98px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(6) {
  transform: translate3d(6.00675vw, 68.10503vh, 23.17627vw); }
  .pattern-animation div:nth-child(6) img {
    width: 92px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(7) {
  transform: translate3d(33.73871vw, 94.48726vh, 44.08389vw); }
  .pattern-animation div:nth-child(7) img {
    width: 80px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(8) {
  transform: translate3d(67.04592vw, 93.36038vh, 60.67627vw); }
  .pattern-animation div:nth-child(8) img {
    width: 77px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(9) {
  transform: translate3d(83.70291vw, 71.4802vh, 71.32924vw); }
  .pattern-animation div:nth-child(9) img {
    width: 78px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(10) {
  transform: translate3d(75vw, 50vh, 75vw); }
  .pattern-animation div:nth-child(10) img {
    width: 78px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(11) {
  transform: translate3d(51.8564vw, 48.76972vh, 71.32924vw); }
  .pattern-animation div:nth-child(11) img {
    width: 85px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(12) {
  transform: translate3d(36.59643vw, 71.64614vh, 60.67627vw); }
  .pattern-animation div:nth-child(12) img {
    width: 76px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(13) {
  transform: translate3d(46.3819vw, 103.50341vh, 44.08389vw); }
  .pattern-animation div:nth-child(13) img {
    width: 100px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(14) {
  transform: translate3d(80.3594vw, 121.12761vh, 23.17627vw); }
  .pattern-animation div:nth-child(14) img {
    width: 97px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(15) {
  transform: translate3d(119.88451vw, 110.08645vh, 0vw); }
  .pattern-animation div:nth-child(15) img {
    width: 77px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(16) {
  transform: translate3d(141.68497vw, 75.31748vh, -23.17627vw); }
  .pattern-animation div:nth-child(16) img {
    width: 92px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(17) {
  transform: translate3d(134.42396vw, 37.73609vh, -44.08389vw); }
  .pattern-animation div:nth-child(17) img {
    width: 91px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(18) {
  transform: translate3d(106.65158vw, 19.31503vh, -60.67627vw); }
  .pattern-animation div:nth-child(18) img {
    width: 85px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(19) {
  transform: translate3d(80.3859vw, 27.45822vh, -71.32924vw); }
  .pattern-animation div:nth-child(19) img {
    width: 99px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(20) {
  transform: translate3d(75vw, 50vh, -75vw); }
  .pattern-animation div:nth-child(20) img {
    width: 100px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(21) {
  transform: translate3d(93.12876vw, 64.4391vh, -71.32924vw); }
  .pattern-animation div:nth-child(21) img {
    width: 77px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(22) {
  transform: translate3d(118.83545vw, 54.67366vh, -60.67627vw); }
  .pattern-animation div:nth-child(22) img {
    width: 100px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(23) {
  transform: translate3d(129.36499vw, 23.05454vh, -44.08389vw); }
  .pattern-animation div:nth-child(23) img {
    width: 83px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(24) {
  transform: translate3d(111.93397vw, -11.02248vh, -23.17627vw); }
  .pattern-animation div:nth-child(24) img {
    width: 88px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(25) {
  transform: translate3d(73.34275vw, -24.98169vh, 0vw); }
  .pattern-animation div:nth-child(25) img {
    width: 76px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(26) {
  transform: translate3d(35.40598vw, -9.33105vh, 23.17627vw); }
  .pattern-animation div:nth-child(26) img {
    width: 97px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(27) {
  transform: translate3d(19.49758vw, 25.48283vh, 44.08389vw); }
  .pattern-animation div:nth-child(27) img {
    width: 80px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(28) {
  transform: translate3d(31.41385vw, 56.60586vh, 60.67627vw); }
  .pattern-animation div:nth-child(28) img {
    width: 81px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(29) {
  transform: translate3d(57.5269vw, 65.22598vh, 71.32924vw); }
  .pattern-animation div:nth-child(29) img {
    width: 85px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(30) {
  transform: translate3d(75vw, 50vh, 75vw); }
  .pattern-animation div:nth-child(30) img {
    width: 80px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(31) {
  transform: translate3d(68.62341vw, 27.7182vh, 71.32924vw); }
  .pattern-animation div:nth-child(31) img {
    width: 88px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(32) {
  transform: translate3d(42.02359vw, 20.74344vh, 60.67627vw); }
  .pattern-animation div:nth-child(32) img {
    width: 84px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(33) {
  transform: translate3d(15.09222vw, 40.37356vh, 44.08389vw); }
  .pattern-animation div:nth-child(33) img {
    width: 84px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(34) {
  transform: translate3d(9.49874vw, 78.23907vh, 23.17627vw); }
  .pattern-animation div:nth-child(34) img {
    width: 90px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(35) {
  transform: translate3d(32.81409vw, 112.01088vh, 0vw); }
  .pattern-animation div:nth-child(35) img {
    width: 91px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(36) {
  transform: translate3d(72.78843vw, 121.29495vh, -23.17627vw); }
  .pattern-animation div:nth-child(36) img {
    width: 89px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(37) {
  transform: translate3d(105.95407vw, 102.18674vh, -44.08389vw); }
  .pattern-animation div:nth-child(37) img {
    width: 82px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(38) {
  transform: translate3d(114.32245vw, 69.92824vh, -60.67627vw); }
  .pattern-animation div:nth-child(38) img {
    width: 100px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(39) {
  transform: translate3d(98.06664vw, 47.74838vh, -71.32924vw); }
  .pattern-animation div:nth-child(39) img {
    width: 88px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(40) {
  transform: translate3d(75vw, 50vh, -75vw); }
  .pattern-animation div:nth-child(40) img {
    width: 92px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(41) {
  transform: translate3d(67.25463vw, 71.84374vh, -71.32924vw); }
  .pattern-animation div:nth-child(41) img {
    width: 79px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(42) {
  transform: translate3d(84.86208vw, 92.9666vh, -60.67627vw); }
  .pattern-animation div:nth-child(42) img {
    width: 85px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(43) {
  transform: translate3d(118.18656vw, 92.62079vh, -44.08389vw); }
  .pattern-animation div:nth-child(43) img {
    width: 94px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(44) {
  transform: translate3d(144.7258vw, 65.03906vh, -23.17627vw); }
  .pattern-animation div:nth-child(44) img {
    width: 93px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(45) {
  transform: translate3d(145.35117vw, 24.00553vh, 0vw); }
  .pattern-animation div:nth-child(45) img {
    width: 95px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(46) {
  transform: translate3d(118.19526vw, -6.76292vh, 23.17627vw); }
  .pattern-animation div:nth-child(46) img {
    width: 95px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(47) {
  transform: translate3d(80.09799vw, -10.46173vh, 44.08389vw); }
  .pattern-animation div:nth-child(47) img {
    width: 93px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(48) {
  transform: translate3d(54.55497vw, 10.94375vh, 60.67627vw); }
  .pattern-animation div:nth-child(48) img {
    width: 100px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(49) {
  transform: translate3d(54.91226vw, 38.44048vh, 71.32924vw); }
  .pattern-animation div:nth-child(49) img {
    width: 100px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(50) {
  transform: translate3d(75vw, 50vh, 75vw); }
  .pattern-animation div:nth-child(50) img {
    width: 97px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(51) {
  transform: translate3d(93.98885vw, 36.71229vh, 71.32924vw); }
  .pattern-animation div:nth-child(51) img {
    width: 76px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(52) {
  transform: translate3d(91.91738vw, 9.29138vh, 60.67627vw); }
  .pattern-animation div:nth-child(52) img {
    width: 85px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(53) {
  transform: translate3d(64.58444vw, -9.77563vh, 44.08389vw); }
  .pattern-animation div:nth-child(53) img {
    width: 81px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(54) {
  transform: translate3d(26.96243vw, -2.72809vh, 23.17627vw); }
  .pattern-animation div:nth-child(54) img {
    width: 91px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(55) {
  transform: translate3d(2.62873vw, 30.31752vh, 0vw); }
  .pattern-animation div:nth-child(55) img {
    width: 80px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(56) {
  transform: translate3d(6.87405vw, 71.13564vh, -23.17627vw); }
  .pattern-animation div:nth-child(56) img {
    width: 93px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(57) {
  transform: translate3d(35.74456vw, 96.26684vh, -44.08389vw); }
  .pattern-animation div:nth-child(57) img {
    width: 91px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(58) {
  transform: translate3d(68.96946vw, 93.66947vh, -60.67627vw); }
  .pattern-animation div:nth-child(58) img {
    width: 90px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(59) {
  transform: translate3d(84.64346vw, 71.07471vh, -71.32924vw); }
  .pattern-animation div:nth-child(59) img {
    width: 87px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(60) {
  transform: translate3d(75vw, 50vh, -75vw); }
  .pattern-animation div:nth-child(60) img {
    width: 94px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(61) {
  transform: translate3d(51.82465vw, 49.79346vh, -71.32924vw); }
  .pattern-animation div:nth-child(61) img {
    width: 84px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(62) {
  transform: translate3d(37.59031vw, 73.32177vh, -60.67627vw); }
  .pattern-animation div:nth-child(62) img {
    width: 85px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(63) {
  transform: translate3d(48.77375vw, 104.71558vh, -44.08389vw); }
  .pattern-animation div:nth-child(63) img {
    width: 87px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(64) {
  transform: translate3d(83.49676vw, 120.82136vh, -23.17627vw); }
  .pattern-animation div:nth-child(64) img {
    width: 79px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(65) {
  transform: translate3d(122.49544vw, 108.04466vh, 0vw); }
  .pattern-animation div:nth-child(65) img {
    width: 94px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(66) {
  transform: translate3d(142.73844vw, 72.34645vh, 23.17627vw); }
  .pattern-animation div:nth-child(66) img {
    width: 82px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(67) {
  transform: translate3d(133.82408vw, 35.12257vh, 44.08389vw); }
  .pattern-animation div:nth-child(67) img {
    width: 86px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(68) {
  transform: translate3d(105.26493vw, 17.94655vh, 60.67627vw); }
  .pattern-animation div:nth-child(68) img {
    width: 92px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(69) {
  transform: translate3d(79.38469vw, 27.24227vh, 71.32924vw); }
  .pattern-animation div:nth-child(69) img {
    width: 86px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(70) {
  transform: translate3d(75vw, 50vh, 75vw); }
  .pattern-animation div:nth-child(70) img {
    width: 98px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(71) {
  transform: translate3d(93.74901vw, 63.62403vh, 71.32924vw); }
  .pattern-animation div:nth-child(71) img {
    width: 85px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(72) {
  transform: translate3d(118.99914vw, 52.73234vh, 60.67627vw); }
  .pattern-animation div:nth-child(72) img {
    width: 100px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(73) {
  transform: translate3d(128.12139vw, 20.67887vh, 44.08389vw); }
  .pattern-animation div:nth-child(73) img {
    width: 99px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(74) {
  transform: translate3d(109.20178vw, -12.59472vh, 23.17627vw); }
  .pattern-animation div:nth-child(74) img {
    width: 85px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(75) {
  transform: translate3d(70.0315vw, -24.83525vh, 0vw); }
  .pattern-animation div:nth-child(75) img {
    width: 87px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(76) {
  transform: translate3d(32.82325vw, -7.52375vh, -23.17627vw); }
  .pattern-animation div:nth-child(76) img {
    width: 100px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(77) {
  transform: translate3d(18.46855vw, 27.959vh, -44.08389vw); }
  .pattern-animation div:nth-child(77) img {
    width: 98px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(78) {
  transform: translate3d(31.74828vw, 58.52515vh, -60.67627vw); }
  .pattern-animation div:nth-child(78) img {
    width: 92px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(79) {
  transform: translate3d(58.21668vw, 65.98311vh, -71.32924vw); }
  .pattern-animation div:nth-child(79) img {
    width: 93px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(80) {
  transform: translate3d(75vw, 50vh, -75vw); }
  .pattern-animation div:nth-child(80) img {
    width: 79px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(81) {
  transform: translate3d(67.64517vw, 28.02169vh, -71.32924vw); }
  .pattern-animation div:nth-child(81) img {
    width: 89px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(82) {
  transform: translate3d(40.76317vw, 22.22899vh, -60.67627vw); }
  .pattern-animation div:nth-child(82) img {
    width: 95px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(83) {
  transform: translate3d(14.7254vw, 43.02983vh, -44.08389vw); }
  .pattern-animation div:nth-child(83) img {
    width: 100px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(84) {
  transform: translate3d(10.81037vw, 81.1055vh, -23.17627vw); }
  .pattern-animation div:nth-child(84) img {
    width: 99px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(85) {
  transform: translate3d(35.59508vw, 113.8142vh, 0vw); }
  .pattern-animation div:nth-child(85) img {
    width: 94px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(86) {
  transform: translate3d(75.94057vw, 121.32304vh, 23.17627vw); }
  .pattern-animation div:nth-child(86) img {
    width: 92px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(87) {
  transform: translate3d(108.22958vw, 100.76815vh, 44.08389vw); }
  .pattern-animation div:nth-child(87) img {
    width: 93px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(88) {
  transform: translate3d(115.16453vw, 68.17142vh, 60.67627vw); }
  .pattern-animation div:nth-child(88) img {
    width: 87px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(89) {
  transform: translate3d(97.94463vw, 46.73144vh, 71.32924vw); }
  .pattern-animation div:nth-child(89) img {
    width: 94px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(90) {
  transform: translate3d(75vw, 50vh, 75vw); }
  .pattern-animation div:nth-child(90) img {
    width: 94px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(91) {
  transform: translate3d(68.22731vw, 72.16462vh, 71.32924vw); }
  .pattern-animation div:nth-child(91) img {
    width: 81px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(92) {
  transform: translate3d(86.75082vw, 92.48892vh, 60.67627vw); }
  .pattern-animation div:nth-child(92) img {
    width: 97px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(93) {
  transform: translate3d(120.02747vw, 90.67108vh, 44.08389vw); }
  .pattern-animation div:nth-child(93) img {
    width: 82px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(94) {
  transform: translate3d(145.32217vw, 61.94371vh, 23.17627vw); }
  .pattern-animation div:nth-child(94) img {
    width: 99px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(95) {
  transform: translate3d(144.13398vw, 20.92263vh, 0vw); }
  .pattern-animation div:nth-child(95) img {
    width: 81px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(96) {
  transform: translate3d(115.64516vw, -8.61597vh, -23.17627vw); }
  .pattern-animation div:nth-child(96) img {
    width: 90px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(97) {
  transform: translate3d(77.42167vw, -10.62793vh, -44.08389vw); }
  .pattern-animation div:nth-child(97) img {
    width: 97px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(98) {
  transform: translate3d(52.84934vw, 11.8852vh, -60.67627vw); }
  .pattern-animation div:nth-child(98) img {
    width: 91px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(99) {
  transform: translate3d(54.42115vw, 39.33929vh, -71.32924vw); }
  .pattern-animation div:nth-child(99) img {
    width: 77px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(100) {
  transform: translate3d(75vw, 50vh, -75vw); }
  .pattern-animation div:nth-child(100) img {
    width: 81px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(101) {
  transform: translate3d(93.38322vw, 35.88629vh, -71.32924vw); }
  .pattern-animation div:nth-child(101) img {
    width: 81px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(102) {
  transform: translate3d(90.10225vw, 8.58368vh, -60.67627vw); }
  .pattern-animation div:nth-child(102) img {
    width: 98px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(103) {
  transform: translate3d(61.95357vw, -9.25708vh, -44.08389vw); }
  .pattern-animation div:nth-child(103) img {
    width: 83px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(104) {
  transform: translate3d(24.67968vw, -0.55418vh, -23.17627vw); }
  .pattern-animation div:nth-child(104) img {
    width: 79px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(105) {
  transform: translate3d(1.82979vw, 33.53428vh, 0vw); }
  .pattern-animation div:nth-child(105) img {
    width: 83px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(106) {
  transform: translate3d(7.8744vw, 74.12497vh, 23.17627vw); }
  .pattern-animation div:nth-child(106) img {
    width: 85px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(107) {
  transform: translate3d(37.82707vw, 97.95606vh, 44.08389vw); }
  .pattern-animation div:nth-child(107) img {
    width: 90px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(108) {
  transform: translate3d(70.90477vw, 93.89327vh, 60.67627vw); }
  .pattern-animation div:nth-child(108) img {
    width: 83px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(109) {
  transform: translate3d(85.56518vw, 70.62806vh, 71.32924vw); }
  .pattern-animation div:nth-child(109) img {
    width: 99px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(110) {
  transform: translate3d(75vw, 50vh, 75vw); }
  .pattern-animation div:nth-child(110) img {
    width: 98px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(111) {
  transform: translate3d(51.83815vw, 50.81761vh, 71.32924vw); }
  .pattern-animation div:nth-child(111) img {
    width: 92px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(112) {
  transform: translate3d(38.65726vw, 74.95185vh, 60.67627vw); }
  .pattern-animation div:nth-child(112) img {
    width: 85px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(113) {
  transform: translate3d(51.21683vw, 105.82089vh, 44.08389vw); }
  .pattern-animation div:nth-child(113) img {
    width: 87px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(114) {
  transform: translate3d(86.61752vw, 120.3768vh, 23.17627vw); }
  .pattern-animation div:nth-child(114) img {
    width: 80px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(115) {
  transform: translate3d(125.01362vw, 105.88952vh, 0vw); }
  .pattern-animation div:nth-child(115) img {
    width: 81px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(116) {
  transform: translate3d(143.65961vw, 69.33178vh, -23.17627vw); }
  .pattern-animation div:nth-child(116) img {
    width: 96px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(117) {
  transform: translate3d(133.10932vw, 32.53811vh, -44.08389vw); }
  .pattern-animation div:nth-child(117) img {
    width: 81px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(118) {
  transform: translate3d(103.81918vw, 16.64067vh, -60.67627vw); }
  .pattern-animation div:nth-child(118) img {
    width: 82px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(119) {
  transform: translate3d(78.37491vw, 27.07077vh, -71.32924vw); }
  .pattern-animation div:nth-child(119) img {
    width: 78px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(120) {
  transform: translate3d(75vw, 50vh, -75vw); }
  .pattern-animation div:nth-child(120) img {
    width: 77px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(121) {
  transform: translate3d(94.33265vw, 62.78235vh, -71.32924vw); }
  .pattern-animation div:nth-child(121) img {
    width: 82px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(122) {
  transform: translate3d(119.07689vw, 50.78568vh, -60.67627vw); }
  .pattern-animation div:nth-child(122) img {
    width: 84px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(123) {
  transform: translate3d(126.77403vw, 18.36047vh, -44.08389vw); }
  .pattern-animation div:nth-child(123) img {
    width: 96px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(124) {
  transform: translate3d(106.40279vw, -14.04471vh, -23.17627vw); }
  .pattern-animation div:nth-child(124) img {
    width: 77px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(125) {
  transform: translate3d(66.72994vw, -24.54265vh, 0vw); }
  .pattern-animation div:nth-child(125) img {
    width: 92px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(126) {
  transform: translate3d(30.3229vw, -5.60411vh, 23.17627vw); }
  .pattern-animation div:nth-child(126) img {
    width: 83px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(127) {
  transform: translate3d(17.54993vw, 30.47822vh, 44.08389vw); }
  .pattern-animation div:nth-child(127) img {
    width: 89px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(128) {
  transform: translate3d(32.16718vw, 60.42779vh, 60.67627vw); }
  .pattern-animation div:nth-child(128) img {
    width: 87px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(129) {
  transform: translate3d(58.93924vw, 66.70903vh, 71.32924vw); }
  .pattern-animation div:nth-child(129) img {
    width: 81px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(130) {
  transform: translate3d(75vw, 50vh, 75vw); }
  .pattern-animation div:nth-child(130) img {
    width: 90px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(131) {
  transform: translate3d(66.6813vw, 28.3681vh, 71.32924vw); }
  .pattern-animation div:nth-child(131) img {
    width: 90px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(132) {
  transform: translate3d(39.56961vw, 23.76877vh, 60.67627vw); }
  .pattern-animation div:nth-child(132) img {
    width: 87px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(133) {
  transform: translate3d(14.4763vw, 45.69972vh, 44.08389vw); }
  .pattern-animation div:nth-child(133) img {
    width: 77px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(134) {
  transform: translate3d(12.24737vw, 83.91118vh, 23.17627vw); }
  .pattern-animation div:nth-child(134) img {
    width: 97px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(135) {
  transform: translate3d(38.45303vw, 115.49289vh, 0vw); }
  .pattern-animation div:nth-child(135) img {
    width: 85px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(136) {
  transform: translate3d(79.09088vw, 121.21183vh, -23.17627vw); }
  .pattern-animation div:nth-child(136) img {
    width: 81px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(137) {
  transform: translate3d(110.44019vw, 99.25041vh, -44.08389vw); }
  .pattern-animation div:nth-child(137) img {
    width: 80px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(138) {
  transform: translate3d(115.92816vw, 66.37911vh, -60.67627vw); }
  .pattern-animation div:nth-child(138) img {
    width: 81px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(139) {
  transform: translate3d(97.77781vw, 45.72088vh, -71.32924vw); }
  .pattern-animation div:nth-child(139) img {
    width: 78px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(140) {
  transform: translate3d(75vw, 50vh, -75vw); }
  .pattern-animation div:nth-child(140) img {
    width: 77px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(141) {
  transform: translate3d(69.21321vw, 72.44221vh, -71.32924vw); }
  .pattern-animation div:nth-child(141) img {
    width: 93px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(142) {
  transform: translate3d(88.61661vw, 91.92825vh, -60.67627vw); }
  .pattern-animation div:nth-child(142) img {
    width: 100px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(143) {
  transform: translate3d(121.78045vw, 88.64194vh, -44.08389vw); }
  .pattern-animation div:nth-child(143) img {
    width: 80px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(144) {
  transform: translate3d(145.7812vw, 58.82505vh, -23.17627vw); }
  .pattern-animation div:nth-child(144) img {
    width: 83px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(145) {
  transform: translate3d(142.78175vw, 17.89652vh, 0vw); }
  .pattern-animation div:nth-child(145) img {
    width: 96px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(146) {
  transform: translate3d(113.01567vw, -10.35453vh, 23.17627vw); }
  .pattern-animation div:nth-child(146) img {
    width: 87px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(147) {
  transform: translate3d(74.74061vw, -10.67572vh, 44.08389vw); }
  .pattern-animation div:nth-child(147) img {
    width: 95px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(148) {
  transform: translate3d(51.18696vw, 12.90109vh, 60.67627vw); }
  .pattern-animation div:nth-child(148) img {
    width: 82px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(149) {
  transform: translate3d(53.97023vw, 40.25892vh, 71.32924vw); }
  .pattern-animation div:nth-child(149) img {
    width: 76px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(150) {
  transform: translate3d(75vw, 50vh, 75vw); }
  .pattern-animation div:nth-child(150) img {
    width: 99px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(151) {
  transform: translate3d(92.74169vw, 35.08786vh, 71.32924vw); }
  .pattern-animation div:nth-child(151) img {
    width: 93px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(152) {
  transform: translate3d(88.25763vw, 7.95687vh, 60.67627vw); }
  .pattern-animation div:nth-child(152) img {
    width: 88px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(153) {
  transform: translate3d(59.34819vw, -8.62279vh, 44.08389vw); }
  .pattern-animation div:nth-child(153) img {
    width: 84px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(154) {
  transform: translate3d(22.49521vw, 1.71846vh, 23.17627vw); }
  .pattern-animation div:nth-child(154) img {
    width: 94px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(155) {
  transform: translate3d(1.17374vw, 36.7832vh, 0vw); }
  .pattern-animation div:nth-child(155) img {
    width: 90px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(156) {
  transform: translate3d(9.00585vw, 77.06718vh, -23.17627vw); }
  .pattern-animation div:nth-child(156) img {
    width: 100px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(157) {
  transform: translate3d(39.98219vw, 99.55162vh, -44.08389vw); }
  .pattern-animation div:nth-child(157) img {
    width: 81px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(158) {
  transform: translate3d(72.84808vw, 94.03134vh, -60.67627vw); }
  .pattern-animation div:nth-child(158) img {
    width: 99px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(159) {
  transform: translate3d(86.46626vw, 70.14112vh, -71.32924vw); }
  .pattern-animation div:nth-child(159) img {
    width: 83px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(160) {
  transform: translate3d(75vw, 50vh, -75vw); }
  .pattern-animation div:nth-child(160) img {
    width: 100px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(161) {
  transform: translate3d(51.89689vw, 51.84016vh, -71.32924vw); }
  .pattern-animation div:nth-child(161) img {
    width: 86px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(162) {
  transform: translate3d(39.79518vw, 76.53319vh, -60.67627vw); }
  .pattern-animation div:nth-child(162) img {
    width: 77px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(163) {
  transform: translate3d(53.70636vw, 106.81717vh, -44.08389vw); }
  .pattern-animation div:nth-child(163) img {
    width: 92px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(164) {
  transform: translate3d(89.7156vw, 119.79478vh, -23.17627vw); }
  .pattern-animation div:nth-child(164) img {
    width: 96px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(165) {
  transform: translate3d(127.43411vw, 103.62522vh, 0vw); }
  .pattern-animation div:nth-child(165) img {
    width: 86px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(166) {
  transform: translate3d(144.44669vw, 66.27935vh, 23.17627vw); }
  .pattern-animation div:nth-child(166) img {
    width: 88px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(167) {
  transform: translate3d(132.28106vw, 29.98775vh, 44.08389vw); }
  .pattern-animation div:nth-child(167) img {
    width: 82px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(168) {
  transform: translate3d(102.31714vw, 15.39995vh, 60.67627vw); }
  .pattern-animation div:nth-child(168) img {
    width: 98px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(169) {
  transform: translate3d(77.35855vw, 26.94405vh, 71.32924vw); }
  .pattern-animation div:nth-child(169) img {
    width: 83px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(170) {
  transform: translate3d(75vw, 50vh, 75vw); }
  .pattern-animation div:nth-child(170) img {
    width: 98px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(171) {
  transform: translate3d(94.87853vw, 61.9157vh, 71.32924vw); }
  .pattern-animation div:nth-child(171) img {
    width: 87px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(172) {
  transform: translate3d(119.06856vw, 48.83749vh, 60.67627vw); }
  .pattern-animation div:nth-child(172) img {
    width: 86px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(173) {
  transform: translate3d(125.32556vw, 16.10386vh, 44.08389vw); }
  .pattern-animation div:nth-child(173) img {
    width: 88px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(174) {
  transform: translate3d(103.54247vw, -15.36962vh, 23.17627vw); }
  .pattern-animation div:nth-child(174) img {
    width: 80px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(175) {
  transform: translate3d(63.44454vw, -24.10446vh, 0vw); }
  .pattern-animation div:nth-child(175) img {
    width: 83px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(176) {
  transform: translate3d(27.9098vw, -3.57587vh, -23.17627vw); }
  .pattern-animation div:nth-child(176) img {
    width: 95px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(177) {
  transform: translate3d(16.74351vw, 33.03557vh, -44.08389vw); }
  .pattern-animation div:nth-child(177) img {
    width: 92px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(178) {
  transform: translate3d(32.66973vw, 62.31007vh, -60.67627vw); }
  .pattern-animation div:nth-child(178) img {
    width: 84px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(179) {
  transform: translate3d(59.69317vw, 67.40232vh, -71.32924vw); }
  .pattern-animation div:nth-child(179) img {
    width: 79px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(180) {
  transform: translate3d(75vw, 50vh, -75vw); }
  .pattern-animation div:nth-child(180) img {
    width: 94px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(181) {
  transform: translate3d(65.73367vw, 28.75677vh, -71.32924vw); }
  .pattern-animation div:nth-child(181) img {
    width: 91px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(182) {
  transform: translate3d(38.44525vw, 25.35979vh, -60.67627vw); }
  .pattern-animation div:nth-child(182) img {
    width: 97px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(183) {
  transform: translate3d(14.34541vw, 48.378vh, -44.08389vw); }
  .pattern-animation div:nth-child(183) img {
    width: 87px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(184) {
  transform: translate3d(13.80693vw, 86.65062vh, -23.17627vw); }
  .pattern-animation div:nth-child(184) img {
    width: 98px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(185) {
  transform: translate3d(41.38235vw, 117.04367vh, 0vw); }
  .pattern-animation div:nth-child(185) img {
    width: 97px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(186) {
  transform: translate3d(82.2332vw, 120.96155vh, 23.17627vw); }
  .pattern-animation div:nth-child(186) img {
    width: 82px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(187) {
  transform: translate3d(112.58159vw, 97.63648vh, 44.08389vw); }
  .pattern-animation div:nth-child(187) img {
    width: 81px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(188) {
  transform: translate3d(116.61186vw, 64.55481vh, 60.67627vw); }
  .pattern-animation div:nth-child(188) img {
    width: 78px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(189) {
  transform: translate3d(97.56651vw, 44.71868vh, 71.32924vw); }
  .pattern-animation div:nth-child(189) img {
    width: 79px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(190) {
  transform: translate3d(75vw, 50vh, 75vw); }
  .pattern-animation div:nth-child(190) img {
    width: 84px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(191) {
  transform: translate3d(70.21041vw, 72.67597vh, 71.32924vw); }
  .pattern-animation div:nth-child(191) img {
    width: 97px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(192) {
  transform: translate3d(90.4558vw, 91.28569vh, 60.67627vw); }
  .pattern-animation div:nth-child(192) img {
    width: 89px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(193) {
  transform: translate3d(123.44207vw, 86.53733vh, 44.08389vw); }
  .pattern-animation div:nth-child(193) img {
    width: 77px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(194) {
  transform: translate3d(146.102vw, 55.68914vh, 23.17627vw); }
  .pattern-animation div:nth-child(194) img {
    width: 96px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(195) {
  transform: translate3d(141.29715vw, 14.9331vh, 0vw); }
  .pattern-animation div:nth-child(195) img {
    width: 79px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(196) {
  transform: translate3d(110.31194vw, -11.97522vh, -23.17627vw); }
  .pattern-animation div:nth-child(196) img {
    width: 88px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(197) {
  transform: translate3d(72.06006vw, -10.60501vh, -44.08389vw); }
  .pattern-animation div:nth-child(197) img {
    width: 89px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(198) {
  transform: translate3d(49.5711vw, 13.98944vh, -60.67627vw); }
  .pattern-animation div:nth-child(198) img {
    width: 95px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(199) {
  transform: translate3d(53.56038vw, 41.19758vh, -71.32924vw); }
  .pattern-animation div:nth-child(199) img {
    width: 77px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(200) {
  transform: translate3d(75vw, 50vh, -75vw); }
  .pattern-animation div:nth-child(200) img {
    width: 98px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(201) {
  transform: translate3d(92.06551vw, 34.31855vh, -71.32924vw); }
  .pattern-animation div:nth-child(201) img {
    width: 78px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(202) {
  transform: translate3d(86.38711vw, 7.41217vh, -60.67627vw); }
  .pattern-animation div:nth-child(202) img {
    width: 89px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(203) {
  transform: translate3d(56.77338vw, -7.87401vh, -44.08389vw); }
  .pattern-animation div:nth-child(203) img {
    width: 86px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(204) {
  transform: translate3d(20.41329vw, 4.0854vh, -23.17627vw); }
  .pattern-animation div:nth-child(204) img {
    width: 79px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(205) {
  transform: translate3d(0.66189vw, 40.05793vh, 0vw); }
  .pattern-animation div:nth-child(205) img {
    width: 83px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(206) {
  transform: translate3d(10.26619vw, 79.95654vh, 23.17627vw); }
  .pattern-animation div:nth-child(206) img {
    width: 97px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(207) {
  transform: translate3d(42.2057vw, 101.05041vh, 44.08389vw); }
  .pattern-animation div:nth-child(207) img {
    width: 92px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(208) {
  transform: translate3d(74.7956vw, 94.08342vh, 60.67627vw); }
  .pattern-animation div:nth-child(208) img {
    width: 100px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(209) {
  transform: translate3d(87.34495vw, 69.61484vh, 71.32924vw); }
  .pattern-animation div:nth-child(209) img {
    width: 84px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(210) {
  transform: translate3d(75vw, 50vh, 75vw); }
  .pattern-animation div:nth-child(210) img {
    width: 80px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(211) {
  transform: translate3d(52.00076vw, 52.85911vh, 71.32924vw); }
  .pattern-animation div:nth-child(211) img {
    width: 92px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(212) {
  transform: translate3d(41.00186vw, 78.06272vh, 60.67627vw); }
  .pattern-animation div:nth-child(212) img {
    width: 88px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(213) {
  transform: translate3d(56.23748vw, 107.7025vh, 44.08389vw); }
  .pattern-animation div:nth-child(213) img {
    width: 94px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(214) {
  transform: translate3d(92.78493vw, 119.07645vh, 23.17627vw); }
  .pattern-animation div:nth-child(214) img {
    width: 96px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(215) {
  transform: translate3d(129.7522vw, 101.25618vh, 0vw); }
  .pattern-animation div:nth-child(215) img {
    width: 81px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(216) {
  transform: translate3d(145.09814vw, 63.19513vh, -23.17627vw); }
  .pattern-animation div:nth-child(216) img {
    width: 99px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(217) {
  transform: translate3d(131.34093vw, 27.47647vh, -44.08389vw); }
  .pattern-animation div:nth-child(217) img {
    width: 79px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(218) {
  transform: translate3d(100.76175vw, 14.2268vh, -60.67627vw); }
  .pattern-animation div:nth-child(218) img {
    width: 94px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(219) {
  transform: translate3d(76.33758vw, 26.86236vh, -71.32924vw); }
  .pattern-animation div:nth-child(219) img {
    width: 80px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(220) {
  transform: translate3d(75vw, 50vh, -75vw); }
  .pattern-animation div:nth-child(220) img {
    width: 85px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(221) {
  transform: translate3d(95.38558vw, 61.02578vh, -71.32924vw); }
  .pattern-animation div:nth-child(221) img {
    width: 99px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(222) {
  transform: translate3d(118.97417vw, 46.89157vh, -60.67627vw); }
  .pattern-animation div:nth-child(222) img {
    width: 100px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(223) {
  transform: translate3d(123.7788vw, 13.91346vh, -44.08389vw); }
  .pattern-animation div:nth-child(223) img {
    width: 89px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(224) {
  transform: translate3d(100.62641vw, -16.56686vh, -23.17627vw); }
  .pattern-animation div:nth-child(224) img {
    width: 87px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(225) {
  transform: translate3d(60.18171vw, -23.52155vh, 0vw); }
  .pattern-animation div:nth-child(225) img {
    width: 83px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(226) {
  transform: translate3d(25.58867vw, -1.44299vh, 23.17627vw); }
  .pattern-animation div:nth-child(226) img {
    width: 89px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(227) {
  transform: translate3d(16.05087vw, 35.62605vh, 44.08389vw); }
  .pattern-animation div:nth-child(227) img {
    width: 91px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(228) {
  transform: translate3d(33.25495vw, 64.1683vh, 60.67627vw); }
  .pattern-animation div:nth-child(228) img {
    width: 95px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(229) {
  transform: translate3d(60.477vw, 68.06162vh, 71.32924vw); }
  .pattern-animation div:nth-child(229) img {
    width: 86px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(230) {
  transform: translate3d(75vw, 50vh, 75vw); }
  .pattern-animation div:nth-child(230) img {
    width: 99px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(231) {
  transform: translate3d(64.80414vw, 29.18692vh, 71.32924vw); }
  .pattern-animation div:nth-child(231) img {
    width: 79px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(232) {
  transform: translate3d(37.39228vw, 26.99893vh, 60.67627vw); }
  .pattern-animation div:nth-child(232) img {
    width: 86px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(233) {
  transform: translate3d(14.33298vw, 51.05946vh, 44.08389vw); }
  .pattern-animation div:nth-child(233) img {
    width: 97px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(234) {
  transform: translate3d(15.486vw, 89.31849vh, 23.17627vw); }
  .pattern-animation div:nth-child(234) img {
    width: 82px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(235) {
  transform: translate3d(44.37733vw, 118.46351vh, 0vw); }
  .pattern-animation div:nth-child(235) img {
    width: 87px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(236) {
  transform: translate3d(85.36139vw, 120.57267vh, -23.17627vw); }
  .pattern-animation div:nth-child(236) img {
    width: 81px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(237) {
  transform: translate3d(114.64958vw, 95.92952vh, -44.08389vw); }
  .pattern-animation div:nth-child(237) img {
    width: 89px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(238) {
  transform: translate3d(117.2143vw, 62.70208vh, -60.67627vw); }
  .pattern-animation div:nth-child(238) img {
    width: 85px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(239) {
  transform: translate3d(97.31113vw, 43.72679vh, -71.32924vw); }
  .pattern-animation div:nth-child(239) img {
    width: 84px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(240) {
  transform: translate3d(75vw, 50vh, -75vw); }
  .pattern-animation div:nth-child(240) img {
    width: 92px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(241) {
  transform: translate3d(71.21697vw, 72.86544vh, -71.32924vw); }
  .pattern-animation div:nth-child(241) img {
    width: 78px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(242) {
  transform: translate3d(92.26481vw, 90.56249vh, -60.67627vw); }
  .pattern-animation div:nth-child(242) img {
    width: 99px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(243) {
  transform: translate3d(125.00907vw, 84.36136vh, -44.08389vw); }
  .pattern-animation div:nth-child(243) img {
    width: 79px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(244) {
  transform: translate3d(146.28392vw, 52.54212vh, -23.17627vw); }
  .pattern-animation div:nth-child(244) img {
    width: 85px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(245) {
  transform: translate3d(139.68307vw, 12.03817vh, 0vw); }
  .pattern-animation div:nth-child(245) img {
    width: 81px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(246) {
  transform: translate3d(107.53924vw, -13.47486vh, 23.17627vw); }
  .pattern-animation div:nth-child(246) img {
    width: 77px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(247) {
  transform: translate3d(69.38525vw, -10.41593vh, 44.08389vw); }
  .pattern-animation div:nth-child(247) img {
    width: 88px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(248) {
  transform: translate3d(48.00489vw, 15.14812vh, 60.67627vw); }
  .pattern-animation div:nth-child(248) img {
    width: 78px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(249) {
  transform: translate3d(53.19241vw, 42.15343vh, 71.32924vw); }
  .pattern-animation div:nth-child(249) img {
    width: 89px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(250) {
  transform: translate3d(75vw, 50vh, 75vw); }
  .pattern-animation div:nth-child(250) img {
    width: 78px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(251) {
  transform: translate3d(91.356vw, 33.57987vh, 71.32924vw); }
  .pattern-animation div:nth-child(251) img {
    width: 100px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(252) {
  transform: translate3d(84.49436vw, 6.95065vh, 60.67627vw); }
  .pattern-animation div:nth-child(252) img {
    width: 94px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(253) {
  transform: translate3d(54.23416vw, -7.01219vh, 44.08389vw); }
  .pattern-animation div:nth-child(253) img {
    width: 92px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(254) {
  transform: translate3d(18.43797vw, 6.54201vh, 23.17627vw); }
  .pattern-animation div:nth-child(254) img {
    width: 85px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(255) {
  transform: translate3d(0.29521vw, 43.35208vh, 0vw); }
  .pattern-animation div:nth-child(255) img {
    width: 93px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(256) {
  transform: translate3d(11.65296vw, 82.78738vh, -23.17627vw); }
  .pattern-animation div:nth-child(256) img {
    width: 99px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(257) {
  transform: translate3d(44.49325vw, 102.44949vh, -44.08389vw); }
  .pattern-animation div:nth-child(257) img {
    width: 95px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(258) {
  transform: translate3d(76.74351vw, 94.0494vh, -60.67627vw); }
  .pattern-animation div:nth-child(258) img {
    width: 90px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(259) {
  transform: translate3d(88.19952vw, 69.05026vh, -71.32924vw); }
  .pattern-animation div:nth-child(259) img {
    width: 83px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(260) {
  transform: translate3d(75vw, 50vh, -75vw); }
  .pattern-animation div:nth-child(260) img {
    width: 88px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(261) {
  transform: translate3d(52.14954vw, 53.87248vh, -71.32924vw); }
  .pattern-animation div:nth-child(261) img {
    width: 95px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(262) {
  transform: translate3d(42.27494vw, 79.53743vh, -60.67627vw); }
  .pattern-animation div:nth-child(262) img {
    width: 97px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(263) {
  transform: translate3d(58.80524vw, 108.47512vh, -44.08389vw); }
  .pattern-animation div:nth-child(263) img {
    width: 90px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(264) {
  transform: translate3d(95.81953vw, 118.22322vh, -23.17627vw); }
  .pattern-animation div:nth-child(264) img {
    width: 80px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(265) {
  transform: translate3d(131.96336vw, 98.78704vh, 0vw); }
  .pattern-animation div:nth-child(265) img {
    width: 92px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(266) {
  transform: translate3d(145.61268vw, 60.08514vh, 23.17627vw); }
  .pattern-animation div:nth-child(266) img {
    width: 82px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(267) {
  transform: translate3d(130.29077vw, 25.00919vh, 44.08389vw); }
  .pattern-animation div:nth-child(267) img {
    width: 86px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(268) {
  transform: translate3d(99.15604vw, 13.12351vh, 60.67627vw); }
  .pattern-animation div:nth-child(268) img {
    width: 93px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(269) {
  transform: translate3d(75.31399vw, 26.82585vh, 71.32924vw); }
  .pattern-animation div:nth-child(269) img {
    width: 87px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(270) {
  transform: translate3d(75vw, 50vh, 75vw); }
  .pattern-animation div:nth-child(270) img {
    width: 96px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(271) {
  transform: translate3d(95.85282vw, 60.11433vh, 71.32924vw); }
  .pattern-animation div:nth-child(271) img {
    width: 76px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(272) {
  transform: translate3d(118.79389vw, 44.95172vh, 60.67627vw); }
  .pattern-animation div:nth-child(272) img {
    width: 91px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(273) {
  transform: translate3d(122.13678vw, 11.79353vh, 44.08389vw); }
  .pattern-animation div:nth-child(273) img {
    width: 80px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(274) {
  transform: translate3d(97.6603vw, -17.6341vh, 23.17627vw); }
  .pattern-animation div:nth-child(274) img {
    width: 93px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(275) {
  transform: translate3d(56.94782vw, -22.79505vh, 0vw); }
  .pattern-animation div:nth-child(275) img {
    width: 95px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(276) {
  transform: translate3d(23.36405vw, 0.79036vh, -23.17627vw); }
  .pattern-animation div:nth-child(276) img {
    width: 96px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(277) {
  transform: translate3d(15.47336vw, 38.24461vh, -44.08389vw); }
  .pattern-animation div:nth-child(277) img {
    width: 99px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(278) {
  transform: translate3d(33.92171vw, 65.99886vh, -60.67627vw); }
  .pattern-animation div:nth-child(278) img {
    width: 92px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(279) {
  transform: translate3d(61.28918vw, 68.68564vh, -71.32924vw); }
  .pattern-animation div:nth-child(279) img {
    width: 90px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(280) {
  transform: translate3d(75vw, 50vh, -75vw); }
  .pattern-animation div:nth-child(280) img {
    width: 97px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(281) {
  transform: translate3d(63.89453vw, 29.65772vh, -71.32924vw); }
  .pattern-animation div:nth-child(281) img {
    width: 91px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(282) {
  transform: translate3d(36.41276vw, 28.68299vh, -60.67627vw); }
  .pattern-animation div:nth-child(282) img {
    width: 91px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(283) {
  transform: translate3d(14.43903vw, 53.73884vh, -44.08389vw); }
  .pattern-animation div:nth-child(283) img {
    width: 94px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(284) {
  transform: translate3d(17.2813vw, 91.90957vh, -23.17627vw); }
  .pattern-animation div:nth-child(284) img {
    width: 98px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(285) {
  transform: translate3d(47.43212vw, 119.74964vh, 0vw); }
  .pattern-animation div:nth-child(285) img {
    width: 79px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(286) {
  transform: translate3d(88.46934vw, 120.04596vh, 23.17627vw); }
  .pattern-animation div:nth-child(286) img {
    width: 86px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(287) {
  transform: translate3d(116.64014vw, 94.13285vh, 44.08389vw); }
  .pattern-animation div:nth-child(287) img {
    width: 95px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(288) {
  transform: translate3d(117.73428vw, 60.82454vh, 60.67627vw); }
  .pattern-animation div:nth-child(288) img {
    width: 83px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(289) {
  transform: translate3d(97.01218vw, 42.74716vh, 71.32924vw); }
  .pattern-animation div:nth-child(289) img {
    width: 96px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(290) {
  transform: translate3d(75vw, 50vh, 75vw); }
  .pattern-animation div:nth-child(290) img {
    width: 99px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(291) {
  transform: translate3d(72.23091vw, 73.01026vh, 71.32924vw); }
  .pattern-animation div:nth-child(291) img {
    width: 82px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(292) {
  transform: translate3d(94.0401vw, 89.76008vh, 60.67627vw); }
  .pattern-animation div:nth-child(292) img {
    width: 100px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(293) {
  transform: translate3d(126.4784vw, 82.11829vh, 44.08389vw); }
  .pattern-animation div:nth-child(293) img {
    width: 90px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(294) {
  transform: translate3d(146.32663vw, 49.39014vh, 23.17627vw); }
  .pattern-animation div:nth-child(294) img {
    width: 81px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(295) {
  transform: translate3d(137.94266vw, 9.21739vh, 0vw); }
  .pattern-animation div:nth-child(295) img {
    width: 85px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(296) {
  transform: translate3d(104.70299vw, -14.85054vh, -23.17627vw); }
  .pattern-animation div:nth-child(296) img {
    width: 80px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(297) {
  transform: translate3d(66.72141vw, -10.10886vh, -44.08389vw); }
  .pattern-animation div:nth-child(297) img {
    width: 99px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(298) {
  transform: translate3d(46.49141vw, 16.37486vh, -60.67627vw); }
  .pattern-animation div:nth-child(298) img {
    width: 83px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(299) {
  transform: translate3d(52.86702vw, 43.12461vh, -71.32924vw); }
  .pattern-animation div:nth-child(299) img {
    width: 97px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(300) {
  transform: translate3d(75vw, 50vh, -75vw); }
  .pattern-animation div:nth-child(300) img {
    width: 79px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(301) {
  transform: translate3d(90.61455vw, 32.87325vh, -71.32924vw); }
  .pattern-animation div:nth-child(301) img {
    width: 92px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(302) {
  transform: translate3d(82.58306vw, 6.5732vh, -60.67627vw); }
  .pattern-animation div:nth-child(302) img {
    width: 86px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(303) {
  transform: translate3d(51.7355vw, -6.03903vh, -44.08389vw); }
  .pattern-animation div:nth-child(303) img {
    width: 88px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(304) {
  transform: translate3d(16.57312vw, 9.08349vh, -23.17627vw); }
  .pattern-animation div:nth-child(304) img {
    width: 96px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(305) {
  transform: translate3d(0.07444vw, 46.65921vh, 0vw); }
  .pattern-animation div:nth-child(305) img {
    width: 96px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(306) {
  transform: translate3d(13.16344vw, 85.55419vh, 23.17627vw); }
  .pattern-animation div:nth-child(306) img {
    width: 100px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(307) {
  transform: translate3d(46.84039vw, 103.74613vh, 44.08389vw); }
  .pattern-animation div:nth-child(307) img {
    width: 89px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(308) {
  transform: translate3d(78.68802vw, 93.92936vh, 60.67627vw); }
  .pattern-animation div:nth-child(308) img {
    width: 77px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(309) {
  transform: translate3d(89.02832vw, 68.44847vh, 71.32924vw); }
  .pattern-animation div:nth-child(309) img {
    width: 83px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(310) {
  transform: translate3d(75vw, 50vh, 75vw); }
  .pattern-animation div:nth-child(310) img {
    width: 92px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(311) {
  transform: translate3d(52.34295vw, 54.87829vh, 71.32924vw); }
  .pattern-animation div:nth-child(311) img {
    width: 85px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(312) {
  transform: translate3d(43.61193vw, 80.95446vh, 60.67627vw); }
  .pattern-animation div:nth-child(312) img {
    width: 95px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(313) {
  transform: translate3d(61.40462vw, 109.13354vh, 44.08389vw); }
  .pattern-animation div:nth-child(313) img {
    width: 77px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(314) {
  transform: translate3d(98.81347vw, 117.23674vh, 23.17627vw); }
  .pattern-animation div:nth-child(314) img {
    width: 99px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(315) {
  transform: translate3d(134.06326vw, 96.22262vh, 0vw); }
  .pattern-animation div:nth-child(315) img {
    width: 80px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(316) {
  transform: translate3d(145.98931vw, 56.95545vh, -23.17627vw); }
  .pattern-animation div:nth-child(316) img {
    width: 94px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(317) {
  transform: translate3d(129.13262vw, 22.59071vh, -44.08389vw); }
  .pattern-animation div:nth-child(317) img {
    width: 89px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(318) {
  transform: translate3d(97.50316vw, 12.09225vh, -60.67627vw); }
  .pattern-animation div:nth-child(318) img {
    width: 78px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(319) {
  transform: translate3d(74.2898vw, 26.83461vh, -71.32924vw); }
  .pattern-animation div:nth-child(319) img {
    width: 80px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(320) {
  transform: translate3d(75vw, 50vh, -75vw); }
  .pattern-animation div:nth-child(320) img {
    width: 84px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(321) {
  transform: translate3d(96.27933vw, 59.18313vh, -71.32924vw); }
  .pattern-animation div:nth-child(321) img {
    width: 87px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(322) {
  transform: translate3d(118.52808vw, 43.02173vh, -60.67627vw); }
  .pattern-animation div:nth-child(322) img {
    width: 88px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(323) {
  transform: translate3d(120.40269vw, 9.74822vh, -44.08389vw); }
  .pattern-animation div:nth-child(323) img {
    width: 89px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(324) {
  transform: translate3d(94.64993vw, -18.56924vh, -23.17627vw); }
  .pattern-animation div:nth-child(324) img {
    width: 95px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(325) {
  transform: translate3d(53.74918vw, -21.92637vh, 0vw); }
  .pattern-animation div:nth-child(325) img {
    width: 81px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(326) {
  transform: translate3d(21.24027vw, 3.11982vh, 23.17627vw); }
  .pattern-animation div:nth-child(326) img {
    width: 84px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(327) {
  transform: translate3d(15.01211vw, 40.88612vh, 44.08389vw); }
  .pattern-animation div:nth-child(327) img {
    width: 93px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(328) {
  transform: translate3d(34.66869vw, 67.79818vh, 60.67627vw); }
  .pattern-animation div:nth-child(328) img {
    width: 86px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(329) {
  transform: translate3d(62.12815vw, 69.27317vh, 71.32924vw); }
  .pattern-animation div:nth-child(329) img {
    width: 96px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(330) {
  transform: translate3d(75vw, 50vh, 75vw); }
  .pattern-animation div:nth-child(330) img {
    width: 95px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(331) {
  transform: translate3d(63.0066vw, 30.16826vh, 71.32924vw); }
  .pattern-animation div:nth-child(331) img {
    width: 97px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(332) {
  transform: translate3d(35.50861vw, 30.40869vh, 60.67627vw); }
  .pattern-animation div:nth-child(332) img {
    width: 96px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(333) {
  transform: translate3d(14.66336vw, 56.41092vh, 44.08389vw); }
  .pattern-animation div:nth-child(333) img {
    width: 99px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(334) {
  transform: translate3d(19.18933vw, 94.4188vh, 23.17627vw); }
  .pattern-animation div:nth-child(334) img {
    width: 76px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(335) {
  transform: translate3d(50.54075vw, 120.89954vh, 0vw); }
  .pattern-animation div:nth-child(335) img {
    width: 96px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(336) {
  transform: translate3d(91.55099vw, 119.38245vh, -23.17627vw); }
  .pattern-animation div:nth-child(336) img {
    width: 90px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(337) {
  transform: translate3d(118.54938vw, 92.24999vh, -44.08389vw); }
  .pattern-animation div:nth-child(337) img {
    width: 94px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(338) {
  transform: translate3d(118.17081vw, 58.92587vh, -60.67627vw); }
  .pattern-animation div:nth-child(338) img {
    width: 76px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(339) {
  transform: translate3d(96.67023vw, 41.78169vh, -71.32924vw); }
  .pattern-animation div:nth-child(339) img {
    width: 84px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(340) {
  transform: translate3d(75vw, 50vh, -75vw); }
  .pattern-animation div:nth-child(340) img {
    width: 77px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(341) {
  transform: translate3d(73.25027vw, 73.11013vh, -71.32924vw); }
  .pattern-animation div:nth-child(341) img {
    width: 86px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(342) {
  transform: translate3d(95.77821vw, 88.88002vh, -60.67627vw); }
  .pattern-animation div:nth-child(342) img {
    width: 77px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(343) {
  transform: translate3d(127.8472vw, 79.81248vh, -44.08389vw); }
  .pattern-animation div:nth-child(343) img {
    width: 81px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(344) {
  transform: translate3d(146.23003vw, 46.23935vh, -23.17627vw); }
  .pattern-animation div:nth-child(344) img {
    width: 93px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(345) {
  transform: translate3d(136.07932vw, 6.47625vh, 0vw); }
  .pattern-animation div:nth-child(345) img {
    width: 85px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(346) {
  transform: translate3d(101.80873vw, -16.09957vh, 23.17627vw); }
  .pattern-animation div:nth-child(346) img {
    width: 94px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(347) {
  transform: translate3d(64.07374vw, -9.6844vh, 44.08389vw); }
  .pattern-animation div:nth-child(347) img {
    width: 96px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(348) {
  transform: translate3d(45.03361vw, 17.66727vh, 60.67627vw); }
  .pattern-animation div:nth-child(348) img {
    width: 82px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(349) {
  transform: translate3d(52.58486vw, 44.10921vh, 71.32924vw); }
  .pattern-animation div:nth-child(349) img {
    width: 87px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(350) {
  transform: translate3d(75vw, 50vh, 75vw); }
  .pattern-animation div:nth-child(350) img {
    width: 98px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(351) {
  transform: translate3d(89.8426vw, 32.20009vh, 71.32924vw); }
  .pattern-animation div:nth-child(351) img {
    width: 100px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(352) {
  transform: translate3d(80.65695vw, 6.28057vh, 60.67627vw); }
  .pattern-animation div:nth-child(352) img {
    width: 91px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(353) {
  transform: translate3d(49.28228vw, -4.95643vh, 44.08389vw); }
  .pattern-animation div:nth-child(353) img {
    width: 77px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(354) {
  transform: translate3d(14.82239vw, 11.70489vh, 23.17627vw); }
  .pattern-animation div:nth-child(354) img {
    width: 96px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(355) {
  transform: translate3d(0vw, 49.97287vh, 0vw); }
  .pattern-animation div:nth-child(355) img {
    width: 80px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(356) {
  transform: translate3d(14.7947vw, 88.25156vh, -23.17627vw); }
  .pattern-animation div:nth-child(356) img {
    width: 79px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(357) {
  transform: translate3d(49.24252vw, 104.93781vh, -44.08389vw); }
  .pattern-animation div:nth-child(357) img {
    width: 84px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(358) {
  transform: translate3d(80.62532vw, 93.72351vh, -60.67627vw); }
  .pattern-animation div:nth-child(358) img {
    width: 98px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(359) {
  transform: translate3d(89.82972vw, 67.81065vh, -71.32924vw); }
  .pattern-animation div:nth-child(359) img {
    width: 79px;
    backface-visibility: hidden; }

.pattern-animation div:nth-child(360) {
  transform: translate3d(75vw, 50vh, -75vw); }
  .pattern-animation div:nth-child(360) img {
    width: 84px;
    backface-visibility: hidden; }

@keyframes rotation {
  to {
    transform: rotateY(360deg); } }

.off-canvas-wrapper {
  overflow: visible; }

.page-template-template-agency p,
.page-template-template-agency-en p {
  color: #54596e; }

.page-template-template-agency .ribbon p,
.page-template-template-agency-en .ribbon p {
  color: #fff; }

.page-template-template-agency h2,
.page-template-template-agency-en h2 {
  margin-top: 0; }

.page-template-template-agency #intro,
.page-template-template-agency-en #intro {
  margin-bottom: 3rem; }

.page-template-template-agency .section-dark h2,
.page-template-template-agency-en .section-dark h2 {
  color: #868eb1; }

.page-template-template-agency .jumbotron,
.page-template-template-agency-en .jumbotron {
  margin-bottom: 5.3125rem;
  background-size: cover; }
  @media print, screen and (min-width: 64em) {
    .page-template-template-agency .jumbotron,
    .page-template-template-agency-en .jumbotron {
      background: url("../images/background-agentur-large.png") center center/cover no-repeat; } }

.page-template-template-agency .background-secondary-dark,
.page-template-template-agency-en .background-secondary-dark {
  margin-bottom: 2rem; }

.page-template-template-agency .slider-text p,
.page-template-template-agency-en .slider-text p {
  font-size: 1.625rem;
  line-height: 1.1;
  font-weight: 700;
  color: #adb3ce;
  padding-bottom: 1rem; }
  @media print, screen and (min-width: 40em) {
    .page-template-template-agency .slider-text p,
    .page-template-template-agency-en .slider-text p {
      font-size: calc(1.625rem + (0.625) * (100vw - 40rem) / (90 - 40)); } }
  @media screen and (min-width: 90em) {
    .page-template-template-agency .slider-text p,
    .page-template-template-agency-en .slider-text p {
      font-size: 2.25rem; } }

.page-template-template-agency .partner-intro,
.page-template-template-agency-en .partner-intro {
  font-size: 1.375rem;
  line-height: 1.1;
  font-weight: 700; }
  @media print, screen and (min-width: 40em) {
    .page-template-template-agency .partner-intro,
    .page-template-template-agency-en .partner-intro {
      font-size: calc(1.375rem + (0.375) * (100vw - 40rem) / (90 - 40)); } }
  @media screen and (min-width: 90em) {
    .page-template-template-agency .partner-intro,
    .page-template-template-agency-en .partner-intro {
      font-size: 1.75rem; } }

.page-template-template-agency .address[data-location],
.page-template-template-agency-en .address[data-location] {
  display: none; }
  .page-template-template-agency .address[data-location].is-visible,
  .page-template-template-agency-en .address[data-location].is-visible {
    display: block; }

.page-template-template-agency .section-tertiary p,
.page-template-template-agency-en .section-tertiary p {
  padding-bottom: 3rem;
  color: #fff; }

.page-template-template-agency .reference img,
.page-template-template-agency-en .reference img {
  width: 100%; }

@media print, screen and (min-width: 64em) {
  .page-template-template-agency .partner-intro,
  .page-template-template-agency-en .partner-intro {
    padding-right: 3rem; }
  .page-template-template-agency .references,
  .page-template-template-agency-en .references {
    height: 100%;
    padding-left: 4rem;
    margin-top: 0;
    margin-bottom: 0; }
  .page-template-template-agency .splitter .splitter-content h3,
  .page-template-template-agency-en .splitter .splitter-content h3 {
    margin-bottom: 2rem; }
  .page-template-template-agency .splitter-trojan-horse,
  .page-template-template-agency-en .splitter-trojan-horse {
    width: 525px;
    max-width: 525px; } }

.page-template-template-agency .head-austria,
.page-template-template-agency-en .head-austria {
  margin-top: 5rem;
  margin-bottom: 10rem; }

.page-template-template-agency .box-overlap.section-contact img,
.page-template-template-agency-en .box-overlap.section-contact img {
  width: 370px;
  height: auto; }

.page-template-template-agency .box-overlap.section-contact p,
.page-template-template-agency-en .box-overlap.section-contact p {
  font-size: 1.625rem;
  line-height: 1.1;
  font-weight: 700;
  color: #fff; }
  @media print, screen and (min-width: 40em) {
    .page-template-template-agency .box-overlap.section-contact p,
    .page-template-template-agency-en .box-overlap.section-contact p {
      font-size: calc(1.625rem + (0.625) * (100vw - 40rem) / (90 - 40)); } }
  @media screen and (min-width: 90em) {
    .page-template-template-agency .box-overlap.section-contact p,
    .page-template-template-agency-en .box-overlap.section-contact p {
      font-size: 2.25rem; } }

.page-template-template-agency .box-overlap:not(.section-contact) .box-quote,
.page-template-template-agency-en .box-overlap:not(.section-contact) .box-quote {
  padding-left: 0; }

.page-template-template-agency .box-overlap:not(.section-contact) .box-overlap-left,
.page-template-template-agency-en .box-overlap:not(.section-contact) .box-overlap-left {
  padding: 1rem 1rem 3rem 3rem;
  text-align: left; }

.page-template-template-agency .box-overlap:not(.section-contact) .box-overlap-right,
.page-template-template-agency-en .box-overlap:not(.section-contact) .box-overlap-right {
  padding: 3rem 6rem 0 12rem; }

.page-template-template-agency .text-highlight,
.page-template-template-agency-en .text-highlight {
  line-height: 1; }

.page-template-template-agency .large-9,
.page-template-template-agency-en .large-9 {
  padding: 2rem 6rem 2rem 12rem; }

.page-template-template-agency .box-secondary-lighter,
.page-template-template-agency-en .box-secondary-lighter {
  padding: 2rem 6rem 2rem 12rem !important; }

.page-template-template-agency .ribbon.ribbon-overlap,
.page-template-template-agency-en .ribbon.ribbon-overlap {
  width: 120%; }

@media screen and (max-width: 39.9375em) {
  .page-template-template-agency .box-secondary-dark,
  .page-template-template-agency-en .box-secondary-dark {
    padding-top: 4rem; }
  .page-template-template-agency .flurfunk,
  .page-template-template-agency-en .flurfunk {
    margin-top: -3rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem; }
    .page-template-template-agency .flurfunk h4,
    .page-template-template-agency-en .flurfunk h4 {
      color: #fff; }
    .page-template-template-agency .flurfunk p,
    .page-template-template-agency-en .flurfunk p {
      color: #adb3ce; }
    .page-template-template-agency .flurfunk .slider-text,
    .page-template-template-agency-en .flurfunk .slider-text {
      padding-top: 2rem;
      padding-bottom: 2rem; }
  .page-template-template-agency .section-tertiary p,
  .page-template-template-agency-en .section-tertiary p {
    font-weight: 600; }
  .page-template-template-agency .splitter,
  .page-template-template-agency-en .splitter {
    margin-bottom: 3rem; }
  .page-template-template-agency .image,
  .page-template-template-agency-en .image {
    margin-bottom: -6.1rem;
    z-index: 1; }
    .page-template-template-agency .image p,
    .page-template-template-agency-en .image p {
      color: #fff; }
    .page-template-template-agency .image .img-with-caption,
    .page-template-template-agency-en .image .img-with-caption {
      margin-top: 2rem; }
  .page-template-template-agency .partner,
  .page-template-template-agency-en .partner {
    margin-bottom: 3rem;
    padding-top: 0 !important;
    padding-bottom: 3rem;
    color: #fff; }
    .page-template-template-agency .partner p,
    .page-template-template-agency-en .partner p {
      color: #fff;
      text-align: left; }
    .page-template-template-agency .partner h4,
    .page-template-template-agency-en .partner h4 {
      text-align: left;
      color: inherit;
      margin-bottom: 1em; }
    .page-template-template-agency .partner .partner-list,
    .page-template-template-agency-en .partner .partner-list {
      margin-left: -2rem;
      margin-bottom: -2.5rem;
      padding-top: 6rem;
      padding-bottom: 3rem; } }

.page-template-template-career .tile,
.page-template-template-career-en .tile {
  padding-bottom: 2rem; }

.page-template-template-career .section-job-offer .column, .page-template-template-career .section-job-offer .columns,
.page-template-template-career-en .section-job-offer .column,
.page-template-template-career-en .section-job-offer .columns {
  margin-bottom: 1rem; }
  .page-template-template-career .section-job-offer .column:last-child, .page-template-template-career .section-job-offer .columns:last-child,
  .page-template-template-career-en .section-job-offer .column:last-child,
  .page-template-template-career-en .section-job-offer .columns:last-child {
    margin-bottom: 0; }

.page-template-template-career .section-job-offer .text-accentuate,
.page-template-template-career-en .section-job-offer .text-accentuate {
  font-size: 1.625rem;
  line-height: 1.1;
  font-weight: 700; }
  @media print, screen and (min-width: 40em) {
    .page-template-template-career .section-job-offer .text-accentuate,
    .page-template-template-career-en .section-job-offer .text-accentuate {
      font-size: calc(1.625rem + (0.625) * (100vw - 40rem) / (90 - 40)); } }
  @media screen and (min-width: 90em) {
    .page-template-template-career .section-job-offer .text-accentuate,
    .page-template-template-career-en .section-job-offer .text-accentuate {
      font-size: 2.25rem; } }

.page-template-template-career .section-gruende h3,
.page-template-template-career-en .section-gruende h3 {
  margin-bottom: 4rem; }

.page-template-template-career .section-gruende h5,
.page-template-template-career-en .section-gruende h5 {
  color: #1a294c;
  margin-bottom: 1.5rem; }

@media print, screen and (min-width: 40em) {
  .page-template-template-career .section-flurfunk,
  .page-template-template-career-en .section-flurfunk {
    font-size: 1.625rem;
    line-height: 1.1;
    font-weight: 700;
    text-align: center;
    padding: 4rem 0; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .page-template-template-career .section-flurfunk,
    .page-template-template-career-en .section-flurfunk {
      font-size: calc(1.625rem + (0.625) * (100vw - 40rem) / (90 - 40)); } }
  @media screen and (min-width: 40em) and (min-width: 90em) {
    .page-template-template-career .section-flurfunk,
    .page-template-template-career-en .section-flurfunk {
      font-size: 2.25rem; } }

.page-template-template-career .awards .link,
.page-template-template-career-en .awards .link {
  display: block;
  margin-bottom: 2rem; }

.page-template-template-career .slider.slider-text,
.page-template-template-career-en .slider.slider-text {
  padding-bottom: 3rem; }

.page-template-template-career .section-trainee,
.page-template-template-career .section-bei-netzeffekt,
.page-template-template-career-en .section-trainee,
.page-template-template-career-en .section-bei-netzeffekt {
  margin-bottom: 2rem; }

@media screen and (max-width: 39.9375em) {
  .page-template-template-career .quote-type-1,
  .page-template-template-career-en .quote-type-1 {
    color: #fff; } }

@media print, screen and (min-width: 40em) {
  .page-template-template-career .jobs-container,
  .page-template-template-career .section-job-offer,
  .page-template-template-career .section-trainee,
  .page-template-template-career .section-bei-netzeffekt,
  .page-template-template-career .section-gruende,
  .page-template-template-career-en .jobs-container,
  .page-template-template-career-en .section-job-offer,
  .page-template-template-career-en .section-trainee,
  .page-template-template-career-en .section-bei-netzeffekt,
  .page-template-template-career-en .section-gruende {
    margin-bottom: 5rem; }
  .page-template-template-career .quote,
  .page-template-template-career-en .quote {
    margin-bottom: 3rem; }
  .page-template-template-career .section-job-offer > .row,
  .page-template-template-career .section-job-offer .job-container-left > .row,
  .page-template-template-career .section-job-offer .job-container-right > .row,
  .page-template-template-career-en .section-job-offer > .row,
  .page-template-template-career-en .section-job-offer .job-container-left > .row,
  .page-template-template-career-en .section-job-offer .job-container-right > .row {
    height: 100%; }
  .page-template-template-career .section-job-offer .tile-offer,
  .page-template-template-career-en .section-job-offer .tile-offer {
    margin-bottom: 0;
    height: 100%; }
  .page-template-template-career .section-job-offer .job-container-left > .row,
  .page-template-template-career .section-job-offer .job-container-right > .row,
  .page-template-template-career-en .section-job-offer .job-container-left > .row,
  .page-template-template-career-en .section-job-offer .job-container-right > .row {
    flex-direction: column; }
  .page-template-template-career .section-job-offer .job-container-left .column, .page-template-template-career .section-job-offer .job-container-left .columns,
  .page-template-template-career .section-job-offer .job-container-right .column,
  .page-template-template-career .section-job-offer .job-container-right .columns,
  .page-template-template-career-en .section-job-offer .job-container-left .column,
  .page-template-template-career-en .section-job-offer .job-container-left .columns,
  .page-template-template-career-en .section-job-offer .job-container-right .column,
  .page-template-template-career-en .section-job-offer .job-container-right .columns {
    flex: 2 1 auto;
    flex: 2 1 0;
    margin-bottom: 1rem; }
  .page-template-template-career .section-job-offer .job-container-left .column:last-child, .page-template-template-career .section-job-offer .job-container-left .columns:last-child,
  .page-template-template-career .section-job-offer .job-container-right .column:last-child,
  .page-template-template-career .section-job-offer .job-container-right .columns:last-child,
  .page-template-template-career-en .section-job-offer .job-container-left .column:last-child,
  .page-template-template-career-en .section-job-offer .job-container-left .columns:last-child,
  .page-template-template-career-en .section-job-offer .job-container-right .column:last-child,
  .page-template-template-career-en .section-job-offer .job-container-right .columns:last-child {
    margin-bottom: 0; }
  .page-template-template-career .section-job-offer .job-container-right .column:last-child, .page-template-template-career .section-job-offer .job-container-right .columns:last-child,
  .page-template-template-career-en .section-job-offer .job-container-right .column:last-child,
  .page-template-template-career-en .section-job-offer .job-container-right .columns:last-child {
    flex: 0 0 auto; }
  .page-template-template-career .section-job-offer .job-container-right .box-red,
  .page-template-template-career-en .section-job-offer .job-container-right .box-red {
    height: auto;
    margin-bottom: 1rem; }
  .page-template-template-career .section-job-offer > .row,
  .page-template-template-career .section-job-offer .job-container-left > .row,
  .page-template-template-career .section-job-offer .job-container-right > .row,
  .page-template-template-career-en .section-job-offer > .row,
  .page-template-template-career-en .section-job-offer .job-container-left > .row,
  .page-template-template-career-en .section-job-offer .job-container-right > .row {
    height: 100%; }
  .page-template-template-career .section-job-offer .tile-offer,
  .page-template-template-career-en .section-job-offer .tile-offer {
    margin-bottom: 0;
    height: 100%; }
  .page-template-template-career .section-job-offer .job-container-left > .row,
  .page-template-template-career .section-job-offer .job-container-right > .row,
  .page-template-template-career-en .section-job-offer .job-container-left > .row,
  .page-template-template-career-en .section-job-offer .job-container-right > .row {
    flex-direction: column; }
  .page-template-template-career .section-job-offer .job-container-left .column, .page-template-template-career .section-job-offer .job-container-left .columns,
  .page-template-template-career .section-job-offer .job-container-right .column,
  .page-template-template-career .section-job-offer .job-container-right .columns,
  .page-template-template-career-en .section-job-offer .job-container-left .column,
  .page-template-template-career-en .section-job-offer .job-container-left .columns,
  .page-template-template-career-en .section-job-offer .job-container-right .column,
  .page-template-template-career-en .section-job-offer .job-container-right .columns {
    flex: 2 1 auto;
    flex: 2 1 0;
    margin-bottom: 2rem; }
  .page-template-template-career .section-job-offer .job-container-left .column:last-child, .page-template-template-career .section-job-offer .job-container-left .columns:last-child,
  .page-template-template-career .section-job-offer .job-container-right .column:last-child,
  .page-template-template-career .section-job-offer .job-container-right .columns:last-child,
  .page-template-template-career-en .section-job-offer .job-container-left .column:last-child,
  .page-template-template-career-en .section-job-offer .job-container-left .columns:last-child,
  .page-template-template-career-en .section-job-offer .job-container-right .column:last-child,
  .page-template-template-career-en .section-job-offer .job-container-right .columns:last-child {
    margin-bottom: 0; }
  .page-template-template-career .section-job-offer .job-container-right .column:last-child, .page-template-template-career .section-job-offer .job-container-right .columns:last-child,
  .page-template-template-career-en .section-job-offer .job-container-right .column:last-child,
  .page-template-template-career-en .section-job-offer .job-container-right .columns:last-child {
    flex: 0 0 auto; }
  .page-template-template-career .section-job-offer .job-container-right .box-red,
  .page-template-template-career-en .section-job-offer .job-container-right .box-red {
    height: auto; }
  .page-template-template-career > .row .column > h2, .page-template-template-career > .row .columns > h2,
  .page-template-template-career > .row .column > h3,
  .page-template-template-career > .row .columns > h3,
  .page-template-template-career-en > .row .column > h2,
  .page-template-template-career-en > .row .columns > h2,
  .page-template-template-career-en > .row .column > h3,
  .page-template-template-career-en > .row .columns > h3 {
    margin-top: 0; } }

.page-template-template-career .image-no-box-1,
.page-template-template-career .image-blue-box-1,
.page-template-template-career .image-blue-box-3,
.page-template-template-career-en .image-no-box-1,
.page-template-template-career-en .image-blue-box-1,
.page-template-template-career-en .image-blue-box-3 {
  text-align: right; }
  .page-template-template-career .image-no-box-1 img,
  .page-template-template-career .image-blue-box-1 img,
  .page-template-template-career .image-blue-box-3 img,
  .page-template-template-career-en .image-no-box-1 img,
  .page-template-template-career-en .image-blue-box-1 img,
  .page-template-template-career-en .image-blue-box-3 img {
    position: relative;
    max-width: 70%;
    max-height: 70%;
    top: 4rem;
    z-index: 2; }

.page-template-template-career .image-no-box-1,
.page-template-template-career-en .image-no-box-1 {
  z-index: 0; }

.page-template-template-career .image-blue-box-1::after,
.page-template-template-career-en .image-blue-box-1::after {
  content: '';
  position: absolute;
  background: #2d334c;
  top: 0;
  left: 0;
  bottom: 0;
  height: 180%;
  width: 70%;
  z-index: 1; }

.page-template-template-career .image-blue-box-2 img,
.page-template-template-career-en .image-blue-box-2 img {
  position: relative;
  max-width: 80%;
  max-height: 80%;
  z-index: 2; }

.page-template-template-career .image-blue-box-2::after,
.page-template-template-career-en .image-blue-box-2::after {
  content: '';
  position: absolute;
  background: #454f76;
  bottom: 0;
  right: -5rem;
  left: 5rem;
  top: -5rem;
  width: 100%;
  height: calc(100% + 5rem);
  z-index: 1; }

.page-template-template-career .image-blue-box-3 img,
.page-template-template-career-en .image-blue-box-3 img {
  position: relative;
  max-width: 80%;
  max-height: 80%;
  top: 8rem;
  z-index: 2; }

.page-template-template-career .image-blue-box-3::after,
.page-template-template-career-en .image-blue-box-3::after {
  content: '';
  position: absolute;
  background: #2d334c;
  top: -20rem;
  left: 0;
  bottom: 0;
  height: 600px;
  width: 70%;
  z-index: 1; }

.page-template-template-career .list li,
.page-template-template-career-en .list li {
  margin: 1rem 0; }

.page-template-template-career .splitter-right .quote:nth-child(2),
.page-template-template-career-en .splitter-right .quote:nth-child(2) {
  margin-bottom: 0; }

@media print, screen and (min-width: 64em) {
  .page-template-template-career .tabs-content .tabs-panel:nth-child(2),
  .page-template-template-career-en .tabs-content .tabs-panel:nth-child(2) {
    padding-top: 12rem; } }

.job-ad .jumbotron {
  background-color: #454f76;
  margin-bottom: 3rem; }

.job-ad .jumbotron-title {
  font-size: 1.75rem;
  line-height: 1.1;
  font-weight: 700;
  color: #fff; }
  @media print, screen and (min-width: 40em) {
    .job-ad .jumbotron-title {
      font-size: calc(1.75rem + (1.25) * (100vw - 40rem) / (90 - 40)); } }
  @media screen and (min-width: 90em) {
    .job-ad .jumbotron-title {
      font-size: 3rem; } }
  @media print, screen and (min-width: 40em) {
    .job-ad .jumbotron-title {
      text-align: center;
      line-height: 6rem; } }

.job-ad .box-overlap {
  margin-top: 0;
  margin-bottom: 2rem; }
  .job-ad .box-overlap .box {
    margin-bottom: 0; }
  @media print, screen and (min-width: 64em) {
    .job-ad .box-overlap {
      margin-bottom: 12rem; }
      .job-ad .box-overlap img {
        width: 370px;
        height: auto; } }
  @media screen and (max-width: 63.9375em) {
    .job-ad .box-overlap {
      margin-bottom: 0; }
      .job-ad .box-overlap img {
        width: 100%;
        height: auto; } }

.job-ad .box-overlap-right p {
  font-size: 1.625rem;
  line-height: 1.1;
  font-weight: 700; }
  @media print, screen and (min-width: 40em) {
    .job-ad .box-overlap-right p {
      font-size: calc(1.625rem + (0.625) * (100vw - 40rem) / (90 - 40)); } }
  @media screen and (min-width: 90em) {
    .job-ad .box-overlap-right p {
      font-size: 2.25rem; } }

.job-ad .box-overlap-left {
  padding: 0; }
  @media screen and (max-width: 63.9375em) {
    .job-ad .box-overlap-left {
      order: 1; } }

.job-ad .section-contact {
  padding-bottom: 6rem; }

.job-ad .section-listing {
  margin-bottom: 0;
  padding: 4rem 0 0; }
  .job-ad .section-listing h4 {
    margin-bottom: 2rem; }
  .job-ad .section-listing ul {
    margin-bottom: 4rem; }
  @media print, screen and (min-width: 64em) {
    .job-ad .section-listing {
      padding-bottom: 4rem; } }

@media print, screen and (min-width: 40em) {
  .page-template-template-service .section-services .splitter,
  .page-template-template-service-en .section-services .splitter {
    margin-top: -2rem;
    margin-bottom: 8rem; } }

.page-template-template-service .section-tri-factor,
.page-template-template-service-en .section-tri-factor {
  background: #ff5a5f;
  color: #fff;
  margin-top: 225px; }
  .page-template-template-service .section-tri-factor h3,
  .page-template-template-service-en .section-tri-factor h3 {
    color: #fff; }
  .page-template-template-service .section-tri-factor .column-turbine,
  .page-template-template-service-en .section-tri-factor .column-turbine {
    position: relative;
    z-index: 1; }
    .page-template-template-service .section-tri-factor .column-turbine img,
    .page-template-template-service-en .section-tri-factor .column-turbine img {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      height: 550px;
      width: auto;
      max-width: none;
      top: -225px; }
  .page-template-template-service .section-tri-factor .column-turbine-text,
  .page-template-template-service-en .section-tri-factor .column-turbine-text {
    z-index: 2;
    padding-top: 200px;
    padding-bottom: 2rem; }
    @media print, screen and (min-width: 40em) {
      .page-template-template-service .section-tri-factor .column-turbine-text,
      .page-template-template-service-en .section-tri-factor .column-turbine-text {
        padding-top: 5rem;
        padding-bottom: 5rem; } }
  @media print, screen and (min-width: 40em) {
    .page-template-template-service .section-tri-factor,
    .page-template-template-service-en .section-tri-factor {
      overflow: hidden;
      margin-top: 0; }
      .page-template-template-service .section-tri-factor .column-turbine,
      .page-template-template-service-en .section-tri-factor .column-turbine {
        order: 2;
        margin-bottom: 0;
        text-align: right; }
        .page-template-template-service .section-tri-factor .column-turbine img,
        .page-template-template-service-en .section-tri-factor .column-turbine img {
          position: relative;
          height: 630px;
          width: auto;
          top: auto;
          bottom: -3rem; }
      .page-template-template-service .section-tri-factor > .row:first-child .column:nth-child(2), .page-template-template-service .section-tri-factor > .row:first-child .columns:nth-child(2),
      .page-template-template-service-en .section-tri-factor > .row:first-child .column:nth-child(2),
      .page-template-template-service-en .section-tri-factor > .row:first-child .columns:nth-child(2) {
        order: 1; } }
  @media print, screen and (min-width: 40em) {
    .page-template-template-service .section-tri-factor,
    .page-template-template-service-en .section-tri-factor {
      margin-bottom: 4rem; } }

.page-template-template-service .section-tri-factor-explained,
.page-template-template-service-en .section-tri-factor-explained {
  font-size: 1.375rem;
  line-height: 1.1;
  font-weight: 700;
  color: #454f76; }
  @media print, screen and (min-width: 40em) {
    .page-template-template-service .section-tri-factor-explained,
    .page-template-template-service-en .section-tri-factor-explained {
      font-size: calc(1.375rem + (0.375) * (100vw - 40rem) / (90 - 40)); } }
  @media screen and (min-width: 90em) {
    .page-template-template-service .section-tri-factor-explained,
    .page-template-template-service-en .section-tri-factor-explained {
      font-size: 1.75rem; } }
  .page-template-template-service .section-tri-factor-explained p:first-child,
  .page-template-template-service-en .section-tri-factor-explained p:first-child {
    font-size: 1.75rem;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 0.75em; }
    @media print, screen and (min-width: 40em) {
      .page-template-template-service .section-tri-factor-explained p:first-child,
      .page-template-template-service-en .section-tri-factor-explained p:first-child {
        font-size: calc(1.75rem + (1.25) * (100vw - 40rem) / (90 - 40)); } }
    @media screen and (min-width: 90em) {
      .page-template-template-service .section-tri-factor-explained p:first-child,
      .page-template-template-service-en .section-tri-factor-explained p:first-child {
        font-size: 3rem; } }
  .page-template-template-service .section-tri-factor-explained > .row > .column, .page-template-template-service .section-tri-factor-explained > .row > .columns,
  .page-template-template-service-en .section-tri-factor-explained > .row > .column,
  .page-template-template-service-en .section-tri-factor-explained > .row > .columns {
    margin-bottom: 2rem; }
  @media print, screen and (min-width: 40em) {
    .page-template-template-service .section-tri-factor-explained > .row > .column, .page-template-template-service .section-tri-factor-explained > .row > .columns,
    .page-template-template-service-en .section-tri-factor-explained > .row > .column,
    .page-template-template-service-en .section-tri-factor-explained > .row > .columns {
      margin-bottom: 6rem; }
    .page-template-template-service .section-tri-factor-explained > .row:nth-child(1) .column:nth-child(1), .page-template-template-service .section-tri-factor-explained > .row:nth-child(1) .columns:nth-child(1),
    .page-template-template-service-en .section-tri-factor-explained > .row:nth-child(1) .column:nth-child(1),
    .page-template-template-service-en .section-tri-factor-explained > .row:nth-child(1) .columns:nth-child(1) {
      order: 2; }
    .page-template-template-service .section-tri-factor-explained > .row:nth-child(1) .column:nth-child(1), .page-template-template-service .section-tri-factor-explained > .row:nth-child(1) .columns:nth-child(1),
    .page-template-template-service-en .section-tri-factor-explained > .row:nth-child(1) .column:nth-child(1),
    .page-template-template-service-en .section-tri-factor-explained > .row:nth-child(1) .columns:nth-child(1) {
      order: 1; }
    .page-template-template-service .section-tri-factor-explained > .row:nth-child(3) .column:nth-child(1), .page-template-template-service .section-tri-factor-explained > .row:nth-child(3) .columns:nth-child(1),
    .page-template-template-service-en .section-tri-factor-explained > .row:nth-child(3) .column:nth-child(1),
    .page-template-template-service-en .section-tri-factor-explained > .row:nth-child(3) .columns:nth-child(1) {
      order: 2; }
    .page-template-template-service .section-tri-factor-explained > .row:nth-child(3) .column:nth-child(1), .page-template-template-service .section-tri-factor-explained > .row:nth-child(3) .columns:nth-child(1),
    .page-template-template-service-en .section-tri-factor-explained > .row:nth-child(3) .column:nth-child(1),
    .page-template-template-service-en .section-tri-factor-explained > .row:nth-child(3) .columns:nth-child(1) {
      order: 1; } }

.page-template-template-cases .splitter {
  margin-top: 5rem;
  margin-bottom: 5rem; }

.page-template-template-cases .splitter-title {
  display: none; }

.page-template-template-cases .button-case-overview {
  display: none; }

.service.press-box .text-accentuate {
  font-weight: bold; }

.service.press-box .box-overlap {
  margin-top: 1.3375rem;
  margin-bottom: 9rem; }
  .service.press-box .box-overlap .profil-foto {
    width: 290px; }
    @media screen and (max-width: 63.9375em) {
      .service.press-box .box-overlap .profil-foto {
        width: 100%;
        height: auto; } }
  .service.press-box .box-overlap .box-overlap-right {
    padding: 4rem 6rem 6rem 9rem; }
  @media print, screen and (min-width: 64em) {
    .service.press-box .box-overlap .box-overlap-left {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      top: 55%; } }
  .service.press-box .box-overlap .box-overlap-left .ribbon {
    font-size: .9375rem; }

.service.press-box .section-intro .row p.intro-text {
  font-size: 1.75rem;
  line-height: 1.1;
  font-weight: 700;
  color: #1e2a4d; }

@media print, screen and (min-width: 40em) {
  .service.press-box .section-intro .row p.intro-text {
    font-size: calc(1.75rem + (1.25) * (100vw - 40rem) / (90 - 40)); } }

@media screen and (min-width: 90em) {
  .service.press-box .section-intro .row p.intro-text {
    font-size: 3rem; } }

@media print, screen and (min-width: 40em) {
  .service.press-box .teaser.teaser-service-logos-infos {
    margin-top: 1rem;
    margin-bottom: 2.5rem;
    height: 180px;
    width: 310px; }
  .service.press-box .teaser.teaser-service-pressemeldungen {
    margin-top: 9rem;
    margin-bottom: 1rem;
    height: 170px;
    width: 310px; }
  .service.press-box .teaser.teaser-service-presseartikel {
    margin-bottom: 2.5rem;
    height: 170px;
    width: 310px; } }

.service.press-box .teaser.teaser-service .teaser-description {
  bottom: 25px; }
  @media screen and (max-width: 39.9375em) {
    .service.press-box .teaser.teaser-service .teaser-description {
      position: absolute;
      top: 50%;
      transform: translateY(-50%); } }

.service.press-box .teaser.teaser-service .teaser-title {
  font-size: 1.375rem;
  line-height: 1.1;
  font-weight: 700;
  color: #fff; }
  @media print, screen and (min-width: 40em) {
    .service.press-box .teaser.teaser-service .teaser-title {
      font-size: calc(1.375rem + (0.375) * (100vw - 40rem) / (90 - 40)); } }
  @media screen and (min-width: 90em) {
    .service.press-box .teaser.teaser-service .teaser-title {
      font-size: 1.75rem; } }

.service.press-box .section-detail {
  padding: 2.75rem 0 0; }

.service.press-box .contact {
  padding-top: 2rem; }
  @media print, screen and (min-width: 40em) {
    .service.press-box .contact {
      font-size: 1.125rem;
      padding-top: 3.6rem; } }

@media screen and (max-width: 63.9375em) {
  .service.press-box .siccma-logo {
    margin-bottom: 2rem; } }

.service.press-box .siccma-logo img {
  width: 270px;
  height: 100%; }

.service.press-box .splitter {
  margin-top: 0; }
  .service.press-box .splitter .splitter-right .splitter-content-group:first-of-type {
    margin-top: 0; }

.service.logos-infos-service .splitter {
  margin-top: 0; }
  .service.logos-infos-service .splitter .splitter-right .splitter-content-group:first-of-type {
    margin-top: 0; }
  @media print, screen and (min-width: 40em) {
    .service.logos-infos-service .splitter .logos-content {
      margin-top: 2rem; } }
  .service.logos-infos-service .splitter .logos-content img {
    position: absolute;
    width: 190px;
    height: auto;
    top: 51px;
    left: 7px;
    transform: rotate(225deg) scale(1.2); }
  .service.logos-infos-service .splitter .about-nfx {
    margin-bottom: 4.5rem; }
    @media print, screen and (min-width: 40em) {
      .service.logos-infos-service .splitter .about-nfx {
        margin-top: 3.5rem; } }
    .service.logos-infos-service .splitter .about-nfx img {
      position: absolute;
      width: 190px;
      height: auto;
      top: 47px;
      left: 4px;
      transform: rotate(90deg) scale(1); }
  .service.logos-infos-service .splitter .teaser-description {
    text-align: left;
    position: relative; }
    .service.logos-infos-service .splitter .teaser-description p {
      margin-bottom: 1.1rem;
      padding-right: 1rem;
      font-size: 1.1rem; }
    .service.logos-infos-service .splitter .teaser-description i {
      position: absolute;
      bottom: 10px;
      right: 15px;
      font-size: 1.6rem; }
  .service.logos-infos-service .splitter .logos-mobile-description {
    display: block; }
    @media print, screen and (min-width: 40em) {
      .service.logos-infos-service .splitter .logos-mobile-description {
        display: none; } }
  .service.logos-infos-service .splitter .logos-description {
    display: none; }
    @media print, screen and (min-width: 40em) {
      .service.logos-infos-service .splitter .logos-description {
        display: block; } }

.service.pressemeldungen-service .search-block {
  width: 420px; }
  .service.pressemeldungen-service .search-block input#search {
    width: 400px; }

@media print, screen and (min-width: 40em) {
  .service.pressemeldungen-service .jumbotron {
    margin-bottom: 3.3125rem; } }

.service.pressemeldungen-service .pressemeldungen-intro {
  margin-bottom: 2rem; }
  .service.pressemeldungen-service .pressemeldungen-intro .section-headline br {
    display: none; }
    @media print, screen and (min-width: 40em) {
      .service.pressemeldungen-service .pressemeldungen-intro .section-headline br {
        display: block; } }

.service.pressemeldungen-service .nfx-search {
  margin-top: .1375rem; }
  .service.pressemeldungen-service .nfx-search .box {
    padding: 1rem 0 2rem 0; }
  .service.pressemeldungen-service .nfx-search .search-block .icon {
    margin-top: 5px;
    right: 35px; }

.service.pressemeldungen-service .splitter {
  margin-top: 0; }

.service.pressemeldungen-service .box {
  padding: 2rem 0; }

.service.pressemeldungen-service .pressemeldung-item {
  margin: 1rem 0;
  font-size: .9375rem; }
  .service.pressemeldungen-service .pressemeldung-item .item-headline {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1e2a4d;
    margin-bottom: .2375rem; }
    .service.pressemeldungen-service .pressemeldung-item .item-headline a {
      color: #1e2a4d; }
  .service.pressemeldungen-service .pressemeldung-item .first {
    padding-left: 0; }
  .service.pressemeldungen-service .pressemeldung-item .no-right-left {
    padding-left: 0;
    padding-right: 0; }
  .service.pressemeldungen-service .pressemeldung-item .teaser .teaser-image-random {
    height: 70px; }
  .service.pressemeldungen-service .pressemeldung-item .teaser.teaser-news {
    margin-bottom: 1rem; }
  .service.pressemeldungen-service .pressemeldung-item .release-description a {
    color: #54e882; }
  @media screen and (max-width: 63.9375em) {
    .service.pressemeldungen-service .pressemeldung-item .release-description {
      padding-left: 0; } }
  @media screen and (max-width: 63.9375em) {
    .service.pressemeldungen-service .pressemeldung-item .release-date {
      margin-bottom: .4375rem; } }

.service.pressemeldungen-service .pressemeldungen-list .box {
  margin-bottom: 0; }

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