/**
 * --------------------------------------------------------------------------------------------
 * FONT
 *
 * Apply font-size, line-height, and letter-spacing in one go.
 *
 * @usage
 *    @include font($font-size $line-height $letter-spacing);
 *    // All arguments are optional
 * --------------------------------------------------------------------------------------------
 */

html[dir=rtl] .transporter__meta span:first-of-type {
  margin-right: 0;
  padding-right: 0;
  padding-left: .625rem;
  margin-left: 1rem;
  border-right: 0;
  border-left: .0625rem solid #e00;
}

html[dir=rtl] .transporter__meta span:only-child {
  border-left: 0;
}

.transporter__container::before {
  content: "";
  display: block;
  position: absolute;
  left: 5%;
  bottom: -4.375rem;
  width: .0625rem;
  height: calc(100% + 4.375rem);
  background-color: #e00;
}

@media (min-width: 750px) {
  .transporter__container::before {
    left: 7.5%;
    bottom: -8.125rem;
    height: calc(100% + 8.125rem);
  }
}

@media (min-width: 1200px) {
  .transporter__container::before {
    bottom: -10.625rem;
    height: calc(100% + 10.625rem);
  }
}

html[dir=rtl] .transporter__container::before {
  left: auto;
  right: 5%;
}

@media (min-width: 750px) {
  html[dir=rtl] .transporter__container::before {
    right: 7.5%;
  }
}

html[dir=rtl] .transporter__text,
html[dir=rtl] .transporter__eyebrow {
  font-family: "Helvetica Neue LT Arabic Roman", helvetica;
  font-size: .8125rem;
  line-height: 1.375rem;
  letter-spacing: 0;
}

@media (min-width: 1200px) {
  html[dir=rtl] .transporter__text,
  html[dir=rtl] .transporter__eyebrow {
    font-size: 1.125rem;
  }
}

html[dir=rtl] .transporter__meta span {
  font-family: "Helvetica Neue LT Arabic Roman", helvetica;
  font-size: .9375rem;
  line-height: 1.6875rem;
}

@media (min-width: 1200px) {
  html[dir=rtl] .transporter__meta span {
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
}

html[dir=rtl] .transporter .typo-featured {
  font-family: "Helvetica Neue LT Arabic Bold", helvetica;
  font-size: 1.5625rem;
  line-height: 2.125rem;
}

@media (min-width: 1200px) {
  html[dir=rtl] .transporter .typo-featured {
    font-size: 2.1875rem;
    line-height: 2.6875rem;
  }
}

.transporter-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  opacity: .8;
}

.transporter-overlay.is-hidden {
  display: none;
}

.transporter__preloader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 6.25rem;
  background-color: rgba(255, 255, 255, .3);
  opacity: 1;
  -webkit-transition: opacity .35s cubic-bezier(.455, .03, .515, .955);
  transition: opacity .35s cubic-bezier(.455, .03, .515, .955);
}

@media (min-width: 1200px) {
  .transporter__preloader {
    height: 12.5rem;
  }
}

.transporter__preloader__icon {
  width: 3.125rem;
  height: 3.125rem;
  padding: .3125rem;
  border-radius: 1.5625rem;
  -webkit-animation: circle 1.5s linear infinite;
  animation: circle 1.5s linear infinite;
}

.transporter__preloader__icon .icon,
.transporter__preloader__icon img {
  width: 100%;
  height: 100%;
}

.transporter__preloader.is-dead {
  display: none;
}

.transporter__preloader.is-not-visible {
  opacity: 0;
}

.transporter-fake-container {
  display: block;
  height: auto;
  pointer-events: none;
  opacity: 0;
  z-index: -1;
}

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