@font-face {
    font-family: "ProximaNova";
    src: url("../fonts/proxima_nova_light.woff2") format("woff2"),
        url("../fonts/proxima_nova_light.woff") format("woff");
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: "ProximaNova";
    src: url("../fonts/proxima_nova_regular.woff2") format("woff2"),
        url("../fonts/proxima_nova_regular.woff") format("woff");
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "ProximaNova";
    src: url("../fonts/proxima_nova_medium.woff2") format("woff2"),
        url("../fonts/proxima_nova_medium.woff") format("woff");
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: "ProximaNova";
    src: url("../fonts/proxima_nova_semibold.woff") format("woff2"),
        url("../fonts/proxima_nova_semibold.woff") format("woff");
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: "ProximaNova";
    src: url("../fonts/proxima_nova_bold.woff2") format("woff2"), url("../fonts/proxima_nova_bold.woff") format("woff");
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: "ProximaNova";
    src: url("../fonts/proxima_nova_black.woff2") format("woff2"),
        url("../fonts/proxima_nova_black.woff") format("woff");
    font-weight: 800;
    font-display: swap;
}
:root {
    --primary-color: #592ef5;
    --primary-color-dark: #292978;
    --txt-color: #2d2d41;
    --txt-color-light: #91949f;
    --txt-color-dark: #2c3546;
    --border-color: rgba(208, 210, 229, 0.6);
    --twitter: #00b6f1;
    --facebook: #4c66a4;
    --instagram: #e1306c;
    --snapchat: #fffc00;
    --linkedin: #2867b2;
    --youtube: #ff0000;
}

* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: "ProximaNova", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: var(--txt-color);
    line-height: 184.4%;
    background: url(../img/topBg.png) top center no-repeat #fff;
    background-size: contain;
}

@media screen and (min-width: 1680px) {
    body {
        background-image: url(../img/topBgLarge.png);
    }
}

strong {
    font-weight: bold;
}

img {
    max-width: 100%;
    height: auto;
}

a,
a:hover {
    color: var(--primary-color);
    outline: none;
    font-weight: 500;
}

a:hover {
    text-decoration: none;
}

ul {
    margin-bottom: 0;
    list-style: none;
}

h2 {
    font-size: 30px;
}

.overflow-h {
    position: fixed;
    overflow: hidden;
    width: 100%;
}

.transition {
    transition: all 0.3s ease;
}

.errorMsg {
    margin-top: 3px;
    font-size: 12px;
    color: red;
}

.slick-slide:focus {
    outline: none;
}

.btn {
    padding: 0 25px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 53px;
    white-space: normal;
    background-color: #fff;
}
.btn:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

.btn-primary {
    padding: 1rem 1.6rem;
    box-shadow: inherit;
    color: #fff;
    font-size: 18px;
    border-color: #8b4b0b;
    line-height: 1;
    text-align: left;
    height: auto;
    background-color: var(--secondary-color);
}
.btn-primary img {
    margin-right: 20px;
}
.btn-primary.big {
    font-size: 22px;
    text-align: center;
}
.btn-o {
    border-radius: 30px;
    color: var(--primary-color-dark);
    border-color: var(--primary-color-dark);
    line-height: 1;
    font-size: 16px;
}
.btn-o:hover,
.btn-primary:hover {
    color: #fff;
    background-color: var(--primary-color-dark);
}
.fullWidth {
    width: 100%;
}

#mainCntr {
    width: 100%;
    overflow: hidden;
}

.section {
    padding-top: 80px;
}
.section.bg {
    padding: 80px 0;
}

/* CSS for home page */
.bannerCntr {
    padding-top: 47px;
}
.bannerCntr h1 {
    margin: 48px 0;
    font-weight: 700;
    font-size: 37px;
    line-height: 45px;
    color: #0a2ecc;
    text-transform: uppercase;
}
.bannerCntr h1 span {
    color: var(--primary-color-dark);
    font-weight: 500;
}
.bannerCntr .info {
    padding-right: 40px;
}
.bannerCntr .img {
    margin-top: -40px;
}

.titleWrap {
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: 500;
    color: var(--txt-color-dark);
    text-align: center;
}
.titleWrap span {
    font-weight: 800;
}
.slick-dots {
    margin-top: 48px;
    display: flex;
    justify-content: center;
}
.slick-dots button {
    margin: 0 7px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    text-indent: -9999px;
    border: 0;
    cursor: pointer;
    background: #cbcac0;
}
.slick-dots button:focus {
    outline: none;
}
.slick-dots .slick-active button {
    background-color: #51514d;
}
.metricBox .nav-link {
    padding: 5px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    font-size: 13px;
    border-radius: 5px;
    color: #5b5ba7;
    background-color: #fff;
}
.metricBox .nav-item span {
    padding: 0 5px;
    margin-right: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    color: #fff;
    height: 26px;
    font-weight: 600;
    background-color: #b9c1e3;
}
.metricBox .nav-item.slick-current a,
.metricBox .nav-item a:hover {
    color: var(--primary-color-dark);
    background-color: #f2f2f9;
}
.metricBox .nav-item.slick-current a span,
.metricBox .nav-item a:hover span {
    color: #fff;
    background-color: var(--primary-color);
}
.metricBox .tab-container {
    display: none;
}
.metricBox .tab-container.slick-initialized {
    display: block;
}
.metricBox .tab-container .slick-slide {
    display: none;
}
.metricBox .tab-container .slick-active {
    display: block;
    left: 0 !important;
}
.metricBox .tab-container {
    margin-top: 32px;
}
.metricBox .tab-container .slick-slide {
    padding: 48px 0;
    background-color: var(--primary-color);
}
.metricBox .formulaBar {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    height: 56px;
    line-height: 1;
    background-color: var(--primary-color);
}
.metricBox .formulaBar:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #9072ff 50%, rgba(255, 255, 255, 0) 0%),
        linear-gradient(#9072ff 50%, rgba(255, 255, 255, 0) 0%),
        linear-gradient(to right, #9072ff 50%, rgba(255, 255, 255, 0) 0%),
        linear-gradient(#9072ff 50%, rgba(255, 255, 255, 0) 0%);
    background-position: top, right, bottom, left;
    background-repeat: repeat-x, repeat-y;
    background-size: 10px 1px, 1px 10px;
}
.metricBox .formulaBar .title {
    padding: 0 20px;
    flex: 1;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
}
.metricBox .formulaBar .signs {
    color: #1cd4fd;
    font-weight: 800;
    font-size: 36px;
    min-width: 82px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.metricBox .formulaBar .signs span {
    margin: 0 20px;
    color: #fff;
    font-size: 20px;
}
.metricBox .formulaBar .divide {
    font-size: 20px !important;
}
.btnsContainer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.btnsContainer:after {
    margin: auto;
    content: "";
    height: 1px;
    display: flex;
    width: calc(71% + 2px);
    background-color: #9072ff;
}
.btnsContainer .btnCol {
    padding-bottom: 36px;
    width: calc(36% - 82px);
    position: relative;
}
.btnsContainer .btnCol:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -0.5px;
    background-color: #9072ff;
}
.btnsContainer .btnCol .btn {
    padding: 22px;
    margin-top: 36px;
    position: relative;
    text-align: left;
    color: var(--txt-color-dark);
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
    height: 68px;
}
.btnsContainer .btnCol .btn svg {
    margin-left: 5px;
    min-width: 6px;
    min-height: 10px;
}
.btnsContainer .btnCol .btn:after {
    content: "";
    width: 9px;
    height: 9px;
    position: absolute;
    left: 50%;
    bottom: -4.5px;
    margin-left: -4.5px;
    border-radius: 50%;
    background-color: #1cd4fd;
}
.metricBox .fourmulaTitle {
    display: flex;
    justify-content: center;
    align-items: center;
}
.metricBox .fourmulaTitle .title {
    padding-top: 55px;
    text-align: center;
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    line-height: normal;
}
.metricBox .fourmulaTitle .title span {
    display: block;
    color: #1cd4fd;
    font-weight: 700;
}
.metricBox .fourmulaTitle .title:before {
    margin: auto;
    content: "";
    height: 36px;
    width: 1px;
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    background-color: #9072ff;
}
.metricBox .fourmulaTitle .title:after {
    content: "";
    width: 9px;
    height: 9px;
    position: absolute;
    left: 50%;
    top: 34px;
    margin-left: -4px;
    border-radius: 50%;
    background-color: #1cd4fd;
}

.whyUseBox ul {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.whyUseBox li {
    padding: 34px;
    padding-top: 0;
    border: 1px solid var(--border-color);
    border-top: 0;
    margin: -1px -1px 0 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.whyUseBox li:nth-child(2) .iconImg {
    background-color: #eff2f4;
}
.whyUseBox li:nth-child(3) .iconImg {
    background-color: #fcecec;
}
.whyUseBox li:nth-child(4) .iconImg {
    background-color: #d3eef8;
}
.whyUseBox li:nth-child(5) .iconImg {
    background-color: #fcefe5;
}
.whyUseBox li:nth-child(6) .iconImg {
    background-color: #eadbff;
}
.whyUseBox h4 {
    margin: 0;
    font-weight: bold;
    font-size: 20px;
    line-height: 177.4%;
}
.whyUseBox p {
    margin: 0;
    font-size: 14px;
    line-height: 177.4%;
}
.whyUseBox .iconImg {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 102px;
    height: 102px;
    border-radius: 50%;
    background-color: #c2ddff;
}
.whyUseBox .iconImg img {
    height: 56px;
}

footer {
    padding: 80px 0 50px 0;
    background-color: #f7f7f7;
}
footer h6 {
    margin-top: 0;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
}
footer .links {
    margin-bottom: 40px;
}
footer .links li {
    margin: 4px 0;
}
footer .links a {
    color: var(--txt-color);
    font-weight: 400;
}
footer a:hover {
    color: var(--primary-color);
    text-decoration: underline;
}
footer .links .ins-hiring {
    font-size: 18px;
    font-weight: 800;
    color: var(--primary-color);
}

.subscribeNewsLetter label {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
}
.subscribeNewsLetter .form-control {
    border: 0;
    border-radius: 0;
    height: 45px;
    max-width: 440px;
    border-bottom: 1px solid var(--txt-color);
}
.subscribeNewsLetter .btn {
    margin-top: 20px;
    color: #fff;
    background-color: var(--primary-color);
}
.subscribeNewsLetter .checkbox input {
    margin-top: 6px;
}
.subscribeNewsLetter .checkbox label {
    margin-left: 10px;
    line-height: normal;
}
.subscribeNewsLetter .errorMsg {
    display: none;
}
.subscribeNewsLetter .invalid .errorMsg {
    display: block;
}
.subscribeNewsLetter .invalid .form-control {
    border-bottom-color: #dc3545;
}
.subscribeNewsLetter .valid .form-control {
    border-bottom-color: #28a745;
}
.subscribeNewsLetter .noteTxt {
    margin-top: 10px;
    font-size: 10px;
    line-height: normal;
}
.subscribeNewsLetter .noteTxt a {
    color: var(--txt-color);
    font-weight: 300;
}

.footerLogos {
    margin: 50px 0;
}
.footerLogos a {
    margin: 0 20px;
}
.footerLogos img {
    width: 80px;
}
footer .icons a {
    margin-left: 20px;
}
footer .icons a:hover {
    text-decoration: none;
}
footer .icons a:hover svg {
    color: var(--primary-color);
}
footer .icons svg {
    fill: currentColor;
    color: var(--txt-color);
}
.footer .copyrightTxt {
    margin: 0 15px;
    font-weight: 400;
    flex: 1;
    text-align: center;
    line-height: normal;
}

@media screen and (min-width: 1200px) {
    .whyUseBox li:nth-child(4),
    .whyUseBox li:nth-child(5),
    .whyUseBox li:nth-child(6) {
        padding-top: 46px;
        padding-bottom: 0;
        border-bottom: 0;
    }
    .whyUseBox li:nth-child(1),
    .whyUseBox li:nth-child(4) {
        border-left: 0;
    }
    .whyUseBox li:nth-child(3),
    .whyUseBox li:nth-child(6) {
        border-right: 0;
    }
}

.trustedByBox .titleWrap {
    margin-bottom: 0;
}
.trustedByBox ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.trustedByBox li {
    margin-top: 55px;
    width: 20%;
    text-align: center;
}

.scheduleDemoBox {
    margin-top: 114px;
    text-align: center;
    color: #fff;
    background: url(../img/schedule-demo-bg.png) top center no-repeat #292978;
    background-size: cover;
}
.scheduleDemoBox .info {
    padding: 0 15px;
    margin: auto;
    max-width: 814px;
}
.scheduleDemoBox h2 {
    margin-bottom: 39px;
    font-size: 40px;
    font-weight: 500;
}
.scheduleDemoBox h3 {
    margin-bottom: 39px;
    font-size: 30px;
    font-weight: 500;
}
.scheduleDemoBox .btn {
    min-width: 230px;
    font-weight: 700;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    .bannerCntr .img {
        max-width: fit-content;
        width: 120%;
    }
    .container {
        max-width: 1196px;
    }
    
}

@media (min-width: 992px) {
    .btnsContainer.col3,
    .btnsContainer.col2 {
        justify-content: flex-end;
    }
    .btnsContainer.col3 .btnCol {
        margin-left: 58px;
        width: calc(26.5% - 58px);
    }
    .btnsContainer.col3:after {
        margin-left: auto;
        margin-right: 125px;
        width: calc(63% - 116px);
    }
    .btnsContainer.col2 .btnCol {
        margin-left: 58px;
        width: calc(34.47% - 52px);
    }
    .btnsContainer.col2:after {
        margin-left: auto;
        margin-right: 174px;
        width: calc(35% + 1px);
    }
    .metricBox .nav .slick-track {
        width: auto !important;
        transform: none !important;
        display: flex;
        justify-content: space-between;
    }
    .metricBox .nav .slick-track:before,
    .metricBox .nav .slick-track:after {
        display: none;
    }
    .scenerioPopup .tabsWrap .dropdown-menu {
        margin-top: 0;
        padding: 0;
        position: static;
        border: 0;
        flex-wrap: nowrap;
        background: none;
    }
}

.scenerioPopup .modal-dialog-centered {
    height: calc(100%);
}
.scenerioPopup .modal-dialog {
    margin: 0 auto;
    max-width: calc(1224px - (1.75rem * 2));
}
.scenerioPopup .modal-content {
    overflow: hidden;
    height: calc(100% - (1.75rem * 2));
    max-height: calc(744px - (1.75rem * 2));
    box-shadow: 0px 1px 11px rgba(15, 15, 78, 0.5);
}
.scenerioPopup .modal-body {
    padding: 0;
    display: flex;
    height: 0;
}
.scenerioPopup .modal-header {
    padding: 0;
    align-items: center;
    border-bottom-color: var(--border-color);
}
.scenerioPopup .close {
    margin-right: 1rem;
    padding: 18px;
    min-width: 24px;
    min-height: 24px;
    width: 24px;
    /* height: 24px; */
    align-items: flex-start;
    display: flex;
    font-size: 40px;
    color: var(--txt-color-dark);
    opacity: 1;
    font-weight: 300;
    align-items: center;
    justify-content: center;
}
.scenerioPopup .modal-title {
    padding: 0 25px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 700;
    position: relative;
    background-color: var(--primary-color);
}
.scenerioPopup .modal-title:after {
    content: "";
    position: absolute;
    right: -9px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 9px solid var(--primary-color);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

.scenerioPopup .tabsWrap {
    align-self: stretch;
    display: flex;
}
.scenerioPopup .tabsWrap li {
    margin-left: 30px;
    display: flex;
}
.scenerioPopup .tabsWrap li a {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    border-bottom: 2px solid transparent;
    color: var(--txt-color-dark);
}
.scenerioPopup .tabsWrap li a:hover {
    color: var(--primary-color);
}
.scenerioPopup .tabsWrap li .active {
    border-bottom-color: var(--primary-color);
    color: var(--primary-color);
}
.scenerioPopup .tab-pane {
    height: 100%;
}
.scenerioPopup .tabContent {
    width: 100%;
}
.scenerioPopup .tabContent > .tab-pane {
    flex: 1;
    display: none;
}
.scenerioPopup .tabContent > .active {
    display: flex;
}
.scenerioPopup .info {
    padding: 26px 32px;
    overflow-y: auto;
    width: 40%;
    min-width: 468px;
    height: 100%;
    background-color: #f5f5fa;
}
.scenerioPopup .imgBlock {
    padding: 60px 10px;
    text-align: center;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.scenerioPopup .imgBlock a {
    height: 100%;
    color: var(--txt-color);
}
.scenerioPopup .imgBlock img {
    max-height: 100%;
}
.scenerioPopup .content h5 {
    margin-bottom: 19px;
    font-size: 17px;
    font-weight: 500;
    color: var(--txt-color-dark);
}
.scenerioPopup .content p {
    margin-bottom: 25px;
    font-size: 14px;
    color: var(--txt-color);
    line-height: 185%;
    font-weight: 300;
}
.scenerioPopup .content li {
    display: flex;
}
.scenerioPopup .content li:last-child .right {
    padding-bottom: 0;
    border: 0;
}
.scenerioPopup .content li .right {
    margin-left: 32px;
    flex: 1;
}
.scenerioPopup .content li + li {
    margin-top: 21px;
}
.scenerioPopup .content li svg {
    margin-top: 5px;
}
.scenerioPopup .content li .right {
    line-height: normal;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--border-color);
}
.scenerioPopup .content li .labelTxt {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 500;
    color: #5d6980;
}
.scenerioPopup .content .desc {
    font-size: 13px;
    color: #0a2ecc;
    font-weight: 600;
}
.scenerioPopup .content .tags span {
    padding: 3px 8px;
    margin: 3px 8px 0 0;
    display: inline-block;
    line-height: normal;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    border-radius: 20px;
}
.scenerioPopup .content .tags.channel span {
    background-color: #0a2ecc;
}
.scenerioPopup .content .tags.segment span {
    color: #0a2ecc;
    background-color: #c2ddff;
}
.scenerioPopup .content .tags span.low {
    color: #25a35c;
    background-color: #d0eed4;
}
.scenerioPopup .content .tags span.moderate {
    color: #e78c1d;
    background-color: #eee6d0;
}
.scenerioPopup .content .tags span.high {
    color: #cc2222;
    background-color: rgba(204, 34, 34, 0.1);
}

@media (min-width: 768px) and (max-width: 1199px) {
    .whyUseBox ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .whyUseBox li {
        padding: 42px 70px;
        border: 1px solid var(--border-color);
        border-top-width: 0;
        border-left-width: 0;
    }
    .whyUseBox li:nth-child(even) {
        border-right-width: 0;
    }
    .whyUseBox li:last-child,
    .whyUseBox li:nth-child(5) {
        border-bottom: 0;
    }
    .scheduleDemoBox .info {
        max-width: 610px;
    }
    .scheduleDemoBox h2 {
        font-size: 35px;
    }
    .scheduleDemoBox h3 {
        font-size: 25px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .btnsContainer:after {
        width: calc(73% + 0px);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .metricBox {
        margin-top: 50px;
    }
    .metricBox .formulaBar .title {
        padding: 0 10px;
    }
    .metricBox .formulaBar .title,
    .metricBox .formulaBar .signs span {
        font-size: 13px;
    }
    .metricBox .formulaBar .signs {
        font-size: 26px;
        min-width: 32px;
    }
    .metricBox .fourmulaTitle .title {
        font-size: 16px;
    }
    .btnsContainer:after {
        width: calc(71% + 1px);
    }
    .btnsContainer .btnCol .btn {
        padding: 12px;
        font-size: 11px;
    }
    .btnsContainer .btnCol {
        width: calc(36% - 48px);
    }
    .btnsContainer.col3,
    .btnsContainer.col2 {
        justify-content: flex-end;
    }
    .btnsContainer.col3 .btnCol {
        margin-left: 28px;
        width: calc(26.5% - 28px);
    }
    .btnsContainer.col3:after {
        margin-left: auto;
        margin-right: 77px;
        width: calc(63% - 68px);
    }
    .btnsContainer.col2 .btnCol {
        margin-left: 28px;
        width: calc(34.6% - 28px);
    }
    .btnsContainer.col2:after {
        margin-left: auto;
        margin-right: 105px;
        width: calc(35% - 1px);
    }
    .whyUseBox li {
        padding: 22px 42px;
    }
}

@media (min-width: 768px) {
    .scenerioPopup .imgBlock a {
        pointer-events: none;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
}

@media (max-width: 991px) {
    .metricBox .slick-arrow {
        position: absolute;
        top: 0;
        z-index: 1;
        border: 0;
        width: 39px;
        height: 39px;
        display: flex;
        align-items: center;
        outline: 0;
        justify-content: center;
        cursor: pointer;
        border-radius: 4px;
        background: #fff;
    }
    .metricBox .slick-arrow:hover {
        background-color: #eee;
    }
    .metricBox .slick-prev {
        left: 0;
    }
    .metricBox .slick-next {
        right: 0;
    }
    .metricBox .slick-next img {
        transform: rotate(180deg);
    }
    .metricBox .nav .slick-slide {
        width: 300px;
        display: flex;
    }
    .metricBox .nav-link {
        margin: auto;
    }
    .metricBox .tab-container {
        margin-top: 22px;
    }
    .titleWrap {
        font-size: 25px;
    }
    .modal-content {
        max-height: 100%;
        height: 100%;
    }
    .scenerioPopup .tabsWrap .btn,
    .scenerioPopup .tabsWrap .btn:hover {
        display: flex;
        align-items: center;
        font-size: 14px;
        font-weight: 600;
        color: var(--primary-color);
        border: 0;
        height: auto;
        text-align: left;
        box-shadow: none;
        background: none;
    }
    .scenerioPopup .tabsWrap .btn:after {
        margin-left: 0.4em;
    }
    .scenerioPopup .no-dropdown > button:after {
        display: none;
    }
    .scenerioPopup .tabsWrap .dropdown-menu {
        display: none;
        margin: -5px 30px 0 25px;
        border: 0;
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    }
    .scenerioPopup .tabsWrap .dropdown-menu:before {
        content: "";
        position: absolute;
        right: 10px;
        top: -3px;
        width: 10px;
        height: 10px;
        transform: rotate(45deg);
        background-color: #fff;
    }
    .scenerioPopup .tabsWrap.show .dropdown-menu {
        display: block;
    }
    .scenerioPopup .tabsWrap li a {
        padding: 0 10px 0 20px;
        border-bottom: 0;
        font-size: 15px;
        position: relative;
        line-height: normal;
    }
    .scenerioPopup .tabsWrap li a:before {
        content: "";
        position: absolute;
        left: 9px;
        top: 9px;
        width: 3px;
        height: 3px;
        border-radius: 50%;
    }
    .scenerioPopup .tabsWrap li a.active:before {
        background-color: var(--primary-color);
    }
    .scenerioPopup .tabsWrap li {
        margin-left: 0;
    }
    .scenerioPopup .tabsWrap li + li {
        margin-top: 10px;
    }
    .footerLogos a {
        margin: 0 10px;
    }
}

@media (max-width: 767px) {
    .section,
    footer {
        padding-top: 50px;
    }
    .bg {
        padding-bottom: 50px;
        margin-top: 64px;
    }
    .titleWrap {
        font-size: 22px;
    }
    .slick-dots {
        margin-top: 0;
    }
    .bannerCntr {
        text-align: center;
    }
    .bannerCntr .img {
        margin-top: 0;
    }
    .bannerCntr h1 {
        margin: 32px 0 0;
        font-size: 28px;
        line-height: normal;
    }
    .bannerCntr .info {
        padding-right: 0;
    }
    .bannerCntr p {
        font-size: 15px;
    }
    .btnsContainer {
        flex-direction: column;
    }
    .metricBox .nav .slick-slide {
        margin: 0 10px;
        width: auto;
    }
    .metricBox .nav-link {
        background-color: #f2f2f9;
    }
    .metricBox .formulaBar {
        height: 46px;
    }
    .metricBox .formulaBar .title {
        font-size: 14px;
    }
    .metricBox .signs {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 46px;
        color: #1cd4fd;
        font-weight: 800;
        font-size: 36px;
        text-align: center;
    }
    .metricBox .signs span {
        margin: 0 20px;
        color: #fff;
        font-size: 20px;
    }
    .metricBox .signs.divide {
        font-size: 28px;
    }
    .btnsContainer:after {
        display: none;
    }
    .btnsContainer .btnCol {
        padding-bottom: 0;
        margin-bottom: 25px;
        width: 100%;
    }
    .btnsContainer .btnCol .btn {
        padding: 16px 20px;
        height: auto;
    }
    .btnsContainer .btnCol .btn:after {
        bottom: auto;
        top: -4.5px;
    }
    .metricBox {
        margin-top: 34px;
    }
    .metricBox .tab-container .slick-slide {
        padding: 38px 0;
    }
    .metricBox .fourmulaTitleMob {
        margin-bottom: 39px;
        text-align: center;
        line-height: normal;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 500;
        color: #fff;
    }
    .metricBox .fourmulaTitleMob span {
        font-weight: 700;
        color: #1cd4fd;
    }
    .whyUseBox {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .whyUseBox .container {
        padding: 0;
    }
    .whyUseBox ul {
        margin-top: 32px;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .whyUseBox li {
        padding: 0 20px;
        border: 0;
        flex-direction: row;
        text-align: left;
        align-items: flex-start;
    }
    .whyUseBox li + li {
        padding-top: 20px;
        margin-top: 20px;
        border-top: 1px solid var(--border-color);
    }
    .whyUseBox .iconImg {
        padding: 12px;
        margin: 0 22px 0 0;
        min-width: 50px;
        min-height: 50px;
        width: 50px;
        height: 50px;
    }
    .whyUseBox .iconImg img {
        height: auto;
    }
    .whyUseBox h4 {
        font-size: 14px;
    }
    .whyUseBox p {
        font-size: 11px;
    }
    .scheduleDemoBox h2 {
        font-size: 25px;
    }
    .scheduleDemoBox h3 {
        font-size: 18px;
    }
    .scheduleDemoBox .btn {
        font-size: 15px;
        height: 43px;
    }
    .scenerioPopup .tab-pane {
        flex-direction: column;
    }
    .scenerioPopup .modal-body {
        display: block;
        overflow-y: auto;
    }
    .scenerioPopup .imgBlock {
        padding: 20px;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        flex-direction: column;
    }
    .scenerioPopup .imgBlock img {
        margin: auto;
        max-height: 300px;
    }
    .scenerioPopup .imgBlock span {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .scenerioPopup .imgBlock span svg {
        margin-right: 5px;
        color: var(--primary-color);
        transform: scale(0.7);
    }
    .scenerioPopup .modal-content {
        height: 100%;
        max-height: inherit;
        border: 0;
        border-radius: 0;
    }
    .scenerioPopup .info {
        width: 100%;
        min-width: inherit;
        order: 1;
    }
    .scenerioPopup .content .tags span {
        margin-right: 0;
    }
    .m-magnifikCanvas::-webkit-scrollbar {
        display: none;
    }
    .m-magnifikCanvas {
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }
    .magnifyCloseBtn {
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        font-size: 40px;
        width: 40px;
        height: 40px;
        top: 10px;
        right: 10px;
        background-color: #fff;
    }
}

@media (max-width: 640px) {
    .section {
        padding-left: 15px;
        padding-right: 15px;
    }
    body {
        font-size: 14px;
    }
    h1,
    .bigTitle {
        font-size: 28px;
    }
    .metricBox .slick-arrow {
        width: 36px;
        height: 43px;
        top: -3px;
    }
    .metricBox > .container {
        padding: 0;
    }
    .metricBox .slick-prev:hover {
        box-shadow: 5px 0 5px rgba(0, 0, 0, 0.2);
        background-color: #fff;
    }
    .metricBox .slick-next:hover {
        box-shadow: -5px 0 5px rgba(0, 0, 0, 0.2);
        background-color: #fff;
    }
    .trustedByBox li {
        margin-top: 44px;
        width: 26%;
    }
    .trustedByBox li img {
        height: 24px;
    }
    .scenerioPopup .modal-header {
        flex-direction: column;
    }
    .scenerioPopup .close {
        min-height: 34px;
        height: 34px;
        align-items: flex-start;
        margin: 0;
        padding: 0;
        margin-right: 0.1rem;
        position: absolute;
        right: 9px;
        top: 1px;
        color: #fff;
        z-index: 1;
        text-shadow: none;
    }
    .scenerioPopup .modal-title {
        padding: 0 45px 0 15px;
        width: 100%;
        font-size: 16px;
        line-height: 19px;
        justify-content: flex-start;
    }
    .scenerioPopup .tabsWrap .btn {
        padding: 10px 15px;
        width: 100%;
        justify-content: space-between;
    }
    .footer .copyrightTxt {
        margin: 20px 0;
    }
    .footerLogos {
        margin: 30px 0;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
    (min-width: 992px) and (max-width: 1199px) {
    .hideIpad {
        display: none !important;
    }
    .showIpad {
        display: block !important;
    }
    .titleWrap {
        font-size: 26px;
    }
    .metricBox {
        margin-top: 80px;
    }
    .metricBox .nav-link {
        font-size: 11px;
    }
    .metricBox .tab-container {
        margin-top: 22px;
    }
    .metricBox .formulaBar {
        height: 42px;
    }
    .metricBox .formulaBar .title {
        font-size: 12px;
    }
    .metricBox .formulaBar .signs {
        font-size: 24px;
    }
    .metricBox .formulaBar .signs span {
        font-size: 14px;
    }
    .btnsContainer .btnCol {
        width: calc(37% - 66px);
    }
    .btnsContainer:after {
        width: calc(71% - 8px);
    }
    .btnsContainer.col3:after {
        margin-right: 94px;
        width: calc(63% - 92px);
    }
    .btnsContainer.col2 .btnCol {
        margin-left: 62px;
    }
    .btnsContainer.col2:after {
        margin-right: 134px;
        width: calc(35% + 6px);
    }
    .btnsContainer .btnCol .btn {
        padding: 12px;
        font-size: 12px;
        height: 58px;
        line-height: 16px;
    }
    .metricBox .fourmulaTitle .title {
        font-size: 14px;
    }
    .scenerioPopup .modal-dialog {
        max-width: calc(1000px - (1.75rem * 2));
    }
}