/* rows
 * ------------------------------------- */
 .row {
	width: 89%;
	max-width: 1400px;
	margin: 0 auto;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

@media screen and (max-width:600px) {
	.row {
		width: 100%;
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media screen and (max-width:400px) {
	.row {
		padding-left: 22px;
		padding-right: 22px;
	}
}

/* ===================================================================
 * # intro
 *
 * ------------------------------------------------------------------- */
.s-intro {
    width: 100%;
    height: 100vh;
    min-height: 82rem;
    background-color: #000000;
    overflow: hidden;
    position: relative;
  }
  
  .s-intro--static {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /* background-image: url(../images/bg-static-bw.jpg); */
  }
  
  .s-intro--static--alt {
    background-image: url(../assets/images/bg-static-3.jpg);
  }
  
  @media screen and (max-width: 800px) {
    .s-intro--static--alt {
      background-position: right center;
    }
  }
  
  .s-intro--static--alt .fluid-video-wrapper {
    max-width: 800px;
    margin: 20px 0;
  }
  .s-breaking-stories .fluid-video-wrapper {
    max-width: 100%;
    margin: 4rem auto;
  }
  
  .fluid-video-wrapper {
    max-width: 1000px;
    margin: 4rem auto 8rem;
  }
  
  .s-intro--static::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.4;
  }
  
  .s-intro--static::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, black 100%);
    opacity: 0.6;
  }
  
  .s-intro--particles {
    background-color: #010e0f;
  }
  
  .s-intro--particles::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
  }
  
  .video-bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: #000;
    opacity: 0.8;
  }
  
  @media screen and (max-width: 800px) {
    .video-bg {
      display: none;
    }
  
    .s-intro--static {
      background-image: url(../images/bg-static-bw-2.jpg);
    }
  }
  
  /* -------------------------------------------------------------------
 * ## intro content
 * ------------------------------------------------------------------- */
.intro-content {
    z-index: 2;
    height: 100%;
    padding-top: 20vh;
    padding-bottom: 24rem;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  
  /* -------------------------------------------------------------------
   * ## intro content text
   * ------------------------------------------------------------------- */
   .intro-content__text {
    margin-bottom: 40px;
   }

  .intro-content__text h3 {
    display: inline-block;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2rem;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: rgba(255, 255, 255, 0.8);
    padding-left: 0.6rem;
    margin-top: 0;
    margin-bottom: 0.8rem;
    position: relative;
  }
  
  .intro-content__text h3::before {
    content: "";
    display: block;
    width: 7.2rem;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.15);
    position: absolute;
    top: 1rem;
    right: calc(100% + 2.8rem);
  }
  
  .intro-content__text h1 {
    font-family: "Barlow", serif;
    font-weight: 400;
    font-size: 5rem;
    line-height: 1.2;
    color: #ffffff;
    letter-spacing: normal;
    margin-top: 0;
    margin-bottom: 0.8rem;
  }
  
  /* -------------------------------------------------------------------
   * ## intro content bottom
   * ------------------------------------------------------------------- */
  .intro-content__bottom {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
   
  }
  
  .s-intro--static--alt .intro-content__bottom {
    bottom: 9rem;
  }
  
  /*
  .intro-content__bottom #email-modal-trigger {
    margin: 0;
    border: 0;
    color: #fff;
    display: flex;
    align-items: center;
  }
  
  .intro-content__bottom #email-modal-trigger svg {
    position: relative;
    top: -2px;
    right: -6px;
  }
  */

  /* -------------------------------------------------------------------
 * ## intro content notify
 * ------------------------------------------------------------------- */
.intro-content__notify {
    display: flex;
    align-items: center;
    color: #fff;
    font-family: "Barlow";
    margin-right: 20px;
  }
  
  .intro-content__notify .btn {
    z-index: 2;
    font-size: 1.5rem;
    margin: 0;
    height: 5.6rem;
    line-height: 5.4rem;
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    margin-right: 40px;
  }
  
  .intro-content__notify .btn svg {
    fill: #ffffff;
    height: 1.5rem;
    width: 1.5rem;
    margin-left: 0.4rem;
    display: inline-block;
  }
  
  .intro-content__notify .btn::before {
    z-index: -1;
    content: "";
    height: 100%;
    width: 0;
    background-color: #ffffff;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .intro-content__notify .btn:hover {
    color: #000000 !important;
  }
  
  .intro-content__notify .btn.btn-white::before {
    z-index: -1;
    content: "";
    height: 100%;
    width: 0;
    background-color: transparent;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .intro-content__notify .btn:hover svg {
    fill: #000000;
  }
  
  .intro-content__notify .btn:hover::before {
    width: 100%;
  }

  /* -------------------------------------------------------------------
 * ## intro social
 * ------------------------------------------------------------------- */
.intro-social {
    z-index: 2;
    list-style: none;
    font-size: 13px;
    line-height: 1.6rem;
    margin: 0;
    padding-bottom: 9.6rem;
    width: 1.5rem;
    text-align: center;
    position: absolute;
    right: 8rem;
    bottom: 0;
  }
  
  .intro-social a {
    color: rgba(255, 255, 255, 0.6);
  }
  
  .intro-social a:hover,
  .intro-social a:focus,
  .intro-social a:active {
    color: #ffffff;
  }
  
  .intro-social li {
    padding-left: 0;
    margin: 0 0 1.6rem;
  }
  
  .intro-social li:last-child {
    margin-bottom: 0;
  }
  
  .intro-social::before {
    content: "";
    display: block;
    width: 1px;
    height: 7.8rem;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 50%;
    bottom: 0;
  }
  
  /* -------------------------------------------------------------------
   * ## intro scroll
   * ------------------------------------------------------------------- */
  .intro-scroll {
    z-index: 2;
    line-height: 12px;
    position: absolute;
    left: 8rem;
    bottom: 0;
    -webkit-transform: rotate(-90deg) translate3d(0, 100%, 0);
    transform: rotate(-90deg) translate3d(0, 100%, 0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  
  .intro-scroll .scroll-link {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: left;
    color: rgba(255, 255, 255, 0.8);
    padding-left: 9.6rem;
    margin: 0;
    position: relative;
    pointer-events: none;
    text-decoration: none;
  }
  
  .intro-scroll .scroll-link:hover,
  .intro-scroll .scroll-link:focus {
    color: #ffffff;
  }
  
  .intro-scroll::before {
    display: block;
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
    width: 7.8rem;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
  }



  /* ------------------------------------------------------------------- 
 * responsive:
 * intro
 * ------------------------------------------------------------------- */
@media screen and (max-width: 1800px) {
    .intro-content__text h1 {
       font-size: 50px;
    }
  }
  
  @media screen and (max-width: 1700px) {
    .intro-content {
      max-width: 1200px;
    }
  }
  
  @media screen and (max-width: 1600px) {
   
    .intro-content {
      max-width: 1200px;
    }
  
    .intro-content__text h1 {
     font-size: 44px
    }
  }
  
  @media screen and (max-width: 1400px) {
    .intro-content {
      max-width: 900px;
    }
  
    .intro-content__text h1 {
     font-size: 39px;
    }
  }
  
  @media screen and (max-width: 1200px) {
    .intro-content {
      max-width: 800px;
    }
  
    .intro-content__text h1 {
     font-size: 36px;
    }
  
    .intro-content__bottom {
      left: 16px;
    }
  }
  
  @media screen and (max-width: 1100px) {
    .intro-content__text h3::before {
     width: 40px;
    }
  
    .intro-social {
     /* right: 4rem;*/
    }
  
    .intro-scroll {
     /* left: 4rem;*/
    }
  }
  
  @media screen and (max-width: 1024px) {
    .s-intro {
      max-height: 800px;
    }
  
    .intro-content {
      max-width: 600px;
    }
  
    .intro-content__text h1 {
     font-size: 32px;
    }
  
    .intro-content__notify {
     margin-top: 10px;
    }
  
    .intro-content__bottom {
     bottom: 80px;
    }
  }
  
  @media screen and (max-width: 800px) {
    .intro-content {
      max-width: 70vw;
      padding-top: 10px;
    }
  
    .intro-content__text h3::before {
      display: none;
    }
  
    .intro-content__text h1 {
      font-size: 29px;
    }
  
    .intro-content__text br {
      display: none;
    }

  }
  
  @media screen and (max-width: 700px) {
    .intro-content__text h1 {
    font-size: 26px;
    }
  
  }
  
  @media screen and (max-width: 600px) {
    .s-intro {
      max-height: none;
    }
  
    .intro-content {
      max-width: 80vw;
     padding-bottom: 12px;
    }
  
    .intro-content__text h3 {
      font-size: 12px;
    }
  
    .intro-content__text h1 {
       font-size: 23px;
    }
  
    .intro-content__bottom {
      left: 10px;
      display: block;
      position: static;
     margin-top: 9.6px;
    }
  
    .intro-content__notify .btn {
      margin-right: 0;
    }
  
    .intro-content__notify .btn {
      margin-bottom: 10px;
    }
  
    .intro-content__notify {
      flex-direction: column;
      align-items: flex-start;
    }
  }
  
  @media screen and (max-width: 500px) {
    .intro-content {
      max-width: 90vw;
    }
  
    .intro-social,
    .intro-scroll {
      display: none;
    }
  
    .intro-scroll {
      -webkit-transform: rotate(-90deg) translate3d(0, 100%, 0);
      transform: translate3d(100%, 0, 0) rotate(-90deg);
     /*  right: 3.2rem;  */
      left: auto;
    }
  }
  
  @media screen and (max-width: 400px) {
    .intro-content__notify .btn {
      font-size: 13px;
    }
  }
  
  @media screen and (max-width: 350px) {
    .intro-content__text h1 {
     font-size: 20px;
    }
    .intro-content__notify .btn {
     font-size: 11px;
    }
  }


  /* ===================================================================
 * # buttons
 *
 * ------------------------------------------------------------------- */
 .intro-content .btn {
  display: inline-block;
  font-family: "Gothic A1", sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  height: 54px;
  line-height: 54px;
  padding: 0 20px;
  margin: 0 4px 16px 0;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 4px;
  background-color: transparent;
  border: 2px solid #fff; 
}

.intro-content .btn:first-of-type {
    margin-left: 0;
}

.intro-content .btn:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
  outline: 0;
}

.intro-content .btn.breaking {
    background-color: #fff;
    color: #000000 !important;
}

.intro-content .btn.breaking:hover {
    background-color: transparent;
    color: #fff !important;
}




/* -------------------------------------------------------------------
 * ## modal
 * ------------------------------------------------------------------- */
 .modal {
    z-index: 400;
    height: 100%;
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.6;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: visibility 0s linear 0.3s, opacity 0.3s 0s, transform 0.3s;
    overflow-y: auto;
    position: fixed;
    left: 0;
    top: 0;
  }
  
  .modal h3 {
    margin-top: 0;
    color: #000;
  }
  
  .modal svg {
    fill: #000;
    width: 4.8rem;
    height: 4.8rem;
    margin: 0 auto;
  }
  
  .modal.show-modal {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: visibility 0s linear 0s, opacity 0.3s 0s, transform 0.3s;
  }
  
  .modal__inner {
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    padding: 5.6rem 3.2rem 2rem;
    width: 100vw;
    max-width: 42rem;
    border-radius: 0.4rem;
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 50%;
    left: 50%;
  }
  
  .modal__close {
    display: block;
    right: 2rem;
    top: 2rem;
    cursor: pointer;
    width: 12px;
    height: 12px;
    position: absolute;
  }
  
  .modal__close::before,
  .modal__close::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 2px;
    height: 12px;
    top: 0;
    left: 5px;
  }
  
  .modal__close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #000000;
  }
  
  .modal__close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #000000;
  }

  .modal form input {
    margin-bottom: 1px;
  }
  
  .modal form input[type="email"] {
    height: 5.6rem;
    padding: 1.2rem 24px 1.2rem;
  }
  
  .modal form label {
    color: #000000;
    font-family: "Gothic A1", sans-serif;
    font-size: 1.3rem;
    line-height: 1.846;
    padding: 0 2rem;
  }
  
  .modal form label i {
    padding-right: 6px;
  }
  
  .modal form label svg {
    height: 1.3rem !important;
    margin-right: 4px;
  }
  
  form label.error,
  #email-error-msg {
    color: #ad3537;
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 3px;
  }

  form input.error {
    border-color: #ad3537 !important;
  }

  .black-color {
    color: #000000 !important;
  }
  
  .position-relative {
    position: relative;
  }
  
  .mb-3 {
    margin-bottom: 3rem;
  }
  
  .btn,
  input[type="button"] {
  display: inline-block;
  font-family: "Gothic A1", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.6rem;
  height: 6rem;
  line-height: 5.6rem;
  padding: 0 3.2rem;
  margin: 0 0.4rem 1.6rem 0;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 4px;
  background-color: #272727;
  border: 0.2rem solid #272727;
}

.btn:hover,
input[type="button"]:hover,
.btn:focus,
input[type="button"]:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
  outline: 0;
}