button {
  background: #cf3030;
  border: solid 1px #cf3030;
  border-radius: 46px;
  color: #fff;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.2px;
  padding: 14px 46px;
  text-transform: uppercase;
}
#controls {
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
}
#controls .icon {
  cursor: pointer;
  height: 24px;
  margin: 0;
  padding: 0;
  width: 24px;
}
#controls .icon span {
  background-color: #222;
  background-repeat: no-repeat;
  background-position: center;
  background-size: initial;
  border-radius: 50%;
  display: block;
  height: 24px;
  width: 24px;
}
#controls .icon span.video {
  background-image: url(pause.svg);
}
#controls .icon.stopped span.video {
  background-image: url(play.svg);
}
#controls .icon span.sound {
  background-image: url(sound.svg);
}
#controls .icon.muted span.sound {
  background-image: url(soundMuted.svg);
}
.modal {
  top: 39px;
  position: absolute;
}
@media (min-width: 376px) {
  .modal {
    top: 100px;
  }
}
.modal .modalContent {
  position: relative;
  overflow: hidden;
  margin: 0 8px;
  padding: 0 16px 0 16px;
}
@media (min-width: 768px) {
  .modal .modalContent {
    margin: 0 16px;
    padding: 0 calc(50% - 288px + 8px);
  }
}
.modal .modalContent .close {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  cursor: pointer;
  right: 10px;
}
.modal .modalContent .close div {
  left: 20px;
  top: 11px;
  width: 2px;
  height: 18px;
  position: absolute;
}
@media (min-width: 768px) {
  .modal .modalContent .close div {
    top: 20px;
    right: 54px;
  }
}
.modal .modalContent .close div:nth-child(1) {
  transform: rotate(45deg);
  background-color: #fff;
}
.modal .modalContent .close div:nth-child(2) {
  transform: rotate(-45deg);
  background-color: #fff;
}
.modal .modalContent .abtvwrapper {
  margin: 0 auto 32px auto;
}
.modal .modalContent .abtvwrapper .responsive {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
}
.modal .modalContent .abtvwrapper .responsive > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .modal .modalContent .abtvwrapper {
    margin-bottom: 32px;
  }
}
.modal .modalContent #imageWrapper {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .modal .modalContent #imageWrapper {
    margin-bottom: 32px;
  }
}
.modal .modalContent #imageWrapper img {
  width: 100%;
}
.modal .modalContent h3 {
  text-align: center;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 31px;
  margin-bottom: 1px;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .modal .modalContent h3 {
    line-height: 45px;
    font-size: 30px;
  }
}
.modal .modalContent h3 span {
  border-bottom: 3px solid #cf3030;
}
@media (min-width: 768px) {
  .modal .modalContent h3 span {
    border-bottom: 4px solid #cf3030;
  }
}
.modal .modalContent p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  text-align: center;
  margin: 16px 0 32px 0;
}
@media (min-width: 768px) {
  .modal .modalContent p {
    font-size: 17px;
    line-height: 19px;
  }
}
.modal .modalContent .subtitle {
  margin-top: -16px;
}
.modal .modalContent .subtitle p {
  color: #ccc;
  font-size: 14px;
  line-height: 17px;
}
.modal .modalContent .buttonWrapper {
  height: 50px;
  padding: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .modal .modalContent .buttonWrapper {
    margin-bottom: 72px;
  }
}
#spinner {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 32px;
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.lds-spinner {
  position: relative;
}
.lds-spinner div {
  left: 95px;
  top: 46px;
  position: absolute;
  -webkit-animation: lds-spinner linear 1s infinite;
  animation: lds-spinner linear 1s infinite;
  background: #ccc;
  width: 10px;
  height: 28px;
  border-radius: 26%;
  -webkit-transform-origin: 5px 54px;
  transform-origin: 5px 54px;
}
.lds-spinner div:nth-child(1) {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-animation-delay: -0.916666666666667s;
  animation-delay: -0.916666666666667s;
}
.lds-spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: -0.833333333333333s;
  animation-delay: -0.833333333333333s;
}
.lds-spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}
.lds-spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -0.666666666666667s;
  animation-delay: -0.666666666666667s;
}
.lds-spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -0.583333333333333s;
  animation-delay: -0.583333333333333s;
}
.lds-spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.416666666666667s;
  animation-delay: -0.416666666666667s;
}
.lds-spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: -0.333333333333333s;
  animation-delay: -0.333333333333333s;
}
.lds-spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}
.lds-spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.166666666666667s;
  animation-delay: -0.166666666666667s;
}
.lds-spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: -83.333333333333ms;
  animation-delay: -83.333333333333ms;
}
.lds-spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.lds-spinner {
  width: 64px !important;
  height: 64px !important;
  -webkit-transform: translate(-32px, -32px) scale(0.32) translate(32px, 32px);
  transform: translate(-32px, -32px) scale(0.32) translate(32px, 32px);
}
#steppers {
  width: 52px;
  height: 52px;
  position: absolute;
  bottom: 8px;
  right: 9px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  #steppers {
    right: 33px;
    bottom: 36px;
  }
}
#steppers .step {
  cursor: pointer;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  height: calc(50% - 1px);
  color: #fff;
}
#steppers .step-u {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 52px;
  height: 52px;
}
#steppers .step-d {
  border-radius: 0 0 12px 12px;
  -moz-border-radius: 0 0 12px 12px;
  -webkit-border-radius: 0 0 12px 12px;
}
#steppers #stepDivider {
  width: 100%;
  height: 1px;
}
#steppers .chevron {
  position: absolute;
}
#steppers .up {
  top: 11px;
  left: 29px;
}
#steppers .down {
  top: 75px;
  left: 20px;
}
#steppers .chevron.up:before {
  right: 9px;
  transform: rotate(-45deg);
}
#steppers .chevron.down:before {
  left: 2px;
  transform: rotate(135deg);
}
body,
html {
  margin: 0;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
}
.hidden {
  display: none;
}
body {
  position: relative;
  background: rgba(0, 0, 0, 0.8);
  padding: 0;
}
h1,
h2,
h3,
h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #fff;
}
h1 {
  color: #cf3030;
  font-size: 70px;
  line-height: 1.07;
  margin: 0 0 8px;
  text-align: center;
  text-shadow: 0 0 rgba(0, 0, 0, 0.4);
}
@media (max-width: 374px) {
  h1 {
    font-size: 28px;
    line-height: 30px;
  }
}
@media (max-width: 767px) and (min-width: 375px) {
  h1 {
    font-size: 36px;
    line-height: 38px;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 64px;
    line-height: 71px;
  }
}
h2 {
  font-size: 28px;
  margin: 0;
  text-align: center;
}
@media (max-width: 374px) {
  h2 {
    font-size: 12px;
    padding: 0 20px 0 20px;
  }
}
@media (max-width: 767px) and (min-width: 375px) {
  h2 {
    font-size: 14px;
    margin: 0;
    padding: 0 20px 0 20px;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 22px;
    margin: 0;
  }
}
.bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8)
    url(https://bloggar.aftonbladet.se/dbimages/files/2018/04/Startbildpostit.jpg)
    no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.4;
  position: absolute;
  opacity: 1;
  z-index: 999;
}
.bg div {
  width: 100%;
  height: 100%;
}
.intro {
  width: 100%;
  height: 200px;
  position: absolute;
  z-index: 1000;
  position: absolute;
  top: calc(50% - 100px);
}
.intro .buttonWrapper {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
@media (min-width: 768px) {
  .intro .buttonWrapper {
    margin-top: 36px;
  }
}
#video {
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: -1;
}
#video video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}
section {
  display: none;
}
.dimmed {
  background: rgba(0, 0, 0, 0.8);
}
.chevron::before {
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: '';
  display: inline-block;
  height: 10px;
  position: relative;
  top: 12px;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 10px;
}
#header {
  color: #fafafa;
  justify-content: center;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.6);
}
@media (min-width: 376px) {
  #header {
    height: 100px;
  }
}
#header .arr {
  margin-top: 1px;
  width: 24px;
  height: 40px;
  position: absolute;
  cursor: pointer;
}
@media (min-width: 376px) {
  #header .arr {
    margin-top: 32px;
  }
}
#header .arr-l {
  left: 0;
  padding-left: 16px;
}
#header .arr-r {
  padding-right: 8px;
  right: 0;
}
#header .chevron.right:before {
  right: 0;
  transform: rotate(45deg);
}
#header .chevron.left:before {
  left: 5;
  transform: rotate(-135deg);
}
#header #progressWrap {
  width: calc(100% - 80px);
  margin-left: 40px;
  overflow: hidden;
  position: absolute;
  left: 0;
  height: 40px;
}
@media (min-width: 376px) {
  #header #progressWrap {
    height: 100px;
  }
}
#header #progressWrap #timeline {
  letter-spacing: 0.5px;
  font-family: Lato, Arial, Helvetica, sans-serif;
  height: 40px;
  position: relative;
  text-transform: uppercase;
  width: 2000px;
}
@media (min-width: 376px) {
  #header #progressWrap #timeline {
    height: 100px;
  }
}
#header #progressWrap #timeline .reached {
  background-color: #cf3030 !important;
}
#header #progressWrap #timeline .dot-click {
  position: absolute;
  top: -30px;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
}
@media (min-width: 376px) {
  #header #progressWrap #timeline .dot-click {
    position: absolute;
    top: -30px;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    background-color: transparent;
    border-radius: 50%;
    cursor: pointer;
  }
}
#header #progressWrap #timeline .dot-click:hover + .point > div:nth-child(1) {
  background: #cc7171;
}
#header #progressWrap #timeline .point {
  height: 16px;
  margin-top: -9px;
  margin-left: -8px;
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
  pointer-events: none;
}
@media (min-width: 376px) {
  #header #progressWrap #timeline .point {
    height: auto;
    margin-left: -130px;
  }
}
#header #progressWrap #timeline .point .dot {
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  margin-bottom: -5px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
#header #progressWrap #timeline .point .point-title {
  display: none;
}
@media (min-width: 376px) {
  #header #progressWrap #timeline .point .point-title {
    display: block;
    text-align: center;
    width: 260px;
    font-size: 10px;
    white-space: nowrap;
    color: #fff;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
  }
}
#header #progressWrap #timeline .point .line {
  display: none;
}
@media (min-width: 376px) {
  #header #progressWrap #timeline .point .line {
    display: block;
    background: #fff;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    height: 9px;
    margin: 3px;
    opacity: 0.5;
    width: 2px;
  }
}
@media (min-width: 376px) {
  #header #progressWrap #timeline .point:last-child .point-title {
    width: 240px;
    padding-right: 20px;
  }
}
@media (min-width: 376px) {
  #header #progressWrap #timeline .up :nth-child(1) {
    order: 3;
  }
  #header #progressWrap #timeline .up :nth-child(2) {
    order: 2;
  }
  #header #progressWrap #timeline .up :nth-child(3) {
    order: 1;
  }
  #header #progressWrap #timeline .down :nth-child(1) {
    order: 1;
  }
  #header #progressWrap #timeline .down :nth-child(2) {
    order: 2;
  }
  #header #progressWrap #timeline .down :nth-child(3) {
    order: 3;
  }
  #header #progressWrap #timeline .down {
    margin-top: -9px;
  }
  #header #progressWrap #timeline .down .line {
    margin-top: 9px;
  }
  #header #progressWrap #timeline .up {
    margin-top: -36px;
  }
}
#header #progressWrap #timeline .progress {
  position: absolute;
  width: 2000px;
  height: 3px;
  top: calc(50% - 1.5px);
  background: #fafafa;
}
#header #progressWrap #timeline .red {
  height: 3px;
  width: 0;
  background: #cf3030;
}
