body {
    position: relative;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6;
    color: #373737;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    min-height: 100vh;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #06051f;
    line-height: 1.3;
    margin-bottom: 15px;
}
a {
    color: #01a0c6;
}
a:hover {
    color: #028fb1;
    text-decoration: none;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
p {
    margin-bottom: 15px;
}
strong,b {
    font-weight: 700;
}
.separator {
    height: 15px;
}
.separator.half {
    height: 2px;
}
.embed-responsive-4by5::before {
    padding-top: 125%;
}
.embed-responsive-9by16::before {
    padding-top: 120%;
}
.embed-responsive-custom.embed-responsive {
    width: 130%;
    left: -15%;
}
.embed-responsive-custom::before {
    padding-top: 120%;
}
/*! Wrapper */
.wrapper {
    overflow: hidden;
    position: relative;
    z-index: 2;
}
/*!
 * Site Header
 */
.site-header {
    position: relative;
    color: #fff;
    background: #04041f;
}
.site-logo {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}
.site-nav .site-logo a {
    line-height: 1;
    padding: 0;
    margin-left: 42px;
}
.site-logo img {
    max-height: 26px;
    position: relative;
    top: 0px;
}
.site-nav h3, .site-nav a {
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.3px;
    margin-bottom: 0;
    font-weight: 600;
    margin-top: 0;
}
.site-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    width: 100%;
    z-index: 22;
    top: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 0;
    left: 15px;
    z-index: 1050;
}
.site-nav.onscroll, .site-nav.opened {
    background: #04041f;
}
.site-nav>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.site-nav ul.left__menu {
    gap: 0 40px;
    display: none;
    width: 100%;
    position: fixed;
    top: 66px;
    z-index: 1050;
}
.site-nav ul.right__menu {
    padding-right: 15px;
}
.site-nav li a.signup {
    color: #fff;
    border: 1px solid #01a0c6;
    background: #01a0c6;
    border-radius: 2px;
    padding: 7px 15px;
    font-size: 13px;
}
li.has-submenu>a::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: scaleY(1) rotate(45deg);
    -ms-transform: scaleY(1) rotate(45deg);
    transform: scaleY(1) rotate(45deg);
    top: 17px;
    right: 20px;
    -webkit-transition: border-color .15s linear;
    -o-transition: border-color .15s linear;
    transition: border-color .15s linear;
}
li.has-submenu.opened>a::before {
    -webkit-transform: scaleY(-1) rotate(45deg);
    -ms-transform: scaleY(-1) rotate(45deg);
    transform: scaleY(-1) rotate(45deg);
    top: 21px;
}
li.has-submenu.active::before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 18px;
}
ul.mega-submenu {
    background: #1e1e41;
    display: none;
}
ul.mega-submenu li {
    border-bottom: 1px dashed #353562;
    padding-left: 10px;
}
.site-nav a {
    display: block;
    padding: 10px 12px;
    position: relative;
}
.mega__submenu {
    display: none;
}
.has-submenu.opened .mega__submenu {
    display: block;
    margin: 0 15px;
}
.navTrigger {
    cursor: pointer;
    width: 18px;
    position: absolute;
    left: 15px;
    top: 24px;
    z-index: 99;
    padding: 0;
    border-radius: 4px;
}
.navTrigger i, span.close i {
    background-color: #ffffff;
    border-radius: 3px;
    display: block;
    width: 100%;
    height: 2px;
    margin: 3px 0;
}
.navTrigger i:nth-child(1) {
    -webkit-animation: outT 0.8s backwards;
    animation: outT 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}
.navTrigger i:nth-child(2) {
    margin: 2px 0;
    -webkit-animation: outM 0.8s backwards;
    animation: outM 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}
.navTrigger i:nth-child(3) {
    -webkit-animation: outBtm 0.8s backwards;
    animation: outBtm 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}
.site-nav.opened .navTrigger i:nth-child(1), .site-nav.opened span.close i:nth-child(1) {
    -webkit-animation: inT 0.8s forwards;
    animation: inT 0.8s forwards;
}
.site-nav.opened .navTrigger i:nth-child(2), .site-nav.opened span.close i:nth-child(2) {
    -webkit-animation: inM 0.8s forwards;
    animation: inM 0.8s forwards;
    margin: 4px 0;
}
.site-nav.opened .navTrigger i:nth-child(3), .site-nav.opened span.close i:nth-child(3) {
    -webkit-animation: inBtm 0.8s forwards;
    animation: inBtm 0.8s forwards;
    display: none;
}
/* Site Hero */
.site-hero {
    text-align: center;
    padding: 72px 0 30px;
}
.site-title{
    color: #fff;
    font-size: 24px;
    padding: 0 20px;
    margin-bottom: 20px;
}
.site-tagline {
    color: #fff;
}
.site-hero .igVid-wrapper {
    width: 61%;
    margin: 0 auto 20px;
    position: relative;
    padding: 0;
    z-index: 2;
}
.site-header .igVid-wrapper .embed-responsive {
    border-radius: 4px;
    overflow: visible;
}
.cta-wrapper {
    width: max-content;
}
.site-header .cta-wrapper {
    margin: 0 auto;
}
.site-header a.cta {
    background: #8cfe9c;
    color: #067616;
    font-weight: 700;
    -webkit-box-shadow: 4px 24px 24px #001303;
    box-shadow: 4px 24px 24px #001303;
    margin-bottom: 10px;
}
.site-header a.cta:hover {
    background: #1fc16b;
    color: #fff;
}
.site-header a.cta+p.small {
    display: block;
    text-align: center;
    margin-bottom: 0;
}
a.cta {
    color: #fff;
    background: #1fc16b;
    padding: 22px 15px;
    border-radius: 4px;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    min-width: 260px;
    text-align: center;
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 290px;
}
/*!
 * Section
 */
section {
    position: relative;
    padding-top: 24px;
    padding-bottom: 26px;
    background: #ffffff;
    text-align: center;
    overflow: hidden;
}
.gray {
    background: #f5f5f5;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.dark {
    background: #04041f;
    color: #fff;
}
.section-title {
    margin-bottom: 20px;
}
.section-title h3,
.container > h3 {
    font-size: 24px;
    letter-spacing: -1px;
    position: relative;
    margin-bottom: 10px;
}
.section-title h4 {
    font-size: 17px;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 16px;
}
.dark h3,
.dark h4 {
    color: #fff;
}

/*! Brands Strip */
.brand-strip {
    margin-left: -15px;
    margin-right: -15px;
}
.brand-strip h5 {
    font-size: 14px;
    font-weight: 600;
}
.swiper-wrapper {
    -webkit-transition-timing-function:linear!important;
    -o-transition-timing-function:linear!important;
    transition-timing-function:linear!important;
}
.swiper-slide {
    width: auto !important;
    padding: 0 10px;
}
.brands-strip {
    padding-bottom: 0;
    /* padding-top: 24px; */
}
.brand-strip .logo-brand {
    background: url('../images/brands.svg') no-repeat;
    height: 38px;
    background-size: 208px 418px;
}
.brand-strip .disney {
    width: 91px;
    background-position: 0% 0%;
}
.brand-strip .disney:hover {
    background-position: -104px 0%;
}
.brand-strip .redbull {
    width: 104px;
    background-position: 0 20%;
}
.brand-strip .redbull:hover {
    background-position: -104px 20%;
}
.brand-strip .marvel {
    width: 69px;
    background-position: 0% 10%;
}
.brand-strip .marvel:hover {
    background-position: -104px 10%;
}
.brand-strip .loreal {
    width: 92px;
    background-position: 0 40%;
}
.brand-strip .loreal:hover {
    background-position: -104px 40%;'
}
.brand-strip .twitter {
    width: 92px;
    background-position: 0 30%;
}
.brand-strip .twitter:hover {
    background-position: -104px 30%;
}
.brand-strip .lego {
    width: 62px;
    background-position: 0 70%;
}
.brand-strip .lego:hover {
    background-position: -104px 70%
}
.brand-strip .warnerbros {
    width: 104px;
    background-position: 0 80%;
}
.brand-strip .warnerbros:hover {
    background-position: -104px 80%;
}
.brand-strip .seattle {
    width: 103px;
    background-position: 0 50%;
}
.brand-strip .seattle:hover {
    background-position: -104px 50%;
}
.brand-strip .americanexpress {
    width: 81px;
    background-position: 0 60%;
}
.brand-strip .americanexpress:hover {
    background-position: -104px 60%;
}

.platform  {
    display: flex;
    gap: 0 20px;
    padding: 16px 0px;
    background: #f5f5f5;
    color: #04041f;
    flex-wrap: wrap;
}
.platform .inner-wrapper {
    display: flex;
    gap: 8px 12px;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 auto;
    justify-content: center;
}
.platform .inner-wrapper div {
    display: flex;
    gap: 0 4px;
    align-content: center;
    align-items: center;
    position: relative;
}
.platform .inner-wrapper span.label {
    font-weight: 400;
    font-size: 12px;
    background: #2196F3;
    padding: 3px 10px 4px;
    border-radius: 26px;
    color: #fff;
}
.platform .inner-wrapper div::before {
    content: '';
    width: 24px;
    height: 24px;
    background: url('../images/standard/icons.png') no-repeat;
    background-size: 100% auto;
    background-position: 0 45%;
}
.platform .container .imessage-platform::before {
    background-position: 0 50%;
}
.platform .container .icq-platform::before {
    background-position: 0 55%;
}
.platform .container .msn-platform::before {
    background-position: 0 60%;
}
.platform .container .aim-platform::before {
    background-position: 0 65%;
}
.platform .inner-wrapper .more {
    padding: 2px 0 1px;
    cursor: pointer;
}
.platform .inner-wrapper .more.opened {
    width: 100%;
    display: flex;
    justify-content: center;
}
.platform .inner-wrapper .more::before {
    display: none;
}
.platform .inner-wrapper .more span::before {
    content: '+ More';
}
.platform .inner-wrapper .more.opened span::before {
    content:'   Less';
    padding-left: 16px;
}
.platform .inner-wrapper .more.opened span::after {
    content:'';
    position: absolute;
    width: 8px;
    height: 8px;
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    transform: rotate(45deg);
    left: 0;
    top: 5px;
}
.platform span {
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    position: relative;
}
.platform .inner-wrapper .coming-soon {
    display: none;
}
.platform .inner-wrapper .coming-soon.show {
    display: flex;
}
.showcase {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 150%;
    padding-bottom: 20px;
    gap: 0 10px;
}
#scrollbar__1 .showcase {
    gap: 0
}
.showcase-details {
    display: grid;
    margin-top: 30px;
    grid-template-columns: repeat(1, 1fr);
    text-align: left;
}
.showcase-details div {
    margin: 0 0 16px;
    padding: 0 0 0 26px;
}
.showcase-details div:last-of-type {
    margin-bottom: 0;
}
.showcase-details h5 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 7px;
}
.showcase-details p {
    line-height: 1.6;
    margin-bottom: 0;
    font-size: 16px;
}
.comparison-title {
    font-weight: 600;
    line-height: 1.4;
    font-size: 17px;
    padding: 0 0px 10px 0px;
    display: flex;
    align-content: center;
    align-items: center;
    gap: 0 10px;
    justify-content: center;
}
.comparison-title .emoji {
    font-size: 28px
}
.comparison ul li {
    margin-bottom: 10px;
    padding: 12px 14px;
    background: #ffe7e7;
    border-radius: 10px 0 0 10px;
    font-weight: 500;
    color: #864a4a;
    /* height: 50px; */
}
.comparison ul li:last-child {
    margin-bottom: 0;
}
.comparison {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.table-comparison.before {
    margin-bottom: 16px;
}
.icon-comparison {
    position: absolute;
    display: none;
}
.icon-comparison ul li {
    background: transparent;
    background: linear-gradient(90deg, rgba(255,231,231,1) 0%, rgba(255,231,231,1) 50%, rgba(163,228,201,1) 50%, rgba(163,228,201,1) 100%);
    border-radius: 0;
    position: relative;
}
.table-comparison.after ul li {
    background: #a3e4c9;
    border-radius: 0 10px 10px 0;
    color: #28624b;
}

.icon-comparison li::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffffff;
    border-radius: 50%;
}
.icon-comparison svg {
    position: relative;
    top: -2px;
}
.illustration__wrapper {
    margin-bottom: 16px;
}
.feature h5 {
    font-size: 20px;
    padding: 0;
    line-height: 1.5;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
    padding: 0px 20px;
}
.feature p {
    margin-bottom: 0;
}
.dark h6 {
    color: #fff;
    font-size: 17px;
}
.lists {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    justify-content: center;
    justify-items: center;
}
.list {
    padding: 10px 20px 10px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px 10px;
    background: #ffffff0f;
    flex-direction: row;
    width: max-content;
    border-radius: 4px;
}
.emoji {
    font-size: 50px;
}
.list h6 {
    margin-bottom: 0;
    font-size: 16px;
}
.mockchat-on-phone .vidWrapper {
    position: absolute;
    width: 90%;
    bottom: 0;
    top: 13.5%;
    left: 5%;
    padding: 0;
    border: 0;
    box-shadow: none;
    overflow: hidden;
    border-radius: 0;
}
.mockchat-on-phone {
    position: relative;
}
.mockchat-on-phone img {
    position: relative;
    z-index: 1;
}
.showcase2 .inner__wrapper {
    display: grid;
    gap: 0 40px;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
}
#ig-mockchat .vidWrapper {
    top: 6%;
    bottom: 13%;
    height: auto;
}
#ig-mockchat .embed-responsive {
    width: 146%;
    left: -23%;
}
#fb-mockchat .vidWrapper {
    top: 17.2%;
    bottom: 15%;
    height: auto;
    left: calc(4.55% - 0.5px);
    right: calc(4.55% - 0.5px);
    width: auto;
}
#fb-mockchat .vidWrapper .embed-responsive {
    width: 132%;
    left: -16%;
}
#fb-mockchat .embed-responsive video {
    top: 3px;
}
#yt-mockchat .vidWrapper .embed-responsive {
    width: 132%;
    left: -16%;
}
.feature-list h6 {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 600;
    text-align: left;
}
.feature-list {
    background: #fff;
    padding: 14px 20px 14px 14px;
    border-radius: 8px;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    gap: 0 10px;
    width: max-content;
}
.feature-list p {
    margin-bottom: 0;
    line-height: 1.6;
    display: none;
}
.features {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    justify-content: center;
    justify-items: center;
}
/*! Footer*/
.site-footer {
    background: #04041f;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(52%,#04041f),to(#19053b));
    background: -o-linear-gradient(top,#04041f 52%,#19053b 100%);
    background: linear-gradient(180deg,#04041f 52%,#19053b 100%);
    color: #fff;
    text-align: center;
    padding: 30px 0 36px
}
.widget,p.grid {
    text-align: left
}
/*! Site Footer */
.site-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px
}
.site-footer a {
    color: #fff;
}
.widget {
    margin-bottom: 20px;
    font-size: 14px
}
.widget ul li {
    margin: 0 0 5px
}
.widget ul li:last-child {
    margin-bottom: 0;
}
.social-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}
.widget h4 {
    font-size: 15px;
    color: #fff;
}
.social-widget a svg {
    width: 20px;
    margin: 0 6px 0 0
}
.social-widget a svg path {
    fill: #ffff
}
.social-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center
}
.widget .social-widget li {
    margin-bottom: 0;
}
.site-footer .copyright ul li {
    display: inline-block;
    margin: 0 3px
}
hr.footer-line {
    margin: 0 0 16px;
    border-top: 1px dashed #1b1b43
}
.site-footer p:not(.grid) {
    font-size: 14px;
    margin-bottom: 0;
}
.site-footer .copyright ul {
    margin-bottom: 15px
}
.jsm-status-navbar {
    display: none;
}
.jsm-bottom-bar {
    display: none;
}
.jsm-chat-content .jsm-chat-message {
    font-size: 13px;
    line-height: 17px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', sans-serif;
    letter-spacing: -0.1px;
}
.jsm-bot-icon {
    display: none;
}
.phone-conversation {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.jsm-bot-info {
    display: none;
}
.jsm-chat-content {
    background: transparent;
}
.jsm-iphone-content-wrapper {
    top: calc(2% + 3px);
    bottom: 0;
    height: auto;
    left: 12px;
    right: 10px;
    width: auto;
    padding-bottom: 24%;
    padding-top: 24%;
}
.jsm-chat-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.jsm-user-icon ,
.jsm-bot-welcome-message,
.jsm-bot-info,
.jsm-messenger-flash,
.jsm-status,
.jsm-chat-timestamp {
    display: none;
}
.bot:nth-last-child(-n+2) .jsm-user-icon {
    display: block;
}
.jsm-chat-content .jsm-chat-message.jsm-left {
    margin-left: 1.5rem !important;
}
.jsm-chat-content .jsm-chat-message {
    line-height: 0.9rem;
    padding: 0.4rem 0.6rem;
    font-size: 0.75rem;
}
.icon, .platform-icon {
    margin: 0 auto 16px;
    width: 40px;
    height: 40px;
    background: url('../images/standard/icons.png') no-repeat;
    background-size: 100% auto;
    background-position: 0 0;
}
.icon {
    margin: 0;
}
.list:nth-child(2) .icon {
    background-position: 0 5%;
}
.list:nth-child(3) .icon {
    background-position: 0 10%;
}
.list:nth-child(4) .icon {
    background-position: 0 15%;
}
.list:nth-child(5) .icon {
    background-position: 0 20%;
}
.feature-list .icon {
    margin: 0;
    width: 40px;
    height: 40px;
}
.feature-list:nth-child(1) .icon {
    background-position: 0 25%;
}
.feature-list:nth-child(2) .icon {
    background-position: 0 30%;
}
.feature-list:nth-child(3) .icon {
    background-position: 0 35%;
}
.feature-list:nth-child(4) .icon {
    background-position: 0 40%;
}
img.overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}
.jsm-iphone-content {
    background: transparent;
}
.platform-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    padding: 4px 14px 4px 6px;
    background: #ddd;
    width: max-content;
    border-radius: 40px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}
.showcase > div:nth-child(1) .platform-badge {
    background: linear-gradient(0deg, #0062E0 2.99%, #19AFFF 100.02%);
}
.showcase > div:nth-child(2) .platform-badge {
    background: radial-gradient(92.18% 99.11% at 26.56% 107.7%, #FD5 0%, #FD5 10%, #FF543E 50%, #C837AB 100%);
}
.showcase > div:nth-child(3) .platform-badge {
    background: #ff0000; 
}
.platform-icon {
    width: 24px;
    height: 24px;
    margin-bottom: 0;
    margin: 0;
}
.showcase > div:nth-child(1) .platform-icon {
    background-position: 0 70%
}
.showcase > div:nth-child(2) .platform-icon {
    background-position: 0 75%
}
.showcase > div:nth-child(3) .platform-icon {
    background-position: 0 75%
}
.feature {
    margin-bottom: 30px;
}
.feature:last-of-type {
    margin-bottom: 0;
}
.scrollbar__wrapper {
    padding: 0;
}
.os-scrollbar {
    left: 20px !important;
    right: 20px !important;
    background: #0796ba54 !important;
    border-radius: 10px;
    padding: 0 !important;
    height: 6px !important;
}
.os-scrollbar-handle {
    background: #0796ba !important;
}
#scrollbar__2 {
    padding: 0 15px;
}


@media (max-width: 1199px) {
li.has-submenu.active ul.submenu {
    display: block;
}
.site-nav li {
    width: 100%;
}
.site-nav.opened ul.left__menu {
    height: calc(100% - 66px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 40px;
    background: #04041f;
}
ul.secondary__menu {
    list-style: none;
    padding: 5px 0;
    margin: 0 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 30px);
    border-top: 1px dashed #1b173a;
    border-bottom: 1px dashed #1b173a;
    margin-top: 15px;
}
ul.secondary__menu+p {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0;
}
.site-nav .menu__button {
    padding: 18px 20px;
    width: calc(100% - 30px);
    margin: 0 auto;
    background: #1fc16b;
    text-align: center;
    border-radius: 4px;
    color: #001a0c;
    letter-spacing: -0.5px;
    font-size: 17px;
}
.brands__slider {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px;
}
.brands__slider .item img {
    height: 20px;
}
}

@media (min-width:768px) {
.site-title {
    padding: 0;
    font-size: 34px;
    padding-right: 60px;
    color: #ffffff;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
    line-height: 1.2;
}
.site-header .cta a {
    min-width: auto !important;
}
.site-hero {
    text-align: left;
    padding-top: 60px;
    padding-bottom: 120px;
}
.site-hero .igVid-wrapper {
    position: absolute;
    top: -15px;
    right: -40%;
    width: 35%;
    margin: 0;
}
.site-header a.cta {
    margin-top: 20px;
    margin-left: 0;
    margin-bottom: 10px;
    min-width: 280px;
}
.site-header a.cta+p.small {
    text-align: center;
}
.site-tagline {
    font-weight: 300;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}
.site-hero {
    padding-top: 100px;
    padding-bottom: 50px;
}
.site-header .cta-wrapper {
    margin: 0;
}
.jsm-chat-content .jsm-chat-message {
    font-size: 0.5rem;
    line-height: 1.3;
}
.showcase {
    width: 100%;
    gap: 0;
}
.showcase-details {
    margin-top: 0;
}
.os-scrollbar {
    display: none;
}
#scrollbar__2 .showcase {
    gap: 0 30px;
}
.comparison {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
}
.icon-comparison {
    display: inline;
}
.comparison ul li {
    height: 52px;
}
.comparison-title {
    padding: 0 30px;
    margin-bottom: 10px;
}
.table-comparison.before {
    margin-bottom: 0;
}
.lists {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    justify-content: center;
}
.icon {
    margin: 0 auto;
}
.list {
    flex-direction: column;
    width: 100%;
}
.illustration__wrapper {
    margin-bottom: 0;
}
.features {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}
.feature-list {
    width: 100%;
}
.platform .inner-wrapper {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
    gap: 0 20px;
}
.platform .inner-wrapper .coming-soon {
    display: flex !important;
}
}
@media (min-width: 992px) {
.wrapper {
    padding-bottom: 0;
}
.site-hero {
    padding: 100px 0 100px;
}
.site-header .cta a {
    padding-top: 24px;
    padding-bottom: 24px;
}
.site-header .cta span {
    display: inline;
}
.site-hero .igVid-wrapper {
    right: -65%;
    top: -20px;
}
section,
.site-footer {
    padding-top: 48px;
    padding-bottom: 30px;
}
.section-title h4 {
    line-height: 1.6;
}
.showcase-details {
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
}
.showcase-details div {
    padding: 0 44px;
    margin: 0;
}
.brands-strip h5 {
    font-size: 20px;
    padding: 0;
}
.lists {
    grid-template-columns: repeat(5, 1fr);
}
.platform .inner-wrapper {
    justify-content: left;
    margin: 0;
}
}
@media (min-width: 1200px) {
body {
    line-height: 1.8;
    font-size: 17px;
}
p {
    font-size: 17px;
    margin-bottom: 20px;
}
.container {
    max-width: 1180px;
}
.site-hero {
    padding-top: 50px;
    padding-bottom: 100px;
}
.site-hero h1 {
    padding-top: 5px;
    font-size: 70px;
    line-height: 1.1;
    padding: 0;
    margin-bottom: 15px;
    letter-spacing: -1px;
}
.pre-headline {
    gap: 0 15px;
}
.pre-headline span {
    font-size: 18px;
}
.site-hero h2 {
    font-size: 17px;
    margin-bottom: 30px;
    line-height: 2;
}
.site-hero h2 + span {
    margin-bottom: 30px;
}
section {
    padding-top: 60px;
    padding-bottom: 70px;
}
section.equal-padding {
    padding-top: 70px;
}
.site-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: none;
    padding: 10px 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    position: relative;
    border: none;
    left: 0;
    right: 0;
    width: auto;
}
.site-nav .site-logo a {
    margin: 0;
}
.site-nav ul.left__menu, .site-nav ul.right__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: unset;
    top: 0;
    padding: 0;
    right: 0;
}
.site-nav ul.left__menu {
    padding-left: 20px;
}
.site-nav li a.signup {
    color: #ffff;
    border: 1px solid #1fc16b;
    border-radius: 4px;
    background: #1fc16b;
}
.site-nav a.signup:hover {
    background: #1cb764;
    color: #fff;
    border-color: #1cb764;
}
.site-nav ul a {
    padding: 4px 10px;
    font-size: 13px;
}
.site-nav ul a:hover, .site-nav li:hover>a, .site-nav li>a.active {
    color: #1fc16b;
}
.site-nav ul li a:not(.signup) {
    padding-top: 26px;
    padding-bottom: 26px;
}
.site-nav ul li.has-submenu a {
    padding-right: 30px;
}
li.has-submenu>a::before {
    top: 32px;
    right: 6px;
}
li.has-submenu:hover>a::before {
    border-color: #11c16b;
    -webkit-transform: scaleY(-1) rotate(45deg);
    -ms-transform: scaleY(-1) rotate(45deg);
    transform: scaleY(-1) rotate(45deg);
    top: 36px;
}
.site-logo {
    border: none;
    padding-bottom: 0;
    margin: 0;
}
.site-nav .mega__submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: calc(100% - 30px);
    left: 15px;
    top: 70px;
    z-index: 99999;
    background: #fff;
    -webkit-box-shadow: 0 6px 4px rgb(186 186 186 / 23%);
    box-shadow: 0 6px 4px rgb(186 186 186 / 23%);
    padding: 50px 40px;
    border-radius: 4px;
    padding-bottom: 70px;
    opacity: 0;
    -webkit-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
    visibility: hidden;
}
.site-nav li:hover .mega__submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    visibility: visible;
    top: 70px;
}
.site-nav li .mega__submenu a {
    color: #000;
}
.site-nav .submenu__left {
    -ms-flex: 0 0 30%;
    -webkit-box-flex: 0;
    flex: 0 0 30%;
    max-width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.site-nav .submenu__left span {
    color: #000;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
}
.site-nav .submenu__left h4 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 1.2;
    padding-right: 50px;
}
.site-nav .mega__submenu .submenu__left a {
    background: #1fc16b;
    color: #fff;
    padding: 7px 18px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 4px;
    margin-top: auto;
}
.site-nav .mega__submenu .submenu__left a:hover {
    background: #1cb764
}
.site-nav .submenu__right {
    -ms-flex: 0 0 70%;
    -webkit-box-flex: 0;
    flex: 0 0 70%;
    max-width: 70%;
}
.site-nav .submenu__right ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
}
.site-nav .submenu__right li {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 0 0 25%;
    text-align: center;
    padding: 0 10px;
    position: relative;
}
.site-nav .submenu__right li .embed-responsive {
    border-radius: 4px;
}
.site-nav .submenu__right li a:not(:last-of-type) {
    background: #01a0c6;
    color: #fff;
    border-radius: 4px;
    margin-top: 15px;
    padding: 7px 14px;
    font-weight: 400;
}
.site-nav .submenu__right li a:last-of-type {
    font-weight: 600;
    text-decoration: underline;
    padding: 8px 0 0;
    position: absolute;
    left: 10px;
    right: 10px;
    letter-spacing: 0;
}
.site-nav .submenu__right li a:last-of-type:hover {
    color: #01a0c6
}
.site-title span {
    color: #ff0
}
.site-hero .igVid-wrapper {
    right: -69%;
    width: 300px;
    top: -30px;
}
section {
    padding-top: 60px;
    padding-bottom: 70px;
}
section.equal-padding {
    padding-top: 70px;
}
.section-title {
    margin-bottom: 40px;
}
.section-title .badge {
    margin-bottom: 20px;
}
.section-title h3 {
    margin-bottom: 10px;
    font-size: 36px;
}
.section-title h4 {
    font-size: 18px;
    line-height: 1.8;
}
.comparison-title {
    margin-bottom: 20px;
}
.feature {
    margin-bottom: 90px;
}
.feature h5 {
    padding: 0;
}
.features {
    grid-template-columns: repeat(2, 1fr);
}
.feature-list h6 {
    margin-bottom: 6px;
    font-size: 18px;
}
.feature-list p {
    display: block;
}
.icon {
    width: 84px;
    height: 84px;
}
.list {
    padding: 0px 30px;
    align-self: start;
    height: 100%;
    background: transparent;
}
.social-widget a svg {
    width: 24px
}
.site-footer {
    padding: 80px 0;
}
.site-footer p:not(.grid) {
    font-size: 14px;
    margin: 0
}
.site-footer ul li {
    margin: 0 0 10px
}
.site-footer .copyright ul {
    float: right;
    margin-bottom: 0;
    padding: 0
}
.site-footer .copyright ul li {
    margin: 0 0 0 30px
}
.widget h4 {
    margin-bottom: 20px;
    color: #fff;
}
.widget,.widget ul {
    margin-bottom: 0
}
hr.footer-line {
    margin: 30px 0;
    border-top-color: #0d0d32
}
.copyright {
    text-align: left;
}
.swiper-slide {
    width: auto !important;
    padding: 0 20px;
}
.platform  {
    gap: 0 20px;
    padding: 40px 24px;
}
.brands-strip {
    padding-top: 80px;
    padding-bottom: 20px;
}
.feature-list {
    display: flex;
    flex-direction: column;
    padding: 40px 30px;
}
.feature-list .icon {
    width: 84px;
    height: 84px;
    margin: 0 auto 20px;
}
.platform-badge {
    margin-bottom: 30px;
}
.jsm-chat-content .jsm-chat-message {
    font-size: 0.85rem;
}
.jsm-iphone-content-wrapper {
    left: 20px;
    right: 14px;
}
.jsm-chat-content .jsm-chat-message.jsm-left {
    margin-left: 2.5rem !important
}
.platform .inner-wrapper {
    gap: 0 40px;
}
.platform .inner-wrapper div::before {
    width: 30px;
    height: 30px;
}
.platform .inner-wrapper span {
    font-size: 16px;
}
}
/*!
 * Animation
 */
@-webkit-keyframes inM {
    50% {
        -webkit-transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(45deg)
    }
}
@keyframes inM {
    50% {
        -webkit-transform: rotate(0);
                transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg)
    }
}
@-webkit-keyframes outM {
    50% {
        -webkit-transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(45deg)
    }
}
@keyframes outM {
    50% {
        -webkit-transform: rotate(0);
                transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg)
    }
}
@-webkit-keyframes inT {
    0% {
        -webkit-transform: translateY(0) rotate(0)
    }
    50% {
        -webkit-transform: translateY(6px) rotate(0)
    }
    100% {
        -webkit-transform: translateY(6px) rotate(135deg)
    }
}
@keyframes inT {
    0% {
        -webkit-transform: translateY(0) rotate(0);
                transform: translateY(0) rotate(0)
    }
    50% {
        -webkit-transform: translateY(6px) rotate(0);
                transform: translateY(6px) rotate(0)
    }
    100% {
        -webkit-transform: translateY(6px) rotate(135deg);
                transform: translateY(6px) rotate(135deg)
    }
}
@-webkit-keyframes outT {
    0% {
        -webkit-transform: translateY(0) rotate(0)
    }
    50% {
        -webkit-transform: translateY(6px) rotate(0)
    }
    100% {
        -webkit-transform: translateY(6px) rotate(135deg)
    }
}
@keyframes outT {
    0% {
        -webkit-transform: translateY(0) rotate(0);
                transform: translateY(0) rotate(0)
    }
    50% {
        -webkit-transform: translateY(6px) rotate(0);
                transform: translateY(6px) rotate(0)
    }
    100% {
        -webkit-transform: translateY(6px) rotate(135deg);
                transform: translateY(6px) rotate(135deg)
    }
}
@-webkit-keyframes inBtm {
    0% {
        -webkit-transform: translateY(0) rotate(0)
    }
    50% {
        -webkit-transform: translateY(-6px) rotate(0)
    }
    100% {
        -webkit-transform: translateY(-6px) rotate(135deg)
    }
}
@keyframes inBtm {
    0% {
        -webkit-transform: translateY(0) rotate(0);
                transform: translateY(0) rotate(0)
    }
    50% {
        -webkit-transform: translateY(-6px) rotate(0);
                transform: translateY(-6px) rotate(0)
    }
    100% {
        -webkit-transform: translateY(-6px) rotate(135deg);
                transform: translateY(-6px) rotate(135deg)
    }
}
@-webkit-keyframes outBtm {
    0% {
        -webkit-transform: translateY(0) rotate(0)
    }
    50% {
        -webkit-transform: translateY(-6px) rotate(0)
    }
    100% {
        -webkit-transform: translateY(-6px) rotate(135deg)
    }
}
@keyframes outBtm {
    0% {
        -webkit-transform: translateY(0) rotate(0);
                transform: translateY(0) rotate(0)
    }
    50% {
        -webkit-transform: translateY(-6px) rotate(0);
                transform: translateY(-6px) rotate(0)
    }
    100% {
        -webkit-transform: translateY(-6px) rotate(135deg);
                transform: translateY(-6px) rotate(135deg)
    }
}
/*! FakeBeacon */
.js-beacon,.js-beacon button {
    height: 60px;
    z-index: 999;
    cursor: pointer
}
.js-beacon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px
}
.js-beacon button,.lds-dual-ring {
    appearance: none;
    bottom: 0;
    display: block;
    margin: 0;
    outline: 0;
    padding: 0;
    position: relative;
    user-select: none;
    color: #fff;
    min-width: 60px;
    transition: transform .2s linear;
    -webkit-tap-highlight-color: transparent;
    background-color: #05a0c7;
    transform-origin: calc(100% - 30px) center;
    animation-duration: 250ms;
    animation-fill-mode: forwards;
    backface-visibility: hidden
}
.js-beacon button {
    -webkit-box-align: center;
    align-items: center;
    border-radius: 200px;
    -webkit-box-pack: center;
    justify-content: center;
    border: none
}
.js-beacon button:hover {
    background-color: #0098bf;
    box-shadow: rgb(0 0 0 / 6%) 0 0 0 30px inset
}
.lds-dual-ring {
    width: 60px;
    height: 60px;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 200px;
    justify-content: center;
    border: none
}
.lds-dual-ring:after {
    content: " ";
    position: absolute;
    top: 15px;
    left: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 3px solid #fff;
    border-color: #fff transparent;
    animation: 1.2s linear infinite lds-dual-ring
}
.hsds-beacon .fbuCts {
    bottom: 20px !important;
}
.hsds-beacon .cXSNAR.BeaconContainer-enter-done {
    transform: translateY(-5px);
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}
.swiper-slide {
    float: left;
}

.swiper-wrapper {
    text-align: center;
    margin: 0 auto;
    width: max-content;
}