/*
Theme Name: DTSP 2
Theme URI: 
Author: launchagent
Author URI: 56.digital
Description: Theme for death to the stock photo
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 56
Tags:

*/

body {
  font-family: "din-condensed", sans-serif;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-family: "din-condensed", sans-serif;
  text-transform: uppercase;
  text-align: center;
}

h1 {
  font-size: 40px;
  line-height: 45px;
}

h2 {
  font-size: 30px;
  line-height: 35px;
}

h3 {
  font-size: 20px;
  line-height: 25px;
}

p {
  text-transform: none;
  text-align: left;
  font-family: "utopia-std", serif;
  font-size: 15px;
  line-height: 20px;
}

p b,
p strong {
  font-family: "din-condensed", sans-serif;
  font-weight: normal;
  letter-spacing: -0.5px;
}

.button {
  background: #FF3E00;
  color: #ffffff;
  padding: 5px 16px 5px;
  display: inline-block;
  font-size: 15px;
  position: absolute;
  top: 50%;
  right: -34px;
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
}

.button:hover {
  color: #ffffff;
  background: #FF3E00;
}

.button.underline {
  font-family: "din-condensed", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  font-size: 20px;
  position: relative;
  line-height: 27px;
  position: relative;
  /* IE 9 */
  -webkit-transform: rotate(0);
  /* Chrome, Safari, Opera */
  transform: rotate(0);
  top: auto;
  right: auto;
  background-color: #FF3E00;
  color: #fff;
  padding: 7px 23px;
}

.vid-resp {
  padding: 56.5% 0 0 0;
  position: relative;
}

.vid-resp iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.num {
  position: relative;
  display: inline-block;
  margin: 2px;
}

.num:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000000;
  bottom: 0;
  left: 0;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 15px 17px;
  z-index: 99;
}

header.home a.logo img.black {
  display: none;
}

header.home a.logo img.white {
  display: block;
}

header.home a.subscribe.scrollto {
  display: block;
}

header.home a.signin {
  color: #fff;
}

header a.logo img.white {
  display: none;
}

header a.logo img.black {
  display: block;
}

header a.subscribe,
header a.signin {
  width: 60px;
  font-family: "din-condensed", sans-serif;
  font-size: 15px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

header a.subscribe {
  color: #FF3E00;
}

header a.subscribe.scrollto {
  display: none;
}

header a.subscribe.link {
  display: block;
}

header a.signin {
  color: #000;
  text-align: right;
}

header a.signin.premium {
  width: 110px;
}

.hero {
  background: #000;
  overflow: auto;
}

.hero .left {
  text-align: center;
  padding: 120px 0 56px;
}

.hero .left h1 {
  color: #ffffff;
  max-width: 300px;
  margin: 0 auto 40px;
}

.hero .left .arrow {
  display: none;
}

.hero .right {
  position: relative;
  height: 232px;
}

.hero .right .grid-animation .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero .right .grid-animation .slide .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.hero .right .grid-animation .slide .row.bottom {
  display: none;
}

.hero .right .grid-animation .slide .row .img-tl,
.hero .right .grid-animation .slide .row .img-br {
  width: 50%;
  height: 100%;
}

.hero .right .grid-animation .slide .row .img-tl .image,
.hero .right .grid-animation .slide .row .img-br .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.hero .right .grid-animation .slide .row .vid-tr,
.hero .right .grid-animation .slide .row .vid-bl {
  width: 50%;
  padding: 20px;
}

.hero .right .grid-animation .slide .row .img-tl .vid-resp,
.hero .right .grid-animation .slide .row .img-tl .image,
.hero .right .grid-animation .slide .row .vid-tr .vid-resp,
.hero .right .grid-animation .slide .row .vid-tr .image,
.hero .right .grid-animation .slide .row .img-br .vid-resp,
.hero .right .grid-animation .slide .row .img-br .image,
.hero .right .grid-animation .slide .row .vid-bl .vid-resp,
.hero .right .grid-animation .slide .row .vid-bl .image {
  -webkit-transition: opacity 0.8s ease-out;
  transition: opacity 0.8s ease-out;
  opacity: 0;
  will-change: opacity;
}

.hero .right .grid-animation .slide .row .img-tl.active .vid-resp,
.hero .right .grid-animation .slide .row .img-tl.active .image,
.hero .right .grid-animation .slide .row .vid-tr.active .vid-resp,
.hero .right .grid-animation .slide .row .vid-tr.active .image,
.hero .right .grid-animation .slide .row .img-br.active .vid-resp,
.hero .right .grid-animation .slide .row .img-br.active .image,
.hero .right .grid-animation .slide .row .vid-bl.active .vid-resp,
.hero .right .grid-animation .slide .row .vid-bl.active .image {
  opacity: 1;
}

.intro .left {
  padding: 60px 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #000000;
}

.intro .left img {
  max-height: 169px;
}

.intro .right {
  background: #DEE5E7;
  padding: 60px 0;
  text-align: center;
}

.intro .right h3 {
  max-width: 246px;
  margin: 0 auto;
}

.intro .right .arrow {
  margin-top: 42px;
}

.benefit-1 .left {
  background: #DEE5E7;
  position: relative;
  height: 400px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
  padding: 50px 0;
}

.benefit-1 .left .carousel-wrap {
  height: 0;
  position: relative;
  padding: 50.85% 0 0 0;
  width: 100%;
  max-height: 80%;
}

.benefit-1 .left .carousel-wrap .carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: -40%;
  will-change: transform;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.benefit-1 .left .carousel-wrap .carousel.sliding {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.benefit-1 .left .carousel-wrap .carousel .slide {
  opacity: 1;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.benefit-1 .left .carousel-wrap .carousel .slide.active {
  opacity: 1;
}

.benefit-1 .left .carousel-wrap .carousel .slide .frame {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  height: 100%;
  border: 1px solid #FF3E00;
}

.benefit-1 .left .carousel-wrap .carousel .slide .frame .image {
  background-size: cover;
  background-size: cover;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
}

.benefit-1 .left .carousel-wrap .carousel .slide .frame .stamp {
  z-index: 2;
  width: 28%;
  max-width: 70px;
  position: relative;
  opacity: 0;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  position: absolute;
  will-change: transform, opacity;
}

.benefit-1 .left .carousel-wrap .carousel .slide .frame .stamp.active {
  -webkit-animation: stamp 0.13s ease-in forwards 0.4s;
  animation: stamp 0.13s ease-in forwards 0.4s;
}

@-webkit-keyframes stamp {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  66% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes stamp {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  66% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.benefit-1 .left .carousel-wrap .carousel .slide .image-info {
  border: 1px solid #FF3E00;
  border-top-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.benefit-1 .left .carousel-wrap .carousel .slide .image-info h3,
.benefit-1 .left .carousel-wrap .carousel .slide .image-info p {
  color: #FF3E00;
  font-family: "din-condensed", sans-serif;
  text-transform: uppercase;
  margin: 0;
  font-size: 17px;
  line-height: 20px;
}

.benefit-1 .right {
  background: #DEE5E7;
  text-align: center;
  position: relative;
}

.benefit-1 .right .num h1 {
  margin: 2px;
}

.benefit-1 .right h1 {
  margin: 60px auto 50px;
}

.benefit-1 .right p {
  padding: 0 40px;
  margin: 0;
}

.benefit-1 .right .button {
  top: 61%;
}

.benefit-2 {
  background: #BAC0B1;
  padding-bottom: 60px;
}

.benefit-2 .left {
  text-align: center;
  padding: 60px 0;
  position: relative;
}

.benefit-2 .left h1 {
  margin: 60px auto 50px;
  padding: 0 10px;
}

.benefit-2 .left .num h1 {
  margin: 2px;
}

.benefit-2 .left p {
  padding: 0 40px;
  margin: 0;
}

.benefit-2 .left .button {
  top: 66%;
}

.benefit-2 .right {
  position: relative;
  height: 484px;
  overflow: hidden;
}

.benefit-2 .right .timer {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  border-radius: 50%;
  border: 1px solid #FF3E00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.benefit-2 .right .timer:after {
  content: '';
  position: absolute;
  top: -6px;
  left: -6px;
  width: 110px;
  height: 110px;
  border: 1px solid #FF3E00;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.benefit-2 .right .timer .chart {
  position: absolute;
  top: -5px;
  padding: 0;
  margin: 0;
  left: -5px;
}

.benefit-2 .right .timer .chart svg {
  position: absolute;
  top: 0;
  left: 0;
}

.benefit-2 .right .timer .chart svg .outer {
  stroke: #FF3E00;
  stroke-width: 5;
  stroke-dasharray: 327;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  fill: transparent;
  stroke-dashoffset: 981;
  -webkit-animation: timer 4s infinite linear;
  animation: timer 4s infinite linear;
  will-change: stroke-dashoffset;
}

.benefit-2 .right .timer p {
  color: #FF3E00;
  font-family: "din-condensed", sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  line-height: 20px;
  font-size: 18px;
  width: 100px;
}

.benefit-2 .right .grid-animation .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.benefit-2 .right .grid-animation .slide .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50%;
}

.benefit-2 .right .grid-animation .slide .row .frame {
  width: 46%;
  height: 100%;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.benefit-2 .right .grid-animation .slide .row .frame .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
}

.benefit-2 .right .grid-animation .slide .row .img-tr,
.benefit-2 .right .grid-animation .slide .row .img-bl {
  padding: 14px;
  height: 100%;
}

.benefit-2 .right .grid-animation .slide .row .img-tr .image,
.benefit-2 .right .grid-animation .slide .row .img-bl .image {
  height: 0;
  padding-bottom: 60%;
  top: 50%;
  margin-top: -30%;
}

.benefit-2 .right .grid-animation .slide .row .img-tl .image {
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transform: translate(-20px, -20px);
  transform: translate(-20px, -20px);
  top: 0;
  left: 0;
}

.benefit-2 .right .grid-animation .slide .row .img-tr {
  margin-left: 8%;
}

.benefit-2 .right .grid-animation .slide .row .img-tr .image {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
  -webkit-transform: translate(20px, -20px);
  transform: translate(20px, -20px);
  top: 50%;
  right: 0;
}

.benefit-2 .right .grid-animation .slide .row .img-bl {
  margin-right: 8%;
}

.benefit-2 .right .grid-animation .slide .row .img-bl .image {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
  -webkit-transform: translate(-20px, 20px);
  transform: translate(-20px, 20px);
  top: 50%;
  left: 0;
}

.benefit-2 .right .grid-animation .slide .row .img-br .image {
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
  -webkit-transform: translate(20px, 20px);
  transform: translate(20px, 20px);
  bottom: 0;
  right: 0;
}

.benefit-2 .right .grid-animation .slide.active .row .frame.img-tl .image {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.benefit-2 .right .grid-animation .slide.active .row .frame.img-tr .image {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.benefit-2 .right .grid-animation .slide.active .row .frame.img-bl .image {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.benefit-2 .right .grid-animation .slide.active .row .frame.img-br .image {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.benefit-2 .right .grid-animation .slide.active .row .frame .image {
  opacity: 1;
}

.benefit-3 {
  background: #C7C2D2;
}

.benefit-3 .left {
  padding: 20px 20px 60px;
  text-align: center;
}

.benefit-3 .left .scrolling-animation {
  width: 100%;
  max-width: 541px;
}

.benefit-3 .left .scrolling-animation .search-box {
  max-width: 260px;
  width: 100%;
  margin: 0 auto;
  background-image: url("assets/images/animation-search-box.svg");
  background-repeat: no-repeat;
  margin-bottom: 60px;
}

.benefit-3 .left .scrolling-animation .search-box .text {
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  position: relative;
}

.benefit-3 .left .scrolling-animation .search-box .text .inner {
  color: #FF3E00;
  font-size: 20px;
  text-align: left;
  width: auto;
  padding: 11px 15px;
  position: relative;
  display: inline-block;
}

.benefit-3 .left .scrolling-animation .search-box .text .inner span {
  border-right: .05em solid;
  -webkit-animation: caret 1s steps(1) infinite;
  animation: caret 1s steps(1) infinite;
  padding-left: 1px;
}

@-webkit-keyframes caret {
  50% {
    border-color: transparent;
  }
}

@keyframes caret {
  50% {
    border-color: transparent;
  }
}

.benefit-3 .left .scrolling-animation .laptop {
  background-image: url("assets/images/animation-latop-overlay.svg");
  width: 100%;
  padding-bottom: 56%;
  background-size: 100%;
  position: relative;
  background-repeat: no-repeat;
}

.benefit-3 .left .scrolling-animation .laptop .inner {
  width: 63%;
  position: absolute;
  height: 74.5%;
  overflow: hidden;
  top: 10.5%;
  left: 16%;
}

.benefit-3 .left .scrolling-animation .laptop .inner .grid {
  width: 100%;
  padding-top: 3.4%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: transform 4.2s ease;
  -webkit-transition: -webkit-transform 4.2s ease;
  transition: -webkit-transform 4.2s ease;
  transition: transform 4.2s ease;
  transition: transform 4.2s ease, -webkit-transform 4.2s ease;
}

.benefit-3 .left .scrolling-animation .laptop .inner .grid.visible {
  opacity: 1;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
}

.benefit-3 .left .scrolling-animation .laptop .inner .grid img {
  width: 100%;
}

.benefit-3 .right {
  text-align: center;
  padding: 60px 0;
  position: relative;
}

.benefit-3 .right h1 {
  margin: 60px 0 50px;
}

.benefit-3 .right .num h1 {
  margin: 2px;
}

.benefit-3 .right p {
  padding: 0 40px;
  margin: 0;
}

.benefit-3 .right .button {
  top: 71%;
}

.benefit-4 {
  background: #E7DEE3;
}

.benefit-4 .left {
  text-align: center;
  padding: 60px 0;
  position: relative;
}

.benefit-4 .left h1 {
  margin: 60px 0 50px;
}

.benefit-4 .left .num h1 {
  margin: 2px;
}

.benefit-4 .left p {
  padding: 0 40px;
  margin: 0;
}

.benefit-4 .left .button {
  top: 68%;
}

.benefit-4 .right {
  padding-bottom: 60px;
}

.benefit-4 .right .video-embed {
  width: 100%;
  max-height: 80%;
}

.hiw {
  background: #000;
}

.hiw .row {
  padding: 60px 30px 0;
  text-align: center;
}

.hiw .row h2 {
  color: #ffffff;
  margin-bottom: 60px;
}

.hiw .row .col-3 .image-wrap img {
  margin: 50px 0;
}

.hiw .row .col-3 p {
  color: #ffffff;
  font-family: "din-condensed", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 50px;
  display: inline-block;
}

.hiw .row .col-3 p b,
.hiw .row .col-3 p strong {
  color: #FF3E00;
  letter-spacing: 0;
}

.options {
  background: #BED1D6;
  position: relative;
  overflow: auto;
}

.options .signup-anchor {
  position: absolute;
  width: 100%;
  left: 0;
  top: 1px;
}

.options h1 {
  padding: 50px 0;
}

.options .left,
.options .right {
  text-align: center;
  padding: 0 40px;
  position: relative;
}

.options .left .image-wrap img,
.options .right .image-wrap img {
  margin-bottom: 30px;
}

.options .left p,
.options .right p {
  margin-bottom: 0;
}

.options .left .price-wrap,
.options .right .price-wrap {
  margin: 35px auto 0;
  display: block;
  max-width: 240px;
  overflow: auto;
}

.options .left .price-wrap .val,
.options .right .price-wrap .val {
  font-size: 50px;
  width: 30%;
  float: left;
}

.options .left .price-wrap .sub,
.options .right .price-wrap .sub {
  width: 70%;
  float: left;
  text-align: left;
  font-size: 16px;
  line-height: 19px;
  padding-top: 10px;
}

.options .left .button,
.options .right .button {
  margin-top: 30px;
  margin-bottom: 60px;
}

.options .refund-copy {
  width: 100%;
  max-width: 280px;
  margin: 0 auto 48px;
}

.options .refund-copy p {
  text-align: center;
  font-family: "din-condensed", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
}

.package-basics {
  display: none;
  background: #BAC0B1;
  clear: both;
  padding: 70px 0;
}

.package-basics .row {
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.package-basics .row .left,
.package-basics .row .right {
  height: auto;
  display: block;
  float: none;
}

.package-basics .row .left h1 {
  max-width: 400px;
  margin: 0 auto;
}

.package-basics .row .right ul.package-list {
  list-style: none;
  margin: 8px auto 16px;
  width: 100%;
  max-width: 369px;
}

.package-basics .row .right ul.package-list li {
  font-size: 30px;
}

.package-basics .row .right ul.package-list li:before {
  content: '+';
  color: #FF3E00;
  font-family: "din-2014", helvetica, sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 10px;
  vertical-align: top;
  margin-top: 13px;
  display: inline-block;
}

.license {
  display: none;
  background: #CED4C5;
  clear: both;
  padding: 63px 0;
}

.license .row {
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.license .row .left,
.license .row .right {
  height: auto;
  display: block;
  float: none;
}

.license .row .left {
  padding: 20px 0 0;
}

.license .row .left h1 {
  max-width: 400px;
  margin: 0 auto;
}

.license .row .left h1 p a {
  color: #FF3E00;
}

.license .row .right p {
  max-width: 369px;
  margin: 0 auto 18px;
}

.rel .left {
  background: #000;
}

.rel .left .top {
  padding: 50px 0;
}

.rel .left .top h1 {
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
}

.rel .left .top .people-like-us {
  overflow: hidden;
  width: 100%;
}

.rel .left .top .people-like-us .tweet-row {
  width: 210%;
  overflow: auto;
}

.rel .left .top .people-like-us .tweet-row.scroll-left {
  margin-bottom: 40px;
  will-change: margin-left;
}

.rel .left .top .people-like-us .tweet-row.scroll-right {
  margin-left: -110%;
  will-change: margin-left;
}

.rel .left .top .people-like-us .tweet-row .tweet {
  float: left;
  width: 33.3333333%;
  padding: 0 10px;
  will-change: opacity;
}

.rel .left .top .people-like-us .tweet-row .tweet.active {
  opacity: 1;
}

.rel .left .top .people-like-us .tweet-row .tweet.pending {
  opacity: 0.5;
}

.rel .left .top .people-like-us .tweet-row .tweet.inactive {
  opacity: 0;
}

.rel .left .top .people-like-us .tweet-row .tweet .inner {
  width: 100%;
  text-align: center;
}

.rel .left .top .people-like-us .tweet-row .tweet .inner img {
  width: 100%;
  height: auto;
  max-width: 369px;
}

.rel .left .top .people-like-us .tweet-row .hidden {
  display: none;
}

.rel .left .bottom h1 {
  color: #ffffff;
  margin-bottom: 60px;
}

.rel .left .bottom .teams-logo-grid {
  overflow: auto;
  margin-bottom: 60px;
  display: inline-block;
  padding: 0 30px;
}

.rel .left .bottom .teams-logo-grid img {
  max-width: 430px;
  width: 100%;
}

.rel .right .top {
  background: #C7C2D2;
  padding: 60px 30px;
  text-align: center;
}

.rel .right .top h1 {
  margin-bottom: 50px;
}

.rel .right .top p {
  display: inline-block;
  font-family: "din-condensed", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 60px;
  max-width: 300px;
}

.rel .right .top p b,
.rel .right .top p strong {
  color: #FF3E00;
}

.rel .right .top .button {
  cursor: pointer;
}

.rel .right .bottom {
  background: #E2DAE8;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 20px 0 50px;
}

.rel .right .bottom h1 {
  padding: 0 20px;
  margin: 20px auto 40px;
}

.rel .right .bottom .faq-grid {
  overflow: visible;
  max-width: 1100px;
  width: 188%;
}

.rel .right .bottom .faq-grid .inner {
  width: 100%;
  overflow: auto;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
  margin-left: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  will-change: transform;
}

.rel .right .bottom .faq-grid .inner.active {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.rel .right .bottom .faq-grid .inner.active .answers li.active {
  z-index: 2;
}

.rel .right .bottom .faq-grid .inner.active .answers li p a {
  color: #FF3E00;
}

.rel .right .bottom .faq-grid .inner.active .answers .back {
  opacity: 1;
  z-index: 3;
}

.rel .right .bottom .faq-grid .inner ul {
  list-style: none;
  width: 50%;
  margin: 0;
  float: left;
  text-align: left;
  padding: 0 20px;
}

.rel .right .bottom .faq-grid .inner ul li {
  font-family: "utopia-std", serif;
  font-size: 15px;
  text-transform: none;
  line-height: 21px;
  padding: 16px 15px;
  border: 1px solid #FF3E00;
}

.rel .right .bottom .faq-grid .inner ul.questions li {
  border-bottom-width: 0;
  cursor: pointer;
  background-position: center right 10px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

.rel .right .bottom .faq-grid .inner ul.questions li:last-child {
  border-bottom-width: 1px;
}

.rel .right .bottom .faq-grid .inner ul.questions li.active {
  background-image: url("assets/images/faq-arrow.svg");
}

.rel .right .bottom .faq-grid .inner ul.answers {
  position: relative;
}

.rel .right .bottom .faq-grid .inner ul.answers li {
  position: absolute;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 20px;
  padding: 20px 20px 20px 55px;
  width: calc(100% - 40px);
  overflow: auto;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.rel .right .bottom .faq-grid .inner ul.answers li.active {
  opacity: 1;
}

.rel .right .bottom .faq-grid .inner ul.answers .back {
  background-image: url("assets/images/faq-arrow.svg");
  width: 60px;
  height: 56px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  background-size: 13px;
  top: 0;
  left: 20px;
  opacity: 0;
  cursor: pointer;
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.final .left {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #000000;
}

.final .left .vid-resp {
  padding-top: 90%;
  width: 160%;
  margin-left: -30%;
  margin-top: -2px;
  margin-bottom: -2px;
}

.final .left img {
  position: absolute;
  width: 190px;
  top: 50%;
  left: 50%;
  margin-left: -95px;
  margin-top: -86px;
}

.final .right {
  background: #000000;
  text-align: center;
  padding: 60px 30px;
}

.final .right h3 {
  color: #ffffff;
  margin: 0 auto 60px;
  max-width: 300px;
}

.final .right .button {
  padding-bottom: 8px;
}

.email {
  clear: both;
  background-image: url("assets/images/email-signup-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 0 30px;
}

.email .row {
  padding: 60px 0;
  z-index: 2;
  position: relative;
}

.email .row h2 {
  color: #ffffff;
  margin-bottom: 30px;
}

.email .row p {
  color: #ffffff;
  max-width: 412px;
  margin: 0 auto 50px;
}

.email .row p.subtext {
  max-width: 260px;
  margin: 0 auto;
  text-align: center;
}

.email .row p b {
  text-transform: uppercase;
}

.email .row form {
  max-width: 494px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.email .row form input[type="email"] {
  background-color: rgba(255, 62, 0, 0.6);
  color: #ffffff;
  font-family: "din-condensed", sans-serif;
  font-size: 20px;
  text-align: left;
  font-style: normal;
  padding: 12px 20px;
  width: 100%;
  margin-bottom: 20px;
  text-transform: uppercase;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.email .row form input[type="email"]::-webkit-input-placeholder {
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.email .row form input[type="email"]:-ms-input-placeholder {
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.email .row form input[type="email"]::-ms-input-placeholder {
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.email .row form input[type="email"]::placeholder {
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.email .row form input[type="email"]:focus {
  background-color: rgba(255, 62, 0, 0.5);
}

.email .row form input[type="email"]:focus::-webkit-input-placeholder {
  opacity: 0.5;
}

.email .row form input[type="email"]:focus:-ms-input-placeholder {
  opacity: 0.5;
}

.email .row form input[type="email"]:focus::-ms-input-placeholder {
  opacity: 0.5;
}

.email .row form input[type="email"]:focus::placeholder {
  opacity: 0.5;
}

.email .row form .button {
  text-transform: uppercase;
  font-family: "din-condensed", sans-serif;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 46px;
  cursor: pointer;
}

.email .background-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1;
}

footer {
  background-color: #f5f4f1;
  padding: 15px 20px;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .fl-left.col {
  width: 180px;
}

footer .fl-left ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .fl-left ul li {
  padding: 4px 0;
}

footer .fl-left ul li a {
  font-size: 16px;
  font-family: "din-condensed", sans-serif;
  color: #FF3E00;
  text-transform: uppercase;
  margin: 0;
  line-height: normal;
}

footer .fl-right a.logo {
  width: 100%;
  padding: 0 8px;
  text-align: center;
  display: block;
}

footer .fl-right a.logo img {
  width: 120px;
  display: inline-block;
}

footer .fl-right .social {
  line-height: 0;
  text-align: center;
}

footer .fl-right .social a {
  width: 20px;
  display: inline-block;
  margin: 10px 2px 0;
}

footer .fl-right .social a svg {
  fill: #000;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.page {
  padding: 0 40px;
}

.page a.back {
  color: #FF3E00;
  position: fixed;
  top: 140px;
  left: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.page a.back.fixed {
  top: 40px;
}

.page a.back img {
  margin-right: 12px;
  margin-top: -2px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.page .row {
  padding: 110px 0;
}

.page .row:focus {
  outline: none;
}

.page .row .heading {
  margin-bottom: 60px;
  text-align: center;
}

.page .row .heading p {
  text-align: center;
}

.page .row .heading p a {
  color: #FF3E00;
}

.page .row p b {
  font-family: "utopia-std", serif;
  font-weight: bold;
  letter-spacing: normal;
}

.page .row .link-wrap {
  text-align: center;
  margin-top: 60px;
}

.page .row .link-wrap a.top {
  display: inline-block;
  color: #FF3E00;
  font-size: 20px;
  position: relative;
}

.page .row .link-wrap a.top:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #FF3E00;
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.mailchimp .button {
  position: relative;
  /* IE 9 */
  -webkit-transform: rotate(0);
  /* Chrome, Safari, Opera */
  transform: rotate(0);
  display: inline-block;
  float: none;
  right: auto;
  top: auto;
  font-size: 18px;
  padding: 10px 26px;
  border: none;
}

.mailchimp .hero {
  background-color: #f5f4f1;
}

.mailchimp .hero .row {
  padding: 100px 0 50px;
}

.mailchimp .hero .row h2,
.mailchimp .hero .row h3 {
  padding: 0 20px;
}

.mailchimp .hero .row .benefit-2 {
  background-color: transparent;
  margin-top: 60px;
}

.mailchimp .hero .row .benefit-2 .right .grid-animation {
  max-width: 100%;
  max-height: 100%;
}

.mailchimp .hero .row .benefit-2 .right .grid-animation .slide .row {
  padding: 0;
}

.mailchimp .hero .row .benefit-2 .right .grid-animation .slide .row.bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mailchimp .hero .row .benefit-2 .right .timer p {
  width: 90px;
}

.mailchimp .hero .row .email-signup {
  padding: 50px 20px;
}

.mailchimp .hero .row .email-signup p {
  text-align: center;
  margin-bottom: 20px;
}

.mailchimp .hero .row .email-signup form {
  text-align: center;
}

.mailchimp .hero .row .email-signup form input {
  width: 100%;
  font-family: "din-condensed", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: #FF3E00;
  letter-spacing: 0.3px;
  background-color: transparent;
  border-bottom: 1px solid #FF3E00;
  padding: 8px 15px;
}

.mailchimp .hero .row .email-signup form input::-webkit-input-placeholder {
  color: #FF3E00;
}

.mailchimp .hero .row .email-signup form input:-ms-input-placeholder {
  color: #FF3E00;
}

.mailchimp .hero .row .email-signup form input::-ms-input-placeholder {
  color: #FF3E00;
}

.mailchimp .hero .row .email-signup form input::placeholder {
  color: #FF3E00;
}

.mailchimp .hero .row .email-signup form .button {
  font-family: "din-condensed", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 20px;
  padding: 10px 15px;
  cursor: pointer;
}

.mailchimp .content {
  overflow: auto;
}

.mailchimp .content .left {
  padding: 40px 30px;
  background-color: #E7DEE3;
  text-align: center;
}

.mailchimp .content .left img {
  margin-top: 20px;
  width: 100%;
}

.mailchimp .content .right {
  text-align: center;
  padding: 40px 30px;
  background-color: #CCADB4;
  text-align: center;
}

.mailchimp .content .right .button {
  margin-top: 40px;
}

.mailchimp .social-share {
  background-color: #DEE5E7;
  padding: 40px 30px;
}

.mailchimp .social-share .row {
  text-align: center;
}

.mailchimp .social-share .row p {
  text-align: center;
  margin-bottom: 30px;
}

.mailchimp .social-share .row .share-links .button {
  width: 160px;
  margin-bottom: 20px;
  padding: 10px;
}

.mailchimp .social-community {
  background: #000000;
  padding: 40px 30px;
}

.mailchimp .social-community .row {
  overflow: auto;
  max-width: 1200px;
  margin: 0 auto;
}

.mailchimp .social-community .row h2 {
  color: #ffffff;
}

.mailchimp .social-community .row .social-links {
  margin-top: 20px;
}

.mailchimp .social-community .row .social-links .link-wrap {
  width: 100%;
  display: block;
  text-align: center;
  padding: 14px;
}

.mailchimp .social-community .row .social-links .link-wrap p {
  color: #ffffff;
  text-align: center;
  max-width: 220px;
  margin: 20px auto;
}

.mailchimp .social-community .row .social-links .link-wrap p a {
  color: #FF3E00;
}

.mailchimp .social-community .row .social-links .link-wrap svg g,
.mailchimp .social-community .row .social-links .link-wrap svg path {
  -webkit-transition: fill 0.1s ease-out;
  transition: fill 0.1s ease-out;
}

.mailchimp .quote .bg {
  background-size: cover;
  background-position: center;
  background-color: #000;
}

.mailchimp .quote .bg .row {
  padding: 40px 20px;
}

.mailchimp .quote .bg .row h1 {
  color: #ffffff;
  margin: 0;
}

@media (min-width: 375px) {
  header a.subscribe,
  header a.signin {
    line-height: 16px;
  }

  .benefit-1 .right p {
    padding: 0 55px;
  }

  .benefit-2 .left p {
    padding: 0 55px;
  }

  .benefit-3 .right p {
    padding: 0 55px;
  }

  .benefit-4 .left p {
    padding: 0 55px;
  }

  .page {
    padding: 0 55px;
  }
}

@media (min-width: 768px) {
  h2 {
    font-size: 35px;
    line-height: 40px;
  }

  h3 {
    font-size: 30px;
    line-height: 35px;
  }

  p b,
  p strong {
    font-size: 16px;
    letter-spacing: -0.1px;
  }

  .left,
  .right {
    width: 50%;
    float: left;
    height: 768px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button,
  .button.underline {
    position: relative;
    top: auto;
    right: auto;
    color: #FF3E00;
    border: 1px solid #FF3E00;
    line-height: 20px;
    /* IE 9 */
    -webkit-transform: rotate(0);
    /* Chrome, Safari, Opera */
    transform: rotate(0);
    background: transparent;
    width: auto;
    height: auto;
    display: inline-block;
    padding: 10px 20px 9px;
    font-size: 18px;
  }

  header {
    display: block;
    padding: 20px;
  }

  header.home a.signin {
    color: #000000;
  }

  header a.logo {
    float: left;
  }

  header a.logo img {
    width: 146px;
  }

  header a.subscribe,
  header a.signin {
    float: right;
    margin-left: 20px;
  }

  header a.subscribe {
    color: #000;
  }

  header a.signin {
    color: #000;
  }

  .hero .left h1 {
    max-width: 300px;
  }

  .hero .left .arrow {
    display: block;
    margin: 112px auto 0;
  }

  .hero .right {
    background-color: #f5f4f1;
    height: 768px;
  }

  .hero .right .grid-animation {
    position: relative;
    height: 100%;
    display: inline-block;
    width: 100%;
  }

  .hero .right .grid-animation .slide .row {
    height: 50%;
  }

  .hero .right .grid-animation .slide .row.bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .hero .right .grid-animation .slide .row .vid-tr,
  .hero .right .grid-animation .slide .row .vid-bl {
    padding: 5%;
  }

  .intro .right h3 {
    max-width: 300px;
  }

  .intro .right .arrow {
    margin-top: 140px;
  }

  .benefit-1 .left {
    height: 768px;
    background: #BED1D6;
    float: left;
    padding: 100px 0;
  }

  .benefit-1 .left .carousel-wrap .carousel .slide {
    padding: 0 20px;
  }

  .benefit-1 .left .carousel-wrap .carousel .slide .image-info {
    padding: 13px 14px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .benefit-1 .right {
    float: right;
  }

  .benefit-1 .right p {
    max-width: 300px;
    padding: 0;
  }

  .benefit-1 .right .button {
    top: auto;
    margin-top: 63px;
  }

  .benefit-2 .left {
    background: #CED4C5;
  }

  .benefit-2 .left h1 {
    padding: 0;
    max-width: 320px;
  }

  .benefit-2 .left p {
    max-width: 300px;
    padding: 0;
  }

  .benefit-2 .left .button {
    top: auto;
    margin-top: 100px;
  }

  .benefit-2 .right {
    background: #BAC0B1;
    height: 768px;
    overflow: auto;
  }

  .benefit-2 .right .grid-animation {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 80%;
    max-height: 80%;
  }

  .benefit-3 .left {
    float: left;
    background: #C7C2D2;
  }

  .benefit-3 .right {
    float: right;
    background: #E2DAE8;
  }

  .benefit-3 .right h1 {
    max-width: 320px;
  }

  .benefit-3 .right p {
    max-width: 300px;
    padding: 0;
  }

  .benefit-3 .right .button {
    top: auto;
    margin-top: 70px;
  }

  .benefit-4 .left {
    background: #E7DEE3;
  }

  .benefit-4 .left p {
    max-width: 300px;
    padding: 0;
  }

  .benefit-4 .left .button {
    top: auto;
    margin-top: 120px;
  }

  .benefit-4 .right {
    background: #CCADB4;
    padding-bottom: 0;
  }

  .benefit-4 .right .video-embed {
    width: 90%;
  }

  .hiw {
    height: 768px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    clear: both;
  }

  .hiw .row {
    overflow: auto;
    padding: 0 30px 0;
    max-width: 1400px;
  }

  .hiw .row h2 {
    margin-bottom: 142px;
  }

  .hiw .row .col-3 {
    width: calc((100% - 100px)/3);
    float: left;
    padding: 0 10px;
  }

  .hiw .row .col-3 .image-wrap {
    height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 70px;
  }

  .hiw .row .col-3 .image-wrap img {
    margin: 0;
  }

  .hiw .row .col-3 p {
    font-size: 30px;
    line-height: 35px;
  }

  .hiw .row .col-3 p b,
  .hiw .row .col-3 p strong {
    font-size: 30px;
    line-height: 35px;
  }

  .hiw .row img.arrow {
    float: left;
    /* IE 9 */
    -webkit-transform: rotate(-90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
    margin-top: 36px;
  }

  .options h1 {
    z-index: 2;
    position: absolute;
    padding: 0;
    width: 380px;
    left: 50%;
    margin-left: -190px;
    top: 73px;
  }

  .options .left,
  .options .right {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .options .left .image-wrap,
  .options .right .image-wrap {
    height: 370px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .options .left .price-wrap,
  .options .right .price-wrap {
    position: absolute;
    bottom: 220px;
  }

  .options .left .button,
  .options .right .button {
    margin-bottom: 0;
    position: absolute;
    bottom: 140px;
  }

  .options .left {
    background: #BED1D6;
  }

  .options .right {
    background: #DEE5E7;
  }

  .options .refund-copy {
    max-width: none;
    margin: 0;
    position: absolute;
    bottom: 45px;
  }

  .package-basics {
    display: block;
  }

  .license {
    display: block;
  }

  .license .row .left h1 p {
    font-family: "din-condensed", sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 40px;
    line-height: 45px;
  }

  .rel .left,
  .rel .right {
    height: 1536px;
  }

  .rel .left .top,
  .rel .left .bottom,
  .rel .right .top,
  .rel .right .bottom {
    width: 100%;
    height: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .rel .left .top {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 80px;
  }

  .rel .left .top h1 {
    margin-bottom: 50px;
  }

  .rel .left .bottom {
    padding: 80px 0 0;
  }

  .rel .left .bottom h1 {
    padding: 0 20px;
    margin: 0 auto 100px;
  }

  .rel .left .bottom .teams-logo-grid {
    margin-bottom: 147px;
    padding: 0 20px;
  }

  .rel .right .top {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 80px;
  }

  .rel .right .top h1 {
    margin-bottom: 110px;
  }

  .rel .right .top p {
    font-size: 30px;
    line-height: 35px;
    max-width: 490px;
    margin-bottom: 180px;
  }

  .rel .right .top p b,
  .rel .right .top p strong {
    font-size: 30px;
    line-height: 35px;
  }

  .rel .right .bottom {
    padding: 80px 0 0;
  }

  .rel .right .bottom h1 {
    margin-bottom: 126px;
    padding: 0;
    margin-top: 0;
  }

  .rel .right .bottom .faq-grid {
    width: 170%;
  }

  .final .left {
    width: 50%;
    float: left;
    height: 568px;
  }

  .final .left img {
    width: 298px;
    margin-left: -149px;
    margin-top: -136px;
  }

  .final .right {
    height: 568px;
  }

  .final .right h3 {
    max-width: 412px;
  }

  .email .row {
    padding: 104px 0 121px;
  }

  .email .row h2 {
    margin-bottom: 46px;
  }

  .email .row p {
    margin-bottom: 75px;
  }

  .email .row form input[type="email"] {
    margin-bottom: 75px;
  }

  footer {
    padding: 30px;
  }

  footer .fl-left.col {
    padding: 0 25px;
  }

  footer .fl-left ul li {
    padding: 7px 0;
  }

  footer .fl-left ul li a {
    font-size: 20px;
  }

  footer .fl-right a.logo img {
    width: 146px;
  }

  .page .row {
    max-width: 600px;
    margin: 0 auto;
    padding-top: 130px;
  }

  .page .row .heading h1 {
    font-size: 40px;
    margin-bottom: 0;
  }

  .mailchimp .button {
    background: #FF3E00;
    color: #ffffff;
  }

  .mailchimp .hero .row {
    padding: 140px 0 77px;
  }

  .mailchimp .hero .row h2 {
    max-width: 700px;
    margin: 0 auto;
  }

  .mailchimp .hero .row h3 {
    max-width: 540px;
    margin: 0 auto;
    margin-top: 65px;
  }

  .mailchimp .hero .row .benefit-2 {
    margin-top: 80px;
    margin-bottom: 20px;
  }

  .mailchimp .hero .row .benefit-2 .right {
    margin: 0 auto;
    float: none;
    background: transparent;
    width: 450px;
    height: 540px;
    overflow: hidden;
  }

  .mailchimp .hero .row .email-signup form input {
    max-width: 310px;
    display: inline-block;
    margin-right: 23px;
  }

  .mailchimp .content .left,
  .mailchimp .content .right {
    height: 407px;
  }

  .mailchimp .content .left img {
    max-width: 510px;
  }

  .mailchimp .content .right h3 {
    max-width: 430px;
    margin: 0 auto;
  }

  .mailchimp .social-share {
    padding: 74px 30px 80px;
  }

  .mailchimp .social-share .row p {
    max-width: 446px;
    margin: 26px auto 0;
  }

  .mailchimp .social-share .row .share-links {
    margin-top: 36px;
  }

  .mailchimp .social-share .row .share-links .button {
    margin: 0 40px;
  }

  .mailchimp .social-community {
    padding: 74px 30px 75px;
  }

  .mailchimp .social-community .row .social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 72px;
  }

  .mailchimp .quote .bg .row {
    padding: 120px 20px;
  }

  .mailchimp .quote .bg .row h1 {
    max-width: 680px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .button,
  .button.underline {
    -webkit-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    -webkit-transition: box-shadow 0.3s ease-out;
    -webkit-transition: -webkit-box-shadow 0.3s ease-out;
    transition: -webkit-box-shadow 0.3s ease-out;
    transition: box-shadow 0.3s ease-out;
    transition: box-shadow 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
  }

  .button:hover,
  .button.underline:hover {
    background: #FF3E00;
    color: #000000;
  }

  .button:focus,
  .button.underline:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0 5px rgba(255, 62, 0, 0.2);
    box-shadow: 0 0 0 5px rgba(255, 62, 0, 0.2);
  }
}

@media (min-width: 1200px) {
  h1 {
    font-size: 50px;
    line-height: 55px;
  }

  h2 {
    font-size: 40px;
    line-height: 45px;
  }

  header {
    padding: 40px;
  }

  header a.subscribe,
  header a.signin {
    margin-left: 40px;
  }

  header a.subscribe {
    -webkit-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
  }

  header a.subscribe:hover {
    color: #FF3E00;
  }

  header a.signin {
    -webkit-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
  }

  header a.signin:hover {
    color: #FF3E00;
  }

  header a {
    -webkit-transition: box-shadow 0.2s ease-out;
    -webkit-transition: -webkit-box-shadow 0.2s ease-out;
    transition: -webkit-box-shadow 0.2s ease-out;
    transition: box-shadow 0.2s ease-out;
    transition: box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
    border-radius: 3px;
  }

  header a:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0 2px rgba(255, 62, 0, 0.4);
    box-shadow: 0 0 0 2px rgba(255, 62, 0, 0.4);
  }

  .hero .left h1 {
    max-width: 450px;
  }

  .hero .left .button:focus {
    -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2);
  }

  .intro .left img {
    max-height: 70%;
    max-width: 70%;
  }

  .intro .right h3 {
    max-width: 412px;
  }

  .benefit-1 .right p {
    max-width: 369px;
  }

  .benefit-1 .right .button:hover {
    color: #DEE5E7;
  }

  .benefit-2 {
    padding-bottom: 0;
  }

  .benefit-2 .left h1 {
    max-width: none;
  }

  .benefit-2 .left p {
    max-width: 369px;
  }

  .benefit-2 .left .button:hover {
    color: #CED4C5;
  }

  .benefit-3 .right h1 {
    max-width: none;
  }

  .benefit-3 .right p {
    max-width: 369px;
  }

  .benefit-3 .right .button {
    margin-top: 120px;
  }

  .benefit-3 .right .button:hover {
    color: #E2DAE8;
  }

  .benefit-4 .left p {
    max-width: 369px;
  }

  .benefit-4 .left .button:hover {
    color: #E7DEE3;
  }

  .options .left .image-wrap img,
  .options .right .image-wrap img {
    margin-bottom: 34px;
  }

  .options .left p,
  .options .right p {
    max-width: 369px;
    margin: 0 auto;
  }

  .options .left .button:hover {
    color: #BED1D6;
  }

  .options .right .button:hover {
    color: #DEE5E7;
  }

  .license .row .left h1 p {
    font-size: 50px;
    line-height: 55px;
  }

  .rel .right .top .button:hover {
    color: #C7C2D2;
  }

  .rel .right .bottom .faq-grid .inner.active .questions li {
    cursor: default;
  }

  .rel .right .bottom .faq-grid .inner.active .questions li:hover {
    background-color: transparent;
    color: #000;
  }

  .rel .right .bottom .faq-grid .inner.active .answers .back:hover {
    opacity: 0.7;
  }

  .rel .right .bottom .faq-grid .inner ul.questions li:hover {
    background-color: #FF3E00;
    color: #E2DAE8;
  }

  .final .right .button:hover {
    color: #000000;
  }

  .final .right .button:focus {
    -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2);
  }

  footer .fl-left.col {
    width: 350px;
  }

  footer .fl-left ul li a {
    font-size: 30px;
  }

  footer .fl-left ul li a.premium {
    font-size: 30px;
  }

  footer .fl-right a.logo {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }

  footer .fl-right a.logo:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
  }

  footer .fl-right .social a {
    margin: 10px 4px 0;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }

  footer .fl-right .social a:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
  }

  footer .fl-right .social a:hover svg {
    fill: #FF3E00;
  }

  .page a {
    -webkit-transition: box-shadow 0.2s ease-out;
    -webkit-transition: -webkit-box-shadow 0.2s ease-out;
    transition: -webkit-box-shadow 0.2s ease-out;
    transition: box-shadow 0.2s ease-out;
    transition: box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
    border-radius: 3px;
  }

  .page a:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0 2px rgba(255, 62, 0, 0.4);
    box-shadow: 0 0 0 2px rgba(255, 62, 0, 0.4);
  }

  .page a.back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .page a.back:hover {
    left: 36px;
  }

  .page a.back:hover img {
    margin-right: 16px;
  }

  .page .row .link-wrap a.top:hover:after {
    bottom: -2px;
  }

  .mailchimp .button {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }

  .mailchimp .button:hover {
    color: #ffffff;
    background-color: #000;
  }

  .mailchimp .social-community .row .social-links .link-wrap p a {
    -webkit-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out;
  }

  .mailchimp .social-community .row .social-links .link-wrap p a:hover {
    opacity: 0.85;
  }

  .mailchimp .social-community .row .social-links .link-wrap svg:hover g,
  .mailchimp .social-community .row .social-links .link-wrap svg:hover path {
    fill: #FF3E00;
  }
}

@media (min-width: 2000px) {
  .left,
  .right {
    height: 1200px;
  }

  .hero .right {
    height: 1200px;
  }

  .hero .right .grid-animation .slide .row .vid-tr,
  .hero .right .grid-animation .slide .row .vid-bl {
    padding: 7%;
  }

  .benefit-1 .left {
    height: 1200px;
  }

  .benefit-2 .right {
    height: 1200px;
  }

  .hiw {
    height: 800px;
  }

  .options .left,
  .options .right {
    height: 900px;
  }

  .options .left .image-wrap,
  .options .right .image-wrap {
    height: 420px;
  }

  .final .left {
    height: 800px;
  }

  .final .right {
    height: 800px;
  }

  .email .row {
    padding: 200px 0;
  }
}