.video-placeholder {
  height: 500px;
  background-color: rgba(157, 223, 255, 0.3);
}

.video-placeholder-sm {
  height: 330px;
  background-color: rgba(157, 223, 255, 0.3);
}

.video-placeholder-xs {
  height: 260px;
  background-color: rgba(157, 223, 255, 0.3);
}

.screenshot-main {
  padding-left: 5%;
}

.hero {
  background-color: #006a8e;
  background-image: url("/images/hero/bg-hero-bottom.svg"), url("/images/hero/hero-gradient.jpg");
  background-size: 100% 300px, 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  position: relative;
  overflow: hidden;
}
@media (min-width: 576px) {
  .hero {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .hero .headline-con {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.hero h1 {
  font-size: 42px;
  margin-bottom: 1.22em;
}
@media (min-width: 992px) {
  .hero h1 {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  .hero h1 {
    font-size: 54px;
  }
}
@media (min-width: 1200px) {
  .hero h1 {
    font-size: 60px;
  }
}
.hero h1 .highlighted {
  color: #0FF6F6;
}
.hero h1 .highlighted-2 {
  color: #0097DD;
}
.hero .btn-set {
  margin-bottom: 3em;
}
.hero .btn-set .download {
  color: #fff;
}
.hero .btn-set .footnote {
  color: rgba(168, 235, 255, 0.8);
}
.hero .btn-set .footnote a {
  color: rgba(168, 235, 255, 0.8);
  text-decoration: underline;
}
.hero header {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .hero header {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .hero header {
    margin-bottom: 76px;
  }
}
.hero nav a.btn {
  color: #fff;
}

.section-download-top {
  padding: 70px 0 60px;
  text-align: center;
}

.section-timeline .section-header h3,
.section-autotracking .section-header h3 {
  position: relative;
}
.section-timeline .section-header h3 .icon,
.section-autotracking .section-header h3 .icon {
  position: absolute;
  left: -66px;
  display: none;
}
@media (min-width: 768px) {
  .section-timeline .section-header h3 .icon,
.section-autotracking .section-header h3 .icon {
    display: block;
  }
}

.section-timeline {
  padding-bottom: 0;
  padding-top: 110px;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% 80px;
  background-image: url(/images/bg-diagonal-edges/bg-timeline-bottom.svg);
}
@media (min-width: 576px) {
  .section-timeline {
    background-size: 100% 120px;
  }
}
@media (min-width: 768px) {
  .section-timeline {
    background-size: 100% 200px;
  }
}
@media (min-width: 992px) {
  .section-timeline {
    background-size: 100% 280px;
    padding-top: 130px;
  }
}
@media (min-width: 1200px) {
  .section-timeline {
    padding-top: 150px;
  }
}
.section-timeline h3 .icon {
  top: 0px;
}
@media (min-width: 992px) {
  .section-timeline .image-con img {
    margin-top: -21px;
    margin-left: -280px;
    z-index: 100;
  }
}

.section-autotracking {
  padding-top: 30px;
  background-color: #041224;
}
.section-autotracking h3 .icon {
  top: -6px;
}
@media (min-width: 576px) {
  .section-autotracking .at-instructions-con {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.section-autotracking .at-instructions-con img {
  max-width: 100%;
}

.section-target-group {
  padding-top: 60px;
}
.section-target-group .rsContent {
  background-color: #041224;
}
@media (min-width: 768px) {
  .section-target-group .rsContent {
    padding-left: 32px;
  }
}
@media (min-width: 992px) {
  .section-target-group .rsContent {
    padding-right: 65px;
  }
}
.section-target-group .rsContent p + h6 {
  margin-top: 20px;
}

.section-download-middle {
  padding: 80px 0 40px;
}
@media (min-width: 576px) {
  .section-download-middle {
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .section-download-middle {
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .section-download-middle {
    padding-bottom: 120px;
  }
}
@media (min-width: 768px) {
  .section-download-middle .col-left {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .section-download-middle h4 {
    font-size: 27px;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .section-download-middle h4 {
    font-size: 30px;
  }
}
.section-download-middle h3 {
  color: #0FF6F6;
  margin-bottom: 1.6em;
}
@media (min-width: 768px) {
  .section-download-middle h3 {
    margin-bottom: 0;
  }
}
.section-download-middle .col-12 {
  position: relative;
}
.section-download-middle .btn-con {
  text-align: center;
}
@media (min-width: 768px) {
  .section-download-middle .btn-con {
    text-align: left;
    position: absolute;
    left: 0;
    bottom: 4px;
  }
}

#reports-text-gallery {
  height: 100px;
}

.switch {
  margin-bottom: 40px;
}

.icons-row {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.icons-row img {
  padding: 12px;
}

.more-con {
  padding: 20px 0 0;
  text-align: right;
}

.section-sub-features h5 {
  color: #fff;
  margin-bottom: 0.6em;
}

ul.roadmap {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.35em;
  list-style-type: none;
  padding: 0;
  width: 280px;
}
@media (min-width: 576px) {
  ul.roadmap {
    font-size: 30px;
    width: 420px;
  }
}
ul.roadmap li {
  padding: 1px 12px 30px 64px;
  position: relative;
}
ul.roadmap li::before {
  border: 4px solid #a5b0be;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  content: "";
  display: block;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
}
ul.roadmap li::after {
  background-color: #a5b0be;
  content: "";
  display: block;
  position: absolute;
  left: 18px;
  top: 40px;
  bottom: 0;
  width: 4px;
}
ul.roadmap li.done {
  color: rgba(28, 47, 64, 0.2);
  text-decoration: line-through;
}
ul.roadmap li.done::before {
  border-width: 0;
  background-color: #0097DD;
  background-image: url("/images/checkmark.svg");
  background-repeat: no-repeat;
  background-position: center 55%;
}
ul.roadmap li.done::after {
  background-color: #0097DD;
}
ul.roadmap li.on-going {
  color: #FF8300;
}
ul.roadmap li.on-going::before {
  border-width: 0;
  background-color: #FF8300;
}
ul.roadmap li.done-to-on-going::after {
  background-image: linear-gradient(#0097DD, #FF8300);
}
ul.roadmap li.on-going-to-open::after {
  background-image: linear-gradient(#FF8300, #a5b0be);
}
ul.roadmap li.on-going-to-on-going::after {
  background-color: #FF8300;
}
ul.roadmap li.last::after {
  background-color: transparent;
  background-image: linear-gradient(#FF8300, #a5b0be);
  background-image: linear-gradient(#afafaf, rgba(175, 175, 175, 0));
}

.section-timer {
  padding-top: 30px;
  position: relative;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .section-timer {
    padding-top: 40px;
  }
}
.section-timer img.timer {
  width: 100%;
}
@media (min-width: 1200px) {
  .section-timer img.timer {
    width: auto;
  }
}
.section-timer .img-con {
  padding-right: 20%;
}
@media (min-width: 992px) {
  .section-timer .img-con {
    padding-right: 0;
  }
}
.section-timer .container {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .section-timer .container {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0;
  }
}
.section-timer .box {
  margin-bottom: 60px;
}
@media (min-width: 1200px) {
  .section-timer .box {
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .section-timer .box:last-child {
    margin-bottom: 0;
  }
}
.section-timer .diagonal {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  z-index: 10;
}
@media (min-width: 768px) {
  .section-timer .diagonal {
    height: 100px;
  }
}
@media (min-width: 1200px) {
  .section-timer .diagonal {
    height: 140px;
  }
}

.section-reports #reports-screenshot-gallery {
  margin: -26px auto 0;
  width: 540px;
  height: 325.5319148936px;
}
@media (min-width: 768px) {
  .section-reports #reports-screenshot-gallery {
    width: 720px;
    height: 434.0425531915px;
  }
}
@media (min-width: 992px) {
  .section-reports #reports-screenshot-gallery {
    width: 960px;
    height: 578.7234042553px;
  }
}
@media (min-width: 1200px) {
  .section-reports #reports-screenshot-gallery {
    width: 1128px;
    height: 680px;
  }
}
.section-reports nav.tabnav a.active {
  border-top-color: #0FF6F6;
}
@media (min-width: 576px) {
  .section-reports .royal-text-gallery {
    text-align: center;
  }
}
.section-reports .rsContent {
  background-color: #041224;
}

.section-time-tracking .video-gallery {
  margin-top: 40px;
}
.section-time-tracking .video-gallery .video-items {
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .section-time-tracking .video-gallery .video-items {
    padding-top: 60px;
  }
}
.section-time-tracking .video-gallery .video-items .video-item.active svg.indicator circle.border {
  stroke: #0FF6F6;
}
.section-time-tracking .video-gallery .video-items .video-item.active svg.indicator circle.spinner {
  stroke: #0FF6F6;
}

.section-billing {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.section-billing .screenshot-con {
  margin-top: 20px;
}
.section-billing .screenshot-con img {
  height: 300px;
}
@media (min-width: 576px) {
  .section-billing .screenshot-con img {
    height: auto;
  }
}

.section-ios .screenshot-con {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 40px;
}
.section-ios .screenshot-con img {
  height: 300px;
}
@media (min-width: 576px) {
  .section-ios .screenshot-con img {
    height: auto;
  }
}

.section-sub-feature h3 {
  margin-bottom: 2rem;
}
.section-sub-feature .text-con {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .section-sub-feature .text-con {
    padding-top: 40px;
  }
}

.section-flexible-task-structure {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .section-flexible-task-structure {
    padding-top: 90px;
  }
}
@media (min-width: 992px) {
  .section-flexible-task-structure {
    padding-top: 110px;
  }
}
.section-flexible-task-structure .image-con {
  text-align: center;
}
.section-flexible-task-structure .image-con img {
  margin-top: -20px;
}

.section-icloud-sync .image-con {
  text-align: center;
  margin-bottom: 40px;
  padding-top: 40px;
}

.section-menubar-item .royal-slideshow {
  height: 90px;
}
.section-menubar-item .royal-slideshow img {
  background-color: #041D33;
}
.section-menubar-item .image-con {
  margin-bottom: 40px;
  padding-top: 40px;
}
@media (min-width: 992px) {
  .section-menubar-item .image-con {
    padding-top: 153px;
  }
}

.section-import {
  overflow: hidden;
}
.section-import h6 {
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .section-import .image-con img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .section-import .image-con img {
    padding-left: 30px;
    width: auto;
  }
}

.section-purchase {
  padding-top: 120px;
  padding-bottom: 50px;
}

.purchase-box {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  border: 3px solid #203353;
  margin-bottom: 20px;
}
.purchase-box::after {
  display: block;
  clear: both;
  content: "";
}
.purchase-box .image-col {
  text-align: center;
  padding: 32px 32px 20px;
}
.purchase-box .image-col img {
  width: 128px;
}
@media (min-width: 768px) {
  .purchase-box .image-col {
    float: left;
    width: 40%;
    padding: 36px 0 42px 30px;
  }
  .purchase-box .image-col img {
    width: 192px;
  }
}
@media (min-width: 992px) {
  .purchase-box .image-col {
    float: inherit;
    width: auto;
    padding: 44px 32px 30px;
  }
}
.purchase-box .text-col {
  padding: 0 20px 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .purchase-box .text-col {
    float: right;
    padding: 54px 60px 50px 0;
    text-align: left;
    width: 56%;
  }
}
@media (min-width: 992px) {
  .purchase-box .text-col {
    float: inherit;
    width: auto;
    text-align: center;
    padding: 0 20px 60px;
  }
}
.purchase-box h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0.7em;
}
@media (min-width: 576px) {
  .purchase-box h2 {
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  .purchase-box h2 {
    font-size: 40px;
    margin-bottom: 1em;
  }
}
@media (min-width: 1200px) {
  .purchase-box h2 {
    font-size: 42px;
  }
}
.purchase-box h2 span:first-child {
  font-weight: normal;
  color: #0FF6F6;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .purchase-box h2 span:first-child {
    display: block;
  }
}
.purchase-box ul.feature-list {
  list-style: none;
  font-size: 18px;
  padding: 0;
  margin: 0 0 36px;
}
@media (min-width: 768px) {
  .purchase-box ul.feature-list {
    margin-bottom: 46px;
  }
}
@media (min-width: 992px) {
  .purchase-box ul.feature-list {
    max-width: 220px;
    margin: 0 auto 56px;
  }
}
.purchase-box ul.feature-list li {
  padding: 0;
  line-height: 1.6em;
  margin: 0;
}
@media (min-width: 768px) {
  .purchase-box ul.feature-list li {
    background: url(/images/feature-checkmark.svg) no-repeat 0 6px;
    padding-left: 36px;
    line-height: 35px;
    text-align: left;
  }
}
.purchase-box .price-con {
  margin-bottom: 30px;
}
.purchase-box .price-con .price {
  font-size: 54px;
  font-weight: 700;
  color: #0FF6F6;
  padding-bottom: 12px;
}
.purchase-box .price-con .note {
  color: #0FF6F6;
  font-size: 16px;
}
.purchase-box .purchase-btn-con {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 768px) {
  .purchase-box .purchase-btn-con {
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .purchase-box .purchase-btn-con {
    align-items: center;
  }
}
.purchase-box .purchase-btn-con > *:first-child {
  margin-bottom: 20px;
}
.purchase-box .purchase-btn-con a.btn-primary {
  min-width: 210px;
}
.purchase-box.iphone h2 {
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .purchase-box.iphone h2 {
    margin-bottom: 80px;
  }
}
.purchase-box.purchase-box-primary {
  background-color: #041D33;
  border-width: 0px;
}

.purchase-box-notes {
  text-align: center;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .purchase-box-notes {
    margin-bottom: 0px;
    height: 60px;
  }
}
.purchase-box-notes .basic {
  padding-top: 6px;
}

.section-roadmap h4 {
  color: #0097DD;
}
.section-roadmap ul.roadmap {
  color: #041224;
}
.section-roadmap ul.roadmap .on-going span span {
  color: #FF8300;
}

.section-support {
  padding-top: 20px;
  padding-bottom: 100px;
}
.section-support section {
  margin-bottom: 40px;
}

.overlay {
  display: none;
  background-color: rgba(220, 220, 220, 0.85);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  overflow: auto;
}
.overlay .checkout {
  max-width: 320px;
  position: relative;
  margin: 70px auto auto;
  padding-bottom: 70px;
}
@media (min-width: 576px) {
  .overlay .checkout {
    max-width: 640px;
    margin-top: 140px;
  }
}
.overlay .checkout .wrapper {
  color: rgba(0, 0, 0, 0.7);
  background-color: white;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.18);
  border-radius: 3px;
  width: 100%;
  height: 100%;
  text-align: center;
}
.overlay .checkout .wrapper .wrapper-inner {
  padding: 68px 20px 30px;
}
.overlay .checkout .close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 99999999;
  line-height: 1em;
}
.overlay .checkout .close img {
  width: 14px;
  height: 14px;
}
.overlay .checkout .icon-wrapper {
  position: absolute;
  left: 0;
  top: -55px;
  width: 100%;
  text-align: center;
}
.overlay .checkout .icon-wrapper .icon {
  height: 95px;
  width: 95px;
}
.overlay .checkout .top-block {
  margin-bottom: 30px;
}
.overlay .checkout .top-block h2 {
  color: #041224;
  font-size: 30px;
  line-height: 1.2em;
}
@media (min-width: 768px) {
  .overlay .checkout .top-block h2 {
    font-size: 40px;
  }
}
.overlay .checkout .license-block {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .overlay .checkout .license-block {
    font-size: 20px;
  }
}
.overlay .checkout .license-block .license-wrapper {
  display: inline-block;
  padding: 4px 0;
  border-bottom: 2px solid #8CFF00;
}
.overlay .checkout .notes-block {
  font-size: 14px;
  margin-bottom: 16px;
}
.overlay .checkout .notes-block .email {
  font-weight: bold;
}
.overlay .checkout .order-number-wrapper {
  display: inline-block;
  line-height: 1em;
  font-size: 14px;
  border: 2px solid #cccccc;
  border-radius: 4px;
  padding: 5px 10px 3px;
}

@media (min-width: 576px) {
  .btn-set {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}
.btn-set > * {
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .btn-set > * {
    margin-right: 20px;
    display: inline-block;
  }
}
.btn-set > *:last-child {
  margin-right: 0;
}
@media (min-width: 576px) {
  .btn-set .btn-con {
    margin-bottom: 0px;
  }
}

a.discount {
  position: relative;
  padding-left: 32px;
}
a.discount::before {
  color: #8CFF00;
  position: absolute;
  left: 0;
  top: -3px;
  content: "%";
  display: inline-block;
  text-align: center;
  width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  background-color: #041224;
  border-radius: 12px;
}

a.mas-btn {
  line-height: 36px;
}
a.mas-btn span {
  line-height: 30px;
  display: block;
  font-size: 14px;
  margin-bottom: -14px;
}

a.star-icon .icon {
  margin-top: -3px;
}

.tabnav .tabnav-item .badge-con {
  display: none;
}
@media (min-width: 768px) {
  .tabnav .tabnav-item .badge-con {
    display: inline;
  }
}

.row > .align-children-bottom {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}