/* version 0.1.6 */
@font-face {
  font-family: "Woodman";
  src: url("fonts/WOODMANHEAVY.OTF") format("truetype");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Baskerville";
  src: url("fonts/BaskervilleCom-Medium.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url("fonts/Avenir.ttc") format("truetype");
  font-weight: 900;
  font-display: swap;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Avenir", sans-serif;
}

.body--active::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 200;
}

#navBtn {
  will-change: transform, background-color;
}

.nav-bar__content {
  width: 100%;
  height: 80px;
  position: fixed;
  z-index: 2;
}
.nav-bar__top {
  display: block;
  width: 100%;
  height: 25px;
  background-color: #B2B2B2;
  margin: 0 auto;
}
.nav-bar__top-container {
  width: 100%;
  height: 100%;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}
.nav-bar__bottom {
  display: block;
  width: 100%;
  height: 55px;
  background-color: #EEEFEA;
}
.nav-bar__bottom-container {
  width: 100%;
  height: 100%;
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
}
.nav-bar__logo {
  height: 125px;
  width: 100px;
  background-color: #661424;
  position: absolute;
  z-index: 4;
  margin-left: 2rem;
}
.nav-bar__logo--source {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  border: 0;
  max-width: 100%;
}
.nav-bar__btn {
  position: absolute;
  top: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  text-indent: -1000000000px;
  outline: 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
  pointer-events: all;
}
.nav-bar__btn-ui {
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
  width: 2.5rem;
  height: 3px;
  top: 50%;
  left: 50%;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  display: block;
  border-radius: 1px;
  background: #661424;
  position: absolute;
}
.nav-bar__btn-ui::before {
  -webkit-transform: translateY(-12px) rotate(0);
          transform: translateY(-12px) rotate(0);
}
.nav-bar__btn-ui::after {
  -webkit-transform: translateY(12px) rotate(0);
          transform: translateY(12px) rotate(0);
}
.nav-bar__btn-ui::after, .nav-bar__btn-ui::before {
  content: "";
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  display: block;
  border-radius: 1px;
  background: #661424;
  position: absolute;
  height: 3px;
  width: 100%;
}
.nav-bar__btn-ui--active {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  background: #fff;
}
.nav-bar__btn-ui--active::before, .nav-bar__btn-ui--active::after {
  -webkit-transform: translateY(0) rotate(-90deg);
          transform: translateY(0) rotate(-90deg);
  background: #fff;
}
.nav-bar__popout {
  position: fixed;
  top: 0;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  right: calc(-60% + 4.5rem);
  width: 60%;
  z-index: 210;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow-x: auto;
  overflow-y: hidden;
  background-color: transparent;
  pointer-events: none;
}
.nav-bar__popout--active {
  right: 0;
  pointer-events: initial;
}
@media only screen and (max-width: 700px) {
  .nav-bar__popout--active {
    width: 100%;
  }
}
.nav-bar__popout--container {
  position: relative;
  height: 0px;
  width: 4.5rem;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  background-color: #B2B2B2;
}
.nav-bar__popout--content {
  padding-bottom: 1.5rem;
  width: calc(100% - 4.5rem);
  background-color: #B2B2B2;
}
.nav-bar__links {
  list-style: none;
  font-size: 24px;
  width: 235px;
}
.nav-bar__links--item {
  padding: 1rem;
}
.nav-bar__links--link {
  text-decoration: none;
  color: #fff;
}
.nav-bar__links--link:hover {
  text-decoration: underline;
}

.section {
  position: relative;
  width: 100%;
  height: calc(100vh - 80px);
}
@media only screen and (min-width: 1024px) {
  .section {
    height: 100vh;
  }
}
.section__container {
  width: 100%;
  height: 100%;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  display: none;
  z-index: 500;
}
@media only screen and (min-width: 1024px) {
  .swiper-button-next,
.swiper-button-prev {
    display: block;
  }
}

.swiper-pagination-bullet {
  border: 2px solid #fff;
  background-color: transparent !important;
  opacity: 1;
  width: 22px;
  height: 22px;
}

.swiper-pagination-bullet-active {
  background-color: #fff !important;
}

.carousel {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin: 1rem;
  position: relative;
}
.carousel__container {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: block;
  padding: 1rem;
}
.carousel__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  padding: 2rem;
}
.carousel__card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  width: 200px;
  height: 200px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.carousel__card--image {
  /*display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  background-color: $gray;
  object-position: center;
  object-fit: fill;*/
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /*&:before {
      content: "";
      display: block;
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 100%;
  }*/
}
.carousel__card--image-source {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
@media only screen and (min-width: 1024px) {
  .carousel__card--image-source {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media only screen and (min-width: 1024px) {
  .carousel__card--image-source-mobile {
    display: none;
  }
}
.carousel__card--image-source-desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .carousel__card--image-source-desktop {
    display: block;
  }
}
.carousel__card--image-left {
  -o-object-position: left;
     object-position: left;
}
@media only screen and (min-width: 1024px) {
  .carousel__card--image-left {
    -o-object-position: center;
       object-position: center;
  }
}
.carousel__card--image-right {
  -o-object-position: right;
     object-position: right;
}
@media only screen and (min-width: 1024px) {
  .carousel__card--image-right {
    -o-object-position: center;
       object-position: center;
  }
}
.carousel__card--content {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.carousel__card--content-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.carousel__card--header {
  position: relative;
  z-index: 10;
  padding: 1rem;
  max-width: 65rem;
  margin: 0 auto;
  margin-bottom: 0.5rem;
  padding: 1rem;
  font-family: "Woodman", sans-serif;
  font-size: 50px;
  color: #fff;
  /*right: -2rem;*/
  bottom: 1.1rem;
  text-transform: uppercase;
}
.carousel__card--header-mod-nine {
  right: -9rem;
  font-size: 42px;
}
.carousel__card--header-mod-eight {
  right: -8rem;
  font-size: 42px;
}
.carousel__card--header-mod-seven {
  right: -7rem;
  font-size: 42px;
}
.carousel__card--header-mod-six {
  right: -6rem;
  font-size: 42px;
}
.carousel__card--header-mod-five {
  right: -5rem;
  font-size: 42px;
}
.carousel__card--header-mod-four {
  font-size: 42px;
  right: -4rem;
}
.carousel__card--header-mod-three {
  right: -3rem;
  font-size: 42px;
}
.carousel__card--header-mod-two {
  right: -2rem;
  font-size: 42px;
}
.carousel__card--header-mod-one {
  right: -1rem;
  font-size: 42px;
}
.carousel__card--header-large {
  font-size: 58px;
  text-align: center;
  margin-bottom: 4rem;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
}
.carousel__card--header-secondary {
  position: absolute;
  margin-top: 2.5rem;
  margin-left: -1.5rem;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .carousel__card--header-secondary {
    position: relative;
    margin: 0;
  }
}
.carousel__card--header-secondary-mod-nine {
  right: 9rem;
  font-size: 42px;
}
.carousel__card--header-secondary-mod-eight {
  right: 8rem;
  font-size: 42px;
}
.carousel__card--header-secondary-mod-seven {
  right: 7rem;
  font-size: 42px;
}
.carousel__card--header-secondary-mod-six {
  right: 6rem;
  font-size: 42px;
}
.carousel__card--header-secondary-mod-five {
  right: 5rem;
  font-size: 42px;
}
.carousel__card--header-secondary-mod-four {
  font-size: 42px;
  right: 4rem;
}
.carousel__card--header-secondary-mod-three {
  right: 3rem;
  font-size: 42px;
}
.carousel__card--header-secondary-mod-two {
  right: 2rem;
  font-size: 42px;
}
.carousel__card--header-secondary-mod-one {
  right: 1rem;
  font-size: 42px;
}
.carousel__card--text {
  position: relative;
  z-index: 10;
  padding: 1rem;
  max-width: 65rem;
  max-height: 7rem;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  overflow-y: scroll;
}
@media only screen and (min-width: 1024px) {
  .carousel__card--text {
    font-size: 18px;
  }
}
.carousel__card--copy {
  padding-bottom: 4rem;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), color-stop(75%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0) 100%);
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 3;
}
.carousel__card--hidden {
  display: none;
}
.carousel__controls {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.carousel__controls--left {
  position: absolute;
  left: 10px;
  top: 50%;
  cursor: pointer;
}
.carousel__controls--right {
  position: absolute;
  right: 10px;
  top: 50%;
  cursor: pointer;
}
.carousel__controls--image {
  width: 50px;
  height: 50px;
  fill: #fff;
}
.device-android {
  height: calc(100vh - 40px);
}

.cta-button {
  max-width: 65%;
  text-decoration: none;
  width: 100%;
  border-radius: 35px;
  background-color: #661424;
  text-align: center;
  font-weight: 900;
  font-family: "Woodman", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  font-size: 24px;
  color: #fff;
  border: 1px solid #fff;
  top: 50%;
  left: 50%;
  padding: 1rem 2rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}/*# sourceMappingURL=style.min.css.map */