.synapse-hero {
    background: url('../images/synapse-page-bg.png') no-repeat;
    background-size: contain;
    background-position: left top;
    min-height: 740px;
    text-align: center;
    padding-top: 7.26vw;
}

.synapse-hero h1 {
    margin: 0 auto;
    width: 65%;
    font-size: 2.78vw;
}

.synapse-hero p {
    font-size: 0.88vw;
    line-height: 1.8;
}

.channels {
    width: 78%;
    margin: 128px auto 0 auto;
}

.channels h2 {
    font-size: 2.20vw;
    font-weight: 800;
    width: 60%;
}

.channels p {
    font-size: 1.11vw;
}

.channel {
    -webkit-box-shadow: 0px 9px 30px 0px #0000001A;
    -moz-box-shadow: 0px 9px 30px 0px #0000001A;
    box-shadow: 0px 9px 30px 0px #0000001A;
    background: #ffffff;
    border-radius: 15px;
    width: 15%;
    /* height: 154px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1vw;
    font-weight: 500;
    text-align: center;
    padding: 2.94vw 0;
    transition: all 1s;
}

.channel i {
    font-size: 2.94rem;
    margin-bottom: 1.12rem;
}

.channel:hover {
    background-color: #0C76FB;
    color: #ffffff;
}
.channel:hover i {
    animation: 2s bounce linear infinite
}
.channels-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
    margin-top: 50px;
}

.happier-conversations {
    width: 60%;
    margin: 140px auto 0 auto;
    text-align: center;
    font-size: 0.88vw
}
.section-80 {
    width: 80%;
    margin: 140px auto 0 auto;
    font-size: 0.88vw
}
.section-80 h3 {
    font-size: 2.22vw;
    font-weight: bold;
    margin-bottom: 60px;
    text-align: center;
}
.section-80 h6{
    font-size: 1.10vw;
    font-weight: bold;
}
.section-80 img {
    margin-bottom: 36px;
}
.section-80 p {
    font-size: 0.88vw;
    color: #666666;
}
.section-80 .row > div {
    margin-bottom: 92px;
}
.happier-conversations h3 {
    font-size: 2.2vw;
}
.happier-conversations p {
    line-height: 1.61vw;
    color: #666666;
}
.sub-heading {
    font-size: 1.22vw;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 15px;
}

.sub-heading-big {
    font-size: 1.65vw;
    font-weight: bold;
}

.section-big {
    width: 78%;
    margin: 128px auto 0 auto;
    line-height: 1.9;
}

.section-big h3 {
    text-align: center;
    font-size: 2.22vw;
    margin-bottom: 95px;
    line-height: 1.4;
}

.section-big p {
    font-size: 0.88vw;
}

.section-big h5 {
    font-size: 1.22vw;
    font-weight: bold;
    margin-bottom: 9px;
}

.section-big-right {
    width: 90%;
    margin: 128px 0 0 auto;
}

.section-big-right h3 {
    font-size: 2.22vw;
    font-weight: bold;
    margin-bottom: 33px;
}

.section-big-left h3 {
    font-size: 2.22vw;
    font-weight: 800;
    margin-bottom: 33px;
}

.section-big-left {
    width: 90%;
    margin: 128px auto 0 0;
}

.section-full {
    width: 100%;
    margin: 128px auto;
    background: #F7F7FB;
}

.section-full h6 {
    font-size: 1.22vw;
    font-weight: 300;
}

.section-full h3 {
    margin-bottom: 16px;
}

.section-full ul {
    color: #666666;
    font-size: 0.88vw;
    margin-top: 23px;
    padding-left: 1rem;
}

.section-full ul li {
    margin-bottom: 20px;
}

.integration-padding {
    padding: 95px 150px;
}

.four-items-container {
    display: flex;
    flex-wrap: wrap;
}

.box-item {
    width: 50%;
    display: flex;
    flex-direction: column;
    font-size: 0.88vw;
    margin-bottom: 44px;
    padding-right: 80px;
}

.box-item i {
    font-size: 2.94vw;
    color: #16CA30;
    margin-bottom: 19px;
}

.box-item h3 {
    font-size: 1.38vw;
    font-weight: bold;
    margin-bottom: 7px;
}

.box-item span {
    color: #666666;
}

.content-box-item {
    width: 50%;
    display: flex;
    flex-direction: column;
    font-size: 0.88vw;
    margin-bottom: 44px;
}

.content-box-item h5 {
    font-size: 1.10vw;
    font-weight: bold;
}

.content-box-item span {
    color: #666666;
}

.success-stories {
    width: 85%;
    margin: 140px auto 0 auto;
    text-align: center;
}
.success-stories h2 {
    line-height: 2.79vw;
    font-weight: 800;
}


.engagement {
    width: 100%;
    background: url(../images/synapse-watermark-bg.png) no-repeat;
    min-height: 300px;
    background-size: contain;
    background-position: left top;
}

#successStoriesCarousel .carousel-inner {
    -webkit-box-shadow: 0px 9px 30px 0px #0000001A;
    -moz-box-shadow: 0px 9px 30px 0px #0000001A;
    box-shadow: 0px 9px 30px 0px #0000001A;
    padding: 48px 96px;
    border-radius: 18px;
    width: 80%;
    margin: 0 auto;
    min-height: 400px;
    display: flex;
    align-items: center;
}

#successStoriesCarousel {
    position: relative;
}

.success-story-heading {
    font-size: 1.10vw;
    font-weight: 600;
    margin-bottom: 30px;
    display: inline-block;
}

.success-story-segment {
    color: #009FD9;
}

.success-story-content {
    color: #666666;
    font-size: 0.88vw;
    text-align: left;
}

.story-client-logo {
    width: 80%;
}

.story-border {
    border-right: 1px solid #D9D9D9;
}

#successStoriesCarousel .carousel-container {
    position: relative;
    width: 100%;
    padding: 0 50px;
    /* Make room for the buttons */
}

#successStoriesCarousel .carousel-control-prev,
#successStoriesCarousel .carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 50%;
}

#successStoriesCarousel .carousel-control-prev {
    left: 0;
}

#successStoriesCarousel .carousel-control-next {
    right: 0;
}

#successStoriesCarousel .carousel-indicators {
    position: static;
    margin-top: 20px;
}

.blue-bg {
    background-color: #262B4A;
    color: #ffffff;
}

.synapse-reach {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding: 54px 0;
    font-size: 0.77vw;
    color: #ffffff;
}

.synapse-reach div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.synapse-reach>div:nth-child(1) {
    font-size: 1.68vw;
    font-weight: 800;
    width: 12%;
    text-align: left;
    padding: 0 65px 0 0;
    border-right: 1px solid #434763;
    box-sizing: border-box;
}

.synapse-reach>div:nth-child(2) {
    width: 10%;
    border-right: 1px solid #434763;
    padding: 0 16px;
    box-sizing: border-box;
}

.synapse-reach>div:nth-child(3) {
    width: 13%;
    border-right: 1px solid #434763;
    padding: 0 16px;
    box-sizing: border-box;
}

.synapse-reach>div:nth-child(4) {
    width: 17%;
    padding: 0 0 0 16px;
    box-sizing: border-box;
}

.reach-number {
    font-size: 1.89vw;
    font-weight: bold;
}

.reach-text {
    color: #A9AAB7;
}

.demo-form-container-synapse {
    background: url('../images/synapse-watermark-bg.png') no-repeat;
    background-size: cover;
    background-position: left top;
    min-height: 600px;
    text-align: center;
}

.demo-heading {
    font-size: 3.34vw;
    /* font-size: clamp(2.4rem, 2.4rem + 0.1833vw, 2.84rem); */
    padding-top: 165px;
    font-weight: 500;
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
.demo-heading-suite {
    font-size: 3.90vw;
}

.section-full .demo-subheading {
    font-size: 1.38vw;
    font-weight: normal;
    margin-top: 35px;
}

.demo-form {
    margin-top: 60px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.demo-form input[type="email"], .demo-form input[type="text"] {
    background: #ffffff;
    -webkit-box-shadow: 0px 9px 30px 0px #0000001A;
    -moz-box-shadow: 0px 9px 30px 0px #0000001A;
    box-shadow: 0px 9px 30px 0px #0000001A;
    border: none;
    border-radius: 50px;
    padding: 10px 20px;
    width: 18vw;
    height: 3.18vw;
    font-size: 0.782vw;
}
.demo-form input::placeholder {
    font-size: 0.782vw;
}
input[type="email"]:focus, input[type="text"]:focus {
    outline: none;
    box-shadow: none;
}
.demo-form ::placeholder {
    color: #B0B8D5;
    font-size: 1.10vw;
}

.demo-form button {
    background-color: #0C76FB;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    padding: 0.84vw 2.82vw;
    margin-left: 10px;
    font-size: 1.11vw;
}