@charset "UTF-8";
[class*=" icon-"]:before {
    font-family: website-general !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h4,
p,
pre,
ul {
    margin-top: 0;
}

p,
pre,
ul {
    margin-bottom: 1rem;
}
img,
svg {
    vertical-align: middle;
}
body {
    text-align: left;
}

h1,
h2,
h4 {
    margin-bottom: 0.5rem;
}
pre {
    overflow: auto;
}

footer,
header,
main,
nav {
    display: block;
}

.button,
[type="button"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
button,
hr {
    overflow: visible;
}
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-xxl: 1600px;
    --font-family-sans-serif: "Source Sans Pro", sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
::after,
::before {
    box-sizing: border-box;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
body {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

ul ul {
    margin-bottom: 0;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}
img {
    border-style: none;
}
svg {
    overflow: hidden;
}
button {
    border-radius: 0;
}
button:focus {
    outline: dotted 1px;
    outline: -webkit-focus-ring-color auto 5px;
}
button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button {
    text-transform: none;
}

.tooltip {
    word-wrap: break-word;
}
[type="button"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
.h1,
.h2,
.h4,
h1,
h2,
h4 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

hr {
    margin-bottom: 1rem;
}
.h1,
h1 {
    font-size: 2.5rem;
}
.h2,
h2 {
    font-size: 2rem;
}
.h4,
h4 {
    font-size: 1.5rem;
}
hr {
    box-sizing: content-box;
    height: 0;
    margin-top: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.container,
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
@media (min-width: 576px) {
    .container {
        max-width: 767px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 991px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 1199px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1559px;
    }
}
@media (min-width: 1600px) {
    .container {
        max-width: 1600px;
    }
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-12,
.col-3,
.col-9,
.col-lg-10,
.col-lg-2,
.col-lg-4,
.col-lg-5,
.col-lg-7,
.col-lg-8,
.col-md-10,
.col-md-12,
.col-md-6,
.col-sm-12,
.col-sm-6,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xxl-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 576px) {
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
}
@media (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .offset-md-1 {
        margin-left: 8.33333%;
    }
}
@media (min-width: 992px) {
    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
}
@media (min-width: 1600px) {
    .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.nav {
    margin-bottom: 0;
}

.nav {
    display: flex;
}
.nav {
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    opacity: 0;
}
@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}
@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
    }
}
.align-items-center {
    align-items: center !important;
}

.footer [class*=" icon-"]:before {
    font-family: website-main !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
}
.styleguide-2019 h1 {
    margin-bottom: 0;
    font-size: 32px;
}
@media screen and (min-width: 360px) {
    .styleguide-2019 h1 {
        font-size: calc(32px + 32 * ((100vw - 360px) / 1240));
        line-height: calc(40px + 40 * ((100vw - 360px) / 1240));
    }
}
@media screen and (min-width: 1600px) {
    .styleguide-2019 h1 {
        font-size: 64px;
        line-height: 80px;
    }
}
.styleguide-2019 h2 {
    margin-bottom: 0;
    font-size: 28px;
}
@media screen and (min-width: 360px) {
    .styleguide-2019 h2 {
        font-size: calc(28px + 20 * ((100vw - 360px) / 1240));
        line-height: calc(35px + 25 * ((100vw - 360px) / 1240));
    }
}
@media screen and (min-width: 1600px) {
    .styleguide-2019 h2 {
        font-size: 48px;
        line-height: 60px;
    }
}
.styleguide-2019 h4 {
    margin-bottom: 0;
    font-size: 21px;
}
@media screen and (min-width: 360px) {
    .styleguide-2019 h4 {
        font-size: calc(21px + 7 * ((100vw - 360px) / 1240));
        line-height: calc(26px + 9 * ((100vw - 360px) / 1240));
    }
}
@media screen and (min-width: 1600px) {
    .styleguide-2019 h4 {
        font-size: 28px;
        line-height: 35px;
    }
}

.styleguide-2019 p {
    margin-bottom: 0;
    color: #53678c;
    font-size: 16px;
}
body,
html {
    min-height: 100%;
    position: relative;
    margin: 0;
    background-color: #fdfeff;
}
body {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
    color: #1b294b;
}
.header {
    min-height: 80px;
}
.no-padding {
    padding: 0 !important;
}
@media (min-width: 1600px) {
    .styleguide-2019 .container,
    .styleguide-2019 .container-fluid {
        padding-left: 104px;
        padding-right: 104px;
    }
}
@media (min-width: 1200px) and (max-width: 1599px) {
    .styleguide-2019 .container,
    .styleguide-2019 .container-fluid {
        padding-left: 88px;
        padding-right: 88px;
    }
}
@media (min-width: 361px) and (max-width: 1199px) {
    .styleguide-2019 .container,
    .styleguide-2019 .container-fluid {
        padding-left: 48px;
        padding-right: 48px;
    }
}
@media (max-width: 360px) {
    .styleguide-2019 .container,
    .styleguide-2019 .container-fluid {
        padding-left: 24px;
        padding-right: 24px;
    }
}

.styleguide-2019 [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}
.styleguide-2019 .container-fluid {
    max-width: none;
}
.styleguide-2019 .row {
    margin-left: auto;
    margin-right: auto;
}
.styleguide-2019.terms p {
  margin-bottom: 15px;
  color: #53678c;
}
.styleguide-2019.terms ul {
  color: #53678c;
}
.styleguide-2019.terms li {
  color: #53678c;
}
.styleguide-2019.terms h3 {
  margin-top: 20px;
}
.styleguide-2019.terms h1 {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (min-width: 360px) {

    .styleguide-2019 p, .styleguide-2019 ul, .styleguide-2019 li {
        font-size: calc(16px + 6 * ((100vw - 360px) / 1240));
        line-height: calc(26px + 10 * ((100vw - 360px) / 1240));
    }
}
@media screen and (min-width: 1600px) {

    .styleguide-2019 p {
        font-size: 22px;
        line-height: 36px;
    }
}
@keyframes slideInToLeft {
    0% {
        transform: translate(500px);
    }
    80% {
        transform: translate(-8px);
    }
    100% {
        transform: translate(0);
    }
}
@keyframes slideInToRight {
    0% {
        transform: translate(-500px);
    }
    80% {
        transform: translate(8px);
    }
    100% {
        transform: translate(0);
    }
}
@keyframes slideOutToRight {
    0% {
        transform: translate(0);
    }
    100% {
        transform: translate(500px);
    }
}
@keyframes slideOutToLeft {
    0% {
        transform: translate(0);
    }
    100% {
        transform: translate(-500px);
    }
}
.footer {
    border-top: 2px solid #00bfff;
    padding-top: 32px;
    padding-right: 42px;
    padding-left: 42px;
}
@media screen and (min-width: 360px) {
    .footer {
        padding-top: calc(32px + 28 * ((100vw - 360px) / 1240));
        padding-right: calc(42px + 18 * ((100vw - 360px) / 1240));
        padding-left: calc(42px + 18 * ((100vw - 360px) / 1240));
    }
}
@media screen and (min-width: 1600px) {
    .footer {
        padding-top: 60px;
        padding-right: 60px;
        padding-left: 60px;
    }
}
.footer__fullwidth-line {
    display: none;
    width: 200%;
    margin: 0 0 0 -50%;
    border-top: 2px solid #f1f3f4;
}
@media (max-width: 1199px) {
    .footer__fullwidth-line {
        display: block;
    }
}
.footer .footer-category__list {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer .footer-category__list--inline {
    width: inherit;
}
@media (min-width: 1200px) {
    .footer .footer-category__list--inline {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}
@media (min-width: 650px) and (max-width: 1199px) {
    .footer .footer-category__list--inline {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }
}
.footer .footer-category__list--inline li {
    display: inline;
}
@media (max-width: 767px) {
    .footer .footer-category__list--inline li {
        display: block;
    }
}
@media (max-width: 1199px) {
    .footer__bottom-wrapper {
        text-align: center;
    }
}
.footer__bottom-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
}
@media screen and (min-width: 360px) {
    .footer__bottom-wrapper {
        padding-top: calc(24px + 8 * ((100vw - 360px) / 1240));
        padding-bottom: calc(24px + 8 * ((100vw - 360px) / 1240));
    }
}
@media screen and (min-width: 1600px) {
    .footer__bottom-wrapper {
        padding-top: 32px;
        padding-bottom: 32px;
    }
}
.footer__column-copyright {
    display: flex;
    align-items: center;
    padding-left: 0;
}
@media (max-width: 1199px) {
    .footer__column-copyright {
        justify-content: center;
        margin-bottom: 26px;
    }
}
@media screen and (max-width: 1199px) and (min-width: 360px) {
    .footer__column-copyright {
        margin-bottom: calc(26px + 16 * ((100vw - 360px) / 1240));
    }
}
@media screen and (max-width: 1199px) and (min-width: 1600px) {
    .footer__column-copyright {
        margin-bottom: 42px;
    }
}
@media (max-width: 767px) {
    .footer__column-copyright {
        padding-right: 0;
    }
}
.footer__column-legal {
    padding-right: 0;
}
.footer__copyright-text {
    font-style: italic;
    font-size: 14px;
    line-height: 26px;
    color: #53678c;
    margin: 0;
}
.footer__legal-page {
    display: inline-block;
    color: #1e94f3;
    padding: 0 !important;
    font-size: 16px;
    line-height: 24px;
}
@media (min-width: 1200px) {
    .footer__legal-page {
        margin-right: 32px;
    }
}
@media (max-width: 649px) {
    .footer__legal-page {
        margin-bottom: 26px;
    }
}
.footer__legal-page::after {
    content: "";
    position: relative;
    float: left;
    top: -1px;
    background: #00bfff;
    width: 100%;
    height: 1px;
    border-radius: 3px;
}
.footer__legal-page:hover {
    color: #0d45a1;
    background-color: transparent;
    text-decoration: none;
}
.footer__legal-page:hover::after {
    background: #80dbff;
}
.button {
    align-items: center;
}

.button {
    text-transform: uppercase;
}
@media (max-width: 1200px) {
    .footer {
        overflow: hidden;
    }
}
.button {
    display: inline-flex;
    text-decoration: none;
    border-radius: 100px;
    border: 2px solid transparent;
}
.button:hover {
    text-decoration: none;
}
.button--primary {
    background-color: #00bfff;
    color: #fff;
}
.button--primary:hover {
    color: #fdfeff;
    background-color: #00a5f1;
}
.button--primary--inverted {
    background-color: #fdfeff;
    color: #1b294b;
    -webkit-box-shadow: 0 2px 3px 0 rgba(15, 22, 41, 0.2);
    -moz-box-shadow: 0 2px 3px 0 rgba(15, 22, 41, 0.2);
    box-shadow: 0 2px 3px 0 rgba(15, 22, 41, 0.2);
}
.button--primary--inverted:hover {
    color: #1b294b;
    background-color: #f1f3f4;
}
.button--large {
    font-weight: 700;
    font-size: 18px;
    height: 40px;
}
@media screen and (min-width: 360px) {
    .button--large {
        font-size: calc(18px + 8 * ((100vw - 360px) / 1240));
        line-height: calc(1 + 0 * ((100vw - 360px) / 1240));
        height: calc(40px + 16 * ((100vw - 360px) / 1240));
    }
}
@media screen and (min-width: 1600px) {
    .button--large {
        font-size: 26px;
        line-height: 1;
        height: 56px;
    }
}
@media (min-width: 1200px) {
    .button--large {
        padding: 0 28px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .button--large {
        padding: 0 24px;
    }
}
@media (min-width: 361px) and (max-width: 767px) {
    .button--large {
        padding: 0 23px;
    }
}
@media (max-width: 360px) {
    .button--large {
        padding: 0 20px;
        font-size: 16px;
    }
}
@media (max-width: 320px) {
    .button--large {
        padding: 0 12px;
        font-size: 14px;
    }
}
.button--medium {
    font-weight: 700;
    font-size: 14px;
    height: 32px;
}
@media screen and (min-width: 360px) {
    .button--medium {
        font-size: calc(14px + 4 * ((100vw - 360px) / 1240));
        line-height: calc(1 + 0 * ((100vw - 360px) / 1240));
        height: calc(32px + 8 * ((100vw - 360px) / 1240));
    }
}
@media screen and (min-width: 1600px) {
    .button--medium {
        font-size: 18px;
        line-height: 1;
        height: 40px;
    }
}
@media (min-width: 1200px) {
    .button--medium {
        padding: 7px 20px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .button--medium {
        padding: 7px 19px;
    }
}
@media (min-width: 361px) and (max-width: 767px) {
    .button--medium {
        padding: 6px 17px;
    }
}
@media (max-width: 360px) {
    .button--medium {
        padding: 5px 16px;
    }
}

.styleguide-2019 .heading-h2--center {
    text-align: center;
}
.styleguide-2019 .heading-h1,
.styleguide-2019 .heading-h2 {
    font-weight: 900;
}

.styleguide-2019 .heading-h4 {
    font-weight: 700;
}
.styleguide-2019 .heading-h1--white {
    color: #fff;
}
.styleguide-2019 .pre-header {
    color: #53678c;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 5px;
    opacity: 1;
}
.header-logo {
    display: flex;
    align-items: center;
    height: 80px;
    justify-content: flex-start;
    padding: 20px;
}
@media (max-width: 767px) {
    .header-logo {
        height: 64px;
        padding: 16px;
    }
}
@media (max-width: 575px) {
    .header-logo {
        height: 56px;
        padding: 16px;
    }
}
.header-logo .egoditor-logo {
    position: relative;
    white-space: nowrap;
    width: 285px;
    height: 40px;
}
@media (max-width: 767px) {
    .header-logo .egoditor-logo {
        height: 32px;
    }
}
@media (max-width: 576px) {
    .header-logo .egoditor-logo {
        height: 24px;
    }
}
.header-logo .egoditor-logo:hover {
    text-decoration: none;
}
.header-logo .egoditor-logo__mark {
    height: 40px;
}
@media (max-width: 767px) {
    .header-logo .egoditor-logo__mark {
        height: 32px;
    }
}
.header-logo .egoditor-logo__text {
    display: flex;
    position: absolute;
    left: 48px;
    color: #1b294b;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    top: 0;
    letter-spacing: -0.05em;
}
@media (max-width: 767px) {
    .header-logo .egoditor-logo__text {
        font-size: 19px;
        left: 38px;
    }
}
@media (max-width: 576px) {
    .header-logo .egoditor-logo__mark {
        height: 24px;
    }
    .header-logo .egoditor-logo__text {
        display: none;
    }
    .header-logo .display-full .egoditor-logo__text {
        display: flex;
    }
}
.header-logo--pro .egoditor-logo {
    width: 300px;
    height: 32px;
}
@media (max-width: 767px) {
    .header-logo--pro .egoditor-logo {
        width: 225px;
        height: 24px;
    }
}
.header-logo--pro .egoditor-logo__text {
    font-size: 27px;
    left: 44px;
    top: 1px;
    letter-spacing: -0.02em;
}
.header-logo--pro .egoditor-logo__mark {
    height: 32px;
}
@media (max-width: 767px) {
    .header-logo--pro .egoditor-logo__text {
        font-size: 21px;
        letter-spacing: -0.04em;
        top: 1px;
        left: 34px;
    }
    .header-logo--pro .egoditor-logo__mark {
        height: 24px;
    }
}
.header-logo--pro .egoditor-logo__pro-tag {
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #fff;
    top: -1px;
    right: 3px;
    padding: 0 5px;
    font-weight: 700;
    position: absolute;
    background-color: #00bfff;
    border-radius: 4px;
    height: 16px;
}
@media (max-width: 767px) {
    .header-logo--pro .egoditor-logo__pro-tag {
        height: 12px;
        font-size: 9px;
        line-height: 12px;
        border-radius: 2px;
        padding: 0 3px;
    }
}
@media (max-width: 575px) {
    .header-logo--pro .egoditor-logo__pro-tag {
        left: 32px;
        top: 6px;
        right: inherit;
    }
    .header-logo--pro .display-full .egoditor-logo__pro-tag {
        left: unset;
        top: -1px;
        right: 3px;
    }
}
@keyframes animateLeftToRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        background-position: -807px 0;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        background-position: 807px 0;
    }
}
@keyframes qr-spinner-animation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
        visibility: hidden;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}
@keyframes onAlpha {
    0%,
    10%,
    80% {
        opacity: 0;
    }
    20%,
    70% {
        opacity: 1;
    }
}
@keyframes offAlpha {
    0%,
    10%,
    80% {
        opacity: 1;
    }
    20%,
    70% {
        opacity: 0;
    }
}
@keyframes ballMove {
    0%,
    10%,
    80% {
        transform: translateX(0);
        fill: #a5a6a7;
    }
    20%,
    70% {
        transform: translateX(52px);
        fill: #fff;
    }
}
@keyframes toggleBgColor {
    0%,
    10%,
    80% {
        fill: #d4d4d4;
    }
    20%,
    70% {
        fill: #1974d2;
    }
}
@keyframes textColor {
    0%,
    10%,
    80% {
        fill: #c0ced5;
    }
    20%,
    70% {
        fill: #53678c;
    }
}
@keyframes mask-animation {
    0%,
    10%,
    80% {
        clip-path: inset(0 100% 0 0);
    }
    20%,
    70% {
        clip-path: inset(0);
    }
}
@keyframes slideDown {
    0% {
        transform: translateY(-20%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes opacityChange1 {
    0% {
        opacity: 1;
    }
    8% {
        opacity: 0.25;
    }
}
@keyframes opacityChange2 {
    0%,
    24% {
        opacity: 0.25;
    }
    16%,
    8% {
        opacity: 1;
    }
}
@keyframes opacityChange3 {
    0%,
    16%,
    40% {
        opacity: 0.25;
    }
    24%,
    32% {
        opacity: 1;
    }
}
@keyframes opacityChange4 {
    0%,
    32%,
    56% {
        opacity: 0.25;
    }
    40%,
    48% {
        opacity: 1;
    }
}
@keyframes opacityChange5 {
    0%,
    48%,
    72% {
        opacity: 0.25;
    }
    56%,
    64% {
        opacity: 1;
    }
}
@keyframes opacityChange6 {
    0%,
    64%,
    88% {
        opacity: 0.25;
    }
    72%,
    80% {
        opacity: 1;
    }
}
@keyframes opacityChange7 {
    0%,
    80% {
        opacity: 0.25;
    }
    100%,
    88% {
        opacity: 1;
    }
}
@keyframes slideMove {
    0% {
        transform: translate(0, 0);
    }
    16%,
    8% {
        transform: translate(-244px, 0);
    }
    24%,
    32% {
        transform: translate(calc(2 * -244px), 0);
    }
    40%,
    48% {
        transform: translate(calc(3 * -244px), 0);
    }
    56%,
    64% {
        transform: translate(calc(4 * -244px), 0);
    }
    72%,
    80% {
        transform: translate(calc(5 * -244px), 0);
    }
    100%,
    88% {
        transform: translate(calc(6 * -244px), 0);
    }
}
@keyframes codeMiddle {
    10%,
    100% {
        opacity: 1;
    }
    15%,
    95% {
        opacity: 0;
    }
}
@keyframes logoGlobalanim {
    10%,
    100% {
        opacity: 0;
    }
    15%,
    85% {
        opacity: 1;
    }
}
@keyframes opacityChangeShape1 {
    0%,
    15% {
        opacity: 1;
    }
    100%,
    20% {
        opacity: 0;
    }
}
@keyframes opacityChangeShape2 {
    0%,
    15%,
    45% {
        opacity: 0;
    }
    20%,
    40% {
        opacity: 1;
    }
}
@keyframes opacityChangeShape3 {
    0%,
    35%,
    65% {
        opacity: 0;
    }
    40%,
    60% {
        opacity: 1;
    }
}
@keyframes opacityChangeShape4 {
    0%,
    55%,
    85% {
        opacity: 0;
    }
    60%,
    80% {
        opacity: 1;
    }
}
@keyframes opacityChangeShape5 {
    0%,
    75% {
        opacity: 0;
    }
    100%,
    80% {
        opacity: 1;
    }
}


.feature-page__content-rows {
    overflow: hidden;
}

.feature-page .more_than_black_white .content-row__image {
    box-shadow: 0 2px 11px 0 rgba(164, 171, 186, 0.4);
}
.feature-page__onestop {
    text-align: center;
    margin-top: 104px;
    padding-bottom: 60px;
    min-height: 700px;
}
@media (max-width: 1199px) {
    .feature-page__onestop {
        min-height: 600px;
    }
    .feature-page .more_than_black_white .content-row__image {
        width: 80%;
    }
}
@media (max-width: 991px) {
    .feature-page__onestop {
        min-height: 300px;
    }
    .feature-page .more_than_black_white .content-row__image {
        float: left;
    }
}
@media (max-width: 575px) {
    .feature-page__onestop {
        margin-top: 30px;
        min-height: auto;
    }
}
.feature-page .more_than_black_white .content-row__image-container {
    padding: 20px 0 0;
}
.feature-page .more_than_black_white .content-row__parallax-img {
    max-width: 349px;
    float: right;
    right: 55px;
    top: 170px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
    .feature-page .more_than_black_white .content-row__parallax-img {
        right: 35px;
        max-width: 270px;
    }
}
@media (max-width: 700px) {
    .feature-page .more_than_black_white .content-row__parallax-img {
        top: 70px;
        max-width: 230px;
    }
}
@media (max-width: 500px) {
    .feature-page .more_than_black_white .content-row__parallax-img {
        max-width: 190px;
        top: 20px;
    }
}
@media (max-width: 1199px) {
    .feature-page .more_than_black_white .content-row__parallax-img {
        right: -5px;
    }
    .feature-page .actionable_insights .content-row__image-container {
        padding-left: 40px;
    }
}
.feature-page .actionable_insights .content-row__image {
    z-index: inherit;
    float: inherit;
    height: 440px;
}
.feature-page .actionable_insights .content-row__parallax-img {
    max-width: 180px;
    left: -20px;
    bottom: 100px;
    box-shadow: 0 2px 11px 0 rgba(164, 171, 186, 0.4);
}
@media (max-width: 500px) {
    .feature-page .actionable_insights .content-row__parallax-img {
        max-width: 90px;
    }
}
@media (max-width: 991px) {
    .feature-page .actionable_insights .content-row__image {
        height: auto;
        width: 95%;
    }
    .feature-page .next_gen_qr .content-row__image {
        margin: 0 auto 56px;
    }
}
.feature-page .button {
    text-align: center;
}

.styleguide-2019 {
    overflow: hidden;
}
@keyframes animIconPDF {
    0%,
    95% {
        opacity: 0;
        top: 22%;
    }
    100% {
        opacity: 1;
        top: 24.17%;
    }
}
@keyframes animIconVideo {
    0%,
    95% {
        opacity: 0;
        top: 22%;
    }
    100% {
        opacity: 1;
        top: 24.17%;
    }
}
@keyframes animIconVcardPlus {
    0%,
    95% {
        opacity: 0;
        top: 23%;
    }
    100% {
        opacity: 1;
        top: 25%;
    }
}
@keyframes animIconSocialMedia {
    0%,
    95% {
        opacity: 0;
        top: 21%;
    }
    100% {
        opacity: 1;
        top: 23%;
    }
}
@keyframes animIconBusinessPage {
    0%,
    95% {
        opacity: 0;
        top: 22%;
    }
    100% {
        opacity: 1;
        top: 24.17%;
    }
}
@keyframes opacityAim {
    0%,
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes opacityCamera {
    0%,
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes animApp {
    0%,
    65% {
        opacity: 0;
        transform: translate(447px);
    }
    80% {
        opacity: 1;
        transform: translate(447px);
    }
    100% {
        transform: translate(128px);
    }
}
@keyframes animHand {
    0%,
    80% {
        transform: translate(315px);
    }
    100% {
        transform: translate(0);
    }
}
@keyframes animTip {
    0%,
    95% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@media (max-width: 1300px) {
    @keyframes animHand {
        0%,
        80% {
            transform: translate(260px);
        }
        100% {
            transform: translate(0);
        }
    }
    @keyframes animApp {
        0%,
        65% {
            opacity: 0;
            transform: translate(368px);
        }
        80% {
            opacity: 1;
            transform: translate(368px);
        }
        100% {
            transform: translate(108px);
        }
    }
}

.navigation__list {
    padding: 0;
    list-style: none;
}
.navigation {
    /*border-bottom: 1px solid #f1f3f4;*/
}
.navigation__wrapper {
    position: unset;
    padding-right: 0;
}
.navigation__list {
    display: flex;
    justify-content: flex-end;
    height: 100%;
    margin: 0;
}
.navigation__signup-button {
    padding: 20px 16px;
    white-space: nowrap;
}
@media (max-width: 991px) {
    .navigation__signup-button {
        display: flex;
        align-items: center;
        padding: 0;
        margin: 0 12px;
    }
}
.navigation .egoditor-logo__mark--white {
    display: none;
}
.navigation--inverted {
    /*border-bottom: 1px solid rgba(241, 243, 244, 0.25);*/
}
.navigation--inverted .egoditor-logo__mark--white {
    display: block;
}
.navigation--inverted .egoditor-logo__text {
    color: #fff;
}

.navigation--inverted .egoditor-logo__pro-tag {
    background-color: #fff;
}
.navigation--inverted .button--primary {
    background-color: #fdfeff;
    color: #1b294b;
    box-shadow: 0 2px 3px 0 rgba(15, 22, 41, 0.2);
}
@keyframes chevronBounceRightOld {
    0%,
    100% {
        left: 8px;
    }
    50% {
        left: 16px;
    }
}
@keyframes chevronBounceRight {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: 4px;
    }
}
@keyframes chevronBounceLeft {
    0%,
    100% {
        right: 0;
    }
    50% {
        right: 4px;
    }
}
@keyframes chevronBounceDown {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(10px);
    }
}
.styleguide-2019 .hero {
    display: flex;
    align-items: center;
    color: #fdfeff;
    overflow: hidden;
    min-height: 526px;
}
@media (max-width: 1199px) {
    .styleguide-2019 .hero {
        padding-top: 0;
        min-height: 510px;
    }
}
@media (max-width: 991px) {
    .styleguide-2019 .hero {
        padding-top: 50px;
        text-align: center;
    }
}
.styleguide-2019 .hero--bg-blue {
    background-color: #1974d2;
}
@media (max-width: 768px) {
    .styleguide-2019 .hero {
        padding-top: 64px;
    }
}
.styleguide-2019 .hero__header {
    margin-bottom: 16px;
}
@media (max-width: 575px) {
    .styleguide-2019 .hero {
        padding-top: 0px;
        min-height: 432px;
    }
    .styleguide-2019 .hero__header {
        margin: 20px 0;
    }
}
.styleguide-2019 .hero__text {
    color: #fdfeff;
    font-weight: 300;
    line-height: 1.6em;
    letter-spacing: -0.1px;
    margin-bottom: 60px;
}
.styleguide-2019 .hero-new .hero__text {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
    .styleguide-2019 .hero__text {
        max-width: 528px;
        margin-bottom: 38px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media (max-width: 575px) {
    .styleguide-2019 .hero__text {
        margin-bottom: 20px;
    }
}
.styleguide-2019 .feature-list {
    padding: 30px 0;
}
.styleguide-2019 .feature-list__feature {
    padding: 0 48px;
    margin: 75px 0;
}
@media (min-width: 992px) and (max-width: 1599px) {
    .styleguide-2019 .feature-list__feature {
        padding: 0 24px;
    }
}
@media (max-width: 991px) {
    .styleguide-2019 .feature-list__feature {
        padding: 0 15px;
    }
}
@media (min-width: 1600px) {
    .styleguide-2019 .feature-list__feature {
        margin: 64px 0;
    }
}
@media (max-width: 1199px) {
    .styleguide-2019 .feature-list__feature {
        margin: 35px 0;
    }
}
.styleguide-2019 .feature-list__image {
    width: 96px;
    height: 96px;
}
.styleguide-2019 .feature-list__text {
    color: #53678c;
}
.styleguide-2019 .feature-list__header {
    margin: 16px 0;
}
.styleguide-2019 .content-row {
    margin: 0;
    padding: 130px 0;
}
@media (max-width: 1199px) {
    .styleguide-2019 .content-row {
        padding: 100px 0;
    }
}
@media (max-width: 991px) {
    .styleguide-2019 .content-row {
        padding: 32px 0 64px;
    }
}
@media (max-width: 576px) {
    .styleguide-2019 .content-row {
        padding: 8px 0 32px;
    }
}
.styleguide-2019 .content-row--grey-bg {
    background-color: #f7f8f9;
    padding: 80px 100vw;
    margin: 0 -100vw !important;
}
@media (max-width: 991px) {
    .styleguide-2019 .content-row--grey-bg {
        padding: 32px 100vw 64px;
    }
    .styleguide-2019 .content-row__image {
        margin: 0 auto 24px;
        order: 2;
    }
}
@media (max-width: 576px) {
    .styleguide-2019 .content-row--grey-bg {
        padding: 8px 100vw 32px;
    }
}
.styleguide-2019 .content-row__image-container {
    text-align: center;
    order: 2;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
}
.styleguide-2019 .content-row__image {
    position: relative;
    z-index: 3;
    box-shadow: none;
    border-radius: initial;
}
.styleguide-2019 .content-row__image--left {
    float: left;
    margin-right: 30px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
    .styleguide-2019 .content-row__image--left {
        max-width: 376px;
    }
}
.styleguide-2019 .content-row__text-container {
    display: flex;
    align-items: center;
    justify-content: center;
    order: 3;
    padding: 0 72px;
}
.styleguide-2019 .content-row__text-container--left {
    order: 1;
}
@media (max-width: 1200px) {
    .styleguide-2019 .content-row__text-container {
        padding: 0 32px;
    }
}
@media (max-width: 991px) {
    .styleguide-2019 .content-row__image--left {
        margin-right: 0;
    }
    .styleguide-2019 .content-row__text-container {
        padding: 0;
        order: 3;
    }
    .styleguide-2019 .content-row__text {
        padding: 0;
    }
}
@media (max-width: 767px) {
    .styleguide-2019 .content-row__text-container {
        max-width: 488px !important;
        margin: 0 auto;
    }
}
.styleguide-2019 .content-row__text-wrapper {
    max-width: none;
    text-align: left;
    overflow: auto;
}
.styleguide-2019 .content-row__text {
    margin: 24px 0;
    color: #53678c;
}
.styleguide-2019 .content-row__text a {
    font-weight: 600;
    color: #5ab7e5;
    cursor: pointer;
    text-decoration: none;
}
.styleguide-2019 .content-row__parallax-img {
    position: absolute;
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
@keyframes animateLeftToRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        background-position: -807px 0;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        background-position: 807px 0;
    }
}
.list {
    list-style: none;
    padding-top: 20px;
}
@media (max-width: 360px) {
    .list {
        padding-inline-start: 20px;
    }
}
@media screen and (min-width: 360px) {
    .list {
        padding-top: calc(20px + 12 * ((100vw - 360px) / 1240));
    }
}
@media screen and (min-width: 1600px) {
    .list {
        padding-top: 32px;
    }
}
