/* Copyright 2016 ilograph - All rights reserved */
body #heroContainer {
  display: flex;
  justify-content: center;
}
body .demo {
  height: 0;
  overflow: hidden;
  background-color: #FAFAFA;
  line-height: 1.5;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.09);
  position: relative;
}
body .demo video {
  position: absolute;
  border: 0;
  top: 0;
  left: 0;
  width: 100%;
}
body .demo .demoSkeleton {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  opacity: 0.25;
}
body .demo .demoSkeleton .skeletonDiv {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  height: 60%;
  width: 20%;
  background-color: white;
  -webkit-animation: skeleton-frames 1.6s infinite;
          animation: skeleton-frames 1.6s infinite;
}
body .demo .demoSkeleton .skeletonDiv:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
body .demo .demoSkeleton .skeletonDiv:nth-child(3) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
body .demo .demoSkeleton .skeletonDiv:nth-child(4) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
body #headCopy {
  margin-top: 30px;
  font-size: 24pt;
  text-align: center;
}
body #subHeadCopy {
  margin-top: 12px;
  text-align: center;
}
#whyContainer {
  font-size: 20pt;
  font-weight: bold;
  display: flex;
  justify-content: center;
  margin-top: -40px;
  margin-bottom: 60px;
  z-index: 1;
}
#whyContainer #why,
#whyContainer #pricing {
  padding: 20px 15%;
  background-color: white;
  border-radius: 5px;
  border: 3px solid #f3dc21;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.09);
  font-size: 20pt;
  margin: 0;
}
#whyContainer #why.whyWordy,
#whyContainer #pricing.whyWordy {
  padding: 20px 5%;
  font-size: 14pt;
  color: rgba(0, 0, 0, 0.87);
}
#whySection {
  display: flex;
  justify-content: space-between;
}
.whyItem {
  flex-basis: 27%;
  line-height: 1.25;
}
.whyImage {
  width: 100%;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.09);
  margin-bottom: 5px;
  border: 1px solid lightgrey;
}
.whyText {
  color: rgba(0, 0, 0, 0.68);
}
.whyHeader {
  font-weight: bold;
}
#createNew {
  display: none;
}
.featureSection {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}
.featureSection h2 {
  align-self: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: normal;
}
.featureSection .subline {
  align-self: center;
  margin-top: 0;
  font-weight: normal;
  margin-bottom: 30px;
  line-height: 1.2;
}
.featureSection .featureRow {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}
.featureSection .featureRow:not(:last-child) {
  margin-bottom: 60px;
}
.featureSection .featureCard {
  width: 47.458%;
  background-color: #FAFAFA;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.featureSection .featureCard .featureArt {
  border-bottom: 1px solid #DDDDDD;
  aspect-ratio: 16 / 9;
}
.featureSection .featureTitle {
  padding: 15px;
  margin: 0;
  font-size: 12pt;
}
.featureSection .featureText {
  padding: 0px 15px 20px 15px;
  margin: 0;
  line-height: 1.35;
}
.featureSection .appliesTo {
  opacity: 0.87;
  align-self: flex-end;
  padding-right: 15px;
  font-size: 10pt;
  margin-top: -20px;
  margin-bottom: 7px;
}
.featureSection .coveredImage {
  position: relative;
  line-height: 0;
}
.featureSection .coveredImage .coverIcon {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  aspect-ratio: 1 / 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.featureSection .coveredImage .coverIcon img {
  width: 50%;
  aspect-ratio: 1 / 1;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.rotatingText {
  display: inline;
}
.rotatingText span {
  position: absolute;
  opacity: 0;
  padding-bottom: 2px;
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  background-image: linear-gradient(45deg, #006fc7, #2196F3);
}
.rotatingText span {
  -webkit-animation: rotateWord 14.4s linear infinite;
          animation: rotateWord 14.4s linear infinite;
}
.rotatingText span:nth-child(1) {
  background-image: linear-gradient(45deg, #006fc7, #2196F3);
}
.rotatingText span:nth-child(2) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
  background-image: linear-gradient(45deg, #c700a6, #f321d0);
}
.rotatingText span:nth-child(3) {
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
  background-image: linear-gradient(45deg, #4cc700, #2cf321);
}
.rotatingText span:nth-child(4) {
  -webkit-animation-delay: 7.2s;
          animation-delay: 7.2s;
  background-image: linear-gradient(45deg, #c75d00, #f38721);
}
.rotatingText span:nth-child(5) {
  -webkit-animation-delay: 9.6s;
          animation-delay: 9.6s;
  background-image: linear-gradient(45deg, #c70024, #f32159);
}
.rotatingText span:nth-child(6) {
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
  background-image: linear-gradient(45deg, #7e00c7, #a621f3);
}
.emphasize {
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  background-image: linear-gradient(45deg, #006fc7, #2196F3);
}
#spContent {
  display: flex;
  flex-direction: column;
  margin: 80px 0;
  overflow-x: clip;
  overflow-y: visible;
}
.sp_explain {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: bold;
}
.sp_marquee {
  display: flex;
  align-items: center;
  width: 280%;
  align-self: flex-start;
  -webkit-animation: marquee 30s linear infinite;
          animation: marquee 30s linear infinite;
}
.sp_marquee .sp {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 160px;
  max-height: 50px;
  opacity: 0.6;
  padding-right: 60px;
}
.sp_marquee .sp.pw {
  opacity: 0.6075;
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes rotateWord {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  5% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  17% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  20% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rotateWord {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  5% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  17% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  20% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes skeleton-frames {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  12.5% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  25% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes skeleton-frames {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  12.5% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  25% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media screen and (min-width: 1001px) {
  .sp.al {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  .sp.am {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
}
@media screen and (max-width: 1000px) {
  #spContent {
    margin: 30px 0;
  }
  .sp_explain {
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 14px;
  }
  .sp_marquee {
    width: 450%;
  }
  .sp_marquee .sp {
    padding-right: 15px;
  }
  #createNew {
    display: none;
  }
  #copy2 {
    margin-bottom: 20px;
  }
  .featureSection {
    margin-bottom: 30px;
  }
  .featureSection h2 {
    font-size: 16pt;
    margin-bottom: 20px;
  }
  .featureSection .featureRow {
    flex-direction: column;
  }
  .featureSection .featureRow:not(:last-child) {
    margin-bottom: 30px;
  }
  .featureSection .featureCard {
    width: 100%;
  }
  .featureSection .featureCard:not(:last-child) {
    margin-bottom: 30px;
  }
  .featureSection .featureTitle {
    padding: 10px;
    font-size: 12pt;
  }
  .featureSection .featureText {
    padding: 0px 10px 15px 10px;
    margin: 0;
    line-height: 1.2;
    font-size: 11pt;
  }
  .featureSection .appliesTo {
    padding-left: 10px;
    margin-top: -5px;
  }
}
@media screen and (max-width: 800px) {
  #whyContainer {
    margin-top: -30px;
    margin-bottom: 30px;
  }
  #whyContainer #why {
    font-size: 12pt;
    padding: 20px 10%;
  }
  #whyContainer #why.whyWordy {
    max-width: 80%;
    font-size: 12pt;
  }
  #whySection {
    flex-direction: column;
  }
  .whyItem {
    margin: 0 20px;
  }
  .whyItem:not(:last-child) {
    margin-bottom: 25px;
  }
}
