@font-face {
    font-family: "Oakes Grotesk";
    src: url("../woff/oakesgrotesk-bold.woff") format("woff2"), url("../woff/oakesgrotesk-bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Oakes Grotesk";
    src: url("../woff2/oakesgrotesk-medium.woff2") format("woff2"), url("../woff/oakesgrotesk-medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Oakes Grotesk";
    src: url("../woff2/oakesgrotesk-regular.woff2") format("woff2"), url("../woff/oakesgrotesk-regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Oakes Grotesk";
    src: url("../woff2/oakesgrotesk-semibold.woff2") format("woff2"), url("../woff/oakesgrotesk-semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@-webkit-keyframes rotate360 {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes rotate360 {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes slideinleft {
    0% {
        opacity: 0;
        transform: translateX(55px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes slideinleft {
    0% {
        opacity: 0;
        transform: translateX(55px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@-webkit-keyframes slideinbottom {
    0% {
        opacity: 0;
        transform: translateY(35px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slideinbottom {
    0% {
        opacity: 0;
        transform: translateY(35px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes width {
    0% {
        width: 0%
    }
    100% {
        width: 100%
    }
}

@keyframes width {
    0% {
        width: 0%
    }
    100% {
        width: 100%
    }
}

*,
*::before,
*::after {
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    outline: none
}

html {
    background: #fff
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif
}

body {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    color: #07192b;
    background-color: #fff;
    line-height: 1.6;
    transition: .3s ease-out
}
@media(max-width: 767px) {
    body {
        font-size: 16px
    }
}

body.overflow {
    overflow: hidden
}

ul,
ol {
    padding: 0
}

a {
    transition: all .2s
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: #07192b
}

button {
    font: 500 16px "Inter", sans-serif;
    cursor: pointer;
    transition: .3s ease
}

main {
    max-width: 100vw
}

h1 {
    font-weight: 600;
    font-size: 64px;
    line-height: 130%;
    letter-spacing: -0.5px;
    margin: 0 0 24px
}

@media(max-width: 990px) {
    h1 {
        font-size: 50px
    }
}

@media(max-width: 767px) {
    h1 {
        font-size: 40px
    }
}

h2 {
    font-weight: 600;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: -0.01em
}

@media(max-width: 767px) {
    h2 {
        font-size: 32px
    }
}

h3 {
    font-size: 28px;
    line-height: 34px
}

@media(max-width: 767px) {
    h3 {
        font-size: 26px;
        line-height: 32px
    }
}

h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px
}

@media(max-width: 767px) {
    h4 {
        font-size: 22px;
        line-height: 30px
    }
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Oakes Grotesk";
    margin: 0 0 24px;
    color: #1f2937
}

p {
    margin: 0 0 15px;
    line-height: 1.6;
    font-size: 16px;
    line-height: 1.7;
    color: #6b7280
}

@media(max-width: 767px) {
    p {
        font-size: 14px
    }
}

.font-body {
    font-family: "Inter", sans-serif
}

.font-heading {
    font-family: "Oakes Grotesk"
}

img,
video {
    max-width: 100%;
    vertical-align: middle
}

button:disabled {
    cursor: not-allowed
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.flex {
    display: flex
}

.grid {
    display: grid
}

.container {
    max-width: 1270px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0 15px
}

@media(max-width: 1300px) {
    .container {
        max-width: 100%
    }
}

.small-container {
    max-width: 1130px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0 15px
}

@media(max-width: 1300px) {
    .small-container {
        max-width: 100%
    }
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

@media(max-width: 767px) {
    .text-center-mob {
        text-align: center
    }
}

.row {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap
}

.no-margin {
    margin: 0
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.nowrap {
    flex-wrap: nowrap
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.column {
    flex: 1;
    align-self: auto;
    justify-self: auto;
    padding-left: 15px;
    padding-right: 15px
}

.flex {
    display: flex
}

.gap-12 {
    gap: 12px
}

.flex-1 {
    flex: 1
}

.flex-wrap {
    flex-wrap: wrap
}

.flex-nowrap {
    flex-wrap: nowrap
}

.align-normal {
    align-items: normal
}

.align-flex-start {
    align-items: flex-start
}

.align-flex-end {
    align-items: flex-end
}

.align-baseline {
    align-items: baseline
}

.align-stretch {
    align-items: stretch
}

.align-center {
    align-items: center
}

.align-normal {
    align-items: normal
}

.justify-flex-start {
    justify-content: flex-start
}

.justify-space-around {
    justify-content: space-around
}

.justify-space-between {
    justify-content: space-between
}

.justify-center {
    justify-content: center
}

.col-2 {
    width: 16.5%
}

.col-3 {
    width: 25%
}

.col-4 {
    width: 33.33%
}

.col-5 {
    width: 41.5%
}

.col-6 {
    width: 50%
}

.col-7 {
    width: 58%
}

.col-8 {
    width: 66.67%
}

.col-9 {
    width: 75%
}

.col-10 {
    width: 83.3%
}

.col-12 {
    width: 100%
}

@media(max-width: 990px) {
    .col-md-6 {
        width: 50%
    }
}

.col {
    padding: 0 15px;
    position: relative
}

@media(max-width: 600px) {
    .col {
        width: 100%
    }
}

@media(min-width: 768px) {
    .offset-1 {
        margin-left: 7.333333%
    }
    .offset-2 {
        margin-left: 16.666667%
    }
    .offset-3 {
        margin-left: 25%
    }
    .offset-4 {
        margin-left: 33.333333%
    }
    .offset-5 {
        margin-left: 41.666667%
    }
    .offset-6 {
        margin-left: 50%
    }
    .offset-7 {
        margin-left: 58.333333%
    }
    .offset-8 {
        margin-left: 66.666667%
    }
    .offset-9 {
        margin-left: 75%
    }
    .offset-10 {
        margin-left: 83.333333%
    }
    .offset-11 {
        margin-left: 91.666667%
    }
}

.col-md {
    padding: 0 15px
}

@media(max-width: 990px) {
    .col-md {
        width: 100%;
        margin: 0
    }
}

.gap-24 {
    gap: 24px
}

@media(max-width: 767px) {
    .hidden-mobile {
        display: none !important
    }
}

.visible-mobile {
    display: none !important
}

@media(max-width: 767px) {
    .visible-mobile {
        display: block !important
    }
}

@media(max-width: 1200px) {
    .hidden-1200 {
        display: none !important
    }
}

@media(max-width: 990px) {
    .hidden-tablet {
        display: none !important
    }
}

.visible-tablet {
    display: none !important
}

@media(max-width: 990px) {
    .visible-tablet {
        display: block !important
    }
}

.visible-tablet-flex {
    display: none !important
}

@media(max-width: 990px) {
    .visible-tablet-flex {
        display: flex !important
    }
}

.visible-1200 {
    display: none !important
}

@media(max-width: 1200px) {
    .visible-1200 {
        display: block !important
    }
}

.hidden {
    display: none !important
}

.inline-block {
    display: inline-block
}

.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #0e64ff;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 16px 32px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, .05);
    border-radius: 5px;
    color: #fff;
    border: none;
    text-align: center;
    transition: .3s ease;
    transform: translateY(0) scale(1);
    position: relative;
    min-width: 140px; cursor: pointer;
}

.button:hover {
    box-shadow: none
}

.button:focus {
    color: #fff
}

.button.chevron:after {
    content: "";
    background-image: url(../svg/chevron-white.svg);
    height: 16px;
    width: 17px;
    background-position: center;
    margin-left: 5px;
    display: inline-block
}

.button:hover {
    transform: translateY(3px) scale(0.99);
    color: #fff
}

.button.button-black {
    background: #07192b;
    box-shadow: none
}

.button.button-blue {
    background: #0e64ff;
    box-shadow: none
}

.button.button-border {
    background: none;
    border: 1px solid #07192b;
    color: #07192b;
    box-shadow: none
}

.button.button-white {
    background-color: #fff;
    color: #07192b
}

.button.button-green {
    background-color: #00a676
}

.button.button-full {
    width: 100%
}

@media(max-width: 1200px) {
    .button {
        color: #fff;
        padding: 12px 20px;
        min-width: 150px;
        font-size: 14px
    }
}

.section-pad {
    padding: 80px 0
}

@media(max-width: 767px) {
    .section-pad {
        padding: 50px 0
    }
}

.section-gap {
    padding: 60px 0
}

@media(max-width: 767px) {
    .section-gap {
        padding: 40px 0
    }
}

@media(max-width: 767px) {
    .mt-30-mobile {
        margin-top: 30px
    }
}

.black-bg {
    background-color: #07192b
}

.black-bg *:not(.button) {
    color: #fff
}

.white-bg {
    background-color: #fff
}

.white-bg *:not(.button) {
    color: #07192b
}

.bg-lightblue {
    background-color: #f6fbff
}

.bg-blue {
    background-color: #0e64ff
}

.heading-big {
    font-weight: 600;
    font-size: 34px;
    line-height: 130%
}

@media(max-width: 767px) {
    .heading-big {
        font-size: 32px
    }
}

.heading {
    font-weight: 600;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: -0.01em;
    font-weight: 700;
    margin-bottom: 48px
}

@media(max-width: 767px) {
    .heading {
        font-size: 32px
    }
}

@media(max-width: 1200px) {
    .heading {
        font-size: 38px;
        line-height: 46px
    }
}

@media(max-width: 767px) {
    .heading {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 30px
    }
}

.heading-medium {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 32px
}

@media(max-width: 767px) {
    .heading-medium {
        font-size: 24px;
        line-height: 32px
    }
}

.heading-small {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 24px
}

@media(max-width: 767px) {
    .heading-small {
        font-size: 22px;
        line-height: 30px
    }
}

.button-unstyled {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    padding: 0
}

@media(min-width: 768px) {
    .tns-overflow-visible .tns-ovh {
        overflow: visible
    }
}

.tns-nav {
    text-align: center;
    margin: 25px 0 0
}

.tns-nav button {
    width: 8px;
    height: 8px;
    margin: 0 3px;
    border-radius: 30px;
    border: none;
    background-color: rgba(14, 100, 255, .2);
    transition: .4s ease
}

.tns-nav button.tns-nav-active {
    background-color: #0e64ff
}

.tns-outer {
    position: relative
}

.tns-controls {
    display: flex;
    justify-content: center;
    gap: 15px;
    max-width: 25px 0 0
}

.tns-controls button {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, .6);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99
}

.tns-controls button:nth-child(1) {
    left: -24px
}

.tns-controls button:nth-child(2) {
    right: -24px
}

.tns-controls button svg path {
    transition: .3s ease
}

.white-text {
    color: #fff !important
}

.marquee-slider {
    transition-timing-function: linear
}

.round-cover-image {
    overflow: hidden;
    border-radius: 50%
}

.round-cover-image img,
.round-cover-image video {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.cover-image {
    overflow: hidden
}

.cover-image img,
.cover-image video {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.mb-16 {
    margin-bottom: 16px
}

.mb-24 {
    margin-bottom: 24px
}

.mb-48 {
    margin-bottom: 48px
}

.mt-48 {
    margin-top: 48px
}

.mt-24 {
    margin-top: 24px
}

.check-list {
    padding: 0;
    list-style-type: none
}

.check-list li {
    margin-bottom: 15px;
    font-size: 16px;
    padding-left: 25px;
    background-image: url(../tick-circle.html);
    background-position: 0px 5px;
    background-repeat: no-repeat;
    background-size: 17px
}

.full-width {
    width: 100%
}

.icon-text-block {
    padding: 16px;
    margin-bottom: 24px
}

.icon-text-block img {
    margin-bottom: 16px
}

.icon-text-block h3 {
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px
}

@media(max-width: 767px) {
    .icon-text-block h3 {
        font-size: 22px;
        line-height: 30px
    }
}

.icon-text-block p {
    color: #1f2937;
    max-width: 345px
}

@media(max-width: 767px) {
    .icon-text-block p {
        max-width: 100%
    }
}

.link-with-icon {
    color: #0e64ff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    display: inline-flex;
    align-items: center
}

.link-with-icon svg {
    transition: .4s ease-out;
    transform: translateX(0);
    margin-left: 6px
}

.link-with-icon:hover {
    color: #07192b
}

.link-with-icon:hover svg {
    transform: translateX(10px)
}

.img-text-block {
    margin: 16px 0
}

.img-text-block img {
    margin-bottom: 24px;
    width: 100%
}

.img-text-block img.rounded {
    border-radius: 16px
}

.img-text-block h3 {
    margin: 6px 0 16px;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    transition: .4s ease-out
}

@media(max-width: 767px) {
    .img-text-block h3 {
        font-size: 22px;
        line-height: 30px
    }
}

.img-text-block h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.5px
}

.img-text-block.hover-heading:hover h3 {
    color: #0e64ff
}

.overflow-hidden {
    overflow: hidden
}

.bold {
    font-weight: 800
}

.radius-16 {
    border-radius: 16px
}

.radius-10 {
    border-radius: 10px
}

.button-row {
    gap: 16px;
    flex-wrap: wrap
}

.tophead {
    max-width: 560px;
    font-size: 17px;
    line-height: 190%;
    letter-spacing: 0.04em;
    text-transform: none;
    font-weight: 400;
    margin-bottom: 10px
}

.subhead {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #1f2937
}

@media(max-width: 767px) {
    .subhead {
        font-size: 16px;
        line-height: 26px
    }
}

.white-border-box {
    background-color: #fff;
    border: 1px solid #e9e9e9
}

.white-border-box.common-white-box {
    padding: 60px 32px;
    height: 100%;
    border-radius: 8px
}

.white-border-box.common-white-box h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 16px
}

.white-border-box.common-white-box p {
    margin: 0
}

@media(max-width: 990px) {
    .white-border-box.common-white-box {
        padding: 32px 16px;
        height: auto
    }
    .white-border-box.common-white-box h3 {
        font-size: 18px
    }
    .white-border-box.common-white-box p {
        font-size: 14px
    }
}

.blue-border-box {
    background-color: #f6fbff;
    border: 1px solid #e9e9e9
}

.headroom {
    position: fixed;
    inset: 0 0 auto;
    z-index: 9999;
    transition: .4s ease
}

.headroom.headroom--unpinned {
    top: -120px
}

.headroom.headroom--pinned:not(.headroom--top) {
    top: 0
}

.headroom.headroom--pinned:not(.headroom--top) .header-main {
    background-color: #fff
}

.header-main {
    padding: 0;
    position: relative;
    z-index: 9999;
    transition: .3s ease-out;
    background-color: #fff;
    border-radius: 8px
}

@media(max-width: 1200px) {
    .header-main {
        padding: 15px 0
    }
    .header-main .col-6 {
        width: 75%
    }
}

@media(max-width: 767px) {
    .header-main .col-2 {
        width: 40%
    }
    .header-main .col-8 {
        width: 60%
    }
}

.header-main .header-logo {
    position: relative;
    z-index: 99999;
    max-width: 200px;
    display: block;
}

.header-main .header-logo img{ height:auto;    width: 163px;}

.header-main .login-header-block {
    display: flex;
    gap: 0 15px;
    justify-content: flex-end
}

.header-main .login-header-block .button {
    min-width: 80px;
    padding: 8px 22px;
    font-size: 14px;
    font-weight: normal;
}

.header-main .header-nav-main {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-main .header-nav-main .header-nav {
    display: flex;
    gap: 0 25px;
    margin: 0 15px
}

.header-main .header-nav-main .header-nav>div>a {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.5px;
    color: #07192b;
    padding: 35px 0;
    display: flex;
    align-items: center
}

@media(max-width: 1200px) {
    .header-main .header-nav-main .header-nav>div>a {
        padding: 0
    }
}

.header-main .header-nav-main .header-nav>div>a svg {
    margin-left: 10px
}

.header-main .header-nav-main .header-nav>div>a:hover {
    color: #0e64ff
}

@media(max-width: 1200px) {
    .header-main .header-nav-main .header-nav>div>a {
        display: flex;
        justify-content: space-between;
        align-items: center
    }
    .header-main .header-nav-main .header-nav>div>a svg {
        transform: rotateZ(-90deg)
    }
}

.header-main .header-nav-main .header-nav .dropdown:hover .dropdown-menu {
    -webkit-clip-path: inset(0% 0% -2% 0%);
    clip-path: inset(0% 0% -2% 0%)
}

.header-main .header-nav-main .header-nav .dropdown:hover .dropdown-menu .container {
    transform: translateX(0);
    opacity: 1;
    transition-delay: .4s
}

.header-main .header-nav-main .header-nav .dropdown .dropdown-menu {
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, .85);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    top: calc(100% - 5px);
    padding: 55px 30px;
    border-radius: 0 0 10px 10px;
    -webkit-clip-path: inset(0% 0% 100% 0%);
    clip-path: inset(0% 0% 100% 0%);
    transition: .8s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: rgba(19, 19, 19, .08) 0px 2px 4px 0px
}

.header-main .header-nav-main .header-nav .dropdown .dropdown-menu .container {
    transform: translateX(-40px);
    opacity: 0;
    transition: .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0s
}

.header-main .header-nav-main .header-nav .dropdown .dropdown-menu .dropdown-col li {
    margin-bottom: 18px;
    list-style-type: none
}

.header-main .header-nav-main .header-nav .dropdown .dropdown-menu .dropdown-col li a {
    font-size: 14px;
    display: block;
    transition: .3s ease-out;
    line-height:20px;
}

.header-main .header-nav-main .header-nav .dropdown .dropdown-menu .dropdown-col li a:hover {
    color: #0e64ff;
    transform: translateX(8px)
}

.header-main .header-nav-main .header-nav .dropdown .dropdown-menu .dropdown-col p.h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 32px;
    font-family: "Oakes Grotesk";
    color: #1f2937;
}

.header-main .header-nav-main .header-nav .dropdown .dropdown-menu .dropdown-col .single-nav-product {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px
}

.header-main .header-nav-main .header-nav .dropdown .dropdown-menu .dropdown-col .single-nav-product img {
    margin-right: 10px;
    max-height: 23px
}

.header-main .header-nav-main .header-nav .dropdown .dropdown-menu .dropdown-col .single-nav-product p.h3 {
    font-size: 17px;
    line-height: 120%;
    font-weight: 500;
    margin-bottom: 5px;
    font-family: "Oakes Grotesk";
    color: #1f2937;
    transition: .3s ease-out
}

.header-main .header-nav-main .header-nav .dropdown .dropdown-menu .dropdown-col .single-nav-product p {
    margin: 0;
    font-size: 13px;
    max-width: 250px;
    line-height:20px;
}

.header-main .header-nav-main .header-nav .dropdown .dropdown-menu .dropdown-col .single-nav-product:hover h3 {
    color: #0e64ff
}

@media(max-width: 1200px) {
    .header-main .header-nav-main .header-nav .dropdown .dropdown-menu {
        position: static;
        max-height: 0;
        overflow: auto;
        padding: 0;
        background-color: rgba(0, 0, 0, 0);
        box-shadow: none;
        -webkit-backdrop-filter: none;
        backdrop-filter: none
    }
    .header-main .header-nav-main .header-nav .dropdown .dropdown-menu .row {
        margin: 0
    }
    .header-main .header-nav-main .header-nav .dropdown .dropdown-menu .row .col {
        padding: 0
    }
}

@media(hover: hover) {
    .header-main .header-nav-main .header-nav .dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: all
    }
}

.header-main .header-nav-main .header-nav .dropdown.open .dropdown-menu {
    max-height: 1200px;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

@media(max-width: 1200px) {
    .header-main .header-nav-main .header-nav {
        margin: 0
    }
}

.header-main .header-nav-main .login-header-block {
    display: none
}

@media(max-width: 1200px) {
    .header-main .header-nav-main {
        position: absolute;
        width: 100%;
        left: 0;
        display: block;
        background-color: rgba(255, 255, 255, .85);
        -webkit-backdrop-filter: saturate(180%) blur(20px);
        backdrop-filter: saturate(180%) blur(20px);
        /*top: 50px;*/
        top:0;
        right: 10px;
        opacity: 0;
        visibility: hidden;
        transition: .4s ease-out;
        z-index: 99;
        -webkit-clip-path: inset(0 0 100% 0);
        clip-path: inset(0 0 100% 0);
        /*height: calc(100vh - 50px);*/
        padding:65px 15px 15px;
        height: 100vh;
    }
    .header-main .header-nav-main.opened {
        opacity: 1;
        visibility: visible;
        -webkit-clip-path: inset(0 0 0% 0);
        clip-path: inset(0 0 0% 0)
    }
    .header-main .header-nav-main .header-main-wrapper {
        max-height: calc(100vh - 130px);
        overflow: auto
    }
    .header-main .header-nav-main .header-nav {
        display: block
    }
    .header-main .header-nav-main .header-nav>div>a {
        color: #07192b;
        margin: 0 0 25px
    }
    .header-main .header-nav-main .login-header-block {
        display: flex;
        position: fixed;
        bottom: 50px;
        justify-content: center;
        gap: 0 15px;
        left: 0;
        right: 0;
        padding: 10px;
        width: 100%
    }
}

.hamburger {
    width: 25px;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    width: 25px;
    margin-left: auto;
    position: relative;
    z-index: 99999;
    display: none;
    padding: 0
}

.hamburger span {
    width: 100%;
    background-color: #000;
    display: block;
    height: 2px;
    margin: 3px 0;
    transition: .3s ease-out;
    transform: rotate(0) translate(0, 0)
}

.hamburger span:nth-child(2) {
    width: 78%;
    margin-left: auto
}

.hamburger.opened span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px)
}

.hamburger.opened span:nth-child(2) {
    width: 0
}

.hamburger.opened span:nth-child(3) {
    transform: rotate(-45deg) translate(3px, -2px)
}

@media(max-width: 1200px) {
    .hamburger {
        display: block
    }
}

.footer-main {
    padding: 80px 0 60px;
    border-top: 1px solid #ddd
}

.footer-main .footer-logo-area {
    margin-bottom: 32px
}

.footer-main .footer-logo-area img {
    width: 252px;
    margin-bottom: 28px;
	height:auto;
}

.footer-main .footer-logo-area p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.5px;
    color: #364c62
}

.footer-main .footer-social {
    display: flex;
    gap: 15px;
    margin-bottom: 32px
}

.footer-main .footer-social a {
    width: 36px;
    height: 36px;
    display: inline-block;
    background-color: rgba(14, 100, 255, .1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%
}

.footer-main .footer-social a svg path {
    transition: .3s ease-out
}

.footer-main .footer-social a:hover {
    background-color: #0e64ff
}

.footer-main .footer-social a:hover svg path {
    fill: #fff
}

.footer-main .copyright {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #979797
}

.footer-main .footer-link-block {
    display: flex;
    flex-wrap: wrap
}

.footer-main .footer-link-block .single-link-col {
    flex: 1;
    padding: 0 10px
}

.footer-main .footer-link-block .link-head {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 24px;
    font-family: "Inter", sans-serif
}

.footer-main .footer-link-block a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #364c62;
    display: inline-block;
    margin-bottom: 24px
}

.footer-main .footer-link-block a:hover {
    color: #0e64ff
}

@media(max-width: 767px) {
    .footer-main .footer-link-block .single-link-col {
        flex: none;
        width: 50%;
        padding: 0 10px;
        margin-bottom: 20px
    }
}

@media(max-width: 650px) {
    .footer-main .footer-link-block .single-link-col {
        flex: none;
        width: 100%;
        padding: 0
    }
}

.hero-area-main .hero-content {
    padding: 130px 0 100px
}

.hero-area-main .hero-content .text-mask {
    overflow: hidden;
    display: block
}

.hero-area-main .hero-content .text-mask .hero-text {
    display: block
}

.hero-area-main .hero-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 36px
}

@media(max-width: 990px) {
    .hero-area-main .hero-content {
        padding: 130px 0 100px
    }
}

.hero-illustration-area {
    padding-bottom: 120px
}

.hero-illustration-area .asset-col-right {
    transform: translateY(130px)
}

.hero-illustration-area .asset-col-bottom {
    margin-top: -80px
}

.hero-illustration-area .single-hero-asset {
    background-color: #f6fbff;
    border: 1px solid #e9e9e9;
    margin-bottom: 30px;
    border-radius: 10px
}

.hero-illustration-area .single-hero-asset img {
    display: block;
	height:auto;
}

.hero-illustration-area .single-hero-asset h3 {
    font-weight: 600;
    font-size: 26px;
    line-height: 123%;
    letter-spacing: -0.025em;
    margin: 0
}

.hero-illustration-area .single-hero-asset.asset-1 {
    padding: 55px 32px 32px
}

.hero-illustration-area .single-hero-asset.asset-1 h3 {
    margin-bottom: 50px
}

.hero-illustration-area .single-hero-asset.asset-2 {
    padding: 30px 0 36px;
    grid-row-start: 2
}

.hero-illustration-area .single-hero-asset.asset-2 h3 {
    margin-top: 27px
}

.hero-illustration-area .single-hero-asset.asset-3 {
    background-color: rgba(0, 0, 0, 0);
    border: none
}

.hero-illustration-area .single-hero-asset.asset-4 {
    padding: 40px 0 14px 40px
}

.hero-illustration-area .single-hero-asset.asset-4 h3 {
    margin-bottom: 40px
}

.hero-illustration-area .single-hero-asset.asset-5 {
    padding: 64px 0
}

.hero-illustration-area .single-hero-asset.asset-5 .content-box {
    padding: 0 40px 46px
}

.hero-illustration-area .single-hero-asset.asset-5 .content-box h3 {
    margin: 0 0 16px
}

.hero-illustration-area .single-hero-asset.asset-5 .content-box p {
    margin: 0
}

.hero-illustration-area .single-hero-asset.asset-6 {
    padding: 42px 0 0 40px
}

.hero-illustration-area .single-hero-asset.asset-6 .content-box {
    padding-right: 25px
}

.hero-illustration-area .single-hero-asset.asset-6 .content-box h3 {
    margin-bottom: 16px
}

@media(max-width: 990px) {
    .hero-illustration-area .single-hero-asset h3 {
        font-size: 20px
    }
    .hero-illustration-area .single-hero-asset.asset-1 {
        padding: 32px 16px
    }
    .hero-illustration-area .single-hero-asset.asset-4 {
        padding: 32px 0 14px 16px
    }
    .hero-illustration-area .single-hero-asset.asset-5 {
        padding: 32px 0
    }
    .hero-illustration-area .single-hero-asset.asset-5 .content-box {
        padding: 0 16px 30px
    }
    .hero-illustration-area .single-hero-asset.asset-6 {
        padding: 32px 0 0 16px;
        flex-wrap: wrap
    }
}

@media(max-width: 767px) {
    .hero-illustration-area {
        padding-bottom: 60px
    }
    .hero-illustration-area .row .col-4:nth-child(2) {
        order: -1
    }
    .hero-illustration-area .asset-col-right {
        transform: none
    }
    .hero-illustration-area .asset-col-bottom {
        margin: 0
    }
}

.trusted-logo-sider {
    position: relative
}

.trusted-logo-sider:before,
.trusted-logo-sider:after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 250px;
    height: 100%;
    content: "";
    background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 4%, rgba(255, 255, 255, 0) 100%);
    z-index: 9
}

.trusted-logo-sider:after {
    right: 0;
    left: auto;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 96%, rgb(255, 255, 255) 100%)
}

@media(max-width: 767px) {
    .trusted-logo-sider::before,
    .trusted-logo-sider:after {
        width: 80px
    }
}

.trusted-by-logos .single-logo-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px
}

.security-logos {
    margin: 48px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 30px
}

.security-logos .single-certified-logo {
    transition: .3s ease-out;
    transform: scale(1);
    width:110px;
}

.security-logos .single-certified-logo:hover {
    transform: scale(1.1)
}

.security-logos .single-certified-logo img{ height:auto}

@media(max-width: 767px) {
    .security-logos {
        grid-template-columns: 1fr 1fr 1fr;
        text-align: center;
        gap: 15px;
		/*overflow: auto;
       padding-bottom: 30px;*/
    }
}

@media(max-width: 767px) {
    .security-feature-block .white-border-box {
        margin-bottom: 30px;
        height: auto;
        border: 1px solid #e9e9e9;
    }
}

.sticky-scroll-block {
    margin: 64px 0 0
}

.sticky-scroll-block .single-sticky-scroll {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 90vh;
    padding-bottom: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff
}

.sticky-scroll-block .single-sticky-scroll>div {
    width: 100%
}

@media(max-width: 767px) {
    .sticky-scroll-block .single-sticky-scroll {
        height: auto
    }
}

.sticky-scroll-block .single-sticky-content h3 {
    font-weight: 600;
    font-size: 28px;
    line-height: 130%
}

.sticky-scroll-block .single-sticky-content h3 span {
    background-color: #e9dfff
}

.sticky-scroll-block .single-sticky-content>p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
    color: #1f2937
}

.sticky-scroll-block .single-sticky-content .round-cover-image {
    margin-right: 10px
}

.sticky-scroll-block .single-sticky-content .round-cover-image img {
    width: 48px;
    height: 48px
}

.sticky-scroll-block .single-sticky-content .sticky-author-details p {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin: 0
}

.sticky-scroll-block .single-sticky-content .sticky-author-details p span {
    font-weight: 400;
    font-size: 14px;
    opacity: .7
}

@media(max-width: 767px) {
    .sticky-scroll-block .single-sticky-content {
        padding: 30px 0 60px
    }
    .sticky-scroll-block .single-sticky-content h3 {
        font-size: 22px
    }
}

.sticky-scroll-block .sticky-form-img {
    padding: 40px;
    border-radius: 8px;
    margin-left: 80px
}

.sticky-scroll-block .sticky-form-img img {
    opacity: 0;
    transition: .3s ease-out;
	height:auto;
}

.sticky-scroll-block .sticky-form-img img:not(:first-child) {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%
}

.sticky-scroll-block .sticky-form-img img.active {
    opacity: 1
}

@media(max-width: 990px) {
    .sticky-scroll-block .sticky-form-img {
        margin: 0
    }
}

.form-features-main {
    margin: 48px 0 0
}

.form-features-main .blue-border-box {
    border-radius: 8px;
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column
}

.form-features-main .blue-border-box .content-box {
    padding: 40px 48px 0
}

.form-features-main .blue-border-box img{
    width: 70%;
	height:auto;
}
.form-features-main .blue-border-box .content-box h3 {
    margin-bottom: 16px;
    font-weight: 600
}

.form-features-main .blue-border-box .content-box p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 40px
}

.form-features-main .blue-border-box img {
    display: block;
    margin: auto 0 0 auto
}

@media(max-width: 767px) {
    .form-features-main .blue-border-box {
        height: auto;
        margin-bottom: 32px
    }
    .form-features-main .blue-border-box .content-box {
        padding: 30px 16px 0
    }
}

.form-features-main .col-6:nth-child(2n) .blue-border-box img {
   /* padding-bottom: 20px */
}

.db-showcase-main {
    min-height: 400vh
}

.db-showcase-main .db-showcase-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

.db-showcase-main .db-showcase {
    opacity: 0;
    transition: .4s ease-out;
    visibility: hidden;
    pointer-events: none
}

.db-showcase-main .db-showcase:not(:first-child) {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.db-showcase-main .db-showcase.active {
    visibility: visible;
    opacity: 1;
    pointer-events: all
}

.db-showcase {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center
}

.db-showcase:before {
    position: absolute;
    left: 0;
    width: calc(55% + 40px);
    height: 100%;
    top: 0;
    bottom: 0;
    background-color: #f4efff;
    content: "";
    border-radius: 0 10px 10px 0
}

.db-showcase .db-showcase-content {
    padding: 0 55px
}

.db-showcase .db-showcase-content p {
    margin-bottom: 30px
}

@media(max-width: 990px) {
    .db-showcase .db-showcase-content {
        padding: 0 0 0 25px
    }
}

@media(max-width: 767px) {
    .db-showcase {
        margin: 0
    }
    .db-showcase:before {
        display: none
    }
    .db-showcase .db-showcase-content {
        padding: 30px 0 0
    }
}

@media(max-width: 767px) {
    .db-features-block .white-border-box {
        margin-bottom: 32px
    }
}

.form-display-wrapper {
    transform: rotate(6deg);
    padding: 60px 0 0;
    max-height: 80vh
}

.form-display-wrapper .form-display-row {
    /*width: 150%;*/
    width:100%;
    justify-content: center
}

.form-display-wrapper .form-display-row .single-form-display {
    padding: 12px;
    /*flex: 1*/
}

.form-display-wrapper .form-display-row .single-form-display img {
    width: 100%
}

@media(max-width: 767px) {
    .form-display-wrapper {
        max-height: 50vh
    }
    .form-display-wrapper .form-display-row {
        width: 100%
    }
    .form-display-wrapper .form-display-row .single-form-display {
        min-width: 190px;
        padding: 6px
    }
}

.encrypted-block .encrypted-single {
    padding: 40px
}

.encrypted-block .encrypted-single .encrypted-icon {
    width: 72px;
    height: 72px;
    background-color: #dbe8ff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 0 32px
}

.encrypted-block .encrypted-single .encrypted-icon img{ height:auto}


.encrypted-block .encrypted-single h3 {
    font-size: 24px;
    line-height: 32px
}

@media(max-width: 990px) {
    .encrypted-block .encrypted-single {
        padding: 16px
    }
}

@media(max-width: 767px) {
    .encrypted-block .encrypted-single {
        margin-bottom: 32px
    }
}

.encrypted-block .encrypted-branch {
    margin-left: -30px
}

.encrypted-block .encrypted-branch img{ height:auto; width:auto}


@media(max-width: 767px) {
    .encrypted-block .encrypted-branch {
        display: none
    }
}

.encrypted-block .small-encrypted-single {
    height: 100%
}

@media(max-width: 767px) {
    .encrypted-block .small-encrypted-single {
        height: auto
    }
}

.encrypted-block .big-encrypted-single {
    padding: 72px
}

.encrypted-block .big-encrypted-single h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 14px
}

.encrypted-block .big-encrypted-single p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin: 0
}

@media(max-width: 990px) {
    .encrypted-block .big-encrypted-single {
        padding: 32px
    }
    .encrypted-block .big-encrypted-single h3 {
        font-size: 24px
    }
}

.integration-main {
    display: grid;
    grid-template-columns: 1fr 1fr
}

.integration-main .integration-single {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 100%;
    min-height: 175px;
    transform: scale(1);
    transition: .4s ease-out;
    position: relative;
    box-shadow: none
}

.integration-main .integration-single:hover {
    transform: scale(1.1);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, .068);
    z-index: 9
}

.integration-main .integration-single:nth-child(1) {
    grid-row-start: 1
}

.integration-main .integration-single:nth-child(2) {
    grid-row-end: 3;
    grid-row-start: 1
}

@media(max-width: 767px) {
    .integration-main {
        margin: 40px 0 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }
    .integration-main .integration-single {
        /*width: 50%;*/
        min-height: 125px;
        flex-grow: 1
    }
    .integration-main .integration-single img {
        max-height: 60px;
        max-width: 100px
    }
    .integration-main .flex {
        width: 100%;
        flex-wrap: wrap
    }
	.white-border-box{ border-bottom:none}
	.integration-single.white-border-box.lastbox{border-bottom:1px solid #e9e9e9}
}

.customize-form-block {
    margin: 60px 0 0
}

.customize-form-block .blue-border-box {
    margin-bottom: 60px
}

.customize-form-block .blue-border-box .content-box {
    padding: 48px 40px
}

.customize-form-block .blue-border-box .content-box p {
    margin: 0
}

.customize-form-block .blue-border-box .custom-form-img img {
    margin-left: auto;
    display: block;
    width: 75%;
	height:auto;
}

@media(max-width: 767px) {
    .customize-form-block .blue-border-box .content-box {
        padding: 32px
    }
    .customize-form-block .blue-border-box .custom-form-img {
        padding: 0 20px
    }
}

.customize-form-block .col-12 .blue-border-box {
    padding: 48px 0 0
}

.customize-form-block .col-12 .blue-border-box .custom-form-img img {
    margin: 0
}

.divided-section:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    background-color: #f9f7ff;
    content: ""
}

.divided-section .single-divided-block h3 {
    font-size: 20px;
    line-height: 160%;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 18px;
}

@media(max-width: 767px) {
    .divided-section:before {
        display: none
    }
    .divided-section .single-divided-block {
        margin-bottom: 30px
    }
    .divided-section .single-divided-block h3 {
        font-size: 24px;
		width:100%
    }
}

.stat-blocks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin: 90px 0 0
}

.stat-blocks .single-stat-block {
    padding: 50px 22px;
    background-color: #e3f1ff
}

.stat-blocks .single-stat-block h4 {
    font-weight: 700;
    font-size: 62px;
    margin: 0 0 30px;
    line-height: 100%;
    color: #0e64ff
}

@media(max-width: 767px) {
    .stat-blocks {
        gap: 16px
    }
    .stat-blocks .single-stat-block {
        padding: 30px 16px
    }
    .stat-blocks .single-stat-block h4 {
        font-size: 32px;
        margin: 0 0 15px
    }
}

.email-fill-main .floating-video video {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media(max-width: 990px) {
    .email-fill-main .floating-video {
        position: static;
        margin: 40px 0 0;
        max-width: 100%
    }
    .db-showcase-img.common-reveal video{ height:auto}  
}

.testimonial-wrapper .testimonial-main .testimonial-img {
    border-radius: 18px;
    overflow: hidden
}

.testimonial-wrapper .testimonial-main .testimonial-desc {
    padding-left: 30px
}

.testimonial-wrapper .testimonial-main .testimonial-desc p {
    margin: 36px 0 24px;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: #07192b
}

.testimonial-wrapper .testimonial-main .testimonial-desc .testimonial-author h4 {
    font-weight: 600;
    font-size: 14.4px;
    line-height: 25px;
    margin: 0 18px 0 0
}

.testimonial-wrapper .testimonial-main .testimonial-desc .testimonial-author h4 span {
    font-weight: 400;
    display: inline-block;
    margin-left: 5px
}

@media(max-width: 767px) {
    .testimonial-wrapper .testimonial-main .testimonial-desc {
        padding: 30px 0 0
    }
    .testimonial-wrapper .testimonial-main .testimonial-desc p {
        font-size: 20px
    }
	
	.encrypted-block.relative .col.col-7.relative {
      width: 90%;
      margin-left: 33px;
   }
    .encrypted-block.relative .col.col-7.relative:before{
        content:"";
        position: absolute;
        top: -33px;
        left: -11px;
        width: 5px;
        height: 100%;
        background: #0068FF;
    }

    .small-encrypted-single.encrypted-single{ position: relative}
    .small-encrypted-single.encrypted-single:before{
        content: '';
        position: absolute;
        top:50%;
        left:-23px;
        height: 5px;
        width: 22px;
        background: #0e64ff;
    }
    .row.eb{ position: relative}
    .row.eb:before{ content: '';
        content:"";
        position: absolute;
        top: 0;
        left: -11px;
        width: 5px;
        height: 100%;
        background: #0068FF;
    }

}

.testimonial-wrapper .tns-nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    position: absolute;
    top: 0;
    right: -60px;
    bottom: 0
}

.testimonial-wrapper .tns-nav button {
    padding: 0
}

@media(max-width: 1200px) {
    .testimonial-wrapper .tns-nav {
        flex-direction: row;
        position: static;
        margin: 40px 0 0;
        text-align: center
    }
}

video.common-reveal{
    /*box-shadow: 0px 1px 23px rgb(40 57 90 / 10%);
    border-radius: 10px;*/
    height: auto;
}

.section-pad.bg-lightblue.relative.email-fill-main{ height:100vh; overflow:hidden;
display: flex;flex-direction: column;justify-content: end;padding-bottom: 0;}


@media(max-width: 767px) {
.section-pad.bg-lightblue.relative.email-fill-main {
    height: auto;
	padding-bottom:0;
}
.email-fill-main .floating-video video{ width:80%;}	
.subhead.text-center br{ display:none}  
.imageOrder{ order:2}	
.customize-form-block .col-12 .blue-border-box .imageOrder  .custom-form-img img{ margin-left:auto}	
.sticky-scroll-block .single-sticky-scroll{ padding-bottom:0}
.sticky-scroll-block .single-sticky-content {padding: 30px 0;}
.sticky-scroll-block .single-sticky-content .visible-mobile img{ width:auto; height:auto}	
}

#tns1{ display:flex; align-items:center}

.trusted-by-logos .single-logo-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    width:130px
}
.single-logo-wrapper img{ filter:grayscale(1); max-width:100%; max-height:70px;width: auto;height: auto;}

h4.tophead.thd{ font-weight:600}

.teamImg{ width:60%; margin:0 auto}
.imgWidth{ width:80%}
.buildImg{width:45%}
.editor-rtfLink{ text-decoration:none; color:#0E64FF }
.integration-single img{width:50% !important; height:auto}
.pt-0{padding-top:0 !important}
.single-divided-block img{width:80%; padding-bottom:30px; height:auto}
.floating-video video {width: 40%; display: block;margin: 0 auto;}
.floating-video{margin-top:30px;}
.form-display-row-2 img{max-width:282px !important; border-radius:10px !important;height:auto}
.form-display-row-1 img{max-width:382px !important;border-radius:10px !important; height:auto}
.button-border sup {font-size: 10px; position: absolute; top: 0; right: 10px;}

/* Paddle checkout */
.after-payment-modal {
    position: fixed;
    z-index: 10001;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .75);
  }

  .open {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
  }

  .modal-content {
    width: 50%;
    max-width: 400px;
    border-radius: 10px;
    background: #fff;
    position: relative;
    padding: 30px;

  }

  @media(max-width: 767px) { 
    .modal-content {
        width: 80%; 
    }
  }

  .modal-content p {
    margin: 0;
    padding: 0;
    text-align: center;
  }

  .after-paddle-payment-modal-close {
    position: absolute;
    right: 15px;
    top: 15px;
    outline: none;
    appearance: none;
    background: none;
    border: 0px;
    font-weight: bold;
    cursor: pointer;
  }

  .after-paddle-payment-modal-button {
    text-align: center;
    margin-top: 10px;
  }

  .after-paddle-payment-modal-content {
    display: none;
  }

.common-reveal.crv{ margin-bottom:30px}
.white-border-box.common-white-box.txt p{font-size: 16px;
line-height: 1.7;color: #6b7280;}

.text-center.sc.hm .flex{background: #fff;border-radius: 8px; width:80px;
height: 80px;justify-content: center;align-items: center;
 margin:0 auto 30px;-webkit-box-shadow: 0px 0px 15px -8px rgba(0,0,0,0.5);
 -moz-box-shadow: 0px 0px 15px -8px rgba(0,0,0,0.5);
 box-shadow: 0px 0px 15px -8px rgba(0,0,0,0.5);}
.fw.ttl img{ margin:0}
.vdo.ifr{ margin-top:60px}

.wtbox h3 {font-size: 20px;line-height: 30px;margin-bottom: 16px;
color: #1F2937;letter-spacing: 0.025em;font-weight: 600;}

/* marquee CSS */
.marquee,.marquee-inverse {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}
.marquee:hover .marquee__item,
.marquee-inverse:hover .marquee__items {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.marquee__seperator {
    margin: 0 0.6rem;
}

.marquee__item {
    display: inline-flex;
    will-change: transform;
    -webkit-animation: marquee 60s linear infinite;
    animation: marquee 60s linear infinite;
}

@-webkit-keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.marquee__items {
    display: inline-flex;
    will-change: transform;
    -webkit-animation: marquee-inverse 60s linear infinite;
    animation: marquee-inverse 60s linear infinite;
}

@-webkit-keyframes marquee-inverse {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes marquee-inverse {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}

.marqueeMain{ padding:80px 0; background-color: #f6fbff;color: #1f2937; position: relative}

.marqueeMain:before{
    content:'';
    width: 24rem;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
    background: rgb(39,39,42);
    background: linear-gradient(90deg,#e4f3ff 0%, rgba(255,255,255,0) 86%);
}

.marqueeMain:after{
    content:'';
    width: 24rem;
    height: 100%;
    position: absolute;
    top:0;
    right:0;
    z-index: 1;
    background: rgb(39,39,42);
    background: linear-gradient(-90deg, #e4f3ff 0%, rgba(255,255,255,0) 86%);
}

.marquee-inverse{ padding-top:25px;}
.marquee h2{color: #06192b;margin-bottom: 50px;font-size: 24px;
    line-height: 34px;}
.marquee__item .marqueeOuter,
.marquee__items .marqueeOuter
{ width:352px; display:inline-block; color:#fff; padding: 1.25rem;
    border-radius: 0.25rem; border:1px solid #ededed;
    background: #fff;}
.marquee__item .marqueeIn img,
.marquee__items .marqueeIn img
{width: 44px; height: 44px; border-radius: 100px;margin-right:10px;}
.marquee__item .marqueeIn h3,
.marquee__items .marqueeIn h3
{color:#06192b; font-size:16px; line-height: 26px; margin-bottom:0px; font-weight: 500}
.marquee__item .marqueeIn a,
.marquee__items .marqueeIn a
{color:#616168; font-size: 14px; text-decoration: none; transition: all 0.2s linear}
.marquee__item p,
.marquee__items p{ color:#616168;display: inline-block;white-space: break-spaces; line-height: 22px;}

.marqueeIn{ display:flex; margin-bottom: 15px;}

@media (max-width: 767.98px){
.marqueeMain{ padding:50px 0}
}

@media (min-width: 768px) and (max-width: 991.98px){
.marqueeMain{ padding:60px 0}
}

.page-template-marketing-layout-page-php .header-main{ padding:26px 0}
.txtfield{margin-right: 15px;width: 230px;height: 56px;
border: 1px solid #e5e5e5;border-radius: 4px;padding: 0 20px;font-size: 16px;}
.flex .button{ cursor: pointer}
.page-template-marketing-layout-page-php #marketing{ padding-top:0;}
.emptySpace{ height:100px}
.footer-nav {
    position: fixed;
    z-index: 99999;
    bottom: 0;
    display: none;
    width: 100%;
    background-color: #f1f6ff;
    text-align: center;
    cursor: pointer;
    padding:15px 0;
}

.hs-buttonprimary.large {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #0e64ff;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 16px 32px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, .05);
    border-radius: 5px;
    color: #fff;
    border: none;
    text-align: center;
    transition: .3s ease;
    transform: translateY(0) scale(1);
    position: relative;
    min-width: 140px;
}


@media (max-width: 767.98px){
.page-template-marketing-layout-page-php .header-main .login-header-block .button{min-width: 122px;}
.txtfield{ font-size: 14px;margin:0 0 15px;height: 50px;}
#marketing .txtfield{ margin:0 0 15px}
.single-template #marketing .txtfield{ margin:0 0 0 15px}
}

.trp_language_switcher_shortcode{ margin-top: 20px}

.footer-social a,
.footer-social a img{transition: all .2s linear;}
.footer-social a img:hover,
.footer-social a:hover img{filter: brightness(0) invert(1);}

/* New Home */
.hcMB{ margin-bottom: 60px}
.best ul{ list-style:none; display:flex; justify-content: center;align-items: center;}
.best ul li{ margin-left:18px;}
.best ul li:first-child{ margin-left:0}
.best ul li img{ width:94px}
.best ul li img:last-child{ width:92px;}
.rphd{ margin-bottom: 36px}
.rpl{ padding-bottom: 40px}
.replaceBox{ position:relative; border-radius: 20px;background-color: #fff;
    /*border: 1px solid #e1ecf4;*/ border:1px solid #e9e9e9; text-align: center; margin-bottom: 30px}
.replaceBoxIn{padding: 40px 30px}
.replaceBoxIn h3{font-weight: 600;font-size: 23px;line-height: 130%;}
.replaceBoxIn p{ margin-bottom: 0;}
.replaceTxt{ position: absolute; top:53%; width: 100%;
    text-align: center;display: flex;justify-content: center;}
.replaceTxt p{ margin-bottom: 0; font-size: 14px; text-transform: uppercase; color: #1f2937;
    border:1px solid #e9e9e9;background: #fff;border-radius: 100px; padding: 5px 12px;}
.replaceBoxInn{padding: 40px 30px;background: #f6fbff; border-radius: 0 0 20px 20px}
.replaceBoxInn ul{ list-style: none; display: flex;justify-content: center}
.replaceBoxInn ul li{ margin-left: 20px}
.replaceBoxInn ul li:first-child{ margin-left: 0}
.replaceBoxInn img{height: 25px; width:auto;filter: grayscale(1);opacity: 0.3;}
.tools h3{ margin-bottom: 5px; font-size: 26px}
.tools p{ margin-bottom: 0}

.empower{ width: 64%; margin-bottom: 36px;}
.empowerBox{ margin-bottom: 50px}
.empowerBoxin{display: flex;flex-direction: column;height: 100%;}

.empowerBoxinHD{height: 100%;
    display: flex;
    flex-direction: column;}

.empowerBoxinHD h3{font-size: 28px;
    line-height: 34px;font-family: 'Oakes Grotesk';}

.empowerBoxinBtn{display: flex;
    height: 100%;
    align-items: end;}

.empowerBox img{ border-radius: 10px; display: block; margin-bottom: 25px}


/* Base styles for the container */
.testimonialCard {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.testimonialDetails {
    display: flex;
    flex-direction: column;
    width: 100%; /* Ensures full width for mobile */
    margin-bottom: 10px; /* Space between testimonials */
    box-sizing: border-box;
}

/* Styling the accordion items */
.itemm {
    /*background-color: #95a5a6;*/
    cursor: pointer;
    text-align: center;
    border-radius: 15px;
}

.itemm img {
    max-width: 100%;
    border-radius: 15px;
    object-fit: cover;
    /*height: 430px;*/
    width: 170px;
}

/*.activee {
    padding:0;
}*/

.testimonialDetails.activee{padding:0;}

.infoo {
    width: 100%;
    color: #222;
    display: none; /* Hidden by default */
    overflow: hidden;
}

.testimo-card {
    display: flex;
    margin-right: 10px; /* Space between items */
    height: 430px;
    overflow: hidden;
    background-color: #ecf0f1;
    border-radius: 15px;
    background-image: radial-gradient(circle at 100% 0, #ffffff, #ffffff 30%, #ffffff 70%);
    transition: opacity .5s cubic-bezier(.215,.61,.355,1);
    padding:0;
}

.testimo-card.activee{ background-image: radial-gradient(circle at 100% 0, #008c63, #00664e 30%, #003d3d 70%);}

.itemm {
    height: 430px; /* Height for desktop */
    /*padding: 0;*/
    width:170px;
    display: flex;
    position: relative;
    transition: all .5s cubic-bezier(.215,.61,.355,1);
}

.itemm > img:first-child {transition: all .5s cubic-bezier(.215,.61,.355,1);}

.itemm img.itemmLogo{ position: absolute; left:10px; bottom:10px; width:72px; height:72px;
    object-fit: unset; border-radius: 7px;transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);}
.itemm.activee{ padding:10px}
.itemm.activee img.itemmLogo{left:20px; bottom:20px;}

.infoo {
    display: block;
    width: 0; /* Collapsed by default */
    height: auto;
    overflow: hidden;
    padding:20px;
    position: relative;
    opacity: 0;  filter: blur(8px);
    transition: all .5s cubic-bezier(.215,.61,.355,1);
}
.infoo.activee{filter: blur(0);
    opacity: 1;
    transform: translateY(0);}

.infooIn{ position: relative}

.infooIn p::before,
.infooIn p::after {
    position: relative;
    display: inline;
    width: .4em;
    opacity: .32;
    font-family: var(--font--latticon);
}
.infooIn p::before {
    content: '“';
    margin-left: -.4em;
    left: -.2em;
}
.infooIn p::after {
    content: '”';
}

.infooIn p{font-size: 22px;line-height: 140%; margin-bottom: 0;color:#fff;}


.infoRole{ position: absolute; left:20px; bottom:20px}
.infoRole h3{font-size: 16px;margin-bottom: 0;line-height: 100%;color:rgb(205, 250, 206)}
.infoRole p{font-size: 14px;margin-bottom: 0;color:rgb(205, 250, 206)}

.testimo-meta{ padding: 20px; flex-flow: column;
    flex: none;
    justify-content: flex-start;
    align-items: flex-start;
    width: 9rem;
    transition: all .5s cubic-bezier(.215,.61,.355,1);
    display: flex;
    position: relative;
    overflow: hidden;}

.testimo-meta h3{margin-bottom: 5px;font-weight: 500;text-transform: capitalize;
    font-size: 24px;
    grid-column-gap: .2em;
    grid-row-gap: .2em;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: inline-flex;
}

.testimo-meta.activee{
    width: auto;}

.testimo-meta p{opacity: 0;
    filter: blur(8px);transition: all .5s cubic-bezier(.215,.61,.355,1);transform: translateY(120%);
    flex: none;
    width: 45ch;}
.testimo-meta.activee p{ filter: blur(0);opacity: 1;transform: translateY(0); }

.ctabg{background:#f6fbff url("../ctabg-04.html") top center no-repeat; background-size: 100% 100%}

.rater {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    display: flex;
    position: relative;
    margin-left: 30px;
}

.rater:first-child{ margin-left: 0}

.rater-text.is-rating {
    opacity: .67;
}

.rater-star{
    filter: drop-shadow(#001f1f14 0px 1px .5px);}

.rater-text {
    opacity: .48;
}

.rater-logo {
    aspect-ratio: 1;
    border: 1px solid #003d3d0a;
    background-color: #001f1f14;
    color: #889494;
    border-radius: 50%;
    flex-flow: row;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 1.6rem;
    margin-left: .8em;
    display: flex;
    overflow: hidden;
}

.w-container:before, .w-container:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.w-container:before, .w-container:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

#w-node-_44d1a503-e9d2-5104-3813-775e24dd755b-fe983013 {
    grid-area: 3 / 4 / 5 / 10;
}

#w-node-_44d1a503-e9d2-5104-3813-775e24dd7599-fe983013 {
    grid-area: 1 / 4 / 2 / 5;
}
#w-node-_44d1a503-e9d2-5104-3813-775e24dd759b-fe983013 {
    grid-area: 1 / 8 / 2 / 9;
}
#w-node-_44d1a503-e9d2-5104-3813-775e24dd759d-fe983013 {
    grid-area: 2 / 1 / 3 / 2;
}

#w-node-_44d1a503-e9d2-5104-3813-775e24dd759f-fe983013 {
    grid-area: 3 / 3 / 4 / 4;
}

#w-node-_44d1a503-e9d2-5104-3813-775e24dd75a1-fe983013 {
    grid-area: 2 / 6 / 3 / 7;
}

#w-node-_44d1a503-e9d2-5104-3813-775e24dd75a3-fe983013 {
    grid-area: 2 / 10 / 3 / 11;
}

#w-node-_44d1a503-e9d2-5104-3813-775e24dd75a5-fe983013 {
    grid-area: 3 / 12 / 4 / 13;
}

#w-node-_44d1a503-e9d2-5104-3813-775e24dd75a7-fe983013 {
    grid-area: 4 / 11 / 5 / 12;
}

#w-node-_44d1a503-e9d2-5104-3813-775e24dd75a9-fe983013 {
    grid-area: 5 / 2 / 6 / 3;
}

#w-node-_44d1a503-e9d2-5104-3813-775e24dd75ab-fe983013 {
    grid-area: 5 / 4 / 6 / 5;
}

#w-node-_44d1a503-e9d2-5104-3813-775e24dd75ad-fe983013 {
    grid-area: 5 / 9 / 6 / 10;
}

#w-node-_44d1a503-e9d2-5104-3813-775e24dd75af-fe983013 {
    grid-area: 6 / 7 / 7 / 8;
}

#w-node-_44d1a503-e9d2-5104-3813-775e24dd75b1-fe983013 {
    grid-area: 6 / 11 / 7 / 12;
}

#w-node-_44d1a503-e9d2-5104-3813-775e24dd75b3-fe983013 {
    grid-area: 3 / 4 / 5 / 10;
}

#w-node-_44d1a503-e9d2-5104-3813-775e24dd75ab6-fe983013 {
    grid-area: 6 / 4 / 6 / 3;
}

#w-node-_44d1a503-e9d2-5104-3813-775e24dd75a5-fe9830133 {
    grid-area: 6 / 12 / 5 / 13;
}

#w-node-_44d1a503-e9d2-5104-3813-775e24dd759f-fe9830134 {
    grid-area: 4 / 3 / 4 / 2;
}

#w-node-_44d1a503-e9d2-5104-3813-775e24dd75ab6-fe9830135 {
    grid-area: 6 / 5 / 6 / 5;
}

.integrations-section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}

.css-page {
    text-align: center;
    border-radius: 1rem;
    display: none;
    overflow: hidden;
}

.integrations-grid.is-base {
    position: absolute;
    -webkit-mask: radial-gradient(#000 25%, #0000);
    mask: radial-gradient(#000 25%, #0000);
}


.w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.integrations-grid {
    grid-column-gap: .8rem;
    grid-row-gap: 1.8rem;
    pointer-events: none;
    perspective: 4000px;
    flex: none;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    height: 100%;
    position: relative;
    transform: perspective(1200px);}


.integrations-grid-logo {
    aspect-ratio: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: inherit;
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: auto;
}

.integrations-grid-block {
    aspect-ratio: 1;
    border: 1px solid #ddedf9;
    border-radius:1.2rem;
    pointer-events: auto;
    background-color: #e7f5ff;
    width: 100%;
    transition: all .6s cubic-bezier(.165,.84,.44,1);
    position: relative;
    transform: none;
}

.integrations-grid-block.is-logo {
    background-color:#e7f5ff;
    box-shadow: transparent 0px 64px 64px -32px,
    transparent 0px 32px 32px -16px,
    transparent 0px 16px 16px -8px,
    #003d3d0a 0px 12px 12px -6px,
    #003d3d0a 0px 6px 6px -3px,
    #003d3d0a 0px 3px 3px -1.5px,
    #003d3d0a 0px 1px 1px -0.5px,
    #003d3d0a 0px 0px 0px 1px;
    border-style: none;
    border-width: 0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    transform: translate(0);
}

.integrations-grid-title {
    pointer-events: auto;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
}

.integrations-grid-title h3{margin-bottom: 20px;font-family: "Oakes Grotesk"; font-size: 24px;
    line-height: 33px; font-weight: 600}
.integrations-grid-title p{font-size: 15px;margin-bottom:20px;line-height:140%}

/* Horizontal Accordion for Desktop */
@media (min-width: 768px) {
    .testimonialCard {
        flex-direction: row; /* Horizontal layout */
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .testimonialCard::-webkit-scrollbar {
        display: none;
    }

    .testimonialDetails {
        flex-direction: column;
        width: auto;
    }

}

/* Vertical Accordion for Mobile */
@media (max-width: 767.98px) {
    .hcMB {margin-bottom: 30px;}
    .best ul{display: flex;flex-wrap: nowrap;overflow-x: auto;
        -webkit-overflow-scrolling: touch;justify-content: start; margin-bottom: 0}
    .best ul::-webkit-scrollbar {display: none;}
    .best ul li {flex: 0 0 auto;width: 14vw;}
    .empower {width: 90%;margin-bottom: 30px;}
    .empowerBox{flex: 0 0 auto;width: 75vw !important; margin-bottom: 0}
    .row.empowerr { display: flex;flex-wrap: nowrap;overflow-x: auto;}
    .row.empowerr::-webkit-scrollbar {display: none;}
    .empowerBoxinHD h3{ font-size: 24px}
    .empowerBoxinHD .editor-rtfLink{ font-size: 14px;margin-bottom: 15px;}
    .tools h3 {font-size: 20px; }

    .rphd p{ margin-bottom: 0}
    .rpl{flex-wrap: nowrap;overflow-x: auto;justify-content: start;}
    .rpl .col.col-4{ flex: 0 0 auto; width: 83vw;padding: 0 10px;}
    .rpl::-webkit-scrollbar {display: none;}
    .replaceBox{margin-bottom:0;}
    .replaceTxt{top: 52%; }
    .replaceTxt p{ font-size: 13px}

    .ctabg h2{ font-size: 24px; margin-bottom: 10px}
    .integrations-grid-title p{ font-size: 14px}
    .security-feature-block .row .col.col-4.common-reveal:last-child .white-border-box.common-white-box{ margin-bottom: 0;}

    .testimonialCard {
        flex-direction: column; /* Vertical layout */
    }

    .testimonialDetails {
        margin-bottom: 8px;
    }
    .testimonialDetails.activee{background-image: radial-gradient(circle at 100% 0, #008c63, #00664e 30%, #003d3d 70%);
        border-radius: 15px;
    }
    .itemm{height: auto}
    .testimo-card.activee{ background:none}
    .testimo-card{ order:2; margin-right: 0}
    .testimo-meta{order:1; width:auto}
    .testimo-meta.activee{ border-bottom: 1px solid rgb(255 255 255 / 16%);}
    .testimo-meta.activee h3{ color:#fff;opacity: 0.8;}
    .testimo-meta.activee p{ color:#fff}
    .infooIn p{ font-size: 16px}
    .itemm img{ display: none}
    .itemm.activee{flex:0 0 28%}
    .itemm.activee img{ display: block;}
    .testimo-card{ display: none}
    .testimo-card.activee{ display: flex; height: auto}
    .testimo-meta{ background: #003d3d0a; border-radius: 15px; padding:15px 20px; cursor: pointer;}
    .testimo-meta h3{ font-size: 16px; margin-bottom: 0;transition: all .5s cubic-bezier(.165,.84,.44,1);
        line-height: 1}
    .testimo-meta.activee h3{ margin-bottom: 5px}
    .testimo-meta h3::after {
        content: "";
        opacity: 1;
        position: relative;
        display: inline-block;
        transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
        color: color-mix(in srgb, currentcolor 60%, transparent);
        background-color: color-mix(in srgb, currentcolor 4%, transparent);
        border: 1px solid color-mix(in srgb, currentcolor 8%, transparent);
        text-align: center;
        left: 0.24em;
        line-height: 1;
        font-size: .8em;
        width: 1.1em;
        height: 1.1em;
        border-radius: 50%;
        flex: 0 0 auto;
        background: url("../down-arrow-accordion.html") 1.5px 1.5px no-repeat;
        background-size: 9px;
    }
    .testimo-meta.activee h3::after{background: url("../down-arrow-accordion-white.html") 1.5px 1.5px no-repeat;
        background-size: 9px;}

    .testimo-meta h3::after:hover{transform: translateX(0);
        color: color-mix(in srgb, currentcolor 100%, transparent);}

    .testimo-meta.activee{ background:none; border-radius: 0; padding: 20px; cursor: default}
    .testimo-meta p{ display: none}
    .testimo-meta.activee p{ display: block; margin-bottom: 0; opacity: .8;}
    .infoRole h3{font-size: 14px}
    .infoRole p{ font-size: 12px}
    .itemm.activee img.itemmLogo {width: 52px;height: 52px;}

    .integrations-grid {grid-column-gap: .6rem;grid-row-gap: .6rem;}
    .integrations-grid-title h3{ font-size: 24px}
}

@media screen and (max-width: 991px) {
    .container.hero-content.hamHd{padding: 60px 15px 40px;}
    .hcMB {margin-bottom: 30px;}
    .integrations-grid {
        grid-template-rows: auto auto auto auto auto;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    #w-node-_44d1a503-e9d2-5104-3813-775e24dd7599-fe983013 {
        grid-area: 2 / 4 / 3 / 5;
    }
    #w-node-_44d1a503-e9d2-5104-3813-775e24dd759b-fe983013 {
        grid-area: 1 / 5 / 2 / 6;
    }

    #w-node-_44d1a503-e9d2-5104-3813-775e24dd759d-fe983013 {
        grid-area: 1 / 3 / 2 / 4;
    }

    #w-node-_44d1a503-e9d2-5104-3813-775e24dd759f-fe983013 {
        grid-area: 2 / 2 / 3 / 3;
    }

    #w-node-_44d1a503-e9d2-5104-3813-775e24dd75a7-fe983013 {
        grid-area: 4 / 4 / 5 / 5;
    }

    #w-node-_44d1a503-e9d2-5104-3813-775e24dd75a9-fe983013 {
        grid-area: 4 / 6 / 5 / 7;
    }

    /*#w-node-_44d1a503-e9d2-5104-3813-775e24dd75ab-fe983013 {
        grid-area: 5 / 5 / 6 / 6;
    }*/

    #w-node-_44d1a503-e9d2-5104-3813-775e24dd75ad-fe983013 {
        grid-area: 5 / 1 / 6 / 2;
    }

    #w-node-_44d1a503-e9d2-5104-3813-775e24dd75af-fe983013 {
        grid-area: 5 / 3 / 6 / 4;
    }

    #w-node-_44d1a503-e9d2-5104-3813-775e24dd75b1-fe983013 {
        grid-area: 5 / 5 / 6 / 6;
    }

    #w-node-_44d1a503-e9d2-5104-3813-775e24dd75b3-fe983013 {
        grid-area: 3 / 1 / 4 / 7;
    }

    #w-node-_44d1a503-e9d2-5104-3813-775e24dd759f-fe983013 {
        grid-area: 2 / 2 / 3 / 3;
    }


    #w-node-_44d1a503-e9d2-5104-3813-775e24dd75a5-fe983013 {
        grid-area: 4 / 2 / 5 / 3;
    }

    #w-node-_44d1a503-e9d2-5104-3813-775e24dd75a3-fe983013 {
        grid-area: 2 / 6 / 3 / 7;
    }


    #w-node-_44d1a503-e9d2-5104-3813-775e24dd75a1-fe983013 {
        grid-area: 1 / 1 / 2 / 2;
    }

    #w-node-_44d1a503-e9d2-5104-3813-775e24dd7599-fe983013 {
        grid-area: 2 / 4 / 3 / 5;
    }
    #w-node-_44d1a503-e9d2-5104-3813-775e24dd75a1-fe983013 {
        grid-area: 1 / 1 / 2 / 2;
    }
    #w-node-_44d1a503-e9d2-5104-3813-775e24dd755b-fe983013 {
        grid-column: 1 / 7;
        grid-row-end: 4;
    }
    .integrations-grid-title {
        min-height: 14rem;
    }

    #w-node-_44d1a503-e9d2-5104-3813-775e24dd75a5-fe9830133 {
        grid-area: 4 / 3 / 5 / 3;
    }

    #w-node-_44d1a503-e9d2-5104-3813-775e24dd759f-fe9830134 {
        grid-area: 4 / 1 / 4 / 2;
    }

    #w-node-_44d1a503-e9d2-5104-3813-775e24dd75ab6-fe9830135 {
        grid-area: 6 / 4 / 6 / 5;
    }
}

@media (max-width: 1150px) and (min-width: 992px) {
    .integrations-grid-title h2 {
        font-size: 3.6vw;
    }
}

.rater-logo a {opacity: 0.4;transition: all 0.2s linear;}
.rater-logo a:hover{ opacity: 0.8}
.fulll-container .raters{ margin-bottom: 30px}

@media (max-width: 767.98px) {
    .hero-area-main .hero-content .text-mask,
    .hero-area-main .hero-content .text-mask .hero-text {
        display: inline;
    }
    .marqueeMain:before,.marqueeMain:after{width: 5rem;}
}