@font-face {
  font-display: swap;
  font-family: Arsenal;
  font-style: normal;
  font-weight: 400;
  src: url(Arsenal-Regular.woff2) format("woff2"),
    url(Arsenal-Regular.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: AskingLadies-Regular;
  font-style: normal;
  font-weight: 400;
  src: url(AskingLadies-Regular.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: AskingLadies-Italic;
  font-style: normal;
  font-weight: 400;
  src: url(AskingLadies-Italic.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: AskingLadies-Bold;
  font-style: normal;
  font-weight: 400;
  src: url(AskingLadies-Bold.woff) format("woff");
}
.hero-video-modal__video {
  border: 0;
}
.hero .featured-video__controls button,
.hero-video-modal__close {
  color: #fff;
}
.hero-video-modal.is-closed {
  visibility: hidden;
}
.hero-video-modal {
  visibility: visible;
}
.hero-video-modal,
.hero-video-modal__rotate {
  display: block;
}
.hero__container {
  display: flex;
  flex-direction: column;
}
.hero__container--mobile-block-center {
  align-items: center;
}
.hero__container--mobile-block-left {
  align-items: flex-start;
}
.hero__container--mobile-block-right {
  align-items: flex-end;
}
.hero__container--mobile-block-middle {
  justify-content: center;
}
.hero__container--mobile-block-top {
  justify-content: flex-start;
}
.hero__container--mobile-block-bottom {
  justify-content: flex-end;
}
.hero img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}
.hero {
  overflow: hidden;
}
.hero-video-modal__overlay,
.hero-video-modal__video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.hero,
.hero-video-modal__content,
.hero__image {
  position: relative;
}
.hero .featured-video__play,
.hero-video-modal__close,
.hero-video-modal__rotate {
  position: absolute;
}
.hero-video-modal {
  position: fixed;
}
.hero-video-modal__close,
.hero-video-modal__rotate {
  z-index: 1;
}
.hero-video-modal {
  z-index: 9;
}
.hero .featured-video,
.hero img,
.hero-video-modal__content video,
.hero-video-modal__video {
  height: 100%;
}
.hero .featured-video,
.hero-video-modal__content video,
.hero-video-modal__video,
.hero__content__button,
.hero__image-only .hero__image {
  width: 100%;
}
.hero__content__button {
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
}
.hero__content {
  margin-bottom: 2.25rem;
  margin-top: 2.25rem;
}
.hero__content__text p,
.hero__content__title {
  margin-bottom: 0.75rem;
  margin-top: 0;
}
.hero__content__text p,
.hero__content__title {
  margin-bottom: 0.75rem;
  margin-top: 0;
}
.hero__content__title {
  font-family: AskingLadies-Bold, -apple-system, BlinkMacSystemFont, Segoe UI,
    Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji,
    Segoe UI Symbol;
}
.hero__content__text p {
  font-family: Arsenal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji,
    Segoe UI Symbol;
}
.hero__content__text p {
  font-size: 1.125rem;
}
.hero__content--mobile-text-left {
  text-align: left;
}
.hero__content--mobile-text-center {
  text-align: center;
}
.hero__content--mobile-text-right {
  text-align: right;
}
.text-underline,
.text-underline-hover:focus,
.text-underline-hover:hover {
  text-decoration: underline;
}
.text-strikethrough,
.text-strikethrough-hover:focus,
.text-strikethrough-hover:hover {
  text-decoration: line-through;
}
.text-no-decoration,
.text-no-decoration-hover:focus,
.text-no-decoration-hover:hover {
  text-decoration: none;
}
.hero__content {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.hero__content__text a {
  color: inherit;
}
.hero .featured-video__play {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hero-video-modal {
  height: 100vh;
  left: 0;
  opacity: 1;
  top: 0;
  transition: all 0.3s;
  width: 100vw;
}
.hero-video-modal.is-closed {
  opacity: 0;
}
.hero-video-modal__overlay {
  background: #000;
}
.hero-video-modal__close {
  right: 20px;
  top: 20px;
}
.hero-video-modal__content {
  height: 100vh;
  margin: auto;
  width: auto;
}
.hero-video-modal__rotate {
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (hover: hover) {
  .hero__content__text a:hover {
    text-decoration: none;
  }
}
@media only screen and (min-width: 30rem) {
  .xsmall--text-underline,
  .xsmall--text-underline-hover:focus,
  .xsmall--text-underline-hover:hover {
    text-decoration: underline;
  }
  .xsmall--text-strikethrough,
  .xsmall--text-strikethrough-hover:focus,
  .xsmall--text-strikethrough-hover:hover {
    text-decoration: line-through;
  }
  .xsmall--text-no-decoration,
  .xsmall--text-no-decoration-hover:focus,
  .xsmall--text-no-decoration-hover:hover {
    text-decoration: none;
  }
}
@media only screen and (min-width: 48rem) {
  .small--text-underline,
  .small--text-underline-hover:focus,
  .small--text-underline-hover:hover {
    text-decoration: underline;
  }
  .small--text-strikethrough,
  .small--text-strikethrough-hover:focus,
  .small--text-strikethrough-hover:hover {
    text-decoration: line-through;
  }
  .small--text-no-decoration,
  .small--text-no-decoration-hover:focus,
  .small--text-no-decoration-hover:hover {
    text-decoration: none;
  }
  .hero__content {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .hero__content__button {
    width: auto;
  }
}
@media only screen and (min-width: 62rem) {
  .hero-video-modal__rotate {
    display: none;
  }
  .hero {
    display: flex;
  }
  .hero__container,
  .hero__image {
    width: 50%;
  }
  .medium--text-underline,
  .medium--text-underline-hover:focus,
  .medium--text-underline-hover:hover {
    text-decoration: underline;
  }
  .medium--text-strikethrough,
  .medium--text-strikethrough-hover:focus,
  .medium--text-strikethrough-hover:hover {
    text-decoration: line-through;
  }
  .medium--text-no-decoration,
  .medium--text-no-decoration-hover:focus,
  .medium--text-no-decoration-hover:hover {
    text-decoration: none;
  }
  .hero-video-modal__overlay {
    background: rgba(0, 0, 0, 0.9);
  }
  .hero-video-modal__close {
    right: 40px;
    top: 40px;
  }
  .hero-video-modal__content {
    width: calc(100vw - 168px);
  }
}
@media only screen and (min-width: 79.5rem) {
  .hero--desktop-block-right {
    flex-direction: row;
  }
  .hero--desktop-block-left {
    flex-direction: row-reverse;
  }
  .hero__container--desktop-block-middle {
    justify-content: center;
  }
  .hero__container--desktop-block-top {
    justify-content: flex-start;
  }
  .hero__container--desktop-block-bottom {
    justify-content: flex-end;
  }
  .hero__content {
    height: auto;
  }
  .hero__container {
    width: 33.3333333333%;
  }
  .hero__image {
    width: 66.6666666667%;
  }
  .hero__content--desktop-text-left {
    text-align: left;
  }
  .hero__content--desktop-text-center {
    text-align: center;
  }
  .hero__content--desktop-text-right {
    text-align: right;
  }
  .large--text-underline,
  .large--text-underline-hover:focus,
  .large--text-underline-hover:hover {
    text-decoration: underline;
  }
  .large--text-strikethrough,
  .large--text-strikethrough-hover:focus,
  .large--text-strikethrough-hover:hover {
    text-decoration: line-through;
  }
  .large--text-no-decoration,
  .large--text-no-decoration-hover:focus,
  .large--text-no-decoration-hover:hover {
    text-decoration: none;
  }
  .hero__content {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }
}
@media only screen and (min-width: 87.5rem) {
  .hero__content__text {
    padding-bottom: 1.5rem;
  }
  .xlarge--text-underline,
  .xlarge--text-underline-hover:focus,
  .xlarge--text-underline-hover:hover {
    text-decoration: underline;
  }
  .xlarge--text-strikethrough,
  .xlarge--text-strikethrough-hover:focus,
  .xlarge--text-strikethrough-hover:hover {
    text-decoration: line-through;
  }
  .xlarge--text-no-decoration,
  .xlarge--text-no-decoration-hover:focus,
  .xlarge--text-no-decoration-hover:hover {
    text-decoration: none;
  }
}
