.color-highlight {
  color: #66f4df; }

.color-highlight-2 {
  color: #2e3dac; }

.color-invert {
  color: #ffffff; }

.color-filter-invert {
  filter: invert(100%); }

.background-dark {
  background: #252525;
  color: #ffffff; }

.margin-bottom {
  margin-bottom: 200px; }

.margin-half-bottom {
  margin-bottom: 125px; }

.margin-third-bottom {
  margin-bottom: 100px; }

.margin-quarter-bottom {
  margin-bottom: 60px; }

.margin-sixth-bottom {
  margin-bottom: 40px; }

.margin-top {
  margin-top: 200px; }

.margin-half-top {
  margin-top: 125px; }

.margin-third-top {
  margin-top: 100px; }

.margin-quarter-top {
  margin-top: 60px; }

.margin-sixth-top {
  margin-top: 40px; }

.margin-eight-top {
  margin-top: 20px; }

.margin-sixteenth-top {
  margin-top: 10px; }

.margin-eight-bottom {
  margin-bottom: 20px; }

.margin-sixteenth-top {
  margin-bottom: 10px; }

body .margin-zero-bottom {
  margin-bottom: 0 !important; }

body .padding-bottom {
  padding-bottom: 200px; }

body .padding-half-bottom {
  padding-bottom: 125px; }

body .padding-third-bottom {
  padding-bottom: 100px; }

body .padding-quarter-bottom {
  padding-bottom: 60px; }

body .padding-top {
  padding-top: 200px; }

body .padding-half-top {
  padding-top: 125px; }

body .padding-third-top {
  padding-top: 100px; }

body .padding-quarter-top {
  padding-top: 60px; }

body .padding-sixth-top {
  padding-top: 40px; }

body .padding-sixth-bottom {
  padding-bottom: 40px; }

body .padding-eight-top {
  padding-top: 20px; }

body .padding-eight-bottom {
  padding-bottom: 20px; }

body .padding-zero-bottom {
  padding-bottom: 20px; }

fieldset[disabled] .multiselect {
  pointer-events: none; }

.multiselect__spinner {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 48px;
  height: 35px;
  background: #fff;
  display: block; }

.multiselect__spinner:after, .multiselect__spinner:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border-color: #41b883 transparent transparent;
  border-style: solid;
  border-width: 2px;
  box-shadow: 0 0 0 1px transparent; }

.multiselect__spinner:before {
  animation: a 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
  animation-iteration-count: infinite; }

.multiselect__spinner:after {
  animation: a 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
  animation-iteration-count: infinite; }

.multiselect__loading-enter-active, .multiselect__loading-leave-active {
  transition: opacity .4s ease-in-out;
  opacity: 1; }

.multiselect__loading-enter, .multiselect__loading-leave-active {
  opacity: 0; }

.multiselect, .multiselect__input, .multiselect__single {
  font-family: inherit;
  font-size: 16px;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

.multiselect {
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 100%;
  min-height: 40px;
  text-align: left;
  color: #35495e; }

.multiselect * {
  box-sizing: border-box; }

.multiselect:focus {
  outline: none; }

.multiselect--disabled {
  opacity: .6; }

.multiselect--active {
  z-index: 1; }

.multiselect--active:not(.multiselect--above) .multiselect__current, .multiselect--active:not(.multiselect--above) .multiselect__input, .multiselect--active:not(.multiselect--above) .multiselect__tags {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.multiselect--active .multiselect__select {
  transform: rotate(180deg); }

.multiselect--above.multiselect--active .multiselect__current, .multiselect--above.multiselect--active .multiselect__input, .multiselect--above.multiselect--active .multiselect__tags {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.multiselect__input, .multiselect__single {
  position: relative;
  display: inline-block;
  min-height: 20px;
  line-height: 20px;
  border: none;
  border-radius: 5px;
  background: #fff;
  padding: 0 0 0 5px;
  width: 100%;
  transition: border .1s ease;
  box-sizing: border-box;
  margin-bottom: 8px;
  vertical-align: top; }

.multiselect__input::-webkit-input-placeholder {
  color: #35495e; }

.multiselect__input:-ms-input-placeholder {
  color: #35495e; }

.multiselect__input::placeholder {
  color: #35495e; }

.multiselect__tag ~ .multiselect__input, .multiselect__tag ~ .multiselect__single {
  width: auto; }

.multiselect__input:hover, .multiselect__single:hover {
  border-color: #cfcfcf; }

.multiselect__input:focus, .multiselect__single:focus {
  border-color: #a8a8a8;
  outline: none; }

.multiselect__single {
  padding-left: 5px;
  margin-bottom: 8px; }

.multiselect__tags-wrap {
  display: inline; }

.multiselect__tags {
  min-height: 40px;
  display: block;
  padding: 8px 40px 0 8px;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  background: #fff;
  font-size: 14px; }

.multiselect__tag {
  position: relative;
  display: inline-block;
  padding: 4px 26px 4px 10px;
  border-radius: 5px;
  margin-right: 10px;
  color: #fff;
  line-height: 1;
  background: #41b883;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis; }

.multiselect__tag-icon {
  cursor: pointer;
  margin-left: 7px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-weight: 700;
  font-style: normal;
  width: 22px;
  text-align: center;
  line-height: 22px;
  transition: all .2s ease;
  border-radius: 5px; }

.multiselect__tag-icon:after {
  content: "\D7";
  color: #266d4d;
  font-size: 14px; }

.multiselect__tag-icon:focus, .multiselect__tag-icon:hover {
  background: #369a6e; }

.multiselect__tag-icon:focus:after, .multiselect__tag-icon:hover:after {
  color: #fff; }

.multiselect__current {
  min-height: 40px;
  overflow: hidden;
  padding: 8px 12px 0;
  padding-right: 30px;
  white-space: nowrap;
  border-radius: 5px;
  border: 1px solid #e8e8e8; }

.multiselect__current, .multiselect__select {
  line-height: 16px;
  box-sizing: border-box;
  display: block;
  margin: 0;
  text-decoration: none;
  cursor: pointer; }

.multiselect__select {
  position: absolute;
  width: 40px;
  height: 38px;
  right: 1px;
  top: 1px;
  padding: 4px 8px;
  text-align: center;
  transition: transform .2s ease; }

.multiselect__select:before {
  position: relative;
  right: 0;
  top: 65%;
  color: #999;
  margin-top: 4px;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #999 transparent transparent;
  content: ""; }

.multiselect__placeholder {
  color: #adadad;
  display: inline-block;
  margin-bottom: 10px;
  padding-top: 2px; }

.multiselect--active .multiselect__placeholder {
  display: none; }

.multiselect__content-wrapper {
  position: absolute;
  display: block;
  background: #fff;
  width: 100%;
  max-height: 240px;
  overflow: auto;
  border: 1px solid #e8e8e8;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 1;
  -webkit-overflow-scrolling: touch; }

.multiselect__content {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  min-width: 100%;
  vertical-align: top; }

.multiselect--above .multiselect__content-wrapper {
  bottom: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: none;
  border-top: 1px solid #e8e8e8; }

.multiselect__content::webkit-scrollbar {
  display: none; }

.multiselect__element {
  display: block; }

.multiselect__option {
  display: block;
  padding: 12px;
  min-height: 40px;
  line-height: 16px;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  white-space: nowrap; }

.multiselect__option:after {
  top: 0;
  right: 0;
  position: absolute;
  line-height: 40px;
  padding-right: 12px;
  padding-left: 20px;
  font-size: 13px; }

.multiselect__option--highlight {
  background: #41b883;
  outline: none;
  color: #fff; }

.multiselect__option--highlight:after {
  content: attr(data-select);
  background: #41b883;
  color: #fff; }

.multiselect__option--selected {
  background: #f3f3f3;
  color: #35495e;
  font-weight: 700; }

.multiselect__option--selected:after {
  content: attr(data-selected);
  color: silver; }

.multiselect__option--selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fff; }

.multiselect__option--selected.multiselect__option--highlight:after {
  background: #ff6a6a;
  content: attr(data-deselect);
  color: #fff; }

.multiselect--disabled {
  background: #ededed;
  pointer-events: none; }

.multiselect--disabled .multiselect__current, .multiselect--disabled .multiselect__select, .multiselect__option--disabled {
  background: #ededed;
  color: #a6a6a6; }

.multiselect__option--disabled {
  cursor: text;
  pointer-events: none; }

.multiselect__option--group {
  background: #ededed;
  color: #35495e; }

.multiselect__option--group.multiselect__option--highlight {
  background: #35495e;
  color: #fff; }

.multiselect__option--group.multiselect__option--highlight:after {
  background: #35495e; }

.multiselect__option--disabled.multiselect__option--highlight {
  background: #dedede; }

.multiselect__option--group-selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fff; }

.multiselect__option--group-selected.multiselect__option--highlight:after {
  background: #ff6a6a;
  content: attr(data-deselect);
  color: #fff; }

.multiselect-enter-active, .multiselect-leave-active {
  transition: all .15s ease; }

.multiselect-enter, .multiselect-leave-active {
  opacity: 0; }

.multiselect__strong {
  margin-bottom: 8px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top; }

[dir=rtl] .multiselect {
  text-align: right; }

[dir=rtl] .multiselect__select {
  right: auto;
  left: 1px; }

[dir=rtl] .multiselect__tags {
  padding: 8px 8px 0 40px; }

[dir=rtl] .multiselect__content {
  text-align: right; }

[dir=rtl] .multiselect__option:after {
  right: auto;
  left: 0; }

[dir=rtl] .multiselect__clear {
  right: auto;
  left: 12px; }

[dir=rtl] .multiselect__spinner {
  right: auto;
  left: 1px; }

@keyframes a {
  0% {
    transform: rotate(0); }
  to {
    transform: rotate(2turn); } }

/**
 * Swiper 4.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 28, 2017
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform; }

.swiper-invisible-blank-slide {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  transition: .2s transform,.2s top,.2s -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  transition: .2s transform,.2s left,.2s -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -o-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  transition: .2s transform,.2s right,.2s -webkit-transform; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

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

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  display: block;
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: "GT-America-Standard-Regular";
  font-display: auto;
  src: url("/assets/fonts/GT-America-Standard-Regular.eot?#iefix");
  src: url("/assets/fonts/GT-America-Standard-Regular.eot?#iefix") format("eot"), url("/assets/fonts/GT-America-Standard-Regular.woff2") format("woff2"), url("/assets/fonts/GT-America-Standard-Regular.woff") format("woff"), url("/assets/fonts/GT-America-Standard-Regular.ttf") format("truetype");
  font-weight: normal; }

@font-face {
  font-family: "GT-America-Standard-Regular";
  font-display: auto;
  src: url("/assets/fonts/GT-America-Standard-Bold.eot?#iefix");
  src: url("/assets/fonts/GT-America-Standard-Bold.eot?#iefix") format("eot"), url("/assets/fonts/GT-America-Standard-Bold.woff2") format("woff2"), url("/assets/fonts/GT-America-Standard-Bold.woff") format("woff"), url("/assets/fonts/GT-America-Standard-Bold.ttf") format("truetype");
  font-weight: bold; }

@font-face {
  font-family: "GT-America-Standard-Black";
  font-display: auto;
  src: url("?#iefix");
  src: url("/assets/fonts/GT-America-Standard-Black.eot?#iefix") format("eot"), url("/assets/fonts/GT-America-Standard-Black.woff2") format("woff2"), url("/assets/fonts/GT-America-Standard-Black.woff") format("woff"), url("/assets/fonts/GT-America-Standard-Black.ttf") format("truetype");
  font-weight: normal; }

@font-face {
  font-family: "GT-America-Mono-Regular";
  font-display: auto;
  font-weight: normal;
  src: url("/assets/fonts/GT-America-Mono-Regular.eot?#iefix");
  src: url("/assets/fonts/GT-America-Mono-Regular.eot?#iefix") format("eot"), url("/assets/fonts/GT-America-Mono-Regular.woff2") format("woff2"), url("/assets/fonts/GT-America-Mono-Regular.woff") format("woff"), url("/assets/fonts/GT-America-Mono-Regular.ttf") format("truetype"); }

.acf-block-preview {
  font-family: "GT-America-Standard-Regular", sans-serif; }

.hyphen {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

.home-h1 {
  font-size: 83px;
  line-height: 1.08;
  margin-bottom: 40px;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: "GT-America-Standard-Black", sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 780px) {
    .home-h1 {
      font-size: 30px;
      line-height: 32px;
      letter-spacing: 0.32px; } }

h1, .h1 {
  font-size: 68px;
  line-height: 1.08;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: "GT-America-Standard-Black", sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 780px) {
    h1, .h1 {
      font-size: 30px;
      line-height: 32px;
      letter-spacing: 0.32px; } }

h2, .h2 {
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 40px;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: "GT-America-Standard-Black", sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 780px) {
    h2, .h2 {
      font-size: 26px;
      line-height: 28px; } }

h3, .h3 {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 40px;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: "GT-America-Standard-Black", sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 780px) {
    h3, .h3 {
      font-size: 21px;
      line-height: 24px; } }

h4, .h4, .intro {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 40px;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: "GT-America-Mono-Regular", sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 780px) {
    h4, .h4, .intro {
      font-size: 19px;
      line-height: 1.3; } }

h5, .h5, .copy, p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 40px;
  font-family: "GT-America-Standard-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal; }
  @media (max-width: 780px) {
    h5, .h5, .copy, p {
      font-size: 17px;
      line-height: 1.29; } }

strong {
  font-weight: bold; }

em, i {
  font-style: italic; }

h6, .h6, .caption {
  font-size: 12px;
  line-height: 1.63;
  letter-spacing: 0; }

.font-bold {
  font-weight: bold !important; }

.font-black {
  font-family: "GT-America-Standard-Black", sans-serif;
  font-weight: normal; }

.font-mono {
  font-family: "GT-America-Mono-Regular", sans-serif;
  font-weight: normal; }

.font-regular {
  font-family: "GT-America-Standard-Regular", sans-serif;
  font-weight: normal; }

.uppercase {
  text-transform: uppercase; }

.lower-case, .lowercase {
  text-transform: none; }

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

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

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

.text-monospace {
  font-family: monospace;
  font-size: 11px; }

.hyphen {
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }

figcaption {
  font-size: 12px;
  line-height: 1.63;
  letter-spacing: 0;
  margin-top: 10px; }

.lazy-media-copyright {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1.63;
  letter-spacing: 0;
  text-align: right; }

a {
  cursor: pointer;
  color: inherit;
  text-decoration: none; }

.acf-form-submit button,
a.button {
  position: relative;
  display: inline-block;
  padding: 20px 80px;
  text-decoration: none;
  font-weight: bold !important;
  font-size: 17px;
  line-height: 1;
  user-select: none;
  transition: color .3s ease-in-out, background .3s ease-in-out;
  background: #66f4df;
  border-radius: 5px;
  color: black;
  overflow: hidden;
  margin-bottom: 40px; }
  .acf-form-submit button.button-gray,
  a.button.button-gray {
    background: #c6c6c6; }
  .acf-form-submit button.button-transparent,
  a.button.button-transparent {
    background: none;
    border: 1px solid black; }
  .acf-form-submit button.button-only-underline,
  a.button.button-only-underline {
    background: none;
    text-decoration: underline; }
  .acf-form-submit button.small,
  a.button.small {
    font-size: 15px;
    padding: 10px 15px;
    margin-bottom: 0; }
  .acf-form-submit button:hover,
  a.button:hover {
    background: #42d7c3; }
  .acf-form-submit button[class^='icon'], .acf-form-submit button[class*=' icon'],
  a.button[class^='icon'],
  a.button[class*=' icon'] {
    padding-left: 120px;
    cursor: pointer; }
    .acf-form-submit button[class^='icon']:before, .acf-form-submit button[class*=' icon']:before,
    a.button[class^='icon']:before,
    a.button[class*=' icon']:before {
      position: absolute;
      margin-top: -4px;
      left: 80px;
      z-index: 1;
      content: '';
      display: inline-block;
      width: 22px;
      height: 22px;
      background-size: contain;
      margin-right: 0;
      background-position: center right;
      background-repeat: no-repeat; }
      @media (max-width: 780px) {
        .acf-form-submit button[class^='icon']:before, .acf-form-submit button[class*=' icon']:before,
        a.button[class^='icon']:before,
        a.button[class*=' icon']:before {
          position: relative;
          left: auto;
          margin-right: 20px; } }
  .acf-form-submit button.button-notext:before,
  a.button.button-notext:before {
    margin-right: 0 !important; }
  @media (max-width: 780px) {
    .acf-form-submit button,
    a.button {
      display: flex;
      align-self: center;
      justify-content: center;
      padding-left: 0 !important;
      padding-right: 0 !important;
      width: 100%; } }
  .acf-form-submit button.icon-download:before,
  a.button.icon-download:before {
    background-image: url("/assets/media/graphics/download.svg"); }
  .acf-form-submit button.icon-share:before,
  a.button.icon-share:before {
    background-image: url("/assets/media/graphics/share.svg"); }
  .acf-form-submit button.icon-calendar:before,
  a.button.icon-calendar:before {
    background-image: url("/assets/media/graphics/calendar.svg"); }
  .acf-form-submit button.icon-map:before,
  a.button.icon-map:before {
    background-image: url("/assets/media/graphics/map.svg"); }

@media (max-width: 780px) {
  .button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center; } }

button.reset-style {
  position: inherit;
  display: inherit;
  border: none !important;
  font-weight: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  transition: none;
  border-radius: unset;
  overflow: unset;
  margin: 0;
  padding: 0; }
  button.reset-style:hover {
    color: inherit;
    background: transparent; }

.editor p a, .copy p a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  color: inherit;
  padding: 0 1px;
  transition: color ease 0.3s;
  cursor: pointer; }
  .editor p a::before, .editor p a::after, .copy p a::before, .copy p a::after {
    content: '';
    position: absolute;
    background-color: #252525;
    z-index: -1;
    height: 1px; }
  .editor p a::before, .copy p a::before {
    width: 0%;
    left: 0;
    bottom: 0;
    transition: width ease 0.4s; }
  .editor p a::after, .copy p a::after {
    width: 100%;
    left: 0;
    bottom: 0;
    transition: all ease 0.6s; }
  .editor p a:hover::before, .copy p a:hover::before {
    width: 100%; }
  .editor p a:hover::after, .copy p a:hover::after {
    left: 100%;
    width: 0%;
    transition: all ease 0.2s; }

.copy-link-style {
  position: relative;
  text-decoration: none;
  display: inline-block;
  color: inherit;
  padding: 0 1px;
  transition: color ease 0.3s; }
  .copy-link-style::before, .copy-link-style::after {
    content: '';
    position: absolute;
    background-color: #252525;
    z-index: -1;
    height: 1px; }
  .copy-link-style::before {
    width: 0%;
    left: 0;
    bottom: 0;
    transition: width ease 0.4s; }
  .copy-link-style::after {
    width: 100%;
    left: 0;
    bottom: 0;
    transition: all ease 0.6s; }
  .copy-link-style:hover::before {
    width: 100%; }
  .copy-link-style:hover::after {
    left: 100%;
    width: 0%;
    transition: all ease 0.2s; }

.copy ul, .editor ul {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 40px; }
  .copy ul li, .editor ul li {
    list-style-position: outside;
    margin-left: 1em; }

.copy ol, .editor ol {
  list-style-type: decimal;
  list-style-position: inside;
  margin-bottom: 40px; }
  .copy ol li, .editor ol li {
    list-style-position: outside;
    margin-left: 1em; }

.copy ul ul, .copy ol ul, .editor ul ul, .editor ol ul {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 15px; }

.copy ol ol, .copy ul ol, .editor ol ol, .editor ul ol {
  list-style-type: lower-latin;
  list-style-position: inside;
  margin-left: 15px; }

:root {
  --footer-height: $global-footer-height;
  --footer-height-mobile: $global-footer-height-mobile; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  margin: 0 !important; }

body {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 40px;
  font-family: "GT-America-Standard-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  position: relative;
  margin: 0 !important;
  padding-top: 98px;
  padding-top: 66px;
  min-height: 100vh;
  min-height: calc(100vh - var(--vh-offset, 0px));
  padding-bottom: 231px;
  overflow-x: hidden;
  color: #000000;
  background: #ffffff; }
  @media (max-width: 780px) {
    body {
      font-size: 17px;
      line-height: 1.29; } }
  @media (max-width: 780px) {
    body {
      padding-bottom: 350px; } }
  body.disable-links header, body.disable-links main, body.disable-links footer, body.disable-links #wpadminbar {
    display: none; }
  body.freeze {
    overflow: hidden;
    width: 100%; }

body.nav-sticky header {
  height: 66px; }
  body.nav-sticky header .menu, body.nav-sticky header .bookmark {
    top: -3px; }

body.nav-sticky .site-navigation-header, body.nav-sticky .calendar-nav-header {
  height: 66px; }

body.nav-sticky .calendar-head {
  top: 66px; }

.mobile-view {
  display: none !important; }

@media (max-width: 1024px) {
  .web-view {
    display: none !important; }
  .mobile-view {
    display: block !important; }
  html {
    margin-top: 0 !important; } }

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

button, select:not([multiple]) {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
  overflow: visible;
  border-radius: 0;
  text-transform: none;
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  border: none;
  padding: 0;
  background: transparent;
  user-select: none;
  white-space: nowrap; }

button.button, select:not([multiple]) {
  position: relative;
  padding: 10px 30px;
  height: 49px;
  color: black;
  font-weight: bold !important;
  font-size: 17px;
  text-transform: none;
  border-radius: 5px;
  border: solid 2px #000000;
  background: white;
  transition-duration: 0.3s;
  transition-property: background; }
  button.button:hover, select:not([multiple]):hover {
    background: #ccc; }
  button.button.active, select:not([multiple]).active {
    background: #ddd; }
    button.button.active:hover, select:not([multiple]).active:hover {
      background: #ccc; }
  button.button.highlight, select:not([multiple]).highlight {
    border-color: transparent;
    background: #66f4df; }
    button.button.highlight:hover, select:not([multiple]).highlight:hover {
      background: #42d7c3; }

button.button.with-close {
  position: relative;
  padding-right: 40px; }
  button.button.with-close:after {
    position: absolute;
    z-index: 1;
    top: 16px;
    right: 12px;
    width: 16px;
    height: 16px;
    opacity: .8;
    pointer-events: none;
    content: "";
    background: url("/assets/media/graphics/close.svg") no-repeat 50% 50%; }

button.icon {
  position: relative;
  cursor: pointer;
  margin: 10px 10px;
  width: 36px;
  height: 36px; }
  button.icon:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url("/assets/media/graphics/close.svg") no-repeat 50% 50%; }

.select-wrapper-single {
  position: relative; }
  .select-wrapper-single select {
    width: 100%; }
  .select-wrapper-single:after {
    position: absolute;
    top: 3px;
    z-index: 1000;
    right: 10px;
    width: 16px;
    height: 80%;
    content: "";
    pointer-events: none;
    user-select: none;
    background: url("/assets/media/graphics/arrow-down.svg") no-repeat 50% 50%; }

.af-form p a {
  text-decoration: underline; }

.af-form .af-fields {
  display: flex;
  flex-flow: wrap; }
  .af-form .af-fields > .acf-field {
    border-top: none; }
  .af-form .af-fields .form-header {
    width: 100%; }
    .af-form .af-fields .form-header span {
      color: #2e3dac;
      display: inline-block;
      padding-bottom: .6em; }
    .af-form .af-fields .form-header h5 {
      font-weight: bold; }
  .af-form .af-fields .af-field {
    flex: 0 0 50%; }
    @media (max-width: 780px) {
      .af-form .af-fields .af-field {
        flex: 0 0 100%; } }
    .af-form .af-fields .af-field.af-field-textarea {
      flex: 0 0 100%; }
    .af-form .af-fields .af-field.af-field-type-select, .af-form .af-fields .af-field.acf-field-true-false {
      margin-right: 11%; }
    .af-form .af-fields .af-field .acf-label label {
      font-weight: normal; }
    .af-form .af-fields .af-field .acf-true-false label {
      display: block;
      padding-right: 10px;
      padding-left: 32px;
      text-indent: -32px;
      line-height: 0.6em;
      padding-bottom: .6em; }
    .af-form .af-fields .af-field .acf-true-false .message {
      font-size: 0.8em; }
    .af-form .af-fields .af-field .acf-true-false input {
      zoom: 2;
      vertical-align: middle; }
    .af-form .af-fields .af-field .acf-true-false .message a {
      text-decoration: underline; }
    .af-form .af-fields .af-field textarea,
    .af-form .af-fields .af-field input {
      border-radius: 2px;
      border: solid 1px #dddddd;
      background-color: #f9fafc;
      padding: 1.5em 1em;
      font-size: 1em; }
    .af-form .af-fields .af-field select {
      width: 100%;
      color: inherit;
      display: block;
      padding: .81em 3em .81em 1em;
      max-width: 100%;
      box-sizing: border-box;
      margin: 0;
      border: 1px solid #dddddd;
      border-radius: 0;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      background-color: #fff;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTQgOSI+CiAgICA8cGF0aCBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIGQ9Ik0xIDFsNiA2IDYtNiIvPgo8L3N2Zz4K"), linear-gradient(to bottom, #f9fafc 0%, #f9fafc 100%);
      background-repeat: no-repeat, repeat;
      background-position: right 1.4em top 50%, 0 0;
      background-size: 1em auto, 100%;
      font-size: 1em; }
  .af-form .af-fields .form-error {
    font-size: 11px;
    margin-bottom: 5px;
    color: red;
    text-align: right; }
  .af-form .af-fields .acf-form-submit {
    width: 100%; }

.fade-enter-active,
.fade-leave-active {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: ease; }

.fade-enter,
.fade-leave-active {
  opacity: 0; }

.errorActive {
  animation: wiggle 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0); }

@keyframes wiggle {
  10%, 90% {
    transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0); }
  40%, 60% {
    transform: translate3d(4px, 0, 0); } }

.box-shadow {
  border-radius: 5px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.3); }

#participation-app .button-right {
  float: right;
  max-width: 48%; }

#participation-app .button-left {
  float: left;
  max-width: 48%; }

.post-password-form {
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  margin-left: 10%;
  text-align: center;
  width: 80%;
  flex-direction: column;
  min-height: 100vh;
  min-height: calc(100vh - var(--vh-offset, 0px)); }
  .post-password-form input[type="password"] {
    border-radius: 2px;
    border: solid 1px #dddddd;
    background-color: #f9fafc;
    padding: .5em .5em;
    font-size: 18px;
    line-height: 27px;
    margin-left: 5px;
    margin-right: 10px; }
  .post-password-form input[type="submit"] {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-weight: bold !important;
    padding: .5em 2em;
    font-size: 18px;
    line-height: 30px;
    user-select: none;
    transition: color .3s ease-in-out, background .3s ease-in-out;
    background: #66f4df;
    border-radius: 5px;
    color: black;
    overflow: hidden;
    border: none;
    margin-top: 40px; }

*[class^="col-"] {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.middle-xs {
  align-items: center; }

.wrapper {
  box-sizing: border-box;
  max-width: 2560px;
  margin: 0 auto; }

.container-fluid {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 1120px) {
    .container-fluid {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 780px) {
    .container-fluid {
      padding-left: 20px;
      padding-right: 20px; } }
  .container-fluid .box {
    position: relative; }
  @media (max-width: 780px) {
    .container-fluid.container-fluid-mobile-zero {
      padding-left: 0;
      padding-right: 0; } }

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }

.row.reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.col-xs {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

.col-xs-1 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-flex-basis: 8.33333%;
  -moz-flex-basis: 8.33333%;
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%;
  max-width: 8.33333%; }

.col-xs-2 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-flex-basis: 16.66667%;
  -moz-flex-basis: 16.66667%;
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
  max-width: 16.66667%; }

.col-xs-3 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-flex-basis: 33.33333%;
  -moz-flex-basis: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%; }

.col-xs-5 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-flex-basis: 41.66667%;
  -moz-flex-basis: 41.66667%;
  -ms-flex-preferred-size: 41.66667%;
  flex-basis: 41.66667%;
  max-width: 41.66667%; }

.col-xs-6 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-flex-basis: 58.33333%;
  -moz-flex-basis: 58.33333%;
  -ms-flex-preferred-size: 58.33333%;
  flex-basis: 58.33333%;
  max-width: 58.33333%; }

.col-xs-8 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-flex-basis: 66.66667%;
  -moz-flex-basis: 66.66667%;
  -ms-flex-preferred-size: 66.66667%;
  flex-basis: 66.66667%;
  max-width: 66.66667%; }

.col-xs-9 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-flex-basis: 75%;
  -moz-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-flex-basis: 83.33333%;
  -moz-flex-basis: 83.33333%;
  -ms-flex-preferred-size: 83.33333%;
  flex-basis: 83.33333%;
  max-width: 83.33333%; }

.col-xs-11 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-flex-basis: 91.66667%;
  -moz-flex-basis: 91.66667%;
  -ms-flex-preferred-size: 91.66667%;
  flex-basis: 91.66667%;
  max-width: 91.66667%; }

.col-xs-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-1 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 5px;
  padding-left: 5px;
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 5px;
  padding-left: 5px;
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 5px;
  padding-left: 5px;
  margin-left: 25%; }

.col-xs-offset-4 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 5px;
  padding-left: 5px;
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 5px;
  padding-left: 5px;
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 5px;
  padding-left: 5px;
  margin-left: 50%; }

.col-xs-offset-7 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 5px;
  padding-left: 5px;
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 5px;
  padding-left: 5px;
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 5px;
  padding-left: 5px;
  margin-left: 75%; }

.col-xs-offset-10 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 5px;
  padding-left: 5px;
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 5px;
  padding-left: 5px;
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 5px;
  padding-left: 5px;
  margin-left: 100%; }

.col-xs {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -moz-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-direction {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.col-xs-direction-reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start; }

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end; }

.around-xs {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around; }

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

.first-xs {
  order: -1; }

.last-xs {
  order: 1; }

@media (min-width: 780px) {
  .container {
    width: 780px; }
  .col-s {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .col-s-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-s-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-s-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-s-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-s-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-s-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-s-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-s-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-s-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-s-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-s-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-s-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-s-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 8.33333%; }
  .col-s-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 16.66667%; }
  .col-s-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 25%; }
  .col-s-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 33.33333%; }
  .col-s-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 41.66667%; }
  .col-s-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 50%; }
  .col-s-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 58.33333%; }
  .col-s-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 66.66667%; }
  .col-s-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 75%; }
  .col-s-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 83.33333%; }
  .col-s-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 91.66667%; }
  .col-s-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 100%; }
  .col-s {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .start-s {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start; }
  .center-s {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center; }
  .end-s {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end; }
  .top-s {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
  .middle-s {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .bottom-s {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end; }
  .around-s {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around; }
  .between-s {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .first-s {
    order: -1; }
  .last-s {
    order: 1; }
  .col-s-direction {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .col-s-direction-reverse {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

@media (min-width: 780px) {
  .container {
    width: 780px; }
  .col-sm {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .col-sm-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 25%; }
  .col-sm-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 50%; }
  .col-sm-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 75%; }
  .col-sm-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 100%; }
  .col-sm {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around; }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .first-sm {
    order: -1; }
  .last-sm {
    order: 1; }
  .col-sm-direction {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .col-sm-direction-reverse {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

@media (min-width: 1024px) {
  .container {
    width: 1024px; }
  .col-md {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .col-md-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 25%; }
  .col-md-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 50%; }
  .col-md-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 75%; }
  .col-md-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 100%; }
  .col-md {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around; }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .first-md {
    order: -1; }
  .last-md {
    order: 1; }
  .col-md-direction {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .col-md-direction-reverse {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

@media (min-width: 1120px) {
  .container {
    width: 1120px; }
  .col-lg {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .col-lg-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 25%; }
  .col-lg-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 50%; }
  .col-lg-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 75%; }
  .col-lg-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 100%; }
  .col-lg {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around; }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .first-lg {
    order: -1; }
  .last-lg {
    order: 1; }
  .col-lg-direction {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .col-lg-direction-reverse {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

@media (min-width: 1920px) {
  .container {
    width: 1920px; }
  .col-xlg {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .col-xlg-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-xlg-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-xlg-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-xlg-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-xlg-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-xlg-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-xlg-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-xlg-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-xlg-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-xlg-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-xlg-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-xlg-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-xlg-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 8.33333%; }
  .col-xlg-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 16.66667%; }
  .col-xlg-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 25%; }
  .col-xlg-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 33.33333%; }
  .col-xlg-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 41.66667%; }
  .col-xlg-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 50%; }
  .col-xlg-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 58.33333%; }
  .col-xlg-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 66.66667%; }
  .col-xlg-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 75%; }
  .col-xlg-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 83.33333%; }
  .col-xlg-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 91.66667%; }
  .col-xlg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 100%; }
  .col-xlg {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .start-xlg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start; }
  .center-xlg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center; }
  .end-xlg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end; }
  .top-xlg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
  .middle-xlg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .bottom-xlg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end; }
  .around-xlg {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around; }
  .between-xlg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .first-xlg {
    order: -1; }
  .last-xlg {
    order: 1; }
  .col-xlg-direction {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .col-xlg-direction-reverse {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

@media (min-width: 860px) {
  .col-sm-fifth {
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; }
  .col-sm-four-fifth {
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%; } }

.lazy-media {
  position: relative;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: opacity, scroll-position; }
  .lazy-media .lazy-media-wrapper {
    position: relative; }
    .lazy-media .lazy-media-wrapper .height-container {
      position: relative;
      overflow: hidden; }
      .lazy-media .lazy-media-wrapper .height-container .image-wrapper {
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: hidden; }
        .lazy-media .lazy-media-wrapper .height-container .image-wrapper img {
          position: relative;
          width: 100%; }
        .lazy-media .lazy-media-wrapper .height-container .image-wrapper .image {
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          position: relative;
          top: 0;
          width: 100%;
          height: 100%; }
        .lazy-media .lazy-media-wrapper .height-container .image-wrapper .autoplay-video {
          object-fit: cover;
          z-index: 1; }
  .lazy-media .external-content-play-btn {
    position: absolute;
    width: 82px;
    height: 82px;
    top: 50%;
    left: 50%;
    margin-left: -41px;
    margin-top: -41px;
    cursor: pointer;
    background: url("/assets/media/graphics/videoplay.svg");
    background-size: 82px 82px;
    background-repeat: no-repeat;
    transform: translate3d(0, 0, 0);
    z-index: 1; }
  .lazy-media .external-content-holder {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: black;
    transform: translate3d(0, 0, 0);
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    display: none; }
  .lazy-media .external-content-close-btn {
    position: absolute;
    width: 22px;
    height: 22px;
    top: 56px;
    right: 70px;
    margin-left: -41px;
    margin-top: -41px;
    cursor: pointer;
    background: url("../partials/lazy-media/assets/close-white.svg");
    background-size: 22px 22px;
    background-repeat: no-repeat;
    transform: translate3d(0, 0, 0);
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    display: none; }
  .lazy-media video, .lazy-media iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .lazy-media.loaded {
    opacity: 1; }

.lazy-media-copyright-content {
  padding-top: 5px;
  font-size: 12px;
  line-height: 1.63;
  letter-spacing: 0;
  font-family: "GT-America-Mono-Regular", sans-serif;
  font-weight: normal; }

figure {
  margin: 0 !important; }

.youtube-warning {
  position: absolute;
  top: 0;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #000000;
  color: #ffffff;
  padding: 40px 20px;
  z-index: 3;
  width: 100%;
  min-height: 100%; }
  .youtube-warning-wrapper {
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .youtube-warning-play {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: white; }
    .youtube-warning-play > * {
      margin-left: 10px;
      margin-right: 10px; }
    .youtube-warning-play h6 {
      font-size: 18px;
      letter-spacing: 1px;
      font-weight: normal; }
    .youtube-warning-play-button {
      position: relative;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 62px;
      height: 62px;
      background: white;
      border-radius: 100%;
      transition: background .3s ease-in-out; }
      .youtube-warning-play-button-arrow {
        display: flex;
        position: absolute;
        border-style: solid;
        border-width: 5px 0 5px 10px;
        border-color: transparent transparent transparent black;
        pointer-events: none;
        transition: border-color .3s ease-in-out; }

.event-button-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px; }
  .event-button-group > .button {
    display: flex;
    justify-content: center;
    width: 33.33%;
    margin-bottom: 0;
    margin-left: 2px;
    margin-right: 2px; }
    .event-button-group > .button img {
      width: auto;
      height: 25px; }
    .event-button-group > .button:first-of-type {
      margin-left: 0; }
    .event-button-group > .button:last-of-type {
      margin-right: 0; }

.block {
  position: relative;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 80px; }
  @media (max-width: 780px) {
    .block {
      padding-bottom: 40px; } }
  .block.block-margin-remove {
    padding-bottom: 0; }
    .block.block-margin-remove p:last-child {
      padding-bottom: 0; }
  .block.block-dark {
    background: #eeeeee; }
  .block .mobile-view {
    display: none !important; }
  @media (max-width: 1024px) {
    .block .web-view {
      display: none !important; }
    .block .mobile-view {
      display: block !important; } }

@media (max-width: 780px) {
  .block-accordion .accordion {
    margin-left: -20px;
    margin-right: -20px; } }

.block-accordion-item {
  background: #EEE; }
  .block-accordion-item-head {
    cursor: pointer;
    padding: 20px !important;
    width: 100%;
    text-align: left;
    user-select: none; }
    .block-accordion-item-head:focus, .block-accordion-item-head:hover {
      background: #e1edfe; }
    .block-accordion-item-head strong {
      display: block;
      -ms-hyphens: auto;
      -webkit-hyphens: auto;
      hyphens: auto;
      width: calc(100% - 20px);
      line-height: 1.3;
      white-space: normal; }
      .block-accordion-item-head strong:after {
        float: right;
        content: url(/blocks/block-accordion/assets/arrow.svg);
        position: absolute;
        right: 20px;
        transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
        transform-origin: center center; }
      @media (max-width: 780px) {
        .block-accordion-item-head strong {
          width: calc(100% - 20px); }
          .block-accordion-item-head strong:after {
            right: 0; } }
  .block-accordion-item-border {
    position: absolute;
    left: 20px;
    right: 20px;
    background: #c0c0c0;
    pointer-events: none;
    user-select: none;
    height: 1px; }
    @media (max-width: 780px) {
      .block-accordion-item-border {
        left: 0px;
        right: 0px; } }
  .block-accordion-item-content {
    height: 0;
    overflow: hidden;
    display: none; }
    .block-accordion-item-content > .wrapper {
      padding: 20px !important; }
      .block-accordion-item-content > .wrapper *:last-child {
        margin-bottom: 0 !important; }
  .block-accordion-item[aria-expanded="true"] .block-accordion-item-head strong:after {
    transform: rotate(180deg); }
  .block-accordion-item[aria-expanded="true"] .block-accordion-item-content {
    display: block; }
  .block-accordion-item:first-of-type .block-accordion-item-border {
    display: none; }

.block-accordion table tr {
  border-bottom: none;
  border-top: none; }

.block-accordion table th {
  text-align: left;
  width: 33%; }

.block-anchor-nav-head {
  padding: 20px;
  width: 100%;
  justify-content: center;
  user-select: none;
  display: none; }
  @media (max-width: 780px) {
    .block-anchor-nav-head {
      cursor: pointer;
      position: relative;
      display: inline-block !important;
      width: auto !important;
      padding-left: 0;
      justify-content: left; }
      .block-anchor-nav-head:after {
        position: absolute;
        margin-left: 20px;
        content: url(/blocks/block-accordion/assets/arrow.svg);
        transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
        transform-origin: center center;
        transform: rotate(0deg); } }
  @media (max-width: 780px) {
    .block-anchor-nav-head-border {
      position: absolute;
      width: calc(100% + 20px);
      left: -20px;
      height: 1px;
      background: #EEE; } }

.block-anchor-nav [aria-expanded="true"] .block-anchor-nav-head:after {
  transform: rotate(180deg); }

.block-anchor-nav .anchor-nav {
  position: relative;
  display: flex;
  width: 100%;
  background: #EEE;
  align-items: center;
  justify-content: center;
  height: auto;
  overflow: visible; }
  @media (max-width: 780px) {
    .block-anchor-nav .anchor-nav {
      margin-left: -20px;
      margin-right: -20px;
      width: 100vw;
      flex-direction: column;
      height: 0;
      overflow: hidden; }
      .block-anchor-nav .anchor-nav .anchor-nav-item-wrapper {
        width: 100%; }
        .block-anchor-nav .anchor-nav .anchor-nav-item-wrapper .anchor-nav-item-border {
          position: absolute;
          top: auto !important;
          bottom: 0 !important;
          width: calc(100vw - 40px) !important;
          left: 20px;
          height: 1px !important;
          background: #c6c6c6 !important; } }
  @media (min-width: 780px) {
    .block-anchor-nav .anchor-nav {
      height: auto !important;
      overflow: visible !important;
      display: flex !important; } }
  .block-anchor-nav .anchor-nav .anchor-nav-item-wrapper {
    display: flex;
    position: relative; }
    .block-anchor-nav .anchor-nav .anchor-nav-item-wrapper .anchor-nav-item {
      padding: 20px;
      cursor: pointer; }
    .block-anchor-nav .anchor-nav .anchor-nav-item-wrapper .anchor-nav-item-border {
      position: absolute;
      right: 0;
      top: 10px;
      bottom: 10px;
      width: 1px;
      display: block;
      background: #252525; }
    .block-anchor-nav .anchor-nav .anchor-nav-item-wrapper:last-of-type .anchor-nav-item-border {
      display: none; }

.block-copy-image .lazy-media-copyright-content-empty {
  display: none; }

.block-copy-image .block-copy-image-image-left {
  margin-bottom: 20px; }

.blocks-slider-list {
  display: flex;
  width: 100%; }

.blocks-slider .swiper-container {
  margin-bottom: 80px; }

.blocks-slider .swiper-pagination {
  position: absolute; }

.blocks-slider .lazy-media-copyright {
  text-align: left; }

.blocks-slider .swiper-slide {
  width: 100%;
  height: 50vh;
  opacity: 1;
  transition: 0.6s opacity cubic-bezier(0.19, 1, 0.22, 1);
  will-change: auto;
  background: #EEE; }
  .blocks-slider .swiper-slide.swiper-slide-active {
    opacity: 1; }
  .blocks-slider .swiper-slide p {
    margin-bottom: 0; }
  .blocks-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 0 auto; }
  .blocks-slider .swiper-slide.fullwidth {
    width: 100%;
    height: 66%;
    background: transparent; }

.blocks-slider .swiper-pagination-bullet-active {
  background-color: #66f4df;
  opacity: 1; }

.blocks-slider .swiper-button-prev, .blocks-slider .swiper-button-next {
  display: none;
  width: 55px;
  height: 55px;
  margin-top: -27px;
  border-radius: 100%;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.5);
  background-color: #66f4df;
  transition: 0.6s opacity cubic-bezier(0.19, 1, 0.22, 1); }
  .blocks-slider .swiper-button-prev.swiper-button-disabled, .blocks-slider .swiper-button-next.swiper-button-disabled {
    opacity: 0; }

.blocks-slider .swiper-button-prev {
  background-image: url("/assets/media/graphics/left.svg");
  background-size: 12px 24px;
  background-position: 45% 50%;
  padding-left: 20px;
  left: 10px; }
  @media (min-width: 1023px) {
    .blocks-slider .swiper-button-prev {
      display: block;
      left: 30px; } }

.blocks-slider .swiper-button-next {
  background-image: url("/assets/media/graphics/right.svg");
  background-size: 12px 24px;
  background-position: 55% 50%;
  padding-left: 20px;
  right: calc(10px); }
  @media (min-width: 1023px) {
    .blocks-slider .swiper-button-next {
      display: block;
      right: 30px; } }

.block-media {
  position: relative; }
  .block-media-wrapper {
    position: relative; }
    .block-media-wrapper-content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      .block-media-wrapper-content * {
        color: #ffffff; }
      .block-media-wrapper-content .container-fluid {
        height: 100%;
        display: flex; }
        .block-media-wrapper-content .container-fluid .row {
          align-items: center; }

.block-media-full .lazy-media-copyright-content {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 1120px) {
    .block-media-full .lazy-media-copyright-content {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 780px) {
    .block-media-full .lazy-media-copyright-content {
      padding-left: 20px;
      padding-right: 20px; } }
  .block-media-full .lazy-media-copyright-content .box {
    position: relative; }
  @media (max-width: 780px) {
    .block-media-full .lazy-media-copyright-content.container-fluid-mobile-zero {
      padding-left: 0;
      padding-right: 0; } }

.block-header-wrapper {
  padding-top: 80px; }
  .block-header-wrapper h1 {
    margin-bottom: 40px; }

.block-headline h2 > * {
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 40px;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: "GT-America-Standard-Black", sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .block-headline h2 > * a {
    cursor: pointer; }
  @media (max-width: 780px) {
    .block-headline h2 > * {
      font-size: 26px;
      line-height: 28px; } }

.block-home-header {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 60px; }
  .block-home-header .lazy-media-copyright-content {
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0; }
    @media (max-width: 1120px) {
      .block-home-header .lazy-media-copyright-content {
        padding-left: 20px;
        padding-right: 20px; } }
    @media (max-width: 780px) {
      .block-home-header .lazy-media-copyright-content {
        padding-left: 20px;
        padding-right: 20px; } }
    .block-home-header .lazy-media-copyright-content .box {
      position: relative; }
    @media (max-width: 780px) {
      .block-home-header .lazy-media-copyright-content.container-fluid-mobile-zero {
        padding-left: 0;
        padding-right: 0; } }
  .block-home-header .block-home-header-headline {
    position: absolute;
    width: 100%;
    bottom: 0;
    margin-bottom: 4vw;
    z-index: 1;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 40px;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    font-family: "GT-America-Standard-Black", sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media (max-width: 780px) {
      .block-home-header .block-home-header-headline {
        font-size: 21px;
        line-height: 24px; } }
    @media (min-width: 1440px) {
      .block-home-header .block-home-header-headline {
        margin-bottom: 60px; } }
  @media (max-width: 780px) {
    .block-home-header {
      margin-bottom: 0px; } }

.blocks-gallery-downloads-list {
  display: flex;
  width: calc(100% + 10px);
  margin-left: -5px;
  overflow-x: hidden;
  flex-wrap: wrap;
  justify-content: center; }
  @media (min-width: 1024px) {
    .blocks-gallery-downloads-list {
      width: calc(100% + 20px);
      margin-left: -10px; } }
  .blocks-gallery-downloads-list-item {
    position: relative;
    padding: 5px;
    width: calc((100vw - 30px) / 3);
    height: calc((100vw - 30px) / 3); }
    @media (min-width: 1024px) {
      .blocks-gallery-downloads-list-item {
        padding: 10px;
        width: calc(1004px / 3);
        height: calc(1004px / 3); } }
    @media (min-width: 1120px) {
      .blocks-gallery-downloads-list-item {
        width: calc(1044px / 3);
        height: calc(1044px / 3); } }
    .blocks-gallery-downloads-list-item-overlay {
      background: rgba(0, 0, 0, 0.5);
      position: absolute;
      top: 5px;
      left: 5px;
      right: 5px;
      bottom: 5px;
      transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
      opacity: 0; }
      @media (min-width: 1024px) {
        .blocks-gallery-downloads-list-item-overlay {
          top: 10px;
          left: 10px;
          right: 10px;
          bottom: 10px; } }
      .blocks-gallery-downloads-list-item-overlay::after {
        position: absolute;
        pointer-events: none;
        width: 20%;
        height: 20%;
        top: 50%;
        left: 50%;
        margin-left: -10%;
        margin-top: -10%;
        z-index: 1;
        content: "";
        background: url("/assets/media/graphics/download_white.svg");
        background-size: 100% 100%;
        background-repeat: no-repeat; }
    .blocks-gallery-downloads-list-item .lazy-media {
      height: 100%; }
      .blocks-gallery-downloads-list-item .lazy-media .lazy-media-wrapper {
        height: 100%; }
      .blocks-gallery-downloads-list-item .lazy-media .height-container {
        padding-bottom: 0 !important;
        height: 100% !important; }
        .blocks-gallery-downloads-list-item .lazy-media .height-container .image-wrapper {
          position: relative; }
          .blocks-gallery-downloads-list-item .lazy-media .height-container .image-wrapper img {
            height: 100%;
            object-fit: cover; }
    .blocks-gallery-downloads-list-item .lazy-media-copyright {
      display: none; }
  .blocks-gallery-downloads-list a:hover .blocks-gallery-downloads-list-item-overlay {
    opacity: 1; }

.blocks-gallery-instagram-list {
  display: flex;
  width: calc(100% + 10px);
  margin-left: -5px;
  overflow-x: hidden;
  flex-wrap: wrap;
  justify-content: center; }
  @media (min-width: 1024px) {
    .blocks-gallery-instagram-list {
      width: calc(100% + 20px);
      margin-left: -10px; } }
  .blocks-gallery-instagram-list-item {
    position: relative;
    padding: 5px;
    width: calc((100vw - 30px) / 3);
    height: calc((100vw - 30px) / 3); }
    @media (min-width: 1024px) {
      .blocks-gallery-instagram-list-item {
        padding: 10px;
        width: calc(1004px / 3);
        height: calc(1004px / 3); } }
    @media (min-width: 1120px) {
      .blocks-gallery-instagram-list-item {
        width: calc(1044px / 3);
        height: calc(1044px / 3); } }
    .blocks-gallery-instagram-list-item-overlay {
      background: rgba(0, 0, 0, 0.5);
      position: absolute;
      top: 5px;
      left: 5px;
      right: 5px;
      bottom: 5px;
      transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
      opacity: 0; }
      @media (min-width: 1024px) {
        .blocks-gallery-instagram-list-item-overlay {
          top: 10px;
          left: 10px;
          right: 10px;
          bottom: 10px; } }
      .blocks-gallery-instagram-list-item-overlay::after {
        position: absolute;
        pointer-events: none;
        width: 20%;
        height: 20%;
        top: 50%;
        left: 50%;
        margin-left: -10%;
        margin-top: -10%;
        z-index: 1;
        content: "";
        background: url("/assets/media/graphics/instagram-logo_white.svg");
        background-size: 100% 100%;
        background-repeat: no-repeat; }
    .blocks-gallery-instagram-list-item-wrapper {
      position: absolute;
      top: 5px;
      left: 5px;
      right: 5px;
      bottom: 5px; }
      @media (min-width: 1024px) {
        .blocks-gallery-instagram-list-item-wrapper {
          top: 10px;
          left: 10px;
          right: 10px;
          bottom: 10px; } }
      .blocks-gallery-instagram-list-item-wrapper img, .blocks-gallery-instagram-list-item-wrapper video {
        height: 100%;
        object-fit: cover; }
  .blocks-gallery-instagram-list a:hover .blocks-gallery-instagram-list-item-overlay {
    opacity: 1; }

.blocks-gallery-instagram-social {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 40px; }
  @media (min-width: 780px) {
    .blocks-gallery-instagram-social {
      margin-top: 80px; } }
  .blocks-gallery-instagram-social img {
    width: 28px;
    height: 28px; }
    @media (min-width: 1024px) {
      .blocks-gallery-instagram-social img {
        width: 42px;
        height: 42px; } }

.block-home-location-days {
  width: 100vw;
  overflow-x: hidden; }
  .block-home-location-days .wrapper, .block-home-location-days .row {
    position: relative; }
  .block-home-location-days h1 {
    white-space: nowrap;
    margin-bottom: 20px; }
  .block-home-location-days .home-location-days-btn {
    margin-bottom: 40px; }
    @media (min-width: 780px) {
      .block-home-location-days .home-location-days-btn {
        margin-bottom: 60px; } }
    @media (min-width: 780px) {
      .block-home-location-days .home-location-days-btn.location {
        display: flex;
        justify-self: flex-end; } }
    .block-home-location-days .home-location-days-btn.location .button-wrapper .button {
      white-space: nowrap; }
  .block-home-location-days .days {
    margin-top: 70px;
    margin-bottom: 40px;
    pointer-events: none; }
    @media (min-width: 780px) {
      .block-home-location-days .days {
        margin-top: 20px; } }
    .block-home-location-days .days .lazy-media-copyright {
      text-align: left;
      margin-left: 10%;
      display: none; }
    .block-home-location-days .days-copy {
      position: absolute;
      width: 100%;
      z-index: 1;
      bottom: 100px;
      text-align: left; }
      @media (min-width: 780px) {
        .block-home-location-days .days-copy {
          bottom: 50px;
          text-align: right; } }
      .block-home-location-days .days-copy .box {
        position: relative;
        z-index: 1;
        top: 20px; }
        @media (min-width: 780px) {
          .block-home-location-days .days-copy .box {
            top: 0; } }
      .block-home-location-days .days-copy .bg {
        position: absolute;
        top: -150px;
        left: -300px; }
        @media (min-width: 780px) {
          .block-home-location-days .days-copy .bg {
            top: -150px;
            left: -200px; } }
        .block-home-location-days .days-copy .bg img {
          width: 708px;
          height: 554px; }
  .block-home-location-days .locations {
    margin-top: 40px;
    pointer-events: none;
    margin-bottom: 40px; }
    @media (min-width: 780px) {
      .block-home-location-days .locations {
        margin-top: 20px; } }
    .block-home-location-days .locations-btn {
      margin-top: 0 !important;
      pointer-events: auto;
      z-index: 1; }
    .block-home-location-days .locations .col-xs-offset-3-minus, .block-home-location-days .locations .col-sm-offset-3-minus {
      margin-left: 0; }
      @media (min-width: 780px) {
        .block-home-location-days .locations .col-xs-offset-3-minus, .block-home-location-days .locations .col-sm-offset-3-minus {
          margin-left: -25%; } }
    .block-home-location-days .locations .lazy-media-copyright {
      text-align: right;
      margin-right: 10%;
      display: none; }
    .block-home-location-days .locations-copy {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 100%;
      z-index: 1;
      text-align: right; }
      @media (min-width: 780px) {
        .block-home-location-days .locations-copy {
          right: 60px;
          bottom: 50px;
          text-align: left; } }
      .block-home-location-days .locations-copy .box {
        position: relative;
        z-index: 1; }
      .block-home-location-days .locations-copy .bg {
        position: absolute;
        top: -250px;
        left: -160px; }
        .block-home-location-days .locations-copy .bg img {
          width: 801px;
          height: 554px; }
  @media (max-width: 779px) {
    .block-home-location-days > .container-fluid .days-copy, .block-home-location-days > .container-fluid .locations-copy {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 779px) {
    .block-home-location-days .lazy-media .height-container {
      margin-left: -20px;
      margin-right: -20px;
      padding-bottom: 400px !important; } }

.blocks-select-witness-list {
  display: flex;
  width: calc(100% + 10px);
  margin-left: -5px;
  flex-wrap: wrap;
  justify-content: center; }
  @media (min-width: 1024px) {
    .blocks-select-witness-list {
      width: calc(100% + 20px);
      margin-left: -10px; } }
  .blocks-select-witness-list-item {
    position: relative;
    padding: 5px;
    width: calc((75vw - 30px) / 1); }
    .blocks-select-witness-list-item-copy {
      margin-top: 40px; }
    @media (min-width: 780px) {
      .blocks-select-witness-list-item {
        padding: 10px;
        width: calc((100vw - 30px) / 2); } }
    @media (min-width: 1024px) {
      .blocks-select-witness-list-item {
        padding: 10px;
        width: calc(1004px / 3); } }
    @media (min-width: 1120px) {
      .blocks-select-witness-list-item {
        width: calc(1044px / 3); } }
    .blocks-select-witness-list-item .image-wrapper {
      background: #EEE; }
    .blocks-select-witness-list-item-image {
      width: 100%;
      height: calc((100vw - 30px) / 1);
      background: #EEE; }
      @media (min-width: 780px) {
        .blocks-select-witness-list-item-image {
          height: calc((100vw - 30px) / 2); } }
      @media (min-width: 1024px) {
        .blocks-select-witness-list-item-image {
          height: calc(1004px / 3); } }
      @media (min-width: 1120px) {
        .blocks-select-witness-list-item-image {
          height: calc(1044px / 3); } }
    .blocks-select-witness-list-item .lazy-media {
      height: 100%; }
      .blocks-select-witness-list-item .lazy-media .lazy-media-wrapper {
        height: 100%; }
      .blocks-select-witness-list-item .lazy-media .height-container {
        padding-bottom: 0 !important;
        height: 100% !important; }
        .blocks-select-witness-list-item .lazy-media .height-container .image-wrapper {
          position: relative; }
          .blocks-select-witness-list-item .lazy-media .height-container .image-wrapper img {
            height: 100%;
            object-fit: cover; }
    .blocks-select-witness-list-item .lazy-media-copyright {
      display: none; }
  .blocks-select-witness-list a:hover .blocks-gallery-downloads-list-item-overlay {
    opacity: 1; }

.block-audio audio {
  display: none; }

.block-audio h5 {
  margin: 0 !important; }

.block-audio-player {
  display: flex;
  align-items: center;
  user-select: none;
  background: #66f4df;
  padding: 60px 40px;
  margin-top: 20px;
  color: #ffffff; }
  .block-audio-player-progress {
    position: relative;
    width: 100%;
    height: 10px;
    cursor: pointer; }
    .block-audio-player-progress-bar {
      position: relative;
      width: 0;
      top: 4px;
      height: 1px;
      background: #ffffff;
      pointer-events: none;
      z-index: 1; }
    .block-audio-player-progress-bg {
      position: absolute;
      top: 4px;
      width: 100%;
      height: 1px;
      background: #ffffff;
      z-index: 0;
      pointer-events: none; }
    .block-audio-player-progress-pointer {
      position: absolute;
      width: 16px;
      height: 16px;
      margin-top: -4px;
      margin-left: -8px;
      background: #ffffff;
      border-radius: 100%;
      z-index: 2;
      transition: transform .3s ease-in-out; }
    .block-audio-player-progress:hover .block-audio-player-progress-pointer {
      transform: scale(1.4); }
  .block-audio-player-timer-start {
    margin: 0 10px; }
  .block-audio-player-timer-end {
    margin: 0 10px; }
  .block-audio-player-btns {
    position: relative; }
    .block-audio-player-btns-play-button {
      position: relative;
      cursor: pointer;
      display: inline-block;
      padding-left: 70px;
      top: -40px; }
      .block-audio-player-btns-play-button:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 60px;
        height: 60px;
        content: "";
        background: white;
        border-radius: 100%;
        transition: background .3s ease-in-out; }
      .block-audio-player-btns-play-button * {
        line-height: 40px;
        margin: 0; }
      .block-audio-player-btns-play-button:hover:before {
        background: black; }
      .block-audio-player-btns-play-button:hover .block-audio-player-btns-play-button-arrow {
        border-color: transparent transparent transparent white; }
      .block-audio-player-btns-play-button-arrow {
        position: absolute;
        left: 26px;
        top: 25px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 0 5px 10px;
        border-color: transparent transparent transparent black;
        pointer-events: none;
        transition: border-color .3s ease-in-out; }
    .block-audio-player-btns.playing .block-audio-player-btns-play-button:before {
      background: black; }
    .block-audio-player-btns.playing .block-audio-player-btns-play-button .block-audio-player-btns-play-button-arrow {
      border-color: transparent transparent transparent white; }

.block-table table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  background: #fff;
  overflow: hidden;
  border: 1px solid #8C8C8C;
  border-radius: 3px; }

.block-table th {
  position: relative;
  display: table-cell;
  font-weight: bold;
  padding: 4px 8px;
  border: 1px solid #e1e1e1;
  background-color: #f9f9f9;
  height: 28px;
  width: 2%; }

.block-table th:first-child {
  border: none; }

.block-table td {
  position: relative;
  display: table-cell;
  border: 1px solid #e1e1e1;
  padding: 4px 8px;
  background-color: white;
  width: 2%; }

.block-table td:first-child {
  border-left: none; }

.block-table tr:last-child td {
  border-bottom: none; }

.block-table td:empty {
  display: none; }

.block-event--marker {
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 40px;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: "GT-America-Standard-Black", sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "GT-America-Mono-Regular", sans-serif;
  font-weight: normal;
  color: #2e3dac; }
  @media (max-width: 780px) {
    .block-event--marker {
      font-size: 26px;
      line-height: 28px; } }

header {
  position: fixed;
  z-index: 99999;
  top: 0;
  width: 100%;
  display: flex;
  background: white;
  height: 98px;
  border-bottom: 1px solid #eeedf2;
  user-select: none;
  align-items: center;
  will-change: scroll-position;
  transition: height 0.3s cubic-bezier(0.19, 1, 0.22, 1), top 0.3s cubic-bezier(0.19, 1, 0.22, 1); }
  header .header-content-container {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  header .header-content-wrapper {
    position: absolute;
    width: 100%;
    top: 0;
    will-change: scroll-position; }
  header .header-content {
    display: flex;
    height: 98px;
    width: 100%;
    position: absolute;
    flex: 1;
    justify-content: center;
    align-items: center; }
  header .header-second {
    top: 98px;
    height: 66px; }
    header .header-second h5 {
      font-family: "GT-America-Standard-Black", sans-serif;
      font-weight: normal;
      font-size: 14px;
      letter-spacing: 0.3px;
      line-height: 1;
      margin: 0;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      width: calc(100vw - 140px);
      text-align: center; }
    header .header-second a.button {
      width: auto !important;
      margin: 0 !important;
      padding: 12px 24px !important; }
  header .menu {
    position: fixed;
    top: 14px;
    margin-left: 45px;
    padding: 20px;
    z-index: 1;
    will-change: scroll-position;
    transition: height 0.3s cubic-bezier(0.19, 1, 0.22, 1), top 0.3s cubic-bezier(0.19, 1, 0.22, 1); }
    @media (max-width: 1024px) {
      header .menu {
        margin-left: 0; } }
    header .menu img {
      width: auto;
      height: 32px; }
  header .logo {
    display: flex;
    flex: 1;
    justify-content: center; }
    header .logo img {
      width: 180px;
      height: auto; }
  header .bookmark {
    position: fixed;
    top: 14px;
    right: 45px;
    padding: 20px;
    padding-top: 18px;
    z-index: 1;
    cursor: pointer;
    will-change: scroll-position;
    transition: height 0.3s cubic-bezier(0.19, 1, 0.22, 1), top 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 14px; }
    @media (max-width: 1024px) {
      header .bookmark {
        right: 0px; } }
    header .bookmark svg {
      width: auto;
      height: 36px; }
      header .bookmark svg path {
        transition: fill .3s ease-in-out; }
    header .bookmark:hover path {
      fill: #42d7c3; }
    header .bookmark--count {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: flex;
      align-items: center;
      justify-content: center; }
      header .bookmark--count--number {
        margin: 0;
        padding: 0; }
    header .bookmark:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      opacity: 0;
      background: url("/assets/media/graphics/heart.svg") no-repeat 50% 50%; }

#wpadminbar {
  position: absolute;
  top: -32px;
  opacity: .8; }

.ie11 .site-navigation-header .menu {
  top: 12px; }

.site-navigation {
  position: fixed;
  right: 0;
  top: 0;
  user-select: none;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 100000;
  min-height: 100vh;
  width: 100%;
  height: 100%;
  display: none;
  pointer-events: none; }
  .site-navigation-background {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: #a1bae4; }
  .site-navigation a {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    color: black;
    text-decoration: none !important; }
    .site-navigation a:before, .site-navigation a:after {
      display: none; }
  .site-navigation li.current_page_item > a {
    cursor: default;
    pointer-events: none; }
  .site-navigation nav.main, .site-navigation nav.second, .site-navigation nav.lang {
    width: 100%; }
    .site-navigation nav.main li:not(.current_page_item) a, .site-navigation nav.second li:not(.current_page_item) a, .site-navigation nav.lang li:not(.current_page_item) a {
      position: relative;
      position: relative;
      text-decoration: none;
      display: inline-block;
      color: inherit;
      padding: 0 1px;
      transition: color ease 0.3s; }
      .site-navigation nav.main li:not(.current_page_item) a::before, .site-navigation nav.main li:not(.current_page_item) a::after, .site-navigation nav.second li:not(.current_page_item) a::before, .site-navigation nav.second li:not(.current_page_item) a::after, .site-navigation nav.lang li:not(.current_page_item) a::before, .site-navigation nav.lang li:not(.current_page_item) a::after {
        content: '';
        position: absolute;
        background-color: #252525;
        z-index: -1;
        height: 1px; }
      .site-navigation nav.main li:not(.current_page_item) a::before, .site-navigation nav.second li:not(.current_page_item) a::before, .site-navigation nav.lang li:not(.current_page_item) a::before {
        width: 0%;
        left: 0;
        bottom: 0;
        transition: width ease 0.4s; }
      .site-navigation nav.main li:not(.current_page_item) a::after, .site-navigation nav.second li:not(.current_page_item) a::after, .site-navigation nav.lang li:not(.current_page_item) a::after {
        width: 100%;
        left: 0;
        bottom: 0;
        transition: all ease 0.6s; }
      .site-navigation nav.main li:not(.current_page_item) a:hover::before, .site-navigation nav.second li:not(.current_page_item) a:hover::before, .site-navigation nav.lang li:not(.current_page_item) a:hover::before {
        width: 100%; }
      .site-navigation nav.main li:not(.current_page_item) a:hover::after, .site-navigation nav.second li:not(.current_page_item) a:hover::after, .site-navigation nav.lang li:not(.current_page_item) a:hover::after {
        left: 100%;
        width: 0%;
        transition: all ease 0.2s; }
    .site-navigation nav.main .sub-menu a, .site-navigation nav.second .sub-menu a, .site-navigation nav.lang .sub-menu a {
      position: relative;
      position: relative;
      text-decoration: none;
      display: inline-block;
      color: inherit;
      padding: 0 1px;
      transition: color ease 0.3s; }
      .site-navigation nav.main .sub-menu a::before, .site-navigation nav.main .sub-menu a::after, .site-navigation nav.second .sub-menu a::before, .site-navigation nav.second .sub-menu a::after, .site-navigation nav.lang .sub-menu a::before, .site-navigation nav.lang .sub-menu a::after {
        content: '';
        position: absolute;
        background-color: #252525;
        z-index: -1;
        height: 1px; }
      .site-navigation nav.main .sub-menu a::before, .site-navigation nav.second .sub-menu a::before, .site-navigation nav.lang .sub-menu a::before {
        width: 0%;
        left: 0;
        bottom: 0;
        transition: width ease 0.4s; }
      .site-navigation nav.main .sub-menu a::after, .site-navigation nav.second .sub-menu a::after, .site-navigation nav.lang .sub-menu a::after {
        width: 100%;
        left: 0;
        bottom: 0;
        transition: all ease 0.6s; }
      .site-navigation nav.main .sub-menu a:hover::before, .site-navigation nav.second .sub-menu a:hover::before, .site-navigation nav.lang .sub-menu a:hover::before {
        width: 100%; }
      .site-navigation nav.main .sub-menu a:hover::after, .site-navigation nav.second .sub-menu a:hover::after, .site-navigation nav.lang .sub-menu a:hover::after {
        left: 100%;
        width: 0%;
        transition: all ease 0.2s; }
  .site-navigation .container-fluid {
    display: flex;
    flex-direction: column;
    width: 100%; }
  .site-navigation-header {
    display: flex;
    position: relative;
    flex-shrink: 0;
    width: 100%;
    height: 98px;
    user-select: none;
    align-items: center; }
    .site-navigation-header .menu {
      position: absolute;
      margin-left: 45px;
      padding: 20px;
      z-index: 1; }
      @media (max-width: 1024px) {
        .site-navigation-header .menu {
          margin-left: 0; } }
      .site-navigation-header .menu img {
        width: auto;
        height: 32px; }
    .site-navigation-header .logo {
      display: flex;
      flex: 1;
      justify-content: center;
      align-self: center;
      justify-self: center;
      font-family: "GT-America-Standard-Black", sans-serif;
      font-weight: normal;
      font-size: 14px;
      letter-spacing: 0.3px;
      line-height: 1; }
  .site-navigation-main {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 55px;
    margin-bottom: 55px; }
    @media (max-width: 1024px) {
      .site-navigation-main {
        flex-direction: column; } }
    .site-navigation-main-left {
      display: flex;
      position: relative;
      width: 67%;
      font-size: 44px;
      line-height: 70px;
      font-family: "GT-America-Standard-Black", sans-serif;
      font-weight: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      .site-navigation-main-left .sub-menu {
        position: relative;
        margin-left: 25px !important; }
        .site-navigation-main-left .sub-menu > li:first-of-type {
          position: relative; }
        .site-navigation-main-left .sub-menu > li:last-of-type {
          margin-bottom: 20px; }
        .site-navigation-main-left .sub-menu li {
          line-height: 0; }
        .site-navigation-main-left .sub-menu a {
          font-size: 18px;
          line-height: 38px;
          font-family: "GT-America-Standard-Black", sans-serif;
          font-weight: normal;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
          @media (max-width: 520px) {
            .site-navigation-main-left .sub-menu a {
              font-size: 16px;
              line-height: 34px; } }
      @media (max-width: 1024px) {
        .site-navigation-main-left {
          width: 100%;
          padding-bottom: 30px;
          margin-bottom: 20px; } }
      @media (max-width: 780px) {
        .site-navigation-main-left {
          font-size: 26px;
          line-height: 52px; } }
    .site-navigation-main-right {
      display: flex;
      flex-direction: column;
      position: relative;
      width: 33%;
      font-size: 18px;
      line-height: 38px;
      font-family: "GT-America-Standard-Black", sans-serif;
      font-weight: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      @media (max-width: 1024px) {
        .site-navigation-main-right {
          width: 100%; } }
      @media (max-width: 520px) {
        .site-navigation-main-right {
          font-size: 16px;
          line-height: 34px; } }
      .site-navigation-main-right .site-navigation-border {
        position: relative;
        width: 100%;
        margin-top: 15px;
        margin-bottom: 15px; }
  .site-navigation-border {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #eeedf2;
    border: none; }
  .site-navigation-social-icon-wrapper {
    margin-top: 25px; }
    .site-navigation-social-icon-wrapper * {
      display: flex;
      width: 34px;
      height: 34px;
      justify-content: center;
      margin: 0 10px;
      cursor: pointer;
      align-items: center; }
      .site-navigation-social-icon-wrapper *:first-of-type {
        margin-left: 0; }
      .site-navigation-social-icon-wrapper *:last-of-type {
        margin-right: 0; }
    @media (max-width: 1024px) {
      .site-navigation-social-icon-wrapper {
        align-self: center;
        margin-bottom: 25px; } }
  .site-navigation .sub-menu {
    position: relative;
    overflow: hidden; }
  .site-navigation li.menu-item-has-children {
    position: relative;
    width: 100%; }
    @media (min-width: 1023px) {
      .site-navigation li.menu-item-has-children {
        width: 80%; } }
    .site-navigation li.menu-item-has-children > a {
      z-index: 1; }
    .site-navigation li.menu-item-has-children > .menu-arrow {
      position: absolute;
      top: 20px;
      right: 0;
      padding: 10px 10px 10px 100%;
      height: 34px;
      cursor: pointer;
      z-index: 0; }
      @media (max-width: 780px) {
        .site-navigation li.menu-item-has-children > .menu-arrow {
          height: 30px;
          top: 11px; } }
      .site-navigation li.menu-item-has-children > .menu-arrow .menu-arrow-icon {
        position: relative;
        height: 100%;
        content: url(/assets/media/graphics/down.svg);
        transform-origin: 50% 50%;
        transition: 0.9s cubic-bezier(0.19, 1, 0.22, 1); }
    .site-navigation li.menu-item-has-children.active > .menu-arrow .menu-arrow-icon {
      transform: rotate(180deg); }

footer {
  position: absolute;
  bottom: 0;
  width: 100vw;
  user-select: none;
  height: 231px;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 30px; }
  footer .menu-meta-container, footer .menu-meta-english-container {
    width: 100%; }
  footer .menu {
    font-size: 14px;
    width: 100%;
    margin-bottom: 40px; }
    @media (min-width: 520px) {
      footer .menu {
        display: flex;
        justify-content: center;
        align-items: center; } }
    footer .menu li {
      float: left;
      margin-bottom: 20px; }
      @media (min-width: 780px) {
        footer .menu li {
          clear: left;
          margin-bottom: 0; } }
      footer .menu li a {
        font-family: "GT-America-Standard-Regular", sans-serif;
        font-weight: normal;
        padding: 10px;
        white-space: nowrap; }
  footer .logos {
    display: flex;
    align-items: center;
    justify-content: center; }
    footer .logos img {
      width: auto;
      padding: 20px; }
  footer .footer-border-bottom {
    width: 100%;
    height: 1px;
    background: #4d4d4d;
    margin-top: 20px;
    margin-bottom: 30px; }
  @media (max-width: 780px) {
    footer {
      height: 350px; } }

.sharer {
  display: none;
  position: absolute;
  width: 400px;
  max-width: 100vw;
  top: 40px;
  left: 50%;
  margin-left: -200px;
  background-color: white;
  border-radius: 3px;
  padding: 40px;
  z-index: 1;
  color: black;
  font-size: 18px;
  z-index: 1;
  -webkit-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.28); }
  @media (max-width: 780px) {
    .sharer {
      width: 100%;
      left: 5vw;
      width: 90vw;
      /*top: $global-header-height-mobile;*/
      right: 5vw;
      margin-left: 0;
      top: 50%;
      transform: translate(0, -50%); } }
  @media (max-width: 520px) {
    .sharer {
      top: 70%; } }
  .sharer strong {
    text-align: center;
    display: block;
    padding-top: 1em;
    padding-bottom: 1.8em; }
  .sharer tr {
    border-width: 1px; }
  .sharer th {
    text-align: left; }
  .sharer th, .sharer td {
    padding: .8em; }
  .sharer tr:last-child {
    border: none; }
  .sharer a[class^='sharer--'] {
    position: relative;
    top: 7px; }
  .sharer .sharer--facebook {
    content: url(/pods/sharer/assets/facebook.svg); }
  .sharer .sharer--twitter {
    content: url(/pods/sharer/assets/twitter.svg); }
  .sharer .sharer--email {
    content: url(/pods/sharer/assets/email.svg); }
  .sharer .sharer--permalink {
    content: url(/pods/sharer/assets/permalink.svg); }
  .sharer .sharer--print {
    content: url(/pods/sharer/assets/print.svg); }
  .sharer-close {
    cursor: pointer;
    transform: rotate(45deg);
    width: 18px;
    height: 18px;
    margin-top: -20px;
    margin-right: 20px;
    float: right;
    content: url(/blocks/block-accordion/assets/plus.svg);
    position: absolute;
    right: 0; }

.cookie-layer {
  position: fixed;
  bottom: 0;
  z-index: 11111111;
  width: 100vw;
  padding: 20px;
  overflow: hidden;
  opacity: 0;
  display: none;
  flex-direction: row; }
  .cookie-layer p {
    margin-bottom: 0; }
  .cookie-layer-btns {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: flex-end; }
    .cookie-layer-btns .button {
      margin-bottom: 0;
      margin-left: 10px;
      margin-right: 10px; }
  @media (max-width: 1024px) {
    .cookie-layer {
      flex-direction: column; }
      .cookie-layer-btns {
        margin-top: 40px;
        justify-content: center; } }

.ie11 .cookie-layer {
  display: flex;
  flex-direction: column;
  padding-bottom: 50px; }

.event {
  margin-top: 10px; }
  .event--header {
    margin-top: 80px; }
  .event--image .height-container {
    padding-bottom: 0 !important;
    height: 520px; }
  .event--image .image {
    height: 520px !important; }
  .event--title {
    margin-bottom: 20px; }
    .event--title a + a {
      margin-top: 5px; }
  .event--title--icon {
    position: relative;
    margin-left: 40px;
    margin-bottom: 40px; }
    .event--title--icon .event-icon {
      position: absolute;
      top: 4px;
      left: -40px;
      width: auto; }
  .event--header--date {
    margin-bottom: 5px; }
  .event--border {
    position: relative;
    width: 100%;
    background: #eeedf2;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px; }

#location-app {
  margin-top: 30px; }
  #location-app .swiper-container {
    width: 100%; }
  #location-app #location--image {
    background-image: url("/assets/media/images/karte_zoom_update.gif");
    background-position: 56% 62%;
    background-size: 4814px 2392px;
    background-repeat: no-repeat;
    width: 100vw;
    height: calc(100vh - 75px);
    z-index: 0;
    transition: background-position 0.9s cubic-bezier(0.19, 1, 0.22, 1); }
    #location-app #location--image.alex {
      background-position: 55% 64%; }
    #location-app #location--image.brandenburg {
      background-position: 30% 78%; }
    #location-app #location--image.eastside {
      background-position: 65% 103%; }
    #location-app #location--image.stasi {
      background-position: 92% 80%; }
    #location-app #location--image.schloss {
      background-position: 47% 78%; }
    #location-app #location--image.gethesmane {
      background-position: 56% 7%; }
    #location-app #location--image.damm {
      background-position: 10% 103%; }
    @media (min-width: 1023px) {
      #location-app #location--image.alex {
        background-position: 56% 62%; }
      #location-app #location--image.brandenburg {
        background-position: 27% 77%; }
      #location-app #location--image.eastside {
        background-position: 68% 103%; }
      #location-app #location--image.stasi {
        background-position: 99% 80%; }
      #location-app #location--image.schloss {
        background-position: 47% 78%; }
      #location-app #location--image.gethesmane {
        background-position: 57% 4%; }
      #location-app #location--image.damm {
        background-position: 4% 103%; } }
  #location-app .location--group {
    position: absolute;
    top: calc( 100vh - 300px);
    width: 100vw;
    z-index: 1; }
  #location-app .swiper-slide {
    padding: 40px 30px;
    width: 80%;
    height: 220px;
    border-radius: 5px;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: 0.6s opacity cubic-bezier(0.19, 1, 0.22, 1);
    will-change: auto;
    margin: 10px; }
    #location-app .swiper-slide.swiper-slide-active {
      opacity: 1; }
    @media (min-width: 1023px) {
      #location-app .swiper-slide {
        padding: 50px 50px;
        width: 523px;
        height: 239px;
        margin: 20px;
        opacity: .5; } }
    #location-app .swiper-slide p {
      margin-bottom: 0; }
  #location-app .swiper-button-prev, #location-app .swiper-button-next {
    display: none;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.5);
    background-color: #66f4df; }
  #location-app .swiper-button-prev {
    background-image: url("/assets/media/graphics/left.svg");
    background-size: 12px 24px;
    background-position: 45% 50%;
    padding-left: 20px;
    left: 10px; }
    @media (min-width: 1023px) {
      #location-app .swiper-button-prev {
        display: block;
        left: calc(50vw - 330px); } }
  #location-app .swiper-button-next {
    background-image: url("/assets/media/graphics/right.svg");
    background-size: 12px 24px;
    background-position: 55% 50%;
    padding-left: 20px;
    right: calc(10px); }
    @media (min-width: 1023px) {
      #location-app .swiper-button-next {
        display: block;
        right: calc(50vw - 330px); } }

.archive-routes .routes-header {
  margin-top: 40px; }

.archive-routes--item {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #252525;
  height: 60vh;
  min-height: 280px;
  border-radius: 5px;
  overflow: hidden; }
  @media (min-width: 1023px) {
    .archive-routes--item {
      min-height: 400px;
      height: 400px; } }
  .archive-routes--item--copy {
    position: relative;
    z-index: 1;
    color: white;
    width: 100%;
    height: 100%;
    padding: 20px 40px;
    text-align: center;
    flex: 1;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center; }
    .archive-routes--item--copy p {
      margin-bottom: 0; }
  .archive-routes--item--action {
    position: relative;
    z-index: 1;
    color: #fff561;
    flex-direction: row;
    display: flex;
    justify-content: flex-end;
    align-self: center;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 40px;
    font-family: "GT-America-Standard-Regular", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    font-weight: bold !important;
    margin-bottom: 30px; }
    @media (max-width: 780px) {
      .archive-routes--item--action {
        font-size: 17px;
        line-height: 1.29; } }
    .archive-routes--item--action img {
      width: 6px;
      position: relative;
      top: 1px;
      margin-left: 10px; }
  .archive-routes--item--overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .archive-routes--item .lazy-media {
    position: absolute;
    height: 100%;
    width: 100%; }
    .archive-routes--item .lazy-media .lazy-media-wrapper {
      height: 100%; }
    .archive-routes--item .lazy-media .height-container {
      padding-bottom: 0 !important;
      height: 100% !important; }
      .archive-routes--item .lazy-media .height-container .image-wrapper {
        position: relative; }
        .archive-routes--item .lazy-media .height-container .image-wrapper img {
          height: 100%;
          object-fit: cover; }
  .archive-routes--item .lazy-media-copyright {
    display: none; }

.grid-helper {
  z-index: 10000;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2; }
  .grid-helper .wrapper {
    max-width: 100%; }
  .grid-helper * {
    height: 100%; }
  .grid-helper .grid-helper-cell {
    background-color: #f94a00; }

#wpadminbar {
  position: fixed;
  top: 0; }

#app {
  position: relative; }

.event--image .lazy-media-copyright-content {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 1120px) {
    .event--image .lazy-media-copyright-content {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 780px) {
    .event--image .lazy-media-copyright-content {
      padding-left: 20px;
      padding-right: 20px; } }
  .event--image .lazy-media-copyright-content .box {
    position: relative; }
  @media (max-width: 780px) {
    .event--image .lazy-media-copyright-content.container-fluid-mobile-zero {
      padding-left: 0;
      padding-right: 0; } }

.calendar-list {
  position: relative;
  margin: 0; }

.calendar--day {
  position: relative; }
  .calendar--day--content {
    position: relative;
    background: white;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #e4e4e7; }
    @media (min-width: 1023px) {
      .calendar--day--content {
        padding-top: 50px;
        padding-bottom: 50px; } }
    .calendar--day--content--date {
      margin: 0;
      font-size: 68px;
      line-height: 1.08;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: normal;
      font-family: "GT-America-Standard-Black", sans-serif;
      font-weight: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      @media (max-width: 780px) {
        .calendar--day--content--date {
          font-size: 30px;
          line-height: 32px;
          letter-spacing: 0.32px; } }
      @media (max-width: 780px) {
        .calendar--day--content--date {
          font-size: 44px; } }
    .calendar--day--content--day {
      margin: 0;
      margin-top: 10px;
      font-size: 20px; }
    .calendar--day--content--copy {
      position: relative; }
    .calendar--day--content--graphic {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: url("/assets/media/graphics/fahne_calendar.svg");
      background-repeat: no-repeat;
      background-position: 50% 50%;
      pointer-events: none;
      background-size: contain; }

.calendar-list.external {
  background: #f3f6fc; }
  .calendar-list.external .calendar--day--content--date {
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 40px;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    font-family: "GT-America-Standard-Black", sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 0; }
    @media (max-width: 780px) {
      .calendar-list.external .calendar--day--content--date {
        font-size: 26px;
        line-height: 28px; } }
  .calendar-list.external .calendar--day--content, .calendar-list.external .calendar--item {
    background: #f3f6fc; }
  .calendar-list.external .calendar--day--content--graphic {
    display: none; }

.calendar--item {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #e4e4e7; }
  @media (max-width: 1023px) {
    .calendar--item .container-fluid {
      margin: 0;
      padding: 0; } }
  .calendar--item--tip {
    width: auto;
    margin-bottom: 8px; }
  .calendar--item--body {
    min-height: 120px; }
    @media (min-width: 1023px) {
      .calendar--item--body {
        min-height: 180px; } }
  .calendar--item--icon {
    width: 70px;
    height: 70px;
    object-fit: cover; }
    @media (min-width: 1023px) {
      .calendar--item--icon {
        width: 128px;
        height: 128px; } }
  .calendar--item--add {
    display: flex;
    align-items: flex-end;
    flex-direction: column; }
  .calendar--item--date {
    font-size: 14px;
    line-height: 1.25;
    font-family: "GT-America-Mono-Regular", sans-serif;
    font-weight: normal;
    color: #2e3dac;
    margin-bottom: 10px; }
    .calendar--item--date--time {
      white-space: nowrap; }
  .calendar--item--title {
    margin-bottom: 8px; }
  .calendar--item--link--list a {
    z-index: 1;
    position: relative;
    text-decoration: none;
    display: inline-block;
    color: inherit;
    padding: 0 1px;
    transition: color ease 0.3s; }
    .calendar--item--link--list a::before, .calendar--item--link--list a::after {
      content: '';
      position: absolute;
      background-color: #252525;
      z-index: -1;
      height: 1px; }
    .calendar--item--link--list a::before {
      width: 0%;
      left: 0;
      bottom: 0;
      transition: width ease 0.4s; }
    .calendar--item--link--list a::after {
      width: 100%;
      left: 0;
      bottom: 0;
      transition: all ease 0.6s; }
    .calendar--item--link--list a:hover::before {
      width: 100%; }
    .calendar--item--link--list a:hover::after {
      left: 100%;
      width: 0%;
      transition: all ease 0.2s; }
  .calendar--item--bookmark {
    position: absolute;
    bottom: 0;
    right: 0px;
    cursor: pointer;
    width: 22px;
    height: 22px;
    transition: transform .3s;
    /*
      &:hover,&:focus
      {
        &:after
        {
          opacity: 1;
        }
      }
      */ }
    @media (min-width: 1023px) {
      .calendar--item--bookmark {
        right: 0px; } }
    .calendar--item--bookmark:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      background: url("/assets/media/graphics/heart-regular.svg") no-repeat 50% 50%; }
    .calendar--item--bookmark:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      opacity: 0;
      background: url("/assets/media/graphics/heart.svg") no-repeat 50% 50%;
      transition: opacity .3s; }
    .calendar--item--bookmark:focus {
      outline: none; }
  .calendar--item--settings--bookmarked .calendar--item--bookmark {
    transform: scale(1.2); }
    .calendar--item--settings--bookmarked .calendar--item--bookmark:before {
      opacity: 0; }
    .calendar--item--settings--bookmarked .calendar--item--bookmark:after {
      opacity: 1; }

.calendar-head {
  position: sticky;
  top: 98px;
  background-color: #f9fafc;
  z-index: 3;
  width: 100%;
  border-top: solid 1px #e4e4e7;
  border-bottom: solid 1px #e4e4e7;
  will-change: scroll-position;
  transition: height 0.3s cubic-bezier(0.19, 1, 0.22, 1), top 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-right: 20px; }
  .calendar-head--main {
    flex-direction: row;
    width: 100%; }
  .calendar-head .filter-nav {
    display: flex;
    width: 100%;
    margin-left: 10px;
    padding-top: 30px;
    padding-bottom: 30px; }
    .calendar-head .filter-nav div {
      white-space: nowrap; }
    .calendar-head .filter-nav .button {
      margin-left: 10px; }
    .calendar-head .filter-nav-stopper {
      position: relative;
      display: block;
      width: 20px;
      min-width: 20px; }

.bookmark-head {
  margin-top: 60px; }

.calendar-switch {
  position: relative;
  display: flex;
  width: 100%;
  margin-top: 30px; }
  .calendar-switch .container-fluid {
    width: 100%; }
  .calendar-switch .col-xs {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; }
  .calendar-switch--content {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "GT-America-Standard-Black", sans-serif;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 1; }
    .calendar-switch--content a {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      width: 100%;
      height: 82px;
      opacity: 0.3;
      background: white;
      border-bottom: solid 4px transparent;
      transition: opacity .3s, border .3s, background .3s; }
      .calendar-switch--content a:hover {
        opacity: 1; }
    .calendar-switch--content.event {
      margin: 0; }
      .calendar-switch--content.event .router-link-active {
        opacity: 1;
        border-bottom: solid 4px #fff561; }
    .calendar-switch--content.external {
      margin: 0; }
      .calendar-switch--content.external .router-link-active {
        opacity: 1;
        background: #f3f6fc;
        border-bottom: solid 4px #9cbae8; }

.calendar-nav {
  position: fixed;
  right: 0;
  top: 0;
  user-select: none;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 99999;
  min-height: 100vh;
  width: 100%;
  height: 100%;
  color: white;
  display: none;
  pointer-events: none; }
  @media (min-width: 1023px) {
    .calendar-nav {
      width: 30%; } }
  .calendar-nav-background {
    position: fixed;
    top: 0;
    width: 100%;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: #6a6a69; }
    @media (min-width: 1023px) {
      .calendar-nav-background {
        width: 30%; } }
  .calendar-nav .container-fluid {
    display: flex;
    flex-direction: column;
    width: 100%; }
    @media (min-width: 1023px) {
      .calendar-nav .container-fluid {
        width: 100%; } }
  .calendar-nav-header {
    display: flex;
    position: relative;
    flex-shrink: 0;
    width: 100%;
    height: 98px;
    user-select: none;
    align-items: center;
    will-change: scroll-position;
    transition: height 0.3s cubic-bezier(0.19, 1, 0.22, 1), top 0.3s cubic-bezier(0.19, 1, 0.22, 1); }
    .calendar-nav-header .menu {
      position: absolute;
      padding: 20px;
      z-index: 1; }
      @media (min-width: 1023px) {
        .calendar-nav-header .menu {
          margin-left: 0; } }
      .calendar-nav-header .menu img {
        width: auto;
        height: 32px; }
    .calendar-nav-header .logo {
      display: flex;
      flex: 1;
      justify-content: center;
      align-self: center;
      justify-self: center;
      font-family: "GT-America-Standard-Black", sans-serif;
      font-weight: normal;
      font-size: 14px;
      letter-spacing: 0.3px;
      line-height: 1; }
  .calendar-nav-main {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 55px;
    margin-bottom: 135px;
    user-select: none; }
    .calendar-nav-main * {
      user-select: none; }
    @media (min-width: 1023px) {
      .calendar-nav-main {
        width: 80%;
        margin-left: 10%; } }
    @media (max-width: 1024px) {
      .calendar-nav-main {
        flex-direction: column; } }
  .calendar-nav-border {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #eeedf2;
    border: none; }
  .calendar-nav .ul-list li {
    position: relative;
    font-size: 21px;
    line-height: 30px;
    font-family: "GT-America-Standard-Regular", sans-serif;
    font-weight: bold;
    margin-bottom: 20px; }
    .calendar-nav .ul-list li input[type=checkbox] {
      position: absolute;
      opacity: 0; }
    .calendar-nav .ul-list li input[type=checkbox] + label {
      color: #ccc;
      cursor: pointer; }
    .calendar-nav .ul-list li input[type=checkbox]:checked + label {
      color: #fff561; }
      .calendar-nav .ul-list li input[type=checkbox]:checked + label .ul-list-icon {
        display: block; }
  .calendar-nav .ul-list .ul-list-icon {
    position: absolute;
    right: 0;
    top: 6px;
    width: 18px;
    height: 18px;
    background: url("/assets/media/graphics/haken.svg");
    background-repeat: no-repeat;
    background-size: contain;
    display: none; }
  .calendar-nav .checkbox-list {
    margin-top: 20px; }
    .calendar-nav .checkbox-list li {
      position: relative;
      padding-left: 40px;
      font-size: 17px;
      line-height: 1.3;
      font-family: "GT-America-Standard-Regular", sans-serif;
      font-weight: bold;
      margin-bottom: 20px; }
      .calendar-nav .checkbox-list li input[type=checkbox] {
        position: absolute;
        opacity: 0; }
      .calendar-nav .checkbox-list li input[type=checkbox] + label {
        color: #ccc;
        cursor: pointer; }
      .calendar-nav .checkbox-list li input[type=checkbox]:checked + label {
        color: white; }
        .calendar-nav .checkbox-list li input[type=checkbox]:checked + label .checkbox-list-icon {
          display: block;
          background: url("/assets/media/graphics/haken.svg");
          background-size: 18px 18px;
          background-position: 50% 50%;
          background-repeat: no-repeat; }
    .calendar-nav .checkbox-list .checkbox-list-icon {
      position: absolute;
      left: 0;
      top: -3px;
      width: 28px;
      height: 28px;
      border-radius: 2px;
      border: solid 1px #f9fafc;
      background: none; }
  .calendar-nav .search-box-wrapper {
    position: relative;
    width: 100%;
    height: 40px; }
    .calendar-nav .search-box-wrapper:after {
      position: absolute;
      top: 0;
      right: 0;
      width: 40px;
      height: 40px;
      content: "";
      opacity: .8;
      z-index: 1;
      background: url("/assets/media/graphics/suche.svg") no-repeat 50% 50%; }
  .calendar-nav .search-box {
    position: relative;
    min-height: 40px;
    display: block;
    padding: 0 0 0 14px;
    font-size: 16px;
    line-height: 40px;
    border-radius: 2px;
    border: solid 1px #dddddd;
    background-color: #f9fafc;
    color: black;
    width: 100%;
    outline: 0 !important; }
    .calendar-nav .search-box::placeholder {
      color: #35495e; }

.calendar-nav.filter .calendar-nav-background {
  background: #525251; }

.calendar-nav.filter .select-wrapper-multiple {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold !important; }
  .calendar-nav.filter .select-wrapper-multiple .multiselect__tags {
    border-radius: 2px;
    border: solid 1px #dddddd;
    background-color: #f9fafc; }
    .calendar-nav.filter .select-wrapper-multiple .multiselect__tags .multiselect__tag-icon {
      width: 100%;
      background: rgba(0, 0, 0, 0); }
      .calendar-nav.filter .select-wrapper-multiple .multiselect__tags .multiselect__tag-icon:hover {
        background: rgba(0, 0, 0, 0.1); }
      .calendar-nav.filter .select-wrapper-multiple .multiselect__tags .multiselect__tag-icon:after {
        position: absolute;
        top: 10px;
        right: 12px;
        width: 16px;
        height: 16px;
        opacity: .8;
        pointer-events: none;
        content: "";
        background: url(/assets/media/graphics/close.svg) no-repeat 50% 50%; }
  .calendar-nav.filter .select-wrapper-multiple .multiselect__option--highlight {
    background: #66f4df;
    color: black; }
  .calendar-nav.filter .select-wrapper-multiple .multiselect__tag {
    color: black;
    background: #66f4df;
    font-weight: bold !important;
    font-size: 15px;
    padding: 10px 38px 10px 15px; }

.calendar-nav.filter .calendar-nav-main button {
  width: 100%;
  margin-top: 20px; }

.calendar-nav.date .calendar-nav-background {
  background: #525251; }

.calendar-nav.date .calendar-nav-main button {
  width: 100%;
  margin-top: 20px; }

.calendar-nav.date .ul-list ul {
  margin-left: 30px; }
  .calendar-nav.date .ul-list ul li {
    margin-bottom: 30px; }

.calendar-nav-date-highlight {
  border-radius: 3px;
  margin-top: 20px;
  display: inline-block;
  background-color: #fff561;
  font-family: "GT-America-Standard-Regular", sans-serif;
  font-weight: normal;
  padding: 2px 8px;
  font-size: 17px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 20px; }

.calendar-nav.location .calendar-nav-background {
  background: #525251; }

.calendar-nav.location select {
  color: black; }

.calendar-nav.location .calendar-nav-main button {
  width: 100%;
  margin-top: 20px; }

#threed {
  position: relative; }

.three-webgl #webgl-canvas {
  position: fixed;
  top: 66px;
  left: 0;
  width: 100vw;
  height: calc(100vh - 66px);
  background-image: url("/assets/back.jpg");
  background-size: cover;
  pointer-events: none; }

.three-webgl.notFullscreen #webgl-canvas {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -300px;
  z-index: -1;
  width: 600px;
  height: 600px; }
  @media (max-width: 780px) {
    .three-webgl.notFullscreen #webgl-canvas {
      margin: 0;
      left: 20px;
      width: calc(100vw - 40px);
      height: calc(100vw - 40px); } }

.page-template-page-3d {
  padding-top: 40px;
  padding-bottom: 60px; }
  .page-template-page-3d footer {
    display: none; }

.participation-list {
  position: relative;
  margin-top: 66px;
  width: 100%;
  /*.participation-join
	{
	  position: fixed;
	  top: 98px;
	  height: 98px;
	  width: 100%;
	  z-index: 1;

	  .button
	  {
		margin-top: 20px;
		margin-bottom: 20px;
	  }

	  background: white;
	  box-shadow: 0 6px 6px 0 rgba(0,0,0,0.1);
	}*/ }
  .participation-list-item {
    padding-top: 60px;
    padding-bottom: 60px; }
    .participation-list-item h3 {
      margin-bottom: 10px; }
    .participation-list-item h6 {
      font-size: 14px;
      font-family: "GT-America-Mono-Regular", sans-serif;
      font-weight: normal; }

.canvas-render canvas {
  width: 1200px;
  height: 1200px;
  display: none; }

#participation-app {
  position: relative;
  padding-top: 40px; }

.participation-share h5 {
  font-family: "GT-America-Standard-Regular", sans-serif;
  font-weight: bold;
  padding: 2em 2em;
  margin-bottom: 0; }
  .participation-share h5 a {
    position: relative;
    text-decoration: none;
    display: inline-block;
    color: inherit;
    padding: 0 1px;
    transition: color ease 0.3s; }
    .participation-share h5 a::before, .participation-share h5 a::after {
      content: '';
      position: absolute;
      background-color: #252525;
      z-index: -1;
      height: 1px; }
    .participation-share h5 a::before {
      width: 0%;
      left: 0;
      bottom: 0;
      transition: width ease 0.4s; }
    .participation-share h5 a::after {
      width: 100%;
      left: 0;
      bottom: 0;
      transition: all ease 0.6s; }
    .participation-share h5 a:hover::before {
      width: 100%; }
    .participation-share h5 a:hover::after {
      left: 100%;
      width: 0%;
      transition: all ease 0.2s; }

.participation-img-wrapper {
  text-align: center;
  position: relative;
  /*
   @include max-screen($screen-sm)
    {
        overflow: hidden;
        width: 80vw;
        height: 80vw;
        margin-left: 10vw;
    }
    */ }

.participation-share img {
  display: inline;
  width: 75vw;
  max-width: 600px; }
  @media (max-width: 780px) {
    .participation-share img {
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; } }

.participation-share hr {
  border-color: #EEE;
  margin: 1.5em 0; }

.participation-share a.button.button-share,
.participation-share a.button.button-download {
  height: 57px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  text-align: center; }
  .participation-share a.button.button-share:before,
  .participation-share a.button.button-download:before {
    z-index: 1;
    content: '';
    display: inline-block;
    position: relative;
    top: -4px;
    width: 26px;
    height: 26px;
    background-size: contain;
    margin-right: 0;
    background-position: center right;
    background-repeat: no-repeat; }
    @media (max-width: 780px) {
      .participation-share a.button.button-share:before,
      .participation-share a.button.button-download:before {
        position: relative;
        left: auto; } }
  .participation-share a.button.button-share.button-download:before,
  .participation-share a.button.button-download.button-download:before {
    background-image: url("/assets/media/graphics/download.svg"); }
  .participation-share a.button.button-share.button-share:before,
  .participation-share a.button.button-download.button-share:before {
    background-image: url("/assets/media/graphics/share.svg"); }

.participation-share .button-wall {
  width: 100%; }
  .participation-share .button-wall:before {
    z-index: 1;
    content: '';
    display: inline-block;
    position: relative;
    top: 0.08em;
    left: 0px;
    width: 1em;
    height: 1em;
    background-size: contain;
    margin-right: 0;
    background-position: center right;
    background-repeat: no-repeat; }
    @media (max-width: 780px) {
      .participation-share .button-wall:before {
        position: relative;
        left: auto; } }
  .participation-share .button-wall:before {
    background-image: url("/assets/media/graphics/fahne.svg"); }
  .participation-share .button-wall span {
    padding-left: 10px;
    padding-top: 0px; }

.participation-share a.button {
  width: 100%;
  text-align: center; }

.modal-backdrop a.button {
  width: 100%;
  text-align: center;
  margin-bottom: .5em; }

.text-danger {
  color: red; }

.three-participationview .canvas-copy {
  width: 600px;
  height: 600px;
  z-index: 1; }
  @media (max-width: 780px) {
    .three-participationview .canvas-copy {
      margin: 0;
      left: 20px;
      width: calc(100vw - 40px);
      height: calc(100vw - 40px); } }

.modal-backdrop {
  position: fixed;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3); }

.modal {
  background: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.3);
  display: flex;
  min-width: 333px; }

.modal > div {
  position: relative;
  padding: 40px 20px;
  width: 100%; }

.modal-fade-enter,
.modal-fade-leave-active {
  opacity: 0; }

.modal-fade-enter-active,
.modal-fade-leave-active {
  transition: opacity .5s ease; }

.loading {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #42d7c3;
  z-index: 12345;
  opacity: .7;
  display: flex;
  align-items: center;
  justify-content: center; }

.loading-container {
  width: 112px;
  height: 112px; }

.loading .box1,
.loading .box2,
.loading .box3 {
  border: 16px solid #f5f5f5;
  box-sizing: border-box;
  position: absolute;
  display: block; }

.loading .box1 {
  width: 112px;
  height: 48px;
  margin-top: 64px;
  margin-left: 0px;
  -webkit-animation: anime1 1s 0s forwards ease-in-out infinite;
  animation: anime1 1s 0s forwards ease-in-out infinite; }

.loading .box2 {
  width: 48px;
  height: 48px;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-animation: anime2 1s 0s forwards ease-in-out infinite;
  animation: anime2 1s 0s forwards ease-in-out infinite; }

.loading .box3 {
  width: 48px;
  height: 48px;
  margin-top: 0px;
  margin-left: 64px;
  -webkit-animation: anime3 1s 0s forwards ease-in-out infinite;
  animation: anime3 1s 0s forwards ease-in-out infinite; }

@-webkit-keyframes anime1 {
  0% {
    width: 112px;
    height: 48px;
    margin-top: 64px;
    margin-left: 0px; }
  12.5% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 0px; }
  25% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 0px; }
  37.5% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 0px; }
  50% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 0px; }
  62.5% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 0px; }
  75% {
    width: 48px;
    height: 112px;
    margin-top: 0px;
    margin-left: 0px; }
  87.5% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 0px; }
  100% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 0px; } }

@keyframes anime1 {
  0% {
    width: 112px;
    height: 48px;
    margin-top: 64px;
    margin-left: 0px; }
  12.5% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 0px; }
  25% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 0px; }
  37.5% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 0px; }
  50% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 0px; }
  62.5% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 0px; }
  75% {
    width: 48px;
    height: 112px;
    margin-top: 0px;
    margin-left: 0px; }
  87.5% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 0px; }
  100% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 0px; } }

@-webkit-keyframes anime2 {
  0% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 0px; }
  12.5% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 0px; }
  25% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 0px; }
  37.5% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 0px; }
  50% {
    width: 112px;
    height: 48px;
    margin-top: 0px;
    margin-left: 0px; }
  62.5% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 64px; }
  75% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 64px; }
  87.5% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 64px; }
  100% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 64px; } }

@keyframes anime2 {
  0% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 0px; }
  12.5% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 0px; }
  25% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 0px; }
  37.5% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 0px; }
  50% {
    width: 112px;
    height: 48px;
    margin-top: 0px;
    margin-left: 0px; }
  62.5% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 64px; }
  75% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 64px; }
  87.5% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 64px; }
  100% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 64px; } }

@-webkit-keyframes anime3 {
  0% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 64px; }
  12.5% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 64px; }
  25% {
    width: 48px;
    height: 112px;
    margin-top: 0px;
    margin-left: 64px; }
  37.5% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 64px; }
  50% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 64px; }
  62.5% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 64px; }
  75% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 64px; }
  87.5% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 64px; }
  100% {
    width: 112px;
    height: 48px;
    margin-top: 64px;
    margin-left: 0px; } }

@keyframes anime3 {
  0% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 64px; }
  12.5% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 64px; }
  25% {
    width: 48px;
    height: 112px;
    margin-top: 0px;
    margin-left: 64px; }
  37.5% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 64px; }
  50% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 64px; }
  62.5% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 64px; }
  75% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 64px; }
  87.5% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 64px; }
  100% {
    width: 112px;
    height: 48px;
    margin-top: 64px;
    margin-left: 0px; } }

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