html {
  scroll-behavior: smooth;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, Verdana, sans-serif;
  font-size: 1rem;
  background: #ededed;
  color: #282828;
}

@media (min-width: 30rem) {
  body {
    font-size: 1.125rem;
  }
}

html:not([data-scroll="0"]) .nav,
body:not(.has-js) .nav {
  background: rgba(0, 0, 0, .75);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
}

html:not([data-scroll="0"]) .nav__logo,
body:not(.has-js) .nav__logo {
  height: 3rem;
  width: 3rem;
}

html:not([data-scroll="0"]) .nav__link,
body:not(.has-js) .nav__link {
  color: #ffffff;
}

a {
  color: #b62821;
  transition: all .2s ease;
}

a:hover,
a:focus {
  color: #7f0e0e;
  text-decoration: underline;
}

a.icon:hover,
a.icon:focus {
  text-decoration: none;
}

a[target="_blank"]:after {
  content: "\2197";
  margin-left: .25rem;
}

h2 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
}

@media (min-width: 30rem) {
  h2 {
    font-size: 4rem;
  }
}

h3 {
  font-size: 2.75rem;
  font-weight: bold;
  line-height: 1.25;
}

@media (min-width: 30rem) {
  h3 {
    font-size: 3rem;
  }
}

h4 {
  font-weight: bold;
  color: #b62821;
}

p {
  font-size: 1.125rem;
  line-height: 1.5;
}

.text-asterisk {
  font-size: .8rem;
  font-style: italic;
  line-height: 1.25;
}

.text-asterisk:before {
  content: "*";
}

.text-light {
  font-weight: normal;
}

.header {
  color: #ffffff;
  position: relative;
  margin-bottom: 3rem;
}

.header__video-sizer {
  position: relative;
  width: 100%;
  height: 85vh;
}

.overlay.header__video-overlay {
  background: linear-gradient(0, rgba(0, 0, 0, .5) 36%, rgba(0, 0, 0, 0) 100%)
}

.nav {
  position: fixed;
  top: 0;
  display: flex;
  justify-content: space-between;
  padding: .5rem;
  width: 100%;
  transition: all .3s ease;
  z-index: 1;
}

@media (min-width: 40rem) {
  .nav {
    padding: .5rem 2rem;
  }
}

.nav__logo {
  display: block;
  height: 4rem;
  width: 4rem;
  transition: all .3s ease;
}

@media (min-width: 30rem) {
  .nav__logo {
    height: 7rem;
    width: 7rem;
  }
}

.nav__logo-image {
  width: 100%;
  height: 100%;
}

.nav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}

.nav__list-item {
  margin-left: 1rem;
}

@media (min-width: 40rem) {
  .nav__list-item {
    margin-left: 2rem;
  }
}

.nav__link {
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  transition: all .3s ease;
}

.header__section {
  padding: 1rem;
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -90%);
  width: 100%;
  max-width: 60rem;
}

.header__section-top {
  margin-bottom: 4rem;
}

@media (min-width: 40rem) {
  .header__section-top {
    width: 50%;
  }
}

.header__section-left {
  margin-bottom: 2rem;
}

.header__section-left h2 {
  margin-bottom: 1rem;
}

 .header__section-right {
  display: flex;
  justify-content: center;
}

@media (min-width: 40rem) {
  .header__section-right {
    justify-content: flex-start;
  }
}

.header__section-bottom {
  text-align: center;
}

.header__section-bottom a {
  display: block;
  margin-top: .5rem;
  font-size: 5rem;
}

.page > * {
  position: relative;
  margin-bottom: 6rem;
}

@media (min-width: 35rem) {
  .page > * {
    max-width: 55rem;
    margin: 0 auto;
    padding: 1rem;
    margin-bottom: 3rem;
  }
}

@media (min-width: 57rem) {
  .page > * {
    padding: 0;
  }
}

.streamen__title {
  margin-bottom: 2rem;
  padding: 0 1rem;
}

@media (min-width: 40rem) {
  .streamen__title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0;
  }
}

@media (min-width: 40rem) {
  .streamen__list {
    display: flex;
  }
}

.streamen__section {
  display: flex;
  flex-direction: column;
  flex-basis: 33.3%;
  background: #ffffff;
  margin-bottom: 2rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
}

.streamen__section:last-child {
  margin-bottom: 1rem;
}

@media (min-width: 40rem) {
  .streamen__section {
    margin-bottom: 1rem;
  }

  .streamen__section:not(:last-child) {
    margin-right: 1rem;
  }
}

.streamen__image-sizer {
  height: 10rem;
  width: 100%;
  margin-bottom: 1rem;
}

.streamen__section h4 {
  margin: 1rem;
}

.streamen__usp {
  margin-bottom: 2rem;
  padding: 0 1rem;
}

.streamen__usp-item {
  margin-bottom: 1rem;
}

.streamen__usp-item:before {
  content: "\2713";
  color: #b62821;
  margin-right: .5rem;
}

.streamen__button {
  margin: 0 .5rem .5rem;
  margin-top: auto;
}

.streamen__text {
  padding: 0 1rem;
}

@media (min-width: 40rem) {
  .streamen__text {
    padding: 0
  }
}

.image__sizer {
  position: relative;
  width: 100%;
  height: 20rem;
}

.image__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
  color: #ffffff;
}

.contact__title > * {
  margin-bottom: 1rem;
}

.contact__title {
  margin-bottom: 1rem;
  padding: 0 1rem;
}

@media (min-width: 40rem) {
  .contact__title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0
  }
}

.contact__image-sizer {
  width: 100%;
  height: 10rem;
  margin-bottom: 1rem;
}

.contact__info {
  padding: 1rem;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
}

.contact__info-text > * {
  margin-bottom: .5rem;
}

.iframe {
  max-width: initial;
  width: 100%;
  height: 48rem;
  margin: 0 auto;
}

.footer {
  margin: 0 3rem 2rem;
  text-align: center;
}

@media (min-width: 40rem) {
  .footer {
    margin-bottom: 3rem;
  }
}

.footer p {
  color: #676767;
}

.button,
.button {
  display: inline-block;
  font-weight: bold;
  background: #b62821;
  padding: .5rem 1rem;
  color: #ffffff;
  border: none;
  border-radius: .2rem;
  text-align: center;
  transition: all .2s ease;
}

.button:hover,
.button:focus {
  color: #ffffff;
  background: #7f0e0e;
  text-decoration: none;
}

.button--big {
  padding: 1rem 2rem;
  font-size: 1.5rem;
  border-radius: .4rem;
}

.overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, .5);
  /* background: rgba(182, 40, 23, .25); */
}

.item--object-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.target-container {
  position: absolute;
  top: -5rem;
}
