* {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

body {
    background-color: #040404;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*transition-duration: .5s;*/
    /*transition-property: background-color;*/
}
body.light {
    background-color: #FFFFFF;
}
body::after {
    content: '';
    position: fixed;
    top: 0;
    top: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='36' height='36' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0, 0%, 100%, 0)'/><path d='M3.445 3.624a5 5 0 01-6.89 0m8.973 4.709a10 10 0 01-11.056 0m2.083 24.043a5 5 0 016.89 0m-8.973-4.709a10 10 0 0111.056 0M39.444 3.624a5 5 0 01-6.889 0m8.973 4.709a10 10 0 01-11.056 0m2.082 24.043a5 5 0 016.891 0m-8.973-4.709a10 10 0 0111.056 0m-20.082-6.043a5 5 0 01-6.891 0m0-7.247a5 5 0 016.89 0m2.083 11.956a10 10 0 01-11.056.001m0-16.666a10 10 0 0111.056-.001'  stroke-linecap='square' stroke-width='1' stroke='hsla(259, 0%, 100%, 1)' fill='none'/><path d='M21.624-3.445a5 5 0 010 6.89m-7.247 0a5 5 0 010-6.89m11.956-2.083a10 10 0 01.001 11.056m-16.666 0a10 10 0 01-.002-11.056m11.958 38.083a5 5 0 010 6.89m-7.247 0a5 5 0 01-.001-6.89m11.956-2.083a10 10 0 01.002 11.056m-16.666 0a10 10 0 01-.002-11.056M3.624 14.555a5 5 0 010 6.891m4.71-8.974a10 10 0 01-.001 11.056m24.042-2.082a5 5 0 01.001-6.891m-4.71 8.974a10 10 0 010-11.056'  stroke-linecap='square' stroke-width='1' stroke='hsla(340, 0%, 100%, 1)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
    opacity: 0.05;
}
body.light::before {
    opacity: 0;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgb(4,4,4);
    background: linear-gradient(180deg, rgba(4,4,4,0.5) 0%, rgba(4,4,4,1) 70%);
    opacity: 1;
}

html, body {
    overflow-x: hidden;
}

#logo {
    background-image: url("../images/logo/logo.svg");
    width: 170px;
    height: 28px;
    z-index: 1;
}
.light #logo {
    background-image: url("../images/logo/logo-black.svg");
}

header {
    position: relative;
    left: -20px;
    /*padding-top: 124px;*/
    /*padding-top: 74px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% + 40px);
    padding: 80px 20px 0 20px;
    height: 56px;
    box-shadow: rgba(255, 255, 255, 0.12) 0 1px 0;
}
.light header {
    /*background-color: #040404;*/
    border-radius: 12px;
    overflow: hidden;
}

.menu-fixed {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%) !important;
    z-index: 10;
    background-color: transparent;
    /*backdrop-filter: blur(24px);*/
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    padding-left: 1rem;
    /*background-image: url("../images/background/background_1.png");*/
    /*background-repeat: no-repeat;*/
    /*background-position: right -1000px bottom -1000px;*/
}
.light .menu-fixed {
    background-color: #FFFFFF !important;
}
.menu-sticked {
    background-color: rgba(0, 0, 0, 0.8);
}

.light .menu-sticked {
    padding-bottom: 10px; !important;
    /*box-shadow: rgba(0, 0, 0, 0.1) 0 1px 5px;*/
    /*padding: 10px 1rem !important;*/
    /*background-color: transparent !important;*/
}
.light .menu-fixed::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%) !important;
    width: 0;
    height: 100%;
    /*background-color: rgba(0, 0, 0, .8) !important;*/
    z-index: -1;
}
.light .menu-sticked::before {
    background-color: white !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0 1px 5px;
    width: 100vmax;
}
.menu-fixed.open {
    width: 100%;
    height: 100%;
    background-position: right -240px bottom -50px;
    background-color: rgba(0, 0, 0, .9) !important;
}
.menu-fixed.open > .menu-list {
    width: 100%;
    height: calc(100% - 30px);
    background-color: transparent !important;
    justify-content: start !important;
}
.menu-fixed > .menu-list > .menu-mb {
    display: flex;
    width: 0;
    height: 0;
    /*width: 100%;*/
    flex-direction: column;
    opacity: 0;
    overflow: hidden;
    transition-duration: 0.5s;
    transition-property: height, opacity;
}
.menu-fixed.open > .menu-list > .menu-mb {
    width: 100%;
    height: 100%;
    opacity: 1;
}
.menu-fixed > .menu-list > .menu-mb > .menu-tp {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.menu-fixed > .menu-list > .menu-mb > .menu-tp > a {
    margin-top: 24px;
    font-size: 32px;
    color: white;
    text-decoration: none;
    display: block;
}
.menu-fixed > .menu-list > .menu-mb > .menu-bt {
    position: relative;
    /*left: -10px;*/
    border-radius: 88px;
    width: calc(100% + 20px);
}
.menu-fixed > .menu-list > .menu-mb > .menu-bt > div {
    background-color: #1D1D1D;
    height: 44px;
    margin: 10px;
    border-radius: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu-fixed > .menu-list > .menu-mb > .menu-bt > div:last-child {
    max-width: calc(100% - 20px);
    background-color: #7269EF;
}
.menu-fixed > .menu-list > .menu-mb > .menu-bt > div > a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu-fixed > .menu-list > .menu-mb > .menu-bt > div > a > i {
    top: 0;
    margin-right: 5px;
    width: 16px !important;
    height: 16px !important;
}

.menu-fixed.open > .menu-list > .open-menu {
    display: none !important;
}
.menu-fixed.open > .close-menu {
    background-color: #1D1D1D;
    width: 56px;
    height: 40px;
    border-radius: 88px;
    background-image: url("../images/svg/icons/close-menu.svg");
    background-position: center;
    background-repeat: no-repeat;
}


.animated-circus-background {
    /*overflow: hidden;*/
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    z-index: -1;
    /*box-shadow: orange 0 0 0 1px;*/
}

.animated-circus-background > .bg1 {
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url("../images/background/background_5.png");
    background-position: center 20px;
    width: 604px;
    height: 505px;
}

.animated-circus-background > .ellipse_1,
.animated-circus-background > .ellipse_2 {
    position: absolute;
    border-radius: 100%;
    box-shadow: rgba(255, 255, 255, 0.12) 0 0 0 1px;
}

.animated-circus-background > .ellipse_1 {
    left: -138px;
    bottom: -381px;
    width: 885px;
    height: 885px;
    -webkit-animation: rotating 20s linear infinite;
    -moz-animation: rotating 20s linear infinite;
    -ms-animation: rotating 20s linear infinite;
    -o-animation: rotating 20s linear infinite;
    animation: rotating 20s linear infinite;
}

.default-ball-ellipse {
    position: absolute;
    background-color: orange;
    width: 8px;
    height: 8px;
    border-radius: 100%;
}


.animated-circus-background > .ellipse_1 > .ball_1 {
    left: 378px;
}

.animated-circus-background > .ellipse_1 > .ball_2 {
    top: 270px;
    right: 29px;
}
.animated-circus-background > .ellipse_1 > .ball_3 {
    left: 50%;
    transform: translateX(-50%);
    bottom: -4px;
}

.animated-circus-background > .ellipse_2 {
    right: -290px;
    bottom: -361px;
    width: 1096px;
    height: 1096px;
    -webkit-animation: rotating 20s linear infinite;
    -moz-animation: rotating 20s linear infinite;
    -ms-animation: rotating 20s linear infinite;
    -o-animation: rotating 20s linear infinite;
    animation: rotating 20s linear infinite;
}

.animated-circus-background > .ellipse_2 > .ball_4 {
    left: 350px;
    top: 31px;
}

header > .nav > nav {
    background-color: #1D1D1D;
    min-width: 56px;
    height: 56px;
    border-radius: 88px;
    padding: 0 6px;
    z-index: 1;
    position: relative;
}
.light header > .nav > nav {
    background-color: hsl(244 81% 88% / 1);
}

.light .header {
    margin-top: 8px;
}

.open-menu {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url("../images/svg/icons/menu.svg");
    background-position: center;
    background-repeat: no-repeat;
    width: 56px;
    height: 50px;
}
.light .open-menu {
    /*background-color: #7269ef;*/
}

header > .nav > nav > ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 0;
    margin-bottom: 0px;
}

header > .nav > nav > ul > li {
    list-style-type: none;
    margin: 0 0 0 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header > .nav > nav > ul > li:first-child {
    margin: 0 0 0 32px;
}

header > .nav > nav > ul > .divider-nav {
    width: 1px;
    height: 24px;
    background-color: rgba(255, 255, 255, 0.12);
}
.light header > .nav > nav > ul > .divider-nav {
    background-color: #7269ef;
}

header > .nav > nav > ul > li > a {
    text-decoration: none;
    color: white;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.light header > .nav > nav > ul > li > a {
    color: rgba(114, 105, 239, 1);
    /*font-weight: 600;*/
}

header > .nav > nav > ul > li > a > .icon {
    top: 0 !important;
}

.schedule-demo-button {
    display: flex;
    align-items: center;
    background-color: rgba(114, 105, 239, 1);
    min-height: 44px;
    width: auto;
    border-radius: 88px;
    padding: 0 20px;
}
.light .schedule-demo-button {
    color: white !important;
}

.tip-1 {
    background-color: rgba(114, 105, 239, 0.16);
    padding: 9px 16px;
    color: #B2ADF6;
    border-radius: 88px;
    font-size: 14px;
    float: left;
    user-select: none;
    cursor: pointer;
}
.light .tip-1 {
    background-color: rgba(114, 105, 239, 0.16);
    color: #815FD6;
}

.text-1 {
    font-family: "Reddit Sans", sans-serif;
    font-size: 60px;
    font-weight: 500;
    max-width: 880px;
    text-align: center;
    color: white;
}
.light .text-1 {
    color: black;
}

.request-a-demo {
    background-color: white;
    padding: 12px 20px;
    color: black;
    border-radius: 88px;
    font-size: 14px;
    float: right;
    user-select: none;
    cursor: pointer;
}
.light .request-a-demo {
    background-color: #7269ef;
    color: white;
    font-weight: 500;
}

.tablet_default {
    position: relative;
    width: 100%;
    max-width: 1068px;
    height: 660px;
    margin-top: -187px;
    border-radius: 15px;
    /*box-shadow: ;*/
}
.tablet_default > .bg_tbt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1;
    border-radius: 15px;
}
.tablet_default > .video-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    z-index: 2;
    border-radius: 15px;
    overflow: hidden;
    background-color: rgba(255, 255,255, .1);
    box-shadow: 0px 0px 10px 0px rgba(255,255,255,0.1);
}
.tablet_default > .video-container > video {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.tablet_default > .shadow_tbt {
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgb(114,105,239);
    background: linear-gradient(140deg, rgba(114,105,239,1) 0%, rgba(29,29,29,1) 12%, rgba(29,29,29,1) 85%, rgba(114,105,239,1) 100%);
    border-radius: 15px;
}
.tablet_default > .shadow_outside_tbt {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    /*z-index: 2;*/
    width: 100%;
    height: 100%;
    filter: blur(100px);
    background: rgb(250,166,25);
    background: linear-gradient(180deg, rgba(250,166,25,1) 0%, rgba(235,27,36,0) 50%, rgba(129,95,214,1) 100%);
    border-radius: 100%;
}

/* Companies that trust us */
.companies-that-trust-us {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 190px;
    height: auto;

    padding: 20px 0;
}
.companies-that-trust-us > .info {
    margin: 0 38px;
    width: 153px
}
.companies-that-trust-us > .info > .icon {
    width: 36px;
    height: 36px;
    box-shadow: rgba(255, 255, 255, 0.12) 0 0 0 1px;
    border-radius: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.light .companies-that-trust-us > .info > .icon {
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 0 1px;
}
.companies-that-trust-us > .info > .icon > i {
    font-size: 10px;
    background-color: #FFFFFF;
}
.light .companies-that-trust-us > .info > .icon > i {
    background-color: #040404;
}
.companies-that-trust-us > .info > .text {
    margin-top: 32px;
    color: #FFFFFF;
}
.light .companies-that-trust-us > .info > .text {
    color: #040404;
}
.companies-that-trust-us > .partners {
    font-size: 30px;
    font-weight: 700;
}
.companies-that-trust-us > .partners > div {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Provide complete service */
.provide-complete-service {
    font-size: 48px;
    font-family: "Reddit Sans", sans-serif;
    font-weight: 500;
    display: flex;
    flex-direction: column;
}
.provide-complete-service > .text_1 {
    color: rgba(255, 255, 255, 0.64);
}
.light .provide-complete-service > .text_1 {
    color: #959595;
}
.provide-complete-service > .text_2 {
    color: white;
}
.light .provide-complete-service > .text_2 {
    color: #040404;
}
.info-video {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*align-items: end;*/
    max-width: 432px;
}
.info-video > .icon {
    float: right;
    width: 36px;
    height: 36px;
    background-color: #1D1D1D;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    color: white;
}
.light .info-video > .icon {
    background-color: #815FD6;
}

.info-video > .text {
    color: rgb(255, 255, 255, 0.64);
    font-size: 16px;
    /*text-align: right;*/
}
.light .info-video > .text {
    color: rgb(0, 0, 0, 0.64);
}
.content-video {
    margin-top: 80px;
}

.content-video > .self-video {
    background-image: url("../images/example/video-example.png");
    background-size: cover;
    margin-right: 32px;
    height: 538px;
    background-color: #1B1B1B;
    border-radius: 16px;
}
.content-video > .self-video > .controller-video {}
.content-video > .self-video > .controller-video > .status-video {
    display: flex;
    margin: 16px;
}
.content-video > .self-video > .controller-video > .status-video > div {
    background-color: rgba(4, 4, 4, 0.64);
    width: 40px;
    height: 40px;
    border-radius: 88px;
    margin: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    color: white;
}
.content-video > .self-video > .controller-video > .status-video > .play {}
.content-video > .self-video > .controller-video > .status-video > .pause {}
.content-video > .self-video > .controller-video > .volume-video {}
.schedule-demo-video {
    width: 200px;
    min-width: 200px;
    background-color: #815FD6;
    border-radius: 12px;
}
.schedule-demo-video {
    background-image: url("../images/logo/video-logo.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
}
.schedule-demo-video > .info {}
.schedule-demo-video > .info > .icon {
    background-color: rgba(255, 255, 255, 0.24);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 100%;

    /* TODO: REMOVE THIS  */
    font-size: 10px;
    color: white;
}
.schedule-demo-video > .info > .text {
    margin-top: 20px;
    font-size: 16px;
    color: white;
}
.schedule-demo-video > .info > .text > span {
    display: block;
    opacity: 0.72;
    font-width: 500;
}
.schedule-demo-video > .schedule-demo-button {
    background-color: white;
    font-size: 14px;
    font-weight: 500;
    user-select: none;
    cursor: pointer;
}
.schedule-demo-video > .schedule-demo-button > i {
    font-size: 10px;
}

/* All you need */
.all-you-need > .text {
    margin-top: 24px;
    font-family: "Reddit Sans", sans-serif;
    font-size: 52px;
    color: white;
}
.light .all-you-need > .text {
    color: #040404;
}
.all-you-need > .list-benefits {}
.all-you-need > .list-benefits > .col {
    box-shadow: rgba(255, 255, 255, 0.12) 1px 0 0;
    height: 272px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 44px;
}
.all-you-need > .list-benefits > .col:last-child {
    box-shadow: rgba(255, 255, 255, 0) 0 0 0;
}
.all-you-need > .list-benefits > .col > .icon {
    width: 36px;
    height: 36px;
    color: white;
    font-size: 10px;
}
.all-you-need > .list-benefits > .col > .title {
    font-family: "Reddit Sans", sans-serif;
    font-size: 16px;
    color: white;
}
.light .all-you-need > .list-benefits > .col > .title {
    color: #040404;
}
.all-you-need > .list-benefits > .col > .description {
    font-family: "Reddit Sans", sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.72);
    max-width: 220px;
}
.light .all-you-need > .list-benefits > .col > .description {
    color: rgba(4, 4, 4, 0.72);
}

/* default section info */
.default-section-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.default-section-info > .icon {
    background-color: #1D1D1D;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    /*  TODO: Remove this  */
    font-size: 10px;
}
.light .default-section-info > .icon {
    background-color: rgba(129, 95, 214, 0.12);
    color: rgba(7, 6, 7, 0.64);
}
.light .default-section-info > .icon > .icon {
    background-color: #815FD6;
}
.default-section-info > .text {
    font-size: 40px;
    font-family: "Reddit Sans", sans-serif;
    color: white;
    margin-top: 32px;
}
.light .default-section-info > .text {
    color: #070607;
}
.default-section-info > .text > div {
    color: rgba(255, 255, 255, 0.64);
}
.light .default-section-info > .text > div {
    color: #959595;
}
.default-section-info > .description {
    color: rgba(255, 255, 255, 0.64);
    margin-top: 56px;
    max-width: 402px;
    font-size: 16px;
}
.light .default-section-info > .description {
    color: rgba(7, 6, 7, 0.64);
}
.default-section-info > .info_text {
    margin-top: 56px;
    display: flex;
    align-items: center;
}
.default-section-info > .info_text > .icon {
    background-color: rgba(36, 211, 102, 0.12);
    width: 24px;
    height: 24px;
    border-radius: 100%;
    color: #24D366;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* TODO: Remove this */
    font-size: 10px;
}
.default-section-info > .info_text > .text {
    margin-left: 10px;
    display: inline;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.64);
}
.light .default-section-info > .info_text > .text {
    color: #040404;
}
.default-section-info > .info_text > .text > span {
    font-weight: 500;
}

.default-section-card {
    position: relative;
    /*background-color: orange;*/
    max-width: 432px;
    width: 100%;
    height: 512px;
    border-radius: 12px;
}
.default-section-card > .background-call {
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../images/example/man-1.png");
    background-position: center;
    width: 100%;
    height: 100%;
    border-radius: 12px;
}
.default-section-card > .ballicon {
    position: absolute;
    left: 91px;
    top: -24px;
    background-color: #815FD6;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.default-section-card > .ballicon > .icon {
    color: white;
    /* TODO: Remove this*/
    font-size: 10px;
}

.default-section-card > .box-call {
    position: absolute;
    left: -116px;
    bottom: 20px;
    background-color: rgba(0, 0, 0, 0.72);
    width: 296px;
    height: 280px;
    border-radius: 8px;
    backdrop-filter: blur(24px);
    padding: 12px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
}
.default-section-card > .box-call > .call-top {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.64);
}
.default-section-card > .box-call > .call-top > .move-icon {}
.default-section-card > .box-call > .call-top > .time-call {}

.call-content {
    position: relative;
    margin-top: 12px;
    background-color: #1B1B1B;
    width: 100%;
    height: 168px;
    border-radius: 8px;
}
.call-content > .call-user {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #815FD6;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.call-content > .call-user {
    box-shadow: rgb(27 27 27) 0 0 0 1px, rgb(10, 124, 255, 1) 0 0 0 3px, 0 0 0 20px rgba(10, 124, 255, 0);
    animation: pulse-animation 2s infinite;
}
@keyframes pulse-animation {
    0% {
        box-shadow: rgb(27 27 27) 0 0 0 1px, rgb(10, 124, 255, 1) 0 0 0 3px, 0 0 0 0px rgba(10, 124, 255, 0);
    }
    50% {
        box-shadow: rgb(27 27 27) 0 0 0 1px, rgb(10, 124, 255, 0.5) 0 0 0 3px, 0 0 0 20px rgba(10, 124, 255, 0.2);
    }
    100% {
        box-shadow: rgb(27 27 27) 0 0 0 1px, rgb(10, 124, 255, 1) 0 0 0 3px, 0 0 0 20px rgba(10, 124, 255, 0);
    }
}
.call-content > .call-user > .call-channel {
    background-color: #0A7CFF;
    position: absolute;
    top: -4px;
    right: -4px;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* TODO: Remove this */
    font-size: 10px;
}
.call-content > .call-user > .call-channel > i {
}
.call-content > .call-user > .text {
    font-size: 12px;
    font-weight: 500;
}
.call-content > .name {
    position: absolute;
    bottom: 16px;
    left: 16px;
    color: white;
    font-size: 12px;
    font-weight: 500;
}
.call-buttons {
    margin-top: 16px;
    display: flex;
    float: left;
    justify-content: center;
}
.call-buttons > div {
    margin: 0 6px;
    background-color: #1B1B1B;
    max-width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    /* TODO: Remove This */
    font-size: 10px;
}
.call-buttons > .call-microphone {
    color: black;
    background-color: white;
}
.call-buttons > .call-switch-off {
    background-color: #EB1B24;
}
.call-dashed-animation {
    position: absolute;
    left: -45px;
    top: -45px;
    width: 160px;
    height: 270px;
    z-index: -0;
    /*border: orange dashed;*/
    border-radius: 32px;
}
.call-dashed-animation > svg {
    position: relative;
    opacity: 0.24;
}
.call-dashed-animation > svg > .path {
    animation: dash 80s linear  infinite;
    -moz-animation: dash 80s linear  infinite;
    -webkit-animation: dash 80s linear  infinite;
    -o-animation: dash 80s linear  infinite;
    -ms-animation: dash 80s linear  infinite;
    fill: transparent !important;
}
.light .call-dashed-animation > svg > .path {
    /*fill: white !important;*/
    stroke: #040404 !important;
}

/* Track your campaigns */
.track-your-campaigns {}
.track-your-campaigns > .default-section-card {
    background-color: #815FD6;
}
.track-your-campaigns > .default-section-card > .compaign-example-bg {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);;
    background-color: rgba(255, 255, 255, 0.16);
    width: 100%;
    max-width: 388px;
    height: 420px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.track-your-campaigns > .default-section-card > .compaign-example-bg > .bg-dashboard {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -2px;
    background-image: url("../images/example/dashboard-1.png");
    height: calc(100% - 24px);
    width: calc(100% - 12px);
    overflow: hidden;
}
.track-your-campaigns > .default-section-card > .compaign-example-bg > .data-campaign {
    position: absolute;
    left: 50%;
    top: calc(50% + 27px);
    transform: translate(-50%, -50%);
    background-image: url("../images/example/dashboard-3.png");
    width: 603px;
    height: 106px;
}

/* Share screen */
.share-screen {}
.share-screen > .default-section-card {
    position: relative;
    background-color: #121212;
}
.share-screen > .default-section-card > .call-screen-shared {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.72);
    width: 296px;
    height: 468px;
    border-radius: 8px;
    margin-top: 71px;
    padding: 12px;
}
.share-screen > .default-section-card > .call-screen-shared > .call-top {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.64);
}
.share-screen > .default-section-card > .call-screen-shared > .call-content.shared-screen {
    background-color: #F46D1E;
    height: 176px;
}
.share-screen > .default-section-card > .call-screen-shared > .call-content > .warning-share-screen {
    background-color: rgba(0, 0, 0, 0.88);
    position: absolute;
    width: calc(100% - 8px);
    left: 4px;
    bottom: 4px;
    border-radius: 4px;
    height: 40px;
    font-size: 12px;
    color: white;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 8px;
}
.share-screen > .default-section-card > .call-screen-shared > .call-content > .warning-share-screen > div {
    width: 66px;
    height: 24px;
    background-color: #1D1D1D;
    padding: 0 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    cursor: pointer;
    user-select: none;
}
.share-screen > .default-section-card > .call-screen-shared > .call-content > .warning-share-screen > div > i {
    font-size: 10px;
}
.share-screen > .default-section-card > .call-screen-shared > .call-content.call-normal {
    height: 168px;
}
.video-share {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.16);
    width: 224px;
    height: 138px;
    border-radius: 8px;
}
.video-share > .video-screen-realtime {
    background-image: url("../images/example/shared-screen.png");
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 214px;
    height: 128px;
    border-radius: 8px;
    overflow: hidden;
}

/* System resources */
.system-resources {
    position: relative;
    /*background-color: #121212;*/
    width: calc(100vmax - 40px);
    max-width: 1400px;
    min-height: 250px;
    height: auto;
    padding: 0 20px;
}
.system-resources > .bg-sr {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #121212;
    width: calc(100vmax - 40px);
    max-width: 1400px;
    min-height: 681px;
    height: 681px;
    border-radius: 24px;
}
.system-resources > .texts {
    font-family: "Reddit Sans", sans-serif;
    font-size: 40px;
    color: white;
    text-align: center;
    margin-top: 32px;
}
.system-resources > .texts > .text_1 {
    opacity: .64;
}
.content-system-resources {
    display: flex;
    margin-top: 80px;
}
.content-system-resources > .menu-sr {
    min-width: 200px;
    box-shadow: rgba(255, 255, 255, 0.12) -1px 0 0;
    max-height: 349px;
    font-size: 18px;
    overflow: auto;
}
.content-system-resources > .menu-sr > div {
    padding: 0 24px;
    position: relative;
    color: white;
    height: 64px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: left;
    cursor: pointer;
    opacity: .56;
    transition-property: opacity;
    transition-duration: .5s;
    user-select: none;
}
.content-system-resources > .menu-sr > div.active,
.content-system-resources > .menu-sr > div:hover {
    opacity: 1;
}
.content-system-resources > .menu-sr > div > .icon {
    margin-right: 12px;
    width: 20px;
    height: 20px;
}
.content-system-resources > .menu-sr > div > .shadow-left-menu-sr {
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    width: 0;
    opacity: 0;
    background: rgb(129,95,214);
    background: linear-gradient(180deg, rgba(129,95,214,1) 0%, rgba(225,34,55,1) 50%, rgba(244,110,30,1) 100%);
    transition-property: width, opacity;
    transition-duration: .5s;
}
.content-system-resources > .menu-sr > div.active > .shadow-left-menu-sr,
.content-system-resources > .menu-sr > div:hover > .shadow-left-menu-sr {
    opacity: 1;
    width: 3px;
}
.content-system-resources > .cnt-sr {
    display: flex;
    width: 100%;
    /*max-height: 350px;*/
}
.content-system-resources > .cnt-sr > .container-sr {
    width: 100%;
    /*max-width: 774px;*/
    margin-right: 38px;
}
.content-system-resources > .cnt-sr > .container-sr > .tablet_default {
    margin-top: 0;
    height: 478px;
}
.content-system-resources > .cnt-sr > .container-sr > .tablet_default > .shadow_tbt {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
}
.content-system-resources > .cnt-sr > .container-sr > .tablet_default > .shadow_outside_tbt {
    height: 200px;
}
.content-system-resources > .cnt-sr > .information-sr {
    background-color: #292929;
    width: 100%;
    max-width: 316px;
    border-radius: 12px;
    padding: 24px;
    height: 478px;
}
.content-system-resources > .cnt-sr > .information-sr > div {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.feature-summary > .texts {
    color: white;
    font-size: 16px;
    font-weight: 500;
    max-height: 0;
    opacity: 0;
    transition-duration: .5s;
}
.feature-summary > .texts.active {
    opacity: 1;
    max-height: 200px;
}
.feature-summary > .texts > .text_1 {
    display: none;
    opacity: 0.72;
}
.feature-summary > .texts > .text_2 {
    margin-top: 0;
}
.content-system-resources > .cnt-sr > .information-sr > div > .bottom-information {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.feature-summary-ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.feature-summary-ul > ul {
    position: relative;
    top: -5px;
    padding: 0;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    margin: 0;
}
.feature-summary-ul > ul.active {
    opacity: 1;
    max-height: 500px;
}
.feature-summary-ul > ul > li {
    margin-top: 5px;
    list-style-type: none;
    color: white;
    font-size: 14px;
    display: flex;
    /*align-items: center;*/
}
.feature-summary-ul > ul > li > .text {
    margin-top: 1px;
    margin-left: 12px;
}

.content-system-resources > .cnt-sr > .information-sr > div > .bottom-information > .request-demonstration {
    position: relative;
    background-color: #7269ef;
    width: 100%;
    display: flex;
    padding: 12px 0;
    font-size: 14px;
    font-weight: 500;
    justify-content: center;
    align-items: center;
    border-radius: 88px;
    cursor: pointer;
    user-select: none;
    color: white;
    z-index: 1;
}
.content-system-resources > .cnt-sr > .information-sr > div > .bottom-information > .request-demonstration > i {
    background-color: white !important;
}

.tablet-cnt-slf {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    max-height: 0;
    /*display: none;*/
    border-radius: 14px;
    transition-duration: .5s;
    transition-property: max-height;
    overflow: hidden;
    opacity: 0;
    padding: 14px;
    background-color: rgba(255, 255, 255, .2);
}
.tablet-cnt-slf.active {
    /*display: flex;*/
    max-height: 100%;
    opacity: 1;
}

/* join us */
.join-us {
    margin-top: 53px;
    width: 100%;
}
.join-us > .default-section-info {
    max-width: 400px;
    margin-right: 10px;
}
.join-us > .default-section-info > .text {
    margin-top: 0;
}
.join-us > .default-section-info > .schedule-demo-video {
    width: 100%;
    min-height: 216px;
    margin-top: 35px;
}
.join-us > .default-section-info > .schedule-demo-video > .schedule-demo-button {
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonial-slide-container {
    position: relative;
    margin-top: 23px;
    width: 100%;
    height: 413px;
    max-width: 550px;
}
.testimonial-slide {
    /*margin-top: 18px;*/
    position: relative;
    background-color: #121212;
    height: 413px;
    width: 100%;
    /*max-width: 550px;*/
    padding: 40px;
    border-radius: 12px;
}
.light .testimonial-slide {
    background-color: #EBEBEB;
}
.testimonial-slide > .tm-list {
    border-radius: 12px;
}
.tm-paginate {
    background-color: orange;
    /*position: absolute;*/
    /*left: 50%;*/
    /*top: 50%;*/
    /*transform: translate(-50%, -50%);*/
    /*width: calc(100% + 128px);*/
    display: flex;
    justify-content: space-between;
}
.tm-paginate > div {
    width: 32px;
    height: 32px;
}

.tm-paginate-balls {
    position: absolute;
    bottom: 47px !important;
    left: 40px !important;
    background-color: #040404;
    display: flex;
    border-radius: 88px;
    height: 22px;
    padding: 0 4px;
    width: auto !important;
}
.light .tm-paginate-balls {
    background-color: #FFFFFF;
}
.tm-paginate-balls > span {
    width: 6px;
    height: 6px;
    margin: 8px 4px !important;
    background-color: white;
    border-radius: 100%;
    opacity: .24;
}
.light .tm-paginate-balls > span {
    opacity: 1;
    background-color: rgba(4, 4, 4, 0.24);
}
.tm-paginate-balls > span.swiper-pagination-bullet-active {
    opacity: 1;
}
.light .tm-paginate-balls > span.swiper-pagination-bullet-active {
    background-color: #040404;
}

.swiper-button-prev,
.swiper-button-next {
    width: 32px;
    height: 32px;
}
.swiper-button-prev {
    left: -40px;
}
.swiper-button-next {
    right: -40px;
}
.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}

.tm-data {}
.tm-data > .quote {
    color: #815FD6;
    font-size: 32px;
    font-weight: 500;
}
.tm-data > .text {
    color: white;
    font-size: 16px;
}
.light .tm-data > .text {
    color: #040404;
}
.tm-data > .author {
    position: absolute;
    right: 40px;
    bottom: 40px;
    display: flex;
    align-items: center;
    box-shadow: rgba(255, 255, 255, 0.08) -1px 0 0;
}
.tm-data > .author > .user-photo {
    background-color: rgba(255, 255, 255, .15);
    width: 36px;
    height: 36px;
    border-radius: 100%;
    margin-left: 32px;
    background-size: contain;
}
.light .tm-data > .author > .user-photo {
    background-color: rgba(0, 0, 0, 0.1);
}
.tm-data > .author > .user-info {
    margin-left: 12px;

}
.tm-data > .author > .user-info > .name {
    font-size: 16px;
    font-weight: 500;
    color: white;
}
.light .tm-data > .author > .user-info > .name {
    color: rgba(4, 4, 4, 0.8);
}
.tm-data > .author > .user-info > .description {
    font-size: 12px;
    font-weight: 500;
    color: white;
    opacity: .48;
}
.light .tm-data > .author > .user-info > .description {
    color: rgba(4, 4, 4, 0.48);
}

/* Common Questions*/
.common-questions {
    width: 100%;
    display: flex;
}
.common-questions > .faq-contact > .title {
    font-size: 40px;
    color: white;
}
.light .common-questions > .faq-contact > .title {
    font-weight: 500;
    color: #040404;
}
.contact-information {
    background-color: #121212;
    height: 150px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.64);
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 42px;
    max-width: 432px;
}
.light .contact-information {
    background-color: rgba(4, 4, 4, 0.08);
    color: rgba(4, 4, 4, .64);
}
.contact-information > .contact-info {
    color: white;
    font-weight: 500;
}
.light .contact-information > .contact-info {
    color: rgba(4, 4, 4, 1);
}

.frequently-questions-list {
    width: 100%;
    max-width: 548px;
    margin-top: -70px;
}
.frequently-questions-list > .accordion {
    --bs-accordion-bg: transparent;
    --bs-accordion-border-color: rgba(255, 255, 255, 0.16);
}
.light .frequently-questions-list > .accordion {
    --bs-accordion-border-color: rgba(4, 4, 4, 0.16);
}
.frequently-questions-list > .accordion > .accordion-item {
    margin-top: 12px;
    min-height: 67px;
}

.accordion-button,
.accordion-body {
    color: white;
    font-size: 16px;
    font-weight: 500;
}
.light .accordion-button,
.light .accordion-body {
    color: #040404;
}
.accordion-body {
    opacity: .64;
    font-size: 14px;
}
.accordion-button::after {
    background-image: var(--bs-accordion-btn-icon);
}
.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: white;
}
.light .accordion-button:not(.collapsed) {
    color: #040404;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("../images/svg/icons/less.svg");
}
.accordion-button::after {
    background-image: url("../images/svg/icons/more.svg");
}

/* Schedule demo footer */
footer {
    position: relative;
}
footer::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background-color: #040404;
    width: 0;
    height: 0;
    z-index: -1;
}
.light footer::before {
    background-color: #FFFFFF;
    width: 100vmax;
    height: calc(100% + 56px);
}
.schedule-demo-footer {
    position: relative;
}
.schedule-demo-footer::before {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
    transform: translateX(-50%);
    background-color: #040404;
    width: 0;
    height: 0;
}
.light .schedule-demo-footer::before {
    background-color: #FFFFFF;
}
.light .schedule-demo-footer::before {
    width: 100vmax;
    height: 100%;
}

.schedule-demo-footer > .sdf-content {
    position: relative;
    width: calc(100% + 232px);
    height: 400px;
    background-color: rgba(255, 255, 255, 0.03);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}
.light .schedule-demo-footer > .sdf-content {
    background-color: #7269ef;
}
.schedule-demo-footer > .sdf-content > .texts {
    text-align: center;
    color: white
}
.schedule-demo-footer > .sdf-content > .texts > .title {
    font-family: "Reddit Sans", sans-serif;
    font-size: 48px;
    font-weight: 500;
}
.schedule-demo-footer > .sdf-content > .texts > .description {
    font-size: 18px;
    opacity: .64;
}
.schedule-demo-footer > .sdf-content > .button {
    margin-top: 40px;
    background-color: white;
    min-height: 44px;
    width: 100%;
    max-width: 243px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 88px;
    padding: 0 20px;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 500;
    z-index: 1;
    position: relative;
    cursor: pointer;
}
.schedule-demo-footer > .sdf-content > .button > .icon {
    margin-right: 4px;
}
.solar-system {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.solar-system > .sun,
.solar-system > .earth {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100%;
    box-shadow: rgba(255, 255, 255, 0.12) 0 0 0 1px;
}
.solar-system > .sun {
    margin-top: 50px;
    width: 1770px;
    height: 1770px;
}
.solar-system > .earth {
    margin-top: 300px;
    width: 885px;
    height: 885px;
}
.solar-system > .fisrt-linear-bg {
    position: absolute;
    right: -300px;
    top: -250px;
    width: 590px;
    height: 343px;
    background: rgb(250,166,25);
    background: linear-gradient(180deg, rgba(250,166,25,1) 0%, rgba(235,27,36,0) 50%, rgba(129,95,214,1) 100%);
    transform: rotate(-165deg);
    opacity: .35;
    filter: blur(100px);
    border-radius: 100%;
}
.solar-system > .second-linear-bg {
    position: absolute;
    top: 350px;
    left: 50%;
    /*right: -300px;*/
    /*top: -250px;*/
    width: 600px;
    height: 600px;
    background: rgb(250,166,25);
    background: linear-gradient(180deg, rgba(250,166,25,1) 0%, rgba(235,27,36,0) 50%, rgba(129,95,214,1) 100%);
    transform:translateX(-50%) rotate(-180deg);
    opacity: .35;
    border-radius: 100%;
    filter: blur(40px);
}

/* Footer */
.left-footer > .logo-p {
    display: block;
    background-image: url("../images/logo/logo-s.svg");
    width: 28px;
    height: 28px;
}
.left-footer > .text {
    font-size: 16px;
    max-width: 316px;
    margin-top: 32px;
}
.light .left-footer > .text {
    color: rgba(0, 0, 0, .5) !important;
    font-weight: 500;
}
.left-footer > .list-social-networks {
    display: flex;
    margin-top: 32px;
    margin-left: -12px;
}
.left-footer > .list-social-networks > a {
    width: 44px;
    height: 44px;
    border-radius: 100%;
    box-shadow: rgba(255, 255, 255, 0.16) 0 0 0 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 12px;
}
.light .left-footer > .list-social-networks > a {
    box-shadow: rgba(0, 0, 0, 0.16) 0 0 0 1px;
}
.light .left-footer > .list-social-networks > a > .icon {
    background-color: rgba(0, 0, 0, 0.50);
}

.right-footer {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: end;
    margin-top: 32px;
    margin-right: -12px;
}
.right-footer > .menu-footer {
    display: flex;
}
.right-footer > .menu-footer > div {
    padding: 0 16px 0 10px;
    border-radius: 32px;
    color: white;
    margin-right: 12px;
    height: 44px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.right-footer > .menu-footer > div > .icon {
    top: 0;
}
.right-footer > .menu-footer > .menu-outline {
    box-shadow: rgba(255, 255, 255, 0.16) 0 0 0 1px;
    padding: 0 16px;
}
.light .right-footer > .menu-footer > .menu-outline {
    box-shadow: rgba(0, 0, 0, 0.16) 0 0 0 1px;
    color: rgba(0, 0, 0, 0.8);
}

.right-footer > .menu-footer > .menu {
    background-color: #1D1D1D;
}
.light .right-footer > .menu-footer > .menu {
    background-color: #7269ef;
}
.footer-main {
    width: calc(100% + 232px);
}
.footer-last {
    width: 100%;
    font-size: 14px;
    opacity: .64;
    font-weight: 500;
}
.default-link-footer {
    color: white !important;
    text-decoration: none;
}
.light .default-link-footer,
.light .footer-last {
    color: rgba(0, 0, 0, .8) !important;
    opacity: 1;
}

/* defaults */
.default-vertical {
    position: relative;
    min-height: 100vh;
    height: auto;
}
.default-section {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.default-section-pd {
    padding: 0 156px
}
.divider-vertical {
    width: 1.5px;
    height: 100%;
    background-color: #1E1E1E;
}
.divider-horizontal {
    width: 100%;
    height: 1px;
    background-color: #1E1E1E;
}
.light .divider-horizontal {
    background-color: rgba(4, 4, 4, 0.12);
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    position: relative;
}

/* Required modifications to bootstrap */
@media (min-width: 1200px) {
    .container {
        /* Maximum size defined by the designer */
        max-width: 1440px;
    }
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotatingX /* Safari and Chrome */ {
    from {
        -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8) rotate(0deg);
        -o-transform: translateX(-50%) translateY(-50%) scale(0.8) rotate(0deg);
        transform: translateX(-50%) translateY(-50%) scale(0.8) rotate(0deg);
    }
    to {
        -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8) rotate(360deg);
        -o-transform: translateX(-50%) translateY(-50%) scale(0.8) rotate(360deg);
        transform: translateX(-50%) translateY(-50%) scale(0.8) rotate(360deg);
    }
}
@keyframes rotatingX {
    from {
        -ms-transform: translateX(-50%) translateY(-50%) scale(0.8) rotate(0deg);
        -moz-transform: translateX(-50%) translateY(-50%) scale(0.8) rotate(0deg);
        -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8) rotate(0deg);
        -o-transform: translateX(-50%) translateY(-50%) scale(0.8) rotate(0deg);
        transform: translateX(-50%) translateY(-50%) scale(0.8) rotate(0deg);
    }
    to {
        -ms-transform: translateX(-50%) translateY(-50%) scale(0.8) rotate(360deg);
        -moz-transform: translateX(-50%) translateY(-50%) scale(0.8) rotate(360deg);
        -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8) rotate(360deg);
        -o-transform: translateX(-50%) translateY(-50%) scale(0.8) rotate(360deg);
        transform: translateX(-50%) translateY(-50%) scale(0.8) rotate(360deg);
    }
}

@keyframes dash {
    from {stroke-dashoffset: 2000;}
    to {stroke-dashoffset: 0;}
}
@-moz-keyframes dash {
    from {stroke-dashoffset: 2000;}
    to {stroke-dashoffset: 0;}
}
@-webkit-keyframes dash {
    from {stroke-dashoffset: 2000;}
    to {stroke-dashoffset: 0;}
}
@-o-keyframes dash {
    from {stroke-dashoffset: 2000;}
    to {stroke-dashoffset: 0;}
}
@-ms-keyframes dash {
    from {stroke-dashoffset: 2000;}
    to {stroke-dashoffset: 0;}
}
.mt-124 {
    margin-top: 124px;
}
@media only screen and (max-width: 1300px) {
    .default-section-pd {
        padding: 0 20px;
    }
    .container, .container-sm {
        padding: 10px 40px;
        max-width: 100%;
    }
    .default-section-card {
        max-width: 332px;
        height: 412px;
    }
    /*.default-section-card > .box-call {*/
    /*    left: 50%;*/
    /*    transform: translateX(-50%);*/
    /*}*/
    /*.call-dashed-animation {*/
    /*    display: none;*/
    /*}*/
    header > .nav > nav > ul > li {
        margin: 0 0 0 36px;
    }
    .footer-main {
        width: 100%;
    }
}
@media only screen and (max-width: 1110px) {
    .swiper-button-prev {
        left: 5px;
    }
    .swiper-button-next {
        right: 5px;
    }
}

@media only screen and (max-width: 992px) {
    .default-sidebar,
    .document-summary {
        display: none;
    }
    .light header > .nav > nav {
        background-color: #7269ef;
    }
    .default-section-pd {
        padding: 0 20px;
    }
    .container, .container-sm {
        padding: 10px 40px;
        max-width: 100%;
    }
    .text-1 {
        font-size: 50px;
    }
    .provide-complete-service > .text_1 {
        font-size: 32px;
    }
    .provide-complete-service > .text_2 {
        font-size: 28px;
    }
    .info-video {
        max-width: 100%;
    }
    .schedule-demo-video {
        width: 100%;
        max-width: 100%;
    }
    .content-video > .self-video {
        height: 327px;
    }
    .all-you-need > .text {
        font-size: 24px;
    }
    .all-you-need > .list-benefits > .col > .description {
        display: none;
    }
    .default-section-pd {
        padding: 0;
    }
    .default-section-info {
        width: 100%;
        text-align: center;
        align-items: center;
    }
    .content-system-resources > .cnt-sr {
        /*max-height: unset;*/
    }
    .system-resources {
        width: 100%;
    }
    .system-resources {
        padding: 0;
    }
    .system-resources > .texts {
        font-size: 24px;
    }
    .system-resources > .bg-sr {
        min-height: unset;
        max-height: 462px;
    }
    .content-system-resources > .cnt-sr > .container-sr > .tablet_default {
        height: 202px;
    }
    .content-system-resources > .menu-sr {
        box-shadow: rgba(255, 255, 255, 0.12) 0 1px 0;
    }
    .content-system-resources > .menu-sr > div > .shadow-left-menu-sr {
        top: unset;
        bottom: 0;
        width: 100%;
        background: linear-gradient(90deg, rgba(129, 95, 214, 1) 0%, rgba(225, 34, 55, 1) 50%, rgba(244, 110, 30, 1) 100%);
    }
    .content-system-resources > .menu-sr > div > .shadow-left-menu-sr {
        width: 100%;
        height: 0;
    }
    .content-system-resources > .menu-sr > div:hover > .shadow-left-menu-sr {
        width: 100%;
        height: 3px;
    }
    .content-system-resources {
        margin-top: 36px;
    }
    .content-system-resources > .cnt-sr {
        margin-top: 40px;
    }
    .content-system-resources > .cnt-sr > .information-sr {
        margin-top: 24px;
        max-width: 100%;
    }
    .join-us > .default-section-info {
        max-width: 100%;
        text-align: left;
    }
    .testimonial-slide {
        max-width: 100%;
    }
    .frequently-questions-list {
        margin-top: 58px;
        max-width: 100%;
    }
    .contact-information {
        max-width: 100%;
    }
    .right-footer > .menu-footer {
        width: 100%;
        margin-left: 0 !important;
    }
    .footer-last {
        text-align: center;
    }
    .footer-last > div:nth-child(2) {
        margin-top: 24px;
    }
    .right-footer > .menu-footer > .menu {
        display: flex;
        justify-content: center;
    }
    header > .nav > nav {
        width: 56px;
        height: 40px;
    }
    .testimonial-slide-container {
        max-width: 100%;
    }
    .contact-content > .contact-left {
        left: 0 !important;
        margin-right: 0 !important;
    }
    .contact-content > .contact-right {
        right: 0 !important;
    }
    .contact-content {
        padding: 0 !important;
    }
}
@media only screen and (max-width: 650px) {
    .track-your-campaigns > .default-section-card > .compaign-example-bg > .data-campaign {
        max-width: 100%;
    }
    .join-us > .default-section-info > .text {
        font-size:24px;
    }
    .common-questions > .faq-contact > .title {
        font-size: 24px;
        text-align: center;
    }
    .schedule-demo-footer > .sdf-content {
        width: 100%;
    }
    .schedule-demo-footer > .sdf-content > .texts > .title {
        font-size: 32px;
    }
    .right-footer > .menu-footer {
        width: 100%;
    }
    .contact-content {
        flex-direction: column;
    }
    .contact-content > div {
        width: 100% !important;
        max-width: 100%;
    }
    .contact-content > .contact-left {
        height: auto !important;
    }
    .contact-content > .contact-left > .bg-2 {
        width: 100% !important;
        left: 0 !important;
        position: relative !important;
        transform: unset !important;
        padding-bottom: 40px;
    }
}
@media only screen and (max-width: 576px) {
    .container, .container-sm {
        padding: 10px 24px;
    }
    .mt-124 {
        margin-top: 80px;
    }
    .tip-1 {
        font-size: 14px;
    }
    .text-1 {
        font-size: 28px;
    }
    .tablet {
        height: 327px;
    }
    .provide-complete-service > .text_1 {
        font-size: 32px;
    }
    .provide-complete-service > .text_2 {
        font-size: 28px;
    }
    .example-call {
        max-width: 239px;
        height: 243px;
        margin-left: 88px;
    }
    .default-section-card > .box-call {
        left: -88px;
        bottom: 12px;
        width: 152px;
        height: 143px;
        padding: 6px;
    }
    .default-section-card > .box-call > .call-top {
        font-size: 6px;
    }
    .call-content {
        margin-top: 6px;
    }
    .call-content > .call-user {
        width: 20px;
        height: 20px;
    }
    .call-content > .call-user > .text {
        font-size: 6px;
    }
    .call-content > .call-user > .call-channel {
        top: -2px;
        right: -2px;
        width: 8px;
        height: 8px;
        font-size: 4px;
    }
    .call-content > .name {
        bottom: 8px;
        left: 8px;
        font-size: 6px;
    }
    .call-buttons {
        margin-top: 8px;
    }
    .call-buttons > div {
        max-width: 20px;
        width: 20px;
        height: 24px;
        font-size: 4px;
    }
    .default-section-info > .icon {
        margin-top: 64px;
    }
    .default-section-info > .text {
        margin-top: 32px;
        font-size: 24px;
    }
    .default-section-info > .description {
        margin-top: 32px;
        font-size: 14px;
    }
    .default-section-info > .info_text {
        margin-top: 32px;
    }
    .default-section-info > .info_text > .text {
        font-size: 14px;
    }

    /* default-section-card */
    .track-your-campaigns > .default-section-card {
        width: 300px;
        height: 243px;
    }
    .track-your-campaigns > .default-section-card > .compaign-example-bg {
        max-width: calc(100% - 44px);
        max-height: calc(100% - 44px);
        top: unset;
        bottom: 0;
        transform: unset;
    }
    .track-your-campaigns > .default-section-card > .compaign-example-bg > .bg-dashboard {
        background-size: 250px;
        top: unset;
        transform: unset;
        bottom: 0;
        width: calc(100% - 6px);
        height: calc(100% - 6px);
    }
    .track-your-campaigns > .default-section-card > .compaign-example-bg > .data-campaign {
        background-size: contain;
        max-width: 326px;
        width: 326px;
        height: 57px;
        left: calc(50% - 25px);
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .share-screen > .default-section-card {
        width: 326px;
        height: 304px;
    }
    .share-screen > .default-section-card > .call-screen-shared {
        transform: translateX(-50%) scale(0.72);
        margin-top: -10px;
        padding: 0 12px;
        height: 430px;
    }
    .cookies-ctl {
        width: calc(100% - 28px) !important;
    }
}

@media only screen and (max-height: 817px) {
    .contact-content > .contact-right {
        padding: 20px !important;
        justify-content: start !important;
    }
    .contact-content > .contact-right > .texts {
        font-size: 26px !important;
    }
}

@media only screen and (max-height: 742px) {
    .contact-content > .contact-right > .row {
        margin-top: 10px !important;
    }
    .contact-content > .contact-right > .row > .col-12 {
        margin-top: 8px !important;
    }
}

/* ICONS */
.icon {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
}
.headphone {
    top: 7px;
    -webkit-mask-image: url("../images/svg/icons/headphone.svg");
    mask-image: url("../images/svg/icons/headphone.svg");
    mask-size: contain;
    -webkit-mask-size: contain;
    background-color: white;
    width: 18px;
    height: 18px;
}
.light .headphone.lt {
    background-color: rgba(114, 105, 239, 1);
}
.user {
    top: 7px;
    background-image: url("../images/svg/icons/user.svg");
}
.calendar {
    -webkit-mask-image: url("../images/svg/icons/calendar.svg");
    mask-image: url("../images/svg/icons/calendar.svg");
    background-color: white;
    /*background-image: url("../images/svg/icons/calendar.svg");*/
}
.emoji-happy {
    -webkit-mask-image: url("../images/svg/icons/emoji-happy.svg");
    mask-image: url("../images/svg/icons/emoji-happy.svg");
    background-color: white;
}
.charts {
    background-image: url("../images/svg/icons/charts.svg");
}
.checked {
    background-image: url("../images/svg/icons/checked.svg");
    background-size: contain;
}
.interrogation {
    -webkit-mask-image: url("../images/svg/icons/interrogation.svg");
    mask-image: url("../images/svg/icons/interrogation.svg");
    background-color: white;

}
.speaker {
    -webkit-mask-image: url("../images/svg/icons/speaker.svg");
    mask-image: url("../images/svg/icons/speaker.svg");
    background-color: white;

}
.add-shopping-cart {
    -webkit-mask-image: url("../images/svg/icons/add-shopping-cart.svg");
    mask-image: url("../images/svg/icons/add-shopping-cart.svg");
    background-color: white;
}

.attach-money {
    -webkit-mask-image: url("../images/svg/icons/attach-money.svg");
    mask-image: url("../images/svg/icons/attach-money.svg");
    background-color: white;
    mask-size: cover;

}
.person-search {
    -webkit-mask-image: url("../images/svg/icons/person-search.svg");
    mask-image: url("../images/svg/icons/person-search.svg");
    background-color: white;
    mask-size: cover;
}

.campaign {
    -webkit-mask-image: url("../images/svg/icons/campaign.svg");
    mask-image: url("../images/svg/icons/campaign.svg");
    background-color: white;
    mask-size: cover;

}
.help-outline {
    -webkit-mask-image: url("../images/svg/icons/help-outline.svg");
    mask-image: url("../images/svg/icons/help-outline.svg");
    background-color: white;
    mask-size: cover;
}


.left-arrow {
    -webkit-mask-image: url("../images/svg/icons/left-arrow.svg");
    mask-image: url("../images/svg/icons/left-arrow.svg");
    background-color: white;
}
.right-arrow {
    -webkit-mask-image: url("../images/svg/icons/right-arrow.svg");
    mask-image: url("../images/svg/icons/right-arrow.svg");
    background-color: white;
}
.light .left-arrow,
.light .right-arrow {
    background-color: rgba(4, 4, 4, 0.32);
}
.instagram {
    -webkit-mask-image: url("../images/svg/icons/instagram.svg");
    mask-image: url("../images/svg/icons/instagram.svg");
    background-color: white;
}
.linkedin {
    -webkit-mask-image: url("../images/svg/icons/linkedin.svg");
    mask-image: url("../images/svg/icons/linkedin.svg");
    background-color: white;
}
.twitter {
    -webkit-mask-image: url("../images/svg/icons/twitter.svg");
    mask-image: url("../images/svg/icons/twitter.svg");
    background-color: white;
}
.arrow-right-down {
    -webkit-mask-image: url("../images/svg/icons/arrow-right-down.svg");
    mask-image: url("../images/svg/icons/arrow-right-down.svg");
    background-color: white;
}
.magic-wand {
    -webkit-mask-image: url("../images/svg/icons/magic-wand.svg");
    mask-image: url("../images/svg/icons/magic-wand.svg");
    background-color: white;
}
.computer-statistics {
    -webkit-mask-image: url("../images/svg/icons/computer-statistics.svg");
    mask-image: url("../images/svg/icons/computer-statistics.svg");
    background-color: white;
}
.rocket {
    -webkit-mask-image: url("../images/svg/icons/rocket.svg");
    mask-image: url("../images/svg/icons/rocket.svg");
    background-color: white;
}
.light .magic-wand,
.light .computer-statistics,
.light .rocket {
    background-color: #040404;
}
.phone-call {
    width: 20px;
    height: 20px;
    -webkit-mask-image: url("../images/svg/icons/phone-call.svg");
    mask-image: url("../images/svg/icons/phone-call.svg");
    background-color: white;
}
.text-file {
    -webkit-mask-image: url("../images/svg/icons/text-file.svg");
    mask-image: url("../images/svg/icons/text-file.svg");
    background-color: white;
}
.icon.shared-screen {
    -webkit-mask-image: url("../images/svg/icons/shared-screen.svg");
    mask-image: url("../images/svg/icons/shared-screen.svg");
    background-color: white;
}
.open-more {
    -webkit-mask-image: url("../images/svg/icons/open-more.svg");
    mask-image: url("../images/svg/icons/open-more.svg");
    background-color: white;
}
.volume-muted {
    -webkit-mask-image: url("../images/svg/icons/volume-muted.svg");
    mask-image: url("../images/svg/icons/volume-muted.svg");
    background-color: white;
}
.microphone {
    -webkit-mask-image: url("../images/svg/icons/microphone.svg");
    mask-image: url("../images/svg/icons/microphone.svg");
    background-color: black;
}
.hang-up-call {
    -webkit-mask-image: url("../images/svg/icons/hang-up-call.svg");
    mask-image: url("../images/svg/icons/hang-up-call.svg");
    background-color: white;
}
.shared-screen-close {
    -webkit-mask-image: url("../images/svg/icons/shared-screen-close.svg");
    mask-image: url("../images/svg/icons/shared-screen-close.svg");
    background-color: white;
}
.circle-check {
    -webkit-mask-image: url("../images/svg/icons/circle-check.svg");
    mask-image: url("../images/svg/icons/circle-check.svg");
    mask-size: contain;
    background-color: white;
}
.check {
    -webkit-mask-image: url("../images/svg/icons/check.svg");
    mask-image: url("../images/svg/icons/check.svg");
    mask-size: contain;
    background-color: #24D366;
    width: 16px;
    height: 16px;
}

.icon.sun {
    -webkit-mask-image: url("../images/svg/icons/sun.svg");
    mask-image: url("../images/svg/icons/sun.svg");
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: white;
    width: 18px;
    height: 18px;
}
.mon-stars {
    -webkit-mask-image: url("../images/svg/icons/moon-stars.svg");
    mask-image: url("../images/svg/icons/moon-stars.svg");
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: white;
    width: 18px;
    height: 18px;
}
.light .icon.sun,
.light .mon-stars {
    background-color: rgba(114, 105, 239, 1);
}

.contact-content {
    height: auto;
    align-items: center;
    padding: 0 40px;
}
.contact-content > .contact-left {
    position: relative;
    /*background-color: #121212;*/
    border-radius: 12px;
    margin-right: 40px;
    width: 50%;
    /*overflow: hidden;*/
    height: 78vh;
    max-height: 50%;
    left: 20px;
}
.contact-content > .contact-left > .bg-2 {
    position: absolute;
    /*left: 49px;*/
    left: 50%;
    top: 0;
    width: calc(100% - 49px);
    transform: translateX(-50%);
    height: 100%;
    /*background-image: url("../images/background/background_2.png");*/
    background-repeat: no-repeat;
    background-position: bottom left;
    z-index: -1;
    display: flex;
    justify-content: left;
    align-items: center;
    text-align: left;
    font-size: 40px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
}
.light .contact-content > .contact-left > .bg-2 {
    color: black;
}
.bg-2 div span {
    color: rgb(114,105,239);
}
.contact-content > .contact-left > .elp_1 {
    position: absolute;
    left: 200%;
    top: 45%;
    display: none;
    margin-top: 40px;
    transform: translateX(-50%) translateY(-50%) scale(0.8);
    width: 885px;
    height: 885px;
    border-radius: 100%;
    box-shadow: rgba(255, 255, 255, 0.12) 0 0 0 1px;
    z-index: 9999;
    -webkit-animation: rotatingX 20s linear infinite;
    -moz-animation: rotatingX 20s linear infinite;
    -ms-animation: rotatingX 20s linear infinite;
    -o-animation: rotatingX 20s linear infinite;
    animation: rotatingX 20s linear infinite;
}
.contact_elp > div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 100%;
    z-index: 999;
}

.contact-content > .contact-right {
    width: 40%;
    height: 90%;
    background-color: orange;
    padding: 50px;
    background: rgb(114,105,239);
    background: linear-gradient(200deg, rgba(114,105,239,0.2) 0%, rgba(114,105,239,0.05) 25%, rgba(114,105,239,0.05) 75%, rgba(114,105,239,0.2) 100%);
    box-shadow: rgba(114,105,239, 0.2) 0 0 0 1px;
    border-radius: 12px;
    z-index: 1;
    position: relative;
    right: 50px;
    backdrop-filter: blur(5px);
}
.check-status.sent {
    opacity: 0.0;
}
/*.contact-content > .contact-right > .bg-blur {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: rgba(114,105,239, 0.1);*/
/*    filter: blur(100px);*/
/*    z-index: -1;*/
/*}*/
.contact-content > .contact-right > .texts {
    font-family: "Reddit Sans", sans-serif;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.64);
}
.light .contact-content > .contact-right > .texts {
    color: rgba(114, 105, 239, 1);
}
.contact-content > .contact-right > .texts > span {
    color: rgba(255, 255, 255, 1);
}
.light .contact-content > .contact-right > .texts > span {
    color: rgba(0, 0, 0, 0.7);
}


.check-container {
    background-color: rgba(114, 105, 239, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    color: white;
    text-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
    opacity: 0;
    pointer-events: none;
    transition-duration: .5s;
    transition-property: opacity;
}
.light .check-container {
    background-color: rgba(114, 105, 239, 1);
}
.check-container.show {
    opacity: 1;
    pointer-events: auto;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input {
    -webkit-text-fill-color: rgba(255, 255, 255, 0.9) !important;
    -webkit-box-shadow: 0 0 0 30px #040404 inset !important;
    background-color: #040404 !important;
    height: 50px !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: rgba(255, 255, 255, 0.9) !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
}
.light input:-webkit-autofill,
.light input:-webkit-autofill:hover,
.light input:-webkit-autofill:focus,
.light input:-webkit-autofill:active,
.light input {
    background-color: transparent !important;
    -webkit-box-shadow: 0 0 0 30px rgba(114, 105, 239, 0.2) inset !important;
    color: rgba(114, 105, 239, 1) !important;
    -webkit-text-fill-color: rgba(114, 105, 239, 1) !important;
}
input::placeholder {
    color: rgba(255, 255, 255, 0.64) !important;
    font-size: 14px;
}
.light input::placeholder {
    color: rgba(0, 0, 0, 0.5) !important;
}
input[type=submit] {
    margin-top: 20px;
    background-color: #7269EF !important;
    border: none;
    color: white;
    font-size: 14px;
    font-weight: 500;
}
.light input[type=submit] {
    color: white !important;
    font-size: 14px !important;
    -webkit-text-fill-color: white !important;
}
.form-label {
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
}


.facebook-color {
    background-color: #1877f2;
}
.xtwitter-color {
    background-color: #000000;
    box-shadow: rgba(255, 255, 255, 1) 0 0 0 1px;
}
.instagram-color {
    background-color: #c32aa3;
}
.whatsapp-color {
    background-color: #25d366;
}
.discord-color {
    background-color: #5865f2;
}
.telegram-color {
    background-color: #0088cc;
}
.messenger-color {
    background-color: #006AFF;
}



.bgnew {
    position: absolute;
    bottom: -220px;
    left: 0;
    width: 600px;
    height: 600px;
    /*background-color: #2b2f32;*/
    z-index: 9999;
}
.light .bgnew {
    display: none;
}
.bgnew > .round-bottom {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    background: rgb(114,105,239);
    background: linear-gradient(180deg, rgba(114,105,239,1) 0%, rgba(235,27,36,0.1) 50%, rgba(114,105,239,0.1) 100%);
    border-radius: 100%;
    filter: blur(100px);
}
.glass-liness {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    height: 100vmax;
}
.glass-liness > .lines {
    background-color: orange;
    margin-left: 15px;
    width: 32px;
    height: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.3) 17%, rgba(255,255,255,0) 100%);
    -moz-backdrop-filter:blur(50px);
    backdrop-filter: blur(50px);
    opacity: 0.4;
}

.gn {
    padding-bottom: 0 !important;
}
.light .fcx {
     color: black !important;
}
.light .fcx {
    background-color: white !important;
}
.c-theme {
    margin-left: -6px !important;
    height: 100%;
    min-width: 50px !important;
    border-top-left-radius: 88px;
    border-bottom-left-radius: 88px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    box-shadow: inset rgba(0, 0, 0, 0.1) -1px 0 0;
}
.c-theme {
    background: rgb(246,188,2);
    background: linear-gradient(180deg, rgba(246,188,2,.2) 0%, rgba(246,188,2,0) 100%);
}

.light .c-theme {
    background: rgb(116,111,140);
    background: linear-gradient(180deg, rgba(116,111,140,.2) 0%, rgba(116,111,140,0) 100%);
}

.c-theme > div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    /*box-shadow: inset rgba(0, 0, 0, 0.2) 0 0 0 2px;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*margin-top: -50px;*/
    /*opacity: 0;*/
}
.c-theme > div > i {
    background-color: white !important;
}

.c-theme > div {
    transition-duration: .5s;
    transition-property: opacity, margin-top;
}

.light .c-theme > .sun-theme {
    opacity: 1;
    margin-top: 0;
}
.light .c-theme > .moon-theme {
    margin-top: -50px;
    opacity: 0;
}

.c-theme > .moon-theme {
    opacity: 1;
    margin-top: 0;
}
.c-theme > .sun-theme {
    margin-top: -50px;
    opacity: 0;
}


/*.light .c-theme > .moon-theme {*/
/*    margin-top: 0;*/
/*    opacity: 1;*/
/*}*/
/*.light .c-theme > .sun-theme {*/
/*    margin-top: -50px;*/
/*}*/

.default-doc {
    max-width: 800px;
    color: white;
    text-align: justify;
    padding-left: 24px;
}
.light .default-doc {
    color: black;
}
.doc-title {
    color: rgba(114, 105, 239, 0.9);
}
.default-sidebar,
.document-summary {
    float: left;
    width: auto;
    width: 100% !important;
    max-width: 350px;
    margin-top: 28px;
    /*width: 250px;*/
    /*max-width: 250px;*/
    /*height: 100vh;*/
}
.document-summary > div {
    margin-left: 10px;
    color: white;
    margin-top: 10px;
    cursor: pointer;
    transition-duration: .5s;
    transition-property: color, font-weight;
}
.summary-title {
    margin-left: 0 !important;
    margin-bottom: 14px;
}
.light  .document-summary > div {
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
}
.document-summary > div:hover {
    color: #7269ef;
}

.document-summary > .active:not(.active ~ .active) {
    color: rgba(114, 105, 239, 0.9) !important;
    font-weight: bold;
    font-size: 15px;
}



.companies-that-trust-us > .partners > div {

}

.light .zapier,
.light .shopify,
.zapier-dark,
.shopify-dark {
    display: none;
}


.light .zapier-dark,
.light .shopify-dark {
    display: block;
}

.cookies-ctl {
    background-color: rgb(41, 41, 41);
    position: fixed;
    bottom: 14px;
    left: 14px;
    max-width: 800px;
    width: 100%;
    z-index: 9;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
    border-radius: 14px;
    padding: 14px;
    font-size: 14px;
    font-weight: 500;
    color: white;
}
.light .cookies-ctl {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
    color: black;
}
.cookies-ctl .btn {
    background-color: #7269ef;
    font-size: 14px;
    font-weight: 500;
    color: white;
    margin-left: 14px;
}