@import "../bootstrap/css/bootstrap.min.css";
@import "../fontawesome/css/all.css";
@import "../css/custom.css";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
#system-message-container {
    background: #f5f7fd;
    overflow: hidden;
}
#system-message-container > div {
    padding: 0 15px;
}
#system-message-container > div > div {
    max-width: 600px;
    margin: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
    background: #fff;
    box-shadow: 3px 2px 12px -3px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 3px 2px 12px -3px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 3px 2px 12px -3px rgba(0, 0, 0, 0.19);
    border-radius: 10px;
}
.video-modal:hover {
    cursor: pointer;
}
.ps-modal-embed {
    display: none !important;
}
.ps-modal-overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background: rgba(255, 255, 255, 0.8);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
}
.ps-modal-overlay .ps-modal-content {
    padding: 40px !important;
    position: relative;
    display: none;
}
@media (max-width: 767px) {
    .ps-modal-overlay .ps-modal-content {
        width: 100%;
    }
    .ps-modal-overlay .ps-modal-content iframe {
        width: 100% !important;
        height: calc(100vw / 2) !important;
    }
}
@media screen and (max-width: 991px) and (orientation: landscape) {
    .ps-modal-overlay .ps-modal-content {
        max-height: 340px;
    }
    .ps-modal-overlay .ps-modal-content iframe {
        max-height: 260px;
        max-width: calc(260px * 640 / 360);
    }
}
.ps-modal-overlay .close-modal {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(../images/menu-close-blue.svg) center no-repeat;
    background-size: cover;
    transition: all 0.2s;
}
.ps-modal-overlay .close-modal:hover {
    opacity: 0.6;
    transition: all 0.2s;
}
.billing-toggle {
    text-align: center;
    margin-bottom: 30px;
}
.billing-toggle > span,
.billing-toggle label {
    vertical-align: middle;
}
.billing-toggle > span {
    margin: 0 10px;
    position: relative;
    top: -3px;
    color: #2c2b54;
    font-weight: 700;
    font-size: 0.9rem;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2c2b54;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
input:checked + .slider {
    background-color: #05c0bd;
}
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
ul.rssocial-sharing {
    padding: 0;
}
ul.rssocial-sharing li span {
    vertical-align: top !important;
}
a.rssocial-link {
    border-radius: 25%;
}
.pagination {
    justify-content: center;
    color: #2c2b54;
}
.pagination p {
    display: none;
}
.pagination ul {
    padding-left: 0;
}
.pagination ul li {
    display: inline-block;
    list-style: none;
    padding: 0 0.25rem;
    color: #757575;
}
.pagination ul li a {
    color: #05c0bd;
}
@media (max-width: 1199px) and (min-width: 1060px) {
    html:lang(en-gb) header .custom img {
        max-width: 150px;
    }
}
@media (max-width: 1199px) and (min-width: 1060px) {
    html:lang(nl-nl) header .custom img {
        max-width: 150px;
    }
}
@media (min-width: 1200px) {
    html:lang(fr-fr) header .custom img {
        max-width: 160px;
    }
}
@media (max-width: 1199px) and (min-width: 1060px) {
    html:lang(fr-fr) header .custom img {
        max-width: 150px;
    }
}
html:lang(fr-fr) header nav ul li {
    font-size: 0.8rem;
}
@media (max-width: 1199px) and (min-width: 1060px) {
    html:lang(fr-fr) header nav ul li {
        font-size: 0.75rem;
    }
    html:lang(fr-fr) header nav ul li.parent ul li {
        font-size: 0.75rem;
    }
}
body > footer {
    background: #2c2b54;
    background: -moz-linear-gradient(138deg, #2c2b54 0%, #563a78 100%);
    background: -webkit-linear-gradient(138deg, #2c2b54 0%, #563a78 100%);
    background: linear-gradient(138deg, #2c2b54 0%, #563a78 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2c2b54",endColorstr="#563a78",GradientType=1);
    color: #fff;
}
body > footer > .container {
    padding: 3rem 0;
    overflow: hidden;
}
body > footer > .container h3,
body > footer > .container p,
body > footer > .container li,
body > footer > .container span {
    font-size: 0.9rem;
    color: #fff;
}
body > footer > .container h3 a,
body > footer > .container p a,
body > footer > .container li a,
body > footer > .container span a {
    color: #fff;
}
body > footer > .container h3 a:hover,
body > footer > .container p a:hover,
body > footer > .container li a:hover,
body > footer > .container span a:hover {
    color: #fff;
    text-decoration: underline;
}
body > footer > .container h3 {
    font-size: 1.2rem;
    margin-bottom: 0.9rem;
}
body > footer > .container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
body > footer > .container ul li {
    padding: 0;
    margin: 0;
    padding: 0.1rem 0;
}
body > footer > .container .custom.row > .col > div + div {
    margin-top: 3rem;
}
@media (max-width: 991px) {
    body > footer > .container .custom.row {
        flex-wrap: wrap;
        margin: 0 !important;
    }
    body > footer > .container .custom.row > .col {
        order: 2;
        width: 50%;
        flex-basis: unset;
    }
    body > footer > .container .custom.row > .col:first-child {
        width: 100%;
        display: flex;
        margin-bottom: 30px;
    }
    body > footer > .container .custom.row > .col:first-child > div {
        width: 50%;
    }
    body > footer > .container .custom.row > .col:first-child > div:last-child {
        margin-top: 0;
        padding-left: 15px;
    }
    body > footer > .container .custom.row > .col:last-child {
        order: 1;
        margin-bottom: 30px;
    }
}
body > footer #copyright {
    padding: 2rem 0;
    background: #fff;
    color: #2c2b54;
}
body > footer #copyright h3,
body > footer #copyright p,
body > footer #copyright a,
body > footer #copyright li,
body > footer #copyright span {
    color: #2c2b54;
    font-size: 0.9rem;
    margin: 0;
}
body > footer #copyright .custom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
body > footer #copyright .custom:last-child ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
body > footer #copyright .custom:last-child ul li {
    margin-left: 30px;
}
@media (max-width: 991px) {
    body > footer #copyright .custom {
        flex-wrap: wrap;
        flex-wrap: wrap-reverse;
    }
    body > footer #copyright .custom p {
        text-align: center;
    }
    body > footer #copyright .custom:last-child ul {
        margin-bottom: 20px;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    body > footer #copyright .custom:last-child ul li {
        margin-left: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    body > footer #copyright .custom .col {
        width: 100%;
        flex-basis: unset;
    }
}
body > footer > .container > .row {
    display: block;
    padding: 0;
    margin: 0;
}
body > footer > .container > .row > .row > div:first-child {
    padding-right: 5%;
}
body > footer > .container > .row > .row > div:first-child .nav.menu {
    display: flex;
    justify-content: space-between;
    padding: 0;
}
body > footer > .container > .row > .row > div:first-child .nav.menu > li {
    padding: 0;
}
body > footer > .container > .row > .row > div:first-child .nav.menu > li .nav-header {
    font-size: 1.2rem;
    margin-bottom: 0.9rem;
    display: block;
    font-weight: 500;
    line-height: normal;
}
@media (max-width: 991px) {
    body > footer > .container > .row > .row {
        flex-wrap: wrap;
    }
    body > footer > .container > .row > .row > div {
        order: 1;
        max-width: 100%;
        width: 100%;
        flex: 100%;
    }
    body > footer > .container > .row > .row > div:first-child {
        order: 2;
        margin-top: 2rem;
    }
    body > footer > .container > .row > .row > div:first-child .nav.menu {
        display: block;
    }
    body > footer > .container > .row > .row > div:first-child .nav.menu > li {
        margin-bottom: 20px;
    }
}
@media (max-width: 991px) {
    body > footer > .container {
        padding: 3rem 15px;
    }
}
body.outline-home #lottie-arrow1 {
    position: absolute;
    left: 600px;
    height: 50px;
    width: 1160px;
    display: block;
    z-index: 2;
    top: 350px;
    transform: translateX(-110%);
}
body.outline-home #lottie-arrow1 svg {
    overflow: visible !important;
}
@media (max-width: 991px) {
    body.outline-home #lottie-arrow1 {
        display: none;
    }
}
body.outline-home #lottie-arrow2 {
    position: absolute;
    right: -564px;
    height: 176px;
    width: 1092px;
    display: block;
    z-index: 2;
    top: -115px;
    display: block;
}
body.outline-home #lottie-arrow2 svg {
    overflow: visible !important;
}
@media (max-width: 1199px) {
    body.outline-home #lottie-arrow2 {
        top: -80px;
    }
}
@media (max-width: 991px) {
    body.outline-home #lottie-arrow2 {
        display: none;
    }
}
body.outline-home #lottie-arrow3 {
    position: absolute;
    left: -515px;
    height: 290px;
    width: 1089px;
    display: block;
    z-index: 2;
    top: -115px;
    display: block;
}
body.outline-home #lottie-arrow3 svg {
    overflow: visible !important;
}
@media (max-width: 1199px) {
    body.outline-home #lottie-arrow3 {
        top: -70px;
        left: -125px;
    }
}
@media (max-width: 991px) {
    body.outline-home #lottie-arrow3 {
        display: none;
    }
}
body.outline-home #lottie-arrow4 {
    position: absolute;
    right: -603px;
    height: 51px;
    width: 1120px;
    display: block;
    z-index: 2;
    bottom: -60px;
    display: block;
}
body.outline-home #lottie-arrow4 svg {
    overflow: visible !important;
}
@media (max-width: 1199px) {
    body.outline-home #lottie-arrow4 {
        right: -695px;
    }
}
@media (max-width: 991px) {
    body.outline-home #lottie-arrow4 {
        display: none;
    }
}
body.outline-large-enterprise #lottie-arrow4 {
    position: absolute;
    right: -563px;
    height: 51px;
    width: 1120px;
    display: block;
    z-index: 2;
    bottom: -60px;
    display: block;
}
body.outline-large-enterprise #lottie-arrow4 svg {
    overflow: visible !important;
}
@media (max-width: 1199px) {
    body.outline-large-enterprise #lottie-arrow4 {
        right: -672px;
    }
}
@media (max-width: 991px) {
    body.outline-large-enterprise #lottie-arrow4 {
        display: none;
    }
}
body.outline-sme #lottie-arrow4 {
    position: absolute;
    right: -563px;
    height: 51px;
    width: 1120px;
    display: block;
    z-index: 2;
    bottom: -60px;
    display: block;
}
body.outline-sme #lottie-arrow4 svg {
    overflow: visible !important;
}
@media (max-width: 1199px) {
    body.outline-sme #lottie-arrow4 {
        right: -672px;
    }
}
@media (max-width: 991px) {
    body.outline-sme #lottie-arrow4 {
        display: none;
    }
}
body.outline-behaviour-change #lottie-arrow4 {
    position: absolute;
    right: -603px;
    height: 51px;
    width: 1120px;
    display: block;
    z-index: 2;
    bottom: -60px;
    display: block;
}
body.outline-behaviour-change #lottie-arrow4 svg {
    overflow: visible !important;
}
@media (max-width: 1199px) {
    body.outline-behaviour-change #lottie-arrow4 {
        right: -695px;
    }
}
@media (max-width: 991px) {
    body.outline-behaviour-change #lottie-arrow4 {
        display: none;
    }
}
body.outline-behaviour-change #lottie-arrow3 {
    position: absolute;
    left: -473px;
    height: 290px;
    width: 1089px;
    display: block;
    z-index: 2;
    top: -115px;
    display: block;
}
body.outline-behaviour-change #lottie-arrow3 svg {
    overflow: visible !important;
}
@media (max-width: 1199px) {
    body.outline-behaviour-change #lottie-arrow3 {
        top: -240px;
        left: -655px;
    }
}
@media (max-width: 991px) {
    body.outline-behaviour-change #lottie-arrow3 {
        display: none;
    }
}
body.outline-pricing #lottie-arrow1 {
    position: absolute;
    left: 560px;
    height: 50px;
    width: 1160px;
    display: block;
    z-index: 2;
    bottom: 8px;
    transform: translateX(-110%);
}
body.outline-pricing #lottie-arrow1 svg {
    overflow: visible !important;
}
@media (max-width: 1199px) {
    body.outline-pricing #lottie-arrow1 {
        left: 480px;
    }
}
@media (max-width: 991px) {
    body.outline-pricing #lottie-arrow1 {
        display: none;
    }
}
body.outline-about #lottie-arrow1 {
    position: absolute;
    left: 560px;
    height: 50px;
    width: 1160px;
    display: block;
    z-index: 2;
    bottom: 8px;
    transform: translateX(-110%);
}
body.outline-about #lottie-arrow1 svg {
    overflow: visible !important;
}
@media (max-width: 1199px) {
    body.outline-about #lottie-arrow1 {
        left: 480px;
    }
}
@media (max-width: 991px) {
    body.outline-about #lottie-arrow1 {
        display: none;
    }
}
body.outline-about #lottie-arrow2 {
    position: absolute;
    right: -564px;
    height: 176px;
    width: 1092px;
    display: block;
    z-index: 2;
    top: -196px;
    display: block;
}
body.outline-about #lottie-arrow2 svg {
    overflow: visible !important;
}
@media (max-width: 1199px) {
    body.outline-about #lottie-arrow2 {
        right: -657px;
        top: -200px;
    }
}
@media (max-width: 991px) {
    body.outline-about #lottie-arrow2 {
        display: none;
    }
}
body.outline-why-us #lottie-arrow1 {
    position: absolute;
    left: 560px;
    height: 50px;
    width: 1160px;
    display: block;
    z-index: 2;
    bottom: 8px;
    transform: translateX(-110%);
}
body.outline-why-us #lottie-arrow1 svg {
    overflow: visible !important;
}
@media (max-width: 1199px) {
    body.outline-why-us #lottie-arrow1 {
        left: 480px;
    }
}
@media (max-width: 991px) {
    body.outline-why-us #lottie-arrow1 {
        display: none;
    }
}
body.outline-why-us #lottie-arrow2 {
    position: absolute;
    right: -564px;
    height: 176px;
    width: 1092px;
    display: block;
    z-index: 2;
    top: -115px;
    display: block;
}
body.outline-why-us #lottie-arrow2 svg {
    overflow: visible !important;
}
@media (max-width: 1199px) {
    body.outline-why-us #lottie-arrow2 {
        top: -80px;
    }
}
@media (max-width: 991px) {
    body.outline-why-us #lottie-arrow2 {
        display: none;
    }
}
body.outline-why-us #lottie-arrow3 {
    position: absolute;
    left: -515px;
    height: 290px;
    width: 1089px;
    display: block;
    z-index: 2;
    top: -115px;
    display: block;
}
body.outline-why-us #lottie-arrow3 svg {
    overflow: visible !important;
}
@media (max-width: 1199px) {
    body.outline-why-us #lottie-arrow3 {
        top: -70px;
        left: -125px;
    }
}
@media (max-width: 991px) {
    body.outline-why-us #lottie-arrow3 {
        display: none;
    }
}
body.outline-why-us #lottie-arrow4 {
    position: absolute;
    right: -603px;
    height: 51px;
    width: 1120px;
    display: block;
    z-index: 2;
    bottom: -60px;
    display: block;
}
body.outline-why-us #lottie-arrow4 svg {
    overflow: visible !important;
}
@media (max-width: 1199px) {
    body.outline-why-us #lottie-arrow4 {
        right: -695px;
    }
}
@media (max-width: 991px) {
    body.outline-why-us #lottie-arrow4 {
        display: none;
    }
}
body.outline-request-demo #lottie-arrow4 {
    display: none;
    position: absolute;
    right: -703px;
    height: 51px;
    width: 1120px;
    display: block;
    z-index: 2;
    bottom: 130px;
    display: block;
}
body.outline-request-demo #lottie-arrow4 svg {
    overflow: visible !important;
}
@media (max-width: 1199px) {
    body.outline-request-demo #lottie-arrow4 {
        right: -890px;
    }
}
@media (max-width: 991px) {
    body.outline-request-demo #lottie-arrow4 {
        display: none;
    }
}
body.view-login #lottie-arrow1,
body.view-remind #lottie-arrow1,
body.view-reset #lottie-arrow1,
body.register #lottie-arrow1 {
    position: absolute;
    left: 100px;
    height: 50px;
    width: 1160px;
    display: block;
    z-index: 2;
    top: 82px;
    transform: translateX(-110%);
}
body.view-login #lottie-arrow1 svg,
body.view-remind #lottie-arrow1 svg,
body.view-reset #lottie-arrow1 svg,
body.register #lottie-arrow1 svg {
    overflow: visible !important;
}
@media (max-width: 991px) {
    body.view-login #lottie-arrow1,
    body.view-remind #lottie-arrow1,
    body.view-reset #lottie-arrow1,
    body.register #lottie-arrow1 {
        display: none;
    }
}
.owl-carousel .owl-stage {
    display: flex;
    overflow: hidden;
}
.owl-carousel .owl-stage .owl-item {
    display: flex;
}
.owl-carousel .owl-stage .owl-item blockquote {
    align-self: center;
    max-width: 800px;
    padding: 0 30px;
    margin: auto;
}
.owl-carousel .owl-stage .owl-item blockquote cite {
    font-size: 1rem;
    margin-top: 20px;
}
.owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    top: 50%;
}
.owl-carousel .owl-nav button {
    position: absolute;
    border: none !important;
    border-radius: 0 !important;
    transform: translateY(-100%);
    background: transparent;
    text-indent: 100px;
}
.owl-carousel .owl-nav button:focus {
    box-shadow: none;
    border: 0;
    outline: none;
}
.owl-carousel .owl-nav button span {
    padding: 20px !important;
    color: #f5f7fd;
}
.owl-carousel .owl-nav button.owl-prev {
    left: 30px;
}
.owl-carousel .owl-nav button.owl-prev:after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    left: 6px;
    background: url("../images/left-arrow-blue.svg") center no-repeat;
    background-clip: content-box;
    background-size: cover;
}
.owl-carousel .owl-nav button.owl-next {
    right: 30px;
}
.owl-carousel .owl-nav button.owl-next:after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    right: 6px;
    background: url("../images/right-arrow-blue.svg") center no-repeat;
    background-clip: content-box;
    background-size: cover;
}
@media (max-width: 991px) {
    .owl-carousel .owl-nav button {
        display: none;
    }
}
.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
}
.owl-carousel .owl-dots button {
    width: 20px;
    height: 20px;
    background: #2c2b54;
    border: 0;
    border-radius: 50%;
    margin: 4px;
    opacity: 0.3;
}
.owl-carousel .owl-dots button.active {
    background: #f2a949;
    opacity: 1;
}
.owl-carousel .owl-dots button:focus {
    box-shadow: none;
    border: 0;
    outline: none;
}
@media (max-width: 991px) {
    .owl-carousel .owl-dots button {
        width: 34px;
        height: 34px;
    }
}
body {
    font-family: "Roboto", sans-serif;
    color: #2c2b54;
}
section {
    padding-top: 0;
}
h1,
h2,
h3,
h4 {
    font-weight: 500;
    font-size: 2.5rem;
    color: #2c2b54;
}
h1 a,
h2 a,
h3 a,
h4 a {
    color: #2c2b54;
}
h2 {
    font-size: 2rem;
}
h3 {
    font-size: 1.8rem;
}
h4 {
    font-size: 1rem;
    font-weight: 700;
}
p {
    color: #2c2b54;
}
.text-link,
body.outline-blog .blogoutline-blog .items-row > div .readmore a,
body.view-login .nav-tabs a,
body.view-remind .nav-tabs a,
body.view-reset .nav-tabs a,
body.view-registration .nav-tabs a,
body.register .nav-tabs a {
    color: #05c0bd;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s;
}
.text-link:after,
body.outline-blog .blogoutline-blog .items-row > div .readmore a:after,
body.view-login .nav-tabs a:after,
body.view-remind .nav-tabs a:after,
body.view-reset .nav-tabs a:after,
body.view-registration .nav-tabs a:after,
body.register .nav-tabs a:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    right: 0;
    margin-left: 5px;
    background: url(../images/right-arrow-green.svg) bottom center no-repeat;
    background-size: cover;
    transition: all 0.2s;
}
.text-link:hover,
body.outline-blog .blogoutline-blog .items-row > div .readmore a:hover,
body.view-login .nav-tabs a:hover,
body.view-remind .nav-tabs a:hover,
body.view-reset .nav-tabs a:hover,
body.view-registration .nav-tabs a:hover,
body.register .nav-tabs a:hover {
    text-decoration: underline;
    color: #05c0bd;
    transition: all 0.2s;
}
.text-link:hover:after,
body.outline-blog .blogoutline-blog .items-row > div .readmore a:after:hover,
body.view-login .nav-tabs a:after:hover,
body.view-remind .nav-tabs a:after:hover,
body.view-reset .nav-tabs a:after:hover,
body.view-registration .nav-tabs a:after:hover,
body.register .nav-tabs a:after:hover {
    right: -4px;
    transition: all 0.2s;
}
.btn,
.customrequest-a-demo-form button,
.customcontact-form button,
.newsletter-form button,
.customrequest-full-account-form button {
    border: none;
    border-radius: 60px;
    padding: 10px 20px;
    transition: all 0.2s;
    font-weight: 500;
}
.btn:after,
.customrequest-a-demo-form button:after,
.customcontact-form button:after,
.newsletter-form button:after,
.customrequest-full-account-form button:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    right: 0;
    margin-left: 5px;
    background: url(../images/right-arrow-white.svg) bottom center no-repeat;
    background-size: cover;
    transition: all 0.2s;
}
.btn:hover,
.customrequest-a-demo-form button:hover,
.customcontact-form button:hover,
.newsletter-form button:hover,
.customrequest-full-account-form button:hover {
    transition: all 0.2s;
}
.btn:hover:after,
.customrequest-a-demo-form button:after:hover,
.customcontact-form button:after:hover,
.newsletter-form button:after:hover,
.customrequest-full-account-form button:after:hover {
    right: -4px;
    transition: all 0.2s;
}
.btn.btn-primary,
.customrequest-a-demo-form button.btn-primary,
.customrequest-a-demo-form button,
.customrequest-a-demo-form .customcontact-form button,
.customcontact-form .customrequest-a-demo-form button,
.customrequest-a-demo-form .newsletter-form button,
.newsletter-form .customrequest-a-demo-form button,
.customrequest-a-demo-form .customrequest-full-account-form button,
.customrequest-full-account-form .customrequest-a-demo-form button,
.customcontact-form button.btn-primary,
.customcontact-form button,
.customcontact-form .newsletter-form button,
.newsletter-form .customcontact-form button,
.customcontact-form .customrequest-full-account-form button,
.customrequest-full-account-form .customcontact-form button,
.newsletter-form button.btn-primary,
.newsletter-form button,
.newsletter-form .customrequest-full-account-form button,
.customrequest-full-account-form .newsletter-form button,
.customrequest-full-account-form button.btn-primary,
.customrequest-full-account-form button,
.customrequest-a-demo-form button.btn,
.customcontact-form button.btn,
.newsletter-form button.btn,
.customrequest-full-account-form button.btn {
    background: #f2a949;
}
.btn.btn-primary:hover,
.customrequest-a-demo-form button.btn-primary:hover,
.customrequest-a-demo-form button:hover,
.customrequest-a-demo-form .customcontact-form button:hover,
.customcontact-form .customrequest-a-demo-form button:hover,
.customrequest-a-demo-form .newsletter-form button:hover,
.newsletter-form .customrequest-a-demo-form button:hover,
.customrequest-a-demo-form .customrequest-full-account-form button:hover,
.customrequest-full-account-form .customrequest-a-demo-form button:hover,
.customcontact-form button.btn-primary:hover,
.customcontact-form button:hover,
.customcontact-form .newsletter-form button:hover,
.newsletter-form .customcontact-form button:hover,
.customcontact-form .customrequest-full-account-form button:hover,
.customrequest-full-account-form .customcontact-form button:hover,
.newsletter-form button.btn-primary:hover,
.newsletter-form button:hover,
.newsletter-form .customrequest-full-account-form button:hover,
.customrequest-full-account-form .newsletter-form button:hover,
.customrequest-full-account-form button.btn-primary:hover,
.customrequest-full-account-form button:hover,
.customrequest-a-demo-form button.btn:hover,
.customcontact-form button.btn:hover,
.newsletter-form button.btn:hover,
.customrequest-full-account-form button.btn:hover {
    background: #fdcb6f;
}
.btn.btn-secondary,
.customrequest-a-demo-form button.btn-secondary,
.customcontact-form button.btn-secondary,
.newsletter-form button.btn-secondary,
.customrequest-full-account-form button.btn-secondary {
    background: #05c0bd;
}
.btn.btn-secondary:hover,
.customrequest-a-demo-form button.btn-secondary:hover,
.customcontact-form button.btn-secondary:hover,
.newsletter-form button.btn-secondary:hover,
.customrequest-full-account-form button.btn-secondary:hover {
    background: #26d9d6;
}
.layout-boxed {
    box-shadow: none;
}
.ps-card,
.ps-modal-overlay .ps-modal-content,
.tabs-wrapper .ps-tab > .container .price-box,
#FAQ .custom > ul > li,
#FAQ .ps_accordion .text > ul > li,
#Features > .container > .row > .col .split-content-inner,
body.outline-why-us #Features .split-content-inner,
body.outline-pricing #Pricing > .container > .row .split-content-inner,
body.outline-pricing #Features_Table > .container > .row > .col.comparison_table .text .feature-table-titles,
body.outline-pricing #Features_Table > .container > .row > .col.comparison_table .text .feature-table-items,
body.outline-request-demo #Hero > .container > .row > .col:last-child .text,
body.outline-contact #Hero > .container > .row > .col:first-child .text,
body.outline-request-full-account #Hero > .container > .row > .col:first-child .text,
body.outline-error .component-content {
    border-radius: 10px;
    box-shadow: 3px 2px 12px -3px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 3px 2px 12px -3px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 3px 2px 12px -3px rgba(0, 0, 0, 0.19);
    padding: 30px;
    background: #fff;
}
.ps-image-card,
#Stack1 > .container > .row > .col:first-child .text img,
#Stack2 > .container > .row > .col:last-child .text img,
#Stack3 > .container > .row > .col:first-child .text img,
#Stack4 > .container > .row > .col:last-child .text img,
#Stack6 > .container > .row > .col:last-child .text img,
body.outline-contact #Hero > .container > .row > .col:last-child img,
body.outline-request-full-account #Hero > .container > .row > .col:last-child img {
    border-radius: 10px;
    box-shadow: 3px 2px 12px -3px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 3px 2px 12px -3px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 3px 2px 12px -3px rgba(0, 0, 0, 0.19);
    width: 100%;
    height: auto;
}
#Hero_Simple {
    background: #f5f7fd;
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    text-align: center;
}
#Hero_Simple:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 9vw;
    width: 100%;
    display: block;
    background: url(../images/section-curve.svg) bottom center no-repeat #fff;
    background-size: cover;
}
#Hero_Simple > .container {
    position: relative;
    z-index: 2;
}
#Hero_Simple > .container > .row {
    align-items: center;
}
#Hero_Simple > .container > .row .text {
    max-width: 600px;
    margin: auto;
}
#Hero_Media {
    background: #f5f7fd;
    overflow: hidden;
    padding: 5rem 0;
    padding-bottom: 10rem;
    position: relative;
}
#Hero_Media:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 9vw;
    width: 100%;
    display: block;
    background: url(../images/section-curve.svg) bottom center no-repeat #fff;
    background-size: cover;
}
#Hero_Media > .container {
    position: relative;
    z-index: 2;
}
#Hero_Media > .container > .row {
    align-items: center;
}
#Hero_Media > .container > .row > .col:first-child {
    width: 40%;
    max-width: 500px;
    padding-right: 8%;
}
#Hero_Media > .container > .row > .col:last-child {
    width: 60%;
}
@media (min-width: 1200px) {
    #Hero_Media > .container > .row > .col:last-child .text {
        padding-left: 4.5rem;
    }
}
#Hero_Media > .container > .row > .col:last-child .text img {
    width: 100%;
    height: auto;
    box-shadow: 3px 2px 12px -3px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 3px 2px 12px -3px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 3px 2px 12px -3px rgba(0, 0, 0, 0.19);
}
@media (max-width: 991px) {
    #Hero_Media > .container > .row {
        display: block;
    }
    #Hero_Media > .container > .row > .col {
        width: 100% !important;
        max-width: 100% !important;
    }
    #Hero_Media > .container > .row > .col:first-child {
        margin-bottom: 3rem;
    }
}
#Testimonials {
    background: #f5f7fd;
    text-align: center;
    padding: 3rem 0;
    overflow: hidden;
}
#Testimonials > .container {
    max-width: 100% !important;
}
#Testimonials p {
    font-size: 1.6rem;
    line-height: 1.4em;
}
#Simple_Panel {
    background: #f5f7fd;
    text-align: center;
    padding: 3rem 0;
}
#Simple_Panel > .container {
    max-width: 900px;
}
#Simple_Panel p {
    max-width: 700px;
    margin: auto;
}
#Simple_Panel h4 {
    margin: 0;
    margin-top: 3rem;
}
.customclientlogos {
    max-width: 700px;
    margin: auto;
}
.customclientlogos ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 991px) {
    .customclientlogos ul {
        flex-wrap: wrap;
    }
    .customclientlogos ul li {
        width: 50%;
    }
}
ul.benefits-icons {
    display: flex;
    list-style: none;
    justify-content: space-between;
    padding: 3rem 0;
}
ul.benefits-icons li {
    text-align: center;
    color: #05c0bd;
    font-weight: 700;
    margin: auto;
}
ul.benefits-icons li img {
    display: inline-block;
    height: 50px;
    width: auto;
    margin-bottom: 10px;
}
ul.benefits-icons li strong {
    color: #fff;
    font-weight: normal;
}
@media (max-width: 991px) {
    ul.benefits-icons {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    ul.benefits-icons li {
        width: calc(100% / 3);
        margin: unset;
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    ul.benefits-icons {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    ul.benefits-icons li {
        width: 50%;
        margin-bottom: 20px;
    }
}
.ps-list {
    display: flex;
}
.ps-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-right: 2rem;
}
.ps-list ul li {
    font-weight: 700;
    padding-left: 50px;
    position: relative;
    padding-top: 10px;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    color: #2c2b54;
}
.ps-list ul li::before {
    content: "";
    width: 40px;
    height: 40px;
    background: url(../images/check-blue1.svg) top center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}
#Tabs > .container {
    max-width: 100%;
}
#Tabs > .container > .row {
    display: block;
}
.tabs-wrapper .tab-nav {
    display: flex;
    justify-content: center;
}
.tabs-wrapper .tab-nav .nav-item {
    background: #f5f7fd;
    max-width: 400px;
    margin: 0 2px;
    text-align: center;
    padding: 2rem 1rem;
}
.tabs-wrapper .tab-nav .nav-item .tab-title {
    font-size: 1rem;
    color: #2c2b54;
    margin: 0;
}
.tabs-wrapper .tab-nav .nav-item:hover {
    cursor: pointer;
}
.tabs-wrapper .tab-nav .nav-item.tab-active {
    background: #2c2b54;
}
.tabs-wrapper .tab-nav .nav-item.tab-active .tab-title {
    color: #fff;
}
.tabs-wrapper .ps-tab ~ .ps-tab {
    display: none;
}
.tabs-wrapper .ps-tab {
    padding: 3rem 0;
    color: #fff;
    background: #2c2b54;
    position: relative;
    overflow: hidden;
}
.tabs-wrapper .ps-tab:after {
    content: "";
    background: url(../images/gradient-elipse.svg) top center no-repeat #2c2b54;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 23vw;
}
.tabs-wrapper .ps-tab .title-row {
    display: none !important;
}
.tabs-wrapper .ps-tab .title-row h3 {
    color: #fff;
}
.tabs-wrapper .ps-tab > .container {
    position: relative;
    z-index: 2;
}
.tabs-wrapper .ps-tab > .container > .row,
.tabs-wrapper .ps-tab > .container .tab-acc-content > .row {
    display: block;
    overflow: hidden;
}
.tabs-wrapper .ps-tab > .container > .row > .col,
.tabs-wrapper .ps-tab > .container .tab-acc-content > .row > .col {
    display: block;
}
@media (max-width: 767px) {
    .tabs-wrapper .ps-tab > .container > .row > .col,
    .tabs-wrapper .ps-tab > .container .tab-acc-content > .row > .col {
        float: none !important;
        width: 100% !important;
    }
    .tabs-wrapper .ps-tab > .container > .row > .col:nth-child(2),
    .tabs-wrapper .ps-tab > .container .tab-acc-content > .row > .col:nth-child(2) {
        margin-bottom: 3rem;
    }
}
.tabs-wrapper .ps-tab > .container > .row.content-row,
.tabs-wrapper .ps-tab > .container .tab-acc-content > .row.content-row {
    display: flex;
    align-items: center;
}
@media (max-width: 991px) {
    .tabs-wrapper .ps-tab > .container > .row.content-row,
    .tabs-wrapper .ps-tab > .container .tab-acc-content > .row.content-row {
        display: block;
    }
}
.tabs-wrapper .ps-tab > .container > .row.content-row > .col:first-child,
.tabs-wrapper .ps-tab > .container .tab-acc-content > .row.content-row > .col:first-child {
    width: 60%;
}
@media (max-width: 991px) {
    .tabs-wrapper .ps-tab > .container > .row.content-row > .col:first-child,
    .tabs-wrapper .ps-tab > .container .tab-acc-content > .row.content-row > .col:first-child {
        width: 100%;
        margin-bottom: 3rem;
    }
}
.tabs-wrapper .ps-tab > .container > .row.content-row > .col:first-child .text,
.tabs-wrapper .ps-tab > .container .tab-acc-content > .row.content-row > .col:first-child .text {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 991px) {
    .tabs-wrapper .ps-tab > .container > .row.content-row > .col:first-child .text,
    .tabs-wrapper .ps-tab > .container .tab-acc-content > .row.content-row > .col:first-child .text {
        display: block;
    }
}
.tabs-wrapper .ps-tab > .container > .row.content-row > .col:first-child .text > div,
.tabs-wrapper .ps-tab > .container .tab-acc-content > .row.content-row > .col:first-child .text > div {
    padding: 10px;
    width: 49%;
    margin: auto;
}
@media (max-width: 991px) {
    .tabs-wrapper .ps-tab > .container > .row.content-row > .col:first-child .text > div,
    .tabs-wrapper .ps-tab > .container .tab-acc-content > .row.content-row > .col:first-child .text > div {
        width: 100%;
    }
}
.tabs-wrapper .ps-tab > .container > .row.content-row > .col:first-child .text .price-box,
.tabs-wrapper .ps-tab > .container .tab-acc-content > .row.content-row > .col:first-child .text .price-box {
    min-width: 280px;
}
@media (max-width: 1199px) {
    .tabs-wrapper .ps-tab > .container > .row.content-row > .col:first-child .text .price-box,
    .tabs-wrapper .ps-tab > .container .tab-acc-content > .row.content-row > .col:first-child .text .price-box {
        min-width: auto;
    }
}
.tabs-wrapper .ps-tab > .container > .row.content-row > .col:first-child .text .price-box p:last-child,
.tabs-wrapper
    .ps-tab
    > .container
    .tab-acc-content
    > .row.content-row
    > .col:first-child
    .text
    .price-box
    p:last-child {
    margin-bottom: 0;
}
.tabs-wrapper .ps-tab > .container > .row.content-row > .col:first-child .text .price-box.hasPreTitle,
.tabs-wrapper .ps-tab > .container .tab-acc-content > .row.content-row > .col:first-child .text .price-box.hasPreTitle {
    text-align: center;
}
.tabs-wrapper .ps-tab > .container > .row.content-row > .col:first-child .text .price-box.hasPreTitle h3.pre-title,
.tabs-wrapper
    .ps-tab
    > .container
    .tab-acc-content
    > .row.content-row
    > .col:first-child
    .text
    .price-box.hasPreTitle
    h3.pre-title {
    padding-bottom: 10px;
    font-size: 1.5rem;
    font-weight: 500;
}
.tabs-wrapper
    .ps-tab
    > .container
    > .row.content-row
    > .col:first-child
    .text
    .price-box.hasPreTitle
    h3.pre-title:after,
.tabs-wrapper
    .ps-tab
    > .container
    .tab-acc-content
    > .row.content-row
    > .col:first-child
    .text
    .price-box.hasPreTitle
    h3.pre-title:after {
    content: "";
    display: block;
    height: 1px;
    width: 60%;
    margin: auto;
    background: #e1e2ec;
    margin-top: 10px;
}
.tabs-wrapper .ps-tab > .container .price-box {
    padding: 3rem 30px;
}
.tabs-wrapper .ps-tab > .container .price-box h3 {
    font-size: 3rem;
    margin-bottom: 0;
}
.tabs-wrapper .ps-tab > .container .benefit-list {
    color: #fff;
}
.tabs-wrapper .ps-tab > .container .benefit-list h3 {
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    padding-left: 45px;
}
.tabs-wrapper .ps-tab > .container .benefit-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-right: 2rem;
}
.tabs-wrapper .ps-tab > .container .benefit-list ul li {
    font-weight: 700;
    padding-left: 50px;
    position: relative;
    padding-top: 10px;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    color: #fff;
}
.tabs-wrapper .ps-tab > .container .benefit-list ul li::before {
    content: "";
    width: 40px;
    height: 40px;
    background: url(../images/check-blue1.svg) top center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}
@media (max-width: 767px) {
    .tabs-wrapper .tab-nav {
        display: none;
    }
}
.tabs-wrapper .ps-tab.mobile-tab {
    display: block !important;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 3px;
}
.tabs-wrapper .ps-tab.mobile-tab > .container {
    max-width: 100%;
}
.tabs-wrapper .ps-tab.mobile-tab .title-row {
    display: block !important;
    padding: 2rem 15px;
    background: #e8eaf1;
    position: relative;
}
.tabs-wrapper .ps-tab.mobile-tab .title-row::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/down-arrow-blue.svg) top center no-repeat;
    background-size: cover;
    position: absolute;
    right: 20px;
    top: 34px;
}
.tabs-wrapper .ps-tab.mobile-tab .title-row h3 {
    margin-bottom: 0;
    font-size: 1.2rem;
    color: #2c2b54;
}
.tabs-wrapper .ps-tab.mobile-tab .title-row.tab-acc-active {
    background: #2c2b54;
}
.tabs-wrapper .ps-tab.mobile-tab .title-row.tab-acc-active::after {
    background: url(../images/up-arrow-white.svg) top center no-repeat;
    background-size: cover;
}
.tabs-wrapper .ps-tab.mobile-tab .title-row.tab-acc-active h3 {
    color: #fff;
}
.tabs-wrapper .ps-tab.mobile-tab .tab-acc-content {
    padding-bottom: 3rem;
}
.tabs-wrapper .ps-tab.mobile-tab ~ .ps-tab.mobile-tab .tab-acc-content {
    display: none;
}
#FAQ {
    background: #f5f7fd;
    padding: 5rem 0;
}
#FAQ h2 {
    text-align: center;
    margin-bottom: 3rem;
}
#FAQ > .container > .row {
    display: block;
}
#FAQ .custom > ul,
#FAQ .ps_accordion .text > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#FAQ .custom > ul > li,
#FAQ .ps_accordion .text > ul > li {
    margin-bottom: 1rem;
    padding: 0;
}
#FAQ .custom > ul > li h3,
#FAQ .ps_accordion .text > ul > li h3 {
    font-size: 1.2rem;
    margin: 0;
    padding: 20px;
    padding-right: 30px;
    position: relative;
}
#FAQ .custom > ul > li h3:hover,
#FAQ .ps_accordion .text > ul > li h3:hover {
    cursor: pointer;
}
#FAQ .custom > ul > li h3::after,
#FAQ .ps_accordion .text > ul > li h3::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/down-arrow-blue.svg) top center no-repeat;
    background-size: cover;
    position: absolute;
    right: 20px;
    top: 22px;
}
#FAQ .custom > ul > li h3.active::after,
#FAQ .ps_accordion .text > ul > li h3.active::after {
    transform: rotate(180deg);
}
#FAQ .custom > ul > li .acc-content,
#FAQ .ps_accordion .text > ul > li .acc-content {
    display: none;
    padding: 20px;
}
#Blog_Feed {
    padding: 5rem 0;
}
#Blog_Feed h2 {
    text-align: center;
    margin-bottom: 3rem;
}
#Blog_Feed .category-module.mod-list {
    display: flex;
    list-style: none;
    justify-content: space-between;
    padding-left: 0;
}
#Blog_Feed .category-module.mod-list li {
    width: 30%;
}
#Blog_Feed .category-module.mod-list li img {
    width: 100%;
    border-radius: 6px;
}
#Blog_Feed .category-module.mod-list li h3 {
    font-size: 1.5rem;
}
#Blog_Feed .category-module.mod-list li p {
    font-size: 0.9rem;
}
#Blog_Feed .category-module.mod-list li .intro-content {
    padding: 20px;
}
@media (max-width: 767px) {
    #Blog_Feed .category-module.mod-list {
        display: block;
    }
    #Blog_Feed .category-module.mod-list li {
        width: 100%;
    }
}
#Stack1 {
    padding: 5rem 0;
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 100%;
}
#Stack1 > .container > .row {
    align-items: center;
}
#Stack1 > .container > .row > .col:first-child .text {
    max-width: 450px;
    position: relative;
}
#Stack1 > .container > .row > .col:first-child .text img:nth-child(1) {
    width: 100%;
}
#Stack1 > .container > .row > .col:first-child .text img:nth-child(2) {
    max-width: 200px;
    position: absolute;
    right: -40px;
    bottom: -40px;
}
#Stack1 > .container > .row > .col:last-child .text {
    padding-left: 3rem;
    margin-right: 30px;
}
@media (max-width: 991px) {
    #Stack1 > .container > .row {
        flex-wrap: wrap;
    }
    #Stack1 > .container > .row > .col {
        flex-basis: unset;
        width: 100%;
    }
    #Stack1 > .container > .row > .col:first-child .text {
        margin: auto;
        margin-bottom: 80px;
    }
}
#Stack2 {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 2;
}
#Stack2 > .container > .row {
    align-items: center;
}
#Stack2 > .container > .row > .col:first-child .text {
    padding-right: 2rem;
    margin-left: 30px;
}
#Stack2 > .container > .row > .col:last-child {
    text-align: right;
}
#Stack2 > .container > .row > .col:last-child .text {
    width: 450px;
    position: relative;
}
@media (min-width: 992px) {
    #Stack2 > .container > .row > .col:last-child .text {
        float: right;
    }
}
#Stack2 > .container > .row > .col:last-child .text img:nth-child(1) {
    max-width: 200px;
    position: absolute;
    right: -40px;
    top: -40px;
}
#Stack2 > .container > .row > .col:last-child .text img:nth-child(2) {
    margin-right: 40px;
    width: 100%;
}
#Stack2 > .container > .row > .col:last-child .text img:nth-child(3) {
    max-width: 200px;
    position: absolute;
    left: -40px;
    bottom: -40px;
}
@media (max-width: 991px) {
    #Stack2 > .container > .row {
        flex-wrap: wrap-reverse;
    }
    #Stack2 > .container > .row > .col {
        flex-basis: unset;
        width: 100%;
    }
    #Stack2 > .container > .row > .col:last-child .text {
        margin: auto;
        margin-bottom: 80px;
    }
}
#Stack3 {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 2;
}
#Stack3 > .container > .row {
    align-items: center;
}
#Stack3 > .container > .row > .col:first-child .text {
    max-width: 450px;
    position: relative;
}
#Stack3 > .container > .row > .col:first-child .text img:nth-child(1) {
    max-width: 200px;
    position: absolute;
    left: 0;
    top: -40px;
}
#Stack3 > .container > .row > .col:first-child .text img:nth-child(2) {
    max-width: 100%;
    margin-left: 40px;
}
#Stack3 > .container > .row > .col:last-child .text {
    padding-left: 3rem;
    margin-right: 30px;
}
@media (max-width: 991px) {
    #Stack3 > .container > .row {
        flex-wrap: wrap;
    }
    #Stack3 > .container > .row > .col {
        flex-basis: unset;
        width: 100%;
    }
    #Stack3 > .container > .row > .col:first-child .text {
        margin: auto;
        margin-bottom: 40px;
    }
}
#Stack4 {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 2;
}
#Stack4 > .container > .row {
    align-items: center;
}
#Stack4 > .container > .row > .col:first-child .text {
    padding-right: 2rem;
    margin-left: 30px;
}
#Stack4 > .container > .row > .col:last-child {
    text-align: right;
}
#Stack4 > .container > .row > .col:last-child .text {
    width: 450px;
    position: relative;
}
@media (min-width: 992px) {
    #Stack4 > .container > .row > .col:last-child .text {
        float: right;
    }
}
#Stack4 > .container > .row > .col:last-child .text img:nth-child(1) {
    max-width: 200px;
    position: absolute;
    left: -40px;
    top: -40px;
}
#Stack4 > .container > .row > .col:last-child .text img:nth-child(2) {
    width: 100%;
}
#Stack4 > .container > .row > .col:last-child .text img:nth-child(3) {
    max-width: 200px;
    position: absolute;
    left: -40px;
    bottom: -40px;
}
@media (max-width: 991px) {
    #Stack4 > .container > .row {
        flex-wrap: wrap-reverse;
    }
    #Stack4 > .container > .row > .col {
        flex-basis: unset;
        width: 100%;
    }
    #Stack4 > .container > .row > .col:last-child .text {
        margin: auto;
        margin-bottom: 80px;
    }
}
#Stack6 {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 2;
}
#Stack6 > .container > .row {
    align-items: center;
}
#Stack6 > .container > .row > .col:first-child .text {
    padding-right: 2rem;
    margin-left: 30px;
}
#Stack6 > .container > .row > .col:last-child {
    text-align: right;
}
#Stack6 > .container > .row > .col:last-child .text {
    width: 450px;
    position: relative;
}
@media (min-width: 992px) {
    #Stack6 > .container > .row > .col:last-child .text {
        float: right;
    }
}
#Stack6 > .container > .row > .col:last-child .text img:nth-child(1) {
    margin-right: 40px;
    width: 100%;
}
#Stack6 > .container > .row > .col:last-child .text img:nth-child(2) {
    max-width: 200px;
    position: absolute;
    left: -40px;
    bottom: -40px;
}
@media (max-width: 991px) {
    #Stack6 > .container > .row {
        flex-wrap: wrap-reverse;
    }
    #Stack6 > .container > .row > .col {
        flex-basis: unset;
        width: 100%;
    }
    #Stack6 > .container > .row > .col:last-child .text {
        margin: auto;
        margin-bottom: 80px;
    }
}
#Features {
    position: relative;
    z-index: 2;
}
#Features > .container > .row > .col .general-content {
    height: 100%;
}
#Features > .container > .row > .col .split-content-inner {
    height: 100%;
}
#Features > .container > .row > .col .split-content-inner p {
    font-size: 0.9rem;
}
#Features > .container > .row > .col .split-content-inner p:last-child {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    #Features > .container > .row {
        display: block;
    }
    #Features > .container > .row > .col {
        margin-bottom: 30px;
    }
    #Features > .container > .row > .col:last-child {
        margin-bottom: 0;
    }
}
body.outline-home #Hero {
    background: #f5f7fd;
    overflow: hidden;
    padding: 10rem 0;
    padding-bottom: calc(9vw + 210px);
    position: relative;
}
body.outline-home #Hero:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 9vw;
    width: 100%;
    display: block;
    background: url(../images/section-curve.svg) bottom center no-repeat #fff;
    background-size: cover;
}
@media (max-width: 991px) {
    body.outline-home #Hero {
        padding-bottom: 5rem;
    }
    body.outline-home #Hero:after {
        bottom: 0;
    }
}
body.outline-home #Hero > .container {
    position: relative;
    z-index: 2;
}
body.outline-home #Hero > .container > .row {
    align-items: center;
}
body.outline-home #Hero > .container > .row > .col:first-child {
    width: 40%;
    max-width: 500px;
    padding-right: 8%;
}
body.outline-home #Hero > .container > .row > .col:last-child {
    width: 60%;
}
body.outline-home #Hero > .container > .row > .col:last-child img {
    position: absolute;
    top: -19rem;
    left: -4rem;
    width: 180%;
    height: auto;
}
@media (max-width: 1199px) {
    body.outline-home #Hero > .container > .row > .col img {
        top: -15rem !important;
    }
}
@media (max-width: 991px) {
    body.outline-home #Hero > .container > .row {
        display: block;
    }
    body.outline-home #Hero > .container > .row > .col {
        width: 100% !important;
        max-width: 100% !important;
    }
    body.outline-home #Hero > .container > .row > .col img {
        position: relative !important;
        top: 0 !important;
    }
}
body.outline-home #Features {
    margin-top: calc(-9vw + 2px);
}
body.outline-about #Stack1 {
    margin-top: -8rem;
}
@media (min-width: 992px) {
    body.outline-about #Stack1 > .container > .row > .col:last-child .text {
        margin-top: 4rem;
    }
}
body.outline-about #Blog_Feed {
    overflow: hidden;
    padding-top: 13rem;
    margin-top: -8rem;
}
body.outline-why-us #Hero_Simple {
    padding-bottom: 10rem;
}
body.outline-why-us #Stack1 {
    margin-top: -8rem;
}
body.outline-why-us #Stack6 {
    margin-top: -100px;
    padding-top: 149px;
}
body.outline-why-us #Stack6 > .container {
    position: relative;
}
body.outline-why-us #Stack3 {
    margin-top: -100px;
    padding-top: 149px;
}
body.outline-why-us #Stack3 > .container {
    position: relative;
}
body.outline-why-us #Steps {
    text-align: center;
    position: relative;
    padding-top: 5rem;
    padding-bottom: 16rem;
    background: url(../images/gradient-elipse-collection2.svg) bottom center no-repeat;
    background-size: 230%;
}
@media (max-width: 991px) {
    body.outline-why-us #Steps {
        background-color: #2c2b54;
    }
}
body.outline-why-us #Steps > .container {
    position: relative;
    z-index: 2;
}
body.outline-why-us #Steps > .container > .row {
    display: block;
}
body.outline-why-us #Steps > .container h2 {
    color: #fff;
}
body.outline-why-us #Steps ul.benefits-icons {
    display: flex;
    list-style: none;
    justify-content: space-between;
    padding: 3rem 0;
}
body.outline-why-us #Steps ul.benefits-icons li {
    text-align: center;
    color: #fff;
    width: 22%;
}
body.outline-why-us #Steps ul.benefits-icons li strong {
    color: #fff;
    font-size: 1.5rem;
}
@media (max-width: 991px) {
    body.outline-why-us #Steps ul.benefits-icons {
        flex-wrap: wrap;
    }
    body.outline-why-us #Steps ul.benefits-icons li {
        width: 48%;
        margin-bottom: 20px;
    }
}
body.outline-why-us #Features {
    margin-top: -14rem;
    position: relative;
    padding-bottom: 5rem;
    z-index: 2;
}
body.outline-why-us #Features .split-content-inner p {
    font-size: 0.9rem;
}
body.outline-why-us #Features .split-content-inner p:last-child {
    margin-bottom: 0;
}
body.outline-pricing #Hero_Simple {
    padding-bottom: 10rem;
}
body.outline-pricing #Pricing {
    position: relative;
    z-index: 2;
    padding-bottom: 6rem;
    margin-top: -8rem;
}
body.outline-pricing #Pricing > .container > .row {
    height: 100%;
}
body.outline-pricing #Pricing > .container > .row .pricing_table > .row {
    height: 100%;
}
body.outline-pricing #Pricing > .container > .row .split-content-inner {
    padding-top: 40px;
    position: relative;
    overflow: hidden;
    height: 100%;
    padding-bottom: 160px;
    min-height: 665px;
}
body.outline-pricing #Pricing > .container > .row .split-content-inner .text > h3 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e2ec;
}
body.outline-pricing #Pricing > .container > .row .split-content-inner .text .ps-card-footer {
    position: absolute;
    width: 100%;
    bottom: 30px;
}
body.outline-pricing #Pricing > .container > .row .split-content-inner .text .plan-details {
    margin-top: 20px;
}
body.outline-pricing #Pricing > .container > .row .split-content-inner .text .plan-details h3 {
    margin-bottom: 0;
    font-size: 2rem;
}
body.outline-pricing #Pricing > .container > .row .split-content-inner .text .plan-details p {
    font-size: 0.9rem;
}
body.outline-pricing #Pricing > .container > .row .split-content-inner .text .plan-details.annually {
    display: none;
}
body.outline-pricing #Pricing > .container > .row .split-content-inner .text .overlay-content {
    text-align: center;
    position: absolute;
    bottom: -100%;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    padding: 30px;
    padding-top: 40px;
    opacity: 0.5;
    transition: all 0.4s;
}
body.outline-pricing #Pricing > .container > .row .split-content-inner .text .overlay-content .purchase-option {
    border-bottom: 2px solid #e1e2ec;
    padding: 30px 0;
}
body.outline-pricing
    #Pricing
    > .container
    > .row
    .split-content-inner
    .text
    .overlay-content
    .purchase-option:last-child {
    border-bottom: none;
}
body.outline-pricing #Pricing > .container > .row .split-content-inner .text .overlay-content .purchase-option h3 {
    padding-bottom: 10px;
    font-size: 1.5rem;
}
body.outline-pricing
    #Pricing
    > .container
    > .row
    .split-content-inner
    .text
    .overlay-content
    .purchase-option
    h3:after {
    content: "";
    display: block;
    height: 1px;
    width: 60%;
    margin: auto;
    background: #e1e2ec;
    margin-top: 10px;
}
body.outline-pricing #Pricing > .container > .row .split-content-inner .text .overlay-content .purchase-option p {
    margin-bottom: 0;
}
body.outline-pricing #Pricing > .container > .row .split-content-inner .text .overlay-content .purchase-option .price {
    font-weight: 500;
    font-size: 2rem;
    margin-bottom: 15px;
}
body.outline-pricing #Pricing > .container > .row .split-content-inner .text .overlay-content.overlay-open {
    bottom: 0;
    opacity: 1;
    transition: all 0.4s;
    overflow: auto;
}
body.outline-pricing #Pricing > .container > .row .split-content-inner .text .overlay-content .close-overlay {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    background: url(../images/menu-close-blue.svg) center no-repeat;
    background-size: cover;
    transition: all 0.2s;
}
body.outline-pricing #Pricing > .container > .row .split-content-inner .text .overlay-content .close-overlay:hover {
    opacity: 0.6;
    transition: all 0.2s;
}
@media (max-width: 991px) {
    body.outline-pricing #Pricing > .container > .row {
        display: block;
    }
    body.outline-pricing #Pricing > .container > .row > .col {
        margin-bottom: 30px;
    }
}
body.outline-pricing #Try_us {
    text-align: center;
    position: relative;
}
body.outline-pricing #Try_us:after {
    content: "";
    background: url(../images/gradient-elipse-collection2.svg) center no-repeat;
    background-size: 160%;
    background-position: 65%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 720px;
    top: -256px;
    max-height: 680px;
}
@media (max-width: 991px) {
    body.outline-pricing #Try_us:after {
        background-color: #2c2b54;
        background-size: 461%;
        top: -75px;
        height: auto;
    }
}
body.outline-pricing #Try_us > .container {
    position: relative;
    z-index: 2;
}
body.outline-pricing #Try_us > .container > .row {
    display: block;
}
body.outline-pricing #Try_us > .container h3 {
    color: #fff;
    margin-bottom: 1rem;
}
body.outline-pricing #Try_us > .container h3 + p {
    max-width: 800px;
    margin: auto;
}
body.outline-pricing #Try_us > .container p {
    color: #fff;
}
@media (max-width: 1199px) {
    body.outline-pricing #Try_us {
        background: #2c2b54;
    }
}
@media (max-width: 991px) {
    body.outline-pricing #Try_us {
        padding-top: 5rem;
        overflow: hidden;
    }
}
body.outline-pricing #FAQ {
    padding-top: 13rem;
}
@media (max-width: 1199px) {
    body.outline-pricing #FAQ {
        padding-top: 5rem;
    }
}
body.outline-pricing #Features_Table {
    padding: 5rem 0;
}
body.outline-pricing #Features_Table > .container > .row {
    display: block;
}
body.outline-pricing #Features_Table > .container > .row > .col:first-child {
    text-align: center;
    margin-bottom: 3rem;
}
body.outline-pricing #Features_Table > .container > .row > .col:first-child h2 {
    margin-bottom: 1rem;
}
body.outline-pricing #Features_Table > .container > .row > .col:first-child h2 + p {
    max-width: 800px;
    margin: auto;
}
body.outline-pricing #Features_Table > .container > .row > .col.comparison_table .text {
    display: flex;
    justify-content: space-between;
}
body.outline-pricing #Features_Table > .container > .row > .col.comparison_table .text h3 {
    font-size: 1.3rem;
    padding-top: 40px;
    padding-bottom: 10px;
    line-height: 40px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e2ec;
}
body.outline-pricing #Features_Table > .container > .row > .col.comparison_table .text .feature-table-titles {
    background: #f5f7fd;
    padding: 0;
    width: 25%;
}
body.outline-pricing #Features_Table > .container > .row > .col.comparison_table .text .feature-table-titles ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
body.outline-pricing #Features_Table > .container > .row > .col.comparison_table .text .feature-table-titles ul li {
    color: #2c2b54;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 12px 20px;
}
body.outline-pricing
    #Features_Table
    > .container
    > .row
    > .col.comparison_table
    .text
    .feature-table-titles
    ul
    li:nth-child(even) {
    background: #fff;
}
@media (max-width: 991px) {
    body.outline-pricing #Features_Table > .container > .row > .col.comparison_table .text .feature-table-titles {
        display: none;
    }
}
body.outline-pricing #Features_Table > .container > .row > .col.comparison_table .text .feature-table-items {
    background: #f5f7fd;
    padding: 0;
    display: flex;
    width: 73%;
}
@media (max-width: 991px) {
    body.outline-pricing #Features_Table > .container > .row > .col.comparison_table .text .feature-table-items {
        display: block;
        width: 100%;
        box-shadow: none;
        background: transparent;
    }
}
body.outline-pricing
    #Features_Table
    > .container
    > .row
    > .col.comparison_table
    .text
    .feature-table-items
    .feature-table {
    width: calc(100% / 3);
    text-align: center;
}
body.outline-pricing
    #Features_Table
    > .container
    > .row
    > .col.comparison_table
    .text
    .feature-table-items
    .feature-table
    h3 {
    font-size: 1.5rem;
    padding: 0 15px;
    padding-top: 40px;
}
body.outline-pricing
    #Features_Table
    > .container
    > .row
    > .col.comparison_table
    .text
    .feature-table-items
    .feature-table
    ul.table-items {
    list-style: none;
    padding: 0;
    margin: 0;
}
body.outline-pricing
    #Features_Table
    > .container
    > .row
    > .col.comparison_table
    .text
    .feature-table-items
    .feature-table
    ul.table-items
    + p {
    margin-top: 20px;
    padding: 0 35px;
    padding-bottom: 40px;
}
body.outline-pricing
    #Features_Table
    > .container
    > .row
    > .col.comparison_table
    .text
    .feature-table-items
    .feature-table
    ul.table-items
    li {
    display: flex;
    align-items: center;
    justify-content: center;
}
body.outline-pricing
    #Features_Table
    > .container
    > .row
    > .col.comparison_table
    .text
    .feature-table-items
    .feature-table
    ul.table-items
    li
    span.f-title {
    display: none;
}
body.outline-pricing
    #Features_Table
    > .container
    > .row
    > .col.comparison_table
    .text
    .feature-table-items
    .feature-table
    ul.table-items
    li
    span.icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../images/check-blue1.svg) top center no-repeat;
    background-size: cover;
    margin-right: 10px;
}
body.outline-pricing
    #Features_Table
    > .container
    > .row
    > .col.comparison_table
    .text
    .feature-table-items
    .feature-table
    ul.table-items
    li.na
    span.icon {
    background: url(../images/cross-red1.svg) top center no-repeat;
    background-size: cover;
}
body.outline-pricing
    #Features_Table
    > .container
    > .row
    > .col.comparison_table
    .text
    .feature-table-items
    .feature-table
    ul.table-items
    li:nth-child(even) {
    background: #fff;
}
@media (max-width: 991px) {
    body.outline-pricing
        #Features_Table
        > .container
        > .row
        > .col.comparison_table
        .text
        .feature-table-items
        .feature-table {
        text-align: left;
        width: 100%;
        border-radius: 10px;
        box-shadow: 3px 2px 12px -3px rgba(0, 0, 0, 0.19);
        -webkit-box-shadow: 3px 2px 12px -3px rgba(0, 0, 0, 0.19);
        -moz-box-shadow: 3px 2px 12px -3px rgba(0, 0, 0, 0.19);
        background: #f5f7fd;
        margin-bottom: 30px;
    }
    body.outline-pricing
        #Features_Table
        > .container
        > .row
        > .col.comparison_table
        .text
        .feature-table-items
        .feature-table
        ul.table-items
        li {
        min-height: 50px;
        justify-content: flex-start;
        padding: 0 30px;
    }
    body.outline-pricing
        #Features_Table
        > .container
        > .row
        > .col.comparison_table
        .text
        .feature-table-items
        .feature-table
        ul.table-items
        li
        span.f-title {
        display: block;
    }
}
body.outline-large-enterprise #Stack1,
body.outline-sme #Stack1 {
    padding-top: 0;
    margin-top: -6rem;
}
@media (min-width: 992px) {
    body.outline-large-enterprise #Stack1 > .container > .row > .col:last-child .text,
    body.outline-sme #Stack1 > .container > .row > .col:last-child .text {
        margin-top: 6rem;
    }
}
body.outline-behaviour-change #Hero_Media {
    padding-bottom: 20rem;
}
body.outline-behaviour-change #Hero_Media > .container > .row > .col:first-child {
    padding-right: 15px;
}
body.outline-behaviour-change #Feature_List {
    padding: 3rem 0;
    margin-top: -20rem;
    position: relative;
    z-index: 2;
}
body.outline-behaviour-change #Feature_List ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;
}
body.outline-behaviour-change #Feature_List ul li {
    text-align: center;
    color: #05c0bd;
    font-weight: 700;
    padding: 0;
    margin: 0;
}
body.outline-behaviour-change #Feature_List ul li img {
    display: inline-block;
    margin-bottom: 10px;
    height: 40px;
    width: auto;
}
body.outline-behaviour-change #Feature_List ul li strong {
    color: #2c2b54;
    font-weight: normal;
}
@media (max-width: 991px) {
    body.outline-behaviour-change #Feature_List ul {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    body.outline-behaviour-change #Feature_List ul li {
        width: calc(100% / 3);
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    body.outline-behaviour-change #Feature_List ul {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    body.outline-behaviour-change #Feature_List ul li {
        width: 50%;
        margin-bottom: 20px;
    }
}
body.outline-behaviour-change #Intro {
    padding-top: 8rem;
    padding-bottom: 3rem;
}
body.outline-behaviour-change #Intro > .container > .row > .col {
    width: 50%;
}
body.outline-behaviour-change #Intro > .container > .row > .col:first-child .text {
    padding-right: 5rem;
    padding-left: 30px;
}
@media (max-width: 991px) {
    body.outline-behaviour-change #Intro > .container > .row {
        display: block;
    }
    body.outline-behaviour-change #Intro > .container > .row > .col {
        width: 100%;
    }
    body.outline-behaviour-change #Intro > .container > .row > .col:first-child {
        margin-bottom: 3rem;
    }
    body.outline-behaviour-change #Intro > .container > .row > .col:first-child .text {
        padding-right: 0;
        padding-left: 0;
    }
}
body.outline-behaviour-change #Stack1 {
    padding-bottom: 10rem;
}
body.outline-behaviour-change #Key_Benefits {
    text-align: center;
    position: relative;
}
body.outline-behaviour-change #Key_Benefits > .container > .row {
    display: block;
}
body.outline-behaviour-change #Key_Benefits:after {
    content: "";
    background: url(../images/gradient-elipse-collection2.svg) center no-repeat;
    background-size: 160%;
    background-position: 65%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 720px;
    top: -12rem;
    max-height: 680px;
}
@media (max-width: 991px) {
    body.outline-behaviour-change #Key_Benefits:after {
        background-color: #2c2b54;
        background-size: 461%;
        top: -75px;
        height: auto;
    }
}
body.outline-behaviour-change #Key_Benefits > .container {
    position: relative;
    z-index: 2;
}
body.outline-behaviour-change #Key_Benefits > .container h2 {
    color: #fff;
}
@media (min-width: 1441px) {
    body.outline-behaviour-change #Key_Benefits {
        background-color: #2c2b54;
        overflow: hidden;
        padding: 10rem 0;
    }
}
body.outline-behaviour-change #Stack1 > .container > .row {
    align-items: flex-start;
}
body.outline-behaviour-change #Stack2 {
    margin-top: 10rem;
}
@media (min-width: 1441px) {
    body.outline-behaviour-change #Stack2 {
        margin-top: 0;
        padding: 10rem 0;
    }
}
body.outline-request-demo #Hero {
    background: #f5f7fd;
    padding: 4rem 0;
    padding-bottom: 9rem;
    position: relative;
}
body.outline-request-demo #Hero:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 9vw;
    width: 100%;
    display: block;
    background: url(../images/section-curve.svg) bottom center no-repeat #fff;
    background-size: cover;
}
body.outline-request-demo #Hero > .container {
    position: relative;
    z-index: 2;
}
body.outline-request-demo #Hero > .container > .row > .col:first-child {
    width: 40%;
    max-width: 500px;
    margin-top: 3rem;
    padding-left: 3rem;
}
body.outline-request-demo #Hero > .container > .row > .col:first-child .text {
    padding-right: 4rem;
}
@media (max-width: 991px) {
    body.outline-request-demo #Hero > .container > .row > .col:first-child .text {
        max-width: 100%;
    }
}
body.outline-request-demo #Hero > .container > .row > .col:last-child {
    width: 60%;
}
body.outline-request-demo #Hero > .container > .row > .col:last-child .text {
    max-width: 500px;
    float: right;
    position: absolute;
}
@media (max-width: 991px) {
    body.outline-request-demo #Hero > .container > .row > .col:last-child .text {
        max-width: 100%;
        float: none;
    }
}
@media (max-width: 991px) {
    body.outline-request-demo #Hero > .container > .row {
        display: block;
    }
    body.outline-request-demo #Hero > .container > .row > .col {
        width: 100% !important;
    }
    body.outline-request-demo #Hero > .container > .row > .col:first-child {
        margin-bottom: 30px;
    }
    body.outline-request-demo #Hero > .container > .row > .col:last-child .text {
        position: relative;
    }
}
body.outline-request-demo #Intro_Graphic {
    margin-top: -8rem;
    overflow: hidden;
}
body.outline-request-demo #Intro_Graphic .text {
    margin-left: -6rem;
}
body.outline-request-demo #Intro_Graphic .text img {
    max-width: 800px;
    height: auto;
}
body.outline-request-demo #Intro {
    padding: 4rem 0;
    padding-top: 2rem;
}
@media (min-width: 992px) {
    body.outline-request-demo #Intro {
        margin-top: 8rem;
    }
}
body.outline-request-demo #Intro > .container > .row > .col {
    width: 50%;
}
body.outline-request-demo #Intro > .container > .row > .col:first-child .text {
    padding-right: 5rem;
    padding-left: 30px;
}
@media (max-width: 991px) {
    body.outline-request-demo #Intro > .container > .row {
        display: block;
    }
    body.outline-request-demo #Intro > .container > .row > .col {
        width: 100%;
    }
    body.outline-request-demo #Intro > .container > .row > .col:first-child {
        margin-bottom: 3rem;
    }
    body.outline-request-demo #Intro > .container > .row > .col:first-child .text {
        padding-right: 0;
        padding-left: 0;
    }
}
body.outline-contact #Hero,
body.outline-request-full-account #Hero {
    background: #f5f7fd;
    padding: 4rem 0;
    padding-bottom: 0;
    max-height: 25rem;
    position: relative;
}
body.outline-contact #Hero:after,
body.outline-request-full-account #Hero:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 9vw;
    width: 100%;
    display: block;
    background: url(../images/section-curve.svg) bottom center no-repeat #fff;
    background-size: cover;
}
body.outline-contact #Hero > .container,
body.outline-request-full-account #Hero > .container {
    position: relative;
    z-index: 2;
}
body.outline-contact #Hero > .container > .row > .col:first-child,
body.outline-request-full-account #Hero > .container > .row > .col:first-child {
    width: 60%;
}
body.outline-contact #Hero > .container > .row > .col:first-child .text,
body.outline-request-full-account #Hero > .container > .row > .col:first-child .text {
    max-width: 500px;
    position: absolute;
}
body.outline-contact #Hero > .container > .row > .col:last-child,
body.outline-request-full-account #Hero > .container > .row > .col:last-child {
    text-align: right;
    padding-top: 3rem;
    overflow: hidden;
}
body.outline-contact #Hero > .container > .row > .col:last-child img:nth-child(1),
body.outline-request-full-account #Hero > .container > .row > .col:last-child img:nth-child(1) {
    max-width: 200px;
    position: absolute;
    right: 0;
    top: -40px;
}
body.outline-contact #Hero > .container > .row > .col:last-child img:nth-child(2),
body.outline-request-full-account #Hero > .container > .row > .col:last-child img:nth-child(2) {
    margin-right: 40px;
    max-width: 450px;
}
@media (max-width: 991px) {
    body.outline-contact #Hero > .container > .row,
    body.outline-request-full-account #Hero > .container > .row {
        display: block;
    }
    body.outline-contact #Hero > .container > .row > .col,
    body.outline-request-full-account #Hero > .container > .row > .col {
        width: 100% !important;
    }
    body.outline-contact #Hero > .container > .row > .col:first-child .text,
    body.outline-request-full-account #Hero > .container > .row > .col:first-child .text {
        position: relative;
    }
    body.outline-contact #Hero > .container > .row > .col:last-child,
    body.outline-request-full-account #Hero > .container > .row > .col:last-child {
        display: none;
    }
}
body.outline-contact #FAQ,
body.outline-request-full-account #FAQ {
    margin-top: 33rem;
}
body.outline-request-full-account #FAQ {
    margin-top: 47rem;
}
body.outline-blog .above-content {
    background: #f5f7fd;
    position: relative;
    padding: 6rem 0;
    text-align: center;
}
body.outline-blog .above-content h1 + p {
    max-width: 800px;
    margin: auto;
}
body.outline-blog .above-content:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: calc(-9vw + 2px);
    height: 9vw;
    width: 100%;
    display: block;
    background: url(../images/section-curve.svg) bottom center no-repeat;
    background-size: cover;
}
body.outline-blog.view-article .above-content {
    padding-top: 3rem;
}
body.outline-blog.view-article .above-content h1,
body.outline-blog.view-article .above-content p {
    display: none;
}
body.outline-blog .component-content {
    padding-bottom: 6rem;
}
body.outline-blog .blogoutline-blog {
    position: relative;
    z-index: 2;
}
body.outline-blog .blogoutline-blog .items-row {
    display: flex;
    justify-content: flex-start;
}
body.outline-blog .blogoutline-blog .items-row > div {
    width: 30%;
}
body.outline-blog .blogoutline-blog .items-row > div:nth-child(1) {
    margin-right: 5%;
}
body.outline-blog .blogoutline-blog .items-row > div:nth-child(3) {
    margin-left: 5%;
}
body.outline-blog .blogoutline-blog .items-row > div img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}
body.outline-blog .blogoutline-blog .items-row > div h2 {
    font-size: 1.5rem;
}
body.outline-blog .blogoutline-blog .items-row > div p {
    font-size: 0.9rem;
}
body.outline-blog .blogoutline-blog .items-row > div .intro-content {
    padding: 20px;
}
body.outline-blog .blogoutline-blog .items-row > div .readmore a {
    padding-left: 0;
}
@media (max-width: 767px) {
    body.outline-blog .blogoutline-blog .items-row {
        display: block;
    }
    body.outline-blog .blogoutline-blog .items-row > div {
        width: 100%;
        padding: 0 15px;
        margin: 0 !important;
    }
}
body.view-login #lottie,
body.register #lottie {
    position: absolute;
    left: 80px;
    height: 50px;
    width: 1160px;
    display: block;
    z-index: 2;
    top: 55px;
    transform: translateX(-110%);
}
body.view-login #lottie svg,
body.register #lottie svg {
    overflow: visible !important;
}
body.outline-home #Stack2 {
    margin-top: -100px;
    padding-top: 149px;
}
body.outline-home #Stack2 > .container {
    position: relative;
}
body.outline-home #Stack3 {
    margin-top: -100px;
    padding-top: 149px;
}
body.outline-home #Stack3 > .container {
    position: relative;
}
body.outline-error #main-content {
    background: #f5f7fd;
    padding: 3rem 30px;
    min-height: 500px;
}
body.outline-error .component-content {
    text-align: center;
    max-width: 800px;
    margin: auto;
}
body.outline-simple #main-content {
    padding: 5rem 0;
}
body.view-login .above-content,
body.view-remind .above-content,
body.view-reset .above-content,
body.view-registration .above-content,
body.register .above-content,
body.view-login .after-content,
body.view-remind .after-content,
body.view-reset .after-content,
body.view-registration .after-content,
body.register .after-content {
    background: #f5f7fd;
    position: relative;
    padding-top: 3rem;
}
body.view-login .above-content:after,
body.view-remind .above-content:after,
body.view-reset .above-content:after,
body.view-registration .above-content:after,
body.register .above-content:after,
body.view-login .after-content:after,
body.view-remind .after-content:after,
body.view-reset .after-content:after,
body.view-registration .after-content:after,
body.register .after-content:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: calc(-9vw + 2px);
    height: 9vw;
    width: 100%;
    display: block;
    background: url(../images/section-curve.svg) bottom center no-repeat;
    background-size: cover;
}
body.view-login .above-content > .container,
body.view-remind .above-content > .container,
body.view-reset .above-content > .container,
body.view-registration .above-content > .container,
body.register .above-content > .container,
body.view-login .after-content > .container,
body.view-remind .after-content > .container,
body.view-reset .after-content > .container,
body.view-registration .after-content > .container,
body.register .after-content > .container {
    display: flex;
    max-width: 530px;
    margin: auto;
    align-items: center;
    position: relative;
}
body.view-login .above-content > .container > div img,
body.view-remind .above-content > .container > div img,
body.view-reset .above-content > .container > div img,
body.view-registration .above-content > .container > div img,
body.register .above-content > .container > div img,
body.view-login .after-content > .container > div img,
body.view-remind .after-content > .container > div img,
body.view-reset .after-content > .container > div img,
body.view-registration .after-content > .container > div img,
body.register .after-content > .container > div img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 3px 2px 12px -3px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 3px 2px 12px -3px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 3px 2px 12px -3px rgba(0, 0, 0, 0.19);
}
body.view-login .above-content > .container > div:nth-child(2),
body.view-remind .above-content > .container > div:nth-child(2),
body.view-reset .above-content > .container > div:nth-child(2),
body.view-registration .above-content > .container > div:nth-child(2),
body.register .above-content > .container > div:nth-child(2),
body.view-login .after-content > .container > div:nth-child(2),
body.view-remind .after-content > .container > div:nth-child(2),
body.view-reset .after-content > .container > div:nth-child(2),
body.view-registration .after-content > .container > div:nth-child(2),
body.register .after-content > .container > div:nth-child(2) {
    width: 50%;
    padding-right: 30px;
}
body.view-login .above-content > .container > div:nth-child(2) p,
body.view-remind .above-content > .container > div:nth-child(2) p,
body.view-reset .above-content > .container > div:nth-child(2) p,
body.view-registration .above-content > .container > div:nth-child(2) p,
body.register .above-content > .container > div:nth-child(2) p,
body.view-login .after-content > .container > div:nth-child(2) p,
body.view-remind .after-content > .container > div:nth-child(2) p,
body.view-reset .after-content > .container > div:nth-child(2) p,
body.view-registration .after-content > .container > div:nth-child(2) p,
body.register .after-content > .container > div:nth-child(2) p {
    margin: 0;
}
@media (max-width: 500px) {
    body.view-login .above-content > .container > div:nth-child(2),
    body.view-remind .above-content > .container > div:nth-child(2),
    body.view-reset .above-content > .container > div:nth-child(2),
    body.view-registration .above-content > .container > div:nth-child(2),
    body.register .above-content > .container > div:nth-child(2),
    body.view-login .after-content > .container > div:nth-child(2),
    body.view-remind .after-content > .container > div:nth-child(2),
    body.view-reset .after-content > .container > div:nth-child(2),
    body.view-registration .after-content > .container > div:nth-child(2),
    body.register .after-content > .container > div:nth-child(2) {
        width: 50%;
    }
}
body.view-login .above-content > .container > div:nth-child(3),
body.view-remind .above-content > .container > div:nth-child(3),
body.view-reset .above-content > .container > div:nth-child(3),
body.view-registration .above-content > .container > div:nth-child(3),
body.register .above-content > .container > div:nth-child(3),
body.view-login .after-content > .container > div:nth-child(3),
body.view-remind .after-content > .container > div:nth-child(3),
body.view-reset .after-content > .container > div:nth-child(3),
body.view-registration .after-content > .container > div:nth-child(3),
body.register .after-content > .container > div:nth-child(3) {
    width: 50%;
}
@media (max-width: 500px) {
    body.view-login .above-content > .container > div:nth-child(3),
    body.view-remind .above-content > .container > div:nth-child(3),
    body.view-reset .above-content > .container > div:nth-child(3),
    body.view-registration .above-content > .container > div:nth-child(3),
    body.register .above-content > .container > div:nth-child(3),
    body.view-login .after-content > .container > div:nth-child(3),
    body.view-remind .after-content > .container > div:nth-child(3),
    body.view-reset .after-content > .container > div:nth-child(3),
    body.view-registration .after-content > .container > div:nth-child(3),
    body.register .after-content > .container > div:nth-child(3) {
        width: 50%;
    }
}
body.view-login .above-content > .container > div p,
body.view-remind .above-content > .container > div p,
body.view-reset .above-content > .container > div p,
body.view-registration .above-content > .container > div p,
body.register .above-content > .container > div p,
body.view-login .after-content > .container > div p,
body.view-remind .after-content > .container > div p,
body.view-reset .after-content > .container > div p,
body.view-registration .after-content > .container > div p,
body.register .after-content > .container > div p {
    font-size: 0.9rem;
}
body.view-login .above-content > .container > div p a,
body.view-remind .above-content > .container > div p a,
body.view-reset .above-content > .container > div p a,
body.view-registration .above-content > .container > div p a,
body.register .above-content > .container > div p a,
body.view-login .after-content > .container > div p a,
body.view-remind .after-content > .container > div p a,
body.view-reset .after-content > .container > div p a,
body.view-registration .after-content > .container > div p a,
body.register .after-content > .container > div p a {
    color: #05c0bd;
}
body.view-login .after-content,
body.view-remind .after-content,
body.view-reset .after-content,
body.view-registration .after-content,
body.register .after-content {
    background: transparent;
    padding-bottom: 5rem;
    padding-top: 0;
}
body.view-login .after-content:after,
body.view-remind .after-content:after,
body.view-reset .after-content:after,
body.view-registration .after-content:after,
body.register .after-content:after {
    display: none;
}
body.view-login .after-content > .container > div:nth-child(1),
body.view-remind .after-content > .container > div:nth-child(1),
body.view-reset .after-content > .container > div:nth-child(1),
body.view-registration .after-content > .container > div:nth-child(1),
body.register .after-content > .container > div:nth-child(1) {
    width: 50%;
    padding-right: 30px;
}
body.view-login .after-content > .container > div:nth-child(2),
body.view-remind .after-content > .container > div:nth-child(2),
body.view-reset .after-content > .container > div:nth-child(2),
body.view-registration .after-content > .container > div:nth-child(2),
body.register .after-content > .container > div:nth-child(2) {
    width: 50%;
    padding-right: 0;
}
body.view-login .component-content,
body.view-remind .component-content,
body.view-reset .component-content,
body.view-registration .component-content,
body.register .component-content {
    padding-bottom: 5rem;
    position: relative;
    margin-top: 3rem;
}
body.view-login .nav-tabs,
body.view-remind .nav-tabs,
body.view-reset .nav-tabs,
body.view-registration .nav-tabs,
body.register .nav-tabs {
    border: none;
    justify-content: space-between;
    max-width: 620px;
    margin: auto;
    margin-top: 40px;
}
@media (max-width: 767px) {
    body.view-login .nav-tabs,
    body.view-remind .nav-tabs,
    body.view-reset .nav-tabs,
    body.view-registration .nav-tabs,
    body.register .nav-tabs {
        display: block;
    }
    body.view-login .nav-tabs li,
    body.view-remind .nav-tabs li,
    body.view-reset .nav-tabs li,
    body.view-registration .nav-tabs li,
    body.register .nav-tabs li {
        text-align: center;
        margin-bottom: 10px;
    }
}
body.view-login #main,
body.view-remind #main,
body.view-reset #main,
body.view-registration #main,
body.register #main {
    max-width: 600px;
    margin: auto;
}
body.view-login .login,
body.view-remind .login,
body.view-reset .login,
body.view-registration .login,
body.register .login,
body.view-login .remind,
body.view-remind .remind,
body.view-reset .remind,
body.view-registration .remind,
body.register .remind,
body.view-login .reset,
body.view-remind .reset,
body.view-reset .reset,
body.view-registration .reset,
body.register .reset,
body.view-login .reset-confirm,
body.view-remind .reset-confirm,
body.view-reset .reset-confirm,
body.view-registration .reset-confirm,
body.register .reset-confirm,
body.view-login .reset-complete,
body.view-remind .reset-complete,
body.view-reset .reset-complete,
body.view-registration .reset-complete,
body.register .reset-complete {
    margin-bottom: 30px;
    max-width: 500px;
    margin: auto;
    box-shadow: 3px 2px 12px -3px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 3px 2px 12px -3px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 3px 2px 12px -3px rgba(0, 0, 0, 0.19);
    border-radius: 10px;
    padding: 40px;
    background: #fff;
}
body.view-login .login .login-description,
body.view-remind .login .login-description,
body.view-reset .login .login-description,
body.view-registration .login .login-description,
body.register .login .login-description,
body.view-login .remind .login-description,
body.view-remind .remind .login-description,
body.view-reset .remind .login-description,
body.view-registration .remind .login-description,
body.register .remind .login-description,
body.view-login .reset .login-description,
body.view-remind .reset .login-description,
body.view-reset .reset .login-description,
body.view-registration .reset .login-description,
body.register .reset .login-description,
body.view-login .reset-confirm .login-description,
body.view-remind .reset-confirm .login-description,
body.view-reset .reset-confirm .login-description,
body.view-registration .reset-confirm .login-description,
body.register .reset-confirm .login-description,
body.view-login .reset-complete .login-description,
body.view-remind .reset-complete .login-description,
body.view-reset .reset-complete .login-description,
body.view-registration .reset-complete .login-description,
body.register .reset-complete .login-description,
body.view-login .login .page-header,
body.view-remind .login .page-header,
body.view-reset .login .page-header,
body.view-registration .login .page-header,
body.register .login .page-header,
body.view-login .remind .page-header,
body.view-remind .remind .page-header,
body.view-reset .remind .page-header,
body.view-registration .remind .page-header,
body.register .remind .page-header,
body.view-login .reset .page-header,
body.view-remind .reset .page-header,
body.view-reset .reset .page-header,
body.view-registration .reset .page-header,
body.register .reset .page-header,
body.view-login .reset-confirm .page-header,
body.view-remind .reset-confirm .page-header,
body.view-reset .reset-confirm .page-header,
body.view-registration .reset-confirm .page-header,
body.register .reset-confirm .page-header,
body.view-login .reset-complete .page-header,
body.view-remind .reset-complete .page-header,
body.view-reset .reset-complete .page-header,
body.view-registration .reset-complete .page-header,
body.register .reset-complete .page-header {
    margin-bottom: 30px;
}
body.view-login .login .login-description h1,
body.view-remind .login .login-description h1,
body.view-reset .login .login-description h1,
body.view-registration .login .login-description h1,
body.register .login .login-description h1,
body.view-login .remind .login-description h1,
body.view-remind .remind .login-description h1,
body.view-reset .remind .login-description h1,
body.view-registration .remind .login-description h1,
body.register .remind .login-description h1,
body.view-login .reset .login-description h1,
body.view-remind .reset .login-description h1,
body.view-reset .reset .login-description h1,
body.view-registration .reset .login-description h1,
body.register .reset .login-description h1,
body.view-login .reset-confirm .login-description h1,
body.view-remind .reset-confirm .login-description h1,
body.view-reset .reset-confirm .login-description h1,
body.view-registration .reset-confirm .login-description h1,
body.register .reset-confirm .login-description h1,
body.view-login .reset-complete .login-description h1,
body.view-remind .reset-complete .login-description h1,
body.view-reset .reset-complete .login-description h1,
body.view-registration .reset-complete .login-description h1,
body.register .reset-complete .login-description h1,
body.view-login .login .page-header h1,
body.view-remind .login .page-header h1,
body.view-reset .login .page-header h1,
body.view-registration .login .page-header h1,
body.register .login .page-header h1,
body.view-login .remind .page-header h1,
body.view-remind .remind .page-header h1,
body.view-reset .remind .page-header h1,
body.view-registration .remind .page-header h1,
body.register .remind .page-header h1,
body.view-login .reset .page-header h1,
body.view-remind .reset .page-header h1,
body.view-reset .reset .page-header h1,
body.view-registration .reset .page-header h1,
body.register .reset .page-header h1,
body.view-login .reset-confirm .page-header h1,
body.view-remind .reset-confirm .page-header h1,
body.view-reset .reset-confirm .page-header h1,
body.view-registration .reset-confirm .page-header h1,
body.register .reset-confirm .page-header h1,
body.view-login .reset-complete .page-header h1,
body.view-remind .reset-complete .page-header h1,
body.view-reset .reset-complete .page-header h1,
body.view-registration .reset-complete .page-header h1,
body.register .reset-complete .page-header h1 {
    font-size: 2rem;
}
body.view-login .login input[type="text"],
body.view-remind .login input[type="text"],
body.view-reset .login input[type="text"],
body.view-registration .login input[type="text"],
body.register .login input[type="text"],
body.view-login .remind input[type="text"],
body.view-remind .remind input[type="text"],
body.view-reset .remind input[type="text"],
body.view-registration .remind input[type="text"],
body.register .remind input[type="text"],
body.view-login .reset input[type="text"],
body.view-remind .reset input[type="text"],
body.view-reset .reset input[type="text"],
body.view-registration .reset input[type="text"],
body.register .reset input[type="text"],
body.view-login .reset-confirm input[type="text"],
body.view-remind .reset-confirm input[type="text"],
body.view-reset .reset-confirm input[type="text"],
body.view-registration .reset-confirm input[type="text"],
body.register .reset-confirm input[type="text"],
body.view-login .reset-complete input[type="text"],
body.view-remind .reset-complete input[type="text"],
body.view-reset .reset-complete input[type="text"],
body.view-registration .reset-complete input[type="text"],
body.register .reset-complete input[type="text"],
body.view-login .login input[type="password"],
body.view-remind .login input[type="password"],
body.view-reset .login input[type="password"],
body.view-registration .login input[type="password"],
body.register .login input[type="password"],
body.view-login .remind input[type="password"],
body.view-remind .remind input[type="password"],
body.view-reset .remind input[type="password"],
body.view-registration .remind input[type="password"],
body.register .remind input[type="password"],
body.view-login .reset input[type="password"],
body.view-remind .reset input[type="password"],
body.view-reset .reset input[type="password"],
body.view-registration .reset input[type="password"],
body.register .reset input[type="password"],
body.view-login .reset-confirm input[type="password"],
body.view-remind .reset-confirm input[type="password"],
body.view-reset .reset-confirm input[type="password"],
body.view-registration .reset-confirm input[type="password"],
body.register .reset-confirm input[type="password"],
body.view-login .reset-complete input[type="password"],
body.view-remind .reset-complete input[type="password"],
body.view-reset .reset-complete input[type="password"],
body.view-registration .reset-complete input[type="password"],
body.register .reset-complete input[type="password"] {
    box-shadow: 3px 2px 5px -2px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 3px 2px 5px -2px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 3px 2px 5px -2px rgba(0, 0, 0, 0.19);
    width: 100%;
    background: #f5f7fd;
    line-height: 2.5rem;
    border: none;
    border-radius: 4px;
}
body.view-login .login .control-group,
body.view-remind .login .control-group,
body.view-reset .login .control-group,
body.view-registration .login .control-group,
body.register .login .control-group,
body.view-login .remind .control-group,
body.view-remind .remind .control-group,
body.view-reset .remind .control-group,
body.view-registration .remind .control-group,
body.register .remind .control-group,
body.view-login .reset .control-group,
body.view-remind .reset .control-group,
body.view-reset .reset .control-group,
body.view-registration .reset .control-group,
body.register .reset .control-group,
body.view-login .reset-confirm .control-group,
body.view-remind .reset-confirm .control-group,
body.view-reset .reset-confirm .control-group,
body.view-registration .reset-confirm .control-group,
body.register .reset-confirm .control-group,
body.view-login .reset-complete .control-group,
body.view-remind .reset-complete .control-group,
body.view-reset .reset-complete .control-group,
body.view-registration .reset-complete .control-group,
body.register .reset-complete .control-group {
    position: relative;
    min-height: 30px;
}
body.view-login .login .control-group .control-label label,
body.view-remind .login .control-group .control-label label,
body.view-reset .login .control-group .control-label label,
body.view-registration .login .control-group .control-label label,
body.register .login .control-group .control-label label,
body.view-login .remind .control-group .control-label label,
body.view-remind .remind .control-group .control-label label,
body.view-reset .remind .control-group .control-label label,
body.view-registration .remind .control-group .control-label label,
body.register .remind .control-group .control-label label,
body.view-login .reset .control-group .control-label label,
body.view-remind .reset .control-group .control-label label,
body.view-reset .reset .control-group .control-label label,
body.view-registration .reset .control-group .control-label label,
body.register .reset .control-group .control-label label,
body.view-login .reset-confirm .control-group .control-label label,
body.view-remind .reset-confirm .control-group .control-label label,
body.view-reset .reset-confirm .control-group .control-label label,
body.view-registration .reset-confirm .control-group .control-label label,
body.register .reset-confirm .control-group .control-label label,
body.view-login .reset-complete .control-group .control-label label,
body.view-remind .reset-complete .control-group .control-label label,
body.view-reset .reset-complete .control-group .control-label label,
body.view-registration .reset-complete .control-group .control-label label,
body.register .reset-complete .control-group .control-label label {
    color: #2c2b54;
}
body.view-login .login .control-group .control-label label:not([for="remember"]),
body.view-remind .login .control-group .control-label label:not([for="remember"]),
body.view-reset .login .control-group .control-label label:not([for="remember"]),
body.view-registration .login .control-group .control-label label:not([for="remember"]),
body.register .login .control-group .control-label label:not([for="remember"]),
body.view-login .remind .control-group .control-label label:not([for="remember"]),
body.view-remind .remind .control-group .control-label label:not([for="remember"]),
body.view-reset .remind .control-group .control-label label:not([for="remember"]),
body.view-registration .remind .control-group .control-label label:not([for="remember"]),
body.register .remind .control-group .control-label label:not([for="remember"]),
body.view-login .reset .control-group .control-label label:not([for="remember"]),
body.view-remind .reset .control-group .control-label label:not([for="remember"]),
body.view-reset .reset .control-group .control-label label:not([for="remember"]),
body.view-registration .reset .control-group .control-label label:not([for="remember"]),
body.register .reset .control-group .control-label label:not([for="remember"]),
body.view-login .reset-confirm .control-group .control-label label:not([for="remember"]),
body.view-remind .reset-confirm .control-group .control-label label:not([for="remember"]),
body.view-reset .reset-confirm .control-group .control-label label:not([for="remember"]),
body.view-registration .reset-confirm .control-group .control-label label:not([for="remember"]),
body.register .reset-confirm .control-group .control-label label:not([for="remember"]),
body.view-login .reset-complete .control-group .control-label label:not([for="remember"]),
body.view-remind .reset-complete .control-group .control-label label:not([for="remember"]),
body.view-reset .reset-complete .control-group .control-label label:not([for="remember"]),
body.view-registration .reset-complete .control-group .control-label label:not([for="remember"]),
body.register .reset-complete .control-group .control-label label:not([for="remember"]) {
    display: none;
}
body.view-login .login .control-group .control-label label[for="remember"],
body.view-remind .login .control-group .control-label label[for="remember"],
body.view-reset .login .control-group .control-label label[for="remember"],
body.view-registration .login .control-group .control-label label[for="remember"],
body.register .login .control-group .control-label label[for="remember"],
body.view-login .remind .control-group .control-label label[for="remember"],
body.view-remind .remind .control-group .control-label label[for="remember"],
body.view-reset .remind .control-group .control-label label[for="remember"],
body.view-registration .remind .control-group .control-label label[for="remember"],
body.register .remind .control-group .control-label label[for="remember"],
body.view-login .reset .control-group .control-label label[for="remember"],
body.view-remind .reset .control-group .control-label label[for="remember"],
body.view-reset .reset .control-group .control-label label[for="remember"],
body.view-registration .reset .control-group .control-label label[for="remember"],
body.register .reset .control-group .control-label label[for="remember"],
body.view-login .reset-confirm .control-group .control-label label[for="remember"],
body.view-remind .reset-confirm .control-group .control-label label[for="remember"],
body.view-reset .reset-confirm .control-group .control-label label[for="remember"],
body.view-registration .reset-confirm .control-group .control-label label[for="remember"],
body.register .reset-confirm .control-group .control-label label[for="remember"],
body.view-login .reset-complete .control-group .control-label label[for="remember"],
body.view-remind .reset-complete .control-group .control-label label[for="remember"],
body.view-reset .reset-complete .control-group .control-label label[for="remember"],
body.view-registration .reset-complete .control-group .control-label label[for="remember"],
body.register .reset-complete .control-group .control-label label[for="remember"] {
    position: absolute;
    top: 0;
    left: 30px;
}
body.view-login .login .control-group input::placeholder,
body.view-remind .login .control-group input::placeholder,
body.view-reset .login .control-group input::placeholder,
body.view-registration .login .control-group input::placeholder,
body.register .login .control-group input::placeholder,
body.view-login .remind .control-group input::placeholder,
body.view-remind .remind .control-group input::placeholder,
body.view-reset .remind .control-group input::placeholder,
body.view-registration .remind .control-group input::placeholder,
body.register .remind .control-group input::placeholder,
body.view-login .reset .control-group input::placeholder,
body.view-remind .reset .control-group input::placeholder,
body.view-reset .reset .control-group input::placeholder,
body.view-registration .reset .control-group input::placeholder,
body.register .reset .control-group input::placeholder,
body.view-login .reset-confirm .control-group input::placeholder,
body.view-remind .reset-confirm .control-group input::placeholder,
body.view-reset .reset-confirm .control-group input::placeholder,
body.view-registration .reset-confirm .control-group input::placeholder,
body.register .reset-confirm .control-group input::placeholder,
body.view-login .reset-complete .control-group input::placeholder,
body.view-remind .reset-complete .control-group input::placeholder,
body.view-reset .reset-complete .control-group input::placeholder,
body.view-registration .reset-complete .control-group input::placeholder,
body.register .reset-complete .control-group input::placeholder {
    color: #2c2b54;
}
body.view-login .login .control-group .form-check-input,
body.view-remind .login .control-group .form-check-input,
body.view-reset .login .control-group .form-check-input,
body.view-registration .login .control-group .form-check-input,
body.register .login .control-group .form-check-input,
body.view-login .remind .control-group .form-check-input,
body.view-remind .remind .control-group .form-check-input,
body.view-reset .remind .control-group .form-check-input,
body.view-registration .remind .control-group .form-check-input,
body.register .remind .control-group .form-check-input,
body.view-login .reset .control-group .form-check-input,
body.view-remind .reset .control-group .form-check-input,
body.view-reset .reset .control-group .form-check-input,
body.view-registration .reset .control-group .form-check-input,
body.register .reset .control-group .form-check-input,
body.view-login .reset-confirm .control-group .form-check-input,
body.view-remind .reset-confirm .control-group .form-check-input,
body.view-reset .reset-confirm .control-group .form-check-input,
body.view-registration .reset-confirm .control-group .form-check-input,
body.register .reset-confirm .control-group .form-check-input,
body.view-login .reset-complete .control-group .form-check-input,
body.view-remind .reset-complete .control-group .form-check-input,
body.view-reset .reset-complete .control-group .form-check-input,
body.view-registration .reset-complete .control-group .form-check-input,
body.register .reset-complete .control-group .form-check-input {
    margin-left: 0;
}
body.view-login .login .control-group .pw-show,
body.view-remind .login .control-group .pw-show,
body.view-reset .login .control-group .pw-show,
body.view-registration .login .control-group .pw-show,
body.register .login .control-group .pw-show,
body.view-login .remind .control-group .pw-show,
body.view-remind .remind .control-group .pw-show,
body.view-reset .remind .control-group .pw-show,
body.view-registration .remind .control-group .pw-show,
body.register .remind .control-group .pw-show,
body.view-login .reset .control-group .pw-show,
body.view-remind .reset .control-group .pw-show,
body.view-reset .reset .control-group .pw-show,
body.view-registration .reset .control-group .pw-show,
body.register .reset .control-group .pw-show,
body.view-login .reset-confirm .control-group .pw-show,
body.view-remind .reset-confirm .control-group .pw-show,
body.view-reset .reset-confirm .control-group .pw-show,
body.view-registration .reset-confirm .control-group .pw-show,
body.register .reset-confirm .control-group .pw-show,
body.view-login .reset-complete .control-group .pw-show,
body.view-remind .reset-complete .control-group .pw-show,
body.view-reset .reset-complete .control-group .pw-show,
body.view-registration .reset-complete .control-group .pw-show,
body.register .reset-complete .control-group .pw-show {
    position: absolute;
    top: 16px;
    right: 16px;
}
body.view-login .login .control-group .pw-show a,
body.view-remind .login .control-group .pw-show a,
body.view-reset .login .control-group .pw-show a,
body.view-registration .login .control-group .pw-show a,
body.register .login .control-group .pw-show a,
body.view-login .remind .control-group .pw-show a,
body.view-remind .remind .control-group .pw-show a,
body.view-reset .remind .control-group .pw-show a,
body.view-registration .remind .control-group .pw-show a,
body.register .remind .control-group .pw-show a,
body.view-login .reset .control-group .pw-show a,
body.view-remind .reset .control-group .pw-show a,
body.view-reset .reset .control-group .pw-show a,
body.view-registration .reset .control-group .pw-show a,
body.register .reset .control-group .pw-show a,
body.view-login .reset-confirm .control-group .pw-show a,
body.view-remind .reset-confirm .control-group .pw-show a,
body.view-reset .reset-confirm .control-group .pw-show a,
body.view-registration .reset-confirm .control-group .pw-show a,
body.register .reset-confirm .control-group .pw-show a,
body.view-login .reset-complete .control-group .pw-show a,
body.view-remind .reset-complete .control-group .pw-show a,
body.view-reset .reset-complete .control-group .pw-show a,
body.view-registration .reset-complete .control-group .pw-show a,
body.register .reset-complete .control-group .pw-show a {
    width: 22px;
    height: 22px;
    display: block;
    background: url(../images/eye.svg) bottom center no-repeat;
    background-size: cover;
}
body.view-login .login .control-group .pw-show a.pw-show-active,
body.view-remind .login .control-group .pw-show a.pw-show-active,
body.view-reset .login .control-group .pw-show a.pw-show-active,
body.view-registration .login .control-group .pw-show a.pw-show-active,
body.register .login .control-group .pw-show a.pw-show-active,
body.view-login .remind .control-group .pw-show a.pw-show-active,
body.view-remind .remind .control-group .pw-show a.pw-show-active,
body.view-reset .remind .control-group .pw-show a.pw-show-active,
body.view-registration .remind .control-group .pw-show a.pw-show-active,
body.register .remind .control-group .pw-show a.pw-show-active,
body.view-login .reset .control-group .pw-show a.pw-show-active,
body.view-remind .reset .control-group .pw-show a.pw-show-active,
body.view-reset .reset .control-group .pw-show a.pw-show-active,
body.view-registration .reset .control-group .pw-show a.pw-show-active,
body.register .reset .control-group .pw-show a.pw-show-active,
body.view-login .reset-confirm .control-group .pw-show a.pw-show-active,
body.view-remind .reset-confirm .control-group .pw-show a.pw-show-active,
body.view-reset .reset-confirm .control-group .pw-show a.pw-show-active,
body.view-registration .reset-confirm .control-group .pw-show a.pw-show-active,
body.register .reset-confirm .control-group .pw-show a.pw-show-active,
body.view-login .reset-complete .control-group .pw-show a.pw-show-active,
body.view-remind .reset-complete .control-group .pw-show a.pw-show-active,
body.view-reset .reset-complete .control-group .pw-show a.pw-show-active,
body.view-registration .reset-complete .control-group .pw-show a.pw-show-active,
body.register .reset-complete .control-group .pw-show a.pw-show-active {
    background: url(../images/eye-disabled.svg) bottom center no-repeat;
    background-size: cover;
}
@media (max-width: 529px) {
    body.view-login .login,
    body.view-remind .login,
    body.view-reset .login,
    body.view-registration .login,
    body.register .login,
    body.view-login .remind,
    body.view-remind .remind,
    body.view-reset .remind,
    body.view-registration .remind,
    body.register .remind,
    body.view-login .reset,
    body.view-remind .reset,
    body.view-reset .reset,
    body.view-registration .reset,
    body.register .reset,
    body.view-login .reset-confirm,
    body.view-remind .reset-confirm,
    body.view-reset .reset-confirm,
    body.view-registration .reset-confirm,
    body.register .reset-confirm,
    body.view-login .reset-complete,
    body.view-remind .reset-complete,
    body.view-reset .reset-complete,
    body.view-registration .reset-complete,
    body.register .reset-complete {
        margin-left: 15px;
        margin-right: 15px;
    }
}
body.register .item-pageregister {
    padding: 0;
}
body.register .item-pageregister > .row {
    margin-bottom: 30px;
    max-width: 500px;
    margin: auto;
    box-shadow: 3px 2px 12px -3px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 3px 2px 12px -3px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 3px 2px 12px -3px rgba(0, 0, 0, 0.19);
    border-radius: 10px;
    padding: 40px;
    background: #fff;
}
body.register .item-pageregister > .row .login-description {
    margin-bottom: 30px;
}
body.register .item-pageregister > .row .page-header h1 {
    font-size: 2rem;
}
body.register .item-pageregister > .row input[type="text"],
body.register .item-pageregister > .row input[type="password"],
body.register .item-pageregister > .row input[type="email"] {
    box-shadow: 3px 2px 5px -2px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 3px 2px 5px -2px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 3px 2px 5px -2px rgba(0, 0, 0, 0.19);
    width: 100%;
    background: #f5f7fd;
    line-height: 2.5rem;
    border: none;
    border-radius: 4px;
}
body.register .item-pageregister > .row .control-group {
    position: relative;
    min-height: 30px;
}
body.register .item-pageregister > .row .control-group .control-label lable {
    color: #2c2b54;
}
body.register .item-pageregister > .row .control-group .control-label label:not([for="remember"]) {
    display: none;
}
body.register .item-pageregister > .row .control-group .control-label label[for="remember"] {
    position: absolute;
    top: 0;
    left: 30px;
}
body.register .item-pageregister > .row .control-group input::placeholder {
    color: #2c2b54;
}
body.register .item-pageregister > .row .control-group .form-check-input {
    margin-left: 0;
}
body.register .item-pageregister > .row > div {
    width: 100%;
    max-width: 100%;
    display: block;
    flex: 1;
    margin-left: 0;
    padding: 0;
}
.customrequest-a-demo-form,
.customcontact-form,
.newsletter-form,
.customrequest-full-account-form {
    margin-top: 2rem;
}
.customrequest-a-demo-form ._error,
.customcontact-form ._error,
.newsletter-form ._error,
.customrequest-full-account-form ._error {
    color: red;
}
.customrequest-a-demo-form ._form_element,
.customcontact-form ._form_element,
.newsletter-form ._form_element,
.customrequest-full-account-form ._form_element {
    margin: 1rem 0;
}
.customrequest-a-demo-form ._form-thank-you,
.customcontact-form ._form-thank-you,
.newsletter-form ._form-thank-you,
.customrequest-full-account-form ._form-thank-you {
    font-size: 1.26rem;
    font-weight: 500;
}
.customrequest-a-demo-form label,
.customcontact-form label,
.newsletter-form label,
.customrequest-full-account-form label {
    color: #2c2b54;
}
.customrequest-a-demo-form input,
.customcontact-form input,
.newsletter-form input,
.customrequest-full-account-form input,
.customrequest-a-demo-form select,
.customcontact-form select,
.newsletter-form select,
.customrequest-full-account-form select {
    min-height: 40px;
    width: 100%;
    padding: 10px;
    border: transparent;
    border-radius: 4px;
    background: #f5f7fd;
    box-shadow: 3px 2px 5px -2px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 3px 2px 5px -2px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 3px 2px 5px -2px rgba(0, 0, 0, 0.19);
}
.customrequest-a-demo-form button,
.customcontact-form button,
.newsletter-form button,
.customrequest-full-account-form button {
    color: #fff;
}
.newsletter-form {
    margin-top: 0;
}
.newsletter-form label {
    display: none;
}
body.view-trial input,
body.view-trial select {
    min-height: 40px;
    width: 100%;
    padding: 10px;
    border: transparent;
    border-radius: 4px;
    background: #f5f7fd;
    box-shadow: 3px 2px 5px -2px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 3px 2px 5px -2px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 3px 2px 5px -2px rgba(0, 0, 0, 0.19);
}
body.view-trial #main-content {
    background: #f5f7fd;
    padding: 3rem 15px;
}
body.view-trial .component-content {
    max-width: 800px;
    margin: auto;
    box-shadow: 3px 2px 12px -3px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 3px 2px 12px -3px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 3px 2px 12px -3px rgba(0, 0, 0, 0.19);
    border-radius: 10px;
    padding: 40px;
    background: #fff;
}
@media (max-width: 800px) {
    body.view-trial .component-content {
        padding: 40px 20px;
    }
}
.mobile-toggle {
    justify-self: flex-end;
    margin-left: 20px;
}
.mobile-toggle a {
    height: 34px;
    width: 34px;
    background: url(../images/menu.svg) bottom center no-repeat;
    background-size: cover;
    display: block;
}
nav.menu-open .mobile-toggle a {
    background: url(../images/menu-close.svg) bottom center no-repeat;
    background-size: cover;
}
body > header {
    position: relative;
    box-shadow: 3px 2px 12px -3px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 3px 2px 12px -3px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 3px 2px 12px -3px rgba(0, 0, 0, 0.19);
}
body > header > nav {
    background: #2c2b54;
    color: #fff;
    padding: 15px 0;
    position: relative;
    z-index: 5;
}
@media (max-width: 767px) {
    body > header > nav {
        padding: 8px 0;
    }
}
@media (max-width: 1199px) and (min-width: 1060px) {
    body > header > nav .container {
        max-width: 100% !important;
    }
}
body > header > nav ul li a,
body > header > nav ul li span {
    color: #fff;
    font-weight: 600;
    display: block;
}
body > header > nav ul li a:after,
body > header > nav ul li span:after {
    content: "";
    width: 0;
    opacity: 0;
    height: 2px;
    background: #fff;
    display: block;
    position: relative;
    transition: all 0.4s;
    bottom: -2px;
}
@media (max-width: 1059px) {
    body > header > nav ul li a:after,
    body > header > nav ul li span:after {
        display: none;
    }
}
body > header > nav ul li a:hover,
body > header > nav ul li span:hover {
    text-decoration: none;
    color: #fff;
}
body > header > nav ul li a:hover:after,
body > header > nav ul li span:hover:after {
    width: 100%;
    opacity: 1;
    transition: all 0.4s;
}
body > header > nav ul li.active a,
body > header > nav ul li.active span {
    color: #f2a949;
}
body > header > nav ul li.active a:after,
body > header > nav ul li.active span:after {
    content: "";
    width: 100%;
    opacity: 1;
    height: 2px;
    background: #f2a949;
    display: block;
    position: relative;
    bottom: -2px;
}
body > header > nav p {
    margin: 0;
}
body > header > nav .menu > li {
    padding: 0 15px;
    padding-bottom: 30px;
    margin-bottom: -30px;
    position: relative;
}
body > header > nav .menu > li > ul {
    box-shadow: 3px 2px 5px -2px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 3px 2px 5px -2px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 3px 2px 5px -2px rgba(0, 0, 0, 0.19);
    border-radius: 6px;
    list-style: none;
    padding: 20px;
    margin: 0;
    position: absolute;
    top: -400px;
    left: 0;
    background: #fff;
    min-width: 240px;
    opacity: 0;
    transition: opacity 0.4s;
    display: block;
}
body > header > nav .menu > li > ul > li a {
    color: #2c2b54;
    font-size: 1rem;
}
body > header > nav .menu > li:hover > ul {
    display: block;
    opacity: 1;
    top: 40px;
    transition: opacity 0.4s;
}
body > header > nav .mobile-menu-wrapper {
    display: none;
    background: #2c2b54;
    position: absolute;
    top: 85px;
    z-index: 1000;
    left: 0;
    width: 100%;
}
body > header > nav .mod-languages {
    margin-left: 20px;
}
@media (max-width: 1059px) {
    body > header > nav .mod-languages {
        margin-left: auto;
    }
}
body > header > nav .mod-languages .chzn-container {
    min-width: 60px !important;
}
body > header > nav .mod-languages .chzn-container-active {
    background: #2c2b54;
    border-color: #fff;
}
body > header > nav .mod-languages .chzn-single {
    background: #2c2b54 !important;
    border-radius: 0;
    box-shadow: none;
    height: 40px;
    line-height: 40px;
    border-color: #fff !important;
}
body > header > nav .mod-languages .chzn-container-single .chzn-single div b {
    background-position-y: 10px;
}
body > header > nav .mod-languages .chzn-drop {
    background: #2c2b54;
    border-radius: 0;
    border-color: #fff;
}
body > header > nav .mod-languages .chzn-drop .chzn-results {
    color: #fff;
}
body > header > nav .mod-languages .chzn-drop .chzn-results li.highlighted {
    background: #05c0bd;
}
body > header .container {
    display: flex;
    align-items: center;
    padding: 0;
}
body > header .container > div:first-child {
    padding-right: 30px;
}
@media (max-width: 767px) {
    body > header .container > div:first-child img {
        width: 160px !important;
    }
}
body > header .menutop-right {
    display: flex;
    align-items: center;
    justify-self: flex-end;
    margin-left: auto;
}
body > header .menutop-right > li:last-child {
    margin-left: 30px;
}
body > header .menutop-right > li:last-child a {
    border: none;
    border-radius: 60px;
    padding: 10px 20px;
    transition: all 0.2s;
    font-weight: 500;
    background: #05c0bd;
}
body > header .menutop-right > li:last-child a::after {
    display: none;
}
body > header .menutop-right > li:last-child a:hover {
    background: #26d9d6;
}
body > header .menutop-right > li:last-child.active a {
    color: #fff;
}
body > header .menu.menu-is-mobile,
body > header .menutop-right.menu-is-mobile {
    display: block !important;
    background: #2c2b54;
    padding-bottom: 30px;
}
body > header .menu.menu-is-mobile > li,
body > header .menutop-right.menu-is-mobile > li {
    padding: 5px 0;
    margin-bottom: 0;
    margin-left: 0;
}
@media (max-width: 576px) {
    body > header .menu.menu-is-mobile > li,
    body > header .menutop-right.menu-is-mobile > li {
        padding: 5px 15px;
    }
}
body > header .menu.menu-is-mobile > li a,
body > header .menutop-right.menu-is-mobile > li a,
body > header .menu.menu-is-mobile > li span,
body > header .menutop-right.menu-is-mobile > li span {
    display: inline-block;
}
body > header .menu.menu-is-mobile > li > ul,
body > header .menutop-right.menu-is-mobile > li > ul {
    display: none;
    top: 0 !important;
    opacity: 1 !important;
    position: relative !important;
}
body > header .menu.menu-is-mobile > li:hover > ul,
body > header .menutop-right.menu-is-mobile > li:hover > ul {
    display: none;
}
body > header .flink {
    display: none;
}
body > header .menu.menu-is-mobile {
    padding-bottom: 0;
}
.certificate {
    padding: 3rem 0;
}