html,
body {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: 1;
}
body {
  color: #252525;
  font-family: 'Nunito', sans-serif;
}
[v-cloak] {
  display: none;
}
nav,
header,
content,
main,
footer {
  width: 100%;
}
nav > .container,
header > .container,
content > .container,
main > .container,
footer > .container {
  display: flex;
  flex-flow: row wrap;
  max-width: 1300px;
  min-width: 950px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 650px) {
  nav .container,
  header .container,
  content .container,
  main .container,
  footer .container {
    width: calc(100% - 20px);
    min-width: inherit;
    padding: 10px;
  }
  nav .container.column-wrap,
  header .container.column-wrap,
  content .container.column-wrap,
  main .container.column-wrap,
  footer .container.column-wrap {
    margin-bottom: -10px;
  }
}
a {
  text-decoration: none;
  color: #b30c5f;
  display: inline-block;
  cursor: pointer;
}
.logo {
  background: 50% 50% no-repeat;
  background-size: contain;
  display: block;
}
.logo.white {
  background-image: url('../themes/adstxt/assets/img/adstxt.logo.white.png');
}
.logo.color {
  background-image: url('../themes/adstxt/assets/img/adstxt.logo.color.blue.png');
}
.logo.small {
  width: 200px;
  height: 75px;
}
.logo.absolute {
  position: absolute;
  z-index: 25;
  top: 50px;
  left: calc(50% - 100px);
}
h3 {
  display: block;
  text-align: center;
}
.fade-in-enter,
.fade-in-leave-to {
  opacity: 0;
}
.fade-in-enter-active,
.fade-in-leave-active {
  transition: all 0.5s ease;
}
.slide-enter,
.slide-leave-to {
  opacity: 0;
  transform: translateY(10%);
}
.slide-enter-active,
.slide-leave-active {
  transition: all .25s ease;
}
nav {
  position: relative;
  z-index: 35;
}
nav .container {
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  width: calc(100% - 20px);;
}
@media screen and (max-width: 650px) {
  nav .container {
    flex-flow: column wrap;
  }
}
nav .container ul {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
nav .container ul li {
  display: block;
  margin: 0 10px;
}
nav .container ul li a:not(.btn) {
  display: block;
  color: #fff;
  padding: 10px 15px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 5px;
}
nav .container ul li a:not(.btn):hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}
nav .container ul li a:not(.btn):active {
  transform: translateY(2px);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.07000000000000001);
}
.btn {
  display: inline-block;
  border-radius: 50px;
  text-align: center;
  z-index: 10;
  position: relative;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: #005bea;
}
.btn.btn-small {
  padding: 5px 10px;
  font-size: 12px;
}
.btn.btn-normal {
  padding: 10px 20px;
  font-size: 16px;
}
.btn.btn-large {
  padding: 15px 30px;
  font-size: 20px;
  color: #fff;
  width: auto;
  max-width: 200px;
}
.btn.btn-automargin {
  margin: 0 auto 30px;
}
.default .btn.btn-blue {
  border: 1px solid #005bea;
  box-shadow: 0 1px 0 3px rgba(0, 198, 251, 0.01), 0 -1px 0 3px rgba(0, 91, 234, 0.01), 1px 0 0 3px rgba(0, 198, 251, 0.01), -1px 0 0 3px rgba(0, 91, 234, 0.01), 1px 1px 0 3px rgba(0, 198, 251, 0.01), -1px -1px 0 3px rgba(0, 91, 234, 0.01);
}
.default .btn.btn-blue:hover {
  box-shadow: 0 1px 0 5px rgba(0, 198, 251, 0.03), 0 -1px 0 5px rgba(0, 91, 234, 0.03), 1px 0 0 5px rgba(0, 198, 251, 0.03), -1px 0 0 5px rgba(0, 91, 234, 0.03), 1px 1px 0 5px rgba(0, 198, 251, 0.03), -1px -1px 0 5px rgba(0, 91, 234, 0.03);
}
.default .btn.btn-blue:active {
  box-shadow: 0 1px 0 3px rgba(0, 198, 251, 0.01), 0 -1px 0 3px rgba(0, 91, 234, 0.01), 1px 0 0 3px rgba(0, 198, 251, 0.01), -1px 0 0 3px rgba(0, 91, 234, 0.01), 1px 1px 0 3px rgba(0, 198, 251, 0.01), -1px -1px 0 3px rgba(0, 91, 234, 0.01);
}
.default .btn.btn-white {
  color: #fff;
  border: 1px solid #fff;
  box-shadow: 0 1px 0 3px rgba(255, 255, 255, 0.01), 0 -1px 0 3px rgba(255, 255, 255, 0.01), 1px 0 0 3px rgba(255, 255, 255, 0.01), -1px 0 0 3px rgba(255, 255, 255, 0.01), 1px 1px 0 3px rgba(255, 255, 255, 0.01), -1px -1px 0 3px rgba(255, 255, 255, 0.01);
}
.default .btn.btn-white:hover {
  box-shadow: 0 1px 0 5px rgba(0, 198, 251, 0.03), 0 -1px 0 5px rgba(0, 91, 234, 0.03), 1px 0 0 5px rgba(0, 198, 251, 0.03), -1px 0 0 5px rgba(0, 91, 234, 0.03), 1px 1px 0 5px rgba(0, 198, 251, 0.03), -1px -1px 0 5px rgba(0, 91, 234, 0.03);
}
.default .btn.btn-white:active {
  box-shadow: 0 1px 0 3px rgba(0, 198, 251, 0.01), 0 -1px 0 3px rgba(0, 91, 234, 0.01), 1px 0 0 3px rgba(0, 198, 251, 0.01), -1px 0 0 3px rgba(0, 91, 234, 0.01), 1px 1px 0 3px rgba(0, 198, 251, 0.01), -1px -1px 0 3px rgba(0, 91, 234, 0.01);
}
.message {
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 15px 30px;
  width: auto;
  margin: 0 auto;
  position: relative;
  z-index: 35;
}
@media screen and (max-width: 650px) {
  .message {
    font-size: 12px;
  }
}
.message.highlight {
  background: linear-gradient(180deg, #ffdf00, #ff8500);
  background-size: 400% 400%;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 5px solid #000;
  color: #000;
  -webkit-animation: HighlightAnimation 10s ease infinite;
  -moz-animation: HighlightAnimation 10s ease infinite;
  -o-animation: HighlightAnimation 10s ease infinite;
  animation: HighlightAnimation 10s ease infinite;
}
@-webkit-keyframes HighlightAnimation {
  0% {
    background-position: 0% 7%;
  }
  50% {
    background-position: 100% 94%;
  }
  100% {
    background-position: 0% 7%;
  }
}
@-moz-keyframes HighlightAnimation {
  0% {
    background-position: 0% 7%;
  }
  50% {
    background-position: 100% 94%;
  }
  100% {
    background-position: 0% 7%;
  }
}
@-o-keyframes HighlightAnimation {
  0% {
    background-position: 0% 7%;
  }
  50% {
    background-position: 100% 94%;
  }
  100% {
    background-position: 0% 7%;
  }
}
@keyframes HighlightAnimation {
  0% {
    background-position: 0% 7%;
  }
  50% {
    background-position: 100% 94%;
  }
  100% {
    background-position: 0% 7%;
  }
}
.label {
  border-bottom: 1px dashed #fff;
}
.box {
  padding: 20px 40px;
  border-radius: 5px;
  width: 65%;
  margin: 10px auto;
  position: relative;
  z-index: 25;
  text-align: center;
}
.box.box-auto-width {
  width: auto;
}
.box.box-small {
  font-size: 12px;
  text-align: center;
}
.box.box-normal {
  font-size: 16px;
  text-align: center;
}
.box.box-big {
  font-size: 20px;
  text-align: center;
}
.box.box-huge {
  font-size: 30px;
  text-align: center;
}
.box.box-rounded {
  border-radius: 55px;
}
.box.box-shadow {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.box.box-grey {
  background-image: -webkit-linear-gradient(165deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.1));
  background-image: -moz-linear-gradient(165deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.1));
  background-image: -ms-linear-gradient(165deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(165deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(-75deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.1));
}
.box.box-violet {
  background: #005bea;
  color: #fff;
}
.box.box-pink {
  background: #ffdbed;
  color: #1f1f1f;
}
.box.box-gold {
  background: gold;
  color: #1f1f1f;
}
.box.box-white {
  background: white;
  color: #1f1f1f;
}
.supper {
  display: none;
}
.supper.tm {
  font-size: 12px;
}
input {
  display: block;
  padding: 15px 20px;
  border: none;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.75);
  border-radius: 35px;
  outline: none;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
button {
  width: auto;
  margin: 20px auto;
  background-image: -webkit-linear-gradient(45deg, #005bea, #005bea);
  background-image: -moz-linear-gradient(45deg, #005bea, #005bea);
  background-image: -ms-linear-gradient(45deg, #005bea, #005bea);
  background-image: -o-linear-gradient(45deg, #005bea, #005bea);
  background-image: linear-gradient(45deg, #005bea, #005bea);
  color: #fff;
  cursor: pointer;
  border: none !important;
}
.backdrop {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  top: 0;
  right: 0;
  z-index: 125;
  overflow-y: hidden;
}
.panel {
  padding: 250px 20px 20px;
  width: 400px;
  height: auto;
  background: #eaeaea url('../themes/adstxt/assets/img/login.png') 50% 0 no-repeat;
  background-size: 440px 250px;
  position: fixed;
  left: calc(50% - 240px);
  top: calc(45% - 315px);
  z-index: 250;
  border-radius: 10px;
  box-shadow: 0 15px 60px rgba(0, 0, 0, 0.5);
  margin: 30px auto 0;
}
@media screen and (max-width: 650px) {
  .panel {
    left: 0;
    background: #eaeaea;
    padding: 20px;
    border-radius: 10px 10px 0 0;
    width: calc(100% - 40px);
    top: unset;
    bottom: 0;
  }
}
form {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
form * {
  transition: all .3s ease;
}
form.big {
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}
form input {
  display: block;
  width: 80%;
  height: auto;
  padding: 15px 20px;
  margin: 10px auto;
  font-size: 16px;
}
form input.hidden {
  display: none;
}
form input.big {
  width: 50%;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  form input.big {
    width: calc(100% - 40px);
  }
}
form button {
  display: block;
  width: auto;
  font-size: 20px;
  margin: 10px auto;
  transition: all 0.4s ease;
  outline: none;
  color: #fff;
}
form button.submitting {
  opacity: .5;
  background: #ccc;
  pointer-events: none;
}
form button.cta {
  display: block;
  background: gold;
  z-index: 5;
  position: relative;
  padding: 15px 50px;
  color: #000;
  border-radius: 50px;
  font-size: 24px;
  font-weight: bold;
  margin: 10px auto 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.65);
  transition: all .3s ease;
}
form button.cta.clicked {
  background-color: #a3ff00;
  color: #175d10;
}
form button.cta.disabled {
  pointer-events: none;
  box-shadow: none;
  opacity: 0.8;
}
form button.cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
}
form button.cta:active {
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
header {
  width: 100%;
  position: relative;
  z-index: 25;
  height: auto;
  min-height: 650px;
  display: flex;
  flex-flow: column wrap;
  background-size: cover;
  padding: 25px 0 50px;
  color: #fff;
}
@media screen and (max-width: 650px) {
  header {
    min-height: 350px;
    padding: 0 0 50px;
  }
}
header:before {
  content: '';
  z-index: 3;
  display: block;
  width: 100%;
  height: 90%;
  position: absolute;
  top: -170px;
  left: 0;
  background-image: -webkit-linear-gradient(-55deg, #00c6fb, #005bea, #0e0084);
  background-image: -moz-linear-gradient(-55deg, #00c6fb, #005bea, #0e0084);
  background-image: -ms-linear-gradient(-55deg, #00c6fb, #005bea, #0e0084);
  background-image: -o-linear-gradient(-55deg, #00c6fb, #005bea, #0e0084);
  background-image: linear-gradient(145deg, #00c6fb, #005bea, #0e0084);
  transform: skew(0deg, 2deg);
  transform-origin: bottom right;
  border-bottom-left-radius: 100px;
}
@media screen and (max-width: 650px) {
  header:before {
    height: 100%;
  }
}
header .container {
  min-height: 100%;
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 650px) {
  header .container {
    width: calc(100% - 20px);
    min-width: inherit;
    padding: 10px;
  }
}
header .container h1 {
  width: 100%;
  text-align: center;
  display: block;
  font-size: 50px;
  margin: 0 auto;
  position: relative;
  z-index: 22;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 650px) {
  header .container h1 {
    font-size: 30px;
  }
}
header .container h2 {
  display: block;
  margin: 0 auto 15px;
  font-size: 23px;
  color: #00c6fb;
  font-weight: normal;
  position: relative;
  z-index: 22;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
}
@media screen and (max-width: 650px) {
  header .container h2 {
    font-size: 18px;
  }
}
header #box-header-recommendation {
  position: absolute;
  bottom: -45px;
  z-index: 25;
}
@media screen and (max-width: 650px) {
  header #box-header-recommendation {
    left: 10px;
    right: 10px;
    font-size: 14px;
  }
}
header #comparison {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin: 20px auto;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 25;
}
@media screen and (max-width: 650px) {
  header #comparison {
    flex-flow: column wrap;
  }
}
header #comparison li {
  display: block;
  width: 50%;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 650px) {
  header #comparison li {
    margin: 0 auto;
    width: 100%;
  }
}
header #comparison li .title {
  font-size: 20px;
  text-align: center;
  margin: 10px 0;
}
header #comparison li .demo-image {
  position: relative;
  margin: 0 10px;
  width: calc(100% - 20px);
  overflow: hidden;
  border-radius: 10px;
  z-index: 20;
  transform: translateZ(0);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
header #comparison li .demo-image.shadow-small {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}
header #comparison li .demo-image.shadow-big {
  box-shadow: 0 5px 75px rgba(0, 0, 0, 0.2);
}
header #comparison li .demo-image:hover {
  z-index: 21;
  transform: scale(1.02);
  box-shadow: 0 5px 75px rgba(0, 0, 0, 0.2);
}
header #comparison li .demo-image img {
  display: block;
  width: 100%;
  height: 100%;
}
header #comparison li .demo-tags {
  position: absolute;
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  margin: 0;
  padding: 20px;
  bottom: 0;
  max-width: 400px;
}
header #comparison li .demo-tags.demo-right {
  justify-content: flex-end;
  right: 0;
  background-image: -webkit-linear-gradient(-85deg, rgba(255, 255, 255, 0), #ffffff);
  background-image: -moz-linear-gradient(-85deg, rgba(255, 255, 255, 0), #ffffff);
  background-image: -ms-linear-gradient(-85deg, rgba(255, 255, 255, 0), #ffffff);
  background-image: -o-linear-gradient(-85deg, rgba(255, 255, 255, 0), #ffffff);
  background-image: linear-gradient(175deg, rgba(255, 255, 255, 0), #ffffff);
}
header #comparison li .demo-tags.demo-left {
  justify-content: flex-start;
  left: 0;
  background-image: -webkit-linear-gradient(265deg, rgba(255, 255, 255, 0), #ffffff);
  background-image: -moz-linear-gradient(265deg, rgba(255, 255, 255, 0), #ffffff);
  background-image: -ms-linear-gradient(265deg, rgba(255, 255, 255, 0), #ffffff);
  background-image: -o-linear-gradient(265deg, rgba(255, 255, 255, 0), #ffffff);
  background-image: linear-gradient(-175deg, rgba(255, 255, 255, 0), #ffffff);
}
header #comparison li .demo-tags li {
  position: relative;
  display: block;
  width: auto;
  padding: 5px 10px 5px 22px;
  margin: 5px;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.95);
  color: #fff;
  border-radius: 5px;
  overflow: hidden;
  text-align: left;
  cursor: default;
}
@media screen and (max-width: 650px) {
  header #comparison li .demo-tags li {
    font-size: 9px;
  }
}
header #comparison li .demo-tags.demo-right li:after,
header #comparison li .demo-tags.demo-left li:before {
  content: '#';
  display: block;
  height: 100%;
  width: auto;
  text-align: center;
  padding: 0 5px;
  color: #fff;
  background: #005bea;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 34px;
  font-size: 14px;
}
@media screen and (max-width: 650px) {
  header #comparison li .demo-tags.demo-right li:after,
  header #comparison li .demo-tags.demo-left li:before {
    line-height: 25px;
  }
}
header #comparison li .demo-tags.demo-left li:before {
  background: #00c6fb;
}
content {
  display: flex;
  flex-flow: row wrap;
  padding: 40px 20px 0;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  position: relative;
  min-height: 200px;
  overflow: hidden;
}
content .column-wrap {
  flex-flow: column wrap;
  flex-grow: 1;
}
content.grey {
  background-image: -webkit-linear-gradient(-70deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2));
  background-image: -moz-linear-gradient(-70deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2));
  background-image: -ms-linear-gradient(-70deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2));
  background-image: -o-linear-gradient(-70deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2));
  background-image: linear-gradient(160deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2));
}
content.violet {
  background-image: -webkit-linear-gradient(-70deg, #00c6fb, #005bea, #0e0084);
  background-image: -moz-linear-gradient(-70deg, #00c6fb, #005bea, #0e0084);
  background-image: -ms-linear-gradient(-70deg, #00c6fb, #005bea, #0e0084);
  background-image: -o-linear-gradient(-70deg, #00c6fb, #005bea, #0e0084);
  background-image: linear-gradient(160deg, #00c6fb, #005bea, #0e0084);
}
content.shadow {
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
}
content.no-padding {
  padding: 0;
  width: 100%;
}
content > .container {
  position: relative;
  z-index: 5;
}
content h2 {
  display: block;
  padding: 10px;
  margin: 0;
  font-size: 30px;
}
content #platform {
  display: flex;
  flex-flow: row wrap;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
content #platform > li:nth-of-type(1) {
  width: calc(35% - 40px);
  margin: 0 20px;
}
@media screen and (max-width: 995px) {
  content #platform > li:nth-of-type(1) {
    width: calc(25% - 40px);
  }
}
content #platform > li:nth-of-type(2) {
  width: calc(65% - 20px);
  margin-left: 20px;
  position: relative;
}
@media screen and (max-width: 995px) {
  content #platform > li:nth-of-type(2) {
    width: calc(75% - 40px);
  }
}
content #platform > li:nth-of-type(2) div {
  overflow: visible;
}
content #platform > li:nth-of-type(2) div img {
  display: block;
  position: relative;
  margin: 0 -40px -10px 0;
  box-shadow: 0 -5px 35px rgba(0, 0, 0, 0.075);
  min-height: 600px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
}
@media screen and (min-width: 996px) {
  content #platform > li:nth-of-type(2) div img {
    min-height: 600px;
    width: auto;
  }
}
@media screen and (min-width: 651px) and (max-width: 995px) {
  content #platform > li:nth-of-type(2) div img {
    min-height: 500px;
  }
}
@media screen and (max-width: 650px) {
  content #platform > li:nth-of-type(2) div img {
    width: 100%;
    min-height: 320px;
  }
}
@media screen and (max-width: 995px) {
  content #platform > li:nth-of-type(2) div {
    overflow: hidden;
  }
}
@media screen and (max-width: 650px) {
  content #platform {
    margin: 20px auto 0;
    flex-flow: column wrap;
  }
  content #platform > li:nth-of-type(1),
  content #platform > li:nth-of-type(2) {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}
content #platform li #platform-pros {
  list-style: none;
  display: flex;
  width: auto;
  flex-flow: column;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 995px) {
  content #platform li #platform-pros li {
    font-size: 14px;
  }
}
content #platform li #platform-pros li:not(.no-style) {
  width: auto;
  display: block;
  padding: 10px 20px;
  border-radius: 40px;
  color: #005bea;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.3);
  margin: 0 0 10px;
  overflow: hidden;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: default;
}
content #platform li #platform-pros li:not(.no-style):hover {
  transform: scale(1.05);
  background: #fff;
}
content .form {
  display: flex;
  flex-flow: column wrap;
  padding: 0;
  width: auto;
  max-width: 500px;
  margin: 0 auto 25px;
}
content .form h3 {
  display: block;
  margin: 0 0 20px;
  font-size: 50px;
  text-align: center;
}
content .form.start {
  margin: 80px auto 0;
}
content h2.white {
  color: #fff;
  font-size: 40px;
  text-shadow: 0 2px 10px rgba(60, 0, 30, 0.3);
  text-align: center;
  padding: 10px 0;
}
content #actors {
  display: flex;
  width: 100%;
  flex-flow: row wrap;
  flex-grow: 1;
  margin: 30px auto 0;
  padding: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
  background: #fff;
}
content #actors li {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  width: calc(33% - 20px);
  padding: 40px 10px 10px;
  margin: 0;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  align-items: center;
  color: #005bea;
}
@media screen and (max-width: 650px) {
  content #actors li {
    font-size: 18px;
    justify-content: unset;
  }
}
content #actors li p {
  display: block;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.75);
  padding: 20px;
}
@media screen and (max-width: 650px) {
  content #actors li p {
    font-size: 14px;
    padding: 0;
  }
}
content #features {
  display: flex;
  width: calc(100% - 100px);
  height: auto;
  margin: 15px 50px;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 650px) {
  content #features {
    width: 100%;
    margin: 0;
  }
}
content #features li {
  display: flex;
  padding: 10px 20px 20px;
  margin: 15px;
  width: calc(25% - 70px);
}
@media screen and (max-width: 650px) {
  content #features li {
    width: 35%;
    margin: 15px 0 0;
    padding: 10px 20px 0;
  }
}
content #features li .feature {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 650px) {
  content #features li .feature {
    font-size: 16px;
  }
}
content #features li .feature:before {
  content: '';
  display: block;
  position: relative;
  width: 100%;
  height: 120px;
  background-position: 50%;
  background-size: 80px;
  background-repeat: no-repeat;
}
content #features li .feature.url-management:before {
  background-image: url('../themes/adstxt/assets/img/icons/url-management.png');
}
content #features li .feature.url-monitor:before {
  background-image: url('../themes/adstxt/assets/img/icons/url-monitor.png');
}
content #features li .feature.url-access:before {
  background-image: url('../themes/adstxt/assets/img/icons/url-access.png');
}
content #features li .feature.api:before {
  background-image: url('../themes/adstxt/assets/img/icons/api.png');
}
content #features li .feature.ad-verification:before {
  background-image: url('../themes/adstxt/assets/img/icons/advertiser-verification.png');
}
content #features li .feature.timed-perms:before {
  background-image: url('../themes/adstxt/assets/img/icons/timed-access.png');
}
content #features li .feature.alerts:before {
  background-image: url('../themes/adstxt/assets/img/icons/alerts.png');
}
content #features li .feature.messanging:before {
  background-image: url('../themes/adstxt/assets/img/icons/messanging.png');
}
content #features li .feature.url-tagging:before {
  background-image: url('../themes/adstxt/assets/img/icons/url-tagging.png');
}
content #features li .feature.analytics:before {
  background-image: url('../themes/adstxt/assets/img/icons/analytics.png');
}
content #features li .feature.reporting:before {
  background-image: url('../themes/adstxt/assets/img/icons/reporting.png');
}
content #features li .feature.teams:before {
  background-image: url('../themes/adstxt/assets/img/icons/teams.png');
}
footer > .container {
  display: flex;
  flex-flow: column wrap;
  padding: 40px 20px 0;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  position: relative;
  min-height: 200px;
  overflow: hidden;
}
footer > .container ul {
  display: flex;
  flex-flow: row wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: space-around;
}
footer > .container ul li {
  width: calc(33% - 20px);
  padding: 10px;
  min-height: 130px;
  height: auto;
}
footer > .container ul li p .contact:after {
  content: attr(email);
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 650px) {
  footer > .container ul li:nth-of-type(3) {
    font-size: 10px;
  }
}
footer > .container hr {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  width: calc(100% - 20px);
  margin: 20px 10px;
}
footer > .container .copy {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-around;
  padding: 10px;
  width: calc(100% - 20px);
  align-items: center;
}
footer > .container .copy img {
  width: 150px;
  height: auto;
  display: block;
}
