@charset "UTF-8";

.blue {
    color: #00bfff;
}
.green {
    color: #00bfa5;
}

html,
body {
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
ul {
    margin: 0;
    padding: 0;
    border: 0;
}
body {
    font-size: 100%;
    font-family: "Open Sans";
    font-size: 16px;
    color: #2a2a2a;
}
body ::selection {
    background: #00bfff;
    color: #fff;
}
body ::-moz-selection {
    background: #00bfff;
    color: #fff;
}
a {
    color: #00bfff;
}
section,
.global {
    position: relative;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    padding-left: 50px;
    padding-right: 50px;
}
.contentContainer {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
nav ul,
nav li {
    margin: 0;
    list-style: none;
    list-style-image: none;
}
li {
    break-inside: avoid;
}
a,
a:active,
a:visited {
    text-decoration: none;
}
fieldset {
    padding: 0;
    margin: 0;
    border: none;
}
input {
    padding: 0;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input:focus,
textarea:focus,
select:focus {
    outline: none;
}
html {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
}
input,
textarea,
button {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
input[type="submit"]::-moz-focus-inner,
[type="button"]::-moz-focus-inner {
    padding: 0;
    border: 0;
    margin-top: -4px;
}
textarea {
    resize: none;
}
:focus {
    outline: none;
}
button:focus {
    outline: 0;
}
button,
input {
    border: none;
    background: none;
}
button {
    cursor: pointer;
}
blockquote {
    margin: 0;
}
.vline-div {
    padding: 0 5px;
}
.sidepad {
    padding-left: 50px;
    padding-right: 50px;
}
.sidepadM {
    padding-left: 25px;
    padding-right: 25px;
}
.sidepadM2 {
    padding-left: 20px;
    padding-right: 20px;
}
.nopad {
    padding-left: 0px;
    padding-right: 0px;
}
.automargin {
    margin-left: auto;
    margin-right: auto;
}
.valign {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-pack: center;
}
.valign-l {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-pack: center;
}
.valign-r {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-pack: center;
}
.valign-b {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-pack: center;
}
.break {
    display: block;
    width: 0;
    height: 0px;
    flex-basis: 100%;
}
.abs-fill {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.abs {
    position: absolute;
    left: 0;
    top: 0;
}
.absr {
    position: absolute;
    right: 0;
    top: 0;
}
.absb {
    position: absolute;
    left: 0;
    bottom: 0;
}
.abs-cen {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.vspace {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.abs-cenv {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
}
.bgcover {
    background: center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.inline-c {
    display: inline-block;
    vertical-align: middle;
}
.inline-t {
    display: inline-block;
    vertical-align: top;
}
.noshrink {
    -webkit-flex-shrink: 0;
    -ms-flex: -1;
    flex-shrink: 0;
}
.allowgrow {
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
}
.no-breakout {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
}
.boost-accel {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.noflicker {
    -webkit-transform-style: preserve-3d;
}
.offscreen {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-5000px);
}
.div-scroll {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.spacer {
    width: 100%;
    height: auto;
    display: block;
}
.filler {
    visibility: hidden;
    height: 0px !important;
    margin: 0 !important;
    padding: 0 !important;
}
.mob {
    display: none;
}
.col {
    position: relative;
}
.row {
    width: 100%;
    position: relative;
}
.upc {
    text-transform: uppercase;
}
.flipX {
    transform: scaleX(-1);
}
.flipY {
    transform: scaleY(-1);
}
.flipXY {
    transform: scale(-1);
}
.rotate-text {
    position: absolute;
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    top: 50%;
    left: 50%;
}
.spaced {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.spaced-c {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.spaced-t {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.showflex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    opacity: 0;
    z-index: 60;
}
.blanket {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #00bfff;
    opacity: 0.95;
    z-index: 1;
}
.overlayWrap {
    width: 100%;
    height: 100%;
    position: fixed;
    padding: 0 50px;
    -webkit-transform: translateZ(0);
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 30;
}
.overlayWrap .contentContainer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-pack: center;
    height: auto;
    min-height: 100%;
}
.part {
    position: absolute;
    left: 0;
    top: 0;
}
.part img {
    width: 100%;
    height: auto;
    display: block;
}
.part-wrap {
    position: absolute;
    overflow: hidden;
}
.sized img {
    width: 100%;
    height: auto;
    display: block;
}
.bg-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
}
.background {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.background .base img {
    width: 100%;
    height: auto;
    display: block;
}
.background .layer {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.background .layer img {
    width: 100%;
    height: auto;
    display: block;
}
.background.cn {
    left: 50%;
    width: 1800px;
    margin-left: -900px;
}
.basic-scaler {
    transform-origin: center top;
}
.willScale.tl,
.basic-scaler.tl {
    transform-origin: left top;
}
.willScale.tr,
.basic-scaler.tr {
    transform-origin: right top;
}
.willScale.tc,
.basic-scaler.tc {
    transform-origin: center top;
}
.willScale.cb,
.basic-scaler.cb {
    transform-origin: center bottom;
}
.sizer {
    visibility: hidden;
}
.image-wrap {
    position: relative;
}
.gridline {
    width: 1px;
    height: 100%;
    position: fixed;
    left: 50%;
    top: 0px;
    z-index: 100;
    background-color: red;
    opacity: 0.2;
    display: none;
}
.gridline.l {
    left: 50px;
}
.gridline.r {
    left: auto;
    right: 50px;
}
.gridline.ml {
    margin-left: -600px;
}
.gridline.mr {
    margin-left: 600px;
}
/* FUNCTIONS */
/*! - GLOBAL ***************************** */
/*! - GLOBAL: 0 REUSE */
section h1,
.global h1 {
    font: 400 52px/1.31;
}
section h2,
.global h2 {
    font-size: 33px;
    line-height: 1.55;
    font-weight: 700;
    margin-bottom: 20px;
}
section h3,
.global h3 {
    font: 400 20px;
}
section p,
.global p {
    line-height: 1.76;
}
section p.intro,
.global p.intro {
    font: 400 20px/1.9 "rogliano", serif;
}
section p + p,
.global p + p {
    margin-top: 30px;
}
section header,
.global header {
    text-align: center;
}
section header h2,
.global header h2 {
    margin-bottom: 20px;
}
section header p,
.global header p {
    font: 400 20px/1.9;
}
section header p + p,
.global header p + p {
    margin-top: 20px;
}
section.dark,
.global.dark {
    color: #fff;
}
.short-caps {
    font: 700 12px/1;
    text-transform: uppercase;
    letter-spacing: 0.3em;
}
.social-links ul {
    font-size: 0px;
}
.social-links li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center;
    width: 55px;
    height: 57px;
}
.social-links li ~ li {
    margin-left: 28px;
}
.social-links li .icon {
    font-size: 25px;
    color: #fff;
    line-height: 56px;
    position: relative;
    width: 100%;
}
.social-links li .icon.fa-facebook {
    font-size: 23px;
}
.social-links li .icon.fa-github {
    font-size: 30px;
}
.social-links li a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}
.social-links li svg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.social-links li svg path {
    fill: #00bfff;
    transform: scale(1);
}
.cta-btn.lrg {
    padding: 20px 35px;
    height: 59px;
}
.cta-btn.ol {
    border: 1px solid #00bfa5;
    color: #00bfa5;
    background-color: transparent;
}
.cta-btn.ol.lrg {
    padding-top: 19px;
}
.btn-group .cta-btn {
    display: inline-block;
    vertical-align: middle;
}
.btn-group .cta-btn + .cta-btn {
    margin-left: 12px;
}
.basic-btn {
    color: #00bfff;
    border-bottom: 1px solid #00bfff;
    padding-bottom: 1px;
    line-height: 1.5;
}
.bucket-row .basic-btn:before,
.content-rows .basic-btn:before {
    display: block;
    content: "";
    margin-top: 15px;
}
.shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    left: 10px;
    transform-origin: left top;
}
.shadow img {
    display: block;
    width: 100%;
    height: 100%;
}
.oval-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 432px;
    background-color: #fff;
    overflow: hidden;
}
.oval-wrap.bot {
    top: auto;
    bottom: 0px;
}
.oval-wrap.bot .bg-oval {
    top: -432px;
}
.bg-oval {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    min-width: 2424px;
    height: 866px;
}
.bg-oval img {
    width: 100%;
    height: 100%;
    display: block;
}
.row-div {
    width: 100%;
    height: 0px;
    border-bottom: 1px solid #ccc;
    margin: 100px 0;
}
.close-btn {
    cursor: pointer;
    width: 57px;
    height: 58px;
    text-align: center;
    position: absolute;
    right: 50px;
    top: 50px;
    z-index: 31;
}
.close-btn span {
    font-size: 20px;
    color: #fff;
    display: block;
    position: relative;
    line-height: 58px;
    margin-left: -2px;
}
.close-btn svg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.close-btn svg path {
    fill: #ffffff;
}
.close-btn .menu-line {
    display: none;
    background-color: #fff;
    width: 22px;
    height: 2px;
    position: absolute;
    left: 50%;
    margin-left: -11px;
    top: 50%;
}
.close-btn .menu-line.top {
    transform: rotate(45deg) translate3d(0, 0px, 0);
}
.close-btn .menu-line.bot {
    transform: rotate(-45deg) translate3d(0, 0px, 0);
}
.trusted-logo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-pack: center;
}
.arrow-lines {
    position: absolute;
    right: 2px;
    bottom: 12px;
    width: 10px;
    z-index: 4;
}
.arrow-lines .arrow-line {
    position: absolute;
    top: 3px;
    width: 9px;
    height: 2px;
    border-radius: 10px;
    background-color: #00bfff;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.arrow-lines .arrow-line.left {
    left: -2px;
    transform: rotate(45deg);
}
.arrow-lines .arrow-line.right {
    right: -2px;
    transform: rotate(-45deg);
}
/*! - GLOBAL: 0a LAYOUT REUSE */
.buckets {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.buckets .bucket {
    width: 31.5%;
    max-width: 375px;
    position: relative;
}
.buckets .bucket-wrap,
.buckets .bucket-contents {
    position: relative;
}
.buckets .bucket-wrap {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    cursor: pointer;
}
.buckets .bucket-wrap > a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.buckets .bucket-contents {
    border-radius: 14px;
}
.buckets .bucket-shadow {
    transform: scaleX(1.015) scaleY(1.05);
}
.buckets.light {
    text-align: center;
}
.buckets.light .bucket-contents {
    border: 1px solid #00bfff;
    background-color: #fff;
    height: 100%;
    padding: 35px 25px 60px;
}
.buckets.light .bucket-shadow,
.buckets.light .bucket-contents {
    height: 350px;
}
.buckets.light .bucket-icon {
    width: 100%;
    height: 130px;
    position: relative;
    margin: 25px 0 20px;
}
.buckets.light .bucket-icon .icon-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
}
.buckets.light p {
    height: 58px;
}
.buckets.light .cta-wrap {
    position: absolute;
    left: 0;
    top: 0;
    top: 325px;
    width: 100%;
    height: 0px;
}
.buckets.dark .bucket {
    height: 435px;
}
.buckets.dark .bucket-wrap {
    height: 405px;
}
.buckets.dark .bucket-contents {
    background-color: #00bfff;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-style: preserve-3d;
}
.buckets.dark .bucket-shadow,
.buckets.dark .bucket-contents {
    height: 405px;
}
.buckets.dark .bucket-txt {
    padding: 20px 25px;
    height: 143px;
    background-color: #00bfff;
}
.buckets.dark .bucket-img {
    height: 263px;
    width: 100%;
    position: relative;
}
.buckets.dark .bucket-img img {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transform: translate(-50%, -50%) scale(0.8);
}
.buckets.dark .printbg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    top: -15px;
    width: 375px;
}
.buckets.dark time {
    font-size: 17px;
    line-height: 1.76;
    color: #4dd0e1;
    display: block;
    margin-bottom: 5px;
}
.buckets.dark h3 {
    color: #fff;
    line-height: 1.6;
    height: 64px;
    overflow: hidden;
}
.buckets.two-col .bucket {
    width: 48.5%;
    max-width: none;
}
.buckets.two-col .bucket-wrap {
    cursor: auto;
}
.buckets.two-col .icon {
    width: 100%;
    max-width: 100px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.buckets.two-col .bucket-contents {
    padding: 40px;
}
.buckets.two-col .cta-btn {
    margin-top: 20px;
}
.buckets.two-col .bucket-shadow {
    top: 10px;
    transform: scaleX(1.015) scaleY(1.03);
}
.content-rows {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
}
.content-rows.sm {
    padding-left: 0px;
    padding-right: 0px;
}
.content-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.content-row .background {
    width: 615px;
}
.content-row + .content-row {
    margin-top: 130px;
}
.content-row .col {
    position: relative;
}
.content-row .col.txt {
    width: 37.5%;
    max-width: 450px;
}
.content-row .col.image {
    width: 62.5%;
    max-width: 650px;
}
.content-row .col.image.left {
    padding-right: 30px;
}
.content-row .col.image.left .willScale {
    transform-origin: left center;
}
.content-row .col.image.left .img-side-text {
    left: -40px;
}
.content-row .col.image.right {
    padding-left: 30px;
    max-width: 680px;
    text-align: right;
}
.content-row .col.image.right .sizer {
    display: inline-block;
}
.content-row .col.image.right .willScale {
    transform-origin: right center;
    left: auto;
    right: 0px;
}
.content-row .col.image.right .img-side-text {
    left: auto;
    right: -40px;
}
.content-row .cta-btn {
    margin-top: 0;
}
.content-row p {
    font: 400 20px/1.9;
}
.content-row .img-side-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 100%;
}
.content-row .img-side-text h3 {
    font: 700 12px/1;
    text-transform: uppercase;
    color: #00bfff;
    letter-spacing: 0.3em;
    width: 110px;
    text-align: center;
    position: absolute;
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    top: 50%;
    left: 50%;
}
.content-row p.footnote {
    font-family: "sofia-pro", sans-serif;
    font-size: 14px;
}
/*! - GLOBAL: 0b TIER REUSE */
#tier-hero {
    padding-top: 152px;
}
#tier-hero h1 {
    font-size: 30px;
    line-height: 1.55;
    font-weight: 400;
    margin-bottom: 20px;
}
#tier-hero .cta-btn {
    margin-top: 35px;
}
#page-products #tier-hero {
    background-color: #f1f5f8;
    padding-top: 185px;
    padding-bottom: 90px;
    overflow: visible;
}
#page-products #tier-hero .hero-anim {
    z-index: 0;
}
#page-products #tier-hero .hero-icon {
    width: 85px;
    margin-bottom: 25px;
}
#page-products #tier-hero h3 {
    margin-bottom: 25px;
}
#page-products #tier-hero .txt {
    width: 36.5%;
    max-width: 435px;
    position: relative;
}
#page-products #tier-hero .background {
    transform-origin: left top;
}
#page-products #tier-hero .beta {
    width: 86px;
    position: absolute;
    left: 0;
    top: 0;
    top: 10px;
    left: auto;
    right: 0px;
}
#page-products #globalFooter .oval-wrap {
    background-color: #f1f5f8;
}
#page-products section header {
    margin-left: auto;
    margin-right: auto;
    max-width: 860px;
}

.footer-partners-wrapper {
  display: block;
  margin: 0 auto;
  max-width: 1200px;
}

.bucket-cols {
    position: relative;
}
.bucket-cols .bucket-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.bucket-cols .bucket-row.first .bucket-box {
    padding-top: 0px;
    border: none;
}
.bucket-cols .col {
    width: 50%;
}
.bucket-cols .col:first-child {
    padding-right: 25px;
}
.bucket-cols .col + .col {
    border-left: 1px solid #ccc;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    padding-left: 25px;
}
.bucket-cols .bucket-box {
    max-width: 515px;
    padding-top: 70px;
    padding-bottom: 60px;
    border-top: 1px solid #ccc;
}
.bucket-cols .bucket-box h3 {
    margin-bottom: 15px;
    line-height: 1.6;
}
.bucket-cols .bucket-box .icon {
    width: 90px;
    height: 100%;
    float: left;
    display: block;
    text-align: center;
}
.bucket-cols .bucket-box .icon img {
    display: inline-block;
}

.bucket-cols .bucket-box:hover img {
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.bucket-cols .bucket-box .txt {
    width: auto;
    margin-left: 90px;
    padding-left: 35px;
}
.scroll-divider {
    width: 35px;
    margin: 150px auto 130px;
}
.ornament-dots {
    position: absolute;
}
.quote-callout {
    width: 100%;
    max-width: 965px;
    margin: 0 auto;
    padding: 192px 50px 120px;
    height: 675px;
    position: relative;
    color: #fff;
}
.quote-callout .bg-blob {
    position: absolute;
    left: 0;
    top: 0;
    width: 965px;
    height: 675px;
    left: 50%;
    margin-left: -482px;
}
.quote-callout .bg-blob img {
    width: 100%;
    height: 100%;
}
.quote-callout .quote-txt {
    text-align: center;
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.quote-callout .quote-logo {
    margin-top: 25px;
}
.quote-callout blockquote {
    font-size: 33px;
    line-height: 1.55;
    position: relative;
}
.quote-callout blockquote .quotemark {
    position: absolute;
    width: 46px;
}
.quote-callout blockquote .quotemark.left {
    left: -80px;
    top: -30px;
}
.quote-callout blockquote .quotemark.right {
    right: -70px;
    bottom: -45px;
}
.quote-callout cite {
    font-size: 17px;
    line-height: 1.76;
    font-style: normal;
    text-align: center;
    display: block;
    margin-top: 62px;
}
#page-generic #tier-hero {
    min-height: 500px;
}
/*! - GLOBAL: 1 LOADER */
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 60;
}
/*! - GLOBAL: 2 HEADER */
#globalHeader {
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 20;
    overflow: visible;
}
#globalHeader.sticky .sticky-bar {
    transform: translateY(0%);
}
#globalHeader.sticky .sticky-bar:after {
    opacity: 1;
}
#globalHeader.sticky .logo.dsk {
    transform: scale(0.8) translate(-6px, -21px);
}
#globalHeader.sticky .logo.dsk .letter {
    opacity: 0;
}
#globalHeader.sticky .logo.dsk a {
    width: 65px;
}
#globalHeader.sticky .toplinks,
#globalHeader.sticky .cta-items,
#globalHeader.sticky .submenu {
    transform: translateY(-23px);
}
#globalHeader .sticky-bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 80px;
    z-index: 0;
    transform: translateY(-100%);
    background-color: #fff;
    border-bottom: 1px solid rgba(61, 90, 254, 0.2);
    -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
    -moz-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
    -o-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
    transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
}
#globalHeader .sticky-bar:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
    opacity: 0;
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
}
#globalHeader .logo {
    position: absolute;
    top: 32px;
    left: 32px;
    width: 182px;
    /* overflow: hidden; */
    /* .clipped(0, 0, 0, 0); */
    transform-origin: left top;
    -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
    -moz-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
    -o-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
    transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
}
#globalHeader .logo img {
    -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
    -moz-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
    -o-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
    transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
}
#globalHeader .logo a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#globalHeader .logo .letter {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 1;
    transform: translateY(0px);
}
#globalHeader .logo .letter.c {
    transition-delay: 0.1s;
}
#globalHeader .logo .letter.g {
    transition-delay: 0.3s;
}
#globalHeader .logo .letter.n {
    transition-delay: 0.05s;
}
#globalHeader .logo .letter.i {
    transition-delay: 0.15s;
}
#globalHeader .logo .letter.t {
    transition-delay: 0.35s;
}
#globalHeader .logo .letter.o2 {
    transition-delay: 0.25s;
}
#globalHeader .toplinks,
#globalHeader .cta-items {
    display: inline-block;
    -webkit-transition: transform 0.5s cubic-bezier(0.5, 0, 0.5, 1);
    -moz-transition: transform 0.5s cubic-bezier(0.5, 0, 0.5, 1);
    -o-transition: transform 0.5s cubic-bezier(0.5, 0, 0.5, 1);
    transition: transform 0.5s cubic-bezier(0.5, 0, 0.5, 1);
    font-size: 15px;
}
#globalHeader .toplinks .cta-btn,
#globalHeader .cta-items .cta-btn {
    font-size: 15px;
}
#globalHeader .toplinks li,
#globalHeader .cta-items li {
    display: inline-block;
    vertical-align: middle;
}
#globalHeader .toplinks {
    padding-top: 50px;
    position: relative;
}
#globalHeader .toplinks li {
    position: relative;
}
#globalHeader .toplinks li + li {
    margin-left: 46px;
}
#globalHeader .toplinks .hasSub a {
    padding-right: 20px;
    position: relative;
    display: block;
}
#globalHeader .toplinks .hasSub .icon {
    font-size: 7px;
    color: #00bfff;
    position: absolute;
    right: 0px;
    bottom: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
    -moz-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
    -o-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
    transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
}
#globalHeader .toplinks .hasSub.open a {
    color: #00bfff;
}
#globalHeader .toplinks .hasSub.open .arrow-lines .arrow-line.left {
    transform: rotate(-45deg);
}
#globalHeader .toplinks .hasSub.open .arrow-lines .arrow-line.right {
    transform: rotate(45deg);
}
#globalHeader .toplinks li.on a {
    color: #00bfff;
}
#globalHeader .cta-items {
    position: absolute;
    top: 40px;
    right: 33px;
    text-align: right;
}
#globalHeader .cta-items li.hasIcon a > * {
    display: inline-block;
    vertical-align: middle;
}
#globalHeader .cta-items li.hasIcon .icon {
    font-size: 19px;
    margin: -1px 8px 0 0;
}
#globalHeader .cta-items li.green a {
    color: #00bfa5;
}
#globalHeader .cta-items li:not(.cta) {
    margin-top: -5px;
}
#globalHeader .cta-items li + li {
    margin-left: 22px;
}
#globalHeader .submenu {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
    top: 93px;
    display: none;
    -webkit-transition: transform 0.5s cubic-bezier(0.5, 0, 0.5, 1);
    -moz-transition: transform 0.5s cubic-bezier(0.5, 0, 0.5, 1);
    -o-transition: transform 0.5s cubic-bezier(0.5, 0, 0.5, 1);
    transition: transform 0.5s cubic-bezier(0.5, 0, 0.5, 1);
}
#globalHeader .submenu .submenu-wrap {
    position: relative;
    width: 100%;
    max-width: 944px;
    display: inline-block;
    opacity: 0;
    transform: translateY(-10px);
}
#globalHeader .submenu .submenu-shadow {
    transform: scaleX(1.01) scaleY(1.1);
    opacity: 0.05;
}
#globalHeader .submenu .submenu-contents {
    position: relative;
    background-color: #00bfff;
    border-radius: 14px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
#globalHeader .submenu .submenu-contents .submenu-item {
    width: 33.3%;
    padding: 34px;
    text-align: center;
    cursor: pointer;
    position: relative;
}
#globalHeader .submenu .submenu-contents .submenu-item .icon {
    float: left;
    width: 56px;
}
#globalHeader .submenu .submenu-contents .submenu-item .txt {
    width: auto;
    margin-left: 56px;
    padding-left: 18px;
    color: #fff;
    text-align: left;
}
#globalHeader .submenu .submenu-contents .submenu-item .txt h4 {
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 8px;
}
#globalHeader .submenu .submenu-contents .submenu-item .txt p {
    font-size: 14px;
    line-height: 1.71;
}
#globalHeader .submenu .submenu-contents .submenu-item + .submenu-item {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}
#globalHeader .submenu .submenu-contents .submenu-item > a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
/*! - GLOBAL: 3 CTA */
#footer-cta {
    overflow: visible;
    text-align: center;
    padding-top: 438px;
    padding-bottom: 100px;
}
#footer-cta h3 {
    color: #2a2a2a;
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    line-height: 1.9;
    margin-bottom: 45px;
}
#footer-cta .bg-wrap {
    height: 533px;
    top: -135px;
}
#footer-cta .background {
    width: 605px;
    margin-left: -302px;
}
#footer-cta .background .main {
    width: 605px;
}
/*! - GLOBAL: 4 FOOTER */
#globalFooter {
    background-color: #00bfff;
    padding-top: 137px;
    padding-bottom: 80px;
}
#globalFooter .print-lines {
    width: 1440px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    margin-left: -485px;
}
#globalFooter .logo-icon {
    width: 140px;
    margin-left: -28px;
    margin-bottom: 5px;
}
#globalFooter h2 {
    color: #fff;
}
#globalFooter .row.main .col.left {
    width: 420px;
    -webkit-flex-shrink: 0;
    -ms-flex: -1;
    flex-shrink: 0;
}
#globalFooter .row.main .col.right {
    width: 66%;
    max-width: 664px;
}
#globalFooter .btn-group {
    margin-top: 60px;
}
#globalFooter .btn-group .cta-btn:first-child {
    width: 175px;
}
#globalFooter .footer-links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    padding-top: 12px;
}
#globalFooter .footer-links ul {
    display: inline-block;
    list-style: none;
}
#globalFooter .footer-links .title-li {
    font-weight: 700;
    color: #00bfff;
    margin-bottom: 25px;
}
#globalFooter .footer-links a {
    color: #fff;
}
#globalFooter .footer-links li + li {
    margin-top: 26px;
}
#globalFooter .row.social {
    margin-top: 90px;
}
#globalFooter .copyright {
    color: #00bfff;
    font-size: 13px;
    margin-top: 15px;
}
/*! - GLOBAL: 5 MENU */
#globalMenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 30;
    overflow: visible;
    display: none;
}
#globalMenu.sticky .menu-bg {
    opacity: 1;
}
#globalMenu .menu-btn {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 19px;
    top: 35px;
    z-index: 5;
    cursor: pointer;
}
#globalMenu .menu-bg {
    position: absolute;
    left: 0;
    top: 0;
    top: 1px;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
#globalMenu .menu-bg img {
    filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.05));
}
#globalMenu .menu-line {
    width: 22px;
    height: 2px;
    background-color: #00bfff;
    position: absolute;
    left: 50%;
    margin-left: -11px;
    top: 50%;
    -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
    -moz-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
    -o-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
    transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
}
#globalMenu .menu-line.top {
    transform: translate3d(0, -9px, 0);
}
#globalMenu .menu-line.mid {
    transform-origin: center center;
}
#globalMenu .menu-line.bot {
    transform: translate3d(0, 9px, 0);
}
#globalMenu.expanded {
    width: 100%;
    height: 100%;
}
#globalMenu.expanded .menu-wrap {
    display: block;
}
#globalMenu.open .menu-line {
    background-color: #fff;
}
#globalMenu.open .menu-line.top {
    transform: rotate(45deg) translate3d(0, 0px, 0);
}
#globalMenu.open .menu-line.mid {
    transform: scaleX(0);
}
#globalMenu.open .menu-line.bot {
    transform: rotate(-45deg) translate3d(0, 0px, 0);
}
#globalMenu.open .menu-bg {
    opacity: 0;
}
#globalMenu .menu-scroller {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
#globalMenu .menu-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: #00bfff;
    opacity: 0;
    display: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
#globalMenu .menu-wrap .logo {
    position: absolute;
    top: 32px;
    left: 32px;
    width: 63px;
}
#globalMenu .menu-wrap .logo a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#globalMenu .menu-wrap .mobile-nav {
    padding: 125px 0px 40px;
}
#globalMenu .menu-wrap .mobile-nav a {
    color: #fff;
    font-size: 23px;
    display: block;
}
#globalMenu .menu-wrap .mobile-nav > ul > li {
    position: relative;
    padding: 0 45px;
}
#globalMenu .menu-wrap .mobile-nav > ul > li + li {
    margin-top: 35px;
}
#globalMenu .menu-wrap .mobile-nav > ul > li.hasIcon a > * {
    display: inline-block;
    vertical-align: middle;
}
#globalMenu .menu-wrap .mobile-nav > ul > li.hasIcon .icon {
    font-size: 19px;
    margin: -1px 12px 0 0;
}
#globalMenu .menu-wrap .mobile-nav > ul > li.green a {
    color: #00bfa5;
    font-size: 18px;
}
#globalMenu .menu-wrap .mobile-nav .hasSub {
    padding-left: 0px;
    padding-right: 0px;
}
#globalMenu .menu-wrap .mobile-nav .hasSub > a {
    padding: 0 45px;
}
#globalMenu .menu-wrap .mobile-nav .hasSub .txt-wrap {
    position: relative;
    display: inline-block;
}
#globalMenu .menu-wrap .mobile-nav .hasSub .arrow-lines {
    right: -28px;
    bottom: 13px;
}
#globalMenu .menu-wrap .mobile-nav .hasSub .arrow-lines .arrow-line {
    background-color: #fff;
}
#globalMenu .menu-wrap .mobile-nav .hasSub.open .arrow-lines .arrow-line.left {
    transform: rotate(-45deg);
}
#globalMenu .menu-wrap .mobile-nav .hasSub.open .arrow-lines .arrow-line.right {
    transform: rotate(45deg);
}
#globalMenu .menu-wrap .submenu-wrap {
    display: block;
    overflow: hidden;
    height: 0px;
    -webkit-transition: height 0.5s cubic-bezier(0.5, 0, 0.5, 1);
    -moz-transition: height 0.5s cubic-bezier(0.5, 0, 0.5, 1);
    -o-transition: height 0.5s cubic-bezier(0.5, 0, 0.5, 1);
    transition: height 0.5s cubic-bezier(0.5, 0, 0.5, 1);
}
#globalMenu .menu-wrap .submenu-wrap .submenu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    height: 152px;
    margin-top: 17px;
    background-color: #00bfff;
}
#globalMenu .menu-wrap .submenu-wrap .submenu .submenu-item {
    width: 33.3%;
    text-align: center;
    padding-top: 27px;
    position: relative;
}
#globalMenu .menu-wrap .submenu-wrap .submenu .submenu-item img {
    width: 55px;
    height: auto;
    display: inline-block;
    margin-bottom: 7px;
}
#globalMenu .menu-wrap .submenu-wrap .submenu .submenu-item h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}
#globalMenu .menu-wrap .submenu-wrap .submenu .submenu-item a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#globalMenu .menu-wrap .submenu-wrap .submenu .submenu-item + .submenu-item {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
#globalMenu .menu-wrap .submenu-wrap.open {
    height: 170px;
}
#globalMenu .menu-wrap .menu-cta {
    padding: 35px 20px 27px 45px;
    border-top: 1px solid rgba(61, 90, 254, 0.4);
    position: relative;
}
#globalMenu .menu-wrap .menu-cta .btn-group {
    position: relative;
}
#globalMenu .menu-wrap .social-links {
    margin-top: 30px;
}
#globalMenu .menu-wrap .social-links .blobbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 47px;
}
#globalMenu .menu-wrap .social-links .blobbg img {
    width: 100%;
    height: auto;
    display: block;
}
#globalMenu .menu-wrap .bg-wrap {
    height: 460px;
}
#globalMenu .menu-wrap .menu-lines {
    width: 1178px;
    left: -160px;
    top: -45px;
}
#globalMenu .menu-wrap .menu-guy {
    width: 167px;
    height: auto;
    display: block;
    position: relative;
}
/*! - GLOBAL: 6 FORMS */
.form-wrap,
.signup-wrap,
.form-elem {
    position: relative;
}
.form-wrap form,
.signup-wrap form,
.form-elem form {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
}
.form-wrap form ::-webkit-input-placeholder,
.signup-wrap form ::-webkit-input-placeholder,
.form-elem form ::-webkit-input-placeholder {
    color: #00bfff;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
}
.form-wrap form :-moz-placeholder,
.signup-wrap form :-moz-placeholder,
.form-elem form :-moz-placeholder {
    color: #00bfff;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
    opacity: 1;
}
.form-wrap form ::-moz-placeholder,
.signup-wrap form ::-moz-placeholder,
.form-elem form ::-moz-placeholder {
    color: #00bfff;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
    opacity: 1;
}
.form-wrap form :-ms-input-placeholder,
.signup-wrap form :-ms-input-placeholder,
.form-elem form :-ms-input-placeholder {
    color: #00bfff;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
}
.form-wrap form input:-webkit-autofill,
.signup-wrap form input:-webkit-autofill,
.form-elem form input:-webkit-autofill,
.form-wrap form input:-webkit-autofill:hover,
.signup-wrap form input:-webkit-autofill:hover,
.form-elem form input:-webkit-autofill:hover,
.form-wrap form input:-webkit-autofill:focus,
.signup-wrap form input:-webkit-autofill:focus,
.form-elem form input:-webkit-autofill:focus,
.form-wrap form input:-webkit-autofill:active,
.signup-wrap form input:-webkit-autofill:active,
.form-elem form input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    -webkit-text-fill-color: #00bfff;
}
.form-wrap form .form-row,
.signup-wrap form .form-row,
.form-elem form .form-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    height: 60px;
    position: relative;
    margin-bottom: 18px;
}
.form-wrap form .form-row .field-wrap,
.signup-wrap form .form-row .field-wrap,
.form-elem form .form-row .field-wrap {
    width: 48.5%;
}
.form-wrap form .field-wrap,
.signup-wrap form .field-wrap,
.form-elem form .field-wrap {
    width: 100%;
    height: 60px;
    margin-bottom: 18px;
    position: relative;
}
.form-wrap form .field-wrap .field-contents,
.signup-wrap form .field-wrap .field-contents,
.form-elem form .field-wrap .field-contents {
    position: relative;
    height: 60px;
    padding: 15px 25px;
    background-color: #fff;
    border: 1px solid #00bfff;
    overflow: hidden;
    border-radius: 14px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.form-wrap form .field-wrap.error .field-contents,
.signup-wrap form .field-wrap.error .field-contents,
.form-elem form .field-wrap.error .field-contents {
    border-color: #ffffff;
}
.form-wrap form .field-wrap.error .field-contents ::-webkit-input-placeholder,
.signup-wrap form .field-wrap.error .field-contents ::-webkit-input-placeholder,
.form-elem form .field-wrap.error .field-contents ::-webkit-input-placeholder {
    color: #ffffff;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
}
.form-wrap form .field-wrap.error .field-contents :-moz-placeholder,
.signup-wrap form .field-wrap.error .field-contents :-moz-placeholder,
.form-elem form .field-wrap.error .field-contents :-moz-placeholder {
    color: #ffffff;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
    opacity: 1;
}
.form-wrap form .field-wrap.error .field-contents ::-moz-placeholder,
.signup-wrap form .field-wrap.error .field-contents ::-moz-placeholder,
.form-elem form .field-wrap.error .field-contents ::-moz-placeholder {
    color: #ffffff;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
    opacity: 1;
}
.form-wrap form .field-wrap.error .field-contents :-ms-input-placeholder,
.signup-wrap form .field-wrap.error .field-contents :-ms-input-placeholder,
.form-elem form .field-wrap.error .field-contents :-ms-input-placeholder {
    color: #ffffff;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
}
.form-wrap form .field-wrap.error input,
.signup-wrap form .field-wrap.error input,
.form-elem form .field-wrap.error input {
    color: #ffffff;
}
.form-wrap form .field-wrap.error .select2-container .select2-choice,
.signup-wrap form .field-wrap.error .select2-container .select2-choice,
.form-elem form .field-wrap.error .select2-container .select2-choice {
    color: #ffffff;
}
.form-wrap form .field-wrap.hasS2,
.signup-wrap form .field-wrap.hasS2,
.form-elem form .field-wrap.hasS2 {
    cursor: pointer;
    text-align: left;
}
.form-wrap form .field-wrap.hasS2 .field-contents,
.signup-wrap form .field-wrap.hasS2 .field-contents,
.form-elem form .field-wrap.hasS2 .field-contents {
    padding: 0px;
}
.form-wrap form .field-wrap.ta,
.signup-wrap form .field-wrap.ta,
.form-elem form .field-wrap.ta {
    height: 180px;
}
.form-wrap form .field-wrap.ta .field-contents,
.signup-wrap form .field-wrap.ta .field-contents,
.form-elem form .field-wrap.ta .field-contents {
    height: 180px;
    padding: 0px;
}
.form-wrap form .field-shadow,
.signup-wrap form .field-shadow,
.form-elem form .field-shadow {
    left: 12px;
    top: 6px;
    transform: scaleY(1.05);
}
.form-wrap form input[type="text"],
.signup-wrap form input[type="text"],
.form-elem form input[type="text"],
.form-wrap form input[type="email"],
.signup-wrap form input[type="email"],
.form-elem form input[type="email"] {
    width: 100%;
    color: #00bfff;
    padding: 0;
    line-height: normal;
}
.form-wrap form textarea,
.signup-wrap form textarea,
.form-elem form textarea {
    width: 100%;
    height: 100%;
    border: none;
    color: #00bfff;
    line-height: 1.5;
    padding: 15px 25px;
}
.form-wrap .cta-btn,
.signup-wrap .cta-btn,
.form-elem .cta-btn {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 43px;
}
.form-wrap .form-circletext,
.signup-wrap .form-circletext,
.form-elem .form-circletext {
    width: 150px;
    left: -267px;
    top: 13px;
}
.form-wrap .form-person,
.signup-wrap .form-person,
.form-elem .form-person {
    width: 300px;
    left: -300px;
    top: auto;
    bottom: 0px;
}
.form-wrap .thank-you,
.signup-wrap .thank-you,
.form-elem .thank-you {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 50px;
    border-radius: 14px;
    background-color: #fff;
    z-index: 5;
    display: none;
    opacity: 0;
}
.form-wrap .thank-you .txt,
.signup-wrap .thank-you .txt,
.form-elem .thank-you .txt {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    opacity: 0;
}
.form-wrap .thank-you h2,
.signup-wrap .thank-you h2,
.form-elem .thank-you h2,
.form-wrap .thank-you h3,
.signup-wrap .thank-you h3,
.form-elem .thank-you h3 {
    color: #00bfff;
}
.form-wrap .thank-you .icon,
.signup-wrap .thank-you .icon,
.form-elem .thank-you .icon {
    display: inline-block;
    width: 108px;
    margin-bottom: 15px;
}
.form-wrap {
    width: 100%;
    max-width: 577px;
    margin: 0 auto;
    background-color: #fff;
    padding: 50px;
    border-radius: 14px;
}
.signup-wrap form .field-wrap {
    height: 66px;
    margin-bottom: 0px;
}
.signup-wrap form .field-wrap .field-contents {
    padding: 9px;
    height: 66px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.signup-wrap form .field-wrap .field-contents input[type="email"] {
    flex-grow: 1;
    height: 46px;
    padding: 0 15px;
    display: block;
}
.signup-wrap form .field-wrap .field-contents .cta-btn {
    text-align: center;
    flex-grow: 0;
    margin: 0px;
    padding: 13px 30px 14px;
}
.signup-wrap .thank-you {
    padding: 0px;
    border-radius: 0px;
    top: 85px;
    background-color: transparent;
    z-index: 1;
}
.select2-container--default .select2-selection--single {
    padding: 15px 25px;
    border: none;
    border-radius: 0px;
    background: none;
    height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: auto;
    right: 21px;
    top: 37px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow .icon {
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 17px;
    padding: 0px;
    line-height: normal;
    color: #00bfff;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #00bfff;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: transparent;
    color: #00bfff;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    color: #00bfff;
    background-color: transparent;
}
.select2-container--default .select2-results > .select2-results__options {
    padding: 12px 0;
    max-height: 235px;
}
.select2-dropdown {
    margin-top: 20px;
    margin-left: -1px;
    border-radius: 14px;
    border: 1px solid #00bfff;
    background-color: #00bfff;
    box-sizing: content-box;
}
.select2-dropdown--above {
    margin-top: -20px;
}
.select2-results__option {
    padding: 9px 25px 8px;
    color: #fff;
    font-size: 17px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
    border-radius: 14px;
}
.select2-container--open .select2-selection__arrow .arrow-lines .arrow-line.left {
    transform: rotate(-45deg);
}
.select2-container--open .select2-selection__arrow .arrow-lines .arrow-line.right {
    transform: rotate(45deg);
}
/*! - GLOBAL: 7 OVERLAYS */
#contactOverlay {
    padding-left: 0px;
    padding-right: 0px;
}
#contactOverlay .overlayWrap {
    padding: 75px 25px;
}
#contactOverlay header {
    text-align: center;
    margin-bottom: 55px;
}
#contactOverlay header h2,
#contactOverlay header p {
    color: #fff;
}
#video-overlay {
    padding-left: 0px;
    padding-right: 0px;
    z-index: 1050;
}
#video-overlay .overlayWrap {
    padding: 75px 50px;
}
#video-overlay .contentContainer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-pack: center;
    height: auto;
    min-height: 100%;
    max-width: 1280px;
}
#video-overlay #video-contents {
    position: relative;
}
#video-overlay .video-spacer {
    width: 100%;
    height: auto;
}
#video-overlay video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
/*! - GLOBAL: 8 HOVERS */
@media screen and (min-width: 1025px) {
    a,
    button {
        -webkit-transition: color 0.3s linear, background-color 0.3s linear;
        -moz-transition: color 0.3s linear, background-color 0.3s linear;
        -o-transition: color 0.3s linear, background-color 0.3s linear;
        transition: color 0.3s linear, background-color 0.3s linear;
    }

    .cta-btn.ol:hover {
        color: #fff;
        background-color: #00bfa5;
    }
    .basic-btn {
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .basic-btn:hover {
        color: #00bfff;
        border-color: #00bfff;
    }
    .social-links li:hover > svg .blobbg {
        fill: #00bfff;
    }
    #globalHeader .toplinks a:hover {
        color: #00bfff;
    }
    #globalHeader .cta-items li.green a:hover {
        color: #00bfff;
    }
    #globalHeader .submenu-item .icon {
        -webkit-transition: transform 0.3s ease-out;
        -moz-transition: transform 0.3s ease-out;
        -o-transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }
    #globalHeader .submenu-item:hover > .icon {
        transform: translateY(-5px);
    }
    #globalFooter .footer-links a:hover {
        color: #00bfff;
    }
    .overlay .close-btn:hover > svg .blobbg {
        fill: #00bfff;
    }
    #dev-sidebar .sidebar-nav a:hover {
        color: #00bfff;
    }
    #dev-sidebar .dev-search form .field-wrap .field-contents button img {
        -webkit-transition: transform 0.3s ease-out;
        -moz-transition: transform 0.3s ease-out;
        -o-transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }
    #dev-sidebar .dev-search form .field-wrap .field-contents button:hover > img {
        transform: rotate(-24deg);
    }
    #dev-sidebar .search-auto li a:hover {
        color: #00bfff;
    }
    #home-about .bucket-wrap .bucket-shadow,
    #home-about .bucket-wrap .bucket-contents {
        -webkit-transition: height 0.3s ease-out;
        -moz-transition: height 0.3s ease-out;
        -o-transition: height 0.3s ease-out;
        transition: height 0.3s ease-out;
    }
    #home-about .bucket-wrap:hover {
        height: 410px;
    }
    #home-about .bucket-wrap:hover > .bucket-contents,
    #home-about .bucket-wrap:hover > .bucket-shadow {
        height: 410px;
    }
    #home-about .bucket-wrap:hover > .bucket-contents .cta-wrap .cta-btn {
        background-color: #00bfff;
    }
    .buckets.dark .bucket-wrap {
        -webkit-transition: transform 0.3s ease-out;
        -moz-transition: transform 0.3s ease-out;
        -o-transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }
    .buckets.dark .bucket-wrap .bucket-contents {
        -webkit-transition: height 0.3s ease-out;
        -moz-transition: height 0.3s ease-out;
        -o-transition: height 0.3s ease-out;
        transition: height 0.3s ease-out;
    }
    .buckets.dark .bucket-wrap .bucket-txt {
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        transform: translateY(0px);
    }
    .buckets.dark .bucket-wrap .printbg,
    .buckets.dark .bucket-wrap .bucket-img {
        -webkit-transition: transform 0.3s ease-out;
        -moz-transition: transform 0.3s ease-out;
        -o-transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
        transform: translateY(0px);
    }
    .buckets.dark .bucket-wrap:hover {
        height: 435px;
        transform: translateY(-15px);
    }
    .buckets.dark .bucket-wrap:hover > .bucket-contents {
        height: 435px;
    }
    .buckets.dark .bucket-wrap:hover > .bucket-contents .bucket-txt {
        height: 158px;
        transform: translateY(15px);
    }
    .buckets.dark .bucket-wrap:hover > .bucket-contents .printbg,
    .buckets.dark .bucket-wrap:hover > .bucket-contents .bucket-img {
        transform: translateY(15px);
    }
    #globalMenu .cta-btn:hover {
        background-color: #00bfff;
    }
    #globalMenu .cta-btn.ol:hover {
        color: #00bfa5;
        background-color: transparent;
    }
    #insights-article a:not(.cta-btn),
    #page-developers .bodytext a:not(.cta-btn),
    #page-api .bodytext a:not(.cta-btn),
    #page-api #api-lang .lang-menu a:not(.cta-btn) {
        -webkit-transition: opacity 0.3s linear;
        -moz-transition: opacity 0.3s linear;
        -o-transition: opacity 0.3s linear;
        transition: opacity 0.3s linear;
    }
    #insights-article a:not(.cta-btn):hover,
    #page-developers .bodytext a:not(.cta-btn):hover,
    #page-api .bodytext a:not(.cta-btn):hover,
    #page-api #api-lang .lang-menu a:not(.cta-btn):hover {
        opacity: 0.6;
    }
    .api-code .copy-cb img {
        -webkit-transition: opacity 0.3s linear;
        -moz-transition: opacity 0.3s linear;
        -o-transition: opacity 0.3s linear;
        transition: opacity 0.3s linear;
    }
    .api-code .copy-cb:hover > img {
        opacity: 0.6;
    }
}
/*! - PAGE ***************************** */
/*! - PAGE: 0 HOME -> 0 HERO */
#home-hero {
    padding-top: 160px;
    padding-bottom: 315px;
    position: static;
}
#home-hero h1 {
    margin-bottom: 28px;
    position: relative;
}
#home-hero .contentContainer {
    z-index: 3;
}
#home-hero .txt {
    margin-top: 120px;
    max-width: 400px;
    position: relative;
}
#home-hero .txt .fingerprint {
    position: absolute;
    left: -73px;
    top: -34px;
    width: 122px;
}
#home-hero .btn-group {
    margin-top: 37px;
}
#home-hero .btn-group .cta-btn:first-child {
    width: 175px;
}
/*! - PAGE: 0 HOME -> 1 ABOUT */
#home-about {
    overflow: visible;
    z-index: 1;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 300px;
    padding-bottom: 0px;
}
#home-about .hero-anim {
    height: 1600px;
    top: -836px;
    z-index: 1;
}
#home-about .hero-anim .background {
    width: 1502px;
    margin-left: -16px;
    transform-origin: left top;
}
#home-about .hero-anim .background .main {
    width: 1502px;
}
#home-about .about-intro,
#home-about .content-rows {
    padding-left: 50px;
    padding-right: 50px;
}
#home-about .about-intro {
    padding-top: 110px;
    padding-bottom: 120px;
    overflow: hidden;
    position: relative;
    background-color: #f4f6ff;
}
#home-about .about-intro header {
    text-align: left;
    max-width: 600px;
    margin-top: 112px;
}
#home-about .about-intro .logo-group {
    max-width: 760px;
    margin-top: 30px;
}
#home-about .about-intro .partner-mover-wrap {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-5000px);
}
#home-about .buckets {
    margin-top: 120px;
    height: 410px;
}
#home-about .content-rows {
    margin-top: 135px;
    padding-bottom: 70px;
    overflow: hidden;
}
#home-about .content-rows .content-row .background {
    width: 650px;
}
#home-about .content-rows .content-row[data-num="1"] .background {
    right: 15px;
    height: 478px;
    overflow: hidden;
}
#home-about .content-rows .content-row[data-num="1"] .col.txt {
    padding-top: 10%;
}
#home-about .content-rows .content-row[data-num="2"] .background {
    top: -20px;
}
#home-about .content-rows .content-row[data-num="2"] .col.txt {
    padding-top: 5.5%;
}
/*! - PAGE: 0 HOME -> 2 INSIGHTS */
#home-insights {
    background-color: #f4f6ff;
    padding-top: 110px;
    padding-bottom: 264px;
}
#home-insights .cta-wrap {
    margin-top: 25px;
    text-align: center;
}
#home-insights .buckets {
    margin-top: 55px;
}
/*! - PAGE: 1 IDENTITY -> 0 HERO  */
#page-products.identity #tier-hero .hero-anim {
    height: 647px;
    top: 123px;
}
#page-products.identity #tier-hero .hero-anim .background {
    width: 747px;
    margin-left: -126px;
}
#page-products.identity #tier-hero .hero-anim .background .main {
    width: 747px;
}
#page-products.identity #tier-hero h3 {
    margin-bottom: 18px;
}
#page-products.identity #tier-hero .hero-icon {
    margin-bottom: 18px;
}
#page-products.identity #tier-hero .cta-btn {
    margin-top: 38px;
}
/*! - PAGE: 1 IDENTITY -> 1 WHY  */
#identity-why {
    padding-top: 177px;
    padding-bottom: 155px;
}
#identity-why header {
    margin-bottom: 95px;
    margin-top: 64px;
}
#identity-why .bucket-cols .ornament-dots[data-num="1"] {
    right: -162px;
    top: -95px;
}
#identity-why .bucket-cols .ornament-dots[data-num="2"] {
    left: -220px;
    top: 210px;
}
#identity-why .bucket-cols .ornament-dots[data-num="3"] {
    left: -50px;
    bottom: -15px;
}
#identity-why .bucket-cols .ornament-dots[data-num="4"] {
    right: -50px;
    bottom: -15px;
}
/*! - PAGE: 1 IDENTITY -> 2 HOW  */
#identity-how {
    padding-top: 125px;
    padding-bottom: 789px;
    height: 1100px;
    background-color: #00bfff;
}
#identity-how h2 {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 600;
}
#identity-how .background {
    height: 1099px;
    top: auto;
    bottom: 0px;
    transform-origin: center bottom;
}
#identity-how .main.dsk {
    clip-path: url("#how-arc");
    -webkit-clip-path: url("#how-arc");
    width: 1800px;
    height: 1100px;
}
/*! - PAGE: 1 IDENTITY -> 3 USES  */
#identity-uses {
    padding-bottom: 280px;
}
#identity-uses header {
    margin-bottom: 105px;
    margin-top: 105px;
}
#identity-uses .content-rows .content-row[data-num="1"] .background {
    top: -58px;
}
#identity-uses .content-rows .content-row[data-num="1"] .col.txt {
    padding-top: 12px;
}
#identity-uses .content-rows .content-row[data-num="1"] .img-side-text {
    top: -9%;
}
#identity-uses .content-rows .content-row[data-num="3"] .shapes {
    width: 230px;
    left: -35px;
    top: 290px;
}
#identity-uses .content-rows .content-row[data-num="4"] {
    margin-top: 145px;
}
#identity-uses .content-rows .content-row[data-num="4"] .col.txt {
    padding-top: 15px;
}
#identity-uses .row-div {
    margin: 25px 0;
}
#identity-uses .uses-bullets {
    color: #2a2a2a;
    font-weight: 600;
    padding-top: 7px;
}
#identity-uses .uses-bullets h4 {
    margin-bottom: 15px;
}
#identity-uses .uses-bullets ul {
    -webkit-columns: 2 auto;
    -moz-columns: 2 auto;
    columns: 2 auto;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    list-style: none;
    max-width: 415px;
}
#identity-uses .uses-bullets li {
    padding-bottom: 13px;
    line-height: 1.3;
}
#identity-uses .ornament-dots {
    width: 50px;
}
#identity-uses .ornament-dots[data-num="1"] {
    right: -30px;
    bottom: -45px;
}
#identity-uses .ornament-dots[data-num="2"] {
    left: 50%;
    margin-left: -25px;
    bottom: -80px;
}
#identity-uses .ornament-dots[data-num="3"] {
    left: 50%;
    margin-left: 150px;
    bottom: -85px;
}
/*! - PAGE: 2 WATCHLIST -> 0 HERO  */
#page-products.watchlist #tier-hero {
    padding-top: 205px;
    padding-bottom: 0px;
}
#page-products.watchlist #tier-hero .txt {
    padding-bottom: 90px;
    max-width: 345px;
}
#page-products.watchlist #tier-hero .hero-anim {
    height: 656px;
    top: auto;
    bottom: -79px;
}
#page-products.watchlist #tier-hero .hero-anim .background {
    width: 752px;
    margin-left: -147px;
}
#page-products.watchlist #tier-hero .hero-anim .background .main {
    width: 752px;
}
#page-products.watchlist #tier-hero .hero-icon {
    margin-bottom: 19px;
}
#page-products.watchlist #tier-hero h3 {
    margin-bottom: 18px;
}
#page-products.watchlist #tier-hero .cta-btn {
    margin-top: 40px;
}
#page-products.watchlist #tier-hero .beta {
    top: 10px;
}
/*! - PAGE: 2 WATCHLIST -> 1 SOLUTION  */
#watchlist-solution {
    padding-top: 175px;
    padding-bottom: 132px;
}
#watchlist-solution header {
    margin-bottom: 35px;
}
#watchlist-solution .col {
    width: 50%;
}
#watchlist-solution .col.text {
    max-width: 540px;
    padding-left: 25px;
}
#watchlist-solution .bucket-row {
    padding: 38px 25px 38px 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
#watchlist-solution .bucket-row + .bucket-row {
    border-top: 1px solid rgba(61, 90, 254, 0.2);
}
#watchlist-solution .bucket-row .icon {
    width: 90px;
    -webkit-flex-shrink: 0;
    -ms-flex: -1;
    flex-shrink: 0;
}
#watchlist-solution .bucket-row .icon img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}
#watchlist-solution .bucket-row .txt {
    flex-grow: 1;
    padding-left: 30px;
}
#watchlist-solution .background {
    width: 627px;
    top: 20px;
    transform-origin: left center;
}
/*! - PAGE: 2 WATCHLIST -> 2 SCAN  */
#watchlist-scan {
    padding-left: 0px;
    padding-right: 0px;
}
#watchlist-scan .oval-wrap {
    top: 400px;
}
#watchlist-scan .dark-wrap {
    padding-left: 50px;
    padding-right: 50px;
    background-color: #00bfff;
    padding-top: 140px;
    padding-bottom: 75px;
}
#watchlist-scan .content-row .col.txt {
    width: 45%;
    max-width: 535px;
}
#watchlist-scan .content-row h3 {
    color: #4dd0e1;
    margin-top: 60px;
    line-height: 1.3;
}
#watchlist-scan .content-row .footnote {
    color: #4dd0e1;
}
#watchlist-scan .content-row .icon {
    margin-bottom: 32px;
}
#watchlist-scan .scan-stats {
    color: #4dd0e1;
    margin: 30px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
#watchlist-scan .scan-stats h2 {
    margin-bottom: 5px;
}
#watchlist-scan .scan-stats p {
    font: 400 17px/1 "sofia-pro", sans-serif;
}
#watchlist-scan .scan-stats .col + .col {
    border-left: 1px solid rgba(77, 208, 225, 0.4);
    padding-left: 30px;
}
#watchlist-scan .side-shape {
    width: 360px;
    left: -210px;
    top: -143px;
    z-index: -1;
}
#watchlist-scan .background {
    width: 1079px;
    left: 112px;
    top: -27px;
    transform-origin: left bottom;
}
/*! - PAGE: 2 WATCHLIST -> 3 CRM  */
#watchlist-crm {
    background-color: #fafbff;
    padding-top: 85px;
    padding-bottom: 445px;
}
#watchlist-crm header {
    padding-left: 20px;
    padding-right: 20px;
}
#watchlist-crm header .icon {
    margin-bottom: 10px;
}
#watchlist-crm .blocks {
    width: 2128px;
    height: 158px;
    left: 50%;
    margin-left: -1064px;
}
#watchlist-crm .blocks.top {
    top: -40px;
}
#watchlist-crm .blocks.bot {
    top: auto;
    bottom: -40px;
}
#watchlist-crm .blocks .block[data-num="2"] {
    left: auto;
    right: 0px;
}
#watchlist-crm .crm-slider {
    width: 100%;
    height: 157px;
    position: relative;
    margin-top: 55px;
}
#watchlist-crm .crm-slider .crm-modules-wrap {
    position: absolute;
    left: 0;
    top: 0;
    left: 50%;
    margin: 0;
    width: 6700px;
    height: 157px;
    transform: translateX(0px);
}
#watchlist-crm .crm-slider .crm-modules {
    position: absolute;
    left: 0;
    top: 0;
    width: 3300px;
}
#watchlist-crm .crm-slider .crm-modules:last-child {
    left: 3350px;
}
#watchlist-crm .crm-slider .crm-module {
    display: inline-block;
    vertical-align: top;
    height: 157px;
    padding: 34px 15px;
    background: url(images/watchlist/crm-rect.svg) left top no-repeat;
    background-size: 100% 100%;
}
#watchlist-crm .crm-slider .crm-module + .crm-module {
    margin-left: 40px;
}
#watchlist-crm .crm-slider .crm-module[data-type="1"] {
    width: 656px;
}
#watchlist-crm .crm-slider .crm-module[data-type="2"] {
    background-image: url(images/watchlist/crm-rect2.svg);
    padding: 35px;
}
#watchlist-crm .crm-slider .crm-module[data-type="2"][data-num="2"] .crm-contents {
    width: 322px;
}
#watchlist-crm .crm-slider .crm-module[data-type="2"][data-num="4"] .crm-contents {
    width: 272px;
}
#watchlist-crm .crm-slider .crm-module[data-type="2"][data-num="6"] .crm-contents {
    width: 305px;
}
#watchlist-crm .crm-slider .crm-contents {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}
#watchlist-crm .crm-slider .person {
    width: 75px;
}
#watchlist-crm .crm-slider .mod-icon-wrap {
    width: 32px;
    height: 32px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
#watchlist-crm .crm-slider .mod-icon-wrap svg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#watchlist-crm .crm-slider .mod-icon-wrap .mod-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#watchlist-crm .crm-slider .mod-parts {
    position: absolute;
    left: 95px;
    top: 11px;
}
#watchlist-crm .crm-slider .mod-blob {
    fill: #00bfff;
    opacity: 0.3;
}
#watchlist-crm .crm-slider .mod-part {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    height: 62px;
    padding-top: 15px;
    pointer-events: none;
}
#watchlist-crm .crm-slider .mod-part[data-num="1"] {
    width: 200px;
}
#watchlist-crm .crm-slider .mod-part[data-num="1"] .mod-icon {
    width: 19px;
    margin-left: -6px;
}
#watchlist-crm .crm-slider .mod-part[data-num="1"] .mod-hl {
    fill: #ffffff;
    opacity: 0;
}
#watchlist-crm .crm-slider .mod-part[data-num="1"] .mod-highlight {
    width: 202px;
}
#watchlist-crm .crm-slider .mod-part[data-num="2"] {
    width: 188px;
    left: 200px;
}
#watchlist-crm .crm-slider .mod-part[data-num="2"] .mod-icon {
    width: 8px;
    margin-top: -2px;
}
#watchlist-crm .crm-slider .mod-part[data-num="2"] .mod-hl {
    fill: #ff8a65;
    opacity: 0;
}
#watchlist-crm .crm-slider .mod-part[data-num="2"] .mod-highlight {
    width: 191px;
}
#watchlist-crm .crm-slider .mod-part[data-num="3"] {
    width: 115px;
    left: 388px;
}
#watchlist-crm .crm-slider .mod-part[data-num="3"] .mod-icon {
    width: 15px;
}
#watchlist-crm .crm-slider .mod-part[data-num="3"] .mod-hl {
    fill: #00bfa5;
    opacity: 0;
}
#watchlist-crm .crm-slider .mod-part[data-num="3"] .mod-highlight {
    width: 118px;
}
#watchlist-crm .crm-slider .mod-part p {
    color: #00bfff;
    opacity: 0.3;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    margin-left: 5px;
    position: relative;
}
#watchlist-crm .crm-slider .mod-highlight {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    top: 50%;
    margin-top: -38px;
    left: -1px;
    height: 77px;
    transform: scaleY(0.83);
    opacity: 0;
    /* .scaleY(1); */
}
#watchlist-crm .crm-slider .mod-highlight .mod-fill {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    border-radius: 8px;
}
#watchlist-crm .crm-slider .mod-highlight .mod-border {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: 2px solid #00bfff;
    border-radius: 8px;
}
#watchlist-crm .crm-slider .mod-highlight .mod-shad-bg {
    top: -8px;
    width: 102%;
    height: 88px;
}
#watchlist-crm .crm-slider .mod-highlight .mod-shad-bg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#watchlist-crm .crm-slider .mod-highlight .mod-shad-fg {
    left: auto;
    right: 2px;
    top: -5px;
    width: 50px;
    height: 82px;
}
#watchlist-crm .crm-slider .mod-highlight .part {
    opacity: 0;
}
#watchlist-crm .crm-machine {
    position: absolute;
    left: 50%;
    width: 1023px;
    height: 384px;
    bottom: 0px;
    margin-left: -511px;
}
#watchlist-crm .crm-machine .switch {
    width: 49px;
    height: 54px;
    top: 80px;
}
#watchlist-crm .crm-machine .switch svg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#watchlist-crm .crm-machine .switch.reject {
    left: 385px;
}
#watchlist-crm .crm-machine .switch.reject .switch-icon {
    width: 19px;
    margin-left: -6px;
}
#watchlist-crm .crm-machine .switch.reject .oline {
    stroke: #ffffff;
}
#watchlist-crm .crm-machine .switch.reject .hl {
    fill: #ffffff;
    opacity: 0;
}
#watchlist-crm .crm-machine .switch.review {
    left: 451px;
}
#watchlist-crm .crm-machine .switch.review .oline {
    stroke: #ff8a65;
}
#watchlist-crm .crm-machine .switch.review .hl {
    fill: #ff8a65;
    opacity: 0;
}
#watchlist-crm .crm-machine .switch.review .switch-icon {
    width: 8px;
}
#watchlist-crm .crm-machine .switch.clear {
    left: 517px;
}
#watchlist-crm .crm-machine .switch.clear .oline {
    stroke: #00bfa5;
}
#watchlist-crm .crm-machine .switch.clear .hl {
    fill: #00bfa5;
    opacity: 0;
}
#watchlist-crm .crm-machine .switch.clear .switch-icon {
    width: 15px;
}
#watchlist-crm .crm-machine .switch .oline {
    fill: none;
    opacity: 0;
    stroke-miterlimit: 10;
}
#watchlist-crm .crm-machine .switch .blob {
    fill: #00bfff;
    opacity: 0.3;
}
#watchlist-crm .crm-machine .switch .switch-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: -2px;
}
#watchlist-crm .crm-machine .badge {
    width: 45px;
    left: 594px;
    top: 93px;
}
#watchlist-crm .crm-machine .badge > img {
    position: absolute;
    left: 0;
    top: 0;
}
#watchlist-crm .crm-machine .badge .bg {
    opacity: 0.3;
}
/*! - PAGE: 2 WATCHLIST -> 4 USES  */
#watchlist-uses {
    z-index: 2;
    padding-top: 20px;
}
#watchlist-uses .col.txt .icon {
    margin-bottom: 17px;
}
#watchlist-uses .content-row {
    /* TIME MACHINE */
}
#watchlist-uses .content-row[data-num="0"] .col.right.txt {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-pack: center;
}
#watchlist-uses .content-row[data-num="0"] .background {
    height: 455px;
    top: 50%;
    margin-top: -227px;
}
#watchlist-uses .content-row[data-num="1"] .background {
    top: -16px;
    right: -22px;
}
#watchlist-uses .content-row[data-num="2"] .background {
    top: 50%;
    margin-top: -190px;
}
#watchlist-uses .content-row[data-num="2"] .col.txt {
    padding-top: 15px;
}
#watchlist-uses .content-row[data-num="3"] {
    padding-top: 90px;
    padding-bottom: 20px;
}
#watchlist-uses .content-row[data-num="3"] .col.image {
    max-width: 553px;
}
#watchlist-uses .content-row[data-num="3"] .background {
    width: 553px;
    right: 57px;
    top: -20px;
}
/*! - PAGE: 2 WATCHLIST -> 5 CTA  */
#page-products.watchlist #footer-cta {
    padding-top: 197px;
    margin-top: -95px;
}
#page-products.watchlist #footer-cta h3 {
    color: #00bfff;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    line-height: 1.9;
    margin-bottom: 27px;
}
#page-products.watchlist #footer-cta .logo-group {
    margin: 60px 0 80px;
}
/*! - PAGE: 3 BUSINESS -> 0 HERO  */
#page-products.business #tier-hero {
    padding-top: 185px;
    padding-bottom: 0px;
}
#page-products.business #tier-hero .txt {
    max-width: 345px;
    padding-bottom: 90px;
}
#page-products.business #tier-hero .hero-icon {
    width: 96px;
    margin-bottom: 24px;
}
#page-products.business #tier-hero h3 {
    margin-bottom: 19px;
}
#page-products.business #tier-hero .cta-btn {
    margin-top: 37px;
}
#page-products.business #tier-hero .hero-anim {
    height: 600px;
    top: 154px;
}
#page-products.business #tier-hero .hero-anim .background {
    width: 730px;
    margin-left: -158px;
}
#page-products.business #tier-hero .hero-anim .background .main {
    width: 730px;
}
/*! - PAGE: 3 BUSINESS -> 1 ABOUT  */
#business-about {
    padding-top: 170px;
}
#business-about .txt {
    max-width: 425px;
}
#business-about .background {
    width: 640px;
    top: -30px;
}
#business-about .row-div {
    margin-top: 80px;
}
#business-about .content-row {
    padding-top: 55px;
}
/*! - PAGE: 3 BUSINESS -> 2 WHY  */
#business-why {
    padding-top: 110px;
    padding-bottom: 150px;
}
#business-why header {
    margin-bottom: 105px;
}
#business-why .coming-soon {
    width: 93px;
    left: auto;
    right: -40px;
    top: -30px;
}
/*! - PAGE: 3 BUSINESS -> 3 CTA  */
#page-products.business #footer-cta {
    padding-top: 0px;
    padding-bottom: 70px;
    z-index: 2;
}
#page-products.business #footer-cta .contentContainer {
    margin-bottom: -147px;
}
#page-products.business #footer-cta h3 {
    color: #00bfff;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    line-height: 1.9;
    margin-bottom: 65px;
}
#page-products.business #footer-cta .header-icon {
    width: 96px;
    margin: -75px 0 35px 23px;
}
#page-products.business #footer-cta .form-wrap {
    background-color: transparent;
    padding: 0px;
    border-radius: 0px;
}
#page-products.business #footer-cta .form-wrap .form-circletext {
    top: 3px;
}
#page-products.business #footer-cta .form-wrap .cta-btn {
    margin-top: 65px;
    margin-bottom: 5px;
}
#page-products.business #footer-cta .form-shadow {
    transform: scaleX(1.085);
    transform-origin: center top;
    opacity: 0.05;
    top: 20px;
    left: 7px;
}
#page-products.business #footer-cta .form-inner {
    background-color: #fff;
    padding: 50px;
    border-radius: 14px;
    position: relative;
}
#page-products.business #footer-cta .bg-wrap {
    height: 100%;
    top: 0px;
}
#page-products.business #footer-cta .side-shapes {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 1200px;
}
#page-products.business #footer-cta .side-shape[data-num="1"] {
    width: 400px;
    left: -490px;
    top: 140px;
}
#page-products.business #footer-cta .side-shape[data-num="2"] {
    width: 236px;
    left: auto;
    right: -184px;
    top: 460px;
}
#page-products.business #footer-cta .side-shape[data-num="3"] {
    width: 230px;
    left: auto;
    right: -350px;
    top: 626px;
}
/*! - PAGE: 4 CASE STUDIES -> 0 HERO  */
#page-case-studies #tier-hero {
    padding-top: 153px;
    padding-bottom: 55px;
    text-align: center;
}
#page-case-studies #tier-hero .bg-image {
    width: 100%;
    max-width: 612px;
    margin: 0 auto;
    margin-bottom: 55px;
    position: relative;
}
#page-case-studies #tier-hero header {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}
#page-case-studies #tier-hero .background {
    width: 612px;
    transform-origin: left top;
}
/*! - PAGE: 4 CASE STUDIES -> 1 CASE STUDIES  */
#case-studies {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 80px;
}
#case-studies .cs-row {
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
}
#case-studies .cs-row .contentContainer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
#case-studies .cs-row + .cs-row {
    margin-top: 150px;
}
#case-studies .cs-row .row-div {
    margin: 30px 0;
}
#case-studies .cs-row .hearts {
    width: 55px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    margin-left: -285px;
    top: -56px;
}
#case-studies .cs-row .col.txt {
    width: 42.5%;
    max-width: 485px;
    z-index: 2;
}
#case-studies .cs-row .col.image {
    width: 50%;
    max-width: 570px;
}
#case-studies .cs-row.text-left .col.image .image-wrap .lines {
    width: 692px;
    left: auto;
    right: -518px;
    top: 27px;
}
#case-studies .cs-row.text-right {
    background-color: #f4f6ff;
    padding-top: 190px;
    padding-bottom: 150px;
}
#case-studies .cs-row.text-right .col.txt {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
#case-studies .cs-row.text-right .col.txt .cs-logo .blob {
    left: 145px;
    top: -70px;
}
#case-studies .cs-row.text-right .col.image {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
#case-studies .cs-row.text-right .col.image .image-wrap .lines {
    width: 710px;
    left: -325px;
    top: 0px;
    transform: rotate(9deg);
}
#case-studies .cs-row.text-right .col.image .image-wrap .shadow {
    left: -20px;
    transform: scaleX(1.04) scaleY(1.05);
}
#case-studies .cs-logo {
    width: 213px;
    height: 127px;
    margin-bottom: 50px;
    position: relative;
}
#case-studies .cs-logo .logo-wrap {
    border: 1px solid #00bfff;
    background-color: #fff;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-pack: center;
    height: 130px;
}
#case-studies .cs-logo .blob {
    width: 137px;
    left: -81px;
    top: -55px;
}
#case-studies .cs-logo .shadow {
    left: 15px;
    top: 5px;
    transform: scaleY(1.1);
}
#case-studies .cs-logo .tape {
    width: 41px;
    top: -8px;
    left: 50%;
    margin-left: -20px;
}
#case-studies .quote-wrap {
    color: #00bfff;
    margin-bottom: 35px;
}
#case-studies .quote-wrap blockquote {
    font-size: 17px;
    line-height: 1.76;
    position: relative;
    width: 75%;
}
#case-studies .quote-wrap blockquote .quotemark {
    position: absolute;
    width: 30px;
}
#case-studies .quote-wrap blockquote .quotemark.right {
    right: -90px;
    top: 0px;
}
#case-studies .quote-wrap cite {
    font-size: 17px;
    line-height: 1.76;
    font-style: normal;
    display: block;
    margin-top: 15px;
}
#case-studies .image-wrap {
    position: relative;
}
#case-studies .image-wrap .shadow {
    left: 5px;
    top: -12px;
    transform: scaleX(1.04) scaleY(1.06);
}
#case-studies .image-wrap .photo {
    border-radius: 14px;
    overflow: hidden;
    position: relative;
}
#case-studies .image-wrap .corner-wrap {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
#case-studies .image-wrap .corner-wrap .part {
    left: auto;
    top: auto;
}
#case-studies .image-wrap .corner-wrap .corner-cover {
    width: 495px;
    right: -238px;
    bottom: -165px;
}
#case-studies .image-wrap .corner-wrap .person {
    width: 180px;
    right: 8px;
    bottom: 0px;
}
#case-studies .image-wrap .corner-wrap .callout-blob {
    width: 303px;
    height: 311px;
    bottom: 185px;
    right: -30px;
}
#case-studies .image-wrap .corner-wrap .blob-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#case-studies .image-wrap .corner-wrap .callout-txt {
    text-align: center;
}
#case-studies .image-wrap .corner-wrap .callout-txt .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-pack: center;
    position: relative;
}
#case-studies .image-wrap .corner-wrap .callout-txt .row.top {
    height: 164px;
}
#case-studies .image-wrap .corner-wrap .callout-txt .row.top h3 {
    font: 700 84px/1 "sofia-pro", sans-serif;
    color: #fff;
    margin-top: 20px;
}
#case-studies .image-wrap .corner-wrap .callout-txt .row.bot {
    height: 148px;
    padding: 0 50px;
}
#case-studies .image-wrap .corner-wrap .callout-txt .row.bot p {
    color: #fff;
    margin-top: -20px;
}
#case-studies .image-wrap .corner-wrap .callout-txt .row .divline {
    position: absolute;
    left: 0;
    top: 0;
    left: 1px;
    width: 299px;
    height: 1px;
    background-color: #fff;
}
/*! - PAGE: 4 CASE STUDIES -> 2 CTA  */
#page-case-studies #footer-cta {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 700px;
}
#page-case-studies #footer-cta .bg-wrap {
    top: 120px;
}
#page-case-studies #footer-cta .row-div {
    margin: 40px 0 30px;
}
#page-case-studies #footer-cta p.blue {
    margin-bottom: 20px;
}
/*! - PAGE: 5 DEVELOPERS -> 0 SETUP */
#page-developers #globalHeader .sticky-bar {
    transform: translateY(0px);
    height: 120px;
}
#page-developers #globalHeader .sticky-bar:after {
    opacity: 1;
}
#page-developers #globalHeader.sticky .sticky-bar {
    transform: translateY(-40px);
}
#page-developers #main .col.sidebar {
    position: fixed;
    width: 318px;
    padding-top: 155px;
    background-color: #f4f6ff;
    min-height: 100%;
}
#page-developers #main .col.sidebar .side-color {
    width: 680px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    left: -680px;
    background-color: #f4f6ff;
}
#page-developers #main .col.contents {
    width: 73.5%;
    width: auto;
    max-width: 882px;
    margin-left: 318px;
    padding: 180px 20px 432px 50px;
    text-align: right;
}
#page-developers #main .col.contents .contents-inner {
    width: 100%;
    max-width: 750px;
    display: inline-block;
    text-align: left;
}
#page-developers #footer-cta {
    padding: 100px 0px 150px;
    overflow: visible;
}
#page-developers #footer-cta h3 {
    color: #00bfff;
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    line-height: 1.9;
    margin-bottom: 45px;
}
#page-developers #footer-cta .image-wrap {
    width: 100%;
    max-width: 605px;
    margin: 0 auto;
    height: 533px;
    margin-bottom: 10px;
    position: relative;
}
#page-developers #footer-cta .image-wrap .willScale {
    transform-origin: center top;
}
#page-developers #footer-cta .background {
    width: 605px;
    left: 50%;
    margin-left: -302px;
}
#page-developers #globalFooter {
    background-color: transparent;
    margin-top: -432px;
}
#page-developers #globalFooter .oval-wrap {
    background-color: transparent;
}
#page-developers #globalFooter .bgfiller {
    width: 100%;
    height: 400px;
    position: absolute;
    left: 0;
    top: 0;
    top: 432px;
    background-color: #00bfff;
}
/*! - PAGE: 5 DEVELOPERS -> 1 SIDEBAR */
#dev-sidebar {
    height: 100%;
}
#dev-sidebar .sidebar-wrap {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    padding: 30px 0;
    -webkit-transition: transform 0.5s cubic-bezier(0.5, 0, 0.5, 1);
    -moz-transition: transform 0.5s cubic-bezier(0.5, 0, 0.5, 1);
    -o-transition: transform 0.5s cubic-bezier(0.5, 0, 0.5, 1);
    transition: transform 0.5s cubic-bezier(0.5, 0, 0.5, 1);
}
#dev-sidebar.sticky .sidebar-wrap {
    transform: translateY(-40px);
}
#dev-sidebar .sidebar-nav {
    max-width: 244px;
    font-size: 14px;
}
#dev-sidebar .sidebar-nav li {
    padding-left: 30px;
    position: relative;
}
#dev-sidebar .sidebar-nav li + li {
    margin-top: 21px;
}
#dev-sidebar .sidebar-nav li.group-title {
    font-weight: 700;
    padding: 15px 0 15px 0px;
    border-bottom: 1px solid rgba(61, 90, 254, 0.2);
}
#dev-sidebar .sidebar-nav li.status {
    padding-left: 0px;
    padding-right: 35px;
    margin-top: 0px;
}
#dev-sidebar .sidebar-nav li.status.good {
    color: #00bfa5;
}
#dev-sidebar .sidebar-nav li.status .status-icon {
    position: absolute;
    right: 7px;
    top: 50%;
    margin-top: -5px;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background-color: #ccc;
}
#dev-sidebar .sidebar-nav li .arr {
    position: absolute;
    left: 5px;
    top: 3px;
    font-size: 13px;
    color: #00bfff;
    opacity: 0;
    transform: translateX(-5px);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#dev-sidebar .sidebar-nav li.on a {
    color: #00bfff;
}
#dev-sidebar .sidebar-nav li.on .arr {
    transform: translateX(0px);
    opacity: 1;
}
#dev-sidebar .sidebar-nav .nav-group + .nav-group {
    border-top: 1px solid rgba(61, 90, 254, 0.2);
    margin-top: 21px;
}
#dev-sidebar .sidebar-nav .group-title.service {
    border-bottom: 0px;
}
#dev-sidebar .sidebar-nav .api-btn {
    border-top: 1px solid rgba(61, 90, 254, 0.2);
    padding-left: 0px;
    padding-top: 28px;
    margin-top: 16px;
    font-weight: 700;
}
#dev-sidebar .sidebar-nav .api-btn a {
    position: relative;
    display: block;
}
#dev-sidebar .sidebar-nav .api-btn .api-icon {
    position: absolute;
    right: 5px;
    top: 0px;
    width: 15px;
}
#dev-sidebar .dev-search {
    margin-bottom: 25px;
    max-width: 244px;
    position: relative;
    z-index: 2;
}
#dev-sidebar .dev-search form {
    position: relative;
}
#dev-sidebar .dev-search form .field-wrap {
    height: 50px;
    margin-bottom: 0px;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
#dev-sidebar .dev-search form .field-wrap .field-contents {
    padding: 0px;
    height: 50px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
#dev-sidebar .dev-search form .field-wrap .field-contents input[type="text"] {
    font-size: 14px;
    height: 46px;
    flex-grow: 1;
    padding: 0 15px;
    display: block;
}
#dev-sidebar .dev-search form .field-wrap .field-contents button {
    flex-grow: 0;
    margin: 0px;
    width: 40px;
    text-align: center;
    display: block;
    margin-right: 7px;
}
#dev-sidebar .dev-search form .field-wrap .field-contents button img {
    margin: 5px 0px 0 0;
    display: inline-block;
}
#dev-sidebar .dev-search form .field-shadow {
    transform: scaleX(1.04) scaleY(1.15);
    left: 0px;
    top: 0px;
}
#dev-sidebar .search-auto {
    position: absolute;
    left: 0;
    top: 0;
    top: 60px;
    width: 100%;
    border-radius: 14px;
    border: 1px solid #00bfff;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
}
#dev-sidebar .search-auto ul {
    list-style: none;
    width: 100%;
    text-align: left;
    max-height: 250px;
    padding: 10px 0;
    overflow-y: auto;
}
#dev-sidebar .search-auto li a {
    display: block;
    color: #00bfff;
    font-size: 14px;
    line-height: 1.35;
    padding: 5px 20px 5px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#dev-sidebar .search-auto li + li {
    margin-top: 10px;
}
#dev-sidebar .search-auto.on {
    visibility: visible;
    opacity: 1;
}
/*! - PAGE: 5 DEVELOPERS -> 2 CONTENTS */
#dev-contents header {
    text-align: left;
}
#dev-contents header p {
    max-width: 650px;
}
#dev-contents .hero-image {
    width: 100%;
    max-width: 710px;
    margin: 60px 0 40px -30px;
}
#dev-contents .bodytext {
    /* copied from API styles */
    /* copied from API styles */
}
#dev-contents .bodytext h1 {
    font-size: 33px;
    line-height: 1.55;
    font-weight: 400;
}
#dev-contents .bodytext h2 {
    font: 400 20px/1.9 "rogliano", serif;
}
#dev-contents .bodytext a {
    color: #00bfff;
}
#dev-contents .bodytext .header-box {
    margin-bottom: 40px;
}
#dev-contents .bodytext p + *,
#dev-contents .bodytext * + p,
#dev-contents .bodytext ul + *,
#dev-contents .bodytext ol + *,
#dev-contents .bodytext * + table,
#dev-contents .bodytext table + * {
    margin-top: 25px;
}
#dev-contents .bodytext div + h4,
#dev-contents .bodytext h3 + h4,
#dev-contents .bodytext p + h3 {
    margin-top: 40px;
}
#dev-contents .bodytext h1,
#dev-contents .bodytext h2 {
    margin-bottom: 20px;
}
#dev-contents .bodytext h3,
#dev-contents .bodytext h4 {
    margin-bottom: 15px;
}
#dev-contents .bodytext * + ul,
#dev-contents .bodytext * + ol,
#dev-contents .bodytext h4 + p,
#dev-contents .bodytext h3 + p {
    margin-top: 15px;
}
#dev-contents .bodytext li {
    line-height: 1.76;
}
#dev-contents .bodytext li + li {
    margin-top: 8px;
}
#dev-contents .bodytext ul {
    margin-left: 30px;
    list-style: none;
}
#dev-contents .bodytext ul li {
    text-indent: -1em;
}
#dev-contents .bodytext ul li:before {
    content: "• ";
    color: #00bfff;
    padding-right: 5px;
}
#dev-contents .bodytext hr {
    border-color: rgba(61, 90, 254, 0.2);
    margin: 50px 0;
    border-top-width: 0.5px;
}
#dev-contents .bodytext.search-results h1 {
    margin-bottom: 40px;
}
#dev-contents .bodytext.search-results h2 {
    margin-bottom: 5px;
}
#dev-contents .bodytext.search-results h2 + p {
    margin-top: 0px;
}
#dev-contents .bodytext code {
    font-size: 13px;
    font-family: "source-code-pro", monospace;
    font-weight: 500;
    color: #abaecb;
    background: transparent;
    border-radius: 4px;
    border: 1px solid #abaecb;
}
#dev-contents .bodytext h4 {
    color: #00bfff;
    font-size: 18px;
    padding: 13px 0;
    border-top: 1px solid rgba(61, 90, 254, 0.2);
    border-bottom: 1px solid rgba(61, 90, 254, 0.2);
    margin-bottom: 0px;
}
#dev-contents .bodytext h4 + table {
    margin-top: 0px;
}
#dev-contents .bodytext table {
    border-spacing: 0;
    line-height: 1.5;
    font-size: 16px;
}
#dev-contents .bodytext table th {
    color: #00bfff;
}
#dev-contents .bodytext table th,
#dev-contents .bodytext table td {
    border-bottom: 1px solid rgba(61, 90, 254, 0.2);
    padding: 15px 0;
}
#dev-contents .bodytext table th + th,
#dev-contents .bodytext table td + td {
    padding-left: 30px;
}
#dev-contents .bodytext table + * {
    margin-top: 45px;
}
#dev-contents .bodytext table td br + code {
    display: inline-block;
    margin-top: 7px;
}
#dev-contents .bodytext pre {
    background-color: #0f1445;
    border-radius: 14px;
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
}
#dev-contents .bodytext pre code {
    /* white-space: pre-wrap; word-break: break-all; */
    border: none;
    margin: 0;
    text-shadow: none;
    border-radius: 0px;
    background-color: transparent;
    padding: 20px;
}
#dev-contents .bodytext pre pre {
    margin: 0px;
}
#dev-contents .bodytext pre header {
    border-bottom: 1px solid rgba(77, 208, 225, 0.3);
    text-align: left;
    position: relative;
    padding: 20px;
}
#dev-contents .bodytext pre header h3 {
    color: #4dd0e1;
    margin-bottom: 0px;
}
#dev-contents .bodytext pre header .copy-cb {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
#dev-contents .bodytext pre header .cb-alert {
    height: 20px;
    text-align: center;
    color: #fff;
    font-family: "sofia-pro", sans-serif;
    font-size: 12px;
    position: absolute;
    top: 5px;
    left: -50px;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    pointer-events: none;
    opacity: 0;
}
#dev-contents .bodytext pre header .cb-alert.on {
    opacity: 1;
}
#dev-contents .bodytext pre + pre {
    margin-top: 75px;
}
#dev-contents .bodytext *:not(nav) + h3,
#dev-contents .bodytext *:not(nav) + pre {
    margin-top: 40px;
}
#dev-contents .bodytext pre + pre {
    margin-top: 75px;
}
#dev-contents .bucket-rows {
    margin-top: 40px;
    border-top: 1px solid rgba(61, 90, 254, 0.2);
}
#dev-contents .bucket-row {
    padding: 28px 25px 30px 0px;
    border-bottom: 1px solid rgba(61, 90, 254, 0.2);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
#dev-contents .bucket-row .basic-btn:after {
    display: block;
    content: "";
    margin-bottom: 20px;
}
#dev-contents .bucket-row .icon {
    width: 80px;
    -webkit-flex-shrink: 0;
    -ms-flex: -1;
    flex-shrink: 0;
}
#dev-contents .bucket-row .icon img {
    width: 100%;
    height: auto;
    display: block;
}
#dev-contents .bucket-row .txt {
    flex-grow: 1;
    padding-left: 30px;
}
/*! - PAGE: 6 INSIGHTS -> 0 LANDING  */
#insights-thumbs {
    padding: 152px 0 290px;
    background-color: #f4f6ff;
}
#insights-thumbs header {
    margin-bottom: 30px;
}
#insights-thumbs header h2 {
    margin-bottom: 12px;
}
#insights-thumbs header,
#insights-thumbs .buckets-wrap {
    padding-left: 50px;
    padding-right: 50px;
}
#insights-thumbs .contentContainer {
    max-width: 1300px;
}
#insights-thumbs .buckets-wrap {
    overflow: hidden;
    padding-top: 25px;
}
#insights-thumbs .buckets {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#insights-thumbs .buckets .bucket {
    margin-bottom: 8px;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
#insights-thumbs .buckets .bucket + .bucket {
    margin-top: 0px;
}
#insights-thumbs .buckets .bucket.hidden {
    display: none;
}
#insights-thumbs .buckets .bucket.lazy-load {
    opacity: 0;
}
#insights-thumbs .load-btn {
    width: 100%;
    margin-top: 40px;
    text-align: center;
}
#page-insights #footer-cta {
    padding-top: 345px;
}
#page-insights #footer-cta h3 {
    margin-bottom: 35px;
}
#page-insights #footer-cta .bg-wrap {
    top: -200px;
}
/*! - PAGE: 6 INSIGHTS -> 1 HERO  */
#insights-hero {
    padding-top: 170px;
    padding-bottom: 50px;
}
#insights-hero h1,
#insights-hero h3 {
    color: #fff;
}
#insights-hero h1 {
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
    margin-bottom: 35px;
}
#insights-hero .hero-contents,
#insights-hero .hero-txt {
    position: relative;
}
#insights-hero .hero-contents {
    background-color: #00bfff;
    text-align: center;
    border-radius: 14px;
    padding: 40px 50px 5px;
    overflow: hidden;
}
#insights-hero .hero-image {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
#insights-hero .hero-shadow {
    transform: scaleX(1.015) scaleY(1.09);
    left: 30px;
    top: -6px;
}
#insights-hero .printbg {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    top: auto;
    bottom: 0px;
    width: 1200px;
}
#insights-hero .printbg img {
    width: 100%;
    height: auto;
    display: block;
}
/*! - PAGE: 6 INSIGHTS -> 2 ARTICLE  */
#insights-article {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 22px;
}
#insights-article .article-wrap {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
}
#insights-article p {
    line-height: 1.9;
}
#insights-article p img {
    width: 100%;
    height: auto;
    display: block;
}
#insights-article a:not(.cta-btn) {
    color: #00bfff;
}
#insights-article hr {
    border-color: rgba(61, 90, 254, 0.2);
    margin: 50px 0;
    border-top-width: 0.5px;
}
#insights-article h3 {
    margin-bottom: 10px;
}
#insights-article ul + *,
#insights-article ol + * {
    margin-top: 30px;
}
#insights-article * + ul,
#insights-article * + ol {
    margin-top: 15px;
}
#insights-article * + h2 {
    margin-top: 70px;
}
#insights-article * + h3 {
    margin-top: 35px;
}
#insights-article hr + h2 {
    margin-top: 50px;
}
#insights-article li {
    line-height: 1.76;
}
#insights-article li + li {
    margin-top: 8px;
}
#insights-article ul {
    margin-left: 30px;
    list-style: none;
}
#insights-article ul li {
    text-indent: -1em;
}
#insights-article ul li:before {
    content: "• ";
    color: #00bfff;
    padding-right: 5px;
}
#insights-article table {
    width: 100%;
    text-align: left;
}
#insights-article table th,
#insights-article table td {
    padding: 10px 0;
}
#insights-article * + table,
#insights-article table + * {
    margin-top: 25px;
}
#insights-article .quote-wrap {
    width: 100%;
    max-width: 710px;
    margin: 95px auto 80px;
    position: relative;
}
#insights-article .quote-wrap blockquote {
    font: 400 52px/1.31 "sofia-pro", sans-serif;
    color: #00bfff;
}
#insights-article .quote-wrap .quote-shapes {
    width: 130px;
    left: -155px;
    top: -40px;
}
#insights-article .scroll-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 33px;
}
#insights-article .scroll-icon img {
    width: 100%;
    height: auto;
    display: block;
}
/*! - PAGE: 6 INSIGHTS -> 3 CTA  */
#insights-cta {
    padding-bottom: 140px;
}
#insights-cta h2,
#insights-cta h3 {
    color: #fff;
}
#insights-cta h3 {
    line-height: 1.9;
}
#insights-cta .cta-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 100px;
}
#insights-cta .cta-row .cta-box {
    width: 48%;
    max-width: 550px;
}
#insights-cta .cta-box {
    padding-bottom: 65px;
    text-align: left;
    position: relative;
}
#insights-cta .cta-box h3 {
    padding-right: 70px;
}
#insights-cta .cta-box.demo .cta-box-girl {
    clip-path: url("#blob-cta");
    -webkit-clip-path: url("#blob-cta");
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#insights-cta .cta-box.demo .cta-box-girl img {
    width: 396px;
    height: auto;
    display: block;
    position: absolute;
    right: -230px;
    bottom: 0px;
}
#insights-cta .cta-icon {
    width: 116px;
    height: 113px;
    display: block;
    margin: -53px auto 5px;
    position: relative;
}
#insights-cta .cta-icon img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#insights-cta .cta-icon .bot {
    mix-blend-mode: multiply;
}
#insights-cta .cta-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#insights-cta .cta-bg img {
    display: block;
    width: 100%;
    height: 100%;
}
#insights-cta .cta-shadow {
    width: 99.5%;
    height: 99.5%;
    left: 20px;
    top: 20px;
}
#insights-cta .svg-mask {
    width: 100%;
    height: 100%;
}
#insights-cta .cta-contents {
    position: relative;
    padding: 0 50px;
}
#insights-cta .cta-contents > .cta-btn {
    margin-top: 30px;
}
#insights-cta .signup-wrap {
    margin-top: 30px;
}
#insights-cta .signup-wrap form {
    margin: 0;
}
#insights-cta .signup-wrap .field-wrap .field-contents {
    background-color: transparent;
}
#insights-cta .signup-wrap .thank-you {
    top: 90px;
}
#insights-cta .social-links {
    text-align: center;
}
#insights-cta .social-links p {
    font: 700 12px/1 "sofia-pro", sans-serif;
    text-transform: uppercase;
    color: #00bfff;
    letter-spacing: 0.3em;
    opacity: 0.5;
    margin-bottom: 18px;
}
/*! - PAGE: 6 INSIGHTS -> 4 FOOTER  */
#insights-next {
    background-color: #f4f6ff;
    padding-top: 105px;
    padding-bottom: 95px;
}
#insights-next header {
    text-align: left;
}
#insights-next h2 {
    margin-bottom: 45px;
}
#page-insights.insights-detail #globalFooter .oval-wrap {
    background-color: #f4f6ff;
}
#page-insights.insights-detail #signupForm input:-webkit-autofill,
#page-insights.insights-detail #signupForm input:-webkit-autofill:hover,
#page-insights.insights-detail #signupForm input:-webkit-autofill:focus,
#page-insights.insights-detail #signupForm input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #00bfff inset;
    -webkit-text-fill-color: #00bfff;
}
/*! - PAGE: 7 ABOUT -> 0 HERO  */
#page-about #tier-hero {
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    background-color: #f4f6ff;
    overflow: visible;
}
#page-about #tier-hero .contentContainer {
    padding-left: 50px;
    padding-right: 50px;
}
#page-about #tier-hero .hero-anim {
    position: relative;
    height: 508px;
    top: auto;
    bottom: -94px;
    margin-top: -78px;
}
#page-about #tier-hero .hero-anim .background {
    width: 1327px;
    margin-left: -664px;
    transform-origin: center top;
}
#page-about #tier-hero .hero-anim .background .main {
    width: 1327px;
    left: 40px;
}
#page-about #tier-hero .callout-boxes {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    top: 210px;
    margin-left: 2px;
    width: 950px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
#page-about #tier-hero .callout-boxes h2 {
    font: 700 50px/1 "sofia-pro", sans-serif;
    margin-bottom: 10px;
}
#page-about #tier-hero .callout-boxes .callout-box {
    width: 198px;
    text-align: center;
}
#page-about #tier-hero .callout-boxes sub {
    font-size: 60%;
    bottom: 0px;
}
#page-about #footer-cta {
    margin-top: 135px;
}
/*! - PAGE: 7 ABOUT -> 1 WHO */
#about-who {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 180px;
    padding-bottom: 115px;
}
#about-who header {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
}
#about-who .col.image {
    width: 56%;
    max-width: 677px;
    padding-right: 0px;
}
#about-who .col.text {
    width: 44%;
    max-width: 430px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-pack: center;
}
#about-who .col.text h2 {
    margin-top: 25px;
}
#about-who .col.text .cta-btn {
    margin-top: 25px;
}
#about-who .row-div {
    margin: 65px 0 75px;
}
#about-who .background {
    width: 677px;
    top: 0px;
    transform-origin: left top;
}
/*! - PAGE: 7 ABOUT -> 2 TEAM */
#about-team {
    padding-top: 185px;
    padding-bottom: 310px;
    background-color: #f4f6ff;
}
#about-team .contentContainer > header {
    margin-bottom: 52px;
}
#about-team .buckets {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#about-team .bucket:nth-child(n + 4) {
    margin-top: 50px;
}
#about-team .team-img {
    width: 100%;
    border-radius: 14px;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
#about-team .team-img img {
    width: 100%;
    height: auto;
    display: block;
}
#about-team .bucket-wrap {
    cursor: auto;
}
#about-team .bucket-txt {
    text-align: center;
    margin-top: 40px;
}
#about-team .investors {
    margin-top: 120px;
}
#about-team .investors .logo-group {
    margin-top: 40px;
}
#about-team .investors .investor-logo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-pack: center;
}
/*! - PAGE: 7 ABOUT -> 3 RESOURCES */
#about-resources {
    margin-top: -170px;
    padding-bottom: 135px;
}
#about-resources h3 {
    margin-bottom: 20px;
}
#about-resources p {
    font-size: 17px;
}
#about-resources .ornament-dots[data-num="1"] {
    width: 120px;
    left: -144px;
    bottom: -75px;
}
#about-resources .ornament-dots[data-num="2"] {
    width: 128px;
    right: -180px;
    top: 0px;
}
#about-resources .ornament-dots[data-num="3"] {
    width: 10px;
    right: -60px;
    bottom: 10px;
}
/*! - PAGE: 8 CONTACT */
#page-contact {
    background-color: #00bfff;
}
#page-contact .form-wrap {
    margin-top: 50px;
}
#page-contact header h2,
#page-contact header p {
    color: #fff;
}
#page-contact #globalFooter .oval-wrap {
    background-color: #00bfff;
}
#page-contact #globalHeader .sticky-bar {
    transform: translateY(0px);
    height: 120px;
}
#page-contact #globalHeader .sticky-bar:after {
    opacity: 1;
}
#page-contact #globalHeader.sticky .sticky-bar {
    transform: translateY(-40px);
}
/*! - PAGE: 9 API */
#page-api #dev-sidebar {
    position: fixed;
    width: 320px;
    background-color: #f4f6ff;
    min-height: 100%;
    padding: 40px;
    overflow-y: scroll;
    z-index: 6;
}
#page-api #dev-sidebar .logo > * {
    display: inline-block;
    vertical-align: top;
}
#page-api #dev-sidebar .logo img {
    width: 130px;
    margin-right: 12px;
}
#page-api #dev-sidebar .logo span {
    font-size: 17px;
    color: #00bfff;
    margin-top: 13px;
}
#page-api #dev-sidebar .sidebar-wrap {
    overflow: visible;
    height: auto;
}
#page-api #dev-sidebar .sidebar-nav {
    margin-top: 10px;
}
#page-api #dev-sidebar .sidebar-nav li {
    padding-left: 20px;
}
#page-api #dev-sidebar .sidebar-nav li .arr {
    left: -4px;
}
#page-api #dev-sidebar.sticky {
    position: fixed;
    top: 0;
    left: 0;
    top: -67px;
}
#page-api #dev-sidebar .search-auto ul {
    padding: 8px 0;
    max-height: 230px;
    min-height: 50px;
}
#page-api #dev-sidebar .search-auto li a {
    padding: 5px 19px 5px;
}
#page-api #dev-sidebar .search-auto li + li {
    margin-top: 9px;
}
#page-api #main {
    padding-left: 0px;
    padding-right: 0px;
}
#page-api #globalHeader,
#page-api #globalFooter {
    display: none;
}
#api-lang {
    position: fixed;
    top: 0;
    left: 0;
    top: 38px;
    width: 100%;
    z-index: 5;
}
#api-lang .lang-row {
    width: auto;
    margin-left: 320px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
#api-lang .lang-col {
    width: 50%;
    padding: 0 70px;
}
#api-lang .lang-menu {
    width: 100%;
    max-width: 550px;
    height: 43px;
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid #d5dbff;
    box-shadow: 0px 2px 10px rgba(61, 90, 254, 0.1);
}
#api-lang .lang-menu a {
    color: #00bfff;
    line-height: 42px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#api-lang .lang-menu ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    height: 100%;
}
#api-lang .lang-menu li {
    position: relative;
    height: 100%;
    padding: 0 5px;
    text-align: center;
    font-size: 13px;
    width: 16.7%;
}
#api-lang .lang-menu li + li {
    border-left: 1px solid rgba(61, 90, 254, 0.2);
}
#api-lang .lang-menu li.on a {
    color: #00bfff;
}
#api-lang .lang-menu li:before {
    display: none;
}
#api-contents {
    width: auto;
    margin-left: 320px;
}
#api-contents .api-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    position: relative;
}
#api-contents .api-row .col {
    width: 50%;
    padding: 50px 70px;
}
#api-contents .api-row:first-child .col.api-code {
    padding-top: 125px;
}
#api-contents .div-line {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    position: relative;
}
#api-contents .div-line .col {
    width: 50%;
    padding: 50px 70px;
    padding-left: 0px;
    padding-right: 0px;
}
#api-contents .div-line .col.rt {
    background-color: #f4f6ff;
}
#api-contents .div-line .line {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 50px 70px;
}
#api-contents .div-line .line:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(61, 90, 254, 0.2);
}
#api-contents .bodytext h1,
#api-contents .bodytext h2 {
    font-size: 33px;
    line-height: 1.55;
    font-weight: 400;
}
#api-contents .bodytext h3,
#api-contents .bodytext h4 {
    font: 700 18px/1.3 "sofia-pro", sans-serif;
    color: #00bfff;
    margin-bottom: 20px;
}
#api-contents .bodytext a {
    color: #00bfff;
}
#api-contents .bodytext .header-box {
    margin-bottom: 40px;
}
#api-contents .bodytext p + *,
#api-contents .bodytext * + p,
#api-contents .bodytext ul + *,
#api-contents .bodytext ol + *,
#api-contents .bodytext * + table,
#api-contents .bodytext table + * {
    margin-top: 25px;
}
#api-contents .bodytext div + h4,
#api-contents .bodytext h3 + h4,
#api-contents .bodytext p + h3 {
    margin-top: 40px;
}
#api-contents .bodytext h1,
#api-contents .bodytext h2 {
    margin-bottom: 20px;
}
#api-contents .bodytext h3,
#api-contents .bodytext h4 {
    margin-bottom: 15px;
}
#api-contents .bodytext h5,
#api-contents .bodytext h6 {
    font-size: 16px;
    color: #00bfff;
}
#api-contents .bodytext * + ul,
#api-contents .bodytext * + ol,
#api-contents .bodytext h4 + p,
#api-contents .bodytext h3 + p {
    margin-top: 15px;
}
#api-contents .bodytext * + h2 {
    margin-top: 80px;
}
#api-contents .bodytext *:not(nav) + h3,
#api-contents .bodytext *:not(nav) + h4 {
    margin-top: 45px;
}
#api-contents .bodytext table {
    border-spacing: 0;
    line-height: 1.5;
}
#api-contents .bodytext table th {
    color: #00bfff;
}
#api-contents .bodytext table th,
#api-contents .bodytext table td {
    border-bottom: 1px solid rgba(61, 90, 254, 0.2);
    padding: 15px 0;
}
#api-contents .bodytext table th + th,
#api-contents .bodytext table td + td {
    padding-left: 30px;
}
#api-contents .bodytext code + br + code {
    display: inline-block;
    margin-top: 7px;
}
#api-contents .bodytext li {
    line-height: 1.76;
}
#api-contents .bodytext li + li {
    margin-top: 8px;
}
#api-contents .bodytext ul,
#api-contents .bodytext ol {
    margin-left: 30px;
    list-style: none;
}
#api-contents .bodytext ul li,
#api-contents .bodytext ol li {
    text-indent: -1em;
}
#api-contents .bodytext ul li:before,
#api-contents .bodytext ol li:before {
    content: "• ";
    color: #00bfff;
    padding-right: 5px;
}
#api-contents .bodytext hr {
    border-color: rgba(61, 90, 254, 0.2);
    margin: 50px 0;
    border-top-width: 0.5px;
}
#api-contents .bodytext.search-results h1 {
    margin-bottom: 40px;
}
#api-contents .bodytext.search-results h2 {
    margin-bottom: 5px;
}
#api-contents .bodytext.search-results h2 + p {
    margin-top: 0px;
}
#api-contents code {
    font-size: 13px;
    font-family: "source-code-pro", monospace;
    font-weight: 500;
}
#api-contents .api-description {
    padding-top: 35px;
}
#api-contents .api-description h4 {
    padding: 13px 0;
    border-top: 1px solid rgba(61, 90, 254, 0.2);
    border-bottom: 1px solid rgba(61, 90, 254, 0.2);
    margin-bottom: 0px;
}
#api-contents .api-description h4 + table {
    margin-top: 0px;
}
#api-contents .api-description table {
    font-size: 16px;
}
#api-contents .api-description table + * {
    margin-top: 45px;
}
#api-contents .api-description code {
    color: #abaecb;
    background: transparent;
    border-radius: 4px;
    border: 1px solid #abaecb;
}
#api-contents .api-code {
    background-color: #f4f6ff;
}
#api-contents .api-code ul,
#api-contents .api-code ol {
    margin-left: 0px;
}
#api-contents .api-code li:before {
    display: none;
}
#api-contents .api-code li + li {
    margin-top: 0px;
}
#api-contents .api-code ul li {
    text-indent: 0px;
}
#api-contents .api-code ul code,
#api-contents .api-code ol code,
#api-contents .api-code p code,
#api-contents .api-code td code {
    color: #00bfff;
    padding: 0px;
    line-height: 1.5;
    background-color: transparent;
}
#api-contents .api-code pre {
    background-color: #0f1445;
    border-radius: 14px;
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
}
#api-contents .api-code pre code {
    /* white-space: pre-wrap; word-break: break-all; */
    border: none;
    margin: 0;
    text-shadow: none;
    border-radius: 0px;
    background-color: transparent;
    padding: 20px;
}
#api-contents .api-code pre pre {
    margin: 0px;
}
#api-contents .api-code pre header {
    border-bottom: 1px solid rgba(77, 208, 225, 0.3);
    text-align: left;
    position: relative;
    padding: 20px;
}
#api-contents .api-code pre header h3 {
    color: #4dd0e1;
    margin-bottom: 0px;
}
#api-contents .api-code pre header .copy-cb {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
#api-contents .api-code pre header .cb-alert {
    height: 20px;
    text-align: center;
    color: #fff;
    font-family: "sofia-pro", sans-serif;
    font-size: 12px;
    position: absolute;
    top: 5px;
    left: -50px;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    pointer-events: none;
    opacity: 0;
}
#api-contents .api-code pre header .cb-alert.on {
    opacity: 1;
}
#api-contents .api-code pre + pre {
    margin-top: 75px;
}
#api-contents .api-code *:not(nav) + h3,
#api-contents .api-code *:not(nav) + pre {
    margin-top: 40px;
}
#api-contents .api-code pre + pre {
    margin-top: 75px;
}
/*! - ANIMATIONS ***************************** */
/* - ANIMATIONS: 0 ACTIVATION */
/*! - ANIMATIONS: 1 REUSE -> 0 PARTS */
path {
    -webkit-transition: fill 0.3s linear;
    -moz-transition: fill 0.3s linear;
    -o-transition: fill 0.3s linear;
    transition: fill 0.3s linear;
}
.part svg {
    position: absolute;
    left: 0;
    top: 0;
}
.svg-mask {
    position: absolute;
    width: 0px;
    height: 0px;
}
.svg-mask path {
    stroke: transparent !important;
}
.shape-path svg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.shape-path path {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.15px;
}
.shape-wrap {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.path-dot {
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #fff;
}
.typer-field {
    position: absolute;
    left: 0;
    top: 0;
}
.typer-field p {
    font-family: "sofia-pro", sans-serif;
    color: #00bfff;
}
.dial {
    position: absolute;
    background-color: #00bfff;
    border-radius: 10px;
    transform-origin: center bottom;
}
#footer-cta .blob[data-num="1"] {
    width: 198px;
    left: -32px;
    top: 180px;
}
#footer-cta .blob[data-num="2"] {
    width: 155px;
    left: 450px;
    top: 89px;
}
#footer-cta .man {
    width: 165px;
    left: 370px;
    top: 169px;
}
#footer-cta .shape-path {
    position: absolute;
    left: 61px;
    top: 5px;
    width: 468px;
    height: 480px;
}
#footer-cta .shape-path path {
    fill: none;
    stroke-width: 1;
}
#footer-cta.on .blob {
    -webkit-animation: floatY infinite 10s ease-in-out;
    -moz-animation: floatY infinite 10s ease-in-out;
    animation: floatY infinite 10s ease-in-out;
    animation-fill-mode: forwards;
    animation-duration: 8s;
}
#footer-cta.on .blob[data-num="2"] {
    animation-delay: -5s;
}
#footer-cta.on .blob[data-num="2"] img {
    animation-delay: -4s;
}
#footer-cta.on .blob img {
    -webkit-animation: aboutWheelSpin infinite 15s linear;
    -moz-animation: aboutWheelSpin infinite 15s linear;
    animation: aboutWheelSpin infinite 15s linear;
    animation-fill-mode: forwards;
    animation-duration: 8s;
}
/*! - ANIMATIONS: 1 REUSE -> 1 ANIMS */
@-moz-keyframes slideLeft {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}
@-webkit-keyframes slideLeft {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}
@keyframes slideLeft {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}
.slide-left {
    -webkit-animation: slideLeft infinite 10s linear;
    -moz-animation: slideLeft infinite 10s linear;
    animation: slideLeft infinite 10s linear;
    animation-fill-mode: forwards;
}
@-moz-keyframes horzScroll {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0%);
    }
}
@-webkit-keyframes horzScroll {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0%);
    }
}
@keyframes horzScroll {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0%);
    }
}
.horz-scroll {
    -webkit-animation: horzScroll infinite 3s linear;
    -moz-animation: horzScroll infinite 3s linear;
    animation: horzScroll infinite 3s linear;
    animation-fill-mode: forwards;
}
@-moz-keyframes vertScroll {
    0% {
        transform: translateY(-50%);
    }
    100% {
        transform: translateY(0%);
    }
}
@-webkit-keyframes vertScroll {
    0% {
        transform: translateY(-50%);
    }
    100% {
        transform: translateY(0%);
    }
}
@keyframes vertScroll {
    0% {
        transform: translateY(-50%);
    }
    100% {
        transform: translateY(0%);
    }
}
.vert-scroll {
    -webkit-animation: vertScroll infinite 3s linear;
    -moz-animation: vertScroll infinite 3s linear;
    animation: vertScroll infinite 3s linear;
    animation-fill-mode: forwards;
}
@-moz-keyframes floatY {
    0% {
        transform: translateY(-20px);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(-20px);
    }
}
@-webkit-keyframes floatY {
    0% {
        transform: translateY(-20px);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(-20px);
    }
}
@keyframes floatY {
    0% {
        transform: translateY(-20px);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(-20px);
    }
}
.float-y {
    -webkit-animation: floatY infinite 10s ease-in-out;
    -moz-animation: floatY infinite 10s ease-in-out;
    animation: floatY infinite 10s ease-in-out;
    animation-fill-mode: forwards;
}
@-moz-keyframes floatX {
    0% {
        transform: translateX(-10px);
    }
    50% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(-10px);
    }
}
@-webkit-keyframes floatX {
    0% {
        transform: translateX(-10px);
    }
    50% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(-10px);
    }
}
@keyframes floatX {
    0% {
        transform: translateX(-10px);
    }
    50% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(-10px);
    }
}
.float-x {
    -webkit-animation: floatX infinite 10s ease-in-out;
    -moz-animation: floatX infinite 10s ease-in-out;
    animation: floatX infinite 10s ease-in-out;
    animation-fill-mode: forwards;
}
@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes blink {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.blinker {
    -webkit-animation: blink infinite 1.5s ease-in-out;
    -moz-animation: blink infinite 1.5s ease-in-out;
    animation: blink infinite 1.5s ease-in-out;
    animation-fill-mode: forwards;
}
@-moz-keyframes meterMove {
    0% {
        transform: rotate(-50deg);
    }
    50% {
        transform: rotate(50deg);
    }
    100% {
        transform: rotate(-50deg);
    }
}
@-webkit-keyframes meterMove {
    0% {
        transform: rotate(-50deg);
    }
    50% {
        transform: rotate(50deg);
    }
    100% {
        transform: rotate(-50deg);
    }
}
@keyframes meterMove {
    0% {
        transform: rotate(-50deg);
    }
    50% {
        transform: rotate(50deg);
    }
    100% {
        transform: rotate(-50deg);
    }
}
.meter-move {
    -webkit-animation: meterMove infinite 6s ease-in-out;
    -moz-animation: meterMove infinite 6s ease-in-out;
    animation: meterMove infinite 6s ease-in-out;
    animation-fill-mode: forwards;
}
@-moz-keyframes keysColor {
    0% {
        fill: #00bfa5;
    }
    5% {
        fill: #ffffff;
    }
    10% {
        fill: #00bfa5;
    }
    100% {
        fill: #00bfa5;
    }
}
@-webkit-keyframes keysColor {
    0% {
        fill: #00bfa5;
    }
    5% {
        fill: #ffffff;
    }
    10% {
        fill: #00bfa5;
    }
    100% {
        fill: #00bfa5;
    }
}
@keyframes keysColor {
    0% {
        fill: #00bfa5;
    }
    5% {
        fill: #ffffff;
    }
    10% {
        fill: #00bfa5;
    }
    100% {
        fill: #00bfa5;
    }
}
.keys-color {
    -webkit-animation: keysColor infinite 6s ease-in-out;
    -moz-animation: keysColor infinite 6s ease-in-out;
    animation: keysColor infinite 6s ease-in-out;
    animation-fill-mode: forwards;
}
@-moz-keyframes dotFadeSeq {
    0% {
        opacity: 1;
        animation-timing-function: ease-out;
    }
    40% {
        opacity: 0;
        animation-timing-function: ease-in;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes dotFadeSeq {
    0% {
        opacity: 1;
        animation-timing-function: ease-out;
    }
    40% {
        opacity: 0;
        animation-timing-function: ease-in;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@keyframes dotFadeSeq {
    0% {
        opacity: 1;
        animation-timing-function: ease-out;
    }
    40% {
        opacity: 0;
        animation-timing-function: ease-in;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
.dotfade-seq {
    -webkit-animation: dotFadeSeq infinite 1s linear;
    -moz-animation: dotFadeSeq infinite 1s linear;
    animation: dotFadeSeq infinite 1s linear;
    animation-fill-mode: forwards;
}
@-moz-keyframes dotFadeSeq2 {
    0% {
        opacity: 1;
        animation-timing-function: ease-out;
    }
    30% {
        opacity: 0.2;
        animation-timing-function: ease-in;
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes dotFadeSeq2 {
    0% {
        opacity: 1;
        animation-timing-function: ease-out;
    }
    30% {
        opacity: 0.2;
        animation-timing-function: ease-in;
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@keyframes dotFadeSeq2 {
    0% {
        opacity: 1;
        animation-timing-function: ease-out;
    }
    30% {
        opacity: 0.2;
        animation-timing-function: ease-in;
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
.dotfade-seq2 {
    -webkit-animation: dotFadeSeq2 infinite 2s linear;
    -moz-animation: dotFadeSeq2 infinite 2s linear;
    animation: dotFadeSeq2 infinite 2s linear;
    animation-fill-mode: forwards;
}
@-moz-keyframes shieldSlide {
    0% {
        transform: translateY(100px);
        opacity: 0;
        animation-timing-function: ease-out;
    }
    20% {
        transform: translateY(95px);
        opacity: 1;
        animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
    }
    70% {
        transform: translateY(0px);
        opacity: 1;
        animation-timing-function: ease-in;
    }
    85% {
        transform: translateY(-10px);
        opacity: 0;
    }
    100% {
        transform: translateY(-10px);
        opacity: 0;
    }
}
@-webkit-keyframes shieldSlide {
    0% {
        transform: translateY(100px);
        opacity: 0;
        animation-timing-function: ease-out;
    }
    20% {
        transform: translateY(95px);
        opacity: 1;
        animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
    }
    70% {
        transform: translateY(0px);
        opacity: 1;
        animation-timing-function: ease-in;
    }
    85% {
        transform: translateY(-10px);
        opacity: 0;
    }
    100% {
        transform: translateY(-10px);
        opacity: 0;
    }
}
@keyframes shieldSlide {
    0% {
        transform: translateY(100px);
        opacity: 0;
        animation-timing-function: ease-out;
    }
    20% {
        transform: translateY(95px);
        opacity: 1;
        animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
    }
    70% {
        transform: translateY(0px);
        opacity: 1;
        animation-timing-function: ease-in;
    }
    85% {
        transform: translateY(-10px);
        opacity: 0;
    }
    100% {
        transform: translateY(-10px);
        opacity: 0;
    }
}
.shield-slide {
    -webkit-animation: shieldSlide infinite 2.5s linear;
    -moz-animation: shieldSlide infinite 2.5s linear;
    animation: shieldSlide infinite 2.5s linear;
    animation-fill-mode: forwards;
}
/*! - ANIMATIONS: 2 HOME -> 0 HERO */
#home-about .hero-anim p {
    font-size: 15px;
    color: #00bfff;
}
#home-about .hero-anim .phone,
#home-about .hero-anim .phone-shadow {
    width: 305px;
    left: 0px;
    top: 0px;
}
#home-about .hero-anim .typer-field {
    left: 45px;
}
#home-about .hero-anim .typer-field[data-num="1"] {
    top: 182px;
}
#home-about .hero-anim .typer-field[data-num="2"] {
    top: 268px;
}
#home-about .hero-anim .button {
    position: absolute;
    left: 69px;
    top: 341px;
    width: 148px;
    height: 38px;
    border-radius: 6px;
    background-color: #f4f6ff;
    color: #00bfff;
    text-align: center;
    -webkit-transition: background-color 0.5s linear;
    -moz-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}
#home-about .hero-anim .button p {
    line-height: 38px;
    -webkit-transition: color 0.5s linear;
    -moz-transition: color 0.5s linear;
    -o-transition: color 0.5s linear;
    transition: color 0.5s linear;
}
#home-about .hero-anim .button.on {
    background-color: #00bfff;
}
#home-about .hero-anim .button.on p {
    color: #fff;
}
#home-about .hero-anim .shield-wrap {
    width: 101px;
    height: 165px;
    left: 98px;
    top: 411px;
}
#home-about .hero-anim .shield-wrap .shield {
    width: 101px;
    top: 10px;
    transform: translateY(160px);
}
#home-about .hero-anim .person.locked {
    width: 127px;
}
#home-about .hero-anim .person.checked {
    width: 116px;
}
#home-about .hero-anim .person .check-circle {
    width: 36px;
    left: 81px;
    top: 39px;
    opacity: 0;
}
#home-about .hero-anim .shape-path {
    position: absolute;
}
#home-about .hero-anim .shape-path[data-num="1"] {
    width: 864px;
    height: 1166px;
    left: 188px;
    top: 97px;
}
#home-about .hero-anim .shape-path[data-num="2"] {
    width: 760px;
    height: 1183px;
    left: 238px;
    top: 327px;
}
/*! - ANIMATIONS: 2 HOME -> 1 ABOUT */
#home-about .bucket[data-num="1"] .phone-buttons {
    width: 32px;
    height: 52px;
    left: 20px;
    top: 34px;
}
#home-about .bucket[data-num="1"] .phone-buttons path {
    fill: #00bfa5;
}
#home-about .bucket[data-num="2"] .meter-dots {
    width: 57px;
    height: 6px;
    left: 17px;
    top: 86px;
}
#home-about .bucket[data-num="2"] .meter-dots path {
    fill: #00bfff;
}
#home-about .bucket[data-num="3"] .shield {
    width: 27px;
    left: 45px;
    opacity: 0;
}
#home-about .content-row[data-num="1"] .blob[data-num="1"] {
    width: 237px;
    top: 295px;
}
#home-about .content-row[data-num="1"] .blob[data-num="2"] {
    width: 180px;
    left: 457px;
    top: 165px;
}
#home-about .content-row[data-num="1"] .grid {
    width: 236px;
    left: 202px;
    top: 30px;
}
#home-about .content-row[data-num="1"] .dot {
    width: 5px;
}
#home-about .content-row[data-num="1"] .dot[data-num="1"] {
    left: -2px;
    top: 14px;
}
#home-about .content-row[data-num="1"] .dot[data-num="2"] {
    left: 53px;
    top: 14px;
    animation-delay: -4s !important;
}
#home-about .content-row[data-num="1"] .dot[data-num="3"] {
    left: 108px;
    top: 14px;
    animation-delay: -2s !important;
}
#home-about .content-row[data-num="1"] .dot[data-num="4"] {
    left: 164px;
    top: 14px;
    animation-delay: -6s !important;
}
#home-about .content-row[data-num="1"] .dot[data-num="5"] {
    left: 220px;
    top: 14px;
    animation-delay: -1s !important;
}
#home-about .content-row[data-num="1"] .dot[data-num="6"] {
    left: -2px;
    top: 70px;
    animation-delay: -6.5s !important;
}
#home-about .content-row[data-num="1"] .dot[data-num="7"] {
    left: -2px;
    top: 125px;
    animation-delay: -5s !important;
}
#home-about .content-row[data-num="1"] .dot[data-num="8"] {
    left: -2px;
    top: 181px;
    animation-delay: -3s !important;
}
#home-about .content-row[data-num="1"] .dot[data-num="9"] {
    left: -2px;
    top: 234px;
    animation-delay: -8s !important;
}
#home-about .content-row[data-num="1"] .dot[data-num="10"] {
    left: -2px;
    top: 14px;
    animation-delay: -1.5s !important;
}
#home-about .content-row[data-num="2"] .girl-box {
    width: 328px;
    left: 317px;
    top: 100px;
}
#home-about .content-row[data-num="2"] .falling-items {
    left: 30px;
    top: 2px;
    width: 165px;
    height: 288px;
}
#home-about .content-row[data-num="2"] .falling-items[data-num="2"] {
    opacity: 1;
}
#home-about .content-row[data-num="2"] .falling-items .item {
    width: 42px;
    top: -42px;
}
#home-about .content-row[data-num="2"] .wheel-center {
    width: 62px;
    left: 208px;
    top: 226px;
}
#home-about .content-row[data-num="2"] .wheel {
    width: 480px;
    left: 1px;
    top: 12px;
}
#home-about .content-row[data-num="2"] .wheel .product {
    width: 140px;
}
#home-about .content-row[data-num="2"] .wheel .product[data-num="1"] {
    left: 170px;
    top: 414px;
}
#home-about .content-row[data-num="2"] .wheel .product[data-num="2"] {
    left: 11px;
    top: -12px;
}
#home-about .content-row[data-num="2"] .wheel .product[data-num="3"] {
    left: 404px;
    top: 71px;
}
#home-about .content-row[data-num="2"] .heart.sm {
    width: 21px;
}
#home-about .content-row[data-num="2"] .heart.big {
    width: 30px;
}
#home-about .content-row[data-num="2"] .heart[data-num="1"] {
    left: 20px;
}
#home-about .content-row[data-num="2"] .heart[data-num="2"] {
    left: 40px;
}
#home-about .content-row[data-num="2"] .heart[data-num="3"] {
    left: 30px;
    width: 24px;
}
#home-about .content-row[data-num="2"] .heart-group {
    position: absolute;
    left: 140px;
    top: 120px;
    z-index: 5;
}
@-moz-keyframes aboutGriddotV1 {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(222px);
    }
    100% {
        transform: translateY(0px);
    }
}
@-webkit-keyframes aboutGriddotV1 {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(222px);
    }
    100% {
        transform: translateY(0px);
    }
}
@keyframes aboutGriddotV1 {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(222px);
    }
    100% {
        transform: translateY(0px);
    }
}
.about-griddotv1 {
    -webkit-animation: aboutGriddotV1 infinite 10s ease-in-out;
    -moz-animation: aboutGriddotV1 infinite 10s ease-in-out;
    animation: aboutGriddotV1 infinite 10s ease-in-out;
    animation-fill-mode: forwards;
}
@-moz-keyframes aboutGriddotH1 {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(220px);
    }
    100% {
        transform: translateX(0px);
    }
}
@-webkit-keyframes aboutGriddotH1 {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(220px);
    }
    100% {
        transform: translateX(0px);
    }
}
@keyframes aboutGriddotH1 {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(220px);
    }
    100% {
        transform: translateX(0px);
    }
}
.about-griddoth1 {
    -webkit-animation: aboutGriddotH1 infinite 10s ease-in-out;
    -moz-animation: aboutGriddotH1 infinite 10s ease-in-out;
    animation: aboutGriddotH1 infinite 10s ease-in-out;
    animation-fill-mode: forwards;
}
@-moz-keyframes aboutWheelSpin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes aboutWheelSpin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes aboutWheelSpin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.about-wheelspin {
    -webkit-animation: aboutWheelSpin infinite 15s linear;
    -moz-animation: aboutWheelSpin infinite 15s linear;
    animation: aboutWheelSpin infinite 15s linear;
    animation-fill-mode: forwards;
}
@-moz-keyframes aboutItemDrop {
    0% {
        transform: translateY(0px);
    }
    15% {
        transform: translateY(330px);
    }
    100% {
        transform: translateY(330px);
    }
}
@-webkit-keyframes aboutItemDrop {
    0% {
        transform: translateY(0px);
    }
    15% {
        transform: translateY(330px);
    }
    100% {
        transform: translateY(330px);
    }
}
@keyframes aboutItemDrop {
    0% {
        transform: translateY(0px);
    }
    15% {
        transform: translateY(330px);
    }
    100% {
        transform: translateY(330px);
    }
}
.about-itemdrop {
    -webkit-animation: aboutItemDrop infinite 15s ease-in;
    -moz-animation: aboutItemDrop infinite 15s ease-in;
    animation: aboutItemDrop infinite 15s ease-in;
    animation-fill-mode: forwards;
}
@-moz-keyframes heartFloatY2 {
    0% {
        transform: translateY(0px);
        opacity: 0;
    }
    10% {
        transform: translateY(-20px);
        opacity: 1;
    }
    80% {
        transform: translateY(-100px);
        opacity: 1;
    }
    90% {
        transform: translateY(-120px);
        opacity: 0;
    }
    100% {
        transform: translateY(-120px);
        opacity: 0;
    }
}
@-webkit-keyframes heartFloatY2 {
    0% {
        transform: translateY(0px);
        opacity: 0;
    }
    10% {
        transform: translateY(-20px);
        opacity: 1;
    }
    80% {
        transform: translateY(-100px);
        opacity: 1;
    }
    90% {
        transform: translateY(-120px);
        opacity: 0;
    }
    100% {
        transform: translateY(-120px);
        opacity: 0;
    }
}
@keyframes heartFloatY2 {
    0% {
        transform: translateY(0px);
        opacity: 0;
    }
    10% {
        transform: translateY(-20px);
        opacity: 1;
    }
    80% {
        transform: translateY(-100px);
        opacity: 1;
    }
    90% {
        transform: translateY(-120px);
        opacity: 0;
    }
    100% {
        transform: translateY(-120px);
        opacity: 0;
    }
}
.heart-floatY2 {
    -webkit-animation: heartFloatY2 infinite 6s linear;
    -moz-animation: heartFloatY2 infinite 6s linear;
    animation: heartFloatY2 infinite 6s linear;
    animation-fill-mode: forwards;
}
@-moz-keyframes heartFloatX2 {
    0% {
        transform: translateX(-20px);
    }
    50% {
        transform: translateX(20px);
    }
    100% {
        transform: translateX(-20px);
    }
}
@-webkit-keyframes heartFloatX2 {
    0% {
        transform: translateX(-20px);
    }
    50% {
        transform: translateX(20px);
    }
    100% {
        transform: translateX(-20px);
    }
}
@keyframes heartFloatX2 {
    0% {
        transform: translateX(-20px);
    }
    50% {
        transform: translateX(20px);
    }
    100% {
        transform: translateX(-20px);
    }
}
.heart-floatX2 {
    -webkit-animation: heartFloatX2 infinite 4s ease-in-out;
    -moz-animation: heartFloatX2 infinite 4s ease-in-out;
    animation: heartFloatX2 infinite 4s ease-in-out;
    animation-fill-mode: forwards;
}
#home-about .about-intro .bucket.on[data-num="1"] .buttons-anim path {
    -webkit-animation: keysColor infinite 6s ease-in-out;
    -moz-animation: keysColor infinite 6s ease-in-out;
    animation: keysColor infinite 6s ease-in-out;
    animation-fill-mode: forwards;
}
#home-about .about-intro .bucket.on[data-num="2"] .meter-dots path {
    -webkit-animation: dotFadeSeq infinite 1s linear;
    -moz-animation: dotFadeSeq infinite 1s linear;
    animation: dotFadeSeq infinite 1s linear;
    animation-fill-mode: forwards;
}
#home-about .about-intro .bucket.on[data-num="3"] .shield {
    -webkit-animation: shieldSlide infinite 2.5s linear;
    -moz-animation: shieldSlide infinite 2.5s linear;
    animation: shieldSlide infinite 2.5s linear;
    animation-fill-mode: forwards;
}
#home-about .content-row.on[data-num="1"] .blob {
    -webkit-animation: floatY infinite 10s ease-in-out;
    -moz-animation: floatY infinite 10s ease-in-out;
    animation: floatY infinite 10s ease-in-out;
    animation-fill-mode: forwards;
    animation-duration: 8s;
}
#home-about .content-row.on[data-num="1"] .blob[data-num="2"] {
    animation-delay: -5s;
}
#home-about .content-row.on[data-num="1"] .blob[data-num="2"] img {
    animation-delay: -4s;
}
#home-about .content-row.on[data-num="1"] .blob img {
    -webkit-animation: aboutWheelSpin infinite 15s linear;
    -moz-animation: aboutWheelSpin infinite 15s linear;
    animation: aboutWheelSpin infinite 15s linear;
    animation-fill-mode: forwards;
    animation-duration: 8s;
}
#home-about .content-row.on[data-num="1"] .dot.vert {
    -webkit-animation: aboutGriddotV1 infinite 10s ease-in-out;
    -moz-animation: aboutGriddotV1 infinite 10s ease-in-out;
    animation: aboutGriddotV1 infinite 10s ease-in-out;
    animation-fill-mode: forwards;
}
#home-about .content-row.on[data-num="1"] .dot.horz {
    -webkit-animation: aboutGriddotH1 infinite 10s ease-in-out;
    -moz-animation: aboutGriddotH1 infinite 10s ease-in-out;
    animation: aboutGriddotH1 infinite 10s ease-in-out;
    animation-fill-mode: forwards;
}
#home-about .content-row.on[data-num="2"] .wheel {
    -webkit-animation: aboutWheelSpin infinite 15s linear;
    -moz-animation: aboutWheelSpin infinite 15s linear;
    animation: aboutWheelSpin infinite 15s linear;
    animation-fill-mode: forwards;
    animation-delay: -14.5s;
}
#home-about .content-row.on[data-num="2"] .product {
    -webkit-animation: aboutWheelSpin infinite 15s linear;
    -moz-animation: aboutWheelSpin infinite 15s linear;
    animation: aboutWheelSpin infinite 15s linear;
    animation-fill-mode: forwards;
    animation-direction: reverse;
    animation-delay: -14.5s;
}
#home-about .content-row.on[data-num="2"] .falling-items .item {
    -webkit-animation: aboutItemDrop infinite 15s ease-in;
    -moz-animation: aboutItemDrop infinite 15s ease-in;
    animation: aboutItemDrop infinite 15s ease-in;
    animation-fill-mode: forwards;
}
#home-about .content-row.on[data-num="2"] .falling-items[data-num="1"] .item[data-num="2"] {
    left: 10px;
    animation-delay: 1s !important;
}
#home-about .content-row.on[data-num="2"] .falling-items[data-num="1"] .item[data-num="3"] {
    left: 55px;
    animation-delay: 0.5s !important;
}
#home-about .content-row.on[data-num="2"] .falling-items[data-num="1"] .item[data-num="4"] {
    left: 40px;
    animation-delay: 1.75s !important;
}
#home-about .content-row.on[data-num="2"] .falling-items[data-num="1"] .item[data-num="5"] {
    left: 100px;
    animation-delay: 1.25s !important;
}
#home-about .content-row.on[data-num="2"] .falling-items[data-num="2"] .item[data-num="1"] {
    animation-delay: 5s;
}
#home-about .content-row.on[data-num="2"] .falling-items[data-num="2"] .item[data-num="2"] {
    left: 30px;
    animation-delay: 6.5s !important;
}
#home-about .content-row.on[data-num="2"] .falling-items[data-num="2"] .item[data-num="3"] {
    left: 55px;
    animation-delay: 4.5s !important;
}
#home-about .content-row.on[data-num="2"] .falling-items[data-num="2"] .item[data-num="4"] {
    left: 80px;
    animation-delay: 5.5s !important;
}
#home-about .content-row.on[data-num="2"] .falling-items[data-num="2"] .item[data-num="5"] {
    left: 100px;
    animation-delay: 6s !important;
}
#home-about .content-row.on[data-num="2"] .falling-items[data-num="3"] .item[data-num="1"] {
    animation-delay: 11s;
}
#home-about .content-row.on[data-num="2"] .falling-items[data-num="3"] .item[data-num="2"] {
    left: 0px;
    animation-delay: 12s !important;
}
#home-about .content-row.on[data-num="2"] .falling-items[data-num="3"] .item[data-num="3"] {
    left: 55px;
    animation-delay: 11.5s !important;
}
#home-about .content-row.on[data-num="2"] .falling-items[data-num="3"] .item[data-num="4"] {
    left: 80px;
    animation-delay: 12.5s !important;
}
#home-about .content-row.on[data-num="2"] .falling-items[data-num="3"] .item[data-num="5"] {
    left: 100px;
    animation-delay: 10.5s !important;
}
#home-about .content-row.on[data-num="2"] .heart {
    -webkit-animation: heartFloatY2 infinite 6s linear;
    -moz-animation: heartFloatY2 infinite 6s linear;
    animation: heartFloatY2 infinite 6s linear;
    animation-fill-mode: forwards;
}
#home-about .content-row.on[data-num="2"] .heart img {
    -webkit-animation: heartFloatX2 infinite 4s ease-in-out;
    -moz-animation: heartFloatX2 infinite 4s ease-in-out;
    animation: heartFloatX2 infinite 4s ease-in-out;
    animation-fill-mode: forwards;
}
#home-about .content-row.on[data-num="2"] .heart[data-num="2"] {
    animation-delay: -4s;
}
#home-about .content-row.on[data-num="2"] .heart[data-num="2"] img {
    animation-delay: -1s;
}
#home-about .content-row.on[data-num="2"] .heart[data-num="3"] {
    animation-delay: -2s;
}
#home-about .content-row.on[data-num="2"] .heart[data-num="3"] img {
    animation-delay: -3s;
}
@media screen and (max-width: 650px) {

    html body .footer-copyright-oben {
        grid-template-columns: 1fr;
    }
        
    html body .footer-copyright-oben ul {
        text-align: center;
    }

    html body .bucket-cols .bucket-row {
        display: block;
    }

    .bucket-cols .col {
        width: 100%;
    }

    #home-about.on .home-partner-mover {
        -webkit-animation: slideLeft infinite 10s linear;
        -moz-animation: slideLeft infinite 10s linear;
        animation: slideLeft infinite 10s linear;
        animation-fill-mode: forwards;
        animation-duration: 15s;
    }

}
/*! - ANIMATIONS: 3 IDENTITY -> 0 HERO */
#page-products.identity .hero-anim .shield-box {
    width: 274px;
    height: 274px;
    left: 92px;
}
#page-products.identity .hero-anim .shield-box .shieldbg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#page-products.identity .hero-anim .shield-box .shield-mask {
    width: 263px;
    height: 243px;
    clip-path: url("#hero-blob");
    -webkit-clip-path: url("#hero-blob");
}
#page-products.identity .hero-anim .shield-box .dots {
    width: 640px;
    left: 0px;
    top: 0px;
}
#page-products.identity .hero-anim .shield-box .shield {
    width: 117px;
    left: 79px;
    top: 58px;
}
#page-products.identity .hero-anim .shield-box .shield .vtxt {
    width: 74px;
    left: 20px;
    top: 30px;
    opacity: 0;
}
#page-products.identity .hero-anim .shield-box .shield .logobg,
#page-products.identity .hero-anim .shield-box .shield .logoc {
    width: 57px;
    left: 32px;
    top: 48px;
}
.part.vtxt.secondtxt {
    top: 150px !important;
    width: 220px !important;
    left: -52px !important;
}
#page-products.identity .hero-anim .shield-box .shield .logoc {
    opacity: 0.4;
}
#page-products.identity .hero-anim .phonenum[data-num="1"] {
    width: 280px;
    height: 130px;
    left: 352px;
    top: 52px;
}
#page-products.identity .hero-anim .phonenum[data-num="1"] .pathline {
    width: 235px;
    left: -17px;
    top: 18px;
}
#page-products.identity .hero-anim .phonenum[data-num="2"] {
    width: 110px;
    height: 90px;
    left: 175px;
    top: 237px;
}
#page-products.identity .hero-anim .phonenum-elem {
    width: 100px;
}
#page-products.identity .hero-anim .phonenum-elem img {
    position: absolute;
    left: 0;
    top: 0;
}
#page-products.identity .hero-anim .phonenum-elem p {
    position: relative;
    font-size: 12px;
    font-weight: 400;
    color: #00bfff;
    text-align: center;
    line-height: 30px;
}
#page-products.identity .hero-anim .dot-wrap[data-num="1"] {
    width: 30px;
    height: 40px;
    left: 555px;
    top: 120px;
}
#page-products.identity .hero-anim .dot-wrap[data-num="1"] .dots {
    width: 3.5px;
    left: 13px;
    top: -16px;
}
#page-products.identity .hero-anim .dot-wrap[data-num="2"] {
    width: 95px;
    height: 110px;
    left: 224px;
    top: 327px;
    padding-left: 2px;
}
#page-products.identity .hero-anim .dot-wrap[data-num="2"] .inner {
    position: absolute;
    left: 0;
    top: 0;
    left: 2px;
}
#page-products.identity .hero-anim .dot-wrap[data-num="2"] path {
    fill: none;
    stroke: none;
}
#page-products.identity .hero-anim .dot-wrap[data-num="2"] .path-dot {
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: #fff;
}
@-moz-keyframes identityHeroDots {
    0% {
        transform: translateY(60px);
    }
    50% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(0px);
    }
}
@-webkit-keyframes identityHeroDots {
    0% {
        transform: translateY(60px);
    }
    50% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(0px);
    }
}
@keyframes identityHeroDots {
    0% {
        transform: translateY(60px);
    }
    50% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(0px);
    }
}
.identityHero-dots {
    -webkit-animation: identityHeroDots infinite 4s linear;
    -moz-animation: identityHeroDots infinite 4s linear;
    animation: identityHeroDots infinite 4s linear;
    animation-fill-mode: forwards;
}
@-moz-keyframes identityHeroPhone1 {
    0% {
        transform: translate(165px, 70px);
    }
    20% {
        transform: translate(165px, 70px);
    }
    45% {
        transform: translate(165px, 0px);
    }
    100% {
        transform: translate(-100px, 0px);
    }
}
@-webkit-keyframes identityHeroPhone1 {
    0% {
        transform: translate(165px, 70px);
    }
    20% {
        transform: translate(165px, 70px);
    }
    45% {
        transform: translate(165px, 0px);
    }
    100% {
        transform: translate(-100px, 0px);
    }
}
@keyframes identityHeroPhone1 {
    0% {
        transform: translate(165px, 70px);
    }
    20% {
        transform: translate(165px, 70px);
    }
    45% {
        transform: translate(165px, 0px);
    }
    100% {
        transform: translate(-100px, 0px);
    }
}
.identityHero-phone1 {
    -webkit-animation: identityHeroPhone1 infinite 8s linear;
    -moz-animation: identityHeroPhone1 infinite 8s linear;
    animation: identityHeroPhone1 infinite 8s linear;
    animation-fill-mode: forwards;
}
@-moz-keyframes identityHeroPhone2 {
    0% {
        transform: translateY(90px);
    }
    20% {
        transform: translateY(90px);
    }
    60% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(-30px);
    }
}
@-webkit-keyframes identityHeroPhone2 {
    0% {
        transform: translateY(90px);
    }
    20% {
        transform: translateY(90px);
    }
    60% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(-30px);
    }
}
@keyframes identityHeroPhone2 {
    0% {
        transform: translateY(90px);
    }
    20% {
        transform: translateY(90px);
    }
    60% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(-30px);
    }
}
.identityHero-phone2 {
    -webkit-animation: identityHeroPhone2 infinite 8s linear;
    -moz-animation: identityHeroPhone2 infinite 8s linear;
    animation: identityHeroPhone2 infinite 8s linear;
    animation-fill-mode: forwards;
}
@-moz-keyframes identityHeroText1 {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    60% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes identityHeroText1 {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    60% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes identityHeroText1 {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    60% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.identityHero-text1 {
    -webkit-animation: identityHeroText1 infinite 4s linear;
    -moz-animation: identityHeroText1 infinite 4s linear;
    animation: identityHeroText1 infinite 4s linear;
    animation-fill-mode: forwards;
}
@-moz-keyframes identityHeroText2 {
    0% {
        opacity: 0.4;
    }
    10% {
        opacity: 0.4;
    }
    20% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    60% {
        opacity: 0.4;
    }
    100% {
        opacity: 0.4;
    }
}
@-webkit-keyframes identityHeroText2 {
    0% {
        opacity: 0.4;
    }
    10% {
        opacity: 0.4;
    }
    20% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    60% {
        opacity: 0.4;
    }
    100% {
        opacity: 0.4;
    }
}
@keyframes identityHeroText2 {
    0% {
        opacity: 0.4;
    }
    10% {
        opacity: 0.4;
    }
    20% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    60% {
        opacity: 0.4;
    }
    100% {
        opacity: 0.4;
    }
}
.identityHero-text2 {
    -webkit-animation: identityHeroText2 infinite 4s linear;
    -moz-animation: identityHeroText2 infinite 4s linear;
    animation: identityHeroText2 infinite 4s linear;
    animation-fill-mode: forwards;
}
#page-products.identity #tier-hero.on .dot-wrap[data-num="1"] .dots {
    -webkit-animation: identityHeroDots infinite 4s linear;
    -moz-animation: identityHeroDots infinite 4s linear;
    animation: identityHeroDots infinite 4s linear;
    animation-fill-mode: forwards;
}
#page-products.identity #tier-hero.on .phonenum[data-num="1"] .phonenum-elem {
    -webkit-animation: identityHeroPhone1 infinite 8s linear;
    -moz-animation: identityHeroPhone1 infinite 8s linear;
    animation: identityHeroPhone1 infinite 8s linear;
    animation-fill-mode: forwards;
}
#page-products.identity #tier-hero.on .phonenum[data-num="1"] .phonenum-elem[data-num="2"] {
    animation-delay: -4s;
}
#page-products.identity #tier-hero.on .phonenum[data-num="2"] .phonenum-elem {
    -webkit-animation: identityHeroPhone2 infinite 8s linear;
    -moz-animation: identityHeroPhone2 infinite 8s linear;
    animation: identityHeroPhone2 infinite 8s linear;
    animation-fill-mode: forwards;
}
#page-products.identity #tier-hero.on .phonenum[data-num="2"] .phonenum-elem[data-num="2"] {
    animation-delay: -4s;
}
#page-products.identity #tier-hero.on .shield-box .dots {
    -webkit-animation: slideLeft infinite 10s linear;
    -moz-animation: slideLeft infinite 10s linear;
    animation: slideLeft infinite 10s linear;
    animation-fill-mode: forwards;
    animation-duration: 6s;
}
#page-products.identity #tier-hero.on .shield-box .vtxt {
    -webkit-animation: identityHeroText1 infinite 4s linear;
    -moz-animation: identityHeroText1 infinite 4s linear;
    animation: identityHeroText1 infinite 4s linear;
    animation-fill-mode: forwards;
}

#page-products.identity #tier-hero.on .shield-box .vtxt.secondtxt {
    -webkit-animation: identityHeroText1 infinite 8s linear;
    -moz-animation: identityHeroText1 infinite 8s linear;
    animation: identityHeroText1 infinite 8s linear;
    animation-fill-mode: forwards;
}

#page-products.identity #tier-hero.on .shield-box .logoc {
    -webkit-animation: identityHeroText2 infinite 4s linear;
    -moz-animation: identityHeroText2 infinite 4s linear;
    animation: identityHeroText2 infinite 4s linear;
    animation-fill-mode: forwards;
}
/*! - ANIMATIONS: 3 IDENTITY -> 1 HOW */
#identity-how .phone {
    width: 115px;
    left: 852px;
    top: 364px;
}
#identity-how .hand {
    width: 249px;
    transform: translateY(440px);
}
#identity-how .hand .number-txt {
    font-size: 87px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 220px;
    top: 72px;
}
#identity-how .hand .meter {
    width: 11px;
    left: 40px;
    top: 210px;
}
#identity-how .hand[data-num="1"] {
    left: 300px;
    top: 677px;
}
#identity-how .hand[data-num="1"] .number-txt {
    color: #2a2a2a;
}
#identity-how .hand[data-num="2"] {
    left: 635px;
    top: 712px;
}
#identity-how .hand[data-num="2"] .number-txt {
    color: #2a2a2a;
}
#identity-how .hand[data-num="3"] {
    left: 953px;
    top: 659px;
}
#identity-how .hand[data-num="3"] .number-txt {
    color: #2a2a2a;
}
#identity-how .hand[data-num="4"] {
    left: 1279px;
    top: 712px;
}
#identity-how .hand[data-num="4"] .number-txt {
    color: #2a2a2a;
}

#identity-how .hand[data-num="1"] .number-txt:after {
    content: "€";
    font-size: 40px;
    position: absolute;
    right: 28px;
    top: 12px;
}

#identity-how .hand[data-num="2"] .number-txt:after {
    content: "€";
    font-size: 40px;
    position: absolute;
    right: 28px;
    top: 12px;
}

#identity-how .hand[data-num="3"] .number-txt:after {
    content: "€";
    font-size: 40px;
    position: absolute;
    right: 28px;
    top: 12px;
}

#identity-how .hand[data-num="4"] .number-txt:after {
    content: "€";
    font-size: 40px;
    position: absolute;
    right: 28px;
    top: 12px;
}

#identity-how .paths-wrap {
    opacity: 0;
}
#identity-how .shape-path {
    overflow: visible;
}
#identity-how .shape-path .path-dot {
    width: 6px;
    height: 6px;
    border-radius: 6px;
}
#identity-how .shape-path[data-num="1"] {
    width: 440px;
    height: 267px;
    left: 411px;
    top: 439px;
}
#identity-how .shape-path[data-num="2"] {
    width: 162px;
    height: 230px;
    left: 746px;
    top: 559px;
}
#identity-how .shape-path[data-num="3"] {
    width: 107px;
    height: 280px;
    left: 960px;
    top: 396px;
}
#identity-how .shape-path[data-num="4"] {
    width: 433px;
    height: 233px;
    left: 960px;
    top: 484px;
}
/*! - ANIMATIONS: 3 IDENTITY -> 2 USES */
#identity-uses .content-row .print {
    width: 400px;
    opacity: 0.5;
}
#identity-uses .content-row .print path {
    fill: none;
    stroke: #00bfff;
    stroke-linecap: round;
    stroke-linejoin: round;
}
#identity-uses .content-row .shape-wrap {
    left: 0px;
    top: 1px;
    width: 615px;
    height: 380px;
    clip-path: url("#uses-blob");
    -webkit-clip-path: url("#uses-blob");
}
#identity-uses .content-row[data-num="1"] .guy {
    width: 613px;
    top: -54px;
    left: 2px;
}
#identity-uses .content-row[data-num="1"] .print {
    left: 307px;
    top: 84px;
}
#identity-uses .content-row[data-num="1"] .shape-wrap {
    top: 56px;
}
#identity-uses .content-row[data-num="1"] .textrow-wrap {
    position: absolute;
    width: 187px;
    height: 262px;
    left: 52px;
    top: 56px;
    border-radius: 11px;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
#identity-uses .content-row[data-num="1"] .textrow-wrap .textpad {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#identity-uses .content-row[data-num="1"] .textrow-wrap .card {
    display: none;
    transform: translateY(5px);
}
#identity-uses .content-row[data-num="1"] .textrow-wrap .card[data-num="1"] {
    display: block;
}
#identity-uses .content-row[data-num="1"] .text-row {
    left: 17px;
    width: 158px;
}
#identity-uses .content-row[data-num="1"] .text-row .textitem {
    left: 0px;
    opacity: 0;
}
#identity-uses .content-row[data-num="1"] .text-row .check {
    left: auto;
    right: 5px;
    top: -2px;
    width: 15px;
}
#identity-uses .content-row[data-num="1"] .text-row .check .checkmark {
    width: 8px;
    left: 4px;
    top: 5px;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#identity-uses .content-row[data-num="1"] .text-row .check .checkmark.on {
    -webkit-clip-path: inset(0 0% 0 0);
    clip-path: inset(0 0% 0 0);
}
#identity-uses .content-row[data-num="1"] .text-row[data-num="1"] {
    top: 110px;
}
#identity-uses .content-row[data-num="1"] .text-row[data-num="1"] .textitem {
    width: 120px;
}
#identity-uses .content-row[data-num="1"] .text-row[data-num="2"] {
    top: 151px;
}
#identity-uses .content-row[data-num="1"] .text-row[data-num="2"] .textitem {
    width: 120px;
}
#identity-uses .content-row[data-num="1"] .text-row[data-num="3"] {
    top: 192px;
}
#identity-uses .content-row[data-num="1"] .text-row[data-num="3"] .textitem {
    width: 120px;
}
#identity-uses .content-row[data-num="1"] .text-row[data-num="4"] {
    top: 232px;
}
#identity-uses .content-row[data-num="1"] .text-row[data-num="4"] .textitem {
    width: 120px;
}
#identity-uses .content-row[data-num="2"] .print[data-num="1"] {
    left: -56px;
    top: 192px;
    transform: rotate(-285deg);
}
#identity-uses .content-row[data-num="2"] .print[data-num="2"] {
    left: 349px;
    top: -123px;
    transform: scale(0.8) rotate(-140deg);
}
#identity-uses .content-row[data-num="2"] .card {
    width: 158px;
    top: -200px;
}
#identity-uses .content-row[data-num="2"] .card[data-num="1"] {
    left: 12px;
    animation-delay: -2s !important;
}
#identity-uses .content-row[data-num="2"] .card[data-num="2"] {
    left: 162px;
    animation-delay: -4s !important;
}
#identity-uses .content-row[data-num="2"] .card[data-num="3"] {
    left: 462px;
    animation-delay: -1s !important;
}
#identity-uses .content-row[data-num="2"] .card[data-num="4"] {
    left: 362px;
    animation-delay: -2.75s !important;
}
#identity-uses .content-row[data-num="2"] .card[data-num="5"] {
    left: 272px;
    animation-delay: -1.5s !important;
}
#identity-uses .content-row[data-num="2"] .card[data-num="6"] {
    left: 62px;
    animation-delay: 0s !important;
}
#identity-uses .content-row[data-num="3"] .girl {
    width: 134px;
    left: 243px;
    top: 21px;
}
#identity-uses .content-row[data-num="3"] .print {
    left: 388px;
    top: -148px;
    transform: scale(0.8) rotate(-140deg);
}
#identity-uses .content-row[data-num="3"] .path-draw {
    opacity: 1;
}
#identity-uses .content-row[data-num="3"] .path-draw svg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#identity-uses .content-row[data-num="3"] .path-draw path {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.15;
}
#identity-uses .content-row[data-num="3"] .path-draw[data-num="1"] {
    width: 156px;
    height: 115px;
    left: 122px;
    top: 76px;
    stroke: #00bfff;
}
#identity-uses .content-row[data-num="3"] .path-draw[data-num="2"] {
    width: 100px;
    height: 197px;
    left: 156px;
    top: 102px;
    stroke: #ff0000;
}
#identity-uses .content-row[data-num="3"] .path-draw[data-num="3"] {
    width: 221px;
    height: 196px;
    left: 294px;
    top: 52px;
    stroke: #00bfff;
}
#identity-uses .content-row[data-num="3"] .path-draw[data-num="4"] {
    width: 44px;
    height: 101px;
    left: 282px;
    top: 129px;
    stroke: #00bfff;
}
#identity-uses .content-row[data-num="3"] .path-draw[data-num="5"] {
    width: 101px;
    height: 99px;
    left: 298px;
    top: 36px;
    stroke: #00bfff;
}
#identity-uses .content-row[data-num="3"] .path-draw[data-num="6"] {
    width: 157px;
    height: 70px;
    left: 316px;
    top: 92px;
    stroke: #ff0000;
}
#identity-uses .content-row[data-num="3"] .path-draw[data-num="7"] {
    width: 157px;
    height: 50px;
    left: 348px;
    top: 76px;
    stroke: #00bfff;
}

#identity-uses .content-row[data-num="3"] .pin[data-num="1"] {
    left: 116px;
    top: 182px;
    width: 13px;
}
#identity-uses .content-row[data-num="3"] .pin[data-num="2"] {
    left: 150px;
    top: 290px;
    width: 15px;
}
#identity-uses .content-row[data-num="3"] .pin[data-num="3"] {
    left: 508px;
    top: 239px;
    width: 13px;
}
#identity-uses .content-row[data-num="3"] .pin[data-num="4"] {
    left: 271px;
    top: 219px;
    width: 13px;
}
#identity-uses .content-row[data-num="3"] .pin[data-num="5"] {
    left: 391px;
    top: 126px;
    width: 13px;
}
#identity-uses .content-row[data-num="3"] .pin[data-num="6"] {
    left: 465px;
    top: 152px;
    width: 15px;
}
#identity-uses .content-row[data-num="3"] .pin[data-num="7"] {
    left: 497px;
    top: 122px;
    width: 13px;
}
#identity-uses .content-row[data-num="4"] .card-mover {
    width: 360px;
    height: 150px;
    left: 170px;
    top: 200px;
}
#identity-uses .content-row[data-num="4"] .card {
    width: 131px;
    top: 88px;
    left: -120px;
}
#identity-uses .content-row[data-num="4"] .thumb-mover {
    width: 230px;
    height: 90px;
    left: 80px;
    top: 55px;
}
#identity-uses .content-row[data-num="4"] .thumb {
    width: 50px;
    top: 5px;
    left: 10px;
    transform: translate(220px, 0px);
}
#identity-uses .content-row[data-num="4"] .check {
    width: 48px;
    left: 467px;
    top: 125px;
    opacity: 0;
}
#identity-uses .content-row[data-num="4"] .check .checkmark {
    width: 24px;
    left: 11px;
    top: 14px;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
}
@-moz-keyframes identityUsesDrop {
    0% {
        transform: translateY(0px);
    }
    80% {
        transform: translateY(600px);
    }
    100% {
        transform: translateY(600px);
    }
}
@-webkit-keyframes identityUsesDrop {
    0% {
        transform: translateY(0px);
    }
    80% {
        transform: translateY(600px);
    }
    100% {
        transform: translateY(600px);
    }
}
@keyframes identityUsesDrop {
    0% {
        transform: translateY(0px);
    }
    80% {
        transform: translateY(600px);
    }
    100% {
        transform: translateY(600px);
    }
}
.identityuses-drop {
    -webkit-animation: identityUsesDrop infinite 5s ease-in;
    -moz-animation: identityUsesDrop infinite 5s ease-in;
    animation: identityUsesDrop infinite 5s ease-in;
    animation-fill-mode: forwards;
}
@-moz-keyframes identityUsesRot {
    0% {
        transform: rotate(-10deg);
    }
    50% {
        transform: rotate(10deg);
    }
    100% {
        transform: rotate(-10deg);
    }
}
@-webkit-keyframes identityUsesRot {
    0% {
        transform: rotate(-10deg);
    }
    50% {
        transform: rotate(10deg);
    }
    100% {
        transform: rotate(-10deg);
    }
}
@keyframes identityUsesRot {
    0% {
        transform: rotate(-10deg);
    }
    50% {
        transform: rotate(10deg);
    }
    100% {
        transform: rotate(-10deg);
    }
}
.identityuses-rot {
    -webkit-animation: identityUsesRot infinite 4s ease-in-out;
    -moz-animation: identityUsesRot infinite 4s ease-in-out;
    animation: identityUsesRot infinite 4s ease-in-out;
    animation-fill-mode: forwards;
}
@-moz-keyframes identityUsesPerson {
    0% {
        transform: translate(0px, 0px);
    }
    55% {
        transform: translate(320px, 0px);
    }
    80% {
        transform: translate(320px, -140px);
    }
    100% {
        transform: translate(320px, -140px);
    }
}
@-webkit-keyframes identityUsesPerson {
    0% {
        transform: translate(0px, 0px);
    }
    55% {
        transform: translate(320px, 0px);
    }
    80% {
        transform: translate(320px, -140px);
    }
    100% {
        transform: translate(320px, -140px);
    }
}
@keyframes identityUsesPerson {
    0% {
        transform: translate(0px, 0px);
    }
    55% {
        transform: translate(320px, 0px);
    }
    80% {
        transform: translate(320px, -140px);
    }
    100% {
        transform: translate(320px, -140px);
    }
}
.identityuses-person {
    -webkit-animation: identityUsesPerson infinite 5s linear;
    -moz-animation: identityUsesPerson infinite 5s linear;
    animation: identityUsesPerson infinite 5s linear;
    animation-fill-mode: forwards;
}
@-moz-keyframes identityUsesThumb {
    0% {
        transform: translate(220px, 0px);
    }
    55% {
        transform: translate(0px, 0px);
    }
    80% {
        transform: translate(0px, 75px);
    }
    100% {
        transform: translate(0px, 75px);
    }
}
@-webkit-keyframes identityUsesThumb {
    0% {
        transform: translate(220px, 0px);
    }
    55% {
        transform: translate(0px, 0px);
    }
    80% {
        transform: translate(0px, 75px);
    }
    100% {
        transform: translate(0px, 75px);
    }
}
@keyframes identityUsesThumb {
    0% {
        transform: translate(220px, 0px);
    }
    55% {
        transform: translate(0px, 0px);
    }
    80% {
        transform: translate(0px, 75px);
    }
    100% {
        transform: translate(0px, 75px);
    }
}
.identityuses-thumb {
    -webkit-animation: identityUsesThumb infinite 5s linear;
    -moz-animation: identityUsesThumb infinite 5s linear;
    animation: identityUsesThumb infinite 5s linear;
    animation-fill-mode: forwards;
}
@-moz-keyframes identityUsesShield {
    0% {
        transform: scale(2);
        opacity: 0;
    }
    8% {
        transform: scale(1);
        opacity: 1;
    }
    35% {
        transform: scale(1);
        opacity: 1;
        animation-timing-function: ease-in;
    }
    40% {
        transform: scale(0.5);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
@-webkit-keyframes identityUsesShield {
    0% {
        transform: scale(2);
        opacity: 0;
    }
    8% {
        transform: scale(1);
        opacity: 1;
    }
    35% {
        transform: scale(1);
        opacity: 1;
        animation-timing-function: ease-in;
    }
    40% {
        transform: scale(0.5);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
@keyframes identityUsesShield {
    0% {
        transform: scale(2);
        opacity: 0;
    }
    8% {
        transform: scale(1);
        opacity: 1;
    }
    35% {
        transform: scale(1);
        opacity: 1;
        animation-timing-function: ease-in;
    }
    40% {
        transform: scale(0.5);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
.identityuses-shield {
    -webkit-animation: identityUsesShield infinite 5s ease-out;
    -moz-animation: identityUsesShield infinite 5s ease-out;
    animation: identityUsesShield infinite 5s ease-out;
    animation-fill-mode: forwards;
}
@-moz-keyframes identityUsesCheck {
    0% {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
    }
    7% {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
    }
    15% {
        -webkit-clip-path: inset(0 0% 0 0);
        clip-path: inset(0 0% 0 0);
    }
    100% {
        -webkit-clip-path: inset(0 0% 0 0);
        clip-path: inset(0 0% 0 0);
    }
}
@-webkit-keyframes identityUsesCheck {
    0% {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
    }
    7% {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
    }
    15% {
        -webkit-clip-path: inset(0 0% 0 0);
        clip-path: inset(0 0% 0 0);
    }
    100% {
        -webkit-clip-path: inset(0 0% 0 0);
        clip-path: inset(0 0% 0 0);
    }
}
@keyframes identityUsesCheck {
    0% {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
    }
    7% {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
    }
    15% {
        -webkit-clip-path: inset(0 0% 0 0);
        clip-path: inset(0 0% 0 0);
    }
    100% {
        -webkit-clip-path: inset(0 0% 0 0);
        clip-path: inset(0 0% 0 0);
    }
}
.identityuses-check {
    -webkit-animation: identityUsesCheck infinite 5s ease-out;
    -moz-animation: identityUsesCheck infinite 5s ease-out;
    animation: identityUsesCheck infinite 5s ease-out;
    animation-fill-mode: forwards;
}
@-moz-keyframes printlineFade {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes printlineFade {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes printlineFade {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.printline-fade {
    -webkit-animation: printlineFade infinite 2s linear;
    -moz-animation: printlineFade infinite 2s linear;
    animation: printlineFade infinite 2s linear;
    animation-fill-mode: forwards;
}
#identity-uses .content-row.on[data-num="1"] .printline-anim g {
    -webkit-animation: printlineFade infinite 2s linear;
    -moz-animation: printlineFade infinite 2s linear;
    animation: printlineFade infinite 2s linear;
    animation-fill-mode: forwards;
}
#identity-uses .content-row.on[data-num="2"] .card {
    -webkit-animation: identityUsesDrop infinite 5s ease-in;
    -moz-animation: identityUsesDrop infinite 5s ease-in;
    animation: identityUsesDrop infinite 5s ease-in;
    animation-fill-mode: forwards;
}
#identity-uses .content-row.on[data-num="2"] .card img {
    -webkit-animation: identityUsesRot infinite 4s ease-in-out;
    -moz-animation: identityUsesRot infinite 4s ease-in-out;
    animation: identityUsesRot infinite 4s ease-in-out;
    animation-fill-mode: forwards;
}
#identity-uses .content-row.on[data-num="4"] .card {
    -webkit-animation: identityUsesPerson infinite 5s linear;
    -moz-animation: identityUsesPerson infinite 5s linear;
    animation: identityUsesPerson infinite 5s linear;
    animation-fill-mode: forwards;
}
#identity-uses .content-row.on[data-num="4"] .thumb {
    -webkit-animation: identityUsesThumb infinite 5s linear;
    -moz-animation: identityUsesThumb infinite 5s linear;
    animation: identityUsesThumb infinite 5s linear;
    animation-fill-mode: forwards;
    animation-delay: 0.2s;
}
#identity-uses .content-row.on[data-num="4"] .check {
    -webkit-animation: identityUsesShield infinite 5s ease-out;
    -moz-animation: identityUsesShield infinite 5s ease-out;
    animation: identityUsesShield infinite 5s ease-out;
    animation-fill-mode: forwards;
    animation-delay: -1s;
}
#identity-uses .content-row.on[data-num="4"] .checkmark {
    -webkit-animation: identityUsesCheck infinite 5s ease-out;
    -moz-animation: identityUsesCheck infinite 5s ease-out;
    animation: identityUsesCheck infinite 5s ease-out;
    animation-fill-mode: forwards;
    animation-delay: -1s;
}
/*! - ANIMATIONS: 4 WATCHLIST -> 0 HERO */
#page-products.watchlist .hero-anim .people {
    width: 739px;
    left: 13px;
    top: 244px;
}
#page-products.watchlist .hero-anim .card-mover {
    width: 613px;
    height: 378px;
    left: 71px;
    top: 44px;
    clip-path: url("#hero-blob");
    -webkit-clip-path: url("#hero-blob");
}
#page-products.watchlist .hero-anim .inner-shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#page-products.watchlist .hero-anim .card {
    width: 198px;
    left: -200px;
    top: -10px;
    transform: translateX(820px);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
#page-products.watchlist .hero-anim .card .bar {
    position: absolute;
    left: 0;
    top: 0;
    top: auto;
    bottom: 0px;
    width: 100%;
    height: 47px;
    border-radius: 0px 0px 24px 24px;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
#page-products.watchlist .hero-anim .card .bar .bar-fill {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform-origin: left top;
    transform: scaleX(0);
    background-color: #00bfff;
}
#page-products.watchlist .hero-anim .card .check {
    width: 16px;
    left: 157px;
    top: 80px;
    opacity: 0;
}
#page-products.watchlist .hero-anim .card .eye-wrap {
    width: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 21px;
    opacity: 0;
}
#page-products.watchlist .hero-anim .card .eye-wrap .eye {
    width: 42px;
    height: 21px;
}
#page-products.watchlist .hero-anim .buttons {
    width: 37px;
    left: 471px;
    top: 345px;
}
#page-products.watchlist .hero-anim .buttons path {
    fill: #00bfff;
}
#page-products.watchlist .hero-anim .dot-grid {
    width: 69px;
    left: 530px;
    top: 343px;
}
#page-products.watchlist .hero-anim .dot-grid .grid-dot {
    width: 7px;
    position: absolute;
}
#page-products.watchlist .hero-anim .dot-grid .grid-dot[data-num="1"] {
    left: 5px;
    top: 5px;
}
#page-products.watchlist .hero-anim .dot-grid .grid-dot[data-num="2"] {
    left: 39px;
    top: 5px;
}
#page-products.watchlist .hero-anim .dot-grid .grid-dot[data-num="3"] {
    left: 22px;
    top: 23px;
}
#page-products.watchlist .hero-anim .dot-grid .grid-dot[data-num="4"] {
    left: 5px;
    top: 41px;
}
#page-products.watchlist .hero-anim .dot-grid .grid-dot[data-num="5"] {
    left: 56px;
    top: 41px;
}
#page-products.watchlist .hero-anim .dial[data-num="1"] {
    width: 2px;
    height: 19px;
    left: 421px;
    top: 348px;
}
#page-products.watchlist .hero-anim .dial[data-num="2"] {
    width: 1px;
    height: 8px;
    left: 629px;
    top: 347px;
}
#page-products.watchlist .hero-anim .dial[data-num="3"] {
    width: 1px;
    height: 8px;
    left: 629px;
    top: 377px;
}
#page-products.watchlist .hero-anim .line-scroll {
    top: 363px;
    height: 33px;
}
#page-products.watchlist .hero-anim .line-scroll .lines {
    width: 51px;
}
#page-products.watchlist .hero-anim .line-scroll[data-num="1"] {
    width: 51px;
    left: 133px;
}
#page-products.watchlist .hero-anim .line-scroll[data-num="1"] .lines {
    animation-delay: -1.5s !important;
}
#page-products.watchlist .hero-anim .line-scroll[data-num="2"] {
    width: 53px;
    left: 214px;
}
#page-products.watchlist .hero-anim .line-scroll[data-num="2"] .lines {
    width: 53px;
}
#page-products.watchlist .hero-anim .line-scroll[data-num="3"] {
    width: 51px;
    left: 302px;
}
@-moz-keyframes keysColor2 {
    0% {
        fill: #00bfff;
    }
    10% {
        fill: #fff;
    }
    20% {
        fill: #00bfff;
    }
    100% {
        fill: #00bfff;
    }
}
@-webkit-keyframes keysColor2 {
    0% {
        fill: #00bfff;
    }
    10% {
        fill: #fff;
    }
    20% {
        fill: #00bfff;
    }
    100% {
        fill: #00bfff;
    }
}
@keyframes keysColor2 {
    0% {
        fill: #00bfff;
    }
    10% {
        fill: #fff;
    }
    20% {
        fill: #00bfff;
    }
    100% {
        fill: #00bfff;
    }
}
.keys-color2 {
    -webkit-animation: keysColor2 infinite 4s ease-in-out;
    -moz-animation: keysColor2 infinite 4s ease-in-out;
    animation: keysColor2 infinite 4s ease-in-out;
    animation-fill-mode: forwards;
}
@-moz-keyframes dotGridBlink {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes dotGridBlink {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes dotGridBlink {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.dotgrid-blink {
    -webkit-animation: dotGridBlink infinite 4s linear;
    -moz-animation: dotGridBlink infinite 4s linear;
    animation: dotGridBlink infinite 4s linear;
    animation-fill-mode: forwards;
}
@-moz-keyframes watchlistCardSlide {
    0% {
        transform: translateX(820px);
    }
    100% {
        transform: translateX(0px);
    }
}
@-webkit-keyframes watchlistCardSlide {
    0% {
        transform: translateX(820px);
    }
    100% {
        transform: translateX(0px);
    }
}
@keyframes watchlistCardSlide {
    0% {
        transform: translateX(820px);
    }
    100% {
        transform: translateX(0px);
    }
}
.watchlist-cardslide {
    -webkit-animation: watchlistCardSlide infinite 15s linear;
    -moz-animation: watchlistCardSlide infinite 15s linear;
    animation: watchlistCardSlide infinite 15s linear;
    animation-fill-mode: forwards;
}
@-moz-keyframes watchlistCardBar {
    0% {
        transform: scaleX(0);
    }
    55% {
        transform: scaleX(0);
    }
    65% {
        transform: scaleX(1);
    }
    100% {
        transform: scaleX(1);
    }
}
@-webkit-keyframes watchlistCardBar {
    0% {
        transform: scaleX(0);
    }
    55% {
        transform: scaleX(0);
    }
    65% {
        transform: scaleX(1);
    }
    100% {
        transform: scaleX(1);
    }
}
@keyframes watchlistCardBar {
    0% {
        transform: scaleX(0);
    }
    55% {
        transform: scaleX(0);
    }
    65% {
        transform: scaleX(1);
    }
    100% {
        transform: scaleX(1);
    }
}
.watchlist-cardbar {
    -webkit-animation: watchlistCardBar infinite 15s ease-in-out;
    -moz-animation: watchlistCardBar infinite 15s ease-in-out;
    animation: watchlistCardBar infinite 15s ease-in-out;
    animation-fill-mode: forwards;
}
@-moz-keyframes watchlistCardEye {
    0% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    65% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes watchlistCardEye {
    0% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    65% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@keyframes watchlistCardEye {
    0% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    65% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
.watchlist-cardeye {
    -webkit-animation: watchlistCardEye infinite 15s ease-in-out;
    -moz-animation: watchlistCardEye infinite 15s ease-in-out;
    animation: watchlistCardEye infinite 15s ease-in-out;
    animation-fill-mode: forwards;
}
@-moz-keyframes watchlistCardCheck {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    63% {
        opacity: 0;
        transform: scale(0);
    }
    65% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@-webkit-keyframes watchlistCardCheck {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    63% {
        opacity: 0;
        transform: scale(0);
    }
    65% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes watchlistCardCheck {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    63% {
        opacity: 0;
        transform: scale(0);
    }
    65% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
.watchlist-cardcheck {
    -webkit-animation: watchlistCardCheck infinite 15s ease-out;
    -moz-animation: watchlistCardCheck infinite 15s ease-out;
    animation: watchlistCardCheck infinite 15s ease-out;
    animation-fill-mode: forwards;
}
@-moz-keyframes eyeBlink2 {
    0% {
        -webkit-clip-path: inset(0% 0% 0% 0%);
        clip-path: inset(0% 0% 0% 0%);
    }
    65% {
        -webkit-clip-path: inset(0% 0% 0% 0%);
        clip-path: inset(0% 0% 0% 0%);
        animation-timing-function: ease-in-out;
    }
    67% {
        -webkit-clip-path: inset(48% 0% 48% 0%);
        clip-path: inset(48% 0% 48% 0%);
        animation-timing-function: ease-out;
    }
    69% {
        -webkit-clip-path: inset(0% 0% 0% 0%);
        clip-path: inset(0% 0% 0% 0%);
    }
    100% {
        -webkit-clip-path: inset(0% 0% 0% 0%);
        clip-path: inset(0% 0% 0% 0%);
    }
}
@-webkit-keyframes eyeBlink2 {
    0% {
        -webkit-clip-path: inset(0% 0% 0% 0%);
        clip-path: inset(0% 0% 0% 0%);
    }
    65% {
        -webkit-clip-path: inset(0% 0% 0% 0%);
        clip-path: inset(0% 0% 0% 0%);
        animation-timing-function: ease-in-out;
    }
    67% {
        -webkit-clip-path: inset(48% 0% 48% 0%);
        clip-path: inset(48% 0% 48% 0%);
        animation-timing-function: ease-out;
    }
    69% {
        -webkit-clip-path: inset(0% 0% 0% 0%);
        clip-path: inset(0% 0% 0% 0%);
    }
    100% {
        -webkit-clip-path: inset(0% 0% 0% 0%);
        clip-path: inset(0% 0% 0% 0%);
    }
}
@keyframes eyeBlink2 {
    0% {
        -webkit-clip-path: inset(0% 0% 0% 0%);
        clip-path: inset(0% 0% 0% 0%);
    }
    65% {
        -webkit-clip-path: inset(0% 0% 0% 0%);
        clip-path: inset(0% 0% 0% 0%);
        animation-timing-function: ease-in-out;
    }
    67% {
        -webkit-clip-path: inset(48% 0% 48% 0%);
        clip-path: inset(48% 0% 48% 0%);
        animation-timing-function: ease-out;
    }
    69% {
        -webkit-clip-path: inset(0% 0% 0% 0%);
        clip-path: inset(0% 0% 0% 0%);
    }
    100% {
        -webkit-clip-path: inset(0% 0% 0% 0%);
        clip-path: inset(0% 0% 0% 0%);
    }
}
.eye-blink2 {
    -webkit-animation: eyeBlink2 infinite 15s linear;
    -moz-animation: eyeBlink2 infinite 15s linear;
    animation: eyeBlink2 infinite 15s linear;
    animation-fill-mode: forwards;
}
#page-products.watchlist #tier-hero.on .dial {
    -webkit-animation: meterMove infinite 6s ease-in-out;
    -moz-animation: meterMove infinite 6s ease-in-out;
    animation: meterMove infinite 6s ease-in-out;
    animation-fill-mode: forwards;
}
#page-products.watchlist #tier-hero.on .dial[data-num="2"] {
    animation-delay: -2s;
}
#page-products.watchlist #tier-hero.on .dial[data-num="3"] {
    animation-delay: -4s;
}
#page-products.watchlist #tier-hero.on .line-scroll .lines {
    -webkit-animation: vertScroll infinite 3s linear;
    -moz-animation: vertScroll infinite 3s linear;
    animation: vertScroll infinite 3s linear;
    animation-fill-mode: forwards;
    animation-direction: reverse;
}
#page-products.watchlist #tier-hero.on .buttons path {
    -webkit-animation: keysColor2 infinite 4s ease-in-out;
    -moz-animation: keysColor2 infinite 4s ease-in-out;
    animation: keysColor2 infinite 4s ease-in-out;
    animation-fill-mode: forwards;
}
#page-products.watchlist #tier-hero.on .dot-grid .grid-dot {
    -webkit-animation: dotGridBlink infinite 4s linear;
    -moz-animation: dotGridBlink infinite 4s linear;
    animation: dotGridBlink infinite 4s linear;
    animation-fill-mode: forwards;
}
#page-products.watchlist #tier-hero.on .card {
    -webkit-animation: watchlistCardSlide infinite 15s linear;
    -moz-animation: watchlistCardSlide infinite 15s linear;
    animation: watchlistCardSlide infinite 15s linear;
    animation-fill-mode: forwards;
}
#page-products.watchlist #tier-hero.on .card .bar .bar-fill {
    -webkit-animation: watchlistCardBar infinite 15s ease-in-out;
    -moz-animation: watchlistCardBar infinite 15s ease-in-out;
    animation: watchlistCardBar infinite 15s ease-in-out;
    animation-fill-mode: forwards;
}
#page-products.watchlist #tier-hero.on .card .eye-wrap {
    -webkit-animation: watchlistCardEye infinite 15s ease-in-out;
    -moz-animation: watchlistCardEye infinite 15s ease-in-out;
    animation: watchlistCardEye infinite 15s ease-in-out;
    animation-fill-mode: forwards;
}
#page-products.watchlist #tier-hero.on .card .eye {
    -webkit-animation: eyeBlink2 infinite 15s linear;
    -moz-animation: eyeBlink2 infinite 15s linear;
    animation: eyeBlink2 infinite 15s linear;
    animation-fill-mode: forwards;
}
#page-products.watchlist #tier-hero.on .card .check {
    -webkit-animation: watchlistCardCheck infinite 15s ease-out;
    -moz-animation: watchlistCardCheck infinite 15s ease-out;
    animation: watchlistCardCheck infinite 15s ease-out;
    animation-fill-mode: forwards;
}
#page-products.watchlist #tier-hero.on .card[data-num="2"] {
    animation-delay: -5s;
}
#page-products.watchlist #tier-hero.on .card[data-num="2"] .bar .bar-fill,
#page-products.watchlist #tier-hero.on .card[data-num="2"] .eye-wrap,
#page-products.watchlist #tier-hero.on .card[data-num="2"] .eye,
#page-products.watchlist #tier-hero.on .card[data-num="2"] .check {
    animation-delay: -5s;
}
#page-products.watchlist #tier-hero.on .card[data-num="3"] {
    animation-delay: -10s;
}
#page-products.watchlist #tier-hero.on .card[data-num="3"] .bar .bar-fill,
#page-products.watchlist #tier-hero.on .card[data-num="3"] .eye-wrap,
#page-products.watchlist #tier-hero.on .card[data-num="3"] .eye,
#page-products.watchlist #tier-hero.on .card[data-num="3"] .check {
    animation-delay: -10s;
}
/*! - ANIMATIONS: 4 WATCHLIST -> 1 SCAN */
#watchlist-scan .scan-grid {
    position: absolute;
    left: 0;
    top: 0;
    width: 1040px;
    left: 34px;
    top: 83px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
#watchlist-scan .scan-box {
    position: relative;
    width: 148px;
    height: 148px;
}
#watchlist-scan .scan-box:nth-child(-n + 3) {
    visibility: hidden;
}
#watchlist-scan .scan-box .scan-fill {
    position: absolute;
    left: 55px;
    top: 57px;
    width: 38px;
    height: 35px;
    clip-path: url("#scan-person");
    -webkit-clip-path: url("#scan-person");
    background-color: rgba(61, 90, 254, 0.15);
}
#watchlist-scan .scan-box .cfill {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform-origin: center top;
}
#watchlist-scan .scan-box .cfill[data-num="1"] {
    background-color: #ffffff;
    transform: scaleY(0);
}
#watchlist-scan .scan-box .cfill[data-num="2"] {
    background-color: #00bfa5;
    opacity: 0;
}
#watchlist-scan .scan-box .scan-text {
    top: 22px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}
#watchlist-scan .scan-box .scan-text[data-num="1"] {
    width: 92px;
}
#watchlist-scan .scan-box .scan-text[data-num="2"] {
    width: 70px;
}
@-moz-keyframes scanTxt1 {
    0% {
        opacity: 0;
    }
    2% {
        opacity: 1;
    }
    36% {
        opacity: 1;
    }
    38% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes scanTxt1 {
    0% {
        opacity: 0;
    }
    2% {
        opacity: 1;
    }
    36% {
        opacity: 1;
    }
    38% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes scanTxt1 {
    0% {
        opacity: 0;
    }
    2% {
        opacity: 1;
    }
    36% {
        opacity: 1;
    }
    38% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.scan-txt1-on {
    -webkit-animation: scanTxt1 infinite 15s linear;
    -moz-animation: scanTxt1 infinite 15s linear;
    animation: scanTxt1 infinite 15s linear;
    animation-fill-mode: forwards;
}
@-moz-keyframes scanFill1 {
    0% {
        transform: scaleY(0);
        opacity: 1;
    }
    2% {
        transform: scaleY(0);
        opacity: 1;
    }
    28% {
        transform: scaleY(1);
        opacity: 1;
    }
    50% {
        transform: scaleY(1);
        opacity: 1;
    }
    54% {
        transform: scaleY(1);
        opacity: 0;
    }
    100% {
        transform: scaleY(1);
        opacity: 0;
    }
}
@-webkit-keyframes scanFill1 {
    0% {
        transform: scaleY(0);
        opacity: 1;
    }
    2% {
        transform: scaleY(0);
        opacity: 1;
    }
    28% {
        transform: scaleY(1);
        opacity: 1;
    }
    50% {
        transform: scaleY(1);
        opacity: 1;
    }
    54% {
        transform: scaleY(1);
        opacity: 0;
    }
    100% {
        transform: scaleY(1);
        opacity: 0;
    }
}
@keyframes scanFill1 {
    0% {
        transform: scaleY(0);
        opacity: 1;
    }
    2% {
        transform: scaleY(0);
        opacity: 1;
    }
    28% {
        transform: scaleY(1);
        opacity: 1;
    }
    50% {
        transform: scaleY(1);
        opacity: 1;
    }
    54% {
        transform: scaleY(1);
        opacity: 0;
    }
    100% {
        transform: scaleY(1);
        opacity: 0;
    }
}
.scan-fill1 {
    -webkit-animation: scanFill1 infinite 15s linear;
    -moz-animation: scanFill1 infinite 15s linear;
    animation: scanFill1 infinite 15s linear;
    animation-fill-mode: forwards;
}
@-moz-keyframes scanTxt2 {
    0% {
        opacity: 0;
    }
    38% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    54% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes scanTxt2 {
    0% {
        opacity: 0;
    }
    38% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    54% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes scanTxt2 {
    0% {
        opacity: 0;
    }
    38% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    54% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.scan-txt2-on {
    -webkit-animation: scanTxt2 infinite 15s linear;
    -moz-animation: scanTxt2 infinite 15s linear;
    animation: scanTxt2 infinite 15s linear;
    animation-fill-mode: forwards;
}
@-moz-keyframes scanFill2 {
    0% {
        opacity: 0;
    }
    36% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    54% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes scanFill2 {
    0% {
        opacity: 0;
    }
    36% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    54% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes scanFill2 {
    0% {
        opacity: 0;
    }
    36% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    54% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.scan-fill2 {
    -webkit-animation: scanFill2 infinite 15s linear;
    -moz-animation: scanFill2 infinite 15s linear;
    animation: scanFill2 infinite 15s linear;
    animation-fill-mode: forwards;
}
#watchlist-scan.on .scan-box.activated .scan-text[data-num="1"] {
    -webkit-animation: scanTxt1 infinite 15s linear;
    -moz-animation: scanTxt1 infinite 15s linear;
    animation: scanTxt1 infinite 15s linear;
    animation-fill-mode: forwards;
}
#watchlist-scan.on .scan-box.activated .scan-text[data-num="2"] {
    -webkit-animation: scanTxt2 infinite 15s linear;
    -moz-animation: scanTxt2 infinite 15s linear;
    animation: scanTxt2 infinite 15s linear;
    animation-fill-mode: forwards;
}
#watchlist-scan.on .scan-box.activated .cfill[data-num="1"] {
    -webkit-animation: scanFill1 infinite 15s linear;
    -moz-animation: scanFill1 infinite 15s linear;
    animation: scanFill1 infinite 15s linear;
    animation-fill-mode: forwards;
}
#watchlist-scan.on .scan-box.activated .cfill[data-num="2"] {
    -webkit-animation: scanFill2 infinite 15s linear;
    -moz-animation: scanFill2 infinite 15s linear;
    animation: scanFill2 infinite 15s linear;
    animation-fill-mode: forwards;
}
/*! - ANIMATIONS: 4 WATCHLIST -> 2 USES */
#watchlist-uses .content-row[data-num="0"] .eye-wrap {
    width: 99px;
    height: 48px;
    left: 248px;
    top: 85px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
#watchlist-uses .content-row[data-num="0"] .eye-wrap .eye {
    width: 99px;
    height: 48px;
}
#watchlist-uses .content-row[data-num="0"] .dot-wrap {
    width: 157px;
    height: 145px;
    top: 108px;
    overflow: visible;
}
#watchlist-uses .content-row[data-num="0"] .dot-wrap .path-dot {
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #00bfff;
}
#watchlist-uses .content-row[data-num="0"] .dot-wrap path {
    stroke-width: 1.5px;
}
#watchlist-uses .content-row[data-num="0"] .dot-wrap .inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 158px;
    height: 100%;
}
#watchlist-uses .content-row[data-num="0"] .dot-wrap[data-num="1"] {
    left: 122px;
}
#watchlist-uses .content-row[data-num="0"] .dot-wrap[data-num="1"] svg {
    padding-left: 1px;
}
#watchlist-uses .content-row[data-num="0"] .dot-wrap[data-num="1"] .path-dot,
#watchlist-uses .content-row[data-num="0"] .dot-wrap[data-num="1"] .xmark {
    left: 1px;
}
#watchlist-uses .content-row[data-num="0"] .dot-wrap[data-num="2"] {
    left: 322px;
}
#watchlist-uses .content-row[data-num="0"] .dot-wrap[data-num="2"] svg {
    padding-right: 1px;
}
#watchlist-uses .content-row[data-num="0"] .dot-wrap[data-num="2"] .path-dot,
#watchlist-uses .content-row[data-num="0"] .dot-wrap[data-num="2"] .xmark {
    right: 1px;
}
#watchlist-uses .content-row[data-num="0"] .xmark {
    width: 32px;
}
#watchlist-uses .content-row[data-num="0"] .list-group {
    position: absolute;
    width: 251px;
    height: 220px;
    top: 220px;
    border-radius: 11px;
    border: 1.5px solid #00bfff;
    overflow: hidden;
}
#watchlist-uses .content-row[data-num="0"] .list-group[data-num="1"] {
    left: 0px;
}
#watchlist-uses .content-row[data-num="0"] .list-group[data-num="1"] .title img {
    width: 89px;
}
#watchlist-uses .content-row[data-num="0"] .list-group[data-num="2"] {
    left: 349px;
}
#watchlist-uses .content-row[data-num="0"] .list-group[data-num="2"] .title img {
    width: 63px;
}
#watchlist-uses .content-row[data-num="0"] .list-group .title {
    top: 10px;
    width: 100%;
    text-align: center;
}
#watchlist-uses .content-row[data-num="0"] .list-group .title img {
    display: inline-block;
}
#watchlist-uses .content-row[data-num="0"] .list-group .list-scroller {
    top: 42px;
    width: 100%;
    height: 175px;
    border-top: 1px solid rgba(51, 102, 255, 0.2);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
#watchlist-uses .content-row[data-num="0"] .list-group .list-scroll {
    width: 252px;
}
#watchlist-uses .content-row[data-num="0"] .meter-dots {
    width: 57px;
    height: 6px;
    left: 270px;
    top: 148px;
    transform: scale(1.25);
}
#watchlist-uses .content-row[data-num="0"] .meter-dots path {
    fill: #00bfff;
    animation-duration: 1s !important;
}
#watchlist-uses .content-row[data-num="0"].on .meter-dots path {
    -webkit-animation: dotFadeSeq2 infinite 2s linear;
    -moz-animation: dotFadeSeq2 infinite 2s linear;
    animation: dotFadeSeq2 infinite 2s linear;
    animation-fill-mode: forwards;
}
#watchlist-uses .content-row[data-num="1"] .search-scroll {
    width: 100%;
    height: 300px;
    top: 36px;
}
#watchlist-uses .content-row[data-num="1"] .search-results {
    opacity: 0;
}
#watchlist-uses .content-row[data-num="1"] .search-results[data-num="1"] {
    width: 1632px;
    left: -116px;
}
#watchlist-uses .content-row[data-num="1"] .search-results[data-num="2"] {
    width: 1540px;
    left: -116px;
}
#watchlist-uses .content-row[data-num="1"] .search-results[data-num="3"] {
    width: 1630px;
    left: -116px;
}
#watchlist-uses .content-row[data-num="1"] .search-dots {
    width: 1540px;
    left: -116px;
}
#watchlist-uses .content-row[data-num="1"] .typer-field {
    left: 91px;
    top: 370px;
}
#watchlist-uses .content-row[data-num="1"] .typer-field p {
    font-size: 21px;
}
#watchlist-uses .content-row[data-num="2"] .buttons {
    width: 65px;
    left: 227px;
    top: 253px;
}
#watchlist-uses .content-row[data-num="2"] .buttons path {
    fill: #00bfff;
}
#watchlist-uses .content-row[data-num="2"] .dial[data-num="1"] {
    width: 3px;
    height: 27px;
    left: 80px;
    top: 267px;
}
#watchlist-uses .content-row[data-num="2"] .dial[data-num="2"] {
    width: 2px;
    height: 13px;
    left: 175px;
    top: 257px;
}
#watchlist-uses .content-row[data-num="2"] .dial[data-num="3"] {
    width: 2px;
    height: 13px;
    left: 175px;
    top: 305px;
}
#watchlist-uses .content-row[data-num="2"] .grid {
    width: 349px;
    left: 59px;
    top: 81px;
}
#watchlist-uses .content-row[data-num="2"] .grid-dots {
    position: absolute;
    left: 12px;
    top: 14px;
    width: 324px;
}
#watchlist-uses .content-row[data-num="2"] .grid-dots svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
#watchlist-uses .content-row[data-num="2"] .grid-dots path {
    fill: #ffffff;
}
#watchlist-uses .content-row[data-num="2"] .bar-graph {
    width: 38px;
    left: 492px;
    top: 122px;
    transform-origin: center bottom;
}
#watchlist-uses .content-row[data-num="2"] .graph-line {
    position: absolute;
    width: 46px;
    height: 1px;
    left: 488px;
    top: 122px;
    border-radius: 10px;
    background-color: #00bfa5;
}
#watchlist-uses .content-row[data-num="3"] .blob[data-num="1"] {
    width: 78px;
    left: 48px;
    top: 14px;
}
#watchlist-uses .content-row[data-num="3"] .blob[data-num="2"] {
    width: 108px;
    left: 91px;
    top: 17px;
}
#watchlist-uses .content-row[data-num="3"] .eye-wrap {
    width: 41px;
    height: 20px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
#watchlist-uses .content-row[data-num="3"] .eye-wrap .eye {
    width: 41px;
    height: 20px;
}
#watchlist-uses .content-row[data-num="3"] .eye-wrap[data-num="1"] {
    left: 110px;
    top: 275px;
}
#watchlist-uses .content-row[data-num="3"] .eye-wrap[data-num="2"] {
    left: 330px;
    top: 372px;
}
#watchlist-uses .content-row[data-num="3"] .eye-wrap[data-num="3"] {
    left: 174px;
    top: 510px;
    transform: scale(0.75);
}
#watchlist-uses .content-row[data-num="3"] .guy {
    width: 185px;
    left: 0px;
    top: 220px;
}
@-moz-keyframes dotGridBlink2 {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    20% {
        opacity: 1;
    }
    30% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes dotGridBlink2 {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    20% {
        opacity: 1;
    }
    30% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes dotGridBlink2 {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    20% {
        opacity: 1;
    }
    30% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.dotgrid-blink2 {
    -webkit-animation: dotGridBlink2 infinite 8s linear;
    -moz-animation: dotGridBlink2 infinite 8s linear;
    animation: dotGridBlink2 infinite 8s linear;
    animation-fill-mode: forwards;
}
@-moz-keyframes graphGrow {
    0% {
        transform: scaleY(1);
    }
    50% {
        transform: scaleY(0.5);
    }
    100% {
        transform: scaleY(1);
    }
}
@-webkit-keyframes graphGrow {
    0% {
        transform: scaleY(1);
    }
    50% {
        transform: scaleY(0.5);
    }
    100% {
        transform: scaleY(1);
    }
}
@keyframes graphGrow {
    0% {
        transform: scaleY(1);
    }
    50% {
        transform: scaleY(0.5);
    }
    100% {
        transform: scaleY(1);
    }
}
.graph-grow {
    -webkit-animation: graphGrow infinite 4s ease-in-out;
    -moz-animation: graphGrow infinite 4s ease-in-out;
    animation: graphGrow infinite 4s ease-in-out;
    animation-fill-mode: forwards;
}
@-moz-keyframes graphLineMove {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(44px);
    }
    100% {
        transform: translateY(0px);
    }
}
@-webkit-keyframes graphLineMove {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(44px);
    }
    100% {
        transform: translateY(0px);
    }
}
@keyframes graphLineMove {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(44px);
    }
    100% {
        transform: translateY(0px);
    }
}
.graphline-move {
    -webkit-animation: graphLineMove infinite 4s ease-in-out;
    -moz-animation: graphLineMove infinite 4s ease-in-out;
    animation: graphLineMove infinite 4s ease-in-out;
    animation-fill-mode: forwards;
}
@-moz-keyframes eyeBlink {
    0% {
        -webkit-clip-path: inset(0% 0% 0% 0%);
        clip-path: inset(0% 0% 0% 0%);
        animation-timing-function: ease-in-out;
    }
    5% {
        -webkit-clip-path: inset(48% 0% 48% 0%);
        clip-path: inset(48% 0% 48% 0%);
        animation-timing-function: ease-out;
    }
    8% {
        -webkit-clip-path: inset(0% 0% 0% 0%);
        clip-path: inset(0% 0% 0% 0%);
    }
    100% {
        -webkit-clip-path: inset(0% 0% 0% 0%);
        clip-path: inset(0% 0% 0% 0%);
    }
}
@-webkit-keyframes eyeBlink {
    0% {
        -webkit-clip-path: inset(0% 0% 0% 0%);
        clip-path: inset(0% 0% 0% 0%);
        animation-timing-function: ease-in-out;
    }
    5% {
        -webkit-clip-path: inset(48% 0% 48% 0%);
        clip-path: inset(48% 0% 48% 0%);
        animation-timing-function: ease-out;
    }
    8% {
        -webkit-clip-path: inset(0% 0% 0% 0%);
        clip-path: inset(0% 0% 0% 0%);
    }
    100% {
        -webkit-clip-path: inset(0% 0% 0% 0%);
        clip-path: inset(0% 0% 0% 0%);
    }
}
@keyframes eyeBlink {
    0% {
        -webkit-clip-path: inset(0% 0% 0% 0%);
        clip-path: inset(0% 0% 0% 0%);
        animation-timing-function: ease-in-out;
    }
    5% {
        -webkit-clip-path: inset(48% 0% 48% 0%);
        clip-path: inset(48% 0% 48% 0%);
        animation-timing-function: ease-out;
    }
    8% {
        -webkit-clip-path: inset(0% 0% 0% 0%);
        clip-path: inset(0% 0% 0% 0%);
    }
    100% {
        -webkit-clip-path: inset(0% 0% 0% 0%);
        clip-path: inset(0% 0% 0% 0%);
    }
}
.eye-blink {
    -webkit-animation: eyeBlink infinite 8s linear;
    -moz-animation: eyeBlink infinite 8s linear;
    animation: eyeBlink infinite 8s linear;
    animation-fill-mode: forwards;
}
#watchlist-uses .content-row.on[data-num="1"] .search-results.on {
    -webkit-animation: horzScroll infinite 3s linear;
    -moz-animation: horzScroll infinite 3s linear;
    animation: horzScroll infinite 3s linear;
    animation-fill-mode: forwards;
    animation-duration: 25s;
    animation-delay: -22s;
}
#watchlist-uses .content-row.on[data-num="1"] .search-dots {
    -webkit-animation: horzScroll infinite 3s linear;
    -moz-animation: horzScroll infinite 3s linear;
    animation: horzScroll infinite 3s linear;
    animation-fill-mode: forwards;
    animation-duration: 25s;
}
#watchlist-uses .content-row.on[data-num="2"] .dial {
    -webkit-animation: meterMove infinite 6s ease-in-out;
    -moz-animation: meterMove infinite 6s ease-in-out;
    animation: meterMove infinite 6s ease-in-out;
    animation-fill-mode: forwards;
}
#watchlist-uses .content-row.on[data-num="2"] .dial[data-num="2"] {
    animation-delay: -2s;
}
#watchlist-uses .content-row.on[data-num="2"] .dial[data-num="3"] {
    animation-delay: -4s;
}
#watchlist-uses .content-row.on[data-num="2"] .buttons path {
    -webkit-animation: keysColor2 infinite 4s ease-in-out;
    -moz-animation: keysColor2 infinite 4s ease-in-out;
    animation: keysColor2 infinite 4s ease-in-out;
    animation-fill-mode: forwards;
}
#watchlist-uses .content-row.on[data-num="2"] .grid-dots-anim path {
    -webkit-animation: dotGridBlink2 infinite 8s linear;
    -moz-animation: dotGridBlink2 infinite 8s linear;
    animation: dotGridBlink2 infinite 8s linear;
    animation-fill-mode: forwards;
}
#watchlist-uses .content-row.on[data-num="2"] .bar-graph {
    -webkit-animation: graphGrow infinite 4s ease-in-out;
    -moz-animation: graphGrow infinite 4s ease-in-out;
    animation: graphGrow infinite 4s ease-in-out;
    animation-fill-mode: forwards;
}
#watchlist-uses .content-row.on[data-num="2"] .graph-line {
    -webkit-animation: graphLineMove infinite 4s ease-in-out;
    -moz-animation: graphLineMove infinite 4s ease-in-out;
    animation: graphLineMove infinite 4s ease-in-out;
    animation-fill-mode: forwards;
}
#watchlist-uses .content-row.on[data-num="3"] .blob {
    -webkit-animation: floatY infinite 10s ease-in-out;
    -moz-animation: floatY infinite 10s ease-in-out;
    animation: floatY infinite 10s ease-in-out;
    animation-fill-mode: forwards;
    animation-duration: 8s;
}
#watchlist-uses .content-row.on[data-num="3"] .blob[data-num="2"] {
    animation-delay: -5s;
}
#watchlist-uses .content-row.on[data-num="3"] .blob[data-num="2"] img {
    animation-delay: -4s;
}
#watchlist-uses .content-row.on[data-num="3"] .blob img {
    -webkit-animation: aboutWheelSpin infinite 15s linear;
    -moz-animation: aboutWheelSpin infinite 15s linear;
    animation: aboutWheelSpin infinite 15s linear;
    animation-fill-mode: forwards;
    animation-duration: 8s;
}
#watchlist-uses .content-row.on[data-num="3"] .eye-wrap .eye {
    -webkit-animation: eyeBlink infinite 8s linear;
    -moz-animation: eyeBlink infinite 8s linear;
    animation: eyeBlink infinite 8s linear;
    animation-fill-mode: forwards;
}
#watchlist-uses .content-row.on[data-num="3"] .eye-wrap[data-num="2"] .eye {
    animation-delay: -3s;
}
#watchlist-uses .content-row.on[data-num="3"] .eye-wrap[data-num="3"] .eye {
    animation-delay: -6s;
}
/*! - ANIMATIONS: 5 BUSINESS -> 0 HERO */
#page-products.business .hero-anim .check-wrap {
    width: 28px;
    height: 288px;
    left: 202px;
    top: 113px;
}
#page-products.business .hero-anim .check {
    width: 29px;
    top: -35px;
}
#page-products.business .hero-anim .shape-path {
    width: 281px;
    height: 16px;
    left: 275px;
    top: 474px;
}
#page-products.business .hero-anim .shape-path svg {
    margin-top: 2px;
}
#page-products.business .hero-anim .shape-path path {
    stroke: none;
}
#page-products.business .hero-anim .shape-path .path-dot {
    width: 4px;
    height: 4px;
    border-radius: 4px;
    top: 2px;
}
#page-products.business .hero-anim .dial {
    width: 1px;
    height: 10px;
    top: 508px;
    background-color: #4dd0e1;
}
#page-products.business .hero-anim .dial[data-num="1"] {
    left: 554.5px;
}
#page-products.business .hero-anim .dial[data-num="2"] {
    left: 596.5px;
}
#page-products.business .hero-anim .shape-wrap {
    position: absolute;
    width: 344px;
    height: 503px;
    left: 386px;
    top: 66px;
    clip-path: url("#hero-blob");
    -webkit-clip-path: url("#hero-blob");
}
#page-products.business .hero-anim .shield {
    width: 17px;
    left: 260px;
    top: -22px;
}
#page-products.business .hero-anim .crane {
    position: absolute;
}
#page-products.business .hero-anim .crane .line {
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    background-color: #00bfff;
}
#page-products.business .hero-anim .crane.top {
    left: 268px;
    top: -108px;
}
#page-products.business .hero-anim .crane.top .line {
    height: 86px;
}
#page-products.business .hero-anim .crane.bot {
    left: 350px;
    top: 182px;
}
#page-products.business .hero-anim .crane.bot .line {
    height: 134px;
    transform-origin: center top;
}
#page-products.business .hero-anim .crane.bot .ball {
    position: absolute;
    left: -4px;
    top: -5px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: 2px solid #00bfff;
}
#page-products.business .hero-anim .wheel {
    width: 47px;
}
#page-products.business .hero-anim .wheel[data-num="1"] {
    left: 72px;
    top: 106px;
}
#page-products.business .hero-anim .wheel[data-num="2"] {
    left: 186px;
    top: 106px;
}
#page-products.business .hero-anim .wheel[data-num="3"] {
    left: 299px;
    top: 106px;
}
#page-products.business .hero-anim .wheel[data-num="4"] {
    left: 35px;
    top: 220px;
}
#page-products.business .hero-anim .wheel[data-num="5"] {
    left: 148px;
    top: 220px;
}
#page-products.business .hero-anim .wheel[data-num="6"] {
    left: 148px;
    top: 309px;
}
#page-products.business .hero-anim .wheel[data-num="7"] {
    left: 250px;
    top: 360px;
}
@-moz-keyframes bizHeroCheck {
    0% {
        transform: translateY(325px);
    }
    100% {
        transform: translateY(0px);
    }
}
@-webkit-keyframes bizHeroCheck {
    0% {
        transform: translateY(325px);
    }
    100% {
        transform: translateY(0px);
    }
}
@keyframes bizHeroCheck {
    0% {
        transform: translateY(325px);
    }
    100% {
        transform: translateY(0px);
    }
}
.bizhero-check {
    -webkit-animation: bizHeroCheck infinite 5s linear;
    -moz-animation: bizHeroCheck infinite 5s linear;
    animation: bizHeroCheck infinite 5s linear;
    animation-fill-mode: forwards;
    animation-delay: -4.5s;
}
@-moz-keyframes wheelSpin {
    0% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
@-webkit-keyframes wheelSpin {
    0% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
@keyframes wheelSpin {
    0% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
.wheel-spin {
    -webkit-animation: wheelSpin infinite 2s linear;
    -moz-animation: wheelSpin infinite 2s linear;
    animation: wheelSpin infinite 2s linear;
    animation-fill-mode: forwards;
}
@-moz-keyframes shieldMover {
    0% {
        transform: translate(0px, 30px);
    }
    15% {
        transform: translate(0px, 138px);
    }
    35% {
        transform: translate(-220px, 138px);
        animation-timing-function: ease-in;
    }
    42% {
        transform: translate(-220px, 226px);
        animation-timing-function: ease-out;
    }
    44% {
        transform: translate(-220px, 215px);
        animation-timing-function: ease-in;
    }
    46% {
        transform: translate(-220px, 221px);
        animation-timing-function: ease-in-out;
    }
    60% {
        transform: translate(-158px, 221px);
    }
    70% {
        transform: translate(-33px, 221px);
    }
    85% {
        transform: translate(-33px, 338px);
    }
    100% {
        transform: translate(85px, 397px);
    }
}
@-webkit-keyframes shieldMover {
    0% {
        transform: translate(0px, 30px);
    }
    15% {
        transform: translate(0px, 138px);
    }
    35% {
        transform: translate(-220px, 138px);
        animation-timing-function: ease-in;
    }
    42% {
        transform: translate(-220px, 226px);
        animation-timing-function: ease-out;
    }
    44% {
        transform: translate(-220px, 215px);
        animation-timing-function: ease-in;
    }
    46% {
        transform: translate(-220px, 221px);
        animation-timing-function: ease-in-out;
    }
    60% {
        transform: translate(-158px, 221px);
    }
    70% {
        transform: translate(-33px, 221px);
    }
    85% {
        transform: translate(-33px, 338px);
    }
    100% {
        transform: translate(85px, 397px);
    }
}
@keyframes shieldMover {
    0% {
        transform: translate(0px, 30px);
    }
    15% {
        transform: translate(0px, 138px);
    }
    35% {
        transform: translate(-220px, 138px);
        animation-timing-function: ease-in;
    }
    42% {
        transform: translate(-220px, 226px);
        animation-timing-function: ease-out;
    }
    44% {
        transform: translate(-220px, 215px);
        animation-timing-function: ease-in;
    }
    46% {
        transform: translate(-220px, 221px);
        animation-timing-function: ease-in-out;
    }
    60% {
        transform: translate(-158px, 221px);
    }
    70% {
        transform: translate(-33px, 221px);
    }
    85% {
        transform: translate(-33px, 338px);
    }
    100% {
        transform: translate(85px, 397px);
    }
}
.shield-mover {
    -webkit-animation: shieldMover infinite 10s linear;
    -moz-animation: shieldMover infinite 10s linear;
    animation: shieldMover infinite 10s linear;
    animation-fill-mode: forwards;
}
@-moz-keyframes shieldFall {
    0% {
        transform: translateY(-30px);
    }
    31% {
        transform: translateY(-30px);
        animation-timing-function: ease-in;
    }
    36% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(0px);
    }
}
@-webkit-keyframes shieldFall {
    0% {
        transform: translateY(-30px);
    }
    31% {
        transform: translateY(-30px);
        animation-timing-function: ease-in;
    }
    36% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(0px);
    }
}
@keyframes shieldFall {
    0% {
        transform: translateY(-30px);
    }
    31% {
        transform: translateY(-30px);
        animation-timing-function: ease-in;
    }
    36% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(0px);
    }
}
.shield-fall {
    -webkit-animation: shieldFall infinite 10s linear;
    -moz-animation: shieldFall infinite 10s linear;
    animation: shieldFall infinite 10s linear;
    animation-fill-mode: forwards;
}
@-moz-keyframes craneMover1 {
    0% {
        transform: translate(0px, 0px);
    }
    15% {
        transform: translate(0px, 108px);
    }
    30% {
        transform: translate(0px, 0px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}
@-webkit-keyframes craneMover1 {
    0% {
        transform: translate(0px, 0px);
    }
    15% {
        transform: translate(0px, 108px);
    }
    30% {
        transform: translate(0px, 0px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}
@keyframes craneMover1 {
    0% {
        transform: translate(0px, 0px);
    }
    15% {
        transform: translate(0px, 108px);
    }
    30% {
        transform: translate(0px, 0px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}
.crane-mover1 {
    -webkit-animation: craneMover1 infinite 10s linear;
    -moz-animation: craneMover1 infinite 10s linear;
    animation: craneMover1 infinite 10s linear;
    animation-fill-mode: forwards;
}
@-moz-keyframes craneMover2 {
    0% {
        transform: translate(0px, 0px);
    }
    35% {
        transform: translate(0px, 0px);
        animation-timing-function: ease-in-out;
    }
    60% {
        transform: translate(-240px, 0px);
    }
    70% {
        transform: translate(-115px, 0px);
    }
    85% {
        transform: translate(-115px, 0px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}
@-webkit-keyframes craneMover2 {
    0% {
        transform: translate(0px, 0px);
    }
    35% {
        transform: translate(0px, 0px);
        animation-timing-function: ease-in-out;
    }
    60% {
        transform: translate(-240px, 0px);
    }
    70% {
        transform: translate(-115px, 0px);
    }
    85% {
        transform: translate(-115px, 0px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}
@keyframes craneMover2 {
    0% {
        transform: translate(0px, 0px);
    }
    35% {
        transform: translate(0px, 0px);
        animation-timing-function: ease-in-out;
    }
    60% {
        transform: translate(-240px, 0px);
    }
    70% {
        transform: translate(-115px, 0px);
    }
    85% {
        transform: translate(-115px, 0px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}
.crane-mover2 {
    -webkit-animation: craneMover2 infinite 10s linear;
    -moz-animation: craneMover2 infinite 10s linear;
    animation: craneMover2 infinite 10s linear;
    animation-fill-mode: forwards;
}
@-moz-keyframes craneMoverLine {
    0% {
        transform: scaleY(0.13);
    }
    70% {
        transform: scaleY(0.13);
    }
    85% {
        transform: scaleY(1);
    }
    100% {
        transform: scaleY(0.13);
    }
}
@-webkit-keyframes craneMoverLine {
    0% {
        transform: scaleY(0.13);
    }
    70% {
        transform: scaleY(0.13);
    }
    85% {
        transform: scaleY(1);
    }
    100% {
        transform: scaleY(0.13);
    }
}
@keyframes craneMoverLine {
    0% {
        transform: scaleY(0.13);
    }
    70% {
        transform: scaleY(0.13);
    }
    85% {
        transform: scaleY(1);
    }
    100% {
        transform: scaleY(0.13);
    }
}
.cranemover-line {
    -webkit-animation: craneMoverLine infinite 10s linear;
    -moz-animation: craneMoverLine infinite 10s linear;
    animation: craneMoverLine infinite 10s linear;
    animation-fill-mode: forwards;
}
#page-products.business #tier-hero.on .check {
    -webkit-animation: bizHeroCheck infinite 5s linear;
    -moz-animation: bizHeroCheck infinite 5s linear;
    animation: bizHeroCheck infinite 5s linear;
    animation-fill-mode: forwards;
    animation-delay: -4.5s;
}
#page-products.business #tier-hero.on .dial {
    -webkit-animation: meterMove infinite 6s ease-in-out;
    -moz-animation: meterMove infinite 6s ease-in-out;
    animation: meterMove infinite 6s ease-in-out;
    animation-fill-mode: forwards;
}
#page-products.business #tier-hero.on .dial[data-num="2"] {
    animation-delay: -2s;
}
#page-products.business #tier-hero.on .wheel {
    -webkit-animation: wheelSpin infinite 2s linear;
    -moz-animation: wheelSpin infinite 2s linear;
    animation: wheelSpin infinite 2s linear;
    animation-fill-mode: forwards;
}
#page-products.business #tier-hero.on .wheel[data-num="4"],
#page-products.business #tier-hero.on .wheel[data-num="5"],
#page-products.business #tier-hero.on .wheel[data-num="6"],
#page-products.business #tier-hero.on .wheel[data-num="7"] {
    animation-direction: reverse;
}
#page-products.business #tier-hero.on .shield {
    -webkit-animation: shieldMover infinite 10s linear;
    -moz-animation: shieldMover infinite 10s linear;
    animation: shieldMover infinite 10s linear;
    animation-fill-mode: forwards;
}
#page-products.business #tier-hero.on .shield img {
    -webkit-animation: shieldFall infinite 10s linear;
    -moz-animation: shieldFall infinite 10s linear;
    animation: shieldFall infinite 10s linear;
    animation-fill-mode: forwards;
}
#page-products.business #tier-hero.on .shield[data-num="2"] {
    animation-delay: -5s;
}
#page-products.business #tier-hero.on .shield[data-num="2"] img {
    animation-delay: -5s;
}
#page-products.business #tier-hero.on .crane.top {
    -webkit-animation: craneMover1 infinite 10s linear;
    -moz-animation: craneMover1 infinite 10s linear;
    animation: craneMover1 infinite 10s linear;
    animation-fill-mode: forwards;
}
#page-products.business #tier-hero.on .crane.bot {
    -webkit-animation: craneMover2 infinite 10s linear;
    -moz-animation: craneMover2 infinite 10s linear;
    animation: craneMover2 infinite 10s linear;
    animation-fill-mode: forwards;
}
#page-products.business #tier-hero.on .crane.bot .line {
    -webkit-animation: craneMoverLine infinite 10s linear;
    -moz-animation: craneMoverLine infinite 10s linear;
    animation: craneMoverLine infinite 10s linear;
    animation-fill-mode: forwards;
}
#page-products.business #tier-hero.on .crane[data-num="3"] {
    animation-delay: -5s;
}
#page-products.business #tier-hero.on .crane[data-num="4"] {
    animation-delay: -5s;
}
#page-products.business #tier-hero.on .crane[data-num="4"] .line {
    animation-delay: -5s;
}
/*! - ANIMATIONS: 5 BUSINESS -> 1 ABOUT */
#business-about .ipad-wrap {
    width: 268px;
    height: 305px;
    left: 1px;
    top: 52px;
}
#business-about .ipad-wrap .ipad {
    width: 203px;
    left: 29px;
    top: 23px;
}
#business-about .card-wrap {
    width: 300px;
    height: 120px;
    left: 270px;
    top: 130px;
}
#business-about .card {
    width: 50px;
    top: 62px;
    left: -50px;
}
#business-about .wheel {
    width: 31px;
    top: 247px;
}
#business-about .wheel[data-num="1"] {
    left: 271px;
}
#business-about .wheel[data-num="2"] {
    left: 412px;
}
#business-about .wheel[data-num="3"] {
    left: 552px;
}
@-moz-keyframes cardTubeMover {
    0% {
        transform: translate(292px, -115px);
        animation-timing-function: ease-in;
    }
    15% {
        transform: translate(292px, 3px);
        animation-timing-function: ease-out;
    }
    17% {
        transform: translate(292px, 0px);
        animation-timing-function: ease-in;
    }
    50% {
        transform: translate(0px, 0px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}
@-webkit-keyframes cardTubeMover {
    0% {
        transform: translate(292px, -115px);
        animation-timing-function: ease-in;
    }
    15% {
        transform: translate(292px, 3px);
        animation-timing-function: ease-out;
    }
    17% {
        transform: translate(292px, 0px);
        animation-timing-function: ease-in;
    }
    50% {
        transform: translate(0px, 0px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}
@keyframes cardTubeMover {
    0% {
        transform: translate(292px, -115px);
        animation-timing-function: ease-in;
    }
    15% {
        transform: translate(292px, 3px);
        animation-timing-function: ease-out;
    }
    17% {
        transform: translate(292px, 0px);
        animation-timing-function: ease-in;
    }
    50% {
        transform: translate(0px, 0px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}
.cardtube-mover {
    -webkit-animation: cardTubeMover infinite 8s linear;
    -moz-animation: cardTubeMover infinite 8s linear;
    animation: cardTubeMover infinite 8s linear;
    animation-fill-mode: forwards;
}
#business-about.on .ipad {
    -webkit-animation: vertScroll infinite 3s linear;
    -moz-animation: vertScroll infinite 3s linear;
    animation: vertScroll infinite 3s linear;
    animation-fill-mode: forwards;
    animation-duration: 15s;
    animation-direction: reverse;
}
#business-about.on .card {
    -webkit-animation: cardTubeMover infinite 8s linear;
    -moz-animation: cardTubeMover infinite 8s linear;
    animation: cardTubeMover infinite 8s linear;
    animation-fill-mode: forwards;
}
#business-about.on .card[data-num="2"] {
    animation-delay: -6.5s;
}
#business-about.on .card[data-num="3"] {
    animation-delay: -5s;
}
#business-about.on .card[data-num="4"] {
    animation-delay: -3.5s;
}
#business-about.on .card[data-num="5"] {
    animation-delay: -2s;
}
#business-about.on .wheel {
    -webkit-animation: wheelSpin infinite 2s linear;
    -moz-animation: wheelSpin infinite 2s linear;
    animation: wheelSpin infinite 2s linear;
    animation-fill-mode: forwards;
}
#page-products.business #footer-cta .bg-wrap.on .side-shape {
    -webkit-animation: floatY infinite 10s ease-in-out;
    -moz-animation: floatY infinite 10s ease-in-out;
    animation: floatY infinite 10s ease-in-out;
    animation-fill-mode: forwards;
    animation-duration: 5s;
}
#page-products.business #footer-cta .bg-wrap.on .side-shape[data-num="1"] {
    animation-delay: -3s;
}
#page-products.business #footer-cta .bg-wrap.on .side-shape[data-num="3"] {
    animation-delay: -1s;
}
/*! - ANIMATIONS: 6 CASE STUDIES -> 0 HERO */
#page-case-studies #tier-hero .heart.sm {
    width: 21px;
}
#page-case-studies #tier-hero .heart.big {
    width: 34px;
}
#page-case-studies #tier-hero .heart[data-num="1"] {
    left: 0px;
}
#page-case-studies #tier-hero .heart[data-num="2"] {
    left: 50px;
}
#page-case-studies #tier-hero .heart-group {
    position: absolute;
}
#page-case-studies #tier-hero .heart-group[data-num="1"] {
    left: 35px;
    top: 130px;
}
#page-case-studies #tier-hero .heart-group[data-num="2"] {
    left: 175px;
    top: 90px;
}
#page-case-studies #tier-hero .heart-group[data-num="3"] {
    left: 315px;
    top: 120px;
}
#page-case-studies #tier-hero .heart-group[data-num="4"] {
    left: 450px;
    top: 130px;
}
#page-case-studies #tier-hero .blob {
    width: 180px;
    left: 193px;
    top: 8px;
}
@-moz-keyframes heartFloatY {
    0% {
        transform: translateY(0px);
        opacity: 0;
    }
    5% {
        transform: translateY(-20px);
        opacity: 1;
    }
    45% {
        transform: translateY(-140px);
        opacity: 1;
    }
    50% {
        transform: translateY(-150px);
        opacity: 0;
    }
    100% {
        transform: translateY(-150px);
        opacity: 0;
    }
}
@-webkit-keyframes heartFloatY {
    0% {
        transform: translateY(0px);
        opacity: 0;
    }
    5% {
        transform: translateY(-20px);
        opacity: 1;
    }
    45% {
        transform: translateY(-140px);
        opacity: 1;
    }
    50% {
        transform: translateY(-150px);
        opacity: 0;
    }
    100% {
        transform: translateY(-150px);
        opacity: 0;
    }
}
@keyframes heartFloatY {
    0% {
        transform: translateY(0px);
        opacity: 0;
    }
    5% {
        transform: translateY(-20px);
        opacity: 1;
    }
    45% {
        transform: translateY(-140px);
        opacity: 1;
    }
    50% {
        transform: translateY(-150px);
        opacity: 0;
    }
    100% {
        transform: translateY(-150px);
        opacity: 0;
    }
}
.heart-floatY {
    -webkit-animation: heartFloatY infinite 8s linear;
    -moz-animation: heartFloatY infinite 8s linear;
    animation: heartFloatY infinite 8s linear;
    animation-fill-mode: forwards;
}
@-moz-keyframes heartFloatX {
    0% {
        transform: translateX(-10px);
    }
    50% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(-10px);
    }
}
@-webkit-keyframes heartFloatX {
    0% {
        transform: translateX(-10px);
    }
    50% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(-10px);
    }
}
@keyframes heartFloatX {
    0% {
        transform: translateX(-10px);
    }
    50% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(-10px);
    }
}
.heart-floatX {
    -webkit-animation: heartFloatX infinite 4s ease-in-out;
    -moz-animation: heartFloatX infinite 4s ease-in-out;
    animation: heartFloatX infinite 4s ease-in-out;
    animation-fill-mode: forwards;
}
#page-case-studies #tier-hero.on .blob {
    -webkit-animation: floatY infinite 10s ease-in-out;
    -moz-animation: floatY infinite 10s ease-in-out;
    animation: floatY infinite 10s ease-in-out;
    animation-fill-mode: forwards;
    animation-duration: 8s;
}
#page-case-studies #tier-hero.on .blob img {
    -webkit-animation: aboutWheelSpin infinite 15s linear;
    -moz-animation: aboutWheelSpin infinite 15s linear;
    animation: aboutWheelSpin infinite 15s linear;
    animation-fill-mode: forwards;
    animation-duration: 8s;
}
#page-case-studies #tier-hero.on .heart {
    -webkit-animation: heartFloatY infinite 8s linear;
    -moz-animation: heartFloatY infinite 8s linear;
    animation: heartFloatY infinite 8s linear;
    animation-fill-mode: forwards;
}
#page-case-studies #tier-hero.on .heart img {
    -webkit-animation: heartFloatX infinite 4s ease-in-out;
    -moz-animation: heartFloatX infinite 4s ease-in-out;
    animation: heartFloatX infinite 4s ease-in-out;
    animation-fill-mode: forwards;
}
#page-case-studies #tier-hero.on .heart-group[data-num="1"] .heart[data-num="1"] {
    animation-delay: -2s;
}
#page-case-studies #tier-hero.on .heart-group[data-num="1"] .heart[data-num="2"] {
    animation-delay: -6s;
}
#page-case-studies #tier-hero.on .heart-group[data-num="1"] .heart[data-num="2"] img {
    animation-delay: -2s;
}
#page-case-studies #tier-hero.on .heart-group[data-num="2"] .heart[data-num="1"] {
    animation-delay: -4s;
}
#page-case-studies #tier-hero.on .heart-group[data-num="2"] .heart[data-num="1"] img {
    animation-delay: -1s;
}
#page-case-studies #tier-hero.on .heart-group[data-num="2"] .heart[data-num="2"] {
    animation-delay: -7s;
}
#page-case-studies #tier-hero.on .heart-group[data-num="3"] .heart[data-num="1"] {
    animation-delay: -1s;
}
#page-case-studies #tier-hero.on .heart-group[data-num="3"] .heart[data-num="1"] img {
    animation-delay: -1s;
}
#page-case-studies #tier-hero.on .heart-group[data-num="3"] .heart[data-num="2"] {
    animation-delay: -4s;
}
#page-case-studies #tier-hero.on .heart-group[data-num="3"] .heart img {
    animation-delay: -1s;
}
#page-case-studies #tier-hero.on .heart-group[data-num="4"] .heart[data-num="1"] {
    animation-delay: -3s;
}
#page-case-studies #tier-hero.on .heart-group[data-num="4"] .heart[data-num="1"] img {
    animation-delay: -2s;
}
#page-case-studies #tier-hero.on .heart-group[data-num="4"] .heart[data-num="2"] {
    animation-delay: -5s;
}
#page-case-studies #tier-hero.on .heart-group[data-num="4"] .heart[data-num="2"] img {
    animation-delay: -3s;
}
/*! - ANIMATIONS: 7 ABOUT -> 0 HERO */
#page-about #tier-hero .icon-identity {
    width: 100px;
    left: 33px;
    top: 171px;
}
#page-about #tier-hero .icon-identity .phone-buttons {
    width: 32px;
    height: 52px;
    left: 20px;
    top: 34px;
}
#page-about #tier-hero .icon-identity .phone-buttons path {
    fill: #00bfa5;
}
#page-about #tier-hero .icon-screening {
    width: 100px;
    left: 1241px;
    top: 265px;
}
#page-about #tier-hero .icon-screening .meter-dots {
    width: 57px;
    height: 6px;
    left: 17px;
    top: 86px;
}
#page-about #tier-hero .icon-screening .meter-dots path {
    fill: #00bfff;
}
#page-about #tier-hero .icon-business {
    width: 100px;
    left: 1170px;
    top: 59px;
}
#page-about #tier-hero .icon-business .shield {
    width: 27px;
    left: 45px;
}
#page-about #tier-hero.on .buttons-anim path {
    -webkit-animation: keysColor infinite 6s ease-in-out;
    -moz-animation: keysColor infinite 6s ease-in-out;
    animation: keysColor infinite 6s ease-in-out;
    animation-fill-mode: forwards;
}
#page-about #tier-hero.on .meter-dots path {
    -webkit-animation: dotFadeSeq infinite 1s linear;
    -moz-animation: dotFadeSeq infinite 1s linear;
    animation: dotFadeSeq infinite 1s linear;
    animation-fill-mode: forwards;
}
#page-about #tier-hero.on .shield {
    -webkit-animation: shieldSlide infinite 2.5s linear;
    -moz-animation: shieldSlide infinite 2.5s linear;
    animation: shieldSlide infinite 2.5s linear;
    animation-fill-mode: forwards;
}
/*! - ANIMATIONS: 7 ABOUT -> 1 WHO */
#about-who .blob[data-num="1"] {
    width: 230px;
    left: 74px;
    top: 307px;
}
#about-who .blob[data-num="2"] {
    width: 208px;
    left: 343px;
    top: 118px;
}
#about-who .buttons {
    width: 37px;
    height: 48px;
    left: 365px;
    top: 45px;
}
#about-who .buttons path {
    fill: #00bfff;
}
#about-who .dial {
    width: 3px;
    height: 24px;
    left: 67px;
    top: 226px;
}
#about-who .shape-path {
    width: 108px;
    height: 136px;
    overflow: visible;
}
#about-who .shape-path path {
    stroke: none;
}
#about-who .shape-path .path-dot {
    width: 5px;
    height: 5px;
    border-radius: 5px;
}
#about-who .shape-path[data-num="1"] {
    left: 0px;
    top: 142px;
}
#about-who .shape-path[data-num="2"] {
    left: 541px;
    top: 203px;
    transform: rotate(-241.5deg);
}
@-moz-keyframes keysColor3 {
    0% {
        fill: #00bfff;
    }
    10% {
        fill: #ffffff;
    }
    20% {
        fill: #00bfff;
    }
    100% {
        fill: #00bfff;
    }
}
@-webkit-keyframes keysColor3 {
    0% {
        fill: #00bfff;
    }
    10% {
        fill: #ffffff;
    }
    20% {
        fill: #00bfff;
    }
    100% {
        fill: #00bfff;
    }
}
@keyframes keysColor3 {
    0% {
        fill: #00bfff;
    }
    10% {
        fill: #ffffff;
    }
    20% {
        fill: #00bfff;
    }
    100% {
        fill: #00bfff;
    }
}
.keys-color3 {
    -webkit-animation: keysColor3 infinite 4s ease-in-out;
    -moz-animation: keysColor3 infinite 4s ease-in-out;
    animation: keysColor3 infinite 4s ease-in-out;
    animation-fill-mode: forwards;
}
#about-who.on .dial {
    -webkit-animation: meterMove infinite 6s ease-in-out;
    -moz-animation: meterMove infinite 6s ease-in-out;
    animation: meterMove infinite 6s ease-in-out;
    animation-fill-mode: forwards;
}
#about-who.on .buttons path {
    -webkit-animation: keysColor3 infinite 4s ease-in-out;
    -moz-animation: keysColor3 infinite 4s ease-in-out;
    animation: keysColor3 infinite 4s ease-in-out;
    animation-fill-mode: forwards;
}
#about-who.on .blob {
    -webkit-animation: floatY infinite 10s ease-in-out;
    -moz-animation: floatY infinite 10s ease-in-out;
    animation: floatY infinite 10s ease-in-out;
    animation-fill-mode: forwards;
    animation-duration: 8s;
}
#about-who.on .blob[data-num="2"] {
    animation-delay: -5s;
}
#about-who.on .blob[data-num="2"] img {
    animation-delay: -4s;
}
#about-who.on .blob img {
    -webkit-animation: aboutWheelSpin infinite 15s linear;
    -moz-animation: aboutWheelSpin infinite 15s linear;
    animation: aboutWheelSpin infinite 15s linear;
    animation-fill-mode: forwards;
    animation-duration: 8s;
}
/*! MEDIA QUERY ***************************** */
/*! MQ: 0 -> 1350px */
@media screen and (max-width: 1350px) {
    #page-api #dev-sidebar {
        width: 240px;
        padding: 40px 20px;
    }
    #api-contents {
        margin-left: 240px;
    }
    #api-contents .api-row .col {
        padding: 30px 25px;
    }
    #api-contents .div-line .line,
    #api-contents .div-line .col {
        padding: 50px 25px;
    }
    #api-contents table {
        display: block;
        overflow-x: scroll;
    }
    #api-lang .lang-row {
        margin-left: 240px;
    }
    #api-lang .lang-col {
        padding: 0 15px;
    }
    #api-lang .lang-menu a {
        font-size: 12px;
    }
}
/*! MQ: 0a -> 1200px */
@media screen and (max-width: 1200px) {
    #globalHeader .toplinks li {
        font-size: 15px;
    }
    #globalHeader .toplinks li + li {
        margin-left: 35px;
    }
    #globalHeader .cta-items li {
        font-size: 15px;
    }
    #globalHeader .cta-items li + li {
        margin-left: 15px;
    }
    #globalHeader .cta-items li:not(.cta) {
        margin-top: -3px;
    }
    #globalHeader .cta-items .cta-btn {
        font-size: 15px;
    }
    #page-products #tier-hero {
        padding-top: 170px !important;
    }
    #page-products #tier-hero h2 {
        font-size: 25px;
        line-height: 1.44;
    }
    #page-products #tier-hero h3 {
        margin-bottom: 10px !important;
    }
    #page-products #tier-hero .hero-icon {
        width: 65px;
        margin-bottom: 15px !important;
    }
    #page-products #tier-hero .txt {
        width: 37%;
    }
    #page-products #tier-hero .basic-scaler {
        transform: scale(0.8);
    }
    #page-products #tier-hero .beta {
        width: 70px;
    }
    #page-products #tier-hero .cta-btn {
        margin-top: 15px !important;
    }
    #page-products.identity #tier-hero .hero-anim {
        top: 110px;
    }
    #page-products.identity #tier-hero .hero-anim .background {
        margin-left: -100px;
    }
    #page-products.watchlist #tier-hero {
        min-height: 560px;
    }
    #page-products.watchlist #tier-hero .hero-anim {
        bottom: -194px;
    }
    #page-products.watchlist #tier-hero .hero-anim .background {
        margin-left: -115px;
    }
    #page-products.business #tier-hero .hero-anim {
        top: 110px;
    }
    #page-products.business #tier-hero .hero-anim .background {
        margin-left: -100px;
    }
    #page-products.business #tier-hero .hero-icon {
        width: 73px;
    }
    #identity-how {
        padding-top: 75px;
        padding-bottom: 630px;
        height: 880px;
    }
    #identity-how .background {
        transform: scale(0.8);
    }
    #identity-how .bg-oval img {
        transform: scale(0.8);
        transform-origin: center top;
    }
    #watchlist-scan .content-row h2 {
        width: 80%;
    }
    #watchlist-uses .content-row[data-num="3"] {
        padding-top: 0px;
    }
    #watchlist-uses .content-row[data-num="3"] .background {
        right: 0px;
    }
    #page-products.business #footer-cta .side-shapes {
        width: 800px;
    }
    #page-products.business #footer-cta .side-shape[data-num="1"] {
        top: 0px;
    }
    #insights-cta .cta-contents br {
        display: none;
    }
}
/*! MQ: 1 -> 1024px */
@media screen and (max-width: 1024px) {
    section:not(.nopad),
    .global {
        padding-left: 25px;
        padding-right: 25px;
    }
    section h1,
    .global h1 {
        font-size: 40px;
    }
    section h2,
    .global h2 {
        font-size: 30px;
    }
    section h3,
    .global h3,
    section p.intro,
    .global p.intro,
    section header p,
    .global header p,
    section .content-row p,
    .global .content-row p {
        font-size: 18px;
    }
    #tier-hero h1 {
        font-size: 30px;
    }
    #tier-hero h1 br {
        display: none;
    }
    .buckets p br {
        display: none;
    }
    .buckets.dark .bucket,
    .buckets.dark .bucket-wrap,
    .buckets.dark .bucket-contents,
    .buckets.dark .bucket-txt,
    .buckets.dark h3 {
        height: auto;
    }
    .buckets.dark .bucket-shadow {
        height: 99%;
    }
    .buckets.dark .bucket-img {
        height: 200px;
    }
    .buckets.dark .bucket-txt {
        padding: 20px;
    }
    .buckets.dark time {
        font-size: 15px;
    }
    .buckets.light p {
        font-size: 15px;
    }
    .buckets.light .bucket-contents {
        padding: 25px 15px 45px;
    }
    .buckets.light .bucket-icon {
        margin: 20px 0 10px;
    }
    .bucket-cols .bucket-box {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .bucket-cols .bucket-box .icon {
        transform: scale(0.9);
    }
    .bucket-cols .bucket-box .txt {
        padding-left: 15px;
    }
    .content-rows {
        padding-left: 25px;
        padding-right: 25px;
    }
    .content-rows .img-side-text {
        display: none;
    }
    .basic-scaler {
        transform: scale(0.8);
    }
    .row-div {
        margin: 50px 0;
    }
    .cta-btn {
        font-size: 15px;
    }
    .cta-btn.lrg {
        padding: 15px 18px;
        width: auto !important;
        height: 47px;
    }
    .cta-btn.lrg.ol {
        padding-top: 14px;
    }
    .btn-group .cta-btn + .cta-btn {
        margin-left: 10px;
    }
    .social-links:not(.share) li {
        width: 47px;
        height: 48px;
    }
    .social-links:not(.share) li .icon {
        font-size: 20px;
        line-height: 48px;
    }
    .social-links:not(.share) li .fa-github {
        font-size: 27px !important;
    }
    .social-links:not(.share) li + li {
        margin-left: 25px;
    }
    .social-links:not(.share) path {
        transform: scale(0.84);
    }
    .form-wrap .form-circletext,
    .form-wrap .form-person {
        display: none;
    }
    .quote-callout blockquote {
        font-size: 30px;
    }
    #globalHeader {
        position: absolute;
    }
    #globalHeader .toplinks,
    #globalHeader .cta-items,
    #globalHeader .sticky-bar {
        display: none;
    }
    #globalHeader .logo {
        left: 25px;
    }
    #globalHeader .logo.dsk {
        display: none;
    }
    #globalHeader .logo.mob {
        display: block;
    }
    #globalMenu {
        display: block;
    }
    #globalMenu .menu-wrap .logo {
        left: 26px;
    }
    #footer-cta {
        padding-top: 350px;
    }
    #globalFooter {
        padding-top: 92px;
        padding-bottom: 45px;
    }
    #globalFooter .logo-icon {
        width: 119px;
        margin-bottom: 0px;
    }
    #globalFooter h2 {
        line-height: 1.44;
        font-size: 24px;
    }
    #globalFooter .footer-links {
        padding-top: 8px;
        font-size: 15px;
    }
    #globalFooter .row.main .col.left {
        width: 310px;
    }
    #globalFooter .row.main .col.right {
        width: 55%;
    }
    #globalFooter .btn-group {
        margin-top: 35px;
    }
    #globalFooter .row.social {
        margin-top: 65px;
    }
    #video-overlay .overlayWrap {
        padding: 25px;
    }
    #video-overlay .close-btn {
        right: 20px;
        top: 25px;
    }
    #home-hero {
        padding-top: 100px;
        padding-bottom: 200px;
    }
    #home-hero .txt {
        width: 47%;
    }
    #home-hero .btn-group {
        margin-top: 35px;
    }
    #home-about .about-intro,
    #home-about .content-rows {
        padding-left: 25px;
        padding-right: 25px;
    }
    #home-about .about-intro {
        padding-bottom: 85px;
    }
    #home-about .about-intro .logo-group {
        width: 80%;
    }
    #home-about .about-intro header {
        margin-top: 75px;
    }
    #home-about .hero-anim {
        top: -650px;
    }
    #home-about .hero-anim .background {
        margin-left: 0px;
    }
    #home-about .buckets {
        margin-top: 40px;
        height: auto;
    }
    #home-about .buckets .bucket-contents,
    #home-about .buckets p {
        height: auto;
    }
    #home-about .buckets .bucket-shadow {
        height: 99%;
    }
    #home-about .buckets .cta-wrap {
        top: auto;
        bottom: 23px;
    }
    #home-about .content-rows {
        margin-top: 50px;
    }
    #home-about .content-row[data-num="1"] {
        padding-bottom: 25px;
    }
    #home-insights {
        padding-top: 75px;
        padding-bottom: 220px;
    }
    #home-insights .cta-wrap {
        margin-top: 40px;
    }
    #page-products.identity #tier-hero .hero-anim,
    #page-products.watchlist #tier-hero .hero-anim {
        top: 60px;
    }
    #page-products.identity #tier-hero .hero-anim {
        top: 100px;
    }
    #page-products.business #tier-hero .hero-anim {
        top: 100px;
        /* top: auto; bottom: -165px; */
    }
    #identity-why,
    #watchlist-solution {
        padding-top: 120px;
        padding-bottom: 100px;
    }
    #identity-why header,
    #business-why header {
        margin-bottom: 75px;
    }
    #identity-uses {
        padding-bottom: 230px;
    }
    #identity-uses .ornament-dots {
        display: none;
    }
    #identity-uses .content-rows .content-row + .content-row {
        margin-top: 60px;
    }
    #identity-uses .content-rows .content-row[data-num="4"] {
        margin-top: 90px;
    }
    #watchlist-scan .dark-wrap {
        padding-left: 25px;
        padding-right: 25px;
    }
    #watchlist-scan .content-row > .col {
        width: 50%;
    }
    #watchlist-scan .content-row h3 {
        line-height: 1.83;
        margin-top: 45px;
    }
    #watchlist-scan .content-row h3 .mob {
        display: block;
    }
    #watchlist-scan .background {
        left: 0px;
    }
    #watchlist-scan .scan-stats {
        margin-top: 14px;
    }
    #watchlist-scan .scan-stats h2 {
        font-size: 25px;
        line-height: 1.44;
    }
    #watchlist-scan .scan-stats p {
        font-size: 15px;
    }
    #watchlist-scan .scan-stats .col + .col {
        padding-left: 15px;
    }
    #watchlist-solution {
        padding-bottom: 50px;
    }
    #watchlist-solution .background {
        left: -25px;
    }
    #watchlist-solution .col.text {
        padding-left: 0px;
        max-width: 450px;
    }
    #watchlist-solution p br {
        display: none;
    }
    #watchlist-solution .bucket-row {
        padding-right: 0px;
    }
    #watchlist-solution .bucket-row .txt {
        padding-left: 15px;
    }
    #watchlist-solution .bucket-row .txt p {
        max-width: 300px;
    }
    #watchlist-solution .bucket-row .icon {
        transform: scale(0.9);
    }
    #watchlist-uses .content-row[data-num="1"] .background {
        top: 50%;
        margin-top: -220px;
        right: 0px;
    }
    #watchlist-uses .content-row[data-num="3"] .background {
        top: 50%;
        margin-top: -347px;
    }
    #watchlist-crm {
        padding-bottom: 375px;
    }
    #watchlist-crm .crm-machine {
        transform: scale(0.8);
        transform-origin: center bottom;
    }
    #watchlist-crm .blocks {
        width: 1600px;
        margin-left: -800px;
    }
    #business-about {
        padding-top: 120px;
        padding-bottom: 50px;
    }
    #business-why {
        padding-top: 50px;
    }
    #business-why .coming-soon {
        width: 70px;
        right: -20px;
        top: -35px;
    }
    #page-products.business #footer-cta .side-shape[data-num="1"] {
        top: 140px;
        left: -390px;
    }
    #page-products.business #footer-cta .header-icon {
        width: 86px;
    }
    #page-case-studies #tier-hero {
        padding-top: 120px;
        padding-bottom: 15px;
    }
    #page-case-studies #footer-cta {
        padding-top: 540px;
    }
    #page-case-studies #footer-cta .bg-wrap {
        top: 70px;
    }
    #page-case-studies #footer-cta .logo-group {
        width: 100%;
        max-width: 750px;
        margin: 0 auto;
    }
    #page-case-studies #footer-cta .trusted-logo img {
        transform: scale(0.9);
    }
    #case-studies .cs-row {
        padding-left: 25px;
        padding-right: 25px;
    }
    #case-studies .cs-row .row-div {
        margin: 25px 0;
    }
    #case-studies .cs-row + .cs-row {
        margin-top: 110px;
    }
    #case-studies .cs-row.text-right {
        padding-top: 110px;
        padding-bottom: 100px;
    }
    #case-studies .cs-logo {
        margin-bottom: 35px;
    }
    #case-studies h2 {
        font-size: 25px;
        line-height: 1.44;
    }
    #case-studies .quote-wrap blockquote {
        width: 90%;
    }
    #case-studies .quote-wrap blockquote .quotemark.right {
        right: -40px;
        top: 10px;
    }
    #case-studies .image-wrap .corner-wrap {
        transform: scale(0.75);
    }
    #case-studies .image-wrap .corner-wrap p {
        font-size: 22px;
    }
    #page-developers #main .col.sidebar {
        padding-top: 105px;
        width: 270px;
        position: absolute;
    }
    #page-developers #main .col.contents {
        padding: 120px 0px 432px 30px;
        margin-left: 270px;
    }
    #page-developers #footer-cta {
        padding-top: 80px;
        width: 100%;
    }
    #page-developers #footer-cta .image-wrap {
        height: 426px;
    }
    #dev-sidebar.sticky .sidebar-wrap {
        transform: translateY(0px);
    }
    #dev-contents .hero-image {
        margin-left: -10px;
        margin-top: 30px;
    }
    #page-insights #footer-cta {
        padding-top: 276px;
    }
    #insights-thumbs {
        padding-top: 135px;
    }
    #insights-thumbs header {
        margin-bottom: 20px;
    }
    #insights-thumbs .buckets .bucket {
        margin-bottom: 3%;
    }
    #insights-thumbs h3 {
        height: 84px;
    }
    #insights-thumbs .bucket-wrap,
    #insights-thumbs .bucket-contents {
        height: 355px;
    }
    #insights-thumbs .bucket-txt {
        height: 155px;
    }
    #insights-thumbs header,
    #insights-thumbs .buckets-wrap {
        padding-left: 25px;
        padding-right: 25px;
    }
    #insights-hero {
        padding-top: 135px;
    }
    #insights-article {
        font-size: 20px;
    }
    #insights-article .scroll-icon {
        display: none;
    }
    #insights-article p {
        line-height: 1.88;
    }
    #insights-article .quote-wrap blockquote {
        font-size: 42px;
    }
    #insights-cta {
        padding-bottom: 75px;
    }
    #insights-cta .cta-contents {
        padding: 0 25px;
    }
    #insights-next {
        padding-top: 75px;
    }
    #page-about #tier-hero {
        padding-top: 120px;
    }
    #page-about #tier-hero .hero-anim {
        height: 406px;
        bottom: -75px;
        margin-top: -62px;
    }
    #about-who {
        padding-top: 140px;
    }
    #about-team {
        padding-top: 130px;
        padding-bottom: 250px;
    }
    #about-team p br {
        display: block;
    }
    #about-team .investors {
        margin-top: 100px;
    }
    #about-team .investors .investor-logo img {
        transform: scale(0.85);
    }
    #about-resources .bucket-contents {
        padding-bottom: 25px;
        height: auto;
    }
    #about-resources .bucket-contents p {
        height: auto;
    }
    #about-resources .bucket-shadow {
        height: 100%;
    }
    #page-api #globalMenu {
        display: none;
    }
    #page-api #api-lang {
        display: none;
    }
    #page-api #dev-sidebar {
        position: absolute;
        left: 0px;
        top: 80px;
        width: 100%;
        min-height: 0px;
        padding: 0;
        top: 0px;
        height: 115px;
        overflow: visible;
        background-color: #fff;
        z-index: 5;
    }
    #page-api #dev-sidebar .sidebar-wrap {
        height: auto;
        transition: none;
        overflow: auto;
        width: 100%;
        padding: 24px 0 15px;
        background-color: #f4f6fd;
        border-bottom: 1px solid rgba(61, 90, 254, 0.2);
        display: none;
        opacity: 0;
    }
    #page-api #dev-sidebar .dev-search,
    #page-api #dev-sidebar .sidebar-nav {
        max-width: none;
    }
    #page-api #dev-sidebar .logo {
        height: 67px;
        padding: 10px 20px;
    }
    #page-api #dev-sidebar .dev-search {
        padding-left: 25px;
        padding-right: 25px;
    }
    #page-api #dev-sidebar .dev-search .search-wrap {
        margin: 0;
        max-width: 350px;
    }
    #page-api #dev-sidebar .sidebar-nav {
        border-top: 1px solid rgba(61, 90, 254, 0.2);
        padding-top: 20px;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        height: 240px;
    }
    #page-api #dev-sidebar .sidebar-nav li {
        padding-left: 45px;
    }
    #page-api #dev-sidebar .sidebar-nav li.group-title {
        padding: 12px 0 13px 45px;
    }
    #page-api #dev-sidebar .sidebar-nav li.status {
        margin-top: 15px;
    }
    #page-api #dev-sidebar .sidebar-nav li.status .status-icon {
        right: 30px;
    }
    #page-api #dev-sidebar .sidebar-nav li .arr {
        left: 20px;
    }
    #page-api #dev-sidebar .list-menu {
        display: block;
        width: 100%;
        height: 64px;
        border-top: 1px solid rgba(61, 90, 254, 0.2);
        border-bottom: 1px solid rgba(61, 90, 254, 0.2);
        cursor: pointer;
        padding-right: 60px;
        position: relative;
        background-color: #f4f6ff;
    }
    #page-api #dev-sidebar .list-menu p {
        font-size: 14px;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        color: #00bfff;
        padding-left: 25px;
        max-height: 48px;
        overflow: hidden;
    }
    #page-api #dev-sidebar .list-menu .arrow-lines {
        top: 28px;
        right: 27px;
    }
    #page-api #dev-sidebar.open .list-menu .arrow-lines .arrow-line.left {
        transform: rotate(-45deg);
    }
    #page-api #dev-sidebar.open .list-menu .arrow-lines .arrow-line.right {
        transform: rotate(45deg);
    }
    #api-contents {
        margin-left: 0px;
        padding-top: 115px;
    }
    #api-contents .api-row {
        display: block;
    }
    #api-contents .api-row .col {
        width: 100%;
    }
    #api-contents .api-row:first-child .col.api-code {
        padding-top: 30px;
    }
    #api-contents .api-row .col.api-description {
        padding-bottom: 50px;
    }
    #api-contents .api-row .col.api-code {
        padding-top: 45px;
    }
    #api-contents .api-row .col.empty {
        display: none;
    }
    #api-contents .div-line {
        display: none;
    }
    #api-contents .bodytext table {
        display: table;
    }
    #api-contents .lang-menu.mob {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -50px;
        width: 100px;
        height: 36px;
        top: -18px;
        font-size: 13px;
        color: #00bfff;
        z-index: 4;
    }
    #api-contents .lang-menu.mob .lang-menu-choice {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: #fff;
        border-radius: 8px;
        border: 1px solid #d5dbff;
        color: #00bfff;
        line-height: 36px;
        padding: 0 12px;
        text-transform: uppercase;
        cursor: pointer;
    }
    #api-contents .lang-menu.mob ul {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        top: 36px;
        background-color: #fff;
        border-radius: 0px 0px 8px 8px;
        border: 1px solid #d5dbff;
        margin: 0;
        list-style: none;
        border-top: none;
        visibility: hidden;
        opacity: 0;
    }
    #api-contents .lang-menu.mob ul {
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        pointer-events: none;
    }
    #api-contents .lang-menu.mob li {
        border-bottom: 1px solid #d5dbff;
    }
    #api-contents .lang-menu.mob li a {
        display: block;
        line-height: 36px;
        padding: 0 12px;
    }
    #api-contents .lang-menu.mob li:last-child {
        border: none;
    }
    #api-contents .lang-menu.mob li.off {
        display: none;
    }
    #api-contents .lang-menu.mob .arrow-lines {
        top: 15px;
        right: 15px;
    }
    #api-contents .lang-menu.mob.open .lang-menu-choice {
        border-radius: 8px 8px 0px 0px;
    }
    #api-contents .lang-menu.mob.open .arrow-lines .arrow-line.left {
        transform: rotate(-45deg);
    }
    #api-contents .lang-menu.mob.open .arrow-lines .arrow-line.right {
        transform: rotate(45deg);
    }
    #api-contents .lang-menu.mob.open ul {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
}
/*! MQ: 1a -> 980px */
@media screen and (max-width: 980px) {
    #identity-how {
        padding-top: 70px;
        padding-bottom: 442px;
        height: auto;
        min-height: 616px;
    }
    #identity-how .main.dsk {
        clip-path: none;
        -webkit-clip-path: none;
    }
    #identity-how .background {
        transform: scale(0.56);
    }
    #page-products.watchlist #footer-cta {
        margin-top: 50px;
        padding-top: 75px;
    }
    #page-products.watchlist #footer-cta .trusted-logo img {
        transform: scale(0.9);
    }
}
/*! MQ: 2 -> 768px */
@media screen and (max-width: 768px) {
    .btn-group {
        text-align: center;
    }

    #page-products #tier-hero img.logo-tour {
        width: 100%;
        max-width: 240px;
        margin: 0 auto;
    }

    section h1,
    .global h1 {
        font-size: 36px;
    }
    section h2,
    .global h2 {
        font-size: 24px;
        line-height: 1.7;
        text-align: center;
    }
    section h3,
    .global h3,
    section p.intro,
    .global p.intro,
    section header p,
    .global header p,
    section .content-row p,
    .global .content-row p {
        font-size: 16px;
        line-height: 1.7;
        text-align: center;
        font-weight: 400;
    }

    .bucket-cols .bucket-box h3 {
        font-size: 20px !important;
        font-weight: 700 !important;
    }

    section header h2,
    .global header h2 {
        margin-bottom: 12px;
    }
    #identity-how h2 {
        margin: 20px 0 !important;
        font-size: 18px !important;
        font-weight: 400 !important;
    }
    #tier-hero {
        padding-top: 80px;
    }
    #tier-hero h1 {
        font-size: 24px;
        line-height: 1.44;
        text-align: center;
    }
    h2 br,
    h3 br,
    p br {
        display: none;
    }
    .basic-scaler {
        transform: scale(0.6);
    }
    .bg-oval {
        min-width: 1800px;
    }
    .scroll-divider {
        margin: 75px auto 45px;
    }
    .content-row .col.txt {
        width: 50%;
        max-width: none;
        padding-top: 0px !important;
    }
    .content-row .col.image {
        width: 50%;
    }
    .content-row .col.image .background {
        top: 50% !important;
        margin-top: -275px;
    }
    .bucket-cols .bucket-box {
        text-align: center;
    }
    .bucket-cols .bucket-box .icon {
        height: 100px;
        float: none;
        margin: 0 auto;
    }
    .bucket-cols .bucket-box .txt {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .bucket-cols .ornament-dots {
        display: none;
    }
    .quote-callout {
        padding: 130px 25px 85px;
        height: auto;
        min-height: 545px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: justify;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -ms-flex-pack: center;
    }
    .quote-callout .bg-blob {
        height: 100%;
    }
    .quote-callout blockquote {
        font-size: 25px;
        line-height: 1.44;
        position: static;
    }
    .quote-callout blockquote .quotemark {
        width: 30px;
    }
    .quote-callout blockquote .quotemark.left {
        left: 0px;
        top: -52px;
    }
    .quote-callout blockquote .quotemark.right {
        right: 0px;
        bottom: -25px;
    }
    .quote-callout cite {
        margin-top: 30px;
    }
    #globalHeader .logo {
        width: 127px;
        top: 18px;
    }
    #globalMenu .menu-btn {
        top: 15px;
        right: 7px;
    }
    #globalMenu .menu-wrap .logo {
        top: 18px;
        left: 25px;
        width: 44px;
    }
    #globalMenu .menu-wrap .mobile-nav {
        padding-top: 80px;
        padding-bottom: 27px;
    }
    #globalMenu .menu-wrap .mobile-nav li:not(.submenu-item) > a {
        font-size: 20px;
    }
    #globalMenu .menu-wrap .mobile-nav li.green {
        margin-top: 30px;
    }
    #globalMenu .menu-wrap .mobile-nav li.green a {
        font-size: 15px !important;
    }
    #footer-cta {
        padding-top: 160px;
    }
    #footer-cta h3 {
        max-width: 450px;
    }
    #footer-cta h2 {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    #footer-cta .bg-wrap {
        top: -155px;
    }
    #footer-cta .bg-wrap .background {
        transform: scale(0.55);
    }
    #globalFooter .row.main {
        display: block;
    }
    #globalFooter .row.main .col.left {
        width: 100%;
        max-width: 450px;
    }
    #globalFooter .row.main .col.right {
        width: 100%;
        margin-top: 50px;
    }
    #globalFooter .footer-links .title-li {
        margin-bottom: 15px;
    }
    #globalFooter .footer-links li + li {
        margin-top: 16px;
    }
    #globalFooter .print-lines {
        margin-left: -535px;
        top: 2px;
    }
    .form-wrap {
        padding: 25px;
        max-width: 480px;
    }
    .form-wrap .cta-btn {
        margin-bottom: 25px;
    }
    #contactOverlay header {
        max-width: 350px;
        margin-bottom: 27px;
    }
    #contactOverlay .blanket {
        opacity: 1;
    }
    #contactOverlay .close-btn {
        right: 7px;
        top: 14px;
        width: 50px;
        height: 52px;
    }
    #contactOverlay .close-btn svg,
    #contactOverlay .close-btn .icon-closex {
        display: none;
    }
    #contactOverlay .close-btn .menu-line {
        display: block;
    }
    #contactOverlay .close-btn span {
        line-height: 52px;
    }
    #contactOverlay .close-btn .blobbg {
        transform: scale(0.91);
    }
    #contactOverlay .close-btn.dsk {
        display: none;
    }
    #contactOverlay .close-btn.mob {
        display: block;
    }
    #video-overlay .overlayWrap {
        padding: 75px 25px;
    }
    #video-overlay .close-btn {
        right: 7px;
        top: 14px;
        width: 50px;
        height: 52px;
    }
    #video-overlay .close-btn svg,
    #video-overlay .close-btn .icon-closex {
        display: none;
    }
    #video-overlay .close-btn .menu-line {
        display: block;
    }
    #video-overlay .close-btn span {
        line-height: 52px;
    }
    #video-overlay .close-btn .blobbg {
        transform: scale(0.91);
    }
    #video-overlay .close-btn.dsk {
        display: none;
    }
    #video-overlay .close-btn.mob {
        display: block;
    }
    #home-hero {
        padding-top: 50px;
        padding-bottom: 100px;
    }
    #home-hero h1 {
        margin-bottom: 12px;
    }
    #home-hero .btn-group {
        margin-top: 25px;
    }
    #home-hero .txt .fingerprint {
        transform: scale(0.7);
    }
    #home-about .about-intro {
        padding-top: 55px;
        z-index: 2;
    }
    #home-about .about-intro .trusted-logo img {
        transform: scale(0.9);
    }
    #home-about .about-intro .logo-group {
        width: 100%;
        margin-top: 20px;
    }
    #home-about .about-intro header {
        margin-top: 55px;
    }
    #home-about .about-intro p.blue {
        font-size: 15px;
    }
    #home-about .hero-anim {
        top: -500px;
    }
    #page-products #tier-hero {
        padding-top: 110px !important;
    }
    #page-products #tier-hero .hero-icon {
        width: 45px;
    }
    #page-products #tier-hero .txt {
        width: 44%;
    }
    #page-products #tier-hero .basic-scaler {
        transform: scale(0.55);
    }
    #page-products.identity #tier-hero .hero-anim .background {
        margin-left: -20px;
    }
    #page-products.watchlist #tier-hero {
        min-height: 0px;
    }
    #page-products.watchlist #tier-hero .hero-anim {
        bottom: -339px;
    }
    #page-products.watchlist #tier-hero .hero-anim .background {
        margin-left: -40px;
    }
    #page-products.business #tier-hero .hero-icon {
        width: 55px;
        margin-bottom: 30px;
    }
    #page-products.business #tier-hero .hero-anim {
        bottom: auto;
        top: 90px;
    }
    #page-products.business #tier-hero .hero-anim .background {
        margin-left: -20px;
        transform: scale(0.51);
    }
    #page-products #business-about header {
        max-width: 550px;
    }
    #identity-why,
    #watchlist-solution,
    #business-about {
        padding-bottom: 50px;
    }
    #identity-uses header {
        max-width: 500px !important;
        margin-bottom: 45px;
    }
    #identity-uses .content-rows .content-row + .content-row {
        margin-top: 40px;
    }
    #identity-uses .content-row .col.image .background {
        margin-top: -190px;
    }
    #identity-uses .content-row[data-num="1"] .col.image .background {
        margin-top: -225px;
    }
    #watchlist-scan .dark-wrap {
        padding-top: 85px;
        padding-bottom: 50px;
    }
    #watchlist-scan .oval-wrap {
        background-color: #00bfff;
    }
    #watchlist-scan .content-row .icon img {
        width: 63px;
    }
    #watchlist-scan .side-shape {
        display: none;
    }
    #watchlist-solution header {
        margin-bottom: 20px;
    }
    #watchlist-solution header p {
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
    }
    #watchlist-crm {
        padding-top: 80px;
        padding-bottom: 250px;
    }
    #watchlist-crm .crm-slider {
        transform: scale(0.7);
        margin-top: 15px;
    }
    #watchlist-crm .crm-machine {
        transform: scale(0.6);
    }
    #watchlist-crm .blocks {
        transform: scale(0.7);
    }
    #watchlist-crm .blocks.top {
        top: -50px;
    }
    #watchlist-crm .blocks.bot {
        bottom: -50px;
    }
    #business-about .content-row {
        padding-top: 0px;
    }
    #business-about .content-row h2 {
        width: 80%;
    }
    #business-about .content-row .col.image .background {
        margin-top: -205px;
    }
    #page-products.business #footer-cta h3 {
        max-width: 550px;
    }
    #page-products.business #footer-cta .form-inner {
        padding: 25px;
    }
    #page-products.business #footer-cta .form-wrap .cta-btn {
        margin-bottom: 25px;
    }
    #page-case-studies #tier-hero {
        padding-top: 80px;
    }
    #page-case-studies #tier-hero header {
        max-width: 90%;
    }
    #page-case-studies #footer-cta {
        padding-top: 395px;
    }
    #case-studies {
        padding-top: 40px;
    }
    #case-studies .cs-row .col.txt {
        width: 50%;
        max-width: none;
        padding-top: 0px !important;
    }
    #case-studies .cs-row .col.image {
        width: 50%;
    }
    #case-studies .cs-row .col.image .image-wrap {
        top: 50% !important;
        margin-top: -233px;
    }
    #case-studies .cs-row .col.image.left {
        padding-right: 25px;
    }
    #case-studies .cs-row .col.image.right {
        padding-left: 25px;
    }
    #case-studies .cs-row .image-wrap .corner-wrap {
        transform: scale(0.55);
    }
    #case-studies .cs-row .image-wrap .corner-wrap .callout-txt .row.bot p {
        font-size: 26px;
        line-height: 1.4;
        margin-top: -25px;
    }
    #case-studies .cs-row .image-wrap .lines {
        display: none;
    }
    #case-studies .cs-row.text-right {
        padding-top: 85px;
        padding-bottom: 85px;
    }
    #case-studies .cs-logo {
        width: auto;
        height: auto;
        margin-bottom: 20px;
    }
    #case-studies .cs-logo .logo-wrap {
        border: none;
        background-color: transparent;
        display: block;
        height: auto;
    }
    #case-studies .cs-logo .blob,
    #case-studies .cs-logo .shadow,
    #case-studies .cs-logo .tape {
        display: none;
    }
    #case-studies .quote-wrap {
        margin-bottom: 20px;
    }
    #case-studies .quote-wrap blockquote,
    #case-studies .quote-wrap cite {
        font-size: 15px;
        line-height: 1.8;
    }
    #page-developers #main {
        padding-left: 0px;
        padding-right: 0px;
    }
    #page-developers #main .col.sidebar {
        position: absolute;
        left: 0px;
        top: 80px;
        width: 100%;
        min-height: 0px;
        padding: 0;
        height: 64px;
        z-index: 5;
    }
    #page-developers #main .col.sidebar .side-color {
        display: none;
    }
    #page-developers #main .col.contents {
        padding: 165px 0px 432px;
        margin-left: 0px;
        width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }
    #page-developers #main .col.contents .contents-inner {
        max-width: none;
        display: block;
    }
    #page-developers #footer-cta {
        overflow: visible;
    }
    #page-developers #footer-cta h3 {
        margin-bottom: 25px;
    }
    #page-developers #footer-cta .image-wrap {
        height: 293px;
        margin-bottom: 22px;
    }
    #page-developers #footer-cta .background {
        transform: scale(0.55);
    }
    #dev-sidebar .sidebar-wrap {
        height: auto;
        transition: none;
        overflow: auto;
        width: 100%;
        padding: 24px 0 15px;
        background-color: #f4f6fd;
        border-bottom: 1px solid rgba(61, 90, 254, 0.2);
        display: none;
        opacity: 0;
    }
    #dev-sidebar .dev-search,
    #dev-sidebar .sidebar-nav {
        max-width: none;
    }
    #dev-sidebar .dev-search {
        padding-left: 25px;
        padding-right: 25px;
    }
    #dev-sidebar .dev-search .search-wrap {
        margin: 0;
        max-width: 350px;
    }
    #dev-sidebar .sidebar-nav {
        border-top: 1px solid rgba(61, 90, 254, 0.2);
    }
    #dev-sidebar .sidebar-nav li {
        padding-left: 45px;
    }
    #dev-sidebar .sidebar-nav li.group-title {
        padding: 12px 0 13px 45px;
    }
    #dev-sidebar .sidebar-nav li.status {
        padding-left: 45px;
    }
    #dev-sidebar .sidebar-nav li.status .status-icon {
        right: 30px;
    }
    #dev-sidebar .sidebar-nav li .arr {
        left: 20px;
    }
    #dev-sidebar .sidebar-nav .api-btn {
        padding-left: 45px;
        padding-top: 12px;
    }
    #dev-sidebar .sidebar-nav .api-btn .api-icon {
        right: 28px;
    }
    #dev-sidebar .list-menu {
        display: block;
        width: 100%;
        height: 64px;
        border-top: 1px solid rgba(61, 90, 254, 0.2);
        border-bottom: 1px solid rgba(61, 90, 254, 0.2);
        cursor: pointer;
        padding-right: 60px;
        position: relative;
    }
    #dev-sidebar .list-menu p {
        font-size: 14px;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        color: #00bfff;
        padding-left: 25px;
        max-height: 48px;
        overflow: hidden;
    }
    #dev-sidebar .list-menu .arrow-lines {
        top: 28px;
        right: 27px;
    }
    #dev-sidebar.open .list-menu .arrow-lines .arrow-line.left {
        transform: rotate(-45deg);
    }
    #dev-sidebar.open .list-menu .arrow-lines .arrow-line.right {
        transform: rotate(45deg);
    }
    #dev-contents .hero-image {
        margin-top: 20px;
    }
    #insights-thumbs {
        padding-top: 80px;
        padding-bottom: 200px;
    }
    #insights-thumbs header {
        margin-bottom: 10px;
    }
    #insights-thumbs .buckets .bucket {
        width: 48.5%;
    }
    #insights-thumbs .buckets .bucket-img {
        height: 235px;
    }
    #insights-thumbs .buckets .bucket-img img {
        width: 100%;
        height: auto;
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    #insights-thumbs .bucket-wrap,
    #insights-thumbs .bucket-contents {
        height: 390px;
    }
    #page-insights #footer-cta {
        padding-top: 195px;
    }
    #page-insights #footer-cta .bg-wrap {
        top: -125px;
    }
    #insights-hero {
        padding-top: 77px;
        padding-bottom: 40px;
    }
    #insights-hero .hero-contents {
        padding: 25px 25px 0px;
    }
    #insights-hero h1 {
        margin-bottom: 22px;
    }
    #insights-hero h1 br {
        display: none;
    }
    #insights-hero .hero-shadow {
        transform: scaleX(1.015) scaleY(1.05);
        left: 10px;
        top: 0px;
    }
    #insights-hero .printbg img {
        transform: scale(0.8);
        transform-origin: center bottom;
    }
    #insights-article {
        padding-top: 0px;
    }
    #insights-article .quote-wrap {
        padding: 0 30px;
        margin-top: 80px;
    }
    #insights-article .quote-wrap blockquote {
        font-size: 36px;
    }
    #insights-article .quote-wrap .quote-shapes {
        left: -102px;
        top: -50px;
    }
    #insights-cta .cta-row {
        display: block;
    }
    #insights-cta .cta-row .cta-box {
        width: 100%;
        max-width: none;
        text-align: center;
    }
    #insights-cta .cta-row .cta-box + .cta-box {
        margin-top: 90px;
    }
    #insights-cta .cta-box h3 {
        padding-right: 0px;
    }
    #insights-cta .cta-icon {
        display: inline-block;
        margin: -53px 0 5px;
    }
    #insights-cta .signup-wrap form {
        margin: 0 auto;
    }
    #insights-cta .cta-box.demo h3 {
        padding-right: 0px;
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
    }
    #page-about #tier-hero {
        padding-top: 90px;
    }
    #page-about #tier-hero header {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    #page-about #tier-hero .hero-anim {
        height: 305px;
        bottom: -30px;
        margin-top: -55px;
    }
    #page-about #tier-hero .callout-boxes p {
        font-size: 20px;
    }
    #about-who {
        padding-top: 75px;
        padding-bottom: 80px;
    }
    #about-who .contentContainer {
        width: 90%;
    }
    #about-who .col.image {
        width: 50%;
    }
    #about-who .col.image .background {
        margin-top: -318px;
        transform-origin: left center;
    }
    #about-who .col.text {
        width: 50%;
    }
    #about-who .col.text h2 {
        margin-top: 0px;
    }
    #about-team {
        padding-top: 60px;
    }
    #about-team .contentContainer > header {
        margin-bottom: 45px;
    }
    #about-team .bucket-txt {
        margin-top: 30px;
    }
    #about-team .bucket-txt p {
        font-size: 15px;
    }
    #about-team .investors .logo-group {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-bottom: 1px solid rgba(61, 90, 254, 0.2);
    }
    #about-team .investors .investor-logo {
        width: 50%;
        padding: 25px 0;
        border-top: 1px solid rgba(61, 90, 254, 0.2);
        min-height: 120px;
    }
    #about-team .investors .investor-logo:nth-child(2n) {
        border-left: 1px solid rgba(61, 90, 254, 0.2);
    }
    #about-team .investors .investor-logo:last-child {
        flex-grow: 1;
    }
    #about-team .investors .investor-logo img {
        transform: none;
    }
    #about-resources {
        padding-bottom: 100px;
    }
    #about-resources .buckets p {
        font-size: 15px;
        width: 100%;
        max-width: 230px;
        margin: 0 auto;
    }
    #api-contents .bodytext h1,
    #api-contents .bodytext h2 {
        font-size: 25px;
        line-height: 1.44;
    }
}
/*! MQ: 3 -> 680px */
@media screen and (max-width: 680px) {
    .buckets:not(.two-col) {
        display: block;
    }
    .buckets:not(.two-col) .bucket {
        width: 100%;
        max-width: none;
    }
    .buckets:not(.two-col) .bucket-shadow {
        height: 100% !important;
        transform: scaleX(1.01) scaleY(1.04);
    }
    .buckets:not(.two-col).light .bucket + .bucket {
        margin-top: 45px;
    }
    .buckets:not(.two-col).dark .bucket + .bucket {
        margin-top: 20px;
    }
    .buckets:not(.two-col).dark .bucket-img {
        height: 234px;
        text-align: center;
    }
    .buckets:not(.two-col).dark .bucket-img img {
        position: relative;
        display: inline-block;
        left: auto;
        top: auto;
        transform: none;
        height: 100%;
        width: auto;
    }
    .buckets:not(.two-col).dark .printbg {
        transform: scale(0.9);
        transform-origin: left top;
    }
    .content-row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .content-row + .content-row {
        margin-top: 130px;
    }
    .content-row h2 {
        margin-bottom: 10px;
    }
    .content-row .cta-btn {
        margin-top: 20px;
    }
    .content-row .col {
        position: relative;
    }
    .content-row .col.txt {
        width: 100% !important;
        max-width: none !important;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .content-row .col.image {
        width: 100%;
        max-width: none;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 30px;
        padding: 0px !important;
    }
    .content-row .col.image .background {
        top: 0px !important;
        left: 0px !important;
        right: auto !important;
        margin: 0 !important;
        transform-origin: left top !important;
    }
    #home-hero {
        padding-bottom: 485px;
    }
    #home-hero .txt {
        margin-top: 35px;
        width: 100%;
        max-width: 425px;
    }
    #home-hero .txt .fingerprint {
        display: none;
    }
    #home-about .hero-anim {
        top: -432px;
    }
    #home-about .hero-anim .background {
        left: 25px;
    }
    #home-about .content-row[data-num="2"] .col.image {
        margin-top: 20px;
    }
    #home-insights {
        padding-top: 50px;
    }
    #home-insights .buckets {
        margin-top: 35px;
    }
    #identity-how {
        padding-bottom: 440px;
    }
    #identity-how .bg-oval img {
        transform: none;
    }
    #identity-how .background {
        width: 631px;
        height: 400px;
        margin-left: -315px;
        transform: none;
    }
    #identity-how .background .main.dsk {
        display: none;
    }
    #identity-how .background .main.mob {
        display: block;
        width: 631px;
    }
    #identity-how .background .paths-wrap {
        display: none !important;
    }
    #identity-how .background .hand {
        transform: scale(0.55);
    }
    #identity-how .background .hand[data-num="1"] {
        display: none;
    }
    #identity-how .background .hand[data-num="2"] {
        left: 30px;
        top: 0px;
        z-index: 3;
    }
    #identity-how .background .hand[data-num="3"] {
        left: 280px;
        top: 0px;
        z-index: 3;
    }
    #identity-how .background .hand[data-num="4"] {
        display: none;
    }
    #identity-uses .content-row + .content-row {
        margin-top: 55px !important;
    }
    #watchlist-scan .content-row {
        display: block;
    }
    #watchlist-scan .content-row .col {
        width: 100%;
    }
    #watchlist-scan .content-row .footnote {
        font-size: 12px;
    }
    #watchlist-scan .col.image {
        height: 468px;
        margin-top: 40px;
        margin-bottom: -150px;
    }
    #watchlist-scan .background {
        transform: scale(0.55);
        height: 468px;
    }
    #watchlist-scan .scan-stats {
        max-width: 350px;
        margin-bottom: 27px;
    }
    #watchlist-scan .scan-stats h2 {
        margin-bottom: 10px;
    }
    #watchlist-solution .contentContainer > .row {
        display: block;
    }
    #watchlist-solution .col {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    #watchlist-solution .col.image {
        max-width: 350px;
    }
    #watchlist-solution .background {
        transform-origin: center top;
        left: 50%;
        margin-left: -314px;
        top: 0px;
    }
    #watchlist-uses .content-row[data-num="0"] .background {
        margin-left: 11px !important;
    }
    #page-products.watchlist #footer-cta .logo-group,
    #page-case-studies #footer-cta .logo-group {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-bottom: 1px solid rgba(61, 90, 254, 0.2);
    }
    #page-products.watchlist #footer-cta .trusted-logo,
    #page-case-studies #footer-cta .trusted-logo {
        width: 50%;
        padding: 25px 0;
        border-top: 1px solid rgba(61, 90, 254, 0.2);
        min-height: 120px;
    }
    #page-products.watchlist #footer-cta .trusted-logo:nth-child(2n),
    #page-case-studies #footer-cta .trusted-logo:nth-child(2n) {
        border-left: 1px solid rgba(61, 90, 254, 0.2);
    }
    #page-products.watchlist #footer-cta .trusted-logo:last-child,
    #page-case-studies #footer-cta .trusted-logo:last-child {
        flex-grow: 1;
    }
    #page-case-studies #footer-cta .logo-group {
        margin-bottom: 40px;
    }
    #page-case-studies #footer-cta .trusted-logo img {
        transform: none;
    }
    #page-case-studies #footer-cta .row-div {
        display: none;
    }
    #page-case-studies #footer-cta p.blue {
        font-size: 15px;
    }
    #case-studies {
        padding-top: 28px;
    }
    #case-studies .cs-row .contentContainer {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    #case-studies .cs-row .col {
        position: relative;
    }
    #case-studies .cs-row .col.txt {
        width: 100% !important;
        max-width: none !important;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    #case-studies .cs-row .col.image {
        width: 100%;
        max-width: none;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 45px;
        padding: 0px !important;
    }
    #case-studies .cs-row .col.image .image-wrap {
        top: 0px !important;
        left: 0px !important;
        right: auto !important;
        margin: 0 !important;
        transform-origin: left top !important;
    }
    #case-studies .cs-row .hearts {
        margin-left: 0px;
        top: -40px;
    }
    #insights-article {
        padding-bottom: 40px;
        font-size: 18px;
    }
    #insights-article h2 {
        margin-bottom: 15px;
    }
    #insights-article * + h2 {
        margin-top: 55px;
    }
    #insights-next {
        padding-top: 45px;
    }
    #about-who .content-row {
        display: block;
    }
    #about-who .col.image,
    #about-who .col.text {
        width: 100%;
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
    }
    #about-team {
        padding-top: 60px;
    }
    #about-team .buckets {
        max-width: 375px;
        margin-left: auto;
        margin-right: auto;
    }
    #about-team .buckets .bucket + .bucket {
        margin-top: 30px;
    }
    #about-team .buckets .bucket-shadow {
        transform: scaleX(1.01) scaleY(1.06);
    }
    #about-resources .buckets.two-col .bucket-shadow {
        left: 0px;
        top: 0px;
        height: 100% !important;
        transform: scaleX(1.03) scaleY(1.04);
    }
}

/*! MQ: 3a -> 650px */
@media screen and (max-width: 480px) {
    #identity-how .background .hand[data-num="3"] {
        display: none;
    }

    #identity-how .background .hand[data-num="2"] {
        left: 30% !important;
    }
}

/*! MQ: 3a -> 650px */
@media screen and (max-width: 650px) {
    #home-about .content-rows,
    #home-about p.blue,
    #home-about header,
    #home-about .buckets {
        padding-left: 25px;
        padding-right: 25px;
    }
    #home-about .about-intro {
        padding-left: 0px;
        padding-right: 0px;
    }
    #home-about .about-intro .partner-mover-wrap {
        margin-top: 20px;
        height: 26px;
        position: relative;
        overflow: hidden;
        transform: none;
    }
    #home-about .about-intro .home-partner-mover {
        position: absolute;
        left: 0;
        top: 0;
        width: 1300px;
    }
    #home-about .about-intro .logo-group {
        position: absolute;
        left: 0;
        top: 0;
        width: 600px;
        margin-top: 0px !important;
        -webkit-transform-style: preserve-3d;
    }
    #home-about .about-intro .logo-group.dsk {
        position: absolute;
        left: 0;
        top: 0;
        transform: translateX(-5000px);
    }
    #home-about .about-intro .logo-group:nth-child(2) {
        left: 600px;
        margin-left: 50px;
    }
    #page-products #tier-hero {
        padding-top: 48px !important;
        padding-left: 0px;
        padding-right: 0px;
    }
    #page-products #tier-hero .hero-icon {
        display: none;
    }
    #page-products #tier-hero .txt {
        width: 100%;
        max-width: none !important;
        padding-left: 25px;
        padding-right: 25px;
        padding-right: 100px;
    }
    #page-products #tier-hero .bg-wrap {
        position: relative;
        top: auto !important;
    }
    #page-products #tier-hero .hero-anim .background {
        transform-origin: center top;
    }
    #page-products #tier-hero .hero-anim .main {
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    }
    #page-products #tier-hero .beta {
        left: auto;
        bottom: auto;
        right: 20px;
        top: 25px;
    }
    #page-products #tier-hero .cta-btn {
        margin-top: -5px !important;
        margin-bottom: 25px;
    }
    #page-products.identity #tier-hero {
        padding-bottom: 50px;
    }
    #page-products.identity #tier-hero .txt {
        padding-right: 20px;
    }
    #page-products.identity #tier-hero .hero-anim {
        height: 356px;
        margin-bottom: 0;
        margin-top: 15px;
    }
    #page-products.identity #tier-hero .hero-anim .background {
        margin-left: -374px;
    }
    #page-products.watchlist #tier-hero {
        padding-bottom: 50px;
    }
    #page-products.watchlist #tier-hero .hero-anim {
        height: 361px;
        bottom: auto;
        margin-bottom: -94px;
        margin-top: 3px;
    }
    #page-products.watchlist #tier-hero .hero-anim .background {
        margin-left: -376px;
    }
    #page-products.watchlist #tier-hero .txt {
        padding-bottom: 0px;
    }
    #page-products #watchlist-solution header {
        max-width: 400px;
    }
    #page-products.business #tier-hero {
        padding-bottom: 50px;
    }
    #page-products.business #tier-hero .hero-anim {
        height: 322px;
        margin-bottom: -95px;
        margin-top: 5px;
    }
    #page-products.business #tier-hero .hero-anim .background {
        margin-left: -365px;
    }
    #page-products.business #tier-hero .txt {
        max-width: none;
        padding-bottom: 0px;
    }
    #watchlist-crm header p {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
    #identity-why,
    #watchlist-solution,
    #business-about {
        padding-top: 105px;
    }
}
/*! MQ: 4 -> 550px */
@media screen and (max-width: 550px) {

    html body .contentContainer {
        height: auto;
    }

    .bucket-cols .bucket-row {
        display: block;
    }
    .bucket-cols .bucket-row .col {
        width: 100%;
        padding: 0;
    }
    .bucket-cols .bucket-row.first .col.right .bucket-box {
        border-top: 1px solid rgba(61, 90, 254, 0.2);
        padding-top: 35px;
    }
    .bucket-cols .col + .col {
        border-left: none;
    }
    .bucket-cols .bucket-box {
        padding: 35px 0;
    }
    .bucket-cols .bucket-box .txt {
        max-width: 85%;
        margin-left: auto;
        margin-right: auto;
    }
    .bucket-cols .bucket-box h3 {
        margin-bottom: 5px;
    }
    .bucket-cols .bucket-box p {
        font-size: 15px;
        line-height: 1.8;
    }
    .bucket-cols .bucket-box .icon {
        height: auto;
        margin-bottom: 5px;
        transform-origin: center top;
    }
    .bucket-cols .bucket-box .icon img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    #identity-why header,
    #business-why header {
        margin-bottom: 30px;
    }
    #watchlist-solution .bucket-row {
        display: block;
        padding: 25px 0;
        text-align: center;
    }
    #watchlist-solution .bucket-row .icon {
        width: auto;
        display: inline-block;
        margin-bottom: 15px;
    }
    #watchlist-solution .bucket-row .icon img {
        top: auto;
        transform: none;
    }
    #watchlist-solution .bucket-row .txt p {
        font-size: 15px;
        line-height: 1.8;
        margin-left: auto;
        margin-right: auto;
    }
    #watchlist-crm header h2 {
        width: 100%;
        max-width: 260px;
        margin: 0 auto;
        margin-bottom: 12px;
    }
    #insights-thumbs .buckets {
        display: block;
    }
    #insights-thumbs .buckets .bucket {
        width: 100%;
        max-width: none;
        margin-bottom: 0px;
    }
    #insights-thumbs .buckets .bucket + .bucket {
        margin-top: 22px;
    }
    #insights-thumbs .buckets .bucket-img {
        height: 234px;
        text-align: center;
    }
    #insights-thumbs .buckets .bucket-img img {
        position: relative;
        display: inline-block;
        left: auto;
        top: auto;
        transform: none;
        height: 100%;
        width: auto;
    }
    #insights-thumbs .load-btn {
        margin-top: 52px;
    }
    #insights-cta h2 {
        margin-bottom: 10px;
    }
    #insights-cta .cta-box {
        padding-bottom: 40px;
    }
    #insights-cta .cta-box.demo {
        padding-bottom: 185px;
    }
    #insights-cta .cta-box.demo .cta-box-girl {
        clip-path: url("#blob-cta2");
        -webkit-clip-path: url("#blob-cta2");
    }
    #insights-cta .cta-box.demo .cta-box-girl img {
        right: 50%;
        margin-right: -305px;
        bottom: -55px;
    }
    #insights-cta .cta-contents > .cta-btn {
        margin-top: 22px;
    }
    #insights-cta .cta-bg.dsk,
    #insights-cta .cta-shadow.dsk {
        display: none;
    }
    #insights-cta .cta-bg.mob,
    #insights-cta .cta-shadow.mob {
        display: block;
    }
    #insights-cta .cta-shadow {
        left: 10px;
        top: 5px;
        transform: scaleX(1.02) scaleY(1.03);
    }
    #insights-cta .cta-icon {
        margin-bottom: 15px;
    }
    #insights-cta .signup-wrap {
        margin-top: 22px;
    }
    #insights-cta .signup-wrap .thank-you {
        top: 72px;
    }
    #insights-cta .signup-wrap h3 {
        font-size: 15px;
    }
    #page-about #tier-hero {
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    #page-about #tier-hero .contentContainer {
        padding-left: 20px;
        padding-right: 20px;
    }
    #page-about #tier-hero header {
        max-width: 250px;
    }
    #page-about #tier-hero .hero-anim {
        height: 590px;
        top: auto;
        bottom: -30px;
        position: relative;
        margin-top: -30px;
    }
    #page-about #tier-hero .hero-anim .background {
        width: 324px;
        margin-left: -158px;
        transform: none;
    }
    #page-about #tier-hero .hero-anim .background .main {
        width: 324px;
        left: 0px;
    }
    #page-about #tier-hero .hero-anim .background .main.dsk {
        display: none;
    }
    #page-about #tier-hero .hero-anim .background .main.mob {
        display: block;
    }
    #page-about #tier-hero .hero-anim .background [class^="icon-"] {
        display: none;
    }
    #page-about #tier-hero .callout-boxes {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 316px;
        top: 84px;
        margin-left: -4px;
    }
    #page-about #tier-hero .callout-boxes h2 {
        font-size: 42px;
        margin-bottom: 5px;
    }
    #page-about #tier-hero .callout-boxes p {
        font-size: 15px;
    }
    #page-about #tier-hero .callout-boxes .callout-box {
        width: 138px;
        margin-bottom: 235px;
    }
    #about-who .row-div {
        margin: 55px 0 50px;
    }
    #about-who .col.text h2 {
        width: 80%;
    }
    #about-resources .buckets.two-col {
        display: block;
    }
    #about-resources .buckets.two-col h3 {
        margin-bottom: 8px;
    }
    #about-resources .buckets.two-col .cta-btn {
        width: 142px;
        margin-top: 17px;
        margin-bottom: 7px;
    }
    #about-resources .buckets.two-col .icon {
        max-width: 90px;
        margin-bottom: 10px;
    }
    #about-resources .buckets.two-col .bucket {
        width: 100%;
        max-width: none;
    }
    #about-resources .buckets.two-col .bucket + .bucket {
        margin-top: 20px;
    }
}
/*! MQ: 5 -> 480px */
@media screen and (max-width: 480px) {
    .gridline.l {
        left: 20px;
    }
    .gridline.r {
        left: auto;
        right: 20px;
    }
    section:not(.nopad),
    .global {
        padding-left: 20px;
        padding-right: 20px;
    }
    .bg-oval {
        min-width: 1400px;
    }
    .quote-callout cite {
        font-size: 15px;
    }
    .quote-callout .bg-blob {
        width: 650px;
        margin-left: -325px;
    }
    .quote-callout cite {
        margin-top: 20px;
    }
    .quote-callout .quote-logo {
        margin-top: 35px;
    }
    .bucket-row .basic-btn,
    .content-rows .basic-btn {
        font-size: 15px;
    }
    .bucket-row .basic-btn:before,
    .content-rows .basic-btn:before {
        margin-top: 10px;
    }
    .signup-wrap .thank-you h3 {
        font-size: 15px;
    }
    .content-rows {
        padding-left: 20px;
        padding-right: 20px;
    }
    #globalHeader .logo,
    #globalMenu .menu-wrap .logo {
        left: 20px;
    }
    #footer-cta {
        padding-bottom: 60px;
    }
    #footer-cta h2 {
        max-width: 275px;
        margin-bottom: 12px;
    }
    #footer-cta h3 {
        width: 100%;
        max-width: 290px;
        margin: 0 auto;
        margin-bottom: 25px;
    }
    #footer-cta .basic-btn {
        font-size: 15px;
    }
    #globalFooter .row.main .col.left {
        max-width: 285px;
    }
    #globalFooter .row.main .col.right {
        width: 80%;
        max-width: 270px;
    }
    #globalFooter .footer-links {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #globalFooter .footer-links ul {
        width: 50%;
        margin-bottom: 25px;
    }
    #globalFooter .row.social {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 38px;
    }
    #globalFooter .row.social .social-links {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    #globalFooter .row.social .copyright {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        margin-top: 50px;
    }
    #globalFooter .print-lines.dsk {
        display: none;
    }
    #globalFooter .print-lines.mob {
        display: block;
        width: 632px;
        margin-left: -115px;
        top: 3px;
    }
    .form-wrap form,
    .form-elem form {
        font-size: 15px;
    }
    .form-wrap form .field-wrap,
    .form-elem form .field-wrap {
        height: 47px;
    }
    .form-wrap form .field-wrap .field-contents,
    .form-elem form .field-wrap .field-contents {
        padding: 10px;
        height: 47px;
        border-radius: 10px;
    }
    .form-wrap form .field-wrap.ta,
    .form-elem form .field-wrap.ta {
        height: 105px;
    }
    .form-wrap form .field-wrap.ta .field-contents,
    .form-elem form .field-wrap.ta .field-contents {
        height: 105px;
    }
    .form-wrap form .form-row,
    .form-elem form .form-row {
        display: block;
        height: auto;
        margin-bottom: 0px;
    }
    .form-wrap form .form-row .shadow.dsk,
    .form-elem form .form-row .shadow.dsk {
        display: none;
    }
    .form-wrap form .form-row .shadow.mob,
    .form-elem form .form-row .shadow.mob {
        display: block;
    }
    .form-wrap form .form-row .field-wrap,
    .form-elem form .form-row .field-wrap {
        width: 100%;
    }
    .form-wrap form .field-shadow,
    .form-elem form .field-shadow {
        left: 5px;
        top: 2px;
        transform: scaleY(1.1) scaleX(1.01);
    }
    .form-wrap form textarea,
    .form-elem form textarea {
        padding: 10px;
    }
    .form-wrap .cta-btn,
    .form-elem .cta-btn {
        margin-top: 38px;
    }
    .form-wrap {
        padding: 20px 15px;
    }
    .select2-container--default .select2-selection--single {
        padding: 10px;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 12px;
        top: 30px;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 15px;
    }
    .select2-container--default .select2-results > .select2-results__options {
        padding: 5px 0;
    }
    .select2-dropdown {
        border-radius: 10px;
    }
    .select2-results__option {
        padding: 6px 10px;
        font-size: 15px;
    }
    .select2-container--open .select2-dropdown--below,
    .select2-container--open .select2-dropdown--above {
        border-radius: 10px;
    }
    #contactOverlay .overlayWrap {
        padding: 75px 20px 20px;
    }
    .signup-wrap form {
        font-size: 15px;
    }
    .signup-wrap form .field-wrap .field-contents input[type="email"] {
        padding-left: 5px;
    }
    .signup-wrap form .field-shadow {
        left: 5px;
        top: 2px;
        transform: scaleY(1.1) scaleX(1.01);
    }
    #home-hero .txt {
        max-width: 325px;
    }
    #home-about .buckets p {
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
    }
    #home-about .content-rows,
    #home-about p.blue,
    #home-about header,
    #home-about .buckets {
        padding-left: 20px;
        padding-right: 20px;
    }
    #home-about .about-intro header h2 {
        max-width: 250px;
    }
    #home-insights header p {
        width: 100%;
        max-width: 235px;
        margin: 0 auto;
    }
    #page-products #tier-hero .txt {
        padding-left: 20px;
        padding-right: 20px;
        padding-right: 100px;
    }
    #page-products.identity #tier-hero .txt {
        padding-right: 0;
        text-align: center;
    }
    #page-products #footer-cta {
        padding-top: 70px;
        margin-top: 95px;
    }
    #page-products #footer-cta .bg-wrap {
        top: -250px;
    }
    #identity-how header {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
    }
    #identity-uses {
        padding-bottom: 240px;
    }
    #identity-uses h4,
    #identity-uses li {
        font-size: 15px;
    }
    #identity-uses .row-div {
        margin: 20px 0;
    }
    #identity-uses .uses-bullets li {
        padding-bottom: 10px;
    }
    #watchlist-scan .dark-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
    #watchlist-scan h2 {
        padding-right: 50px;
    }
    #watchlist-scan .content-row h3 {
        width: 80%;
    }
    #watchlist-solution {
        padding-bottom: 20px;
    }
    #watchlist-solution header {
        max-width: 285px !important;
    }
    #watchlist-solution .bucket-row {
        padding: 30px 0 40px;
    }
    #watchlist-solution .bucket-row .txt {
        padding: 0px;
    }
    #watchlist-uses .col.txt .icon {
        transform: scale(0.9);
    }
    #page-products.watchlist #footer-cta {
        padding-bottom: 60px;
    }
    #page-products.watchlist #footer-cta h3 {
        max-width: 95%;
        margin-bottom: 20px;
    }
    #page-products.watchlist #footer-cta .logo-group {
        margin: 50px 0 45px;
    }
    #business-about {
        padding-bottom: 35px;
    }
    #business-about header h2 {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0px;
    }
    #business-about .row-div {
        margin-top: 50px;
    }
    #business-about .content-row .col.image {
        margin-bottom: 40px;
    }
    #page-products.business #footer-cta .contentContainer {
        margin-bottom: -120px;
    }
    #page-products.business #footer-cta .header-icon {
        margin-top: -55px;
        margin-bottom: 25px;
    }
    #page-products.business #footer-cta h3 {
        width: 85%;
        margin-bottom: 30px;
    }
    #page-products.business #footer-cta .form-inner {
        padding: 20px 15px;
    }
    #page-products.business #footer-cta .form-wrap .cta-btn {
        margin-top: 50px;
        margin-bottom: 30px;
    }
    #page-products.business #footer-cta .form-shadow {
        transform-origin: left top;
        left: 0px;
        top: 0px;
        transform: scaleX(1.03);
    }
    #business-why {
        padding-bottom: 0px;
    }
    #page-case-studies #tier-hero .bg-image {
        margin-bottom: 25px;
    }
    #page-case-studies #tier-hero header {
        width: 85%;
    }
    #page-case-studies #tier-hero header h2 {
        max-width: 270px;
        margin-left: auto;
        margin-right: auto;
    }
    #page-case-studies #footer-cta .trusted-logo img {
        transform: scale(0.95);
    }
    #page-developers #main .col.contents {
        padding-left: 20px;
        padding-right: 20px;
    }
    #page-developers #footer-cta {
        padding-top: 70px;
        padding-bottom: 60px;
    }
    #page-developers #footer-cta h3 {
        max-width: 280px;
    }
    #page-developers #globalFooter .bgfiller {
        height: 800px;
    }
    #dev-contents h3 {
        margin-bottom: 10px;
    }
    #dev-contents p {
        font-size: 15px;
        line-height: 1.8;
    }
    #dev-contents header p {
        font-size: 18px;
        line-height: 1.83;
    }
    #dev-contents .hero-image {
        width: 110%;
    }
    #dev-contents .bucket-rows {
        margin-top: 30px;
    }
    #dev-contents .bucket-row {
        display: block;
        padding: 28px 0px 20px;
    }
    #dev-contents .bucket-row .txt {
        padding: 0px;
    }
    #dev-contents .bucket-row .icon {
        margin-bottom: 10px;
        margin-left: -5px;
    }
    #dev-contents .bodytext table {
        display: block;
        overflow-x: scroll;
    }
    #dev-contents .bodytext h4 {
        font-size: 16px;
    }
    #dev-contents .bodytext pre code,
    #dev-contents .bodytext pre header {
        padding: 15px;
    }
    #dev-contents .bodytext pre header .copy-cb {
        right: 15px;
        top: 12px;
    }
    #insights-thumbs h3 {
        line-height: 1.83;
    }
    #insights-thumbs header p {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }
    #insights-thumbs .bucket-wrap,
    #insights-thumbs .bucket-contents,
    #insights-thumbs .bucket-txt,
    #insights-thumbs h3 {
        height: auto;
    }
    #page-insights #footer-cta h3 {
        margin-bottom: 20px;
    }
    #insights-hero .printbg img {
        transform: scale(0.5);
        transform-origin: center center;
    }
    #about-team .investors .investor-logo img {
        transform: scale(0.9);
    }
    #about-who .contentContainer {
        width: 100%;
    }
    #page-api #dev-sidebar.sticky {
        top: -57px;
    }
    #page-api #dev-sidebar .logo {
        height: 57px;
        padding: 12px 20px;
    }
    #page-api #dev-sidebar .logo .dsk {
        display: none;
    }
    #page-api #dev-sidebar .logo .mob {
        display: block;
        width: 34px;
        margin-right: 5px;
    }
    #page-api #dev-sidebar .logo span {
        font-size: 15px;
        margin-top: 10px;
    }
    #api-contents {
        padding-top: 105px;
    }
    #api-contents p {
        font-size: 15px;
        line-height: 1.8;
    }
    #api-contents .bodytext h2 {
        margin-bottom: 10px;
    }
    #api-contents .bodytext h2 + p {
        margin-top: 0px;
    }
    #api-contents .bodytext table {
        display: block;
        overflow-x: scroll;
    }
    #api-contents .bodytext h3,
    #api-contents .bodytext h4 {
        font-size: 16px;
    }
    #api-contents .api-row ~ .api-row .col.api-description {
        padding-top: 75px;
    }
    #api-contents .api-code pre code,
    #api-contents .api-code pre header {
        padding: 15px;
    }
    #api-contents .api-code pre header .copy-cb {
        right: 15px;
        top: 12px;
    }
}
/*! MQ: 6 -> 350px */
@media screen and (max-width: 350px) {
    .btn-group .cta-btn + .cta-btn {
        margin-left: 0px;
        margin-top: 20px;
    }
}
/* BROWSER SPECIFIC */
@-moz-document url-prefix() {
    #globalHeader .logo {
        height: 65px;
        padding-top: 1px;
        padding-left: 1px;
    }
}

.centered {
    text-align: center;
}

img.logo-tour {
    width: 386px;
    margin-bottom: 48px;
}

html {
    scroll-behavior: smooth;
}

a.cta-btn {
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
  padding: 0 32px;
  text-transform: uppercase;
  color: #fff;
  background-color: #00bfff;
  border-radius: 48px;
  font-weight: 600;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  letter-spacing: .02rem;
  animation: buyButton 1.5s infinite;
  transition: all .3s ease;
  opacity: 1;
  background-image: url("../../../assets/icons/mix2/arrow-next-hover.svg");
  background-repeat: no-repeat;
  background-position: right -48px center;
  background-size: 24px;
  overflow: hidden;
  white-space: nowrap;
}

.cta-btn:hover:hover {
  padding: 0 64px 0 32px;
  background-position: right 24px center;
  animation: none;
  background-color: #00aaff;
}
