.site-header, body, html {
  min-width: 1230px; }

.veil-on {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  min-height: 100%;
  width: 100%;
  top: 0;
  z-index: 1000; }
  .veil-on .player {
    position: fixed;
    overflow: visible;
    left: 50%;
    top: 50%;
    margin: -240px 0 0 -426px; }

.veil-off {
  display: none; }

.banner {
  padding: 96px 100px 51px;
  background: #a4cada; }
  @media (max-width: 1270px) {
    .banner {
      padding-left: 70px;
      padding-right: 70px; } }
  .banner .banner-content {
    max-width: 1500px;
    margin: auto; }
    .banner .banner-content .title {
      font-weight: bold;
      font-size: 65px;
      line-height: 72px;
      color: #ffffff; }
      @media (max-width: 1500px) and (min-width: 1270px) {
        .banner .banner-content .title {
          font-size: 50px;
          line-height: 55px;
          padding-top: 20px; } }
      @media (max-width: 1270px) {
        .banner .banner-content .title {
          font-size: 55px;
          line-height: 60px; } }
    .banner .banner-content .slogan {
      font-weight: bold;
      font-size: 30px;
      color: #404142;
      padding-top: 17px; }
      @media (max-width: 1500px) and (min-width: 1270px) {
        .banner .banner-content .slogan {
          font-size: 24px; } }
      @media (max-width: 1270px) {
        .banner .banner-content .slogan {
          font-size: 26px; } }
    .banner .banner-content .get-started-button {
      width: 423px;
      height: 70px;
      color: #ffffff;
      background-color: #404142;
      border-radius: 4px;
      font-weight: bold;
      font-size: 25px;
      line-height: 65px;
      text-align: center;
      margin-top: 30px;
      display: inline-block; }
      .banner .banner-content .get-started-button:hover {
        color: #404142;
        background: #ffffff; }
    .banner .banner-content .banner-text {
      float: left;
      margin: -27px 30px 0 0; }
    .banner .banner-content .banner-image {
      float: right; }
      .banner .banner-content .banner-image img {
        width: 369px; }
      @media (max-width: 1270px) {
        .banner .banner-content .banner-image {
          display: none; } }

.values {
  padding-top: 100px;
  display: table;
  width: 100%; }
  .values .value {
    font-size: 24px;
    color: #ffffff;
    padding-left: 76px;
    line-height: 1.2;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0 7px; }
  .values .value-container {
    border-top: 1px solid #c8dfe8;
    border-right: 1px solid #c8dfe8;
    width: 33%;
    vertical-align: top;
    box-sizing: border-box;
    display: table-cell;
    padding: 39px 41px 17px 47px; }
    .values .value-container:last-child {
      padding-right: 0;
      border-right: none; }
    .values .value-container:first-child {
      padding-left: 0; }
  .values .value-1 {
    background-image: url("/testcafe/images/landing-page/all-environments.svg"); }
  .values .value-2 {
    background-image: url("/testcafe/images/landing-page/quick-setup.svg"); }
  .values .value-3 {
    background-image: url("/testcafe/images/landing-page/free-open-source.svg"); }
  .values .description {
    line-height: 1.5;
    color: #404142;
    font-size: 14px;
    margin-top: -10px; }
    .values .description > p {
      margin-bottom: 14px; }
    .values .description a {
      color: #404142;
      text-decoration: underline; }

.how-it-works-section {
  padding: 0 100px;
  min-width: calc(1230px - 200px);
  height: 827px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.how-it-works-wrapper {
  max-width: 1500px;
  margin: 0 auto; }

.how-it-works-section .how-it-works-content {
  max-width: 1600px;
  position: relative;
  margin-left: -100px;
  padding-left: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.how-it-works-section .how-it-works-content .gallery-alt-text {
  display: none; }

.how-it-works-section .how-it-works-content:before, .how-it-works-section .how-it-works-content:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 2; }

.how-it-works-section .how-it-works-content h1 {
  color: #404142;
  font-weight: bold;
  font-size: 45px;
  margin: 40px 0; }

.how-it-works-section .how-it-works-content:before {
  left: 18px;
  background-color: transparent;
  width: 30px;
  background: -webkit-linear-gradient(to left, rgba(255, 255, 255, 0), white);
  background: -o-linear-gradient(to left, rgba(255, 255, 255, 0), white);
  background: -moz-linear-gradient(to left, rgba(255, 255, 255, 0), white);
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white); }

.how-it-works-section .how-it-works-content .gallery-wrapper {
  margin-left: -81px;
  overflow: hidden;
  position: relative; }

@media (max-width: 1270px) {
  .how-it-works-section {
    padding-left: 70px;
    padding-right: 70px; }

  .how-it-works-section .how-it-works-content:before {
    left: 24px; } }
code {
  font-family: Courier;
  background-color: #98c0d1;
  color: #ffffff;
  border: 1px solid #c8dfe8;
  border-radius: 0;
  padding: 7px 15px;
  margin-bottom: -15px; }

.features-section {
  background: #a4cada;
  padding: 42px 100px 40px; }
  @media (max-width: 1270px) {
    .features-section {
      padding-left: 70px;
      padding-right: 70px; } }
  .features-section .features-content {
    max-width: 1500px;
    margin: auto; }
    .features-section .features-content .features-header {
      color: #ffffff;
      font-weight: bold;
      font-size: 45px; }
    .features-section .features-content .features-subheader {
      color: #404142;
      font-size: 18px;
      font-weight: bold; }
    .features-section .features-content .features {
      display: table;
      padding-top: 50px; }
      .features-section .features-content .features .row-1 .feature-container {
        border-bottom: 1px solid #c8dfe8;
        border-right: 1px solid #c8dfe8;
        padding: 11px 41px 21px 47px; }
        .features-section .features-content .features .row-1 .feature-container:last-child {
          border-right: none; }
      .features-section .features-content .features .row-2 .feature-container {
        border-right: 1px solid #c8dfe8;
        border-bottom: 1px solid #c8dfe8;
        padding: 28px 41px 20px 47px; }
        .features-section .features-content .features .row-2 .feature-container:last-child {
          border-right: none; }
      .features-section .features-content .features .row {
        display: table-row; }
        .features-section .features-content .features .row .feature-container {
          display: table-cell;
          width: 33%;
          vertical-align: top;
          box-sizing: border-box; }
          .features-section .features-content .features .row .feature-container:last-child {
            padding-right: 0;
            border-right: none; }
          .features-section .features-content .features .row .feature-container:first-child {
            padding-left: 0; }
          .features-section .features-content .features .row .feature-container .feature {
            font-size: 24px;
            color: #ffffff;
            background-repeat: no-repeat;
            background-color: transparent;
            padding-top: 59px; }
            .features-section .features-content .features .row .feature-container .feature .description {
              line-height: 1.5;
              color: #404142;
              font-size: 14px;
              margin-top: -9px; }
              .features-section .features-content .features .row .feature-container .feature .description a {
                color: #404142;
                text-decoration: underline; }
          .features-section .features-content .features .row .feature-container .feature-1 {
            background-image: url("/testcafe/images/landing-page/stable-tests.svg"); }
          .features-section .features-content .features .row .feature-container .feature-2 {
            background-image: url("/testcafe/images/landing-page/js-ts.svg"); }
          .features-section .features-content .features .row .feature-container .feature-3 {
            background-image: url("/testcafe/images/landing-page/detect-errors.svg"); }
          .features-section .features-content .features .row .feature-container .feature-4 {
            background-image: url("/testcafe/images/landing-page/concurrent-tests.svg"); }
          .features-section .features-content .features .row .feature-container .feature-5 {
            background-image: url("/testcafe/images/landing-page/page-object.svg"); }
          .features-section .features-content .features .row .feature-container .feature-6 {
            background-image: url("/testcafe/images/landing-page/continuous-integration.svg"); }
        .features-section .features-content .features .row #page-object-popover {
          display: none; }
        .features-section .features-content .features .row #page-object-link {
          cursor: pointer;
          border-bottom: 1px dashed #404142;
          text-decoration: none; }
    .features-section .features-content .testcafe-live-promo {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 40px; }
      .features-section .features-content .testcafe-live-promo .promo-block {
        display: flex;
        justify-content: space-between; }
        .features-section .features-content .testcafe-live-promo .promo-block .image {
          background-image: url("/testcafe/images/landing-page/rapid-dev-icon.svg");
          background-repeat: no-repeat;
          background-position-y: center;
          width: 83px;
          min-width: 83px;
          display: inline-block;
          vertical-align: top; }
        .features-section .features-content .testcafe-live-promo .promo-block .description {
          display: inline-block;
          max-width: 400px;
          margin-left: 35px; }
          .features-section .features-content .testcafe-live-promo .promo-block .description .header {
            font-size: 24px;
            color: #ffffff; }
          .features-section .features-content .testcafe-live-promo .promo-block .description .text {
            font-size: 14px;
            color: #404142;
            margin-top: 9px;
            margin-bottom: 15px; }
      .features-section .features-content .testcafe-live-promo .buttons {
        display: flex;
        justify-content: space-between;
        margin-left: 60px; }
        .features-section .features-content .testcafe-live-promo .buttons .video-button {
          width: 326px;
          height: 61px;
          text-align: center;
          padding-left: 10px;
          line-height: 61px;
          font-size: 18px;
          font-weight: bold;
          color: #404142;
          background-image: url("/testcafe/images/landing-page/rapid-dev-play-video.svg");
          background-repeat: no-repeat;
          background-position: 15px 15px;
          background-color: #ffffff;
          border-radius: 5px;
          cursor: pointer;
          margin-left: 40px; }
          @media (max-width: 1480px) {
            .features-section .features-content .testcafe-live-promo .buttons .video-button {
              width: 286px; } }
          .features-section .features-content .testcafe-live-promo .buttons .video-button:hover {
            text-decoration: none;
            color: #ffffff;
            background-color: #404142; }
        .features-section .features-content .testcafe-live-promo .buttons .learn-more-button {
          width: 326px;
          height: 61px;
          text-align: center;
          line-height: 61px;
          font-size: 18px;
          font-weight: bold;
          color: #404142;
          background-color: #ffffff;
          border-radius: 5px;
          cursor: pointer; }
          @media (max-width: 1480px) {
            .features-section .features-content .testcafe-live-promo .buttons .learn-more-button {
              width: 286px; } }
          .features-section .features-content .testcafe-live-promo .buttons .learn-more-button:hover {
            text-decoration: none;
            color: #ffffff;
            background-color: #404142; }

.testcafe-studio-release-banner {
  height: 485px;
  background-color: #182839;
  display: flex;
  position: relative;
  overflow: hidden; }
  .testcafe-studio-release-banner .testcafe-studio-image, .testcafe-studio-release-banner .testcafe-studio-text {
    position: relative;
    width: 50%; }
  .testcafe-studio-release-banner .testcafe-studio-image .testcafe-studio-arrow {
    border-style: solid;
    border-color: #36B6E5;
    border-width: 0 175px 175px 0;
    height: 750px;
    width: 290px;
    transform: rotate(45deg);
    position: absolute;
    bottom: -130px;
    right: 270px; }
  .testcafe-studio-release-banner .testcafe-studio-image .testcafe-studio-screenshot {
    height: 542px;
    position: relative; }
@keyframes konfetti {
  0% {
    transform: rotate(0deg) translateX(4px) rotate(0deg); }
  100% {
    transform: rotate(360deg) translateX(4px) rotate(-360deg); } }
    .testcafe-studio-release-banner .testcafe-studio-image .testcafe-studio-screenshot .testcafe-studio-konfetti {
      animation: konfetti 20s infinite linear; }
    .testcafe-studio-release-banner .testcafe-studio-image .testcafe-studio-screenshot .testcafe-studio-konfetti.front {
      animation: konfetti 14s infinite linear; }
    .testcafe-studio-release-banner .testcafe-studio-image .testcafe-studio-screenshot img {
      position: absolute;
      right: 3%;
      top: 45px; }
  .testcafe-studio-release-banner .testcafe-studio-text {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .testcafe-studio-release-banner .testcafe-studio-text .try-testcafe-studio-link {
      font-size: 22px;
      color: #ffffff;
      font-family: "Roboto Slab";
      font-weight: 100;
      background-color: #74b781;
      text-decoration: none;
      border-radius: 10px;
      padding: 16px 24px;
      display: inline-block;
      white-space: nowrap;
      margin-bottom: 40px; }
      .testcafe-studio-release-banner .testcafe-studio-text .try-testcafe-studio-link:hover {
        background-color: #308D46; }
    .testcafe-studio-release-banner .testcafe-studio-text h2 {
      font-size: 31px;
      color: #ffffff;
      font-family: "Roboto Slab";
      font-weight: 600;
      margin-top: 30px;
      margin-bottom: 10px; }
    .testcafe-studio-release-banner .testcafe-studio-text p {
      font-size: 22px;
      color: #ffffff;
      font-family: "Roboto Slab";
      font-weight: 200;
      margin-bottom: 35px; }

.follow-section {
  background-color: #edf1f3;
  padding: 50px 80px 40px 0;
  text-align: center; }
  .follow-section .follow-content {
    max-width: 1500px;
    margin: auto; }
    .follow-section .follow-content .separator {
      display: inline-block;
      vertical-align: top;
      margin: 0 56px; }
    .follow-section .follow-content .twitter {
      background-image: url("/testcafe/images/landing-page/follow-on-twitter.svg");
      background-repeat: no-repeat;
      background-color: transparent;
      background-position-x: right;
      background-position-y: 22px;
      display: inline-block;
      vertical-align: top;
      padding-right: 70px;
      padding-top: 15px;
      text-align: right; }
      .follow-section .follow-content .twitter .header {
        font-size: 24px;
        color: #8ab2c2; }
        .follow-section .follow-content .twitter .header a {
          text-decoration: underline;
          color: #8ab2c2; }
      .follow-section .follow-content .twitter .subheader {
        font-size: 14px;
        color: #404142;
        margin-top: -22px; }
    .follow-section .follow-content .github {
      background-repeat: no-repeat;
      background-color: transparent;
      background-image: url("/testcafe/images/landing-page/follow-on-github.svg");
      background-position-x: left;
      background-position-y: 22px;
      display: inline-block;
      vertical-align: top;
      padding-left: 70px;
      padding-top: 20px;
      text-align: left;
      font-size: 18px;
      color: #404142; }
      .follow-section .follow-content .github a {
        text-decoration: underline;
        color: #404142; }
    .follow-section .follow-content .github-mobile {
      display: none; }

@media (max-width: 1270px) {
  .site-header .site-header-content {
    padding-left: 70px;
    padding-right: 70px;
    min-width: calc(1230px - 140px); } }

.page-object-example {
  border: none;
  background-color: transparent;
  padding: 0; }

.feature-5-code, .feature-5-code-mobile {
  background-color: #98c0d1;
  color: #ffffff;
  border: 1px solid #c8dfe8;
  border-radius: 0;
  padding: 7px 15px; }
  @media (max-width: 1490px) {
    .feature-5-code, .feature-5-code-mobile {
      display: none; } }

.feature-5-code {
  display: inline-block; }

.feature-5-code-mobile {
  display: none; }
