body,
html {
    overflow-x: hidden;
}

.base-button,
.base-card,
.base-input {
    transition: all .3s ease-out;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
html {
    margin: 0 auto;
    width: 100%;
}
body {
    background-image: url(../img/backgrounds/bg-homepage.svg);
    height: 100%;
    background-size:100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size:cover;
    color: #787878;
    font-family: "Public Sans", sans-serif !important;
    font-size: 20px;
    padding-top: 85px;
    line-height: 1.6;    
}

img{
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}

.bg_home{
    background-image: url(../img/backgrounds/bg-homepage.svg);
}

.bg_solutions{
    background-image: url(../img/backgrounds/bg-solutions.svg);
}

.bg_capabilities{
    background-image: url(../img/backgrounds/bg-capabilities.svg);
}

.bg_for_app{
    background-image: url(../img/backgrounds/bg-for-app.svg);
}

.bg_for_resources{
    background-image: url(../img/backgrounds/bg_for_resources.svg);
}

.bg-testimonial-left:before{
    background-image: url(../img/backgrounds/bg-testimonial-left.png);
    background-repeat: repeat-x;
    width:100%;
    height: 397px;
    position: absolute;
    left: -99.2%;
    z-index: -1;
    top: 28px;
}

.bg-testimonial-left{
    background-position: left !important;
    max-width: 100% !important;
}

html,body {
    font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6{
    font-family: "Degular", "Public Sans", sans-serif !important;
}

@media all and (max-width:1280px) {
    html,
    body {
        font-size: 20px;
    }
}
@media all and (max-width:991px) {
    html,
    body {
        font-size: 16px;
    }
    body {
        padding-top: 64px;
    }
}

ol,
ul {
    list-style: none;
}
ol {
  counter-reset: my-awesome-counter;
}
ol li {
  counter-increment: my-awesome-counter;
}
ol li::before {
  content: counter(my-awesome-counter) ". ";
  font-weight: 700;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input {
    border: none;
}

html * {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    color: #283269;
}
h1 {
    font-weight: 700;
}
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}
.h1,
h1 {
    font-size: 2.500rem;
    line-height: 1.15;
}

@media all and (max-width:991px) {
    .h1,
    h1 {
        font-size: 2.000rem;
    }
}

@media all and (max-width:767px) {
    .h1,
    h1 {
        font-size: 1.800rem;
    }
}

h2 {
    font-size: 1.800rem;;
}
h3 {
    font-size: 1.300rem;
}
@media all and (max-width:991px) {
    h2 {
        font-size: 1.650rem;
    }
}
@media all and (max-width:767px) {
    h2 {
        font-size: 1.300rem;
    }
    h3 {
        font-size: 1.250rem;
    }
}

h4 {
    font-size: 1.000rem;
}

.h4-28 h4{
    font-size: 1.400rem;
}

h5 {
    font-size: 0.800rem;
}

@media all and (max-width:767px) {
    h4 {
        font-size: 1.000rem;
    }
    h5 {
        font-size: 0.850rem;
    }
}

.section-name,
h6 {
    font-size: 0.900rem;
}

.container {
    max-width: 1210px;
    padding: 0 20px;
    margin: 0 auto;
}

@media (min-width: 1200px){
    .container {
        max-width: 1210px !important;
    }
}

.section {
    padding-top: 50px;
    padding-bottom: 50px;
    word-break: break-word;
}

@media all and (max-width:1399px) {
    .section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.section-name {
    color: #7E3BFF;
    display: block;
    font-weight: normal;
    line-height: 1.0;
    margin-bottom: 10px;
}

.section-name.large {
    font-size: 26px;
}

a {
    color: #7E3BFF;
    text-decoration: none;
    cursor: pointer;
}
a:active,
a:focus,
a:hover {
    text-decoration: none;
}
.default-layout p a:hover {
    text-decoration: underline;
}

sup {
    vertical-align: super;
}

.default-layout .common-content-container h1,
.default-layout .common-content-container ol,
.default-layout .common-content-container p,
.default-layout .common-content-container table,
.default-layout .common-content-container ul {
    margin-top: 20px;
}

.default-layout .common-content-container h2,
.default-layout .common-content-container h3,
.default-layout .common-content-container h4{
    margin-top: 40px;
}


.default-layout .common-content-container h2 {
    margin-top: 30px;
}

.default-layout .common-content-container h3+p,
.default-layout .common-content-container h4+p {
    margin-top: 10px;
}

.default-layout .common-content-container h1 {
    margin: 30px 0;
}

.default-layout .common-content-container img {
    max-width: 100%;
    max-height: 100%;
    margin-top: 10px;
}


img.aligncenter,
img.alignleft,
img.alignright {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

img.aligncenter {
    display: block;
    margin: 0 auto;
}

.has-bg-linear-gradient-primary {
    background: linear-gradient(40deg, #7E3BFF 0, #0990f8 38%, #4badf9 100%);
}

.has-bg-linear-gradient-light {
    background: linear-gradient(to bottom, #fefefe 39%, #f6f6f6);
}

.has-bg-linear-gradient-from-white {
    background: none;
}

.has-bg-gray {
    background-color: #f7f7f7;
}

.has-bg-gray-light {
    background-color: #fdfdfd;
}

@media all and (max-width:767px) {
    .has-linear-gradient-secondary {
        color: #fff;
        background: linear-gradient(to bottom, #283269, #1c2a4b 127%);
    }

    .has-linear-gradient-secondary .container{
        background-image: none;
    }
}

.has-linear-gradient-secondary .container{
    color: #fff;
    background-image: url(../img/backgrounds/bg-info-center.svg);
    background-size: auto;
    background-position: left top;
    background-repeat: no-repeat;
    padding-bottom: 22px;
}

.has-people-bg{
    background-image: url(../img/backgrounds/bg-speakers-webinar.svg);
    background-size: auto;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.has-linear-gradient-secondary .container:before {
    background-image: url(../img/backgrounds/bg-info-center-left.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 546px;
    position: absolute;
    left: -50%;
    z-index: -1;
    content: '';
}

.bg-resources-line{
    background-image: url(../img/backgrounds/bg-resources-line.svg);
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 97px 0;
}

.bg-bello-calculator{
    background-image: url(../img/backgrounds/bg-bello-calculator.svg);
    background-size: auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
    top: 40px;
}

.bg-circle::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    transform: translateY(-50%);
    background-color: #fafafa;
    z-index: -1;
}

.bg-circle.left::after {
    left: -36%;
}

.bg-circle.right::after {
    right: -35%;
}

@media all and (max-width:991px) {
    .bg-circle::after {
        top: -70px;
        transform: none;
        width: 600px;
        height: 600px;
    }
}

@media all and (max-width:666px) {
    .bg-circle.left::after {
        left: -70%;
    }
    .bg-circle.right::after {
        right: -70%;
    }
    .bg-circle::after {
        display: none;
    }
}

.icon,
.logo {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
}
.icon.icon-xs,
.icon.icon-sm,
.icon.icon-md,
.icon.icon-lg,
.icon.icon-xl {
    align-content: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}
.icon.icon-xs img,
.icon.icon-sm img,
.icon.icon-md img,
.icon.icon-lg img,
.icon.icon-xl img,
.icon.icon-xs svg,
.icon.icon-sm svg,
.icon.icon-md svg,
.icon.icon-lg svg,
.icon.icon-xl svg {
    height: auto;
    width: 100%;
}
.icon.icon-xs {
    height: 25px;
    width: 25px;
}
.icon.icon-sm {
    height: 35px;
    width: 35px;
}
.icon.icon-md {
    height: 50px;
    width: 50px;
}
.icon.icon-lg {
    height: 75px;
    width: 75px;
}
.icon.icon-xl {
    height: 100px;
    width: 100px;
}
.has-text-center {
    text-align: center;
}
.has-text-left {
    text-align: left;
}
.has-text-right {
    text-align: right;
}
.logo {
    vertical-align: top;
    min-width: 70px;
    min-height: 30px;
    background-size: contain;
}

.logo-decibel {
    vertical-align: top;
    width: 142px;
    height: 40px;
}

.logo-decibel.small {
    width: 100px;
    height: 13px;
}

.logo-decibel.large {
    width: 268px;
    height: 68px;
}

.icon {
    width: 34px;
    height: 34px;
    font-size: 0;
    line-height: 0;
}

.icon-search {
    width: 28px;
    height: 28px;
    background-image: url(../img/icons/icon-search.png);
}

.icon-video-play {
    background-image: url(../img/icons/icon-video-play.svg);
}

.icon-tick-mark {
    background-image: url(../img/icons/icon-tick-mark.png);
}
/* Backgrounds */
.bg-white {
    background-color: #ffffff;
}
.bg-navy {
    background-color: #283269;
}
.bg-electric-blue {
    background-color: #106eff;
}
.bg-light-blue {
    background-color: #1fa1ff;
}
.bg-green {
    background-color: #34e578;
}
.bg-gray-1 {
    background-color: #595959;
}
.bg-gray-2 {
    background-color: #787878;
}
.bg-gray-3 {
    background-color: #e0e0e0;
}
.bg-gray-4 {
    background-color: #f2f2f2;
}
.bg-faded-blue {
    background-color: #f5f9ff;
}

/* Buttons */
.base-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: 220px;
    padding: 11px 10px 12px;
    border: none;
    border-radius: 6px;
    text-decoration: none;
    text-align: center;
    font-size: 1.000rem;
    font-weight: normal;
    line-height: 1.35;
    color: #fff;
    background-color: #7E3BFF;
    border-color: #7E3BFF;
    cursor: pointer;
}
.base-button:hover {
    background-color: #283269;
    text-decoration: none;
}

.navy-text{
    font-size: 0.8rem;
    color: #283269;
}

p.navy-text{
    font-size: 0.8rem;
    color: #283269;
    opacity: 0.7;
}

@media all and (max-width:991px) {
    .base-button {
        font-size: 16px;
    }
}

@media all and (max-width:767px) {
    .base-button {
        max-width: unset;
    }
}
.base-button.success:active,
.base-button.success:focus,
.base-button.success:hover {
    background: #34e578;
    border-color: #34e578;
}
.base-button.with-border {
    border-style: solid;
    border-width: 1px;
}
.base-button.semi-small {
    padding: 13px 25px;
    font-size: 0.700rem;
    max-height: 50px;
}

.base-button.semi-small.secondary.with-border {
    border: 1px solid #283269;
    background-color: transparent;
    color: #283269;
}

.base-button.semi-small.secondary.with-border:hover {
    border-color: #056eff;
    color: #056eff;
    background-color: transparent;
}

.base-button.semi-small+.semi-small {
    margin-left: 30px;
}

.base-button.small {
    padding: 10px 25px;
    border-radius: 30px;
    font-size: 0.700rem;
}

@media all and (max-width:666px) {
    .base-button.small {
        padding: 10px 25px;
        border-radius: 30px;
        font-size: 0.700rem;
    }
    .base-button.semi-small {
        padding: 10px 25px;
        border-radius: 30px;
        font-size: 0.700rem;
    }
}

.base-button.secondary {
    background-color: #283269;
}

.base-button.secondary:hover {
    background-color: #7E3BFF;
}

.base-button.secondary.with-border {
    border: 1px solid #fff;
}

.base-button.secondary.with-border:hover {
    border-color: #0ee579;
    color: #0ee579;
    background-color: #283269;
}

.base-button.secondary.transparent {
    padding: 10px 10px 11px;
    border: 1px solid #283269;
    background-color: transparent;
    color: #283269;
}

.base-button.secondary.transparent:hover {
    background-color: #283269;
    color: #fff;
}
/* ADDED BUTTON COLORS */
.base-button.blue,
.base-button.violet,
.base-button.blue-outline,
.base-button.green,
.base-button.green-outline,
.base-button.navy,
.base-button.navy-outline,
.base-button.white,
.base-button.white-outline {
    border-style: solid;
    border-width: 1px;
}
.base-button.violet,
.base-button.blue,
.base-button.green,
.base-button.navy,
.base-button.white {
    border-color: transparent;
}
.base-button.blue {
    background-color: #106eff;
    color: #ffffff;
}
.base-button.blue:active,
.base-button.blue:focus,
.base-button.blue:hover {
    background-color: #34e578;    ;
}
.base-button.blue-outline {
    background-color: transparent;
    border-color: #106eff;
}
.base-button.blue-outline:active,
.base-button.blue-outline:focus,
.base-button.blue-outline:hover {
    background-color: #106eff;
    color: #ffffff;
}
.base-button.violet {
    background-color: #7E3BFF;
    color: #ffffff;
    border-radius: 30px;
}
.base-button.violet:active,
.base-button.violet:focus,
.base-button.violet:hover {
    background-color: #FFF;
    color: #7E3BFF;
    border-color: #7E3BFF;
}
.base-button.violet-outline {
    background-color: transparent;
    border-color: #7E3BFF;
}
.base-button.violet-outline:active,
.base-button.violet-outline:focus,
.base-button.violet-outline:hover {
    background-color: #FFF;
    color: #7E3BFF;
}
.base-button.green {
    background-color: #283269;
    color: #FFF;
    font-weight: 700 !important;
}
.base-button.green:active,
.base-button.green:focus,
.base-button.green:hover {
    background-color:#283269;
}
.base-button.green-outline {
    background-color: transparent;
    border-color: #34e578;
}
.base-button.green-outline:active,
.base-button.green-outline:focus,
.base-button.green-outline:hover {
    background-color: #34e578;
    color: #ffffff;
}
.base-button.navy {
    background-color: #283269;
    color: #ffffff;
}
.base-button.navy:active,
.base-button.navy:focus,
.base-button.navy:hover {
    background-color: #34e578;
}
.base-button.navy-outline {
    background-color: transparent;
    border-color: #283269; ;
}
.base-button.navy-outline:active,
.base-button.navy-outline:focus,
.base-button.navy-outline:hover {
    background-color: #283269;
    color: #ffffff;
}
.base-button.white {
    background-color: #ffffff;
    color: #283269;
    border-radius: 30px;
}
.base-button.white:active,
.base-button.white:focus,
.base-button.white:hover {
    background-color: #FFF;
    color: #283269;
    border-color: #283269;
}
.base-button.white-outline {
    background-color: transparent;
    border-color: #FFF;
    color:#283269;
}
.base-button.white-outline:active,
.base-button.white-outline:focus,
.base-button.white-outline:hover {
    background-color: #ffffff;
    color: #283269;
}



.base-input {
    display: block;
    width: 100%;
    padding: 12px 14px;
    border-radius: 6px;
    box-shadow: 0 10px 30px 0 rgba(62, 62, 62, .16);
    font: 14px/1.6 Poppins, Arial, sans-serif;
    color: #222;
    -webkit-appearance: none;
}

.base-input::-webkit-input-placeholder {
    color: #222;
}

.base-input::-moz-placeholder {
    color: #222;
}

.base-input:-ms-input-placeholder {
    color: #222;
}

.base-input::-ms-input-placeholder {
    color: #222;
}

.base-input::placeholder {
    color: #222;
}

.base-input:focus {
    outline-color: #7E3BFF;
}

.base-input.small {
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 5px;
}

.js-base-player {
    position: relative;
    display: inline-block;
    line-height: 0;
    cursor: pointer;
}

.video,
.video-poster {
    display: block;
}

.js-base-player video {
    max-width: 1030px;
    width: 100%;
}

.js-base-player .icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    background-color: #0ee579;
    transform: translate(-50%, -50%);
    z-index: 25;
}

@media all and (max-width:767px) {
    .js-base-player .icon-play {
        width: 100px;
        height: 100px;
    }
}

.base-card,
.video,
.video-wrapper {
    height: 100%;
}

.video-poster {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: 50% no-repeat;
    background-size: cover;
    z-index: 20;
}

.base-card {
    display: flex;
    flex-direction: column;
    padding: 90px 60px;
    border-radius: 20px;
    text-decoration: none;
    text-align: left;
    background-color: #fff;
    box-shadow: 0 10px 30px 0 rgba(134, 132, 132, .16);
   
    background-image: url(../img/backgrounds/bg-hover-card.svg);
    background-position: center -300px;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition:background-position 0.4s ease;
    transition:background-position 0.4s ease;
}

.no-bg-hover .base-card{
    background-image: none !important;
}

@media all and (max-width:1199px) {
    .base-card {
        padding: 40px;
    }
}

@media all and (max-width:767px) {
    .base-card {
        max-height: unset;
        padding: 40px 20px;
    }
}

.base-card:hover {
    background-position: center 0px;
}


.base-card.story {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.base-card.story .card-category {
    color: #7E3BFF;
    font-size: 0.900rem;
    font-weight: normal;
    margin-bottom: 30px;
}

.base-card.story .card-category img{
    position: absolute;
    right: -14px;
    top: -20px;
}

.base-card.story .card-title {
    margin-bottom: 15px;
    color: #283269;
    font-size: 0.800rem;
}

.base-card.story .card-text {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.25;
    text-overflow: ellipsis;
    color: #5a5a5a;
}

.base-card.story .wrap-card-image {
    display: flex;
    align-items: flex-end;
    line-height: 0;
}

.base-card.story .wrap-card-image .card-image {
    max-width: 195px;
    max-height: 80px;
}

.base-card.card-map {
    padding: 0;
    box-shadow: none;
    border-radius: 0;
}

.base-card.card-map .card-image {
    margin-bottom: 70px;
    height: 237px;
    background-position: center;
    background-size: cover;
    border-radius: 24px;
}

@media all and (max-width:991px) {
    .base-card.card-map .card-image {
        height: 200px;
    }
}

@media all and (max-width:991px) {
    .base-card.card-map .card-image {
        height: 150px;
    }
}

.base-card.card-map a {
    display: inline-block;
    text-decoration: none;
    color: #283269;
    font-size: 0.8rem;
}

.base-card.card-map p {
    color: #283269;
    opacity: 0.7;
    font-size: 0.8rem;
}

.base-card.card-map h4 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #7E3BFF;
    font-size: 1.3rem;
    padding-left: 20px;
    top: 50px;
}

.base-card.card-map h4 img {
    width: 17px;
    height: 17px;
    margin-right: 3px;
}

.base-card.card-map .wrap-card-typography {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    line-height: 1.2;
}

@media all and (max-width:991px) {
    .base-card.card-map .wrap-card-typography {
        padding: 0;
    }
}

.base-card.card-map .wrap-card-typography p {
    margin-top: 20px;
}

.base-card.member {
    overflow: hidden;
    padding: 28px;
}

.base-card.member:hover {
    transform: unset;
}

.base-card.member .wrap-member-image {
    align-items: center;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
    display: flex;
    height: 226px;
    justify-content: center;
    line-height: 0;
    margin-bottom: 1.750rem;
    margin-left: -28px;
    margin-top: -28px;
    overflow: hidden;
    position: relative;
    width: calc( 100% + 56px);
}

@media all and (max-width:991px) {
    .base-card.member .wrap-member-image {
        margin-bottom: 40px;
    }
}

@media all and (max-width:767px) {
    .base-card.member {
        padding: 20px;
    }
    .base-card.member .wrap-member-image {
        margin-bottom: 20px;
    }
}

.base-card.member .wrap-member-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
}

.base-card.member .wrap-card-typography {
    padding: 0 12px 16px 14px;
}

@media all and (max-width:991px) {
    .base-card.member .wrap-card-typography {
        padding: 0;
    }
}

.base-card.member .member-name {
    margin-bottom: 6px;
    font-size: 22px;
    line-height: 1.27;
    text-transform: uppercase;
    word-break: break-all;
    color: #283269;
}

@media all and (max-width:767px) {
    .base-card.member .member-name {
        font-size: 20px;
    }
}

.base-card.member .member-position {
    font-size: 18px;
    line-height: 1.56;
    color: #5a5a5a;
}

@media all and (max-width:767px) {
    .base-card.member .member-position {
        font-size: 16px;
    }
}

.base-card.resource {
    padding: 0;
    border-radius: 16px;
    overflow: hidden;
}

.base-card.resource .wrap-card-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.500rem;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.base-card.resource .meta-description{
    font-size: 0.8rem;
    color: #283269;
    opacity: 0.7;
    margin-top: 10px;
}

.customer-story .base-card.resource .wrap-card-image {
    height: 180px;
}

.base-card.resource .wrap-card-image img {
    height: auto;
    left: 0;
    /* max-width: 100%; */
    /* object-fit: cover; */
    /* position: absolute; */
    top: 0;
    /* transform: translate(-50%, -50%); */
    width: 80%;
    margin: auto;
}

.full-width .base-card .wrap-card-image img{
    width: 100%;
}

.base-card.resource .wrap-card-typography {
    padding: 0 40px 50px;
}

.base-card.resource .card-category {
    color: #283269;
    margin-bottom: 10px;
    font-size: 0.700rem;
    line-height: 1.33;
}

.navy-title .base-card.resource .card-title {
    color: #283269;
}

.base-card.resource .card-title {
    font-size: 1.1rem;
    line-height: 1.17;
    color: #7E3BFF;
}

.webinars.featured{
    min-height: 252px;
}

.webinars.featured .base-card.resource .wrap-card-image {
    margin-bottom: 0;
}

.webinars.featured .base-card.resource .wrap-card-image .card-image{
    height:100%;
}

.base-card.resource .featured-img .card-title {
    color: #fff9f1 !important;
    position: relative;
    top: 54px;
    font-size: 1.3rem;
    max-width: 380px;
}

.base-card.resource .wrap-card-image.featured-img {
    margin-bottom: 0px;
    height:100%;
}

.webinars .base-card.resource .featured-img .wrap-card-typography span{
    color: #fff9f1 !important;
    bottom: 33px;
    left: 110px; 
 }

 .webinars .date{
    color: white;
    text-transform: capitalize;
    font-size: 0.6rem;
    position: absolute;
    top: 23px;
 }

 .webinars.featured .base-card.resource{
    height: 100%;
 }

 .webinars .speakers1{
    position: absolute;
    right: 90px;
    top: 33px;
 }
 .webinars .speakers2{
    position: absolute;
    right: 26px;
    top: 33px;
    max-width: 260px;
 }
 .webinars .speakers3{
    position: absolute;
    right: 33px;
    top: 15px;
    max-width: 241px;
 }

 .webinars .speakers .speaker-name{
    text-align: center;
    color: #592f47;
    font-size: 0.6rem;
    margin-bottom: 20px;
    white-space: nowrap;
 }

 .webinars .speakers3 .speaker-name{
    margin-bottom: 5px !important;
 }

 .webinars .speakers .speaker-img{
    max-width:110px;
    width:100%;
 }
 .webinars .speakers .speaker-img img{
    width:100%;
 }


.card-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 20px;
}

.card-list .card-item {
    display: flex;
    margin-bottom: 70px;
}

.base-card .featured-img{
    height:252px;
}

@media all and (max-width:991px) {
    .base-card.resource .wrap-card-typography {
        padding: 0 20px 20px;
    }
    .base-card.resource .card-title {
        font-size: 20px;
    }
    .card-list .card-item {
        font-size: 16px;
        margin-bottom: 40px;
    }
    .base-card.resource .wrap-card-typography {
        padding-bottom: 50px !important;
    }
    .base-card .featured-img{
        height:unset;
        width:100%;
    }
}

@media all and (max-width:767px) {
    .card-list .card-item:last-child {
        margin-bottom: 0;
    }
}

.card-list .card-image-holder img {
    width: 100%;
    height: auto;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}

.card-list p {
    margin-bottom: 10px;
    color: #283269;
}

.js-tabs-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.js-tabs-container .tabs-navigation {
    position: relative;
    width: 40%;
    border-left: 1px solid #ebebeb;
}

@media all and (max-width:767px) {
    .js-tabs-container {
        flex-direction: column;
    }
    .js-tabs-container .tabs-navigation {
        width: 100%;
        margin-bottom: 10px;
    }
}

.js-tabs-container .tabs-navigation .tab-nav {
    position: relative;
    padding: 0 30px;
    margin-bottom: 50px;
}

@media all and (max-width:767px) {
    .js-tabs-container .tabs-navigation .tab-nav {
        padding: 0 0 0 15px;
        margin-bottom: 15px;
    }
}

.js-tabs-container .tabs-navigation .tab-nav:last-of-type {
    margin-bottom: 0;
}

.js-tabs-container .tabs-navigation .tab-nav.has-sliding-border::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    border-radius: 10px;
    background-color: #7E3BFF;
    border: 1px solid #7E3BFF;
    transform: translateX(-50%);
}

.js-tabs-container .tabs-navigation .tab-nav .tab-heading {
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 700;
    color: #707070;
    cursor: pointer;
}

.js-tabs-container .tabs-navigation .tab-nav .tab-desc {
    overflow: hidden;
    font-size: 20px;
}

.js-tabs-container .tabs-navigation .tab-nav .tab-desc.has-gradient-shadow {
    position: relative;
}

.js-tabs-container .tabs-navigation .tab-nav .tab-desc.has-gradient-shadow::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background-image: linear-gradient(0, #fff, rgba(255, 255, 255, 0));
}

.js-tabs-container .tabs-navigation .tab-nav .tab-desc img {
    display: none;
    width: 100%;
}

.js-tabs-container .tabs-navigation .sliding-border {
    box-sizing: content-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    border-radius: 10px;
    background-color: #7E3BFF;
    border: 1px solid #7E3BFF;
    transform: translateX(-50%);
}

.js-tabs-container .tabs-content {
    position: relative;
    display: block;
    width: 60%;
}

@media all and (max-width:767px) {
    .js-tabs-container .tabs-navigation .tab-nav .tab-heading {
        margin-bottom: 5px;
        font-size: 20px;
    }
    .js-tabs-container .tabs-navigation .tab-nav .tab-desc img {
        display: block;
    }
    .js-tabs-container .tabs-content {
        display: none;
        width: 100%;
    }
    .base-post-preview-item {
        flex-direction: column;
    }
}

.js-tabs-container .tabs-content .tab-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all .6s;
    transform: scale(0);
    opacity: 0;
    z-index: 1;
}

.js-tabs-container .tabs-content .tab-content.has-default-scale {
    transform: scale(1);
    opacity: 1;
}

.js-tabs-container .tabs-content .tab-content img {
    width: 100%;
    height: 100%;
}

.arrow-link {
    position: relative;
    padding-left: 26px;
    padding-right: 21px;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    color:#7E3BFF;
    text-decoration: none;
    transition: padding .3s cubic-bezier(.77, 0, .175, 1);
}

.arrow-link i {
    position: absolute;
    top: 50%;
    left: 14px;
    display: block;
    transform: translateY(-50%);
    transition: left .3s cubic-bezier(.77, 0, .175, 1);
}

.arrow-link.is-left i svg,
.pagination .nav-links .page-numbers.next>.base-arrow {
    transform: rotate(180deg);
}

.arrow-link i::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 14px;
    height: 2px;
    background: #000;
    transition: all .3s cubic-bezier(.77, 0, .175, 1);
}

.arrow-link i svg {
    position: absolute;
    right: -3px;
    bottom: -4px;
    width: 7px;
    height: 10px;
    transition: right .3s cubic-bezier(.77, 0, .175, 1);
}

.arrow-link:hover {
    padding-left: 13px;
    text-decoration: none;
}

.arrow-link:hover i::before {
    right: 14px;
    width: 0;
}

.arrow-link:hover i svg {
    right: 8px;
}

.arrow-link.is-left i,
.arrow-link.is-left i:before {
    left: 0;
}

.arrow-link.is-left:hover i::before {
    right: 0;
}

.arrow-link.is-left:hover i svg {
    right: -3px;
}

.arrow-link.has-color-primary {
    color: #7E3BFF;
}

.arrow-link.has-color-primary i:before {
    background: #7E3BFF;
}

.arrow-link.has-color-primary svg path {
    stroke: #7E3BFF;
}

.base-post-preview-item {
    display: flex;
}

.base-post-preview-item a {
    text-decoration: none;
    width: 100%;
}

.base-post-preview-item .wrap-image {
    flex-shrink: 0;
}

@media all and (max-width:767px) {
    .base-post-preview-item .wrap-image,
    .base-post-preview-item .wrap-post-content {
        width: 100%;
    }
    .base-post-preview-item .wrap-image {
        padding-right: 0;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.base-post-preview-item .block-image {
    min-height: 342px;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.base-post-preview-item .list-related-categories {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.base-post-preview-item .list-related-categories li {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.base-post-preview-item .list-related-categories li+li:before {
    margin: 0 4px;
    color: #06a0ff;
    content: "|";
}

.base-post-preview-item .list-related-categories li a {
    color: #5012C5;
    font-size: 0.7rem;
}

@media all and (max-width:767px) {
    .base-post-preview-item .list-related-categories {
        margin-bottom: 5px;
    }
}

.base-post-preview-item .post-title {
    margin-bottom: 30px;
    font-size: 1.1rem;
    font-weight: 500;
    color:#7e3bff;
}

.base-post-preview-item .wrap-meta{
    color:#283269;
    opacity: 0.7;
    font-size: 0.8rem;
}

@media all and (max-width:767px) {
    .base-post-preview-item .post-title {
        margin-bottom: 10px;
        font-size: 20px;
    }
}

.base-post-preview-item .post-title a {
    color: #283269;
}

.base-post-preview-item .author-name,
.base-post-preview-item .publish-date {
    font-size: 18px;
}

.base-post-preview-item .author-name a,
.base-post-preview-item .publish-date a {
    color: #787878;
}

.base-checkbox-label {
    position: relative;
    display: inline-block;
    height: 12px;
    width: 12px;
    background-color: #e1e1e1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.base-checkbox-label.icon {
    background-size: 9px;
}

.base-checkbox-input {
    display: none;
}

.base-checkbox-input:checked+label {
    background-color: #7E3BFF;
}

.base-checkbox-input:not(:checked)+label {
    background-image: none;
}

.base-checkbox-input.invalid+label {
    border: 1px solid #ff7a7a;
}

.base-divider {
    border: none;
}

.base-divider.horizontal {
    width: 100%;
    height: 1px;
    background-color: #e1e1e1;
}

.base-bg-circle {
    position: absolute;
    border-radius: 100%;
}

.base-bg-circle.left-top {
    top: 9%;
    left: 1%;
    width: 24px;
    height: 24px;
    background-color: #283269;
}

.base-bg-circle.right-top {
    top: 1%;
    right: 7%;
    width: 48px;
    height: 48px;
    background-color: #283269;
}

.base-bg-circle.left-middle {
    top: 19%;
    left: 25.5%;
    width: 16px;
    height: 16px;
    background-color: #283269;
}

.base-bg-circle.right-middle {
    top: 8%;
    right: 34.5%;
    width: 16px;
    height: 16px;
    background-color: #0ee579;
}

.base-bg-circle.left-bottom {
    bottom: 9%;
    left: 9.5%;
    width: 26px;
    height: 26px;
    background-color: #06a0ff;
}

.base-bg-circle.right-bottom {
    bottom: 43%;
    right: 1%;
    width: 24px;
    height: 24px;
    background-color: #06a0ff;
}

.base-bg-circle.left-center {
    left: 3%;
    top: 48%;
    width: 32px;
    height: 32px;
    background-color: #126dfb;
}

@media all and (max-width:767px) {
    .base-post-preview-item .author-name,
    .base-post-preview-item .publish-date {
        font-size: 16px;
    }
    .base-bg-circle.left-center {
        top: 3%;
    }
}

.base-bg-circle.center-top {
    left: 42%;
    top: 12%;
    width: 24px;
    height: 24px;
    background-color: #126dfb;
}

.base-bg-circle.center-bottom {
    left: 24%;
    bottom: 15%;
    width: 16px;
    height: 16px;
    background-color: #0ee579;
}

@media all and (max-width:767px) {
    .base-bg-circle.center-bottom {
        bottom: auto;
        top: 30%;
    }
    .post-type .content-wrap {
        flex-direction: column;
    }
}

@media all and (max-width:767px) {
    .base-bg-circle.left-middle {
        top: 38%;
    }
    .base-bg-circle.right-middle {
        top: 33%;
        right: 17%;
    }
    .base-bg-circle.right-bottom {
        bottom: 30%;
    }
    .base-bg-circle.left-bottom {
        bottom: -4%;
    }
}

.change-order .left-center {
    left: auto;
    right: 3%;
}

.change-order .center-top {
    left: auto;
    right: 19%;
}

.change-order .center-bottom {
    left: auto;
    right: 24%;
}

.nice-select.base-select {
    min-width: 200px;
    height: auto;
    padding: 13px 50px 13px 20px;
    border: 1px solid #C4A6FF;
    border-radius: 24px;
    font-size: 0.8rem;
    line-height: 1.35;
    background-color: #f2e8f7;
    color: #283269;
}

.nice-select.base-select.open,
.nice-select.base-select:hover {
    background-color: #f2e8f7;
    color: #283269;
}

.nice-select.base-select.open:after,
.nice-select.base-select:hover:after {
    border-color: #C4A6FF;
}

.nice-select.base-select:after {
    right: 20px;
    width: 9px;
    height: 10px;
    margin-top: -7px;
    border-color: #5a5a5a;
}

.nice-select.base-select .current {
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}

.nice-select.base-select .list {
    width: 100%;
    padding: 20px 0 10px;
    border: none;
    color: #5a5a5a;
    box-shadow: 0 10px 30px 0 rgba(134, 132, 132, .16);
    border-radius: 24px;
}

.nice-select.base-select .option {
    overflow: hidden;
    padding: 0;
    margin: 0 20px;
    line-height: 2;
    text-overflow: ellipsis;
    color: #283269;
    opacity: 0.7;
    font-size: 0.8rem;
}

.nice-select.base-select .option:hover {
    background-color: transparent;
    color: #C4A6FF;
}

.nice-select.base-select .option.selected {
    font-weight: 400;
    color: #C4A6FF;
    opacity: 1;
}

.nice-select.base-select .option.selected.focus {
    background-color: transparent;
}

.post-type {
    background-position: 100% 50%;
    background-size: auto 80%;
    background-repeat: no-repeat;
}

.post-type .content-wrap {
    display: flex;
    padding-top: 1.000rem;
    padding-bottom: 1.000rem;
}

@media all and (max-width:991px) {
    .post-type .content-wrap {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media all and (max-width:413px) {
    .post-type .content-wrap {
        flex-direction: column;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.post-type+.post-type,
.post-type+.post-type .content-wrap {
    padding-top: 0;
}

.post-type .col {
    flex-shrink: 0;
    width: 50%;
}

.post-type .col img {
    max-width: 100%;
    height: auto;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    vertical-align: top;
}

@media all and (max-width:1399px) {
    .post-type .col img {
        display: block;
        margin: 0 auto;
    }
}

.post-type .wrap-typography {
    z-index: 1;
    padding-right: 78px;
}

@media all and (max-width:991px) {
    .post-type .wrap-typography {
        padding-right: 30px;
    }
}

@media all and (max-width:767px) {
    .post-type .col {
        width: 100%!important;
    }
    .post-type .wrap-typography {
        padding-left: 0!important;
        padding-right: 0!important;
        margin-bottom: 40px;
    }
    .post-type .text-holder {
        text-align: left;
    }
}

@media all and (max-width:413px) {
    .post-type .wrap-typography {
        margin-bottom: 20px;
    }
}

.post-type .text-holder ul li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    color:#283269;
    font-size: 0.8rem;
    opacity: 0.7;
}

.post-type .text-holder ul li:before {
    content: "";
    flex-shrink: 0;
    display: block;
    margin-top: 1px;
    width: 20px;
    height: 20px;
    background: url(../img/icons/list-marker.png) 50% 50%/20px 20px no-repeat;
    margin-right: 18px;
}

.post-type .text-holder ul li+li {
    margin-top: 22px;
}

@media all and (max-width:991px) {
    .post-type .text-holder ul li:before {
        width: 15px;
        height: 15px;
        margin-right: 10px;
        background-size: 15px 15px;
    }
    .post-type .text-holder ul li+li {
        margin-top: 10px;
    }
}

.post-type .headline {
    max-width: 800px;
    margin: 0 auto;
    font-size: 30px;
    line-height: 1.17;
    color: #283269;
}

@media all and (max-width:991px) {
    .post-type .headline {
        font-size: 26px;
    }
}

@media all and (max-width:767px) {
    .post-type .headline {
        font-size: 24px;
    }
}

.post-type .title {
    margin-bottom: 25px;
    font-size: 40px;
    line-height: 48px;
    color: #283269;
}

@media all and (max-width:991px) {
    .post-type .title {
        font-size: 36px;
    }
    .post-type .wrap-image {
        left: 0!important;
    }
}

@media all and (max-width:767px) {
    .post-type .title {
        font-size: 26px;
        margin-bottom: 20px;
    }
}

.post-type .name {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.36;
    color: #7E3BFF;
}

.post-type .subtitle {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.33;
    color: #787878;
}

@media all and (max-width:767px) {
    .post-type .name {
        margin-bottom: 10px;
    }
    .post-type .subtitle {
        margin-bottom: 10px;
        font-size: 20px;
    }
}

.post-type p {
    margin-bottom: 40px;
}

.post-type .wrap-image {
    height: 512px;
}

@media all and (max-width:767px) {
    .post-type p {
        margin-bottom: 10px;
    }
    .post-type .wrap-image {
        width: 100%!important;
        height: 448px!important;
    }
}

@media all and (max-width:413px) {
    .post-type .wrap-image {
        height: 320px!important;
    }
}

.post-type .block-image {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.post-type .video-block {
    width: 50%;
    flex-shrink: 0;
}

@media all and (max-width:767px) {
    .post-type .video-block {
        width: 100%;
    }
}

.post-type .video-block div.wistia_embed,
.post-type .video-block div.wistia_embed>div,
.post-type .video-block iframe {
    width: 100%!important;
}

.post-type .video-block .wistia_responsive_padding {
    min-width: 450px;
}

.wistia_responsive_padding{
    -webkit-box-shadow: 2px 5px 16px 0px #c9c8c8, 5px 5px 15px 29px rgb(0 0 0 / 0%);
    box-shadow: 2px 5px 16px 0px #c9c8c8, 5px 5px 15px 29px rgb(0 0 0 / 0%);
}

.post-type+.post-type .headline {
    margin-top: 40px;
    margin-bottom: 40px;
}

@media all and (max-width:991px) {
    .post-type+.post-type .headline {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.post-type.has-content-v-centered .content-wrap {
    align-items: center;
}

.post-type.has-image-size-secondary .wrap-image {
    width: 53%;
    height: 500px;
}

.post-type.has-image-size-secondary .wrap-typography {
    width: 47%;
    padding-left: 0;
}

.post-type.has-wrap-text-inner-padding .text-holder {
    padding-right: 50px;
}

@media all and (max-width:991px) {
    .post-type.has-image-size-secondary .wrap-typography {
        width: 100%;
    }
    .post-type.has-wrap-text-inner-padding .text-holder {
        padding-left: 0!important;
        padding-right: 0!important;
    }
}

.post-type.has-wrap-text-inner-padding .text-holder.has-text-right {
    padding-left: 50px;
    padding-right: 0;
}

.post-type.has-title-big-bottom-gap .title {
    margin-bottom: 65px;
}

@media all and (max-width:991px) {
    .post-type.has-title-big-bottom-gap .title {
        margin-bottom: 40px;
    }
}

@media all and (max-width:413px) {
    .post-type.has-title-big-bottom-gap .title {
        margin-bottom: 10px;
    }
}

.post-type.has-paragraph-font-size-small p {
    font-size: 20px;
}

.post-type.has-image-shadow .block-image {
    box-shadow: 0 10px 30px 0 rgba(153, 153, 153, .16);
}

.post-type.has-image-border-radius-large .block-image {
    border-radius: 8px;
}

.post-type.has-image-border-radius-big .block-image {
    border-radius: 10px;
}

.post-type.is-image-out-of-wrap .wrap-image {
    position: relative;
    left: 70px;
    width: calc(50% + 140px);
    height: 600px;
}

.post-type.is-image-out-of-wrap .block-image {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.post-type.change-order {
    background-position-x: 0;
}

.post-type.change-order .content-wrap {
    flex-direction: row-reverse;
}

.post-type.change-order .wrap-typography {
    padding-right: 0;
    padding-left: 78px;
}

@media all and (max-width:991px) {
    .post-type.change-order .wrap-typography {
        padding-left: 30px;
    }
}

@media all and (max-width:767px) {
    .post-type.has-paragraph-font-size-small p {
        font-size: 16px;
    }
    .post-type.change-order .content-wrap {
        flex-direction: column;
    }
    .post-type.change-order .wrap-typography {
        margin-bottom: 20px;
    }
}

@media all and (max-width:413px) {
    .post-type.change-order .wrap-typography {
        margin-bottom: 10px;
    }
}

.post-type.change-order.has-wrap-text-inner-padding .text-holder {
    padding-right: 50px;
    padding-left: 0;
}

.post-type.change-order.has-wrap-text-inner-padding .text-holder.has-text-right {
    padding-left: 50px;
    padding-right: 0;
}

.post-type.change-order.has-image-border-radius-large .block-image {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.post-type.change-order.has-image-border-radius-big .block-image {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.post-type.change-order.is-image-out-of-wrap .wrap-image {
    left: -70px;
    width: calc(50% + 140px);
}

.post-type.change-order.is-image-out-of-wrap .block-image {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-position: right;
}

.post-type.has-bg-gray {
    padding-top: 50px;
}

@media all and (max-width:1399px) {
    .post-type.has-bg-gray {
        padding-top: 30px;
    }
}

.post-type.has-bg-gray .content-wrap {
    padding-top: 50px;
    padding-bottom: 10px;
}

@media all and (max-width:991px) {
    .post-type.has-bg-gray .content-wrap {
        padding-top: 20px;
    }
}

.post-type.has-bg-gray .wrap-typography {
    margin-bottom: 0;
}

.post-type.has-linear-gradient-secondary {
    background-position: 0 0;
    background-size: auto;
}

.post-type.has-linear-gradient-secondary+.post-type {
    padding-top: 75px;
}

@media all and (max-width:991px) {
    .post-type.has-linear-gradient-secondary+.post-type {
        padding-top: 40px;
    }
}

.post-type.has-linear-gradient-secondary .content-wrap {
    padding-top: 100px;
    padding-bottom: 95px;
}

.post-type.has-linear-gradient-secondary .content-wrap .wrap-typography {
    width: 740px;
}

.post-type.has-linear-gradient-secondary .content-wrap .wrap-typography h1,
.post-type.has-linear-gradient-secondary .content-wrap .wrap-typography h2,
.post-type.has-linear-gradient-secondary .content-wrap .wrap-typography h3,
.post-type.has-linear-gradient-secondary .content-wrap .wrap-typography h5,
.post-type.has-linear-gradient-secondary .content-wrap .wrap-typography h6 {
    color: #fff;
    margin-bottom: 17px;
}

@media all and (max-width:767px) {
    .post-type.has-linear-gradient-secondary .content-wrap .wrap-typography {
        margin-bottom: 40px;
        width:100% !important;
    }
}

.post-type.has-linear-gradient-secondary .content-wrap .wrap-image {
    flex-shrink: 1;
    height: auto;
}

@media all and (max-width:1399px) {
    .post-type.has-linear-gradient-secondary .content-wrap .wrap-typography {
        width: 50%;
    }
    .post-type.has-linear-gradient-secondary .content-wrap .wrap-image {
        flex-shrink: 0;
    }
}

.post-type.has-linear-gradient-secondary .content-wrap h4 {
    margin-bottom: 17px;
    font-size: 39px;
    font-weight: 400;
    line-height: 1.28;
    letter-spacing: normal;
    color: #fff;
}

@media all and (max-width:991px) {
    .post-type.has-linear-gradient-secondary .content-wrap {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .post-type.has-linear-gradient-secondary .content-wrap .wrap-image {
        height: auto!important;
    }
    .post-type.has-linear-gradient-secondary .content-wrap h4 {
        margin-bottom: 15px;
        font-size: 32px;
    }
}

.post-type.has-linear-gradient-secondary .content-wrap strong {
    font-weight: 700;
}

.post-type.has-linear-gradient-secondary .content-wrap p {
    margin-bottom: 28px;
    line-height: 1.5;
}

.post-type.has-linear-gradient-secondary .content-wrap ul {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.44;
}

@media all and (max-width:991px) {
    .post-type.has-linear-gradient-secondary .content-wrap p {
        margin-bottom: 18px;
        font-size: 18px;
    }
    .post-type.has-linear-gradient-secondary .content-wrap ul {
        font-size: 16px;
    }
}

.post-type.has-linear-gradient-secondary .content-wrap ul p {
    margin: 0;
}

.author-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 40px 0;
}

@media all and (max-width:991px) {
    .author-wrap {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.author-wrap .author-avatar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    overflow: hidden;
}

.author-wrap .author-avatar img {
    width: 100%;
}

.author-wrap .author-info {
    padding-left: 10px;
    font-size: 16px;
}

.email-wrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 30px;
    padding-bottom: 55px;
}

@media all and (max-width:991px) {
    .email-wrap {
        padding-top: 35px;
        padding-bottom: 35px;
    }
}

@media all and (max-width:666px) {
    .post-type .video-block .wistia_responsive_padding {
        min-width: 300px;
    }
    .email-wrap {
        flex-direction: column;
    }
}

.email-wrap .base-button {
    white-space: nowrap;
}

.email-wrap .base-input {
    min-width: 50%;
    width: auto;
    flex-grow: 1;
    margin-right: 40px;
}

@media all and (max-width:666px) {
    .email-wrap .base-input {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
}

.cta-download {
    display: block;
}

.cta-download-image {
    height: 200px;
    margin: 36px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.pagination .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.pagination .nav-links .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px 12px;
    margin-left: 10px;
    font-size: 0.8rem;
    color:#7E3BFF;
    text-decoration: none;
    white-space: nowrap;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0 10px 30px 0 rgba(134, 132, 132, .16);
    transition: all .3s ease-out;
}

.pagination .nav-links .page-numbers:first-child {
    margin-left: 0;
}

.pagination .nav-links .page-numbers.current,
.pagination .nav-links .page-numbers.disabled {
    color: #5a5a5a;
    box-shadow: inset 0 0 15px 0 rgba(150, 150, 150, .16);
}

.pagination .nav-links .page-numbers.current>svg,
.pagination .nav-links .page-numbers.disabled>svg {
    fill: #5a5a5a;
}

.pagination .nav-links .page-numbers:not(.current):not(.disabled):hover {
    margin: 0 5px 0 15px;
    box-shadow: 0 10px 30px 0 rgba(65, 65, 65, .16);
    transform: scale(1.2);
}

@media all and (max-width:1199px) {
    .pagination .nav-links .page-numbers {
        font-size: 20px;
    }
}

@media all and (max-width:767px) {
    .pagination .nav-links .page-numbers {
        margin: 5px 0 0 5px;
        font-size: 16px;
    }
    .pagination .nav-links .page-numbers>span {
        display: none;
    }
}

.base-arrow {
    width: 12px;
    height: 12px;
}

.base-arrow path {
    fill: #126dfb;
}

.nav-menu-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

@media all and (max-width:991px) {
    .nav-menu-wrap {
        display: block;
        background: linear-gradient(172.98deg, rgba(196, 166, 255, 0.2) 7.16%, rgba(255, 255, 255, 0) 106.73%), #FFFFFF;
        box-shadow: 0px -1px 0px rgb(255 255 255 / 60%), 0px 10px 30px rgb(40 50 105 / 12%);
        border-radius: 16px;
    }
}

.nav-menu-wrap .navigation-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding-left: 30px;
    font-family: "Public Sans", sans-serif !important;
    font-size: 0.7rem;
    font-weight: 600;
    transition: all .3s ease-out;
}

@media all and (max-width:1199px) {
    .nav-menu-wrap .navigation-list {
        font-size: 14px !important;
        padding-left: 10px;
    }
}

@media all and (max-width:991px) {
    .nav-menu-wrap .navigation-list {
        display: block;
        font-size: 16px;
        text-align: right;
    }
}

.nav-menu-wrap .navigation-list.mobile {
    display: none;
}

.nav-menu-wrap .navigation-list.mobile .menu-item {
    padding: 12px;
}

@media all and (max-width:991px) {
    .nav-menu-wrap .navigation-list.mobile {
        display: block;
    }
    .nav-menu-wrap .navigation-list.desktop {
        display: none;
    }
}

.nav-menu-wrap .navigation-list.desktop .menu-item:hover {
    height: 100%;
}

.nav-menu-wrap .navigation-list.desktop .menu-item {
    position:relative;
}

.nav-menu-wrap .navigation-list.desktop .menu-item:hover .sub-nav-desktop {
    transform: translateY(85px);
    display:block;
}

.nav-menu-wrap .navigation-list.desktop .menu-item>a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
}

.nav-menu-wrap .navigation-list .sub-nav-desktop {
    position: absolute;
    
    left: -33px;
    top: -14px;
    transform: translateY(-100%);
    transition: all .3s ease-in;
    z-index: -1;
    display:none;
    background: linear-gradient(172.98deg, rgba(196, 166, 255, 0.2) 7.16%, rgba(255, 255, 255, 0) 106.73%), #FFFFFF;
    box-shadow: 0px -1px 0px rgba(255, 255, 255, 0.6), 0px 10px 30px rgba(40, 50, 105, 0.42);
    border-radius: 16px;
}
.nav-menu-wrap .navigation-list.desktop .menu-item:nth-child(1) .sub-nav-desktop{
    width: 245px;
}

.nav-menu-wrap .navigation-list.desktop .menu-item:nth-child(2) .sub-nav-desktop{
    width: 350px;
}

.nav-menu-wrap .navigation-list.desktop .menu-item:nth-child(3) .sub-nav-desktop{
    width: 253px;
}

.nav-menu-wrap .navigation-list.desktop .menu-item:nth-child(4) .sub-nav-desktop{
    width: 350px;
}

.nav-menu-wrap .navigation-list li {
    margin-left: 33px;
}

@media all and (max-width:1280px) {
    .nav-menu-wrap .navigation-list li {
        margin-left: 21px;
    }
}

.nav-menu-wrap .navigation-list li a {
    text-decoration: none;
    color: #686e96;
    transition: all .3s ease-out;
}

@media all and (max-width:991px) {
    .nav-menu-wrap .navigation-list .sub-nav-desktop {
        display: none;
    }
    .nav-menu-wrap .navigation-list li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-left: 0;
        border-top: 1px solid #fff;
    }
    .nav-menu-wrap .navigation-list li a {
        display: block;
        width: 100%;
        padding: 15px 0;
        text-align: left;
    }
    .nav-menu-wrap .navigation-list li:last-child {
        height: 200px !important;
        display: flex !important;
        align-items: flex-start !important;
    }
}

@media all and (max-width:413px) {
    .nav-menu-wrap .navigation-list li a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.nav-menu-wrap .navigation-list li a.arrow-container {
    display: none;
    width: 16px;
    height: 16px;
    padding: 0;
}

@media all and (max-width:991px) {
    .nav-menu-wrap .navigation-list li a.arrow-container {
        display: block;
    }
}

.nav-menu-wrap .navigation-list li a.arrow-container .base-arrow {
    transform: rotate(180deg);
}

.nav-menu-wrap .navigation-list li a.arrow-container .base-arrow path {
    fill: #fff;
}

.nav-menu-wrap .navigation-list li a:hover {
    color: #7E3BFF;
}

.nav-menu-wrap .sub-nav-mobile {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    width: 100%;
    overflow-y: auto;
    background-color: #FFF;
    transition: all .3s ease-out;
    transform: translateX(100%);
    z-index: 40;
}

@media all and (max-width:991px) {
    .nav-menu-wrap .sub-nav-mobile {
        display: block;
    }
}

@media all and (max-width:666px) {
    .nav-menu-wrap .sub-nav-mobile {
        width: 100%;
    }
}

.nav-menu-wrap .sub-nav-mobile.slide-in {
    -webkit-animation: slide-in .5s forwards;
    animation: slide-in .5s forwards;
    overflow: hidden;
}

.nav-menu-wrap .sub-nav-mobile.slide-out {
    -webkit-animation: slide-out .5s forwards;
    animation: slide-out .5s forwards;
}

.nav-menu-wrap .sub-nav-mobile .sub-nav-heading {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-top: 1px solid #fff;
}

.nav-menu-wrap .sub-nav-mobile .sub-nav-heading a {
    color: #7E3BFF;
    padding: 6px;
}

.nav-menu-wrap .sub-nav-mobile .sub-nav-heading a.arrow-container {
    transform: rotate(180deg);
}

.nav-menu-wrap .sub-nav-mobile .sub-nav-heading a.arrow-container .base-arrow path {
    fill: #7E3BFF;
}

.nav-menu-wrap .sub-nav-mobile .sub-nav-heading a.arrow-container+a {
    margin-left: 10px;
}

.nav-menu-wrap .sub-nav-mobile .navigation-list li {
    background-color: #FFF;
}

@media all and (max-width:991px) {
    .overlay {
        overflow: hidden;
    }
    .overlay:after {
        content: '';
        position: fixed;
        left: 0;
        top: 0;
        display: none;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .6);
        z-index: 30;
    }
}

@media all and (max-width:991px) {
    .overlay:after {
        display: block;
    }
    .overlay .the-header:before {
        background-color: rgba(38, 58, 104, .2);
    }
    .overlay .the-header::after {
        transform: translateX(0);
    }
    .overlay .the-header .logo-holder {
        opacity: .2;
    }
}

@media all and (max-width:666px) {
    .overlay .the-header:before {
        background-color: #283269;
    }
    .overlay .the-header::after {
        display: none;
    }
    .overlay .the-header .logo-holder {
        opacity: 1;
    }
}

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

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

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

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

.the-header {
    color: #ffffff;
    height: 85px;
    left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
    width: 100%;
    z-index: 50;
    background-color: transparent;
}

.the-header.bg-scrollable{
    background-image: url(../img/backgrounds/bg-menu-scrollable.png);
    background-repeat: no-repeat;
    background-position: center center;

}

.the-header:hover {
    overflow: visible;
}

.the-header:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    width: 50%;
    transform: translateX(100%);
    display: none;
    content: "";
    background-color: #283269;
    transition: all .3s ease-out;
}

@media all and (max-width:991px) {
    .the-header:after {
        display: block;
    }
}

.the-header .header-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    transition: all .3s ease-out;
}

@media all and (max-width:991px) {
    .the-header .header-holder {
        position: absolute;
        right: 0;
        top: 64px;
        width: 50%;
        height: 100vh;
        justify-content: flex-start;
        flex-direction: column;
        transform: translateX(100%);
        z-index: 2;
    }
    .the-header .background {
        display: none;
    }
}

@media all and (min-width: 991px) and (max-width: 1053px) {
    .the-header .header-holder .base-button.small{
        padding: 10px 14px !important;
    }
}


@media all and (max-width:666px) {
    .the-header .header-holder {
        width: 100%;
    }
}

.the-header .btn-navigation,
.the-header .logo-wrap,
.the-header .mobile-trigger {
    display: none;
}

.the-header .logo-decibel {
    margin-left: -5px;
    margin-top: -1px;
    position: relative;
}

.the-header .background {
    position: absolute;
    top: 0;
    right: 0;
    height: 85px;
    width: 100%;
    /*background-color: #FFF;*/
}

.the-header .block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}

.the-header .block:nth-child(2) {
    padding-bottom: 0;
    align-items: center;
}

@media all and (max-width:991px) {
    .the-header .block {
        display: block;
        height: auto;
        width: 100%;
        padding-bottom: 0;
    }
    .the-header .block .logo {
        display: none;
    }
}

.the-header .buttons-holder {
    font-size: 0;
    line-height: 1;
    position: relative;
    min-width: 210px;
}

.the-header .base-button {
    display: inline-block;
    width: auto;
    margin-left: 10px;
    text-align: center;
    font-weight: normal;
    line-height: 1.3;
}

.about-team .title,
.testimonial .author .author-name,
.testimonial .quote,
.testimonial .title,
.the-footer .nav-list a:hover {
    text-decoration: underline;
}

.the-header .base-button.small {
    font-size: 14px;
}

@media all and (max-width:1199px) {
    .the-header .base-button {
        margin-left: 4px;
    }
    .the-header .logo-decibel {
        width: 135px;
        height: 28px;
    }
}

@media all and (max-width:991px) {
    .the-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 64px;
        overflow: visible;
    }
    .the-header::before {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 3;
        content: "";
        transition: all .3s ease-out;
    }
    .the-header .logo-wrap {
        position: relative;
        z-index: 4;
        display: block;
        margin-left: 20px;
    }
    .the-header .mobile-trigger {
        position: relative;
        z-index: 4;
        display: block;
        margin-right: 16px;
        width: 30px;
        cursor: pointer;
    }
    .the-header .mobile-trigger .line {
        display: block;
        height: 4px;
        border-radius: 6px;
        background-color:#7E3BFF;
        transform-origin: 4px 0;
        transition: transform .5s cubic-bezier(.77, .2, .05, 1), background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease;
    }
    .the-header .mobile-trigger .line+.line {
        margin-top: 8px;
    }
    .the-header .mobile-trigger .line:first-child {
        transform-origin: 0 50%;
    }
    .the-header .mobile-trigger .line:nth-child(2) {
        transform-origin: 50% 0;
    }
    .the-header .mobile-trigger .line:nth-child(3) {
        transform-origin: 0 0;
    }
    .the-header .btn-navigation {
        position: absolute;
        top: 17px;
        right: 16px;
        display: block;
        width: 35px;
        height: 35px;
        opacity: 0;
        z-index: 5;
        cursor: pointer;
    }
    .the-header .btn-navigation:checked~.header-holder {
        display: block;
        height: 100vh;
        padding-bottom: 50px;
        transform: translateX(0);
        overflow-y: auto;
        overflow-x: hidden;
    }
}

@media all and (max-width:666px) {
    .the-header .btn-navigation:checked~.header-holder {
        width: 100%;
    }
}

@media all and (max-width:991px) {
    .the-header .btn-navigation:checked~.mobile-trigger .line {
        transform: rotate(45deg) translate(4px, -1px);
    }
    .the-header .btn-navigation:checked~.mobile-trigger .line:nth-child(3) {
        opacity: 0;
        transform: rotate(0) scale(.2, .2);
    }
    .the-header .btn-navigation:checked~.mobile-trigger .line:nth-child(2) {
        transform: rotate(-45deg) translate(-3px, -1px);
    }
    .the-header .buttons-holder {
        padding: 0 0 17px;
        text-align: center;
        position: relative;
        top: -213px;
    }
    .the-header .buttons-holder .base-button {
        margin: 0;
        width: 40%;
    }
}

@media all and (max-width:413px) {
    .the-header .buttons-holder .base-button {
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
        margin: 0 0 15px;
    }
}

.js-search-form-inline {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    /*overflow: hidden;*/
    height: 34px;
}

.js-search-form-inline .form-holder {
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 46px;
    left: -337px;
    width: 390px;

    transition: all .3s ease-out;
    background: linear-gradient(172.98deg, rgba(196, 166, 255, 0.2) 7.16%, rgba(255, 255, 255, 0) 106.73%), #FFFFFF;
    box-shadow: 0px -1px 0px rgba(255, 255, 255, 0.6), 0px 10px 30px rgba(40, 50, 105, 0.12);
    border-radius: 16px;
    height: 80px;
}

.js-search-form-inline .arrow-shape{
    position: absolute;
    right: 30px;
    top: -7px;
}

.js-search-form-inline .form-holder .form-field{
    display: inline-block;
    min-width: 344px;
}

.js-search-form-inline .form-holder .base-input{
    background: rgba(196, 166, 255, 0.2);
    border-radius: 24px;
}

.js-search-form-inline .form-holder .base-input::-webkit-input-placeholder {
    color: #787878;
    opacity: 1;
}

.js-search-form-inline .form-holder .base-input::-moz-placeholder {
    color: #787878;
    opacity: 1;
}

.js-search-form-inline .form-holder .base-input:-ms-input-placeholder {
    color: #787878;
    opacity: 1;
}

.js-search-form-inline .form-holder .base-input::-ms-input-placeholder {
    color: #787878;
    opacity: 1;
}

.js-search-form-inline .form-holder .base-input::placeholder {
    color: #787878;
    opacity: 1;
}

.js-search-form-inline .form-holder .base-button {
    margin: 0 2px 0 0;
    height: 30px;
    line-height: 0;
    position: absolute;
    right: 25px;
}

.js-search-form-inline .icon-search {
    margin-right: 5px;
    cursor: pointer;
}

.js-search-form-inline.opened .form-holder {
    right: 0;
}

@media all and (max-width:1199px) {
    
    .js-search-form-inline .icon-search {
        margin-right: 0;
    }
}

@media all and (max-width:991px) {
    .js-search-form-inline {
        padding: 17px 0;
        justify-content: center;
        width: auto;
        height: auto;
        top: -64px;
    }
    .js-search-form-inline .arrow-shape{
        display: none;
    }
    
    .js-search-form-inline .icon-search {
        display: none;
    }
    .js-search-form-inline .form-holder {
        position: static;
        width: 100%;
        display: flex !important;
    }

}

@media  all and (max-width: 991px) and (min-width: 414px) {
    .the-header .buttons-holder {
        display: flex;
        justify-content: space-around;
    }
}
@media all and (max-width:413px) {
    .js-search-form-inline .form-holder {
        width: 100%;
    }
}

body:not(.page-decibelcustomersolution) .the-header.has-additional-top {
    top: 40px;
}

body.admin-bar:not(.page-decibelcustomersolution) .the-header.has-additional-top {
    top: 72px;
}

body:not(.page-decibelcustomersolution) .the-header.has-language-switcher {
    top: 40px;
}

body.admin-bar:not(.page-decibelcustomersolution) .the-header.has-language-switcher {
    top: 72px;
}

body:not(.page-decibelcustomersolution) .the-header.has-language-switcher.has-additional-top {
    top: 80px;
}

body.admin-bar:not(.page-decibelcustomersolution) .the-header.has-language-switcher.has-additional-top {
    top: 110px;
    background-position-y: 110px;
}

.admin-bar .the-header {
    top: 32px;
}

.admin-bar .the-header.has-additional-top {
    top: 72px;
}

.admin-bar .the-header.has-language-switcher {
    top: 72px;
}

body.admin-bar:not(.page-decibelcustomersolution) .the-header.has-language-switcher.has-additional-top {
    top: 112px !important;
}

.the-header-light {
    width: 100%;
    height: 85px;
}

@media all and (max-width:991px) {
    .the-header-light {
        height: 64px;
    }
    .the-header-light .logo-decibel {
        width: 142px;
        height: 20px;
    }
    .admin-bar .the-header.has-language-switcher.has-additional-top {
        top: 70px;
    }
}

.the-header-light .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.the-footer {
    color: #fff;
    /*background-color: #283269;*/
    overflow: hidden;
    background-image: url(../img/backgrounds/bg-footer-rbrand.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.the-footer .main-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 95px 15vw 70px;
    position: relative;
    z-index: 0;
}
.the-footer .main-footer .footer-background {
    height: 30%;
    right: -8%;
    position: absolute;
    bottom: 50%;
    width: 30%;
    z-index: -1;
}
.product-features .footer-background svg {
    width: 100%;
}

.the-footer .socials-till-widescreen {
    display: none;
}

@media all and (max-width:1199px) {
    .the-footer .main-footer {
        flex-direction: column;
    }
    .the-footer .socials-till-widescreen {
        display: flex!important;
        justify-content: space-between;
        width: 100%;
    }
    .the-footer .socials-till-widescreen .social-holder {
        width: auto;
        margin: 0 0 0 auto;
    }
}

@media all and (max-width:767px) {
    .the-footer .main-footer {
        padding: 40px 20px 35px;
    }
    .the-footer .socials-till-widescreen {
        align-items: center;
    }
    .the-footer .socials-till-widescreen .logo-holder {
        margin-bottom: 10px;
    }
}

.the-footer .navigation-holder {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 90%;
    margin: 0 auto;
}

.the-footer .navigation-holder .logo-holder {
    padding-right: 40px;
}

.the-footer .navigation-holder .column {
    width: 25%;
    word-break: break-word;
    padding-right: 20px;
}

.the-footer .navigation-holder .column:last-child {
    padding-right: 0;
}

@media all and (max-width:1199px) {
    .the-footer .navigation-holder .column {
        padding: 30px 40px 0 0;
    }
    .the-footer .navigation-holder .logo-holder,
    .the-footer .navigation-holder .socials-links {
        display: none!important;
    }
}

@media all and (max-width:767px) {
    .the-footer .navigation-holder .column {
        width: 50%;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media all and (max-width:413px) {
    .the-footer .navigation-holder .column {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.the-footer .navigation-holder h4 {
    margin-bottom: 18px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}

@media all and (max-width:767px) {
    .the-footer .navigation-holder h4 {
        font-size: 14px;
    }
}

.the-footer .nav-list {
    font-size: 13px;
}

.the-footer .nav-list li {
    margin-bottom: 15px;
}

.the-footer .nav-list a {
    text-decoration: none;
    color: #fff;
}

.the-footer .socials-links {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.the-footer .socials-links li {
    margin-left: 20px;
}

.the-footer .socials-links a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.the-footer .sub-footer {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 70px 15vw 60px;
    margin: 0 auto;
    /*background-color: #132245;*/
    position: relative;
    z-index: 1;
}

.the-footer .sub-footer .logo-holder {
    margin-right: 0;
}

@media all and (max-width:1899px) {
    .the-footer .sub-footer {
        padding: 70px 5vw 60px;
    }
}

@media all and (max-width:767px) {
    .the-footer .nav-list {
        font-size: 14px;
    }
    .the-footer .sub-footer {
        padding: 35px 5vw 30px;
    }
}

.the-footer .links {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.the-footer .brands {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
}

.the-footer .brands li {
    margin-left: 15px;
}

.the-footer .brands li a {
    width: 100%;
    height: 100%;
}

.the-footer .brands li img {
    display: block;
    max-height: 22px;
}

.the-footer .sub-navigations {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 30px;
    font-size: 12px;
    white-space: nowrap;
}

.the-footer .sub-navigations ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 5px;
}

.the-footer .sub-navigations ul li {
    position: relative;
    padding: 0 5px;
    opacity: 0.7;
}

.the-footer .sub-navigations ul a {
    text-decoration: none;
    color: #fff;
    opacity:0.7;
}

.the-footer .sub-navigations ul a:hover {
    text-decoration: underline;
}

@media all and (max-width:1899px) {
    .the-footer .main-footer {
        padding-left: 5vw;
        padding-right: 5vw;
    }
}

@media all and (max-width:1199px) {
    .the-footer .social-holder {
        order: 1;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    .the-footer .navigation-holder {
        width: 100%;
        order: 2;
        justify-content: space-between;
    }
    .the-footer .sub-footer {
        padding: 30px 5vw;
        flex-direction: column;
        justify-content: center;
    }
    .the-footer .sub-footer .logo-holder {
        display: block;
        margin-bottom: 10px;
    }
    .the-footer .sub-navigations {
        padding-left: 0;
        margin-bottom: 15px;
    }
    .the-footer .links {
        flex-direction: column;
    }
    .the-footer .brands {
        justify-content: center;
        margin-left: 0;
    }
}

@media all and (max-width:767px) {
    .the-footer .navigation-holder {
        flex-wrap: wrap;
    }
    .the-footer .brands,
    .the-footer .sub-navigations {
        flex-wrap: wrap;
        justify-content: center;
    }
    .the-footer .brands li {
        margin-right: 7px;
        padding: 8px;
    }
}



/* Hero sections */
.the-hero-section {
    align-content: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto 0.000rem;
    overflow: hidden;
    padding-bottom: 3.500rem;
    padding-top: 3.500rem; 
    position: relative;
}
@media all and (min-width:992px) {
    .the-hero-section.the-hero-section_standard .container .row.justify-content-between {
        align-items: center;
    }
}
@media all and (max-width:1280px) {
    .the-hero-section {
        padding-top: 1.500rem;
        margin-bottom: 0;
    }
}

/* Hero PRODUCT. */
.page-id-6563 .the-header .background, .page-id-6562 .the-header .background, .page-decibelcustomersolution .the-header .background{
    background-color: #FFF;
}
.page-id-6562 .js-search-form-inline .form-holder .base-button, .page-id-6563 .js-search-form-inline .form-holder .base-button, .page-decibelcustomersolution .js-search-form-inline .form-holder .base-button{
    background-color: #056eff;
}
@media (max-width: 991px){
    .page-id-6562 .the-header .header-holder, .page-id-6563 .the-header .header-holder, .page-decibelcustomersolution  .the-header .header-holder{
        background-color: #FFF;
    }
    .page-id-6562 .the-header::before, .page-id-6563 .the-header::before, .page-decibelcustomersolution .the-header::before {
        background-color: #FFF;
    }
}

.the-header.electric-blue-nav .background{
    background-color: #056eff;
}

.electric-blue-nav .js-search-form-inline .form-holder .base-button {
    background-color: #7499cc;
}
@media (max-width: 991px){
    .the-header.electric-blue-nav .header-holder {
        background-color: #056eff;
    }
    .the-header.electric-blue-nav::before {
        background-color: #056eff;
    }
}

@media (max-width: 1280px){
    .page-id-6563 .the-hero-section  {
        padding-top: 3.500rem;
    }
}

.the-hero-section.the-hero-section_standard.align-top .container .row.justify-content-between {
    align-items: flex-start;
}

.the-hero-section.the-hero-section_standard.white-content h1, .the-hero-section.the-hero-section_standard.white-content p {
    color: #FFF !important;
}

.the-hero-section.the-hero-section_standard.white-content p{
    opacity: 0.7;
}

.the-hero-section.the-hero-section_standard.white-content .page-title {
    color: #C4A6FF !important;
}

.the-hero-section.bg-hero-tour-left .hero-background-container-left {
    background-image: url(../img/backgrounds/bg-left-hero.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 540px;
    position: absolute;
    left: -50%;
    z-index: -2;
    content: '';
    top: 0px;
}

.the-hero-section.the-hero-section_product .hero-background-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: space-between;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -2;
    min-width:650px;
}

.the-hero-section.the-hero-section_product .background-right{
    position: absolute;
    /* bottom: -11px; */
    right: 0px;
    z-index: 0;
    background-image: url(/wp-content/themes/decibelinsight/assets/img/product-right.png);
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #056eff;
}

.the-hero-section.the-hero-section_product .floating-1{
    position: absolute;
    left:43%;
    z-index: 0;
    background-image: url(/wp-content/themes/decibelinsight/assets/img/floating-d.png);
    width: 311px;
    height: 235px;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (max-width: 666px){
    .the-hero-section.the-hero-section_product .floating-1{
        left:70%;
        width:120px;
    }
    .the-hero-section.the-hero-section_product .floating-2{
        bottom: 130px !important;
        width: 200px !important;
    }
}

.the-hero-section.the-hero-section_product .floating-2{
    position: absolute;
    left:-3%;
    bottom: -160px;
    z-index: 0;
    background-image: url(/wp-content/themes/decibelinsight/assets/img/floating-shapes.png);
    width: 531px;
    height: 287px;
    background-repeat: no-repeat;
    background-size: contain;
}

.the-hero-section.the-hero-section_product2 .hero-background-container2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: space-between;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -2;
    min-width:650px;
}

.the-hero-section.the-hero-section_product2 h1{
    color: #34e578 !important;
    font-size: 1.750rem !important;
}

.the-hero-section.the-hero-section_product2 .background-right2{
    position: absolute;
    /* bottom: -11px; */
    right: 0px;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #056eff;
}

.the-hero-section.the-hero-section_product2 .floating-3{
    position: absolute;
    right:-59px;
    z-index: 0;
    background-image: url(/wp-content/themes/decibelinsight/assets/img/hero-floating1.png);
    width: 311px;
    height: 235px;
    background-repeat: no-repeat;
    background-size: contain;
}
@media (max-width: 666px){
    .the-hero-section.the-hero-section_product2 .floating-3{
        left:70%;
        width:120px;
    }
    .the-hero-section.the-hero-section_product2 .floating-4{
        bottom: 130px !important;
        width: 200px !important;
    }
    .the-hero-section .page-title-wrapper{
        text-align: center;
    }
    /*.the-hero-section .text-block .page-title-wrapper span.page-title{
        margin: auto;
    }
    .the-hero-section.has-media .col-media {
        margin-top: 0 !important;
    }*/
}

.the-hero-section.the-hero-section_product2 .floating-4{
    position: absolute;
    right: -260px;
    bottom: -210px;
    z-index: 0;
    background-image: url(/wp-content/themes/decibelinsight/assets/img/hero-floating2.png);
    width: 531px;
    height: 287px;
    background-repeat: no-repeat;
    background-size: contain;
}

.the-hero-section.the-hero-section_product2 .base-button{
    width:220px !important;
    height: 60px !important;
}

@media all and (max-width:1108px) {
    .the-hero-section.the-hero-section_product .background-right{
        background-color: transparent;
    }
}
/* Hero STANDARD. */
/* Hero background SVG. */
.the-hero-section.the-hero-section_standard .hero-background-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: space-between;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.the-hero-section.the-hero-section_standard .hero-background-container .hero-background-left,
.the-hero-section.the-hero-section_standard .hero-background-container .hero-background-right,
.the-hero-section.the-hero-section_standard .hero-background-container .hero-background-left svg,
.the-hero-section.the-hero-section_standard .hero-background-container .hero-background-right svg {
    position: absolute;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}
.the-hero-section.the-hero-section_standard .hero-background-container .hero-background-left,
.the-hero-section.the-hero-section_standard .hero-background-container .hero-background-right {
    bottom: -2.250rem;
    height: 100%;
    width: 80%;
}
.the-hero-section.the-hero-section_standard .hero-background-container .hero-background-left svg,
.the-hero-section.the-hero-section_standard .hero-background-container .hero-background-right svg {
    bottom: 0;
}
.the-hero-section.the-hero-section_standard .hero-background-container .hero-background-left {
    left: 0;
}
.the-hero-section.the-hero-section_standard .hero-background-container .hero-background-right {
    right: 0;
}
@media all and (max-width:1440px) {
    .the-hero-section.the-hero-section_standard .hero-background-container .hero-background-left,
    .the-hero-section.the-hero-section_standard .hero-background-container .hero-background-right {
        bottom: -1.500rem;
    }
    .the-hero-section.the-hero-section_standard .hero-background-container .hero-background-right {
        right: -3%;
    }
}
@media all and (max-width:1300px) {
    .the-hero-section.the-hero-section_standard .hero-background-container .hero-background-right {
        right: -7%;
    }
}
@media all and (max-width:1200px) {
    .the-hero-section.the-hero-section_standard .hero-background-container .hero-background-left {
        left: -5%;
    }
    .the-hero-section.the-hero-section_home {
        padding-bottom: 9.7rem !important;
    }
    .the-hero-section.bg-hero-tour-left .hero-background-container-left{
        display: none !important;
    }
    .the-hero-section.bg-hero-tour-left .hero-background-container{
        background-size: contain !important;
    }
}
@media all and (max-width:991px) {
    .the-hero-section.the-hero-section_standard .hero-background-container .hero-background-left,
    .the-hero-section.the-hero-section_standard .hero-background-container .hero-background-right {
        bottom: unset;
        top: -3.500rem;
        width: 85%;
    }
    .the-hero-section.the-hero-section_standard .hero-background-container .hero-background-left svg,
    .the-hero-section.the-hero-section_standard .hero-background-container .hero-background-right svg {
        bottom: unset;
    }
}
@media all and (max-width:767px) {

}
@media all and (max-width:575px) {
    .the-hero-section.the-hero-section_standard .hero-background-container .hero-background-right {
        display: none;
    }
}



/* Video alternate hero. */
@media all and (min-width:991px) {
    .the-hero-section.the-hero-section_media .col-text {
        padding-right: 3.000rem;
    }
    .the-hero-section.the-hero-section_media .col-media {
        padding-left: 3.000rem;
    }
    .the-hero-section.the-hero-section_media::before,
    .the-hero-section.the-hero-section_media::after {
        content: '';
        height: 100%;
        position: absolute;
        width: 50%;
        z-index: -1;
    }
    .the-hero-section.the-hero-section_media::before {
        background: #f7f7f7;
        left: 0;
    }
    .the-hero-section.the-hero-section_media::after {
        background: #e0e0e0;
        right: 0;
    }
}


/* Hero content. */
.the-hero-section .text-block {
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
}
.the-hero-section.np-pt-text-block .text-block{
    padding-top:0px !important;
}


.the-hero-section.has-media .text-block {
    align-items: flex-start;
    text-align: left;
}
.the-hero-section .text-block .page-title-wrapper {
    align-content: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 0 1.000rem;
    text-align: left;
    width: 100%;
}
@media all and (min-width:992px) {
    .the-hero-section.no-media .text-block .page-title-wrapper {
        justify-content: center;
    }
}
.the-hero-section .text-block .page-title-wrapper .icon {
    margin-right: 0.500rem;
}
.the-hero-section .text-block .page-title-wrapper .icon.icon-xs {
    margin-top: -0.250rem;
}
.the-hero-section .text-block .page-title-wrapper .icon.icon-sm,
.the-hero-section .text-block .page-title-wrapper .icon.icon-md,
.the-hero-section .text-block .page-title-wrapper .icon.icon-lg,
.the-hero-section .text-block .page-title-wrapper .icon.icon-xl {
    margin-top: -0.500rem;
}
.the-hero-section .text-block .page-title-wrapper .icon.icon-xs {
    height: 25px;
    width: 25px;
}
.the-hero-section .text-block .page-title-wrapper .icon.icon-sm {
    height: 35px;
    width: 35px;
}
.the-hero-section .text-block .page-title-wrapper .icon.icon-md {
    height: 45px;
    width: 45px;
}
.the-hero-section .text-block .page-title-wrapper .icon.icon-lg {
    height: 55px;
    width: 55px;
}
.the-hero-section .text-block .page-title-wrapper .icon.icon-xl {
    height: 70px;
    width: 70px;
}
.the-hero-section .text-block .page-title-wrapper span.page-title {
    color: #7E3BFF;
    font-size: 28px;
    font-weight: normal;
    line-height: 1.0;

    font-family: "Degular", "Public Sans", sans-serif !important;
}
.the-hero-section .text-block h1,
.the-hero-section .text-block h2 {
    color: #283269;
    line-height: 1.06;
    margin-bottom: 1.000rem;
}
.the-hero-section .text-block h1 {
    font-size: 1.9rem;
    font-weight: normal;
    max-width: 500px;
}
.the-hero-section .text-block h2 {
    font-size: 1.200rem;
    font-weight: normal;
}
.the-hero-section .text-block p {
    color: #787878;
    font-size: 0.800rem;
    font-weight: 300;
    line-height: 1.4;
}
.the-hero-section.light-text .text-block span.page-title {
    color: #34e578;
}
.the-hero-section.light-text .text-block h1,
.the-hero-section.light-text .text-block h2 {
    color: #ffffff;
}
.the-hero-section.light-text .text-block p {
    color: #e0e0e0;
}
.the-hero-section.has-media .media-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    position: relative;
}
.the-hero-section.has-media .media-container .image-container {
    position: relative;
}
.the-hero-section.has-media .media-container .image-container a {
    display: block;
}
.the-hero-section.has-media .media-container .image-container img {
    height: auto;
    position: relative;
    width: 100%;
}
.the-hero-section.has-media .media-container,
.the-hero-section.has-media .media-container .video-container {
    height: auto;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
    width: 100%;
}
@media all and (max-width:991px) {
    .the-hero-section .text-block {
        align-items: flex-start;
        text-align: left;  ;
    }
    .the-hero-section.has-media .text-block h1 {
        font-size: 1.800rem;
        text-align: left;
    }
    .the-hero-section.has-media .text-block p {
        margin-bottom: 1.000rem;
        text-align: left;
    }
    .the-hero-section.has-media .col-media {
        margin-top: 3.000rem;
    }
}
@media all and (min-width:992px) {
    .the-hero-section.has-media .col-media {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: flex-end;
    }
    .the-hero-section.has-media .text-block,
    .the-hero-section.has-media .media-container {
        height: 100%;
    }
    .the-hero-section.has-media:not(.the-hero-section_home) .text-block p {
        max-width: 480px;
    }
    .the-hero-section.has-media .media-container {
        justify-content: flex-end;
        align-items: center;
        /*height: 356px;*/
    }
    .the-hero-section.has-media .media-container .image-container {
        align-content: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        justify-content: center;
        overflow: hidden;
        width: 100%;
    }
}

.bg-case-study{
    background-image: url(../img/backgrounds/bg-case-study.svg);
    background-repeat: no-repeat;
    background-position: right top;
}

@media all and (max-width:1280px) {
    body.case-studies .the-hero-section.has-media .media-container::before {
        top: 1.000rem;
    }
}
@media all and (max-width:1280px) {
    body.case-studies .the-hero-section.has-media .media-container::before {
        top: 0;
    }
}
@media all and (max-width:991px) {
    body.case-studies .the-hero-section.has-media .media-container::before {
        content: '';
    }
}

/* Hero home. */
.the-hero-section.the-hero-section_home {
    align-items: flex-start;
    /*background: #fff8f0;*/
    overflow: hidden;
    padding-bottom: 8.500rem;
    padding-top: 0px;
    position: relative;
}
/* Hero home background SVG. */
.the-hero-section.the-hero-section_home .hero-background-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: space-between;
    left: 20px;
    position: absolute;
    top: -8px;
    width: 100%;
    z-index: -1;

    background-image: url(../img/backgrounds/bg-hero-home.svg);
    background-repeat: no-repeat;
    background-position: left top;

    min-height: 150%;
}

@media all and (max-width:991px) {
    .the-hero-section .hero-background-container {
        display: none !important;        
    }
    .the-hero-section.bg-hero-tour-left{
        background-color:#283269; 
        margin-bottom: 3rem;
    }
    .the-hero-section.the-hero-section_home {
        padding-bottom: 4rem !important;
    }
    .info-center {
        margin: 20px 0px 20px 0px;
    }
    .the-video-testimonial .text-block {
        padding: 0 52px !important;
    }
}

.the-hero-section.the-hero-section_home .container{
    position: relative;
}
.the-hero-section.the-hero-section_home .hero-background-container .hero-background-left,
.the-hero-section.the-hero-section_home .hero-background-container .hero-background-right,
.the-hero-section.the-hero-section_home .hero-background-container .hero-background-left svg,
.the-hero-section.the-hero-section_home .hero-background-container .hero-background-right svg {
    position: absolute;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}
.the-hero-section.the-hero-section_home .hero-background-container .hero-background-left,
.the-hero-section.the-hero-section_home .hero-background-container .hero-background-right {
    height: 778px;
    top: 0;
    width: 778px;
}
.the-hero-section.the-hero-section_home .hero-background-container .hero-background-left {
    left: 0;
}
.the-hero-section.the-hero-section_home .hero-background-container .hero-background-right {
    right: 0;
    top: 1.000rem;
}
@media all and (max-width:1440px) {

}
@media all and (max-width:1300px) {

}
@media all and (max-width:1280px) {
    .the-hero-section.the-hero-section_home .hero-background-container .hero-background-left,
    .the-hero-section.the-hero-section_home .hero-background-container .hero-background-right {
        height: 600px;
        width: 600px;
    }
    .the-hero-section.the-hero-section_home .hero-background-container .hero-background-right {
        top: 2.000rem;
    }
}
@media all and (max-width:991px) {
    .the-hero-section.the-hero-section_home .hero-background-container .hero-background-left,
    .the-hero-section.the-hero-section_home .hero-background-container .hero-background-right {
        height: 500px;
        width: 500px;
    }
    .the-hero-section.the-hero-section_home .hero-background-container .hero-background-right {
        top: 3.000rem;
    }
}
@media all and (max-width:767px) {
    .wp-block-cover.bg-custom{
        background-color: #283269;
        background-image: none !important;
        min-height: unset !important;
    }  
    .bg-testimonial-left:before{
        background-image: none !important;
    } 
}
@media all and (max-width:575px) {
    .the-hero-section.the-hero-section_home .hero-background-container .hero-background-left,
    .the-hero-section.the-hero-section_home .hero-background-container .hero-background-right {
        height: 375px;
        width: 375px;
    }
    .the-hero-section.the-hero-section_home .hero-background-container .hero-background-left {
        top: 1.000rem;
    }
    .the-hero-section.the-hero-section_home .hero-background-container .hero-background-right {
        top: 5.000rem;
    }
}
.the-hero-section.the-hero-section_home .text-block {
    position: relative;
    z-index: 1;
}
.the-hero-section .text-block .logo-holder {
    display: block;
    margin-bottom: 0.750rem;
    position: relative;
    width: 150px;
}
.the-hero-section.the-hero-section_home .text-block h1,
.the-hero-section.the-hero-section_home .text-block h2,
.the-hero-section.the-hero-section_home .text-block p {
    color: #686e96;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}
.the-hero-section.the-hero-section_home .text-block h1 {
    font-size: 2.100rem;
    font-weight: normal;
    line-height: 1.15;
    line-height: 48px;
    margin-bottom: 1.500rem;
    margin-top: 35px;
    color: #283269;
    width:108%;
}
.the-hero-section.the-hero-section_home .text-block h1 span.highlight {
    color: #7e3bff;
}
.the-hero-section.the-hero-section_home .text-block p {
    font-size: 0.800rem;
    font-weight: 300;
    line-height: 1.4;
}

@media all and (min-width:1280px) {
    .the-hero-section.the-hero-section_home .col-text {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
    .the-hero-section.the-hero-section_home .col-text .text-block p {
        max-width: 560px;
    }
    .the-hero-section.the-hero-section_home .col-media {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
    .the-hero-section.the-hero-section_home {
        padding-bottom: 4.5rem !important;
    }
}


@media all and (max-width:1200px) and (min-width:992px) {
    .the-hero-section.the-hero-section_home .col-text {
        -ms-flex: 0 0 52%;
        flex: 0 0 52%;
        max-width: 52%;
    }
    .the-hero-section.the-hero-section_home .col-media {
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        max-width: 48%;
    }
    .the-hero-section.the-hero-section_home .text-block p {
        font-size: 0.900rem;
    }
}

@media all and (max-width:1280px) {
    .the-hero-section.the-hero-section_home .text-block h1, .the-hero-section .text-block h1 {
        font-size: 2.100rem;
        line-height: 2.4rem;
    }
}

@media all and (max-width:991px) {
    .the-hero-section.the-hero-section_home .text-block h1 {
        font-size: 2.150rem;
        text-align: center;
        margin: 30px auto;
    }
    .the-hero-section.the-hero-section_home .text-block p {
        font-size: 1rem;
        text-align: center;
    }
    .the-hero-section .text-block {
        padding: 30px 0 0 !important;
    }
}
@media all and (max-width:767px) {
    .the-hero-section.the-hero-section_home .text-block p {
        font-size: 1.100rem;
    }
    .the-hero-section .text-block {
        padding: 0px;
        text-align: center !important;
    }
    .the-hero-section .btn-wrap {
        margin: 45px auto !important;
    }
    .the-hero-section.the-hero-section_home .text-block h1 {
        max-width: 100%;
    }
}

/* Hero buttons */
.the-hero-section .btn-wrap {
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    margin: 45px auto 35px 0px;
}
.the-hero-section .btn-wrap .base-button {
    max-width: 250px;
    width: auto;
    box-shadow: 0px 18px 20px -14px rgba(85, 41, 170, 0.4);
}
.the-hero-section .btn-wrap .base-button.semi-small {
    max-width: 150px;
}
html[lang="fr-FR"] .the-hero-section .btn-wrap .base-button.semi-small  {
    max-width: 170px !important;
}
.the-hero-section .btn-wrap > * {
    margin-right: 20px;
}
.the-hero-section .btn-wrap > *:last-child {
    margin-right: 0;
}
@media all and (max-width:767px) {
    .the-hero-section .btn-wrap .base-button {
        max-width: unset;
    }
    .the-hero-section .btn-wrap .base-button.semi-small+.semi-small {
        margin-left: auto;
    }
}
@media all and (max-width:413px) {
    .the-hero-section .btn-wrap .base-button.semi-small {
        max-width: unset;
    }
    .the-hero-section .btn-wrap .base-button.semi-small+.semi-small {
        margin-left: 0;
        margin-top: 8px;
    }
}










.the-customer-logos .text-row {
    padding-top: 20px;
    text-align: center;
}

.the-customer-logos .text-row h2 {
    margin-bottom: 30px;
    color: #283269;
}

.the-customer-logos .text-row p {
    max-width: 965px;
    margin: 0 auto 30px;
    font-size: 22px;
    line-height: 1.45;
}

.the-customer-logos .logos-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 45px 15px;
}

.the-customer-logos .logos-row .logo-holder {
    padding: 0 15px;
}

.the-customer-logos .logos-row img {
    display: inline-block;
    max-width: 100%;
    max-height: 35px;
}
.the-customer-logos .text-row {
    padding-bottom: 15px;
    padding-top: 15px;
}
.the-customer-logos .logos-row {
    padding: 15px;
}

@media all and (max-width:1199px) {
    .the-customer-logos .logos-row {
        justify-content: center;
        padding-bottom: 0;
    }
    .the-customer-logos .logos-row .logo-holder {
        padding: 0 3% 15px;
    }
}

@media all and (max-width:666px) {
    .the-customer-logos .text-row p {
        font-size: 20px;
    }
    .the-customer-logos .logos-row {
        padding-left: 0;
        padding-right: 0;
    }
    .the-customer-logos .logos-row .logo-holder {
        flex-shrink: 0;
        flex-grow: 0;
        width: 50%;
        padding: 0 30px 15px;
        text-align: center;
    }
    .testimonial .title {
        font-size: 26px;
    }
}

@media all and (max-width:413px) {
    .the-customer-logos .logos-row .logo-holder {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.the-customer-logos+.post-type {
    padding-top: 0;
}

.testimonial {
    min-height: 650px;
}

.testimonial .content-wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1236px;
}

.testimonial .text-wrap {
    width: 100%;
    max-width: 475px;
}

@media all and (max-width:1399px) {
    .testimonial .text-wrap {
        max-width: 45%;
    }
    .section.testimonial-carousel {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
}

@media all and (max-width:991px) {
    .testimonial .content-wrap {
        flex-direction: column;
    }
    .testimonial .text-wrap {
        max-width: 80%;
        margin-bottom: 40px;
    }
    .is-right-text .content-wrap {
        flex-direction: column;
    }
}

@media all and (max-width:767px) {
    .testimonial .text-wrap {
        max-width: 95%;
    }
}

.testimonial .title {
    margin-bottom: 60px;
    color: #283269;
}

.testimonial .quote-wrap {
    margin-bottom: 40px;
}

.testimonial .quote {
    margin-bottom: 10px;
    font-size: 22px;
    color: #7E3BFF;
}

.testimonial .author {
    font-size: 15px;
    color: #555;
}

@media all and (max-width:666px) {
    .testimonial {
        padding: 40px 0;
    }
}



/* Testimonial Carousel */
.testimonial-carousel {
    margin-bottom: 3.000rem;
    overflow: hidden;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;

    min-height: 464px;
}

.testimonial-carousel .testimonial-info{
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    margin-top: 70px;
    margin-left: 110px;
}

.testimonial-carousel .testimonial-description{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left:30px;
    max-height: 205px;
}

.testimonial-carousel.no-botton-margin {
    margin-bottom: 0;
}
.testimonial-carousel .content {
    position: relative;
    z-index: 1;
}
.testimonial-carousel .testimonial-carousel-background {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: space-between;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.testimonial-carousel .testimonial-carousel-background .testimonial-carousel-background-left,
.testimonial-carousel .testimonial-carousel-background .testimonial-carousel-background-right,
.testimonial-carousel .testimonial-carousel-background .testimonial-carousel-background-left svg,
.testimonial-carousel .testimonial-carousel-background .testimonial-carousel-background-right svg {
    position: absolute;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}
.testimonial-carousel .testimonial-carousel-background .testimonial-carousel-background-left,
.testimonial-carousel .testimonial-carousel-background .testimonial-carousel-background-right {
    height: 100%;
    top: 0;
    width: 100%;
}
.testimonial-carousel .testimonial-carousel-background .testimonial-carousel-background-left,
.testimonial-carousel .testimonial-carousel-background .testimonial-carousel-background-left svg {
    left: 0;
}
.testimonial-carousel .testimonial-carousel-background .testimonial-carousel-background-right,
.testimonial-carousel .testimonial-carousel-background .testimonial-carousel-background-right svg {
    left: 50%;
}
.testimonial-carousel .testimonial-carousel-background .testimonial-carousel-background-left svg,
.testimonial-carousel .testimonial-carousel-background .testimonial-carousel-background-right svg {
    height: 100%;
}

.testimonial-carousel-background-right{
    background-repeat: repeat-x;
    background-position: center center;
}

.testimonial-carousel .testimonial-slide {
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    text-align: center;
}
@media all and (min-width:992px) {
    .testimonial-carousel .testimonial-slide {
        margin: 0 auto;
        max-width: 850px;
    }
    .testimonial-carousel .owl-theme .owl-nav {
        justify-content: flex-end !important;
        bottom: 25px;
        right: 150px;
        top: auto !important;
    }
}

@media all and (max-width:992px){
    .testimonial-carousel .testimonial-carousel-background .testimonial-carousel-background-right {
        display: none;
        background-image: none !important;
    }
    .testimonial-carousel{
        background-image: none !important;
    }
}

@media all and (max-width:1199px) {
    .testimonial-carousel .testimonial-slide .testimonial-logo-container {
        left: 242px !important;
    }
    .testimonial-carousel{
        background-position: left center;
        padding-left: 123px;
    }
    .testimonial-carousel .testimonial-slide .testimonial-speaker-container {
        width: 231px;
    }
}

@media all and (max-width:992px){
    .testimonial-carousel {
        background-position: 37% center !important;
        padding-left: 0px !important;
    }
    .testimonial-carousel .testimonial-slide .testimonial-logo-container {
        left: 50px !important;
    }
}

.testimonial-carousel .owl-theme .owl-nav {
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 0;
    justify-content: space-between;
    margin-top: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}
@media all and (min-width:768px) and (max-width:1199px) {
    .testimonial-carousel .owl-theme .owl-nav {
        left: calc(-30px - 1.000rem);
        width: calc( 100% + 60px + 2.000rem);
    }
}
@media screen and (max-width:767px) {
    .testimonial-carousel .owl-theme .owl-nav {
        top: 20%;
    }
}
.testimonial-carousel .owl-theme .owl-nav button.owl-prev {
    left: 0;
}
.testimonial-carousel .owl-theme .owl-nav button.owl-next {
    right: 0;
}
.testimonial-carousel .owl-theme .owl-nav [class*=owl-] {
    border-radius: 0;
    height: 30px;
    padding: 0;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
    width: 30px;
}
.testimonial-carousel .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    opacity: 0.5;
}
.testimonial-carousel button {
    outline: none;
}
.testimonial-carousel.bg-navy h3,
.testimonial-carousel.bg-navy p {
    color: #ffffff;
}
.testimonial-carousel h2.section-title {
    color: #0de578;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.000rem;
    font-weight: 800;
    justify-content: center;
    line-height: 1.0;
    margin-bottom: 1.000rem;
    text-transform: uppercase;
}
.testimonial-carousel .testimonial-slide .testimonial-logo-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    left: 180px;
    top:44px;
    position: relative;
}
.testimonial-carousel .testimonial-slide .testimonial-logo-container img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}
.testimonial-carousel .testimonial-slide .testimonial-speaker-container {
    align-content: center;
    align-items: center;
    border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 153px;
    justify-content: center;
    margin-bottom: 1.000rem;
    overflow: hidden;
    min-width: 129px;
}
.testimonial-carousel .testimonial-slide .testimonial-speaker-container img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.testimonial-carousel .testimonial-slide .testimonial-quote p {
    font-size: 0.800rem;
    font-weight: normal;
    line-height: 155%;
    margin-bottom: 0.6rem;
    text-align: left;
    color: #FFF;
}
.testimonial-carousel .testimonial-slide .testimonial-speaker-attribution p {
    font-size: 0.700rem;
    line-height: 155%;
    color: #C3C3C3;
    text-align: left;
}
.testimonial-carousel .testimonial-slide .testimonial-speaker-attribution p span.testimonial-speaker-name {
    font-weight: 700;
    font-size: 0.700rem;
}

@media screen and (max-width:992px) {
    .testimonial-carousel .testimonial-slide .testimonial-speaker-attribution p {
        font-size: 0.900rem;
    }
    .testimonial-carousel .testimonial-info {
        margin-left: 0px;
    }
    .testimonial-carousel .testimonial-slide .testimonial-speaker-container {
        border-radius: 20px;
    }
    .testimonial-carousel .testimonial-info {
        flex-direction: column;
        align-items: center;
        margin: auto;
    }
    .testimonial-carousel {
        background-color: #283269;
        background-image: none;
    }
    .testimonial-carousel .testimonial-description {
        margin-left: 0px;
    }
    .testimonial-carousel .testimonial-slide .testimonial-quote p {
        font-size: 1.00rem;
    }
    .testimonial-carousel .testimonial-slide .testimonial-logo-container {
        margin: auto;
        position: static;
        margin-bottom: 26px;
    }
}


.is-right-text .text-wrap {
    padding-left: 20px;
    order: 2;
}

.is-right-text .quote-wrap {
    border-left: 3px solid #0ee579;
    padding-left: 20px;
}

.is-right-text .read-more {
    padding-left: 20px;
}

.images-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media screen and (max-width:460px) {
    .images-wrap {
        justify-content: space-around;
        width: 100%;
        margin: 0 auto;
    }
}

.images-wrap .img-item-wrap {
    border-radius: 8px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
}

.logos-only {
    padding-top: 80px;
    max-width: 500px;
    margin-right: 20px;
}

@media all and (max-width:991px) {
    .is-right-text .text-wrap {
        order: 0;
    }
    .logos-only {
        padding-top: 20px;
        margin-right: 0;
    }
}

.logos-only .img-item-wrap {
    width: 100px;
    height: 100px;
    margin: 30px;
    background-size: 80%;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .1);
}

.logos-only .img-item-wrap:nth-child(even) {
    position: relative;
    width: 65px;
    height: 65px;
}

.logos-only .img-item-wrap:nth-child(2) {
    top: 80px;
}

.logos-only .img-item-wrap:nth-child(3) {
    position: relative;
    top: -40px;
    width: 150px;
    height: 150px;
}

.logos-only .img-item-wrap:nth-child(3)::before {
    content: "";
    position: absolute;
    right: unset;
    bottom: unset;
    left: -50px;
    top: -50px;
    width: 150px;
    height: 150px;
    background-image: radial-gradient(#f6f6f6 20%, transparent 20%);
    background-size: 10px 10px;
    z-index: -1;
}

.logos-details .img-item-wrap:nth-child(2):before,
.logos-details .img-item-wrap:nth-child(3):before {
    background-image: radial-gradient(#f6f6f6 20%, transparent 20%);
    background-size: 24px 24px;
    z-index: -1;
    content: "";
}

.logos-only .img-item-wrap:nth-child(4) {
    top: -10px;
    left: 10px;
}

.logos-only .img-item-wrap:last-child {
    top: -30px;
    left: -10px;
}

@media all and (max-width:666px) {
    .logos-only .img-item-wrap.mobile {
        margin: 20px;
    }
    .logos-details {
        justify-content: space-evenly;
    }
}

@media screen and (max-width:480px) {
    .logos-only .img-item-wrap.mobile {
        top: 0;
        left: 0;
        width: 150px;
        height: 150px;
        margin: 10px;
    }
}

@media all and (max-width:413px) {
    .logos-only .img-item-wrap.mobile {
        width: 100px;
        height: 100px;
    }
}

.logos-details {
    max-width: 620px;
    padding: 20px 0 0 10px;
}

@media all and (max-width:991px) {
    .logos-details {
        margin: 0 auto;
        padding-left: 0;
    }
}

@media all and (max-width:1399px) {
    .logos-details {
        max-width: 520px;
    }
}

.logos-details .img-item-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 260px;
    height: 290px;
    margin: 0 15px 55px 0;
    padding: 24px;
    box-shadow: 0 10px 30px 0 rgba(153, 153, 153, .2), 5px 5px 2px #283269;
    text-align: center;
    color: #283269;
    font-weight: 700;
}

.integrations-card,
.integrations-card:hover {
    box-shadow: 0px 0px 2px rgba(40, 50, 105, 0.1), 0px 6px 30px rgba(59, 63, 85, 0.1);
    text-decoration: none;
}

.blog-aside  .integrations-card img{
    width: unset !important;
}

@media all and (max-width:1199px) {
    .logos-details .img-item-wrap {
        max-width: 240px;
    }
}

@media all and (max-width:1399px) {
    .logos-details .img-item-wrap {
        max-width: 224px;
        height: 250px;
        margin-bottom: 35px;
    }
}

@media all and (max-width:666px) {
    .logos-details .img-item-wrap {
        padding: 5px;
        max-width: 40%;
        height: 190px;
        margin: 0 3% 20px;
    }
    
    body.single-post .integrations-card img{
        height: unset !important;
        object-fit: unset !important;
    }    
}

.logos-details .img-item-wrap:nth-child(even) {
    position: relative;
    top: 40px;
}

@media all and (max-width:666px) {
    .logos-details .img-item-wrap:nth-child(even) {
        top: 0;
    }
}

.logos-details .img-item-wrap:nth-child(2):before {
    position: absolute;
    right: unset;
    bottom: unset;
    left: 30px;
    top: -55px;
    width: 280px;
    height: 280px;
}

@media all and (max-width:666px) {
    .logos-details .img-item-wrap:nth-child(2):before {
        content: "";
        position: absolute;
        right: unset;
        bottom: unset;
        left: 30px;
        top: -40px;
        width: 180px;
        height: 180px;
        background-image: radial-gradient(#f6f6f6 20%, transparent 20%);
        background-size: 24px 24px;
        z-index: -1;
    }
}

@media all and (max-width:413px) {
    .logos-details .img-item-wrap {
        margin-left: 5px;
        margin-right: 5px;
    }
    .logos-details .img-item-wrap:nth-child(2):before {
        content: "";
        position: absolute;
        right: -55px;
        bottom: auto;
        left: auto;
        top: -90px;
        width: 180px;
        height: 180px;
        background-image: radial-gradient(#f6f6f6 20%, transparent 20%);
        background-size: 24px 24px;
        z-index: -1;
    }
}

@media all and (max-width:991px) {
    .logos-details .img-item-wrap:nth-child(3) {
        position: relative;
    }
}

.logos-details .img-item-wrap:nth-child(3):before {
    position: absolute;
    right: unset;
    bottom: 20px;
    left: -30px;
    top: unset;
    width: 280px;
    height: 280px;
}

@media all and (max-width:991px) {
    .logos-details .img-item-wrap:nth-child(3):before {
        content: "";
        position: absolute;
        right: unset;
        bottom: -40px;
        left: -50px;
        top: unset;
        width: 280px;
        height: 280px;
        background-image: radial-gradient(#f6f6f6 20%, transparent 20%);
        background-size: 24px 24px;
        z-index: -1;
    }
}

@media all and (max-width:666px) {
    .logos-details .img-item-wrap:nth-child(3):before {
        content: "";
        position: absolute;
        right: unset;
        bottom: -40px;
        left: -60px;
        top: unset;
        width: 180px;
        height: 180px;
        background-image: radial-gradient(#f6f6f6 20%, transparent 20%);
        background-size: 24px 24px;
        z-index: -1;
    }
}

.logos-details .logo-holder {
    width: 100%;
    height: 80px;
    max-width: 128px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media all and (max-width:991px) {
    .logos-details .logo-holder {
        max-width: 130px;
        max-height: 60px;
    }
}

.logos-details .logo-holder img {
    width: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    -o-object-position: center;
    object-position: center;
}

.logos-details .result {
    font-size: 60px;
}

@media all and (max-width:1399px) {
    .logos-details .result {
        font-size: 50px;
    }
}

@media all and (max-width:666px) {
    .logos-details .logo-holder {
        height: 70px;
    }
    .logos-details .result {
        font-size: 26px;
    }
}

.logos-details .detail {
    font-size: 18px;
}

@media all and (max-width:666px) {
    .logos-details .detail {
        font-size: 16px;
    }
}

.the-video-testimonial {
    position: relative;
    text-align: center;
    padding-bottom: 100px;
    top: -23px;
    padding-top:0px;
}

.the-video-testimonial.top70 {
    top: 70px !important;
}

.the-video-testimonial.pb-20{
    padding-bottom: 20px;
}

.pb-45{
    padding-bottom:4.5rem;
}

.no-pb{
    padding-bottom: 0px !important;
}
.no-pt{
    padding-top: 0px !important;
}
.pt-60-tb .text-block{
    padding-top: 60px !important;
}

.the-video-testimonial .the-video-testimonial-background {
    height: 22%;
    left: 0;
    position: absolute;
    top: 10%;
    width: 22%;
}
.the-video-testimonial .the-video-testimonial-background svg {
    width: 100%;
}
.the-video-testimonial .text-block {
    padding: 0 120px;
    margin-bottom: 30px;
    font-size: 22px;
}
.the-video-testimonial .text-block h2 {
    font-weight: normal;
    font-size:1.6rem;
    padding: 0px 30px;
}
.the-video-testimonial .text-block p {
    color: #283269;
    opacity: 0.7;
    font-size: 0.800rem;
    line-height: 1.45;

}
.the-video-testimonial .text-block p:last-of-type {
    margin-bottom: 3.000rem;
    max-width: 600px;
    margin: auto;
}
@media all and (max-width:767px) {
    .the-video-testimonial .text-block {
        padding: 0 20px;
        margin-bottom: 40px;
        font-size: 16px;
        line-height: 1.45;
    }
    .pt-60-tb .text-block{
        padding-top: 10px !important;
    }
}

.the-video-testimonial .title {
    margin-bottom: 20px;
    color: #283269;
}

.the-video-testimonial .btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

.the-video-testimonial .btn-wrap>.base-button {
    max-width: 310px;
}

@media all and (max-width:767px) {
    .the-video-testimonial .title {
        margin-bottom: 10px;
        font-size: 26px;
    }
    .the-video-testimonial .btn-wrap {
        margin-top: 40px;
    }
    .the-video-testimonial .btn-wrap>.base-button {
        max-width: unset;
    }
    .the-video-testimonial .video-container {
        width: 100% !important;
    }
}


.the-video-testimonial .video-container {
    max-width: 830px;
    width: 900px;
}

@media all and (min-width:1281px) {
  .the-video-testimonial .video-container {
    max-width: 950px;
  }
}


.the-video-testimonial.dark-theme {
    position: relative;
}

.the-video-testimonial.dark-theme::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 68%;
    background: linear-gradient(359deg, #f7f7f7 139%, #f3f3f3 -12%);
    content: "";
}

.the-video-testimonial.dark-theme .text-block {
    position: relative;
    z-index: 1;
    margin-bottom: 70px;
    font-size: 22px;
    color: #283269;
}

.the-video-testimonial.dark-theme .text-block p {
    max-width: 614px;
    margin: 0 auto;
}

@media all and (max-width:991px) {
    .the-video-testimonial.dark-theme .text-block {
        margin-bottom: 40px;
        font-size: 20px;
    }
}

.the-video-testimonial.bg-dots .js-base-player::after {
    content: "";
    position: absolute;
    right: unset;
    bottom: -60px;
    left: -60px;
    top: unset;
    width: 303px;
    height: 303px;
    background-image: radial-gradient(#f6f6f6 20%, transparent 20%);
    background-size: 24px 24px;
    z-index: -1;
}

.the-email-subscription {
    padding-top: 0;
    text-align: center;
}

.the-email-subscription .content-wrap {
    position: relative;
    padding-top: 175px;
    padding-bottom: 110px;
}

.the-email-subscription .content-holder {
    position: relative;
    z-index: 1;
}

.the-email-subscription h2 {
    margin-bottom: 50px;
    color: #283269;
}

.the-email-subscription form {
    max-width: 920px;
    margin: 0 auto;
}

.the-email-subscription .form-holder {
    display: flex;
    align-items: stretch;
}

.the-email-subscription .form-holder .base-input {
    margin-right: 25px;
}

@media all and (max-width:767px) {
    .the-video-testimonial.dark-theme .text-block p {
        font-size: 16px;
    }
    .the-email-subscription .content-wrap {
        padding-top: 0;
        padding-bottom: 0;
    }
    .the-email-subscription .form-holder {
        flex-wrap: wrap;
    }
    .the-email-subscription .form-holder .base-input {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .the-email-subscription .form-holder .btn-wrap {
        width: 100%;
    }
}

.the-email-subscription .form-holder .btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 190px;
}

.the-email-subscription .error {
    display: none;
    padding-left: 40px;
    margin-bottom: 10px;
    color: #ef0000;
    font-size: 16px;
    text-align: left;
}

@media all and (max-width:991px) {
    .the-email-subscription .error {
        padding-left: 20px;
    }
}

.button-subscription .content-wrap {
    align-content: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    position: relative;
    padding-top: 3.9rem;
    padding-bottom: 5.500rem;
    text-align: center;
}
.button-subscription .content-wrap .base-button {
    justify-content: center;
    margin: auto;
    margin-top: 36px;
}

.button-subscription .section-name{
    color: #7E3BFF;
    font-size:24px;
    text-transform: none;
    font-family: "Degular", "Public Sans", sans-serif !important;
}

[lang|="fr"] .button-subscription .content-wrap .base-button, [lang|="de"] .button-subscription .content-wrap .base-button {
    margin-top: 25px;
}
[lang|="fr"] .button-subscription .base-button, [lang|="de"] .button-subscription .base-button {
    max-width: 188px;
}
[lang|="fr"] .button-subscription h2, [lang|="de"] .button-subscription h2 {
    margin-top: 24px;
}

.button-subscription h2{
    color: #283269;
    font-size:29px;
    margin-top: 40px;
}
.button-subscription .base-button{
    max-width: 150px;
}

.button-subscription p{
    color: #283269;
    font-size:16px;
    opacity: 0.7;
    max-width: 700px;
}

.button-subscription.bg-bellow-subscription1{
    background-image: url(../img/backgrounds/bg-bello-subscription1.svg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;

    margin-top: -100px;
    height: 520px
}

@media all and (max-width:1399px) {
    .section.button-subscription  {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media all and (max-width:1280px) {
    .button-subscription .content-wrap {
        padding-top: 4.3rem;
    }
}

@media all and (max-width:991px) {
    .button-subscription .content-wrap {
        padding-top: 4.9rem;
    }
}

@media all and (max-width:767px) {
    .button-subscription h2 {
        color: #283269;
        font-size: 22px;
        margin-top: 0px;
    }
    .button-subscription p {
        color: #283269;
        font-size: 13px;
        opacity: 0.7;
    }
    .button-subscription.bg-bellow-subscription1 {
        background-image: url(../img/backgrounds/bg-bello-subscription-mobile.svg);
        background-position-y: bottom;
    }
}

.the-how-it-works {
    position: relative;
    margin-left: 180px;
}
.the-how-it-works.bg-navy .section-name,
.the-how-it-works.bg-navy .card-content .card-title {
    color: #34e578;
}
.the-how-it-works.bg-navy .section-title,
.the-how-it-works.bg-navy .card-content p {
    color: #ffffff;
}
.the-how-it-works .container {
    padding-top: 20px;
    padding-bottom: 20px;
}
.the-how-it-works .how-it-works-background {
    position: absolute;
    left: -108px;
    top: -238px;
    z-index: -1;
    width: 956px;
}
.the-how-it-works .how-it-works-background svg {
    width: 100%;
}
.the-how-it-works .section-title {
    color: #283269;
    font-size: 1.6rem;
    margin-bottom: 60px;
    position: relative;
}

.the-how-it-works .section-title p{
    max-width: 530px;
}

@media all and (max-width:991px) {
    .the-how-it-works .section-title {
        font-size: 36px;
        margin-bottom: 40px;
    }
    .how-it-works-background{
        display: none;
    }
    .the-how-it-works {
        margin: 40px;
    }
}

.the-how-it-works .card-list {
    justify-content: space-between;
}

.the-how-it-works .card-list .card-item {
    width: calc(50% - 40px);
}
.the-how-it-works .card-content .card-title {
    color: #7E3BFF;
    font-size: 0.800rem;
    line-height: 1.35;
    font-weight: normal;
}
.the-how-it-works .card-content {
    max-width: 240px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.the-how-it-works.mw-content .card-content {
    max-width: 350px;
}

.the-how-it-works.pl64-title .section-title{
    padding-left:64px;
}

.the-how-it-works .card-list p {
    font-size: 0.8rem;
}

@media all and (max-width:767px) {
    .the-how-it-works .container {
        padding-top: 0;
        padding-bottom: 0;
    }
    .the-how-it-works .section-title {
        font-size: 26px;
    }
    .the-how-it-works .card-list {
        flex-direction: column;
    }
    .the-how-it-works .card-list .card-item {
        width: 100%;
    }
}

.the-how-it-works .card-image-holder {
    flex-shrink: 0;
    margin-right: 20px;
    line-height: 0;
}

.the-how-it-works .card-image-holder img {
    max-width: 122px;
    max-height: 122px;
}




.about-team .content-wrap {
    overflow: hidden;
}

.about-team .text-wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
    overflow: hidden;
}

@media all and (max-width:991px) {
    .about-team .text-wrap {
        flex-direction: column;
        margin-bottom: 40px;
    }
}

.about-team .section-name {
    margin-bottom: 20px;
}

.about-team .title {
    width: 50%;
    margin-right: 100px;
    font-size: 42px;
    color: #283269;
}

@media all and (max-width:991px) {
    .about-team .title {
        width: 100%;
        margin-bottom: 30px;
    }
}

.about-team .description {
    width: 50%;
}

.about-team .description p {
    margin-top: 30px;
}

.about-team .description p:first-child {
    margin-top: 0;
}

.about-team .description a {
    text-decoration: none;
}

.about-team .description a:hover {
    color: #283269;
}

@media all and (max-width:991px) {
    .about-team .description {
        width: 100%;
    }
}

.about-team .flex-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    padding-top: 100px;
}

@media screen and (max-width:480px) {
    .about-team .flex-box {
        flex-direction: column;
        width: 100%;
        padding-top: 0;
    }
    .about-team .flex-box .image-holder.image-holder.mobile {
        margin: 20px 0;
    }
}

.about-team .flex-box .flex-column {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.about-team .flex-box .image-holder {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.about-team .flex-box .image-holder img {
    display: block;
    width: 100%;
    height: auto;
}

.about-team .column-left::before,
.about-team .column-right::before {
    position: absolute;
    width: 232px;
    height: 232px;
    background-size: 17px 17px;
}

.about-team .column-left {
    top: -100px;
    align-self: flex-start;
    max-width: 440px;
}

.about-team .column-left::before {
    content: "";
    right: unset;
    bottom: -5%;
    left: 30%;
    top: unset;
    background-image: radial-gradient(#f6f6f6 20%, transparent 20%);
    z-index: -1;
}

.about-team .column-right::before
/*.the-case-studies.with-image .image-container .wrap-image:before */ {
    bottom: unset;
    background-image: radial-gradient(#f6f6f6 20%, transparent 20%);
    z-index: -1;
    content: "";
}
.the-case-studies.with-image .image-container .wrap-image {
    position: relative;
}
.the-case-studies.with-image .image-container .wrap-image .preview-case-studies-background {
    height: 60%;
    position: absolute;
    right: -20%;
    top: -13%;
    width: 60%;
    z-index: -1;
}
.the-case-studies.with-image .image-container .wrap-image .preview-case-studies-background svg {
    width: 100%;
}
@media all and (max-width:991px) {
    .about-team .column-left::before {
        left: 20%;
    }
}

.about-team .column-left .image-holder:last-child {
    align-self: flex-end;
    max-width: 250px;
    margin-top: 30px;
}

@media all and (max-width:767px) {
    .about-team .column-left::before {
        left: -5%;
    }
    .about-team .column-left .image-holder:last-child {
        max-width: 150px;
    }
}

@media screen and (max-width:480px) {
    .about-team .column-left .image-holder:last-child {
        top: 0;
        max-width: 480px;
        max-height: 400px;
    }
    .about-team .column-left {
        top: 0;
    }
}

.about-team .column-right {
    align-self: flex-end;
    max-width: 660px;
    margin-left: 30px;
}

.about-team .column-right::before {
    right: 30%;
    left: unset;
    top: -5%;
}

@media all and (max-width:991px) {
    .about-team .column-right::before {
        right: 10%;
    }
}

.about-team .column-right .image-holder:first-child {
    position: relative;
    max-width: 400px;
    margin-bottom: 30px;
}

@media screen and (max-width:480px) {
    .about-team .column-right {
        margin-left: 0;
    }
    .about-team .column-right .image-holder:first-child {
        max-width: none;
        margin-bottom: 0;
    }
}

.the-integrations .container {
    padding: 50px 20px;
    display: flex;
}

.the-integrations .content {
    width: calc(100% - 250px);
}

.the-integrations .row {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}

.the-integrations .row .col {
    padding-left: 20px;
    margin-bottom: 20px;
    width: 33.3%;
}

@media all and (max-width:1199px) {
    .the-integrations .content {
        width: calc(100% - 200px);
    }
}

@media all and (max-width:991px) {
    .the-integrations .container {
        display: block;
        padding-top: 0;
        padding-bottom: 0;
    }
    .the-integrations .content {
        width: 100%;
    }
}

@media all and (max-width:767px) {
    .the-integrations .row .col {
        width: 50%;
    }
}

@media all and (max-width:666px) {
    .about-team .title {
        font-size: 26px;
    }
    .the-integrations .row .col {
        width: 100%;
        padding-left: 0;
    }
}

.integrations-card {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    width: 100%;
    color: #787878;
    font-size: 18px;
    line-height: 1.1;
    transition: all .3s ease-out;
    border-radius: 8px;
    overflow: hidden;
    background-color: #FFF;
}

.integrations-card:hover {
    transform: scale(1.01);
}

.integrations-card h3 {
    margin-bottom: 28px;
    font-size: 20px;
    color: #283269;
}

.integrations-card .wrap-card-typography {
    padding: 0 35px 35px;
}

.integrations-card .wrap-card-image {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 28px;
    height: 180px;
    margin-top: 28px;
    overflow: hidden;
    text-align: center;

    border: 1px solid #FFFFFF;
    box-sizing: border-box;        
}

.integrations-card img {
    width: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}

@media all and (max-width:1199px) {
    .integrations-card .wrap-card-image {
        height: 125px;
        margin-bottom: 20px;
        margin-top: 20px;
        padding: 0 20px;
    }
    .integrations-card .wrap-card-typography {
        padding: 0 15px 15px;
    }
    .integrations-card .wrap-card-typography h3 {
        margin-bottom: 10px;
    }
}

@media all and (max-width:413px) {
    .integrations-card {
        font-size: 16px;
    }
    .integrations-card h3 {
        font-size: 18px;
    }
}

@media all and (max-width:666px) {
    .integrations-card {
        display: block;
    }
}

.filters-bar {
    padding-right: 30px;
    width: 250px;
}

.filters-bar .base-button {
    display: block;
    margin-bottom: 20px;
    padding-left: 9px;
    padding-right: 9px;
    text-align: center;
    background-color: #f3f3f3;
    color: #5a5a5a;
}

.filters-bar .base-button:hover {
    background-color: #e1e1e1;
}

.filters-bar .base-button.active,
.filters-bar .base-button:active {
    background-color: #7E3BFF;
    color: #fff;
}

.filters-bar .block {
    margin-bottom: 48px;
}

.filters-bar h2 {
    margin-bottom: 60px;
}

.filters-bar .filters-link {
    display:block;
    margin: 15px 0px;
    font-size: 0.8rem;
    color: #283269;
    opacity: 0.7;
}

.filters-bar .filters-link.active {
    font-weight: bold;
    color: #5012C5;
}

@media all and (max-width:1199px) {
    .filters-bar {
        padding-right: 0;
        width: 200px;
    }
}

@media all and (max-width:991px) {
    .filters-bar {
        width: 100%;
    }
    .filters-bar .block {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .filters-bar .block h2 {
        flex-grow: 1;
        flex-shrink: 1;
        width: 100%;
        margin-bottom: 20px;
    }
    .filters-bar .block .filters-link {
        flex-grow: 0;
        flex-shrink: 0;
        width: 200px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
}

@media all and (max-width:666px) {
    .filters-bar .block {
        margin-right: -10px;
    }
    .filters-bar .block .filters-link {
        width: 170px;
    }
}

@media all and (max-width:413px) {
    .filters-bar .block {
        margin-right: -10px;
    }
    .filters-bar .block .filters-link {
        margin-right: 5px;
        width: 156px;
    }
}

.product-features {
    padding: 50px 0;
    position: relative;
}
.product-features .horizontal-tabs-background {
    height: 22%;
    left: -5%;
    position: absolute;
    top: 0;
    width: 22%;
    z-index: -1;
}
.product-features .horizontal-tabs-background svg {
    width: 100%;
}
.product-features .title {
    margin-bottom: 40px;
    color: #283269;
    text-align: center;
}

@media all and (max-width:767px) {
    .about-team .column-right {
        align-self: auto;
    }
    .about-team .column-right::before {
        right: -5%;
    }
    .product-features {
        padding: 20px 0;
    }
    .product-features .title {
        margin-bottom: 10px;
        font-size: 26px;
    }
    .nested-tabs.mt-100 {
        margin-top: 20px !important;
    }
}

.product-features .subtitle {
    font-size: 1.100rem;
    line-height: 1.45;
    margin-bottom: 4.000rem;
    padding: 0 100px;
    text-align: center;
}

@media all and (max-width:767px) {
    .product-features .subtitle {
        padding: 0;
        margin-bottom: 40px;
        font-size: 16px;
    }
}

.product-features .tabs-wrap {
    margin-bottom: 90px;
}

@media all and (max-width:767px) {
    .product-features .tabs-wrap {
        margin-bottom: 40px;
    }
}

.product-features .btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 45px;
}
.product-features.horizontal-tabs .btn-wrap {
    align-items: flex-start;
    justify-content: center;
    margin-top:120px;
}

.product-features .btn-wrap>.base-button {
    max-width: 260px;
}

@media all and (max-width:767px) {
    .product-features .btn-wrap {
        margin-bottom: 0;
    }
    .product-features .btn-wrap>.base-button {
        max-width: unset;
    }
    .product-features.horizontal-tabs .btn-wrap {
        margin-top:20px;
    }
}
.info-block {
    position: relative;
}
.info-block-background {
    height: 22%;
    right: 0;
    position: absolute;
    top: 4%;
    width: 22%;
}
.info-block-background svg {
    width: 100%;
}

.info-block .text-holder p{
    color:#283269;
    font-size: 0.8rem;
    opacity: 0.7;
}

.the-case-studies {
    overflow-x: hidden;
}

.the-case-studies .content-wrap {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}

.the-case-studies .section-name.large {
    text-align: center;
}

.the-case-studies .image-container {
    display: none;
}

.the-case-studies .row {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

@media all and (max-width:1199px) {
    .the-case-studies .content-wrap {
        padding: 0 15px;
    }
    .the-case-studies .row {
        flex-wrap: wrap;
    }
}

.the-case-studies .btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 45px;
}

.the-case-studies .col {
    margin: 0 0 20px;
    width: 30%;
}

@media all and (max-width:1199px) {
    .the-case-studies .col {
        width: 40%;
        margin-bottom: 40px;
    }
    .the-case-studies .col .base-card {
        padding: 40px 20px;
    }
}

@media all and (max-width:767px) {
    .the-case-studies .col {
        width: 100%;
    }
}

.the-case-studies .col .base-card .card-text {
    font-size: 14px;
}

.the-case-studies .col .base-card .card-image {
    max-width: 150px;
}

.the-case-studies.all .row {
    flex-wrap: wrap;
    max-width: 1210px;
    margin: 0 auto;
}

.the-case-studies.all .col {
    margin: 0;
    padding: 0 10px 20px;
    width: 33.3%;
}

@media all and (max-width:1199px) {
    .the-case-studies.all .col {
        width: 33.3%;
    }
}

@media all and (max-width:991px) {
    .the-case-studies.all .col {
        margin-bottom: 0;
        width: 50%;
    }
}

@media all and (max-width:666px) {
    .the-case-studies.all .col {
        width: 100%;
    }
}

.the-case-studies.all .col .base-card {
    padding: 60px 30px;
}

.the-case-studies.all .col .base-card .card-category {
    font-size: 12px;
}

.the-case-studies.all .col .base-card .card-title {
    overflow: hidden;
    max-height: 3.6em;
    margin-bottom: 22px;
    font-size: 24px;
}

.the-case-studies.all .col .base-card .card-text {
    overflow: hidden;
    max-height: 5em;
    font-size: 16px;
}

.the-case-studies.all .col .base-card .card-image {
    max-height: 77px;
}

.the-case-studies.with-image .content-wrap {
    position: relative;
    max-width: 1600px;
    padding: 250px 0 100px;
}

@media all and (max-width:1199px) {
    .the-case-studies.with-image .content-wrap {
        padding: 40px 0;
    }
}

.the-case-studies.with-image .image-container {
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    line-height: 0;
    transform: translateY(-50%);
}

@media all and (max-width:1199px) {
    .the-case-studies.with-image .image-container {
        top: 0;
        transform: translateY(0);
    }
}

@media all and (max-width:767px) {
    .the-case-studies.with-image .content-wrap {
        padding: 0;
    }
    .the-case-studies.with-image .image-container {
        position: static;
        margin: 0 auto 30px;
    }
}

.the-case-studies.with-image .image-container .wrap-image {
    position: relative;
    width: 100%;
    /*max-width: 550px;*/
    margin: 0 auto;
    border-radius: 6px;
}

.the-case-studies.with-image .image-container .wrap-image:before {
    position: absolute;
    right: -43px;
    left: unset;
    top: -43px;
    width: 330px;
    height: 330px;
    background-size: 24px 24px;
}

.the-case-studies.with-image .image-container img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: right;
    object-position: right;
}

.the-case-studies.with-image .cards-container {
    position: relative;
    z-index: 1;
    width: 75%;
    padding: 0 20px;
    margin-left: auto;
}

@media all and (max-width:1199px) {
    .the-case-studies.with-image .cards-container {
        width: 100%;
        padding-top: 300px;
    }
    .the-case-studies.with-image .cards-container .col {
        width: 30%;
    }
}

@media all and (max-width:991px) {
    .the-case-studies.with-image .cards-container .col {
        width: 40%;
    }
    .the-case-studies.change-order .image-container {
        top: 0;
        width: 100%;
        transform: translateY(0);
    }
}

@media all and (max-width:767px) {
    .the-case-studies.with-image .cards-container {
        padding-top: 0;
    }
    .the-case-studies.with-image .cards-container .col {
        width: 100%;
    }
}

.the-case-studies.with-image .base-card {
    padding: 30px 25px 20px;
    min-height: 208px;
    max-width: 324px;
}

.the-case-studies .base-card {
    padding: 30px 25px 20px;
    min-height: 208px;
    max-width: 324px;
    position: relative;
}

.the-case-studies.with-image .base-card1 {
    position: relative;
    top: -119px;
    left: 335px;
    z-index: 2;
}

.the-case-studies.with-image .base-card2 {
    position: relative;
    top: 130px;
    left: -216px;
}

.the-case-studies.with-image .base-card3 {
    position: relative;
    left: -206px;
    top: 103px;
}


@media all and (max-width:991px) {
    .the-case-studies.with-image .base-card {
        position: static;
        margin: auto;
    }
}

.the-case-studies.with-image .base-card .card-category {
    margin-bottom: 10px;
    position:relative;
}

.the-case-studies.change-order .has-bg-bubble-second-type {
    background-repeat: no-repeat;
    background-size: 32px 32px, 16px 16px, 24px 24px;
    background-position: 95% 57%, 80% 90%, 60% 2%;
}

.the-case-studies.change-order .image-container {
    right: 0;
    left: auto;
}

.the-case-studies.change-order .image-container .wrap-image:before {
    left: -43px;
    right: auto;
}

.the-case-studies.change-order .cards-container {
    margin-left: 0;
}

.post-templete .container {
    max-width: 1010px;
    padding: 50px 20px 30px;
}

@media all and (max-width:991px) {
    .post-templete .container {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.post-templete h2,
.post-templete h3,
.post-templete h4 {
    color: #283269;
}

.post-templete h2 {
    margin-bottom: 55px;
    text-align: center;
    font-size: 50px;
}

@media all and (max-width:767px) {
    .post-templete h2 {
        margin-bottom: 40px;
        font-size: 36px;
    }
}

.post-templete h3,
.post-templete h4 {
    margin-bottom: 5px;
}

.post-templete h3 {
    font-size: 30px;
}

.post-templete h4 {
    font-size: 22px;
}

.post-templete p {
    margin-bottom: 20px;
}

.post-templete p+ul {
    margin-top: 40px;
}

@media all and (max-width:767px) {
    .post-templete h3 {
        font-size: 22px;
    }
    .post-templete h4 {
        font-size: 18px;
    }
    .post-templete p {
        margin-bottom: 15px;
    }
    .post-templete p+ul {
        margin-top: 20px;
    }
}

.post-templete a {
    text-decoration: none;
}

.post-templete a:hover {
    text-decoration: underline;
}

.post-templete ul {
    padding: 0 170px 0 70px;
    margin-bottom: 40px;
    list-style-image: url(../img/icons/list-marker.png);
}


@media all and (max-width:767px) {
    .post-templete ul {
        padding: 0 30px;
        margin-bottom: 20px;
    }
}

.post-templete ul li {
    margin-top: 15px;
    padding-left: 10px;
}

.post-templete ul li:first-child {
    margin-top: 0;
}

@media all and (max-width:767px) {
    .post-templete ul li {
        margin-top: 10px;
        padding-left: 5px;
    }
}

.post-templete blockquote {
    font-size: 36px;
    line-height: 1.27;
    text-align: center;
    margin: 60px 20px;
}

@media all and (max-width:991px) {
    .post-templete blockquote {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 26px;
    }
}

.post-templete .block+.block {
    padding-top: 30px;
}
/* General fixes - BK */
.common-content-container .wp-block-image,
.common-content-container .wp-block-video {
    margin-top: 1.00rem;
}
.integrations-card img {
    height: 100%;
    object-position: center;
}
.post-templete .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

@media (min-width: 576px) {
  .post-templete .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .post-templete .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .post-templete .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .post-templete .container {
    max-width: 1210px;
  }
}

.post-templete .container-fluid,
.post-templete .container-sm,
.post-templete .container-md,
.post-templete .container-lg,
.post-templete .container-xl {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .post-templete .container,
  .post-templete .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .post-templete .container,
  .post-templete .container-sm,
  .post-templete .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .post-templete .container,
  .post-templete .container-sm,
  .post-templete .container-md,
  .post-templete .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .post-templete .container,
  .post-templete .container-sm,
  .post-templete .container-md,
  .post-templete .container-lg,
  .post-templete .container-xl {
    max-width: 1210px;
  }
}
/* General adds */
@media only screen and (min-width: 1200px) {
    .break-xl {
        display: block;
    }
    .has-text-center-xl {
        text-align: center;
    }
}
@media only screen and (min-width: 992px) {
    .break-lg {
        display: block;
    }
    .has-text-center-lg {
        text-align: center;
    }
}
@media only screen and (min-width: 768px) {
    .break-md {
        display: block;
    }
    .has-text-center-md {
        text-align: center;
    }
}
@media only screen and (min-width: 575px) {
    .break-sm {
        display: block;
    }
    .has-text-center-sm {
        text-align: center;
    }
}






.the-one-click-integrations {
    text-align: center;
}

.the-one-click-integrations .section-title {
    margin-bottom: 20px;
    font-size: 30px;
    color: #283269;
}

.the-one-click-integrations .section-subtitle {
    margin-bottom: 40px;
    color: #283269;
    opacity: 0.7;
    font-size: 0.8rem;
}

@media all and (max-width:767px) {
    .the-one-click-integrations .section-title {
        font-size: 26px;
    }
    .the-one-click-integrations .section-subtitle {
        margin-bottom: 20px;
    }
}

.the-one-click-integrations .wrap-technology {
    max-width: 960px;
    margin: 0 auto;
}

.the-one-click-integrations .base-card {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.the-one-click-integrations .base-card:hover {
    transform: none;
}

.the-one-click-integrations .wrap-image {
    width: 20%;
    max-width: 240px;
    padding: 20px;
    text-align: center;
}

@media all and (max-width:1199px) {
    .the-one-click-integrations .wrap-image {
        width: 33%;
    }
}

@media all and (max-width:991px) {
    .the-one-click-integrations .wrap-image {
        width: 50%;
    }
}

@media all and (max-width:767px) {
    .the-one-click-integrations .wrap-image {
        padding: 10px;
    }
}

.the-one-click-integrations img {
    max-width: 100%;
    height: auto;
}

.one-picture .base-card {
    background-color: transparent;
    box-shadow: none;
}

.one-picture .wrap-image {
    width: 100%;
    max-width: none;
    max-height: none;
    margin: 0;
}

.one-picture .wrap-image img {
    max-height: none;
    -o-object-fit: contain;
    object-fit: contain;
}

.page-not-found {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 140px 0 225px;
    text-align: center;
}

.page-not-found h2 {
    margin-bottom: 25px;
    color: #283269;
    font-size: 50px;
}

@media all and (max-width:991px) {
    .page-not-found h2 {
        margin-bottom: 20px;
        font-size: 36px;
    }
}

@media all and (max-width:767px) {
    .page-not-found {
        padding: 35px 5vw 50px;
    }
    .page-not-found h2 {
        margin-bottom: 15px;
        font-size: 26px;
    }
}

.page-not-found p {
    max-width: 580px;
    color: #787878;
}

@media all and (max-width:991px) {
    .page-not-found p {
        font-size: 20px;
    }
}

@media all and (max-width:767px) {
    .page-not-found p {
        font-size: 16px;
    }
}

.page-not-found p.err-404 {
    margin-bottom: 65px;
    color: #e1e1e1;
    font-weight: 700;
    font-size: 350px;
    line-height: 1;
}

@media all and (max-width:991px) {
    .page-not-found p.err-404 {
        margin-bottom: 54px;
        font-size: 240px;
    }
}

@media all and (max-width:767px) {
    .page-not-found p.err-404 {
        margin-bottom: 30px;
        font-size: 170px;
    }
}

.the-icons-block .section-title {
    font-size: 36px;
    color: #283269;
    text-align: center;
    margin-bottom: 35px;
}

@media all and (max-width:1199px) {
    .the-icons-block .section-title {
        margin-bottom: 15px;
    }
}

.the-icons-block .card-list {
    flex-wrap: nowrap;
    margin-bottom: 70px;
}

.the-icons-block .card-list:last-child {
    margin-bottom: 0;
}

@media all and (max-width:991px) {
    .the-icons-block .card-list {
        flex-wrap: wrap;
    }
}

.the-icons-block .card-item {
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
    padding: 0 50px;
    margin-bottom: 0;
    text-align: center;
}

@media all and (max-width:1199px) {
    .the-icons-block .card-item {
        padding: 25px;
    }
}

@media all and (max-width:991px) {
    .the-icons-block .card-item {
        max-width: 50%;
        padding: 20px;
    }
}

@media all and (max-width:767px) {
    .the-icons-block .card-item {
        display: flex;
        flex-direction: row;
        max-width: 100%;
        padding: 0;
        margin-bottom: 40px;
        text-align: left;
    }
}

.the-icons-block .card-image-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    margin: 0 auto 45px;
    border-radius: 50%;
    overflow: hidden;
}

@media all and (max-width:767px) {
    .the-icons-block .card-image-holder {
        flex-shrink: 0;
        margin-bottom: 0;
        width: 75px;
        height: 75px;
    }
}

@media all and (max-height:459px) {
    .the-icons-block .card-image-holder {
        margin: 0 20px 0 auto;
        padding: 10px;
    }
}

.the-icons-block .card-content {
    font-size: 14px;
    line-height: 1.35;
}

@media all and (max-width:767px) {
    .the-icons-block .card-content {
        padding-left: 20px;
    }
}

.section-address-map {
    padding-bottom: 0;
}

@media all and (max-width:991px) {
    .section-address-map {
        padding-top: 50px;
    }
}

.section-address-map .row {
    display: flex;
    flex-wrap: wrap;
}

.section-address-map .col {
    width: 33.33%;
    padding: 30px 50px;
}

@media all and (max-width:991px) {
    .section-address-map .col {
        padding: 20px 30px;
    }
}

@media all and (max-width:767px) {
    .section-address-map .col {
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media all and (max-width:459px) {
    .section-address-map .col {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

.blog .the-hero-section .text-block h1 {
    text-align: left;
    width: 100%;
    max-width: unset;
}
.blog .the-hero-section .text-block p {
    text-align: left;
    width: 100%;
}
.blog .the-hero-section {
    padding-bottom: 0px;
}

.the-blog-content {
    padding-top: 100px;
}

@media all and (max-width:991px) {
    .the-blog-content {
        padding-top: 50px;
    }
}

.the-blog-content .title {
    margin-bottom: 50px;
    text-align: center;
    color: #283269;
}

.the-blog-content .blog-content-wrap {
    display: flex;
}

.the-blog-content .blog-content-wrap .card-title {
    text-transform: uppercase;
    line-height: 20px;
}

.the-blog-content .blog-content {
    max-width: 800px;
    width: 100%;
    height: 100%;
    margin-bottom: 50px;
}

@media all and (max-width:991px) {
    .the-blog-content .blog-content {
        max-width: 100%;
    }
}

.the-blog-content .blog-content-post img {
    max-width: 100%;
    height: auto;
}

.the-blog-content .blog-content-post img.alignleft {
    float: left;
    margin: 0 36px 36px 0;
}

@media all and (max-width:991px) {
    .the-blog-content .blog-content-wrap {
        flex-direction: column-reverse;
    }
    .the-blog-content .blog-content-post img.alignleft {
        margin-right: 20px;
        margin-bottom: 20px;
    }
}

.the-blog-content .blog-content-post img.alignright {
    float: right;
    margin: 0 0 36px 36px;
}

.the-blog-content .blog-content-post::after {
    display: block;
    clear: both;
    content: "";
}

.the-blog-content .blog-aside {
    flex-shrink: 0;
    max-width: 300px;
    width: 100%;
    margin-right: 70px;
}

@media all and (max-width:991px) {
    .the-blog-content .blog-content-post img.alignright {
        margin-left: 20px;
        margin-bottom: 20px;
    }
    .the-blog-content .blog-aside {
        margin-top: 40px;
        margin-right: 0;
        max-width: 100%;
    }
}

.the-blog-content .blog-aside h5 {
    font-size: 16px;
    margin-bottom: 40px;
    color: #283269;
}

@media all and (max-width:991px) {
    .the-blog-content .blog-aside h5 {
        margin-bottom: 20px;
        font-size: 14px;
    }
}

.the-blog-content .blog-aside .row {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}

.the-blog-content .col {
    width: 100%;
    margin-bottom: 76px;
}

@media all and (max-width:991px) {
    .the-blog-content .col {
        display: inline-block;
        max-width: 33.33%;
        margin-bottom: 0;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media all and (max-width:767px) {
    .the-blog-content {
        padding-top: 30px;
    }
    .the-blog-content .col {
        max-width: 50%;
    }
}

@media all and (max-width:413px) {
    .the-blog-content .col {
        max-width: 100%;
        margin-bottom: 30px;
    }
}

.the-blog-content h1 {
    color: #283269;
    margin-bottom: 40px;
}

@media all and (max-width:991px) {
    .the-blog-content h1 {
        margin-bottom: 20px;
    }
}

.the-blog-content h2 {
    margin-bottom: 40px;
    font-size: 36px;
    color: #283269;
    line-height: 40px;
}

@media all and (max-width:991px) {
    .the-blog-content h2 {
        margin-bottom: 20px;
        font-size: 26px;
        line-height: 1.15;
    }
}

.the-blog-content h3 {
    font-size: 30px;
    font-weight: 400;
    color: #283269;
    margin-bottom: 40px;
    margin-top: 80px;
}

.the-blog-content h4 {
    margin-bottom: 20px;
    color: #283269;
}

@media all and (max-width:991px) {
    .the-blog-content h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .the-blog-content h4 {
        margin-bottom: 10px;
    }
}

.the-blog-content .author-wrap {
    padding-top: 0;
}

.the-blog-content blockquote {
    font-size: 32px;
    color: #787878;
    margin-bottom: 36px;
}

@media all and (max-width:991px) {
    .the-blog-content blockquote {
        font-size: 26px;
        margin-bottom: 20px;
    }
}

.the-blog-content .wp-video,
.the-blog-content ol,
.the-blog-content p,
.the-blog-content ul {
    margin-bottom: 36px;
}

@media all and (max-width:991px) {
    .the-blog-content .wp-video,
    .the-blog-content ol,
    .the-blog-content p,
    .the-blog-content ul {
        margin-bottom: 20px;
    }
}

.the-blog-content ol li,
.the-blog-content ul li {
    margin-bottom: 15px;
}

@media all and (max-width:991px) {
    .the-blog-content ol li,
    .the-blog-content ul li {
        margin-bottom: 10px;
    }
}

.the-blog-content ul {
    list-style: disc;
    padding-left: 15px;
}

.the-blog-content ol {
    list-style: decimal;
    padding-left: 15px;
}

.the-blog-content .wp-caption .aligncenter {
    text-align: center;
}

.the-blog-content figure img {
    max-width: 100%;
    max-height: 100%;
}

.the-blog-content figure.aligncenter {
    margin-top: 36px;
    margin-bottom: 36px;
    text-align: center;
}

@media all and (max-width:991px) {
    .the-blog-content figure.aligncenter {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.the-blog-content figure.alignright {
    float: right;
    margin-left: 36px;
    margin-bottom: 36px;
}

@media all and (max-width:991px) {
    .the-blog-content figure.alignright {
        margin-left: 20px;
        margin-bottom: 20px;
    }
}

.the-blog-content figure.alignleft {
    float: left;
    margin-right: 36px;
    margin-bottom: 36px;
}

.the-blog-content .wrap-card-typography {
    display: flex;
    flex-direction: column-reverse;
    font-size: 20px;
    padding-bottom: 50px;
}

@media all and (max-width:991px) {
    .the-blog-content figure.alignleft {
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .the-blog-content .wrap-card-typography {
        padding-bottom: 25px;
    }
}

.the-blog-content .wrap-card-typography h3 {
    position: relative;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
}

.the-blog-content .wrap-card-typography h3:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    margin-left: 10px;
    width: 22px;
    height: 18px;
    background: url(../img/icons/left-arrow.svg) no-repeat;
    background-size: contain;
}

.the-blog-content .wrap-card-typography p {
    margin-bottom: 20px;
    margin-top: 20px;
}

.the-blog-content .blog-content-post-topics {
    color: #283269;
}

.the-blog-content .blog-content-post-topics-link {
    font-size: 18px;
    margin-bottom: 36px;
}

.the-blog-content .blog-content-post-topics-link a {
    text-decoration: none;
    color: #283269;
}

.the-blog-content .blog-content-post-topics-link a:hover {
    color: #7E3BFF;
}

.the-blog-content .divider {
    margin-top: 50px;
    margin-bottom: 50px;
}

.the-people-photo-section .section-title {
    font-size: 31px;
    line-height: 1.61;
    font-weight: 400;
    margin-bottom: 20px;
}

.the-people-photo-section .card-list {
    flex-wrap: wrap;
    margin-bottom: 0;
    position: relative;
    top: 18px;
}

@media all and (max-width:991px) {
    .the-people-photo-section .card-list {
        flex-wrap: wrap;
        margin-bottom: 0;
    }
}

.the-people-photo-section .card-list .card-item {
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 300px;
    padding: 20px 50px;
    margin: 0;
}

@media all and (max-width:1199px) {
    .the-people-photo-section .section-title {
        margin-bottom: 0;
    }
    .the-people-photo-section .card-list .card-item {
        padding: 20px 40px;
        max-width: 230px;
    }
}

@media all and (max-width:991px) {
    .the-people-photo-section .card-list .card-item {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media all and (max-width:666px) {
    .the-people-photo-section .card-list .card-item {
        flex-direction: row;
        align-items: center;
        max-width: 100%;
        padding: 10px 0;
    }
}

.the-people-photo-section{
    padding-bottom: 4.5rem;
    margin-bottom: 4.5rem;
}

.the-people-photo-section .card-image-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 200px;
    margin: 0 auto 25px;
    overflow: hidden;
}

@media all and (max-width:1199px) {
    .the-people-photo-section .card-image-holder {
        height: 150px;
    }
}

@media all and (max-width:991px) {
    .the-people-photo-section .card-image-holder {
        width: 150px;
    }
}

@media all and (max-width:666px) {
    .the-people-photo-section .card-image-holder {
        flex-shrink: 0;
        margin-bottom: 10px;
        width: 100px;
        height: 100px;
    }
}

.the-people-photo-section .card-content {
    font-size: 16px;
    line-height: 1.5;
}

.the-people-photo-section .card-content .card-title {
    font-size: 19px;
    line-height: 1.26;
    margin-bottom: 5px;
    font-weight: bold;
}

.the-people-photo-section .card-content p {
    max-width: 190px;
    margin: 0 auto;
}

@media all and (max-width:767px) {
    .the-people-photo-section .card-content {
        padding-left: 20px;
        flex-grow: 5;
        flex-shrink: 1;
        text-align: left;
    }
    .the-people-photo-section .card-content p {
        max-width: unset;
    }
}

.the-people-photo-section.has-linear-gradient-secondary .card-content .card-title,
.the-people-photo-section.has-linear-gradient-secondary .section-title {
    color: #fff;
}

.job-opening .js-location-select{
    background-color: #f3edff;
    font-size: 0.8rem;
    border-radius: 24px;
    border: 1px solid #C4A6FF;
}

.job-opening .select-label{
    font-size: 0.8rem;
    margin-right:10px;
    font-weight: normal;
    color: #283269;
}

.job-opening .nice-select .list{
    border-radius: 24px;
}

.job-opening .nice-select-container{
    display: inline-block;
    top: 14px;
    position: relative;
    left: 26px;
}

.job-opening h2 {
    margin-bottom: 40px;
    font-size: 48px;
    line-height: 1;
    text-align: left;
}

@media all and (max-width:991px) {
    .job-opening h2 {
        margin-bottom: 30px;
        font-size: 40px;
    }
}

@media all and (max-width:991px) {
    .job-opening h2 {
        margin-bottom: 20px;
    }
}

.job-opening .locations-container {
    margin-bottom: 160px;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

@media all and (max-width:991px) {
    .job-opening .locations-container {
        margin-bottom: 90px;
    }
}

@media all and (max-width:991px) {
    .job-opening .locations-container {
        margin-bottom: 70px;
    }
}

@media all and (max-width:767px) {
    .job-opening .locations-container {
        margin-bottom: 30px;
    }
}

.job-opening .locations-container .base-button {
    max-width: 170px;
    margin-top: 10px;
    font-size: 18px;
    padding: 13px 10px;
    display: flex;
    align-self: stretch;
    height: unset;
    align-items: center;
    margin-left: 10px;
}

.job-opening .locations-container .base-button:last-child {
    margin-right: 0;
}

/*@media all and (max-width:991px) {
    .job-opening .locations-container .base-button {
        margin-right: 10px;
    }
}*/

@media all and (max-width:413px) {
    .job-opening .locations-container .base-button {
        max-width: none;
    }
}

.job-opening .location-content {
    max-width: 960px;
    margin: 0 auto;
}

@media all and (max-width:991px) {
    .job-opening .location-content+.location-content {
        margin-top: 30px;
        padding-top: 35px;
    }
}

.job-opening .location-content.has-no-indents {
    border: none;
    padding-top: 0;
    margin-bottom: 0;
}

.job-opening .location-content .block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 70px;
}

@media all and (max-width:991px) {
    .job-opening .location-content .block {
        margin-top: 40px;
    }
}

@media all and (max-width:991px) {
    .job-opening .location-content .block {
        margin-top: 30px;
    }
}

.job-opening .location-content .block .offer {
    margin-right: 10px;
}

.job-opening .location-content .block .offer h4,
.job-opening .location-content .block .offer p {
    line-height: 1.5;
}

.job-opening .location-content .block .offer h4{
    font-weight: bold;
    font-family: "Public Sans", sans-serif !important;
}

.job-opening .location-content .block .offer p{
    color: #283269;
}

.job-opening .location-content .block .base-button {
    max-width: 160px;
    font-size: 16px;
    padding: 9px 10px 10px;
}

@media all and (max-width:413px) {
    .job-opening .location-content .block {
        flex-direction: column;
    }
    .job-opening .location-content .block .offer {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        text-align: center;
    }
    .job-opening .location-content .block .base-button {
        max-width: 60%;
        margin: 0 auto;
    }
}

.base-post-preview-item{
    margin-bottom: 40px;
}

.the-section-blog-row .wrap-content {
    padding: 30px 20px;
}

.the-section-blog-row .wrap-image img{
    width:100%;
}

.the-section-blog-row .wrap-image{
    border-radius: 16px;
    overflow: hidden;
    height: 219px;
}

.the-section-blog-row article .wrap-image.featured{
    height: 278px !important;
}



@media all and (max-width:991px) {
    .the-section-blog-row .wrap-content {
        padding: 20px 20px;
    }
    .the-section-blog-row article:first-child .wrap-image{
        height: 188px !important;
    } 
    .the-section-blog-row article .wrap-image.featured img{
        height: 100% !important;
        width: auto !important;
    }   
}


@media all and (max-width:991px) {
    .the-section-blog-row .row {
        margin-bottom: 40px;
    }
}

.the-section-blog-row .col {
    margin-top: 75px;
}

.the-section-blog-row .col:first-of-type {
    margin-top: 0;
}

@media all and (max-width:1399px) {
    .the-section-blog-row .col {
        margin-top: 40px;
    }
}

@media all and (max-width:413px) {
    .the-section-blog-row .row {
        margin-bottom: 20px;
    }
    .the-section-blog-row .col {
        margin-top: 30px;
    }
}

.the-section-blog-row .wrap-actions {
    text-align: center;
}

.the-section-blog-row .btn-load-more {
    font-weight: 400;
}

.the-section-email-subscription-secondary {
    padding-top: 0;
    text-align: center;
}

.the-section-email-subscription-secondary .content-wrap {
    position: relative;
    padding-bottom: 10px;
}

.the-section-email-subscription-secondary .divider {
    margin-bottom: 100px;
}

@media all and (max-width:767px) {
    .the-section-email-subscription-secondary .content-wrap {
        padding-top: 0;
        padding-bottom: 0;
    }
    .the-section-email-subscription-secondary .divider {
        margin-bottom: 40px;
    }
}

.the-section-email-subscription-secondary .content-holder {
    position: relative;
    z-index: 1;
}

.the-section-email-subscription-secondary h2 {
    margin-bottom: 60px;
    color: #283269;
}

@media all and (max-width:767px) {
    .the-section-email-subscription-secondary h2 {
        margin-bottom: 40px;
    }
    .the-section-email-subscription-secondary form {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media all and (max-width:413px) {
    .the-section-email-subscription-secondary h2 {
        margin-bottom: 20px;
    }
}

.the-section-email-subscription-secondary form {
    max-width: 920px;
    margin: 0 auto;
}

@media all and (max-width:991px) {
    .the-section-email-subscription-secondary form {
        margin-bottom: 50px;
    }
}

@media all and (max-width:413px) {
    .the-section-email-subscription-secondary form {
        margin-bottom: 20px;
    }
}

.the-section-email-subscription-secondary .form-holder {
    display: flex;
    align-items: stretch;
}

.the-section-email-subscription-secondary .form-holder .base-input {
    margin-right: 25px;
}

@media all and (max-width:767px) {
    .the-section-email-subscription-secondary .form-holder {
        flex-wrap: wrap;
    }
    .the-section-email-subscription-secondary .form-holder .base-input {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .the-section-email-subscription-secondary .form-holder .btn-wrap {
        width: 100%;
    }
}

.the-section-email-subscription-secondary .form-holder .btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 190px;
}

.the-section-email-subscription-secondary .wrap-field-email {
    margin-bottom: 70px;
}

@media all and (max-width:767px) {
    .the-section-email-subscription-secondary .wrap-field-email {
        margin-top: 20px;
        margin-bottom: 0;
    }
}

.the-section-email-subscription-secondary .error {
    display: none;
    padding-left: 40px;
    margin-bottom: 10px;
    color: #ef0000;
    font-size: 16px;
    text-align: left;
}

@media all and (max-width:991px) {
    .the-section-email-subscription-secondary .error {
        padding-left: 20px;
    }
}

.the-section-email-subscription-secondary .subscribe-mailing .description,
.the-section-email-subscription-secondary .subscribe-mailing .text-policy {
    font-size: 11px;
}

.the-section-email-subscription-secondary .subscribe-mailing a {
    text-decoration: none;
}

.the-section-email-subscription-secondary .subscribe-mailing a:hover {
    color: #283269;
}

.the-section-email-subscription-secondary .subscribe-mailing .field-holder {
    margin-bottom: 4px;
}

.the-section-email-subscription-secondary .subscribe-mailing .field-holder input {
    background-color: #e1e1e1;
}

.the-section-email-subscription-secondary .subscribe-mailing .field-holder .base-checkbox-label {
    vertical-align: middle;
}

.the-section-email-subscription-secondary .subscribe-mailing .field-holder .label-text {
    font-size: 13px;
    cursor: pointer;
}

.progress-bar {
    padding-top: 137px;
}

.progress-bar .card-item {
    max-width: 176px;
    padding: 20px 0 0;
    margin: 0 45px;
    text-align: center;
    font-size: 14px;
}

@media all and (max-width:767px) {
    .progress-bar .card-item {
        max-width: 100%;
        margin: 0;
        text-align: left;
    }
}

.progress-bar .card-image-holder {
    box-shadow: 2px 9px 51px -13px rgba(0, 0, 0, .75);
}

.progress-bar .line {
    border-color: #fff;
}

.the-section-our-leadership-team {
    text-align: center;
}

.the-section-our-leadership-team .section-name {
    font-size: 1.500rem;
}

.the-section-our-leadership-team .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.the-section-our-leadership-team .row .col {
    width: 31%;
    margin-top: 30px;
}

@media all and (max-width:991px) {
    .the-section-our-leadership-team .row .col {
        width: 48%;
        margin-bottom: 40px;
    }
}

.the-section-learn-more {
    padding-bottom: 30px;
    text-align: center;
}

.the-section-learn-more.h3{
    font-size:1.2rem;
}

.the-section-learn-more .content-wrap {
    position: relative;
    padding-top: 275px;
    padding-bottom: 50px;
}

section.the-section-learn-more h2, section.the-section-learn-more h4{
    color:#283269;
}

section.the-section-learn-more h4{
    font-size: 1.6rem;
}

section.the-section-learn-more h2{
    font-size: 0.9rem;
}

section.the-section-learn-more h2{
    margin-bottom:80px;
}

@media all and (max-width:1399px) {
    .the-section-learn-more .content-wrap {
        padding-top: 200px;
    }
}

@media all and (max-width:767px) {
    .the-section-our-leadership-team .section-name {
        font-size: 20px;
    }
    .the-section-our-leadership-team .row .col {
        width: 100%;
    }
    .the-section-our-leadership-team .row .col:last-of-type {
        margin-bottom: 0;
    }
    .the-section-learn-more .content-wrap {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.the-section-learn-more .content-holder {
    position: relative;
    z-index: 1;
}

.the-section-learn-more h2 {
    color: #7E3BFF;
}

.the-section-learn-more .btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.the-section-learn-more .btn-wrap .base-button {
    max-width: 200px;
}

.the-section-learn-more .btn-wrap .base-button+.base-button {
    margin-left: 40px;
}

@media all and (max-width:767px) {
    .the-section-learn-more .btn-wrap {
        flex-direction: column;
    }
    .the-section-learn-more .btn-wrap .base-button {
        max-width: unset;
    }
    .the-section-learn-more .btn-wrap .base-button+.base-button {
        margin-top: 20px;
        margin-left: 0;
    }
}
.the-section-resources-filters .select-wrapper {
    align-content: flex-start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 0.500rem;
}

.the-section-resources-filters .wrap-filters {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 40px;
}
.the-section-resources-filters .wrap-filters label {
    color: #106eff;
    font-size: 0.850rem;
    margin-bottom: 0.250rem;
    text-transform: uppercase;
}
.the-section-resources-filters .wrap-filters .text-filter {
    padding-bottom: 0.650rem;
    margin-left: 0.5rem;
}
.the-section-resources-filters .wrap-filters .base-select {
    max-width: 200px;
    margin-left: 40px;
}

@media all and (max-width:767px) {
    .the-section-resources-filters .wrap-filters {
        flex-direction: column;
        margin-bottom: 40px;
        align-items: flex-start;
    }
    .the-section-resources-filters .select-wrapper {
        margin-bottom: 20px;
    }
    .the-section-resources-filters .wrap-filters .base-select {
        max-width: none;
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
}

.the-section-resources-filters .wrap-filters .base-select:first-of-type {
    margin-left: 0;
    margin-top: 0;
}

.the-section-resources-filters .text-filter {
    margin-right: 25px;
    font-size: 0.8rem;;
    font-weight: normal;
    line-height: 1.33;
    color: #283269;
    opacity: 0.7;
}

.the-section-resources-filters .wrap-actions {
    margin-top: 40px;
}

.the-section-resources-filters .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 20px;
}

@media all and (max-width:767px) {
    .the-section-resources-filters .text-filter {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .the-section-resources-filters .row {
        margin-bottom: 0;
    }
}

.the-section-resources-filters .row .col {
    width: 31.5%;
    margin-top: 20px;
    text-decoration: none;
}

@media all and (max-width:991px) {
    .the-section-resources-filters .row .col {
        width: 48%;
    }
}

.the-section-resources-filters .btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.the-section-resources-filters .btn-wrap .base-button {
    max-width: 190px;
}

@media all and (max-width:767px) {
    .the-section-resources-filters .row .col {
        width: 100%;
    }
    .the-section-resources-filters .btn-wrap .base-button {
        max-width: unset;
    }
}



/* HOME PAGE */
.product-features.horizontal-tabs h2 {
    font-weight: normal;
    margin-bottom: 1.000rem;
}



/* SEARCH RESULTS PAGE */
.search-results a.search-result {
    display: block;
}
.search-results a.search-result .base-card.resource .wrap-card-typography {
    padding: 2.250rem 2.000rem;
}
.search-results a.search-result .base-card.resource .wrap-card-image {
    margin-bottom: 0;
}


/* DIGITAL EXPERIENCE GLOSSARY PAGE */
/* The table of contents */
section.glossary.table-of-contents {
    align-content: center;
    align-items: center;
    background: #f7f7f7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    height: 100px;
}
section.glossary.table-of-contents ul {
    align-content: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    list-style-image: none;
    margin: 0;
    padding: 0;
}
section.glossary.table-of-contents ul li {
    font-size: 1.000rem;
    line-height: 1.0;
    list-style-type: none;
    margin: 10px 0;
    padding: 0;
    text-align: center;
    color:#283269;
    opacity: 0.7;
}

section.glossary.table-of-contents ul li a{
    opacity: 1;
}
@media only screen and (max-width: 991px) {
    section.glossary.table-of-contents ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    section.glossary.table-of-contents ul li {
        width: calc( 100% / 13 );
    }
}
/* The chapters */
section.glossary.the-glossary .glossary-chapter {
    border-bottom: 1px solid #e0e0e0;
    color: #7E3BFF;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.18px;
    line-height: 32px;
    margin: 0 0 48px;
    padding: 48px 0 24px;
    text-align: center;
}
section.glossary.the-glossary .glossary-chapter:first-of-type {
    padding: 0 0 24px;
}
/* The cards */
section.glossary.the-glossary .glossary-card {
    background: #ffffff;
    box-shadow: 0 10px 30px 0 rgba(134,132,132,0.16);
    margin: 0 0 40px;
    padding: 0;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}
@media only screen and (min-width: 576px) {
    section.glossary.the-glossary .glossary-card:hover {
        box-shadow: 0 10px 20px 0 rgba(134,132,132,0.24);
        transform: scale(1.01);
    }
}
section.glossary.the-glossary .glossary-card a {
    display: block;
    padding: 48px 33px;
}
section.glossary.the-glossary .glossary-card a:hover .wrap-card-typography span.arrow-link {
    padding-left: 13px;
}
section.glossary.the-glossary .glossary-card a:hover .wrap-card-typography span.arrow-link i::before {
    right: 14px;
    width: 0;
}
section.glossary.the-glossary .glossary-card a:hover .wrap-card-typography span.arrow-link i svg {
    right: 8px;
}
section.glossary.the-glossary .glossary-card a .wrap-card-typography h3 {
    font-size: 1.000rem;
    line-height: 1.4;
    margin-bottom: 0.500rem;
}
section.glossary.the-glossary .glossary-card a .wrap-card-typography .card-text p {
    color:#283269;
    opacity: 0.7;
    font-size: 0.800rem;
    line-height: 1.5;
}
section.glossary.the-glossary .glossary-card .wrap-card-typography span.arrow-link {
    color:#7E3BFF;
    margin-top: 1.000rem;
}
section.glossary.the-glossary .glossary-card .wrap-card-typography span.arrow-link:hover {
    padding-left: 26px;
}
section.glossary.the-glossary .glossary-card .wrap-card-typography span.arrow-link:hover i::before {
    right: 0;
    width: 14px;
}
section.glossary.the-glossary .glossary-card .wrap-card-typography span.arrow-link:hover i svg {
    right: -3px;
}
section.glossary.the-glossary .glossary-card .wrap-card-typography span.arrow-link i::before {
    background: #7E3BFF;
}



/* Home page */
/* HOME PAGE */

.the-customer-logos .bg-logos {
    background-image: url(../img/backgrounds/bg-logos-row.png);
    background-repeat: no-repeat;
    background-position: right top;
    width: 1210px;
    height: 300px;
    position: absolute;
    top: 24px;
}


@media (max-width: 991px){
    .the-customer-logos .bg-logos {
        background-image: none;
    }
}

.the-customer-logos .text-row {
    position: relative;
}

.the-customer-logos .text-row p, .the-customer-logos .text-row p{
    color: #283269;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 0;
    opacity: 0.6;
}
.the-customer-logos .logos-row, .the-customer-logos .logos-row {
    justify-content: center;
    margin-bottom: 1.5rem;
    opacity: 0.6;    
    position: relative;
    top: -25px;
}
.the-customer-logos .logos-row .logo-holder, .the-customer-logos .logos-row .logo-holder {
    align-content: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding: 15px 50px;
}
@media only screen and (max-width: 1199px) {
    .the-customer-logos .logos-row,  .the-customer-logos .logos-row {
        padding-bottom: 20px;
    }
    .the-customer-logos .logos-row .logo-holder, .the-customer-logos .logos-row .logo-holder {
        padding: 15px 30px;
    }
}
.the-customer-logos .logos-row .logo-holder:nth-of-type(1) {
    width: 18.5%;
}
.the-customer-logos .logos-row .logo-holder:nth-of-type(2) {
    width: 15.5%;
}
.the-customer-logos .logos-row .logo-holder:nth-of-type(3) {
    width: 15%;
}
.the-customer-logos .logos-row .logo-holder:nth-of-type(4) {
    width: 19%;
}
.the-customer-logos .logos-row .logo-holder:nth-of-type(5) {
    width: 15.5%;
}
.the-customer-logos .logos-row .logo-holder:nth-of-type(6) {
    width: 16.5%;
}
.the-customer-logos .logos-row .logo-holder img {
    max-height: 100%;
}
@media only screen and (max-width: 767px) {
    .the-customer-logos .logos-row .logo-holder:nth-of-type(1) {
        width: 37%;
    }
    .the-customer-logos .logos-row .logo-holder:nth-of-type(2) {
        width: 33%;
    }
    .the-customer-logos .logos-row .logo-holder:nth-of-type(3) {
        width: 30%;
    }
    .the-customer-logos .logos-row .logo-holder:nth-of-type(4) {
        width: 40%;
    }
    .the-customer-logos .logos-row .logo-holder:nth-of-type(5) {
        width: 29%;
    }
    .the-customer-logos .logos-row .logo-holder:nth-of-type(6) {
        width: 31%;
    }
}
.js-tabs-container .tabs-navigation .tab-nav .tab-heading {
    color: #283269;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    margin-top: -10px;
}
.js-tabs-container .tabs-navigation .tab-nav .tab-desc {
    color: #707070;
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
}
.js-tabs-container .tabs-navigation .tab-nav .tab-desc p {
    color: #707070;
    font-size: 0.950rem;
    line-height: 1.56;
}
.js-tabs-container .tabs-navigation {
    left: -6px;
    padding-left: 6px;
}
.js-tabs-container .tabs-navigation .tab-nav.has-sliding-border::before {
    height: 100%;
    left: -6px;
    top: 13px;
}

.js-tabs-container .tabs-navigation .tab-nav .circle {
    background: #ffffff;
    border: 1px solid #b390f7;
    border-radius: 50%;
    content: '';
    height: 25px;
    left: -19px;
    position: absolute;
    top: 0;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    width: 25px;
    z-index: 1;
}
.js-tabs-container .tabs-navigation .tab-nav .circle::before {
    background: #b390f7;
    border-radius: 50%;
    content: '';
    height: 11px;
    left: 6px;
    position: absolute;
    top: 6px;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    width: 11px;
}
.js-tabs-container .tabs-navigation .tab-nav.has-sliding-border .circle {
    border: 1px solid #7E3BFF;
}
.js-tabs-container .tabs-navigation .tab-nav.has-sliding-border .circle::before {
    background: #7E3BFF;
}
.js-tabs-container .tabs-content .tab-content img {
    margin-top: -40px;
    position: relative;
}


/* Digital Experience Glossary post */
body.single-glossary .default-layout {
    margin: 0 auto 150px;
    max-width: 960px;
}

/*.default-layout{
   margin-top: 40px; 
}*/

/* BLOG LANDING PAGE */
.base-post-preview-item .wrap-image,
.base-post-preview-item .wrap-post-content {
    width: 100%;
}
.the-section-blog-row .wrap-content a.wrap-image {
    display: block;
    height: 342px;
}
.the-section-blog-row .wrap-content a.wrap-image img {
    /*height: 100%;*/
    object-fit: cover;
    object-position: center;
    width: 100%;
}
@media (max-width: 991px){
    .the-section-blog-row .wrap-content a.wrap-image img {
        height: 100%;
    }
}


/* BLOG POST */
.the-blog-content {
    padding-top: 60px;
}
@media only screen and (min-width: 992px) {
    .the-blog-content .blog-content {
        padding-left: 6.000rem;
    }
}
body.single-post .blog-content .the-hero-image {
    background-position: 50% 50%;
    background-size: cover;
    height: 400px;
    margin-bottom: 1.500rem;
}
.the-blog-content .blog-aside {
    flex-shrink: 0;
    margin-right: 0;
    max-width: 100%;
    width: 100%;
}
.integrations-card .wrap-card-image {
    margin-top: 0;
    padding: 0;
}
.the-blog-content .wrap-card-typography {
    padding-bottom: 35px;
}
.the-blog-content .wrap-card-typography h3 {
    font-size: 12px;
    letter-spacing: 0.3px;
    line-height: 16px;
    text-transform: uppercase;
}
.the-blog-content .wrap-card-typography h3:after {
    height: 14px;
    top: 46%;
    width: 19px;
}
.the-blog-content .wrap-card-typography p {
    color: #707070;
    font-size: 16px;
    line-height: 22px;
}



/* CONTACT US LANDING PAGE */
@media only screen and (min-width: 992px) {
    .base-card.card-map {
        padding-bottom: 50px;
        max-height: 450px;
        border-radius: 24px;
        overflow: hidden;
        margin-top: 55px;
    }
}


/* Marketo forms */
.marketo-form .content-wrap {
    max-width: 900px;
    padding: 60px 10%;
    margin: 0 auto 15px;
    border-radius: 8px;
    box-shadow: 0 20px 60px 0 rgba(62, 62, 62, .16);
}


.marketo-form ul{
    list-style-image: url(../img/icons/list-marker.png);
    margin-bottom:15px;
    margin-left: 27px;
}

.marketo-form ul li{
    font-size: 0.8rem;
    color: #283269;
    line-height: 155%;
    opacity:0.7;
}

.marketo-form .testimonial{
    background-image: url(../img/backgrounds/bg-mkto-testimonial-bg.svg);
    background-repeat: no-repeat;
    background-size: auto;
    padding-left: 72px;
    position: relative;
    min-height: unset;
    padding-bottom: 75px;
    margin-top: 60px;
}

.marketo-form .testimonial p {
    opacity: 1 !important;    
    max-width: 375px !important;
}

.marketo-form .testimonial .speaker-name {
    opacity: 0.7;
    font-size: 0.7rem;
    font-weight: 600;

    position: absolute;
    left: 170px;
    top: 95px;
}

.marketo-form .testimonial .testimonial-logo{
    height: 34px;
    position: absolute;
    left: 170px;
    top: 150px;
}

.marketo-form .testimonial .testimonial-logo img{
    height: 100%;
}

.marketo-form .testimonial .speaker-photo {
    border-radius: 8px;
    overflow: hidden;
    width: 85px;
    height: 85px;
}

.marketo-form .testimonial .speaker-photo img {
    width:100%;
    height: auto;
}

.marketo-form .testimonial .speaker-job-title {
    opacity: 0.7;
    font-size: 0.7rem;
    font-weight: normal;

    position: absolute;
    top: 118px;
    left: 170px;
}

@media all and (max-width:991px) {
    .marketo-form .content-wrap {
        padding-top: 40px;
        padding-bottom: 40px;
        box-shadow: none;
    }
}

@media all and (max-width:767px) {
    .marketo-form .content-wrap {
        padding: 20px 0;
        margin-bottom: 0;
    }
}

@media all and (max-width:666px) {
    .marketo-form .content-wrap {
        padding-top: 0;
        padding-bottom: 0;
    }
    .marketo-form .testimonial p.quote{
        margin-top: -60px;
    }
    .marketo-form .testimonial{
        padding-bottom: 120px;
    }
    .marketo-form .testimonial .speaker-name {
        top: 75px;
    }
    .marketo-form .testimonial .speaker-job-title {
        top: 98px;
    }
    .marketo-form .testimonial .testimonial-logo{
        top: 130px;
    }
}

.marketo-form .content-wrap .wrap-typography {
    padding-bottom: 20px;
}

.marketo-form .content-wrap .name {
    font-size: 22px;
    line-height: 1.36;
    color: #7E3BFF;
    margin-bottom: 10px;
}

.marketo-form .content-wrap .title {
    margin-bottom: 30px;
}

.marketo-form .content-wrap p,
.marketo-form.two-columns .content-wrap .name {
    margin-bottom: 20px;
}

.marketo-form .content-wrap p{
    font-size: 0.8rem;
    color: #283269;
    opacity: 0.7;
    max-width: 440px;
    line-height: 155%;
}

.marketo-form .mktoForm .mktoGutter {
    height: unset;
}

.marketo-form .content-wrap ul{
    max-width: 440px;
}

@media all and (max-width:992px) {
    .marketo-form .content-wrap p, .marketo-form .content-wrap ul{
        max-width:unset;
    }
}

@media all and (max-width:767px) {
    .marketo-form .content-wrap .wrap-typography {
        padding-bottom: 0;
    }
    .marketo-form .content-wrap .title {
        margin-bottom: 20px;
    }
}

.marketo-form.two-columns {
    text-align: left;
}

.marketo-form.two-columns .content-wrap {
    display: flex;
    justify-content: space-between;
    max-width: unset;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
}

.marketo-form.two-columns .content-wrap .title {
    font-size: 40px;
    line-height: 1.17;
    padding-right: 40px;
}

@media all and (max-width:1199px) {
    .marketo-form.two-columns .content-wrap .title {
        font-size: 40px;
    }
}

@media all and (max-width:991px) {
    .marketo-form.two-columns .content-wrap .title {
        font-size: 26px;
    }
}

.marketo-form.two-columns .wrap-typography {
    max-width: 605px;
    padding-right: 40px;
    font-size: 25px;
    line-height: 1.28;
    color: #283269;   
}


@media all and (max-width:991px) {
    .marketo-form.two-columns .wrap-typography {
        font-size: 20px;
    }
}

@media all and (max-width:991px) {
    .marketo-form.two-columns .content-wrap {
        flex-direction: column;
        align-items: center;
    }
    .marketo-form.two-columns .wrap-typography {
        max-width: unset;
        padding-right: 40px;
    }
}

@media all and (max-width:666px) {
    .marketo-form.two-columns .wrap-typography {
        padding-right: 0;
    }
}

.marketo-form.two-columns .form-wrap {
    width: 470px;
    padding: 40px 55px;
    margin-right: 20px;
    flex-shrink: 0;
    background: linear-gradient(10.69deg, #592F47 -17.33%, rgba(89, 47, 71, 0) 100.29%), #283269;
    box-shadow: 0px 0px 2px rgba(40, 50, 105, 0.1), 0px 6px 30px rgba(59, 63, 85, 0.1);
    border-radius: 32px;
}

@media all and (max-width:1199px) {
    .marketo-form.two-columns .form-wrap {
        margin-right: 0;
    }
}

@media all and (max-width:991px) {
    .marketo-form.two-columns .form-wrap {
        margin-left: auto;
        margin-right: auto;
    }
}

@media all and (max-width:666px) {
    .marketo-form.two-columns .form-wrap {
        width: 100%;
        padding: 20px;
        box-shadow: none;
    }
    .marketo-form.demo-form .form-wrap {
        width: 100% !important;
    }
}

.marketo-form.two-columns .form-wrap .title {
    font-size: 18px;
    line-height: 24px;
    color: #7E3BFF;
    margin-bottom: 10px;
}

.mktoForm {
    width: 100%!important;
    max-width: 652px;
    margin: 0 auto;
    color: #5a5a5a!important;
}

.marketo-form.bg-bello1{
    background-image: url(../img/backgrounds/bg-bello1-mkto.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center top;
    /*padding-bottom: 200px;*/
}

.marketo-form.bg-bello2{
    background-image: url(../img/backgrounds/bg-bello-marketo1.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center top;
    padding-top: 120px;
}

.mktoForm .mktoOffset {
    display: none;
}

.mktoForm .mktoFormRow {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.mktoForm .mktoRequiredField .mktoAsterix {
    display: none !important;
}

@media all and (max-width:666px) {
    .mktoForm .mktoFormRow {
        flex-direction: column;
    }
}

.mktoForm .mktoFormRow .mktoFormCol {
    flex-shrink: 0;
    flex-grow: 0;
    width: 50%;
    float: none;
    min-height: unset;
    padding: 0 8px;
}

@media all and (max-width:991px) {
    .mktoForm .mktoFormRow {
        margin-bottom: 0;
    }
    .mktoForm .mktoFormRow .mktoFormCol {
        margin-bottom: 20px!important;
    }
    .marketo-form.bg-bello1{
        background-image: none;
    }
}


@media all and (max-width:1200px) {
    .marketo-form.bg-bello1{
        background-image: none;
    }
}

@media all and (max-width:666px) {
    .mktoForm .mktoFormRow .mktoFormCol {
        width: 100%;
        flex-basis: 100%;
        padding: 0;
    }
}

.mktoForm .mktoFormRow .mktoFieldWrap {
    float: none;
}

.mktoForm .mktoFormRow input[type=text].mktoField,
.mktoForm .mktoFormRow input[type=email].mktoField,
.mktoForm .mktoFormRow input[type=tel].mktoField,
.mktoForm .mktoFormRow select.mktoField,
.mktoForm .mktoFormRow textarea.mktoField {
    border: 1px solid #707070;
    border-radius: 4px;
    height: 53px;
    padding: 14px 17px;
    width: 100%!important;
    font: 16px/1.375 "Public Sans", sans-serif !important;
    color: #5a5a5a;
}

.mktoForm .mktoFormRow select.mktoField {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAOCAMAAADUg/YpAAAAUVBMVEUAAAD5+fn6+vqrq6vY2Njs7OzMzMzW1tawsLC0tLS4uLjBwcHGxsbPz8/b29vf39/g4ODr6+vw8PDy8vJ+fn6Ojo6rq6uWlpaZmZmVlZWGhoYpjZPwAAAAFHRSTlMADwrSYS2AaMO5r5uMeFpQSzIjHnKVKgkAAABNSURBVAjXXYtHEoAwDAMXp9GrQ4D/PxSHI7qsRpoFmjZR4TSnD2e24tVtPhfCGBA/2QGI8E8z2LZ65qeTpVzs5t8aITjVWKXQG2oOgReQPwKVsExdJwAAAABJRU5ErkJggg==) 95% 50% no-repeat;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.mktoForm .mktoFormRow textarea.mktoField {
    height: 137px;
    min-height: 137px;
    width: calc(200% + 16px)!important;
    margin-right: -100%;
    resize: vertical;
}

@media all and (max-width:666px) {
    .mktoForm .mktoFormRow textarea.mktoField {
        width: 100%!important;
        margin-right: 0;
    }
}

.mktoForm .mktoFormRow input[type=text].mktoField.mktoInvalid,
.mktoForm .mktoFormRow input[type=email].mktoField.mktoInvalid,
.mktoForm .mktoFormRow input[type=tel].mktoField.mktoInvalid,
.mktoForm .mktoFormRow textarea.mktoField.mktoInvalid {
    border-color: #ef0000;
    color: #ef0000;
}

.mktoForm .mktoGutter,
.mktoForm .mktoLabel {
    width: 100% !important;
    color: #fff;
}

.mktoForm .mktoForm .mktoField {
    font: 16px/1.375 "Public Sans", sans-serif !important;
    color: #5a5a5a;
}

.mktoForm .mktoCheckboxList,
.mktoForm .mktoRadioList {
    text-align: left;
    float: none;
    width: auto!important;
}
.mktoForm .mktoCheckboxList {
    padding: 0 !important;
}

.mktoForm input[type=radio] {
    position: relative;
    z-index: 1;
    float: none;
    display: block;
    margin-bottom: -18px;
    opacity: 0;
}

.mktoForm input[type=radio]+label {
    position: relative;
    padding-left: 24px;
    margin: 0 0 10px;
    font: 16px/1.375 "Public Sans", sans-serif !important;
}

.mktoForm input[type=radio]+label::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: "";
    width: 14px;
    height: 14px;
    box-sizing: border-box;
    border: 1px solid #707070;
    border-radius: 50%;
}

.mktoForm input[type=radio]+label::after {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: "";
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    margin-left: 2px;
    border-radius: 50%;
    background-color: #7E3BFF;
    display: none;
}

.mktoForm input[type=radio]:checked+label::after {
    display: block;
}

.mktoForm input[type=radio].mktoInvalid+label::before {
    border-color: #ef0000;
}

.mktoForm input[type=checkbox] {
    position: relative;
    z-index: 1;
    float: none;
    display: block;
    margin-bottom: -13px;
    opacity: 0;
}

.mktoForm input[type=checkbox]+label {
    position: relative;
    padding-left: 36px;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.36;
    font-family: "Public Sans", sans-serif !important;
}

.mktoForm input[type=checkbox]+label::after,
.mktoForm input[type=checkbox]+label::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    left: 0;
    content: "";
}

.mktoForm input[type=checkbox]+label::before {
    border: 2px solid #34e578;
}

.mktoForm input[type=checkbox]+label::after {
    background: url(../img/icons/icon-tick-mark.png) 50% 50%/10px no-repeat #7E3BFF;
    border-color: #7E3BFF;
    display: none;
}

.mktoForm input[type=checkbox]:checked+label::after {
    display: block;
}

.mktoForm input[type=checkbox].mktoInvalid+label::before {
    border-color: #ef0000;
}

.mktoForm .mktoButtonRow {
    display: block;
    text-align: center!important;
}

.mktoForm .mktoButtonWrap {
    margin: 0!important;
}

.mktoForm .mktoButtonWrap .mktoButton {
    border: none !important;
    padding: 12px 25px!important;
    font-size: 0.8rem;
    color: #FFF !important;
    background: #7E3BFF !important;
    border-radius: 30px !important;
    font-weight: 600 !important;
    transition: all .3s ease-out !important;
}

.mktoForm .mktoButtonWrap .mktoButton:hover {
    background: #FFF !important;
    color: #7E3BFF !important;
}

.two-columns .mktoForm {
    color: #787878!important;
}

.two-columns .mktoForm .mktoFormRow {
    flex-direction: column;
    margin-bottom: 0;
}

.two-columns .mktoForm .mktoFormRow .mktoFormCol {
    width: 100%;
    padding: 0;
    margin-top: 5px;
}

@media all and (max-width:991px) {
    .two-columns .mktoForm .mktoFormRow .mktoFormCol {
        margin-bottom: 0!important;
    }
}

.two-columns .mktoForm .mktoFormRow input[type=text].mktoField,
.two-columns .mktoForm .mktoFormRow input[type=email].mktoField,
.two-columns .mktoForm .mktoFormRow input[type=tel].mktoField,
.two-columns .mktoForm .mktoFormRow select.mktoField,
.two-columns .mktoForm .mktoFormRow textarea.mktoField {
    height: 50px;
    padding: 12px 17px;
    width: 100%!important;
    font-size: 14px;
    color: #FFF;
    background: rgba(238, 230, 255, 0.1);
    border-radius: 24px;
}


.two-columns .mktoForm .mktoFormRow input[type=text].mktoField:focus,
.two-columns .mktoForm .mktoFormRow input[type=email].mktoField:focus,
.two-columns .mktoForm .mktoFormRow input[type=tel].mktoField:focus,
.two-columns .mktoForm .mktoFormRow select.mktoField:focus,
.two-columns .mktoForm .mktoFormRow textarea.mktoField:focus {
    border: 1px solid #CCC;
    background: rgba(240, 240, 241, 0.3);
}

.two-columns .mktoForm .mktoFormRow textarea.mktoField {
    width: 100%!important;
    margin-right: 0;
}

.two-columns .mktoForm .mktoFormRow .mktoField::placeholder {
    color: #FFF;
    opacity: 0.4;
    font-weight: normal;
}

.bg-fields-white .mktoField::placeholder{
    color: #283269 !important;
    opacity: 0.7 !important;
}

.bg-fields-white input[type=text].mktoField, 
.bg-fields-white input[type=email].mktoField, 
.bg-fields-white input[type=tel].mktoField, 
.bg-fields-white select.mktoField, 
.bg-fields-white textarea.mktoField {
    color: #727395 !important;
    background-color: #FFFFFF !important;
}

.two-columns .mktoForm .mktoFormRow input[type=text].mktoField.mktoInvalid,
.two-columns .mktoForm .mktoFormRow input[type=email].mktoField.mktoInvalid,
.two-columns .mktoForm .mktoFormRow input[type=tel].mktoField.mktoInvalid,
.two-columns .mktoForm .mktoFormRow textarea.mktoField.mktoInvalid {
    border-color: #ef0000;
    color: #ef0000;
}

.two-columns .mktoForm input[type=checkbox]+label {
    font-size: 12px;
    line-height: 1.58;
    color: #fff;
}

.two-columns .mktoForm .mktoButtonRow {
    margin-top: 20px;
}

.two-columns .mktoForm .mktoButtonWrap .mktoButton {
    width: 100%;
}

.the-dropdown-menu {
    position: relative;
    z-index: 4;
    padding: 0;
}

.the-dropdown-menu .container {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    padding: 0;
}

.the-dropdown-menu .block {
    flex-shrink: 0;
    display: block;
    max-width: 300px;
    height: auto;
    font-size: 16px;
    line-height: 1.375;
    color: #283269;
    /*background-color: #e9ebef;*/
    padding: 40px 50px 0 20px;
}

@media all and (max-width:1199px) {
    .the-dropdown-menu .block {
        width: 25%;
        max-width: none;
        padding: 20px 20px 0;
    }
}

.the-dropdown-menu .block h3 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 700;
    text-transform: uppercase;
    color: #7E3BFF;
}

.the-dropdown-menu .block p {
    margin-bottom: 25px;
}

.the-dropdown-menu .block .img-wrap {
    max-width: 310px;
}

.the-dropdown-menu .block .img-wrap img {
    width: 100%;
    /*-o-object-fit: scale-down;*/
    /*object-fit: scale-down;*/
}

.the-dropdown-menu .sub-menu {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 20px;
    max-width: 690px;
    width: 100%;
    font-size: 14px;
    line-height: 1.43;
}

@media all and (max-width:1199px) {
    .the-dropdown-menu .sub-menu {
        max-width: none;
        padding-top: 40px;
    }
}

.the-dropdown-menu .sub-menu li {
    flex-grow: 0;
    flex-shrink: 0;
    width: 50%;
    max-width: 306px;
    padding: 0 26px 10px;
    margin: 0;
}
.the-dropdown-menu .sub-menu li.has-icon {
    padding: 0 20px;
}
.the-dropdown-menu .sub-menu li.has-icon a {
    padding-left: 45px;
}
.the-dropdown-menu .sub-menu li.has-icon a h4 {
    align-content: flex-start;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    position: relative;
}
.the-dropdown-menu .sub-menu li.has-icon a h4 .icon {
    margin-left: -35px;
    position: absolute;
    top: 0;
}

@media all and (max-width:1199px) {
    .the-dropdown-menu .sub-menu li {
        padding: 0 10px;
        margin-top:6px;
    }
}

.the-dropdown-menu .sub-menu li a {
    display: block;
    padding: 10px 10px 10px 14px;
    border-radius: 4px;
    color:#283269;
    opacity: 0.7;
}

.the-dropdown-menu .sub-menu li a:hover {
    text-decoration: none;
    color:#7E3BFF;
    text-shadow: none;
}

.the-dropdown-menu .sub-menu li h4 {
    margin-bottom: 10px;
}

.the-dropdown-menu .sub-menu li:last-of-type h4 {
    margin-bottom: 0;
}

.the-dropdown-menu .sub-menu h4 {
    line-height: 1.57;
}

.the-dropdown-menu .img-block {
    flex-shrink: 0;
    padding: 60px 20px 60px 0;
    max-width: 220px;
    background-color: #fff;
}

@media all and (max-width:1199px) {
    .the-dropdown-menu .img-block {
        width: 20%;
        max-width: none;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.the-dropdown-menu .img-block img {
    width: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}

.the-header .container:before, .the-header .container:after{
    content: unset;
}

.nav-item-header h4, .nav-item-header h4:hover {
    color: #283269 !important;
    border-bottom: 1px solid #99a7c7;
    text-decoration: none !important;
    font-weight: bold !important;
    padding-bottom: 8px;
    display: inline;
}

li.nav-item-header {
    margin-bottom: 20px !important;
    margin-left: 16px !important;
}

/* *********
CASE STUDIES
********* */
.wp-block-group.case-study .wp-block-image {
    margin: 0 auto;
    max-width: 950px;
}
@media all and (min-width:1200px) {
    body.case-studies .wp-block-group .container,
    body.case-studies .simple-cta-bar .container {
        padding-left: 6.500rem;
        padding-right: 6.500rem;
    }
}



/* *********
ULTIMATE GUIDES
********* */
@media all and (min-width:1200px) {
    body.ultimate-guides .wp-block-group .container,
    body.ultimate-guides .simple-cta-bar .container {
        padding-left: 6.500rem;
        padding-right: 6.500rem;
    }
}



/* *********
CONTENT BLOCKS
********* */
/* FOOTER CTA */
.footer-cta {
    padding: 3.000rem 0;
    text-align: center;
}
.footer-cta p {
    margin-top: 1.00rem;
}
.footer-cta .base-button{
    font-size: 0.8rem;
    padding: 10px 10px;
    max-width: 180px;
}
/* PULL QUOTE */
.pull-quote {
    text-align: center;
}
.pull-quote.minimal {
    padding: 1.500rem 0;
}
.pull-quote.standard {
    padding: 3.000rem 0;
}
.pull-quote.extra {
    padding: 5.000rem 0;
}
.pull-quote .kicker {
    color: #7E3BFF;
    display: block;
    font-size: 1.000rem;
    font-weight: 800;
    line-height: 1.0;
    margin-bottom: 1.000rem;
    text-transform: uppercase;
}
.pull-quote h3 {
    color: #283269;
    display: block;
    font-weight: 300;
    letter-spacing: 0;
    font-size: 1.550rem;
    line-height: 1.23;
    max-width: 990px;
    margin: 0 auto;
}
/* REPEATABLE TOPIC BLOCKS */
.repeatable-topic-blocks {
    overflow: hidden;
    padding-bottom: 3.000rem;
    padding-left: 0;
    padding-right: 0;
    padding-top: 3.000rem;
    position: relative;
}
.repeatable-topic-blocks.padding-top-none {
    padding-top: 0;
}
.repeatable-topic-blocks.padding-bottom-none {
    padding-bottom: 0;
}
.repeatable-topic-blocks.padding-top-extra {
    padding-top: 5.000rem;
}
.repeatable-topic-blocks.padding-bottom-extra {
    padding-bottom: 5.000rem;
}

.repeatable-topic-blocks .container {
    position: relative;
    z-index: 1;
}
.repeatable-topic-blocks.white {
    background-color: #ffffff;
}
.repeatable-topic-blocks.faded-blue {
    background-color: #f5f9ff;
}
.repeatable-topic-blocks.navy {
    background-color: #283269;
}
.repeatable-topic-blocks.electric-blue {
    background-color: #106eff;
}
.repeatable-topic-blocks.light-blue {
    background-color: #1fa1ff;
}
.repeatable-topic-blocks.green {
    background-color: #34e578;
}
.repeatable-topic-blocks.gray-1 {
    background-color: #595959;
}
.repeatable-topic-blocks.gray-2 {
    background-color: #787878;
}
.repeatable-topic-blocks.gray-3 {
    background-color: #e0e0e0;
}
.repeatable-topic-blocks.gray-4 {
    background-color: #f2f2f2;
}
.repeatable-topic-blocks.text-light,
.repeatable-topic-blocks.text-light h2,
.repeatable-topic-blocks.text-light h3,
.repeatable-topic-blocks.text-light h4,
.repeatable-topic-blocks.text-light h5,
.repeatable-topic-blocks.text-light h6,
.repeatable-topic-blocks.text-light p,
.repeatable-topic-blocks.text-light ul li,
.repeatable-topic-blocks.text-light ol li {
    color: #ffffff;
}
.repeatable-topic-blocks .topic {
    margin-bottom: 3.000rem;
    max-width: 800px;
    margin: auto;
}
.repeatable-topic-blocks .topic:last-of-type {
    margin-bottom: 0;
}
.repeatable-topic-blocks .headline-wrapper {
    align-content: center;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 2em;
}
.repeatable-topic-blocks .headline-wrapper .icon {
    margin-right: 1.000rem;
}
.repeatable-topic-blocks .topic .image-container {
    margin-bottom: 1.500rem;
}
.repeatable-topic-blocks .topic h3 {
    color: #283269;
    font-size: 1.550rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    margin: 0.500rem 0 0;
    text-align: left;
}
.repeatable-topic-blocks .topic p {
    color: #707070;
    font-size: 0.900rem;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 1.000rem;
}
.repeatable-topic-blocks .background-container-left {
    height: 500px;
    position: absolute;
    left: 0;
    top: 3.000rem;
    width: 500px;
    z-index: 0;
}
.repeatable-topic-blocks .background-container-right {
    height: 500px;
    position: absolute;
    right: 0;
    top: 3.000rem;
    width: 500px;
    z-index: 0;
}
.repeatable-topic-blocks.icon-normal .icon-sm{
    height: 55px !important;
    width: 55px !important;
}
@media all and (max-width:992px) {
    .repeatable-topic-blocks .background-container-left,
    .repeatable-topic-blocks .background-container-right {
        height: 425px;
        width: 425px;
    }
}
@media all and (max-width:767px) {
    .repeatable-topic-blocks .background-container-left,
    .repeatable-topic-blocks .background-container-right {
        height: 300px;
        width: 300px;
    }
}
@media all and (max-width:575px) {
    .repeatable-topic-blocks .background-container-left,
    .repeatable-topic-blocks .background-container-right {
        height: 250px;
        width: 250px;
    }
}
/* SIMPLE CTA BAR */
.simple-cta-bar {
    margin: 3.000rem 0;
    padding: 1.500rem 0;
    position: relative;
    text-align: center;
}
.simple-cta-bar.margin-none {
    margin: 0;
}
.simple-cta-bar.margin-minimal {
    margin: 1.000rem 0;
}
.simple-cta-bar.margin-standard {
    margin: 3.000rem 0;
}
.simple-cta-bar.margin-extra {
    margin: 5.000rem 0;
}
.simple-cta-bar .container {
    position: relative;
    z-index: 1;
}
.simple-cta-bar.white {
    background-color: #ffffff;
}
.simple-cta-bar.faded-blue {
    background-color: #f5f9ff;
}
.simple-cta-bar.navy {
    background-color: #283269;
}
.simple-cta-bar.electric-blue {
    background-color: #7E3BFF;
}
.simple-cta-bar.light-blue {
    background-color: #1fa1ff;
}
.simple-cta-bar.green {
    background-color: #34e578;
}
.simple-cta-bar.gray-1 {
    background-color: #595959;
}
.simple-cta-bar.gray-2 {
    background-color: #787878;
}
.simple-cta-bar.gray-3 {
    background-color: #e0e0e0;
}
.simple-cta-bar.gray-4 {
    background-color: #faf2eb;
}
.simple-cta-bar.text-light,
.simple-cta-bar.text-light h3,
.simple-cta-bar.text-light p,
.simple-cta-bar.text-light ul li,
.simple-cta-bar.text-light ol li {
    color: #ffffff;
}
.simple-cta-bar .container h3 {
    font-size: 0.950rem;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
}
.simple-cta-bar .container h3 a {
    font-weight: 700;
}
.simple-cta-bar .container h3 a.navy {
    color: #283269;
}
.simple-cta-bar .container h3 a.navy:active,
.simple-cta-bar .container h3 a.navy:focus,
.simple-cta-bar .container h3 a.navy:hover {
    color: rgba(38, 58, 104, 0.6);
}
.simple-cta-bar .container h3 a.electric-blue {
    color: #7E3BFF;
}
.simple-cta-bar .container h3 a.electric-blue:active,
.simple-cta-bar .container h3 a.electric-blue:focus,
.simple-cta-bar .container h3 a.electric-blue:hover {
    color: #7E3BFF;
}
.simple-cta-bar .container h3 a.light-blue {
    color: #1fa1ff;
}
.simple-cta-bar .container h3 a.light-blue:active,
.simple-cta-bar .container h3 a.light-blue:focus,
.simple-cta-bar .container h3 a.light-blue:hover {
    color: rgba(31, 161, 255, 0.6);
}
.simple-cta-bar .container h3 a.green {
    color: #c8abff;
}
.simple-cta-bar .container h3 a.green:active,
.simple-cta-bar .container h3 a.green:focus,
.simple-cta-bar .container h3 a.green:hover {
    color: rgb(200 171 255);
}
.simple-cta-bar .logos-row {
    align-content: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 1.000rem;
}
.simple-cta-bar .logos-row .logo-holder {
    align-content: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0.750rem;
}
.simple-cta-bar .logos-row .logo-holder img {
    margin-top: 0;
    max-width: 100%;
    width: fit-content;
}
@media all and (min-width:1200px) {
    .simple-cta-bar .logos-row .logo-holder {
        padding: 0 1.000rem;
    }
    .simple-cta-bar .logos-row .logo-holder:first-of-type {
        padding: 0 1.000rem 0 0;
    }
    .simple-cta-bar .logos-row .logo-holder:last-of-type {
        padding: 0 0 0 1.000rem;
    }
}
@media all and (max-width:767px) {
    .simple-cta-bar .logos-row {
        flex-wrap: wrap;
        justify-content: center;
    }
    .simple-cta-bar .logos-row .logo-holder {
        width: 34%;
        justify-content: center;
        margin-bottom: 20px;
    }
    
    section.join-the-team {
        background-image: url(../img/backgrounds/bg-bello-subscription-mobile.svg) !important;
        background-position-y: bottom !important;
    }
}

.li-number{
    font-family: "Degular", "Public Sans", sans-serif !important;
    color: #7E3BFF;
    font-weight: 500;
    margin-right: 13px;
    font-size: 1.2rem;
    position: relative;
    top: -2px;
}

section.join-the-team{
    background-image: url(../img/backgrounds/bg-join-the-team-aboutus.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center bottom;
    padding-bottom: 206px;
}

section.join-the-team .section-name{
    font-size: 1.4rem;
}

section.join-the-team h2{
    color: #283269;
    font-size: 1.6rem;
    margin-top: 38px !important;
}

section.join-the-team .wrap-actions{
    margin-top: 45px;
}

section.join-the-team .btn{
    max-width: 147px;
    font-size: 0.8rem;
}

/* CALLOUT */
.callout {
    display: block;
    margin: 3.000rem 0;
    overflow: hidden;
    padding: 6.000rem 0;
    position: relative;
    text-align: center;
}
.callout.white {
    background-color: #ffffff;
}
.callout.faded-blue {
    background-color: #f5f9ff;
}
.callout.navy {
    background-color: #283269;
}
.callout.electric-blue {
    background-color: #106eff;
}
.callout.light-blue {
    background-color: #1fa1ff;
}
.callout.green {
    background-color: #34e578;
}
.callout.gray-1 {
    background-color: #595959;
}
.callout.gray-2 {
    background-color: #787878;
}
.callout.gray-3 {
    background-color: #e0e0e0;
}
.callout.gray-4 {
    background-color: #f2f2f2;
}
.callout.text-light,
.callout.text-light .kicker,
.callout.text-light h3,
.callout.text-light p,
.callout.text-light ul li,
.callout.text-light ol li {
    color: #ffffff;
}
.callout .kicker {
    color: #7E3BFF;
    display: block;
    font-size: 1.500rem;
    font-weight: 800;
    line-height: 1.0;
    margin-bottom: 1.000rem;
    text-transform: uppercase;
}
.callout h3 {
    color: #283269;
    display: block;
    font-weight: 300;
    letter-spacing: 0;
    font-size: 1.05rem;
    line-height: 1.5;
    max-width: 990px;
    margin: 0 auto;
}
.callout .background-container-left {
    height: 500px;
    position: absolute;
    left: 0;
    top: 0;
    width: 500px;
    z-index: 0;
}
.callout .background-container-right {
    height: 500px;
    position: absolute;
    right: 0;
    top: 0;
    width: 500px;
    z-index: 0;
}
@media all and (max-width:992px) {
    .callout .background-container-left,
    .callout .background-container-right {
        height: 425px;
        width: 425px;
    }
}
@media all and (max-width:767px) {
    .callout .background-container-left,
    .callout .background-container-right {
        height: 300px;
        width: 300px;
    }
}
@media all and (max-width:575px) {
    .callout .background-container-left,
    .callout .background-container-right {
        height: 250px;
        width: 250px;
    }
}

/*<nested tabs block>*/
.nested-tabs{
    padding-bottom: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.nested-tabs.mt-100{
    margin-top: 100px;    
}

.nested-tabs .main-tabs{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 0px;
    background-color: #f7faff;
}

.nested-tabs .tab-icon-container {
    flex-shrink: 0;
    margin-right: 15px;
    line-height: 0;
}

.nested-tabs .tab-label a{
    color: #283269;
    text-decoration: none;
    font-size: 20px;
}

.nested-tabs .item-tab.active .tab-label a{
    color: #7E3BFF;
}

.nested-tabs .item-tab:hover .tab-label a{
    color: #7E3BFF;
}

.nested-tabs .item-tab{
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    background-color: #f7faff;
    height:60px;
    
}

.nested-tabs .item-tab div{
    display: flex;
    align-items: center;    
}

.nested-tabs .tabContent{
    padding-top:20px;
    padding-left: 20px;
    padding-right: 20px;
}
.nested-tabs p.tab-description{ 
    color: #283269;
    font-size: 0.8rem;
    margin-left: 60px;
    margin-top: 30px;
    opacity: 0.7;
    max-width: 930px;
}

.nested-tabs .item-tab.active{
    background-color: rgba(5, 110, 255, 0.05);        
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    
}

.nested-tabs .main-tabs label{
    flex-grow: 1;
    max-height: 80px;
    justify-content:center;
}

.nested-tabs .accordion-item .accordion-label{
    height: 40px;
    border-radius: 17px;
    line-height: 1.35;
    color: #283269;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding-left:20px;
    padding-right:20px;
    justify-content: flex-start;
    cursor: pointer;
    position: relative;
    font-size: 0.9rem;
}

.nested-tabs .accordion-item .accordion-description{
    padding: 0px 20px;
    font-size: 16px;
    display: none;
    margin-bottom: 20px;
    color: #283269;
}
.nested-tabs .accordion-item .accordion-description p{
    opacity: 0.7;
}

.nested-tabs .full-width{
    margin-bottom: 60px;
}

.nested-tabs .full-width-tab{
    padding-bottom: 20px;
}

.nested-tabs .accordion-item.active .accordion-description{
    display: block;
}

.nested-tabs .accordion{
    margin-top:15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 60px;
    min-height: 460px;
}

.nested-tabs .accordion-item{
    display: flex;
    justify-content: space-between;
    padding: 15px 0px;
}

.nested-tabs .tab-label h2{
    color: #283269;
    margin-left: 60px;
    position: relative;
}

.nested-tabs.left-0 .tab-label h2 img{
    left: 0px;
}

.nested-tabs .tab-label h2 img{
    position: absolute;
    top: -47px;
    left: -145px;
    z-index: -1;
}

.nested-tabs.connect-bg .tab-label h2 img{
    top: 24px !important;
    left: 0px !important;
}

.nested-tabs .tab-label{
    position: relative;
}

.nested-tabs .tab-label .icon-normal{
    position: absolute;
    left: -13px;
    top: -6px;
}
.nested-tabs .accordion-content{
    width: 100%;
    align-items: center;
}
.nested-tabs .accordion-media-hidden{
    display:none;
}

.nested-tabs .media-content{
    width:100%;
}

.nested-tabs .accordion-icon{
    width:30px;
    height:30px;
    text-align: center;
    position: absolute;
    left: -44px;
    top: 10px;
}

.nested-tabs .accordion-icon img{
    position: relative;
    left: -8px;
    top: -34px;
    z-index: -1;
}

.nested-tabs .accordion-media .item-media{
    background-color:#CCC;
}

.nested-tabs .accordion-list{
    display: flex;
    flex-direction: column;
    padding-left: 90px;
}

.nested-tabs .accordion-media{
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.nested-tabs .accordion-media img{
    width:100%;
    height:100%;
}

.nested-tabs .text-block {
    padding: 0 120px;
    font-size: 22px;
}

.nested-tabs .text-block h2 {
    font-weight: normal;
}
.nested-tabs .title {
    margin-bottom: 20px;
    color: #283269;
}

.nested-tabs .text-block p:last-of-type {
    padding-bottom: 3.000rem;
}

.nested-tabs .text-block p {
    color: #283269;
    font-size: 0.8rem;
    line-height: 1.45;
    text-align: center;
    opacity: 0.7;
}

.nested-tabs .media-content img{
    width:100%;
}

.nested-tabs .cta-wistia-video{
    max-width: 160px;
    position: relative;
    top: 10px;
}

.nested-tabs .cta-wistia-video a{
    margin-bottom: 28px;
    margin-top: 10px;
    max-height: 43px;
}

.nested-tabs .nested-accordion-background{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
/*
.nested-tabs .shape-bg{
    background-image: url(/wp-content/themes/decibelinsight/assets/img/product-shape-bg.png);
    background-position: left;
    background-repeat: no-repeat;
}

.nested-tabs .shape-bg-2{
    background-image: url(/wp-content/themes/decibelinsight/assets/img/product-shape-bg-2.png);
    background-position: 60% 70%;
    background-repeat: no-repeat;
}
*/
.nested-tabs .floating-accordion-left{
    position:absolute;
    left:-100px;
    top:50%;
}

.nested-tabs .floating-accordion-right{
    position:absolute;
    left:50%;
    top:70%;
}

@media (max-width: 666px){
    .nested-tabs .base-button.small {
        padding: 10px 15px;
        border-radius: 4px;
        font-size: 16px;
        max-height: 43px;
    }

    .nested-tabs .shape-bg-2{
        background-position: 220% bottom;
    }

    .nested-tabs .tabContent {
        padding-left: 0px;
        padding-right: 0px;
    }

    .nested-tabs .tab-description {
        padding-left: 20px;
        padding-right: 20px;
    }

    .nested-tabs .bg-nested-item{
        display: none;
    }

}

@media all and (max-width:768px) {
    .nested-tabs .accordion-media img{
        display: none;
    }

    .nested-tabs .tab-label .icon-normal{
        left: 17px;
        width: 40px;
        height: 40px;
    } 

    .nested-tabs .accordion{
        display:flex;
        grid-column-gap: 0;
    }

    .nested-tabs .accordion-media-hidden{
        display: flex;
        margin: 10px 0px;
    }

    .nested-tabs .text-block {
        padding: 0px 20px;
    }


    .nested-tabs .container{
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media all and (max-width:767px) {
    .nested-tabs .main-tabs .tab-icon-container{
        display:none;
    }
}

/*</nested tabs block>*/

/*.container-menu{
    max-width: 1410px !important;
}*/
  
  .img-overlay {
    position: fixed;
    top: 20px;
    max-height: 90%;
    left: 50%;
    transform: translate(-50%, 0) scale(0, 0);
    z-index: 100;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    transition: all .3s ease;
  }
  
  .overlay-dark {
    top: 0;
    position: fixed;
    background-color: #000;
    opacity: .9;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
  }

  .img-popup{
      cursor: pointer;
  }

  .wp-block-cover-image.has-background-dim, .wp-block-cover.has-background-dim {
    background-color: transparent;
  }

  /*simple-block-cards*/

  .simple-block-cards{
    align-content: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto 0.000rem;
    overflow: hidden;
    padding-bottom: 3.5rem;
    padding-top: 3rem;
    position: relative;
}

.simple-background-container{
    display: flex;
    background-repeat: no-repeat;
    height: 100%;
    justify-content: space-between;
    /*left: 0;*/
    position: absolute;
    width: 100%;
    z-index: -1;
    top:0;
    max-width: 1210px;
}

html[lang="fr-FR"] .simple-block .description, html[lang="de-DE"] .simple-block .description{
    max-width: unset !important;
}

html[lang="fr-FR"] .simple-block.no-max-width .simple-background-container, html[lang="de-DE"] .simple-block.no-max-width .simple-background-container{
    max-width: unset !important;
}

html[lang="fr-FR"] .marketo-form .testimonial p, html[lang="de-DE"] .marketo-form .testimonial p {
    max-width: 400px !important;
}

.simple-block.left-bg .simple-background-container{
    left: 0 !important;
}
.simple-block.left-bg-wide .simple-background-container{
    left: -50% !important;
    width:150% !important;
}

.simple-block-cards .media-content{
    display:block;    
}

.simple-block-cards .media-content img{
    position: relative;
    width: 100%;
}

.simple-block-cards.original-size-img img{
    width:unset;
}


@media all and (min-width:1200px) {
    .the-hero-section.original-size-img .col-media img, .simple-block-cards .media-content img{
        width:unset !important;
    }
}


.simple-block-cards .title{
    color: #FFF;
    line-height: 1.23;
    margin-bottom: 1.000rem;
    font-size: 1.600rem;
    font-weight: normal;
    max-width:400px;
}

.simple-block-cards .subtitle{
    color: #7E3BFF;
    font-size: 1.000rem;
    font-weight: 600;
    line-height: 1.0;
    margin-bottom: 15px;;
}

.simple-block-cards p{
    margin-bottom: 20px;
}

.simple-block-cards .card{
    background-color:#FFF;
    border-radius: 8px;
    width:238px;
    min-height:147px;
    padding: 20px 20px;
    position: relative;
    margin: auto;
}

.simple-block-cards .card-title{
    color: #7E3BFF;
    font-size: 0.800rem;
    font-family: "Degular", "Public Sans", sans-serif !important;
    position: relative;
    left: 36px;
}

.simple-block-cards .card-icon{
    position: absolute;
    left:21px;
}

.simple-block-cards:before{
    background-image: url(../img/backgrounds/bg-left-simple-block-cards.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 654px;
    position: absolute;
    left: -50%;
    z-index: -1;
    content: '';
    top:0px;
}

.simple-block-cards .card-description{
    font-size: 0.600rem;
    color: #283269;
    opacity: 0.7;
    margin-top: 8px;
}

.simple-block .base-button{
    max-width:160px;
}

@media all and (max-width:1280px) {
    
    .link-list .card-wide, .link-list .card-short {
        margin: auto;
        margin: 15px;
    }
    /*.link-list{
        margin: 30px !important;
    }*/
}

.simple-block .video-container{
    border-radius: 24px;
    overflow: hidden;
}

.simple-block.text-top .text-block{
    justify-content: flex-start;
}

.simple-block.pl-text-85 .text-block{
    padding-left: 85px;
}

.simple-block .btn-wrap{
    margin-top:20px;
}

.simple-block.title-up-20 .title{
    position: relative;
    top: -20px;
}

.simple-block.mh-400 .show-in-desktop{
    min-height: 400px;
}

@media all and (max-width:1280px) {
    .simple-block.simple-block-rebrand.pl-100 .show-in-desktop {
        padding-left: 50px !important;
    }
}

@media all and (max-width:1200px) {
    .simple-block.simple-block-rebrand.pl-100 .show-in-desktop {
        padding-top: 60px;
    }
}

.simple-block.w-desc-470 .description{
    width: 470px !important;
}

.simple-block.long-cta .base-button{
    max-width: 188px;
}

.simple-block-cards .main-image{
    position: relative;
    left: -48px;
}

.simple-block-cards .description{
    color: #FFF;
    opacity: 0.7;
    font-size: 0.700rem;
    font-weight: 300;
    line-height: 155%;    
    max-width: 633px;
}

.simple-block-cards .text-block{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 20px;
    margin-left: -60px;
}

.simple-block-cards .show-in-mobile{
    display:none;
}

.simple-block .vgif{
    margin-right: 0px !important;
}

@media all and (max-width:1200px) {
    .simple-block-cards.original-size-img img{
        width:100%;
    }
}
@media all and (max-width:666px) {
    .simple-block-cards .cards .row:nth-child(n+2) {
        margin-bottom: 0px !important;
    }
}
@media all and (max-width:992px) {
    .simple-block .vgif{
        margin-right: auto !important;
    }

    .simple-block-cards .cards .row{
        margin:auto;
    }

    .simple-block-cards .cards .row:nth-child(n+2) {
        margin-bottom: 30px;
    }

    .simple-block-cards .main-image {
        left: -15px;
    }
    
    .simple-block-cards .subtitle, .simple-block-cards .media-content{
        margin-top: 30px;
        text-align: center;
    }
    .simple-block-cards .media-content img {
        width: unset !important;
    }
    .simple-block-cards {
        padding-bottom: 4rem;
        padding-top: 4rem;
        background-color: #283269;
        margin-bottom: 80px;
    }
    .simple-block-cards .show-in-mobile{
        display:block;
        padding:20px;
    }
    .simple-block-cards .show-in-desktop{
        display:none;
    } 

    .simple-block-cards .title, .simple-block-cards .description  {
        max-width: unset;
    }
    .simple-block.simple-block-rebrand .title {
        height: 62px;
    }
    .simple-block.bg-responsive-center .show-in-mobile .description {
        float: left !important;
    }  
    .the-customer-logos{
        margin-bottom: -70px;
    }

    .the-customer-logos.mt-less40 {
        margin-top: 0px !important;
    }

    .simple-block-cards:before{
        background-image: none;
    }

    .simple-background-container{
        background-image: none !important;
    }

    .simple-block-cards .show-in-mobile{
        background-color: #283269;
    }
}

@media all and (max-width:767px) {
    .simple-block-cards {
        padding-bottom: 2rem !important;
        padding-top: 0rem !important;
    }
    .simple-block.simple-block-rebrand .title {
        height: 62px;
    }
    .simple-block.bg-responsive-center .show-in-mobile .description {
        float: left !important;
    }  
    .simple-block.mt-20 .media-content {
        padding: 20px;
    }
    .simple-block-cards .card{
        width:unset;
        margin-bottom: 30px;
    }
    .simple-block-cards .cards .row{
        margin: unset;
        margin-bottom: 0px !important;
    }
    .simple-block .btn-wrap{
        margin-bottom:30px;
        text-align: center !important;
    }
    .the-hero-section .btn-wrap .base-button{
        box-shadow: 2px 2px 10px 2px #eee;        
    }
    .forrester-calculator .text-block .base-button{
        margin: auto !important;
    }
    .forrester-calculator .text-block {
        text-align: center !important;
        padding-left: 20px !important
    }
}

.simple-block-cards.simple-block-rebrand .text-block{
    margin-top:-40px;
}

.simple-block.mw-desc-400 .description{
    width: 100%;
}
.simple-block.mw-desc-400 .description p{
    max-width: 400px !important;
}

.simple-block.mw-desc-400 .media-block {
    margin-top: -60px !important;
}

.simple-block.mw-desc-400 .text-block {
    margin-top: -68px !important;
}

.simple-block.align-start .text-block {
    justify-content: flex-start !important;
}

.simple-block-cards.simple-block-rebrand.align-top .text-block{
    justify-content: flex-start;
}

.simple-block-cards.simple-block-rebrand.align-top .media-block{
    margin-top:-50px;
}

.simple-block-cards.simple-block-rebrand.pl-220 .text-block{
    padding-left:220px;
}

.simple-block-cards.simple-block-rebrand.pl-50 .text-block{
    padding-left:50px;
}

.simple-block-cards.simple-block-rebrand .title span{
    float:left;
    font-weight: normal;
}

.simple-block-cards.simple-block-rebrand .title{
    font-size:22px;
    margin-bottom: 0.700rem;
}

.simple-block-cards.simple-block-rebrand .nbr{
    font-size:59px;
    margin-right:10px;
    position:relative;
    top: -10px;
}

.simple-block-cards.simple-block-rebrand .simple-background-container{
    background-position-y: top !important;
}

.simple-block-cards.simple-block-rebrand .description p{
    font-weight: normal;
    line-height: 155%;
}

  /*simple-block-cards-end*/

  /*simple-block*/
.simple-block{
    align-content: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto 0.000rem;
    overflow: visible;
    padding-bottom: 3.5rem;
    padding-top: 3rem;
    position: relative;
}

.simple-block.list-style1 ul li:before{
    content:'';
    width:18px;
    height:18px;
    background-image: url(../img/icons/list-marker.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 2px;
}

.simple-block.list-style1 ul li{
    position:relative;
    padding-left: 26px;
}

.simple-block .icon-title{
    position: relative;
    top:13px;
}

.simple-block .media-content{
    display:block;    
}

.simple-block.video-rc-25 .media-content{
    border-radius: 25px;
    overflow: hidden;
}

.simple-block .media-content img{
    position: relative;
    width: 100%;
}

.simple-block.original-size-img img{
    width:unset;
}


@media all and (min-width:1200px) {
    .the-hero-section.original-size-img .col-media img{
        width:unset !important;
    }    
}

.simple-block.media-right-80 .media-content{
    text-align: right;
}
.simple-block.media-right-80 .media-content img{
    width:80%;
}

.simple-block .title{
    color: #283269;
    line-height: 1.23;
    margin-bottom: 1.000rem;
    font-size: 1.600rem;
    font-weight: normal;
}

.simple-block .subtitle{
    color: #7E3BFF;
    font-size: 1.000rem;
    font-weight: 600;
    line-height: 1.0;
    margin-bottom: 15px;;
}

.simple-block p{
    margin-bottom: 20px;
}

.simple-block .description{
    color: #283269;
    opacity: 0.7;
    font-size: 0.800rem;
    font-weight: 300;
    line-height: 155%;    
    max-width: 400px;
}

.simple-block .text-block{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.simple-block .show-in-mobile{
    display:none;
}

.simple-block .mw-600{
    max-width: 600px;
}

@media all and (min-width:992px) {
    .simple-block.simple-block-rebrand.pl-100-sb4 .media-block{
        margin-top: -60px !important;
    }
    
}
.simple-block.simple-block-rebrand.pl-100-sb4 .btn-wrap{
    margin-top: 80px !important;
}

@media all and (max-width:1200px) {
    .simple-block.original-size-img img{
        width:100%;
    }
    
    .simple-block .description{
        font-size: 0.700rem;
    }
}

@media all and (max-width:992px) {
    .simple-block.simple-block-rebrand.pl-100 .show-in-mobile, 
    .simple-block.simple-block-rebrand.pl-100-sb4 .show-in-mobile, 
    .simple-block.simple-block-rebrand.pl-220 .text-block,
    .simple-block.simple-block-rebrand.align-top .text-block {
        padding-left: 0px !important;
        padding-top: 0px !important;
    }

    .simple-block.bg-responsive-right .show-in-mobile {
        width: unset !important;
    }

    .simple-block.bg-responsive-center .show-in-mobile {
        min-height: unset !important;
    }

    .simple-block.mw-desc-400 .media-block {
        margin-top: 0px !important;
    }

    .simple-block.pl-text-85 .text-block {
        padding-left: 20px;
    }

    .simple-block .mw-600{
        max-width: unset;
    }

    .simple-block.mw-desc-400 .description p {
        max-width: unset !important;
    }

    .simple-block.w-desc-470 .description {
        width: unset !important;
    }

    .simple-block.original-size-img img{
        width: unset !important;
        max-width:100%; 
        height:auto;
        margin: auto;
    }

    .simple-block .subtitle, .simple-block .media-content{
        margin-top: 30px;
        text-align: center;
    }
    .simple-block {
        padding-bottom: 4rem;
        padding-top: 4rem;
    }
    .simple-block .show-in-mobile{
        display:block;
        padding:20px;
    }
    .simple-block .show-in-desktop{
        display:none;
    } 

    .simple-block .title, .simple-block .description  {
        max-width: unset;
        width: unset !important;
    }
    
    
    .simple-block.bg-responsive-center .show-in-mobile .description{
        float: right;
    }
    
    .simple-block.bg-responsive-center .show-in-mobile{
        min-height: 356px;
    }

    .simple-block.simple-block-rebrand .text-block {
        margin-top: 0px;
    }

    .simple-block.bg-responsive-right .show-in-mobile {
        width:400px;
        position: relative;
    }

    .simple-block.mt-20 .media-content {
        margin-top: -20px;
    }

    .simple-block.mt-90 .media-content {
        margin-top: 0px;
    }

    .simple-block.mt-80 .media-content {
        margin-top: 0px;
    }

    .simple-block.bg-responsive-right .simple-background-container {
        background-position: -40% center !important;
    }

    .simple-block.bg-responsive-right .show-in-mobile .description{
        float: right;
    }

    .simple-block.bg-responsive-right .description  {
        max-width: unset !important;
    }

    .simple-block.simple-block-rebrand.pl-100-sb4 .show-in-mobile{
        padding-left:182px;
        padding-top:41px;
    }
    
}

@media all and (max-width:767px) {
    .simple-block .simple-background-container{
        display: none;
    }
    .simple-block.pl-220 .show-in-mobile, .simple-block.pl-100 .show-in-mobile, .simple-block.pl-100-sb4 .show-in-mobile{
        padding: 40px 40px 0px 40px !important;
    }  
    .simple-block.bg-responsive-center .show-in-mobile {
        min-height: 220px;
    }
    .simple-block.mt-90 .media-content {
        margin-top: 0px;
    }

    .simple-block {
        padding-top: 0px;
    }

    .simple-block.simple-block-rebrand.pl-100 .show-in-mobile, .simple-block.simple-block-rebrand.pl-100-sb4 .show-in-mobile, .simple-block.simple-block-rebrand.pl-220 .text-block, .simple-block.simple-block-rebrand.align-top .text-block {
        padding-left: 30px !important;
    }
    .simple-block.simple-block-rebrand .text-block {
        margin-top: 0px !important;
    }
}

.simple-block.simple-block-rebrand .text-block{
    margin-top:-40px;
}

.simple-block.simple-block-rebrand.align-top .text-block{
    justify-content: flex-start;
}

.simple-block.simple-block-rebrand.align-top .media-block{
    margin-top:-50px;
}

.simple-block.simple-block-rebrand.pl-220 .text-block{
    padding-left:220px;
    padding-top: 110px;
}

.simple-block.simple-block-rebrand.pl-220 .simple-background-container {
    background-position-y: center !important;
}

.simple-block.simple-block-rebrand.pl-100 .show-in-desktop{
    padding-left:100px;
}

.simple-block.simple-block-rebrand.pl-100 .show-in-desktop .title{
    margin-top: -60px;
}


.simple-block.simple-block-rebrand.pl-100 .show-in-mobile{
    padding-left:220px;
    padding-top:141px;
}

.simple-block.simple-block-rebrand.pl-50 .text-block{
    padding-left:50px;
}

.simple-block.simple-block-rebrand.pl-90 .text-block{
    padding-left:90px;
}

.simple-block.simple-block-rebrand .title span{
    float:left;
    font-weight: normal;
}

.simple-block.mt-text-75 .text-block {
    margin-top: -75px;
}

.simple-block.simple-block-rebrand .title{
    font-size:22px;
    margin-bottom: 0.700rem;
}

.simple-block.simple-block-rebrand .nbr{
    font-size:59px;
    margin-right:10px;
    position:relative;
    top: -10px;
}

.simple-block.simple-block-rebrand .simple-background-container{
    background-position-y: top !important;
}

.simple-block.simple-block-rebrand .description p{
    font-weight: normal;
    line-height: 155%;
}


/*simple-block-end*/


/*info-center home*/
.info-center{
    text-align: center;
    margin: 60px 0px 20px 0px;
    padding:20px;
}

.info-center h1{
    font-size: 32px;
    font-weight: normal;
    max-width: 700px;
    margin: auto !important;
}

.info-center p{
    font-weight: normal;
    font-size: 0.8rem;
    max-width:870px;
    margin:auto;
    color: #283269;
    opacity: 0.7;
}

@media all and (max-width:992px) {    
    .info-center p{
        max-width:708px;
    }
}

.mt-less40{
    margin-top: -70px !important;
}
.mt-less110{
    margin-top: -110px !important;
}


.move-logos-top .container{
    position: relative;
    top: -20px;
}

.webinars .wrap-card-typography span{
    color: #283269;
    font-size: 0.7rem;
    position:absolute;
    bottom: 20px;
    left: 60px;
    text-transform: uppercase;
}

/*link-list*/
.link-list{
    padding: 150px 0;
    margin: auto;    
    margin-bottom: 100px;

    background-image: url(../img/backgrounds/bg-link-list.svg);
    background-repeat: no-repeat;
    background-position: center 84%;
}
.link-list .cards{
    display: flex;
    justify-content: space-between;    
    margin: auto;
    flex-direction: row;
}
.link-list .card-wide{
    display: flex;
    flex-direction: column;
    height: 394px;
    border-radius: 12px;
    box-shadow: 0px 0px 2px rgba(40, 50, 105, 0.1), 0px 10px 30px rgba(40, 50, 105, 0.12);
    max-width: 578px;
    min-width: 546px;
    overflow: hidden;
    background-color:#FFF;
}

.link-list .card-image{
    border-bottom-left-radius: 12px;
    overflow: hidden;
    height: 204px;
    border-bottom-right-radius: 12px;
}

.link-list .card-image img{
    width: 100%;
}

.link-list .card-content{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 30px;
    min-height:190px;
    background-image: url(../img/backgrounds/bg-card-content.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
}

.link-list .card-cta a{
    color: #283269;
    max-width: 140px;
    box-shadow: 0px 0px 20px rgba(161, 143, 195, 0.1), 0px 20px 20px -16px rgba(161, 143, 195, 0.3);
}

html[lang="fr-FR"] .link-list .card-cta a, html[lang="de-DE"] .link-list .card-cta a{
    max-width: 220px !important;
}

.link-list .card-cta{
    display:flex;
}
.link-list .card-title{
    display:flex;
    color: #283269;
    font-size: 24px;
    font-family: "Degular", "Public Sans", sans-serif !important;
    opacity: 0.7;
    max-width: 460px;
    position: relative;
}

.link-list .card-bg1{
    background-image: url(../img/backgrounds/bg-card-item1.png);
    background-repeat: no-repeat;
    overflow: visible;

    width: 225px;
    height: 90px;
    position: absolute;
    right: 0px;
    top: -90px;
}

.link-list .card-bg2{
    background-image: url(../img/backgrounds/bg-card-item2.png);
    background-repeat: no-repeat;
    overflow: visible;

    width: 225px;
    height: 90px;
    position: absolute;
    right: 0px;
    top: -90px;
}

.link-list .card-color-1{
    border-color: #7E3BFF;
}
.link-list .card-color-2{
    border-color: #283269;
}
.link-list .card-color-3{
    border-color: #00ff85;
}

.link-list .card-short{
    display: flex;
    height: 200px;
    border-radius: 12px;
    box-shadow: 5px 8px 17px 0 rgba(0, 0, 0, 0.16);
    width: 368px;
    overflow: hidden;
    flex-direction: column;
    border-left-width: 12px;
    border-left-style: solid;
    padding: 30px;
    justify-content: space-between;
}

.link-list .link-category{
    color: #7E3BFF;
    font-size: 0.700rem;
    font-weight: 600;
    line-height: 1.0;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.link-list .link-title{
    color: #283269;
}
@media all and (max-width:1280px) {
    
    .link-list .card-wide, .link-list .card-short {
        margin: auto;
        margin: 15px;
    }
}
@media all and (max-width:1080px) {
    .link-list .card-wide{
        min-width: unset !important;
    }
}
@media all and (max-width:1150px) {
    .link-list .card-short {
        width: 50%;
    }    
    .link-list .card-short {
        width: 90%;
    }

    .link-list .card-title{
        line-height: 1.2;
    }

    .link-list .card-image{
        /*width:60%;*/
        overflow: hidden;
    }

    .link-list .card-content{
        width: 80%;
    }
    
    
}

@media all and (max-width:767px) {
    .link-list .wide-container{
        flex-direction: column;
    }
    .link-list{
        padding: 1rem 0;
    }

    .link-list .cards{
        flex-direction: column;
        max-width:475px !important;
    }   

    .link-list .card-cta .base-button.small {
        padding: 5px 5px;
    }
    .link-list {
        max-width: unset !important;
    }
}
@media all and (max-width:666px) {
    .link-list {
        max-width:540px !important;
    }

    .link-list .card-bg1, .link-list .card-bg2{
        background-image: none !important;;
    }
    .link-list .card-wide {
        height: 333px !important;
    }
}

/*link-list-end*/
@media all and (max-width:767px) {
    .move-background-bottom .hero-background-container, .move-background-bottom .simple-background-container{
        background-position: left 80% !important;
    }
    .center-cta-mobile .btn-wrap{
        width: 100%;
        justify-content: center;
    }
    .center-cta-mobile .btn-wrap a{
        padding: 13px 17px;
        font-size: 1.000rem;
        max-height: 50px;
    }
}

.pb-10{
    padding-bottom: 6.5rem;
}

.pb-86{
    padding-bottom: 8.6rem;
}
.pb-66{
    padding-bottom: 6.6rem;
}

.pb-7{
    padding-bottom: 7rem;
}

.pb-91{
    padding-bottom: 9.1rem;
}

.pb-112{
    padding-bottom: 11.2rem;
}

.pt-10{
    padding-top: 6rem;
}


.pt-8{
    padding-top: 8.5rem;
}

.pt-45{
    padding-top: 4.5rem;
}

.mt-6{
    margin-top: 6rem;
}

.mt-9{
    margin-top: 9rem;
}

.mt-4{
    margin-top: 4rem;
}

.pb-14{
    padding-bottom: 10rem;
}

.pt-14{
    padding-top: 10rem;
}

.pt-40{
    padding-top: 4.0rem;
}

/*<Paid Search mkto form>*/
.mkto-2-columns{
    font-family: "Public Sans", sans-serif !important;
    position: relative;
}

.mkto-2-columns h4.name{
    display: none;
}

.mkto-2-columns .wrap-typography{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mkto-2-columns .mktoFormRow .mktoFormCol{
    width: 48% !important;
}

.mkto-2-columns .mktoForm .mktoFormRow {
    flex-direction: row;
    margin-bottom: 0;
    justify-content: space-between;
}

.mkto-2-columns .form-wrap {
    width: 50% !important;
}

.mkto-2-columns .mktoFormRow:nth-of-type(6) .mktoFormCol,.mkto-2-columns .mktoFormRow:nth-of-type(4) .mktoFormCol, .mkto-2-columns .mktoFormRow:nth-of-type(1) .mktoFormCol, .mkto-2-columns .mktoFormRow:nth-of-type(5) .mktoFormCol {
    width:100% !important;    
}
.mkto-2-columns .form-wrap {
    padding: 30px 55px !important;
}

.mkto-2-columns .mktoFormRow:nth-of-type(1) .mktoFormCol {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #7E3BFF;
}

.mkto-2-columns .mktoClear {
    display: none;
}

.mkto-2-columns .mktoHtmlText {
    width: 100% !important;
    text-align: center;
    font-family: "Public Sans", sans-serif !important;
}

.mkto-2-columns .form-wrap{
    background: linear-gradient(to bottom, #ffffff, #ffffff 127%) !important;
    border-radius: 10px;
}

.mkto-2-columns .mktoButtonWrap .mktoButton {
    transition: all .3s ease-out !important;
    width: 241px !important;
    height: 50px !important;
    border-radius: 6px !important;
    background-color: #056eff !important;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: center;
    color: #FFF !important;
}

.mkto-2-columns .mkto-image{
    text-align: left;
}
.mkto-image img{
    max-width: 100%;
    margin-bottom: 3rem;
}

.mkto-2-columns .wrap-typography, .mkto-2-columns .wrap-typography .title{
    color: #FFF !important;
}
.mkto-2-columns .wrap-typography p{
    font-size: 18px;
}

.mkto-2-columns .mkto-background-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex !important;
    height: 100%;
    justify-content: space-between;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
    min-width:650px;
}

.mkto-2-columns .mkto-background-container .background-right{
    position: absolute;
    right: 0px;
    z-index: 0;
    background-image: url(/wp-content/themes/decibelinsight/assets/img/product-right.png);
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-color: #056eff;
}
.mktoForm input[type=checkbox]+label::before {
    border:2px solid #fff;
}
.mktoForm a {
    color:#fff;
    text-decoration: underline;
}

.mkto-2-columns .content-wrap .title {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.17;
    padding-right: 40px;
    color: #0de578 !important;
}

.marketo-form.demo-form .form-wrap{
    width: 500px;
}
.marketo-form.demo-form h2.title{
    padding-right: 0 !important;
}
.marketo-form.demo-form .text-holder p, .marketo-form.demo-form .text-holder li{
    font-size: 0.9rem !important;
}
.marketo-form.demo-form .text-holder ul, .marketo-form.demo-form .text-holder p{
    max-width: unset !important;
}

@media (max-width: 666px){
    .mkto-2-columns .mkto-background-container .floating-2{
        bottom: 130px !important;
        width: 200px !important;
    }
}

/*.mkto-2-columns .mkto-background-container .floating-2{
    position: absolute;
    left:-3%;
    bottom: 0px;
    z-index: 0;
    background-image: url(/wp-content/themes/decibelinsight/assets/img/floating-shapes.png);
    width: 531px;
    height: 287px;
    background-repeat: no-repeat;
    background-size: contain;
}*/

@media all and (max-width:992px) {
    .mkto-2-columns .form-wrap{
        width: 100% !important;
        margin-top:20px;
    }
    .mkto-2-columns .mktoForm .mktoFormRow {
        flex-direction: column;
        padding: 0px 15px;
    }
    .mkto-2-columns .mktoFormRow .mktoFormCol {
        width: 100% !important;
    }
}
/*</Paid Search mkto form>*/

/*<vertical-accordion>*/
.vertical-accordion{
    padding-top: 120px;
    background: rgb(247,250,255);
    background: linear-gradient(180deg, rgba(247,250,255,1) 0%, rgba(232,241,255,1) 100%);
    position: relative;
}

.vertical-accordion .accordion{
    margin-top:80px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 60px;
    padding-bottom: 60px;
}

.vertical-accordion .accordion-item{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.vertical-accordion .accordion-content{
    width: 100%;
    align-items: center;
}
.vertical-accordion .accordion-media-hidden{
    display:none;
}

.vertical-accordion .media-content{
    width:100%;
    z-index: 0;
}

.vertical-accordion .accordion-icon{
    width:30px;
    height:30px;
    text-align: center;
    margin-right:10px;
    position: relative;
    top:-2px;
}

.vertical-accordion .accordion-icon-left{
    width:30px;
    height:30px;
    text-align: center;
    margin-right:10px;
    position: relative;
    top:-2px;
}

.vertical-accordion .accordion-media .item-media{
    background-color:#CCC;
}

.vertical-accordion .accordion-list{
    display: flex;
    flex-direction: column;
    min-height: 400px;
    padding: 30px;
    z-index:2;
}

@media (max-width: 767px){
    .vertical-accordion{
        padding-bottom: 0px;
        padding-top: 60px;        
    }

    .vertical-accordion .accordion{
        padding-bottom: 10px;
    }
    
    .vertical-accordion .accordion {
        display: flex;
        grid-column-gap: 0;
        margin-top: 0px;
    }
    .vertical-accordion .accordion-media-hidden {
        display: flex;
        margin: 10px 0px;
    }
    .vertical-accordion .media-content{
        position: static;
    }
    .vertical-accordion .accordion-list {
        max-width: 100% !important;
        padding: 30px 0;
    }
    .vertical-accordion .accordion-item .accordion-label{
        font-size: 16px !important;
    }
    .vertical-accordion .accordion-item .accordion-description{
        padding-left: 40px !important;
        margin-top:8px;
    }
    .vertical-accordion .accordion-icon{
        top: 2px !important;
    }

    .mkto-2-columns .mkto-image {
        text-align: center;
        position: relative;
        top: -50px;
    }
}
@media (max-width: 991px){
    .vertical-accordion .accordion-item {
        margin-bottom: 10px;
    }
}

.vertical-accordion .accordion-media{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    z-index:1;
    position: relative;
    top:-20px;
}

.vertical-accordion .accordion-media img{
    width:100%;
    height:100%;
}

.vertical-accordion .text-block {
    padding: 0 120px;
    font-size: 22px;
}

.vertical-accordion .text-block h2 {
    font-weight: normal;
}
.vertical-accordion .title {
    margin-bottom: 20px;
    color: #283269;
}

.vertical-accordion .text-block p:last-of-type {
    padding-bottom: 3.000rem;
}

.vertical-accordion .text-block p {
    color: #707070;
    font-size: 1.100rem;
    line-height: 1.45;
    text-align:center;
}

.vertical-accordion .media-content img{
    width:100%;
}

.vertical-accordion .accordion-item .accordion-label{
    height: 40px;
    line-height: 1.35;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;

    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #283269;
}

.vertical-accordion .accordion-item .accordion-description{
    padding: 0px 20px;
    font-size: 16px;
    display: none;
    margin-bottom: 20px;
    padding-left: 60px;
}

.vertical-accordion .accordion-item.active .accordion-description{
    display: block;
}

.vertical-accordion h2{
        font-size: 32px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.31;
        letter-spacing: normal;
        text-align: center;
        color: #056eff;
}

.vertical-accordion-background-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: space-between;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 0;
    min-width: 650px;
}

.vertical-accordion .floating-1 {
    position: absolute;
    left: 50%;
    top: 30%;
    bottom: 0px;
    z-index: 0;
    background-image: url(/wp-content/themes/decibelinsight/assets/img/floating-shapes.png);
    width: 531px;
    height: 287px;
    background-repeat: no-repeat;
    background-size: contain;
}
/*</vertical-accordion>*/

/*<subscription-electricblue>*/
.subscription-electricblue{
    position: relative;
    min-height: 442px;
}
.subscription-electricblue p{
    line-height: 1.2;
}

.subscription-electricblue .white-blue{
    background-color: #ffffff;
    color: #056eff;
    max-height:60px;
    margin-top: 20px;
    border: 1px solid #FFFFFF;

}
.subscription-electricblue .white-blue:hover{
    background-color: #056eff;
    color: #ffffff;
    border: 1px solid #FFFFFF;
}

.subscription-background-container{
    display: flex !important;
    height: 100%;
    justify-content: space-between;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
}
.subscription-background-container .right-bg{
    background-image: url(/wp-content/themes/decibelinsight/assets/img/subscription-right.png);
    position: absolute;
    /* bottom: -11px; */
    right: 0px;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 110%;
    background-color: #056eff;
}

.subscription-electricblue .content-wrap{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.subscription-electricblue .content-wrap .media-content{
    display: flex;
    flex-direction: row;
}

.subscription-electricblue .content-wrap .content-holder{
    display: flex;
    flex-direction: column;
}

@media all and (max-width:991px) {
    .subscription-electricblue .content-wrap {
        flex-direction: column;
    }
}

.subscription-electricblue .content-holder{
    font-size: 32px;
    color: #FFFFFF;
}

.subscription-electricblue .media-content img{
    width:95%;
}

.subscription-electricblue .section-name {
    color: #FFFFFF;
    display: block;
    font-weight: 700;
    line-height: 1.0;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 18px;
}
.show-mobile{
    display: none !important;
}

@media all and (max-width:767px) {
    .show-mobile{
        display: flex !important;
    }
    .show-desktop{
        display: none !important;
    }
    .subscription-electricblue .section-name{
        margin-bottom: 30px;
    }
    .subscription-electricblue .white-blue {
        margin: 40px 0;
    }
}

/*</subscription-electricblue>*/

/*<subscription-lightblue>*/
.subscription-lightblue{
    position: relative;
    background-color: #e5f0ff;
    padding: 3rem !important;
}
.subscription-lightblue p{
    line-height: 1.2;
}

.subscription-lightblue .content-wrap{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.subscription-lightblue .content-wrap .media-content{
    display: flex;
    flex-direction: row;
}

.subscription-lightblue .content-wrap .content-holder{
    display: flex;
    flex-direction: column;
}

.subscription-lightblue .base-button{
    max-height:60px;
    margin-top: 20px;
}

.subscription-lightblue .base-button:hover{
    color: #34e578 !important;
}

@media all and (max-width:991px) {
    .subscription-lightblue .content-wrap {
        flex-direction: column;
    }
}

.subscription-lightblue .content-holder{
    font-size: 32px;
    color: #707070;
}

.subscription-lightblue .media-content img{
    width:95%;
}

.subscription-lightblue .section-name {
    color: #056eff;
    display: block;
    font-weight: 700;
    line-height: 1.0;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 18px;
}


@media all and (max-width:767px) {

    .subscription-lightblue .section-name{
        margin-bottom: 30px;
    }
    .subscription-lightblue .base-button {
        margin: 40px 0;
    }
}

/*</subscription-lightblue>*/
/*<carousel-list>*/
.carousel-list{
    padding-top: 80px;
    max-width: 1160px;
    margin: auto;
    padding-bottom: 70px;
}

.carousel-list .text-content p{
    text-align:center;
}

.carousel-list .item-content{
    width: 492px;
    height: 385px;
    background-color: #edf3fa;
    padding: 10px 60px 60px 60px;
    position: relative;
    top:250px;
}

.carousel-list .media-content{
    width: 100%;
    top: -350px;
    z-index: -1;
    left:30px;
    position: relative;
}

.carousel-list .media-content img{
    width: 90%;
}

.carousel-list .item-content h2{
    text-transform: uppercase;
    font-size: 1.2em;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}
.carousel-list .item-content p{    
    margin-bottom: 20px;
}

.carousel-list .owl-carousel{
    margin-top:80px;
}

.carousel-list .item{
    position: relative;
    max-height: 700px;
}

.carousel-list .owl-theme .owl-nav {
    position: absolute;
    right: 0;
    bottom: 40px;
}

.carousel-list .owl-carousel.owl-drag .owl-item{
    overflow: hidden;
}

.carousel-list .item-logo img{
    width: auto !important;
}

@media all and (max-width:992px) {
    .bg-top{
        margin-top: -100px;
    }
}

@media all and (max-width:767px) {
    img.wp-image-6943{
        top: -70px !important;
    }

    .bg-top{
        margin-top: 0;
    }

    .carousel-list .owl-theme .owl-nav {
        position: relative;
        bottom: 0;
    }

    .carousel-list .item-content{
        width:100% !important;
    }

    .carousel-list .media-content {
        top: -380px;
        left: 0px;
    }
}


/*</carousel-list>*/

.uppercase-title .title{
    text-transform: uppercase;
}

.cta-white .base-button{
    background-color: #ffffff;
    color: #7E3BFF;
    margin: auto;
}

.cta-white .base-button:hover{
    background-color: #7E3BFF;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.multi-block-image img{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: -140px !important;
}

.multi-block-image.wp-block-image{
    margin: 0;
}

.bg-top .simple-background-container{
    background-position-y: top !important;
}

@media all and (max-width:767px) {
    .multi-block-image img {
        position: static !important;
        margin-top: -30px !important;
        padding: 20px;
    }
    .multi-block-image{
        display: flex !important;
        margin-top: -120px !important;
    }
    .pb-mobile-14 {
        padding-bottom: 10rem !important;
    }
}

.wp-block-image .aligncenter {
    text-align: center;
}


.white-text h1,.white-text h2,.white-text h3,.white-text p{
    color: #FFF !important;
}

.pb-extra{
    padding-bottom: 300px;
}

.gray-title {
    font-size: 26px !important;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.85;
    letter-spacing: normal;
    text-align: center;
    color: #707070 !important;
}

.gray-content{
    font-size: 18px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: center !important;
    color: #707070 !important;
}

/*<wide-cards block>*/

.wide-cards{
    padding: 80px 20px;
    max-width: 1110px;
    margin: auto;

    background-image: url(../img/backgrounds/bg-link-list.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.wide-cards .title{
    font-size: 1.6rem;
    text-align: center;
}

.wide-cards .text-content p{
    text-align:center;
    max-width: 900px;
    margin: auto;
    margin-top: 20px;
    color: #283269;
    opacity: 0.7;
    font-size: 0.8rem;
}
.wide-cards .cards-list{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-top:80px;
}
.wide-cards .card-content{
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;

    background-image: url(../img/backgrounds/bg-card-content.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;

    max-height: 280px;
    margin-top: -20px;
}

.wide-cards .card-bg1{
    background-image: url(../img/backgrounds/bg-card-item1.png);
    background-repeat: no-repeat;
    overflow: visible;
    width: 225px;
    height: 90px;
    position: absolute;
    right: 0px;
    top: -45px;
}

.wide-cards .card-bg2{
    background-image: url(../img/backgrounds/bg-card-item2.png);
    background-repeat: no-repeat;
    overflow: visible;

    width: 225px;
    height: 90px;
    position: absolute;
    right: 0px;
    top: -45px;
}

.wide-cards .card-item{
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    -webkit-box-shadow: 3px 10px 15px 1px rgba(204,204,204,1);
    -moz-box-shadow: 3px 10px 15px 1px rgba(204,204,204,1);
    box-shadow: 3px 10px 15px 1px rgba(204,204,204,1);
    width:45%;
    overflow: hidden;
    position: relative;
    min-width: 546px;
    background-color: #FFF;
}

.wide-cards .card-image{
    height: 267px;
    border-radius: 10px;
    overflow: hidden;
}
.wide-cards .card-image img{
    height: auto;
    width: 100%;
}

.wide-cards .card-header{
    display: flex;
    position: relative;
}

.wide-cards .card-description{
    display: flex;
    font-size: 0.7rem;
    color: #283269;
    opacity: 0.7;
    margin-top:-20px;
}

.wide-cards .card-cta a{
    color: #283269;
    opacity: 0.7;
    font-weight: 600;
    max-width: 160px;
    box-shadow: 0px 0px 20px rgba(161, 143, 195, 0.1), 0px 20px 20px -16px rgba(161, 143, 195, 0.3);
    background: linear-gradient(180deg, #F9F7FD 0%, rgba(249, 247, 253, 0) 50%), #FFFFFF;
    border: 1px solid #FFFFFF;
}

@media all and (max-width:1250px) {
    .wide-cards .card-item{
        min-width: unset !important;
    }
}

@media all and (max-width:767px) {
    .wide-cards .cards-list{
        flex-direction: column;
        align-items: center;
    }
    .wide-cards .card-item{
        width:90%;
        margin-bottom:20px;
    }

    .wide-cards{
        padding: 20px 10px;
    }

    .wide-cards .card-cta{
        margin-top: 10px;
    }
    .wide-cards .card-image {
        height: 152px;
    }
    .wide-cards .card-header {
        margin-bottom: 20px;
    }

    .wide-cards .card-bg1, .wide-cards .card-bg1{
        background-image: none !important;
    }
}
/*</wide-cards block>*/

/*<New menu design>*/

.the-dropdown-menu .container{
    max-width: 1110px;
}

.the-dropdown-menu .sub-menu{
    flex-direction: column;
    max-width: 380px;
}

.the-dropdown-menu .sub-menu li {
    width: 100%;
    border-radius: 6px;
    max-width: none;
}


.the-dropdown-menu .sub-menu h4 {
    margin-bottom: 0;
    font-weight: normal;
    font-family: "Public Sans", sans-serif !important;
}

.the-dropdown-menu .sub-menu li:hover h4 {
    color:#7E3BFF;
}

.nav-menu-wrap .navigation-list > li {
    height: 100%;
    margin-left: 10px;
}

.nav-menu-wrap .navigation-list > li a{
    padding: 0 16px;
}

.nav-menu-wrap .navigation-list li:hover > a{
    color: #7e3bff;
    text-shadow: none;
}
.nav-menu-wrap .navigation-list .arrow-shape{
    position: relative;
    top: -14px;
    left: 45px;
}

.nav-menu-wrap .navigation-list li .hover-icon{
    position: absolute;
    bottom: 32px;
    right: 0px;
}

.nav-menu-wrap .navigation-list li:hover .hover-icon .arrow-down{
    display: none;
}

.nav-menu-wrap .navigation-list li:hover .hover-icon .arrow-up{
    display: block;
    position: relative;
    top: -7px;
}

.nav-menu-wrap .navigation-list li .hover-icon .arrow-up{
    display: none;
}

.nav-menu-wrap .navigation-list li:hover .hover-icon{
    display:block;
}

.the-dropdown-menu .sub-menu li:hover a{
    opacity: 1;
}

.menu-title{
    position: absolute;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.38;
    text-align: left;
    color: #283269;
    text-transform: uppercase;
    padding: 40px 70px;
}
@media all and (max-width:991px) {
    .nav-menu-wrap .navigation-list > li {
        height: auto;
        margin-left: 0;
        padding: 6px;
    }
}

.the-dropdown-menu .sub-menu {
    padding: 20px 0 !important;
}

.the-dropdown-menu .sub-menu h4 {
    font-size: 0.7rem;
    font-weight: 600;
}

.the-dropdown-menu .block .img-wrap {
    width: 310px !important;
}

.the-dropdown-menu .block .img-wrap img{
    -o-object-fit: scale-down;
    object-fit: scale-down;
}

.nav-menu-wrap .menu-item > a[href="#"]{
    cursor: default !important;
}
/*</New menu design>*/

@media all and (max-width:767px) {
    .the-hero-section .text-block h1 br{
        display: none;
    }
}

/*<additional top>*/

.additional-top{
    height: 40px;
    width: 100%;
    text-align: center;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top:0px;
    text-transform: uppercase;
    font-size:14px;
    z-index: 99;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: hidden;
}

.admin-bar .additional-top{
    top:32px;
}
@media all and (max-width:767px) {
@keyframes slide-left {
    from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    }
    to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    }
}

.marquee span{
    animation: slide-left 10s linear infinite;
    animation-delay: 3s;
}
}
/*</additional top>*/

/*<wpml switch selector>*/

.wpml-ls-legacy-dropdown{
    width:auto !important;
}
.wpml-ls-legacy-dropdown .wpml-ls-item{
    text-align: left;
}
.wpml-ls-legacy-dropdown a{
    color:#592f47;
}
.wpml-ls-legacy-dropdown a{
    font-size:0.6em;
    border:none;
}
.wpml-ls-legacy-dropdown a:hover, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a{
    background: #fff8f0;
    color:#592f47;
}
.wpml-ls-legacy-dropdown a:hover{
    text-decoration: underline;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
    border:none;
}

.lang-switcher-container{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.lang-switcher{
    display: flex;
}

.icon-globe {
    width: 16px;
    height: 16px;
    background-image: url(../img/icons/globe.png);
    z-index:2;
}

#top-bar{
    height:40px; 
    position:fixed; 
    background-color:#fff8f0; 
    color: #592f47; 
    width:100%; 
    z-index:51; 
    text-align:right;
    top: 0px;
    margin: auto;
}

.admin-bar #top-bar{
    top: 32px;
}
body.page-decibelcustomersolution #bar-container{
    display: none;
}

.page-decibelcustomersolution .the-header{
    position: absolute !important;
}

.page-decibelcustomersolution .sub-footer .sub-navigations ul{
    position: relative;
    top: 10px;
}

.page-decibelcustomersolution .the-footer .sub-navigations ul li::before {
    content: "";
}

body:not(.page-decibelcustomersolution) #bar-container.has-additional-top{
    margin-bottom: 10px;
}

body:not(.page-decibelcustomersolution) #bar-container.has-additional-top.has-language-switcher{
    margin-bottom: 80px !important;
}

#top-bar-container .container{
    max-width: 1410px !important;
}

#bar-container.has-additional-top #top-bar{
    top: 40px;
}

.admin-bar #bar-container.has-additional-top #top-bar{
    top: 72px;
}

.full-height{
    height:100%;
}
.page-id-6563 #top-bar, .page-id-6562 #top-bar {
    background-color: #116be8 !important;
}
.page-id-6562 .wpml-ls-statics-shortcode_actions .wpml-ls-current-language>a, .page-id-6563 .wpml-ls-statics-shortcode_actions .wpml-ls-current-language>a {
    background-color: #116be8;
}
.page-id-6562 .wpml-ls-statics-shortcode_actions a, .page-id-6563 .wpml-ls-statics-shortcode_actions a {
    background-color: #116be8;
}

.electric-blue-nav #top-bar {
    background-color: #116be8 !important;
}
.electric-blue-nav .wpml-ls-statics-shortcode_actions .wpml-ls-current-language>a {
    background-color: #116be8;
}
.electric-blue-nav .wpml-ls-statics-shortcode_actions a {
    background-color: #116be8;
}


@media all and (max-width:991px) {
    #top-bar{
        position: static;
        height: 100%;
        background: none;
    }
    #top-bar > .container{
        padding-left:0px;
        padding-right: 0px;
    }
    .lang-switcher{
        justify-content: center;
        margin-bottom:15px;
    }
    .wpml-ls-legacy-dropdown a:hover, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a{
        background:#283269;
    }
    .wpml-ls-statics-shortcode_actions .wpml-ls-current-language>a {
        background-color: #283269;
    }
    body:not(.page-decibelcustomersolution) .the-header.has-language-switcher.has-additional-top {
        top: 40px;
    }    
    #bar-container.has-additional-top.has-language-switcher {
        margin-bottom: 40px;
    }
    .the-header.has-language-switcher:not(.has-additional-top) {
        top: 0px !important;
    }

    .default-layout {
        margin-top: 0px !important;
    }

    #bar-container.has-additional-top.has-language-switcher {
        margin-bottom: 40px !important;
    }

    body:not(.page-decibelcustomersolution) .the-header.has-language-switcher.has-additional-top {
        top: 40px !important;
    }
    html[lang="fr-FR"] .the-header.has-language-switcher {
        top: 0px;
    }
    html[lang="de-DE"] .the-header.has-language-switcher {
        top: 0px;
    }

    body:not(.page-decibelcustomersolution) #bar-container.has-additional-top.has-language-switcher {
        margin-bottom: 40px !important;
    }
}

@media all and (max-width:782px) {
    #bar-container.has-additional-top {
        margin-bottom: 20px;
    }
    #bar-container.has-additional-top.has-language-switcher {
        margin-bottom: 24px;
    }
    body:not(.page-decibelcustomersolution) .the-header.has-language-switcher.has-additional-top {
        top: 40px;
    }  
    
    .page-decibelcustomersolution .the-header .header-holder,.page-decibelcustomersolution .the-header .mobile-trigger, .page-decibelcustomersolution .the-header .btn-navigation, .page-decibelcustomersolution .the-header::after{
        display:none !important;
    }
}


/*</wpml switch selector>*/

/*<info-list-columns>*/
.info-list-columns{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 160px;
}

.info-list-columns .info-item{
    display: flex;
    flex-direction: column;
    text-align: center;
}

.info-list-columns .info-item-image{
    max-width: 124px;
    width: 100%;
    margin-bottom: 20px;
    margin: auto;
}

.info-list-columns .info-item-title{
    font-size: 1rem;
    color: #7E3BFF;
}

.info-list-columns .info-item-description{
    font-size: 0.7rem;
    color: #283269;
    max-width: 226px;
    opacity: 0.7;
}

@media all and (max-width:782px) {
    .info-list-columns{
        flex-direction: column;
    }
    .info-list-columns .info-item{
        margin-bottom: 20px;
    }
    
}

/*</info-list-columns>*/

/*REBRAND*/
.forrester-study{
    text-align: center;
    margin-bottom: 80px;
    background-image: url(../img/backgrounds/bg-forrester-study.svg);
    background-position: center 82%;
    background-size: auto;
    background-repeat: no-repeat;
    padding: 100px 0px;
}

.forrester-study .header-study{
    max-width: 515px;
    margin: auto;
}

.forrester-study .header-study h1{
    font-size: 1.6rem;
    color: #283269;
    font-weight: normal;
}

.forrester-study .header-study a{
    font-size: 0.7rem;
    color: #FFF;
    font-weight: normal;
    max-width: 212px;
    margin-top: 30px;
    margin: auto;
    border-radius: 30px;
}

.forrester-study .header-study p{
    font-size: 0.7rem;
    color: #283269;
    opacity: 0.7;
    font-weight: normal;
    margin: 20px 0px 30px;
}

.forrester-study .content-study h1{
    font-size: 2.2rem;
    color: #7E3BFF;
    font-weight: normal;
    margin-bottom:20px;
}

.forrester-study .content-study p{
    font-size: 0.7rem;
    color: #283269;
    font-weight: normal;
}

.forrester-study .content-study{
    margin-top: 70px;
}

.forrester-study .content-study .cards .card1,.forrester-study .content-study .cards .card2,.forrester-study .content-study .cards .card3,.forrester-study .content-study .cards .card4{
    width: 220px;
    height: 200px;
    padding: 30px;
    margin: auto;
}

.forrester-study .card1{
    background-image: url(../img/backgrounds/bg-forrester-card1.svg);
    background-repeat: no-repeat;
    background-size: auto;
}
.forrester-study .card2{
    background-image: url(../img/backgrounds/bg-forrester-card2.svg);
    background-repeat: no-repeat;
    background-size: auto;
}
.forrester-study .card3{
    background-image: url(../img/backgrounds/bg-forrester-card1.svg);
    background-repeat: no-repeat;
    background-size: auto;
}
.forrester-study .card4{
    background-image: url(../img/backgrounds/bg-forrester-card4.svg);
    background-repeat: no-repeat;
    background-size: auto;
}

.forrester-calculator .title{
    color: #FFF;
    font-size: 1.6rem;
}

.forrester-calculator .media-content{
    text-align: right;
    margin-right:30px;
}

.forrester-calculator .btn-wrap .base-button{
    background-color: #ffffff !important;
    color: #283269 !important;
    border-radius: 30px !important;

    max-width: 180px;
    padding: 16px;
}

.forrester-calculator .text-block{
    padding-left: 180px;
}

.forrester-calculator:before {
    background-image: url(../img/backgrounds/bg-left-forrester.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 364px;
    position: absolute;
    left: -50%;
    z-index: -1;
    content: '';
    top: 42px;
}


@media all and (max-width:992px){
    .forrester-calculator:before {
        background-image: none !important;
    }
    .forrester-calculator {
        background-color: #283269;
    }   
    .forrester-study{
        padding: 0px 20px;
    } 
}

@font-face {
    font-family: 'Public Sans';
    src: url('../font/PublicSans-Regular.ttf')  format('truetype');
  }

.bg-custom{
    min-height: 448px !important;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right
}

.bg-custom .wp-block-cover__inner-container{
    margin-top:-20px !important;
}

.bg-custom .has-text-align-center{
    text-align: left;
    max-width:800px;
}

.bg-right64 .hero-background-container{
    background-position: 74% top !important;
}

.degular{
    font-family: "Degular", "Public Sans", sans-serif !important;
}

.info-centered p{
    max-width: 720px;
    font-size: 0.8rem;
    margin: auto;
}

.white-text{
    color: #fff;
    opacity: 1;
}

/*pricing block*/

.pricing{
    margin: 30px 0px 80px;
}

.pricing .bg-white{
    background-color: #FFF;
}

.pricing .bg-light-purple{
    background-color: #f6f1fe;
}

.pricing .header{
    margin-top: 50px;
    position: relative;
    top: 15px;
    z-index: 3;
}

.pricing .plans .item{
    padding: 20px;
}
.pricing .plans .item-container{    
    box-shadow: 0 10px 30px 0 rgb(47 47 47 / 36%);
    padding-top: 28px;
}

.pricing .plans .item-container-1{
    z-index:1;
}
.pricing .plans .item-container-2{
    z-index:2;
    position: relative;
    top:15px;
    padding-bottom: 50px;
}
.pricing .plans .item-container-2 .item{
    margin-top: -15px;
}
.pricing .plans .item-container-3{
    z-index:1;
}


.pricing .plans h1{
    font-size: 1.8rem;
    text-align: center;
}

.pricing .title p{
    color: #283269;
    opacity: 0.7;
    font-size: 0.8rem;
    margin-top:20px;
}

.pricing .plans li{
    font-size: 0.6rem;
    padding-left: 18px;
    position: relative;
    margin-left: 12px;
    margin-top: 12px;
}

.pricing .bg-navy{
    background-color: #283269;
    color: #FFF;
    padding: 10px;
    font-size: 0.9rem;
}

.pricing .bg-violet{
    background-color: #7e3bff;
    color: #FFF;
    padding: 10px;
    font-size: 0.9rem;
}

.pricing .plans li::before{
    background-image: url(../img/icons/check-marker.png);
    width: 24px;
    height: 24px;
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    left: -10px;
    top: 2px;
}

.pricing .web-icon, .pricing .app-icon{
    width: auto;
    height: 27px;
    position: relative;
    top: 6px;
    right: 6px;
}

.pricing .title{
    text-align:center;
}

.pricing .title h1{
    font-weight: normal;
    font-size: 1.8rem;
}

@media all and (max-width:991px) {
    .pricing .header-desktop{
        display: none;
    }
    .pricing .header-mobile{
        display: block !important;
        width:100%;
    }
    .pricing .plans .item-container-2 .item{
        margin-top: 0px !important;
    }
    .pricing .plans .item-container-2{
        top:0px !important;
        padding-bottom: 20px;
    }
    .pricing {
        margin: 20px 0px 80px;
    }

    .pricing .plans {
        margin-top: 40px !important;
    }

    .pricing .plans .item-container {
        padding-top: 8px !important;
        margin-bottom: 40px;
    }
    .pricing .cta .base-button{
        max-width: 220px !important;
    }
}
.pricing .header-mobile{
    display: none;
}

.pricing .cta .base-button{
    border-radius: 5px !important;
    margin: 20px auto 40px !important;
}

.page-id-13021 .frm_primary_label{
    display: block !important;
}

.page-id-13021 .common-content-container{
    text-align: center !important;
}

.page-id-13021 .frm_form_fields .frm_fields_container{
    margin: unset !important;
}

.page-id-13021 .frm_form_title{
    color:#7E3BFF !important;
}

.medallia-form{
    max-width:1024px !important;
    margin: auto !important;
}