html {
    overflow-x: hidden;
    width: 100%;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    background: linear-gradient(130deg, rgba(0, 138, 177, 1) -30%, rgba(9, 9, 121, 0) 35%, rgba(7, 56, 152, 0) 66%, rgba(184, 195, 2, 1) 130%);
    z-index: -1;
}

body {
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    line-height: 1.5em;
    color: #000000;
    /* overflow-x: hidden; */
    width: 100%;
    /* height:100vh; */
}

header {
    width: 100%;
    position: relative;
    /* min-height:80vh; */
    overflow: hidden;
    color: white;
    display: inline-block;
    float: left;
    padding-top: 175px;
}

header.ai-header-small {
    min-height: 200px;
    height: 200px;
}

.breadcrumbs {
    font-size: 14px;
    margin-bottom: 20px;
    color: #999;
}

#cookie-message {
    position: fixed;
    bottom: 0px;
    right: 0px;
    background-color: white;
    color: #000;
    width: 100%;
    padding: 15px;
    z-index: 999;
    font-size: 15px;
    line-height: 22px;
    border-radius: 0px;
    display: none;
}

#cookie-message p {
    margin: 0;
    padding: 10px 0 5px 0;
}

#cookie-message h4 {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 1.2rem;
}

#cookie-message a {
    display: block;
}

#cookie-message span {
    position: absolute;
    color: #000;
    top: 14px;
    right: 20px;
    font-size: 2.2rem;
    cursor: pointer;
}

#cookie-message span:hover {
    color: #ccc;
}

.ml2 {
    /* font-weight: 900;
  font-size: 3.5em; */
}

.ml2 .letter {
    /* display: inline-block;
  line-height: 1em; */
}

section {
    display: inline-block;
    width: 100%;
}

a {
    color: #0088AF;
    text-decoration: none;
}

a:hover {
    color: #36B3BC;
    text-decoration: none;
}

.ai-section {
    padding: 100px 0px;
    /* float: left; */
}

.ai-header-img {
    /* max-width: 80%; */
    padding: 40px;
    max-height: 70vh;
}

.ai-list-abbi-stars-inline ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0;
}

.ai-list-abbi-stars-inline ul li {
    position: relative;
    padding-left: 30px;
    /* Space for the icon */
    color: #e9528d;
    /* Icon color */
    list-style-type: none;
    /* Remove default bullet points */
    font-weight: 600;
    flex: 0 0 calc(33.33% - 20px);
    margin-bottom: 20px;
}

.ai-list-abbi-stars-inline ul li::before {
    content: '';
    background-image: url(/images/star-solid.svg);
    background-size: 24px 24px;
    /* Adjust icon size */
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    /* Center vertically */
    width: 24px;
    height: 24px;
    color: #e9528d;
    /* Apply color to the SVG */
}

.ai-list-abbi-stars-block ul {
    padding: 0;
}

.ai-list-abbi-stars-block ul li {
    position: relative;
    padding-left: 46px;
    color: #e9528d;
    list-style-type: none;
    font-weight: 600;
    margin-bottom: 20px;
}

.ai-list-abbi-stars-block ul li::before {
    content: '';
    background-image: url(/images/star-solid.svg);
    background-size: 34px 34px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    color: #e9528d;
}


.ai-lst-abbi-swirl ul {
    border: 1px solid lightblue;
    border-radius: 20px;
    /* padding: 20px !important; */
    /* margin: 0 20px; */
    /* padding: 20px 0; */
    padding-left: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.ai-lst-abbi-swirl ul li {
    list-style-image: url(/images/bullet-point-icon.png);
    color: #008AB1;
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Comfortaa', cursive;
}

h2 {
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 7px;
}

.ai-cl-green {
    color: #0088AF;
}

.ai-header-photo {
    position: absolute;
    z-index: 999;
    top: 60vh;
    right: -160px;
}

.ai-intro-photo {
    width: 100%;
    height: auto;
    -webkit-box-shadow: -4px 4px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -4px 4px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: -4px 4px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-bottom: 26px;
}


.ai-header-photo-star {
    -webkit-clip-path: polygon(51% 0%, 59% 10%, 70% 4%, 73% 16%, 85% 15%, 84% 28%, 96% 32%, 90% 43%, 100% 50%, 90% 59%, 96% 70%, 84% 73%, 85% 85%, 72% 84%, 68% 96%, 57% 90%, 50% 100%, 41% 90%, 30% 96%, 27% 84%, 14% 85%, 16% 72%, 4% 68%, 10% 57%, 0% 50%, 10% 41%, 4% 30%, 16% 27%, 15% 14%, 28% 16%, 32% 4%, 43% 10%);
    clip-path: polygon(51% 0%, 59% 10%, 70% 4%, 73% 16%, 85% 15%, 84% 28%, 96% 32%, 90% 43%, 100% 50%, 90% 59%, 96% 70%, 84% 73%, 85% 85%, 72% 84%, 68% 96%, 57% 90%, 50% 100%, 41% 90%, 30% 96%, 27% 84%, 14% 85%, 16% 72%, 4% 68%, 10% 57%, 0% 50%, 10% 41%, 4% 30%, 16% 27%, 15% 14%, 28% 16%, 32% 4%, 43% 10%);
    object-fit: cover;
}

.ai-photo {
    min-width: auto;
    max-height: 660px;
    height: auto;
    border-radius: 20px;
    margin: 0 auto;
}

.ai-photo-star {
    position: absolute;
    right: 0px;
    top: -210px;
    width: 720px;
    height: 720px;
    -webkit-clip-path: polygon(51% 0%, 59% 10%, 70% 4%, 73% 16%, 85% 15%, 84% 28%, 96% 32%, 90% 43%, 100% 50%, 90% 59%, 96% 70%, 84% 73%, 85% 85%, 72% 84%, 68% 96%, 57% 90%, 50% 100%, 41% 90%, 30% 96%, 27% 84%, 14% 85%, 16% 72%, 4% 68%, 10% 57%, 0% 50%, 10% 41%, 4% 30%, 16% 27%, 15% 14%, 28% 16%, 32% 4%, 43% 10%);
    clip-path: polygon(51% 0%, 59% 10%, 70% 4%, 73% 16%, 85% 15%, 84% 28%, 96% 32%, 90% 43%, 100% 50%, 90% 59%, 96% 70%, 84% 73%, 85% 85%, 72% 84%, 68% 96%, 57% 90%, 50% 100%, 41% 90%, 30% 96%, 27% 84%, 14% 85%, 16% 72%, 4% 68%, 10% 57%, 0% 50%, 10% 41%, 4% 30%, 16% 27%, 15% 14%, 28% 16%, 32% 4%, 43% 10%);
    object-fit: cover;
}


.ai-features-block-row img {
    max-width: 171px;
}

.ai-features-block-row h4 {
    max-height: 56px;
    text-transform: uppercase;
    font-weight: bold;
    color: #0089b0;
}

.ai-feature-lst {
    min-height: 243px;
}

.ai-features-text-long .ai-feature-lst {
    min-height: 304px;
}

.ai-features-text-medium .ai-feature-lst {
    min-height: 243px;
}

.ai-features-text-short .ai-feature-lst {
    min-height: 124px;
}

.navbar {
    padding-left: 0px;
    padding-right: 0px;
    background-color: transparent;
    transition: background-color .3s ease-in-out;
}

@media (max-width: 768px) {
    .navbar {
        max-height: 100vh;
        overflow-y: scroll;
    }

    .navbar-nav>.nav-item:last-child {
        padding-bottom: 80px;
    }
}

.dropdown-toggle::after {
    display: none;
}

.navbar .dropdown-menu-icon,
.navbar.open-manual .dropdown-menu-icon,
.dropdown-menu-icon {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
}

.dropdown-menu-icon+span {
    margin-left: 10px;
    /*font-family:'Open Sans';*/
    font-size: 15px;
}


.navbar-fixed-top {
    background-color: transparent;
}

.jumbotron {
    padding: 0px;
    background-color: transparent;
    color: black;
}

.jumbotron p {
    margin-bottom: 20px;
}

.ai-bg-green {
    background-color: #A7BE33;
}

.ai-bg-white-solid {
    /* background-color: white; */
}

.ai-bg-white-grey-gradient {
    background-color: white;
    background-image: linear-gradient(-180deg, #FAFAFA 1%, #F0F0F0 100%)
}

.ai-bg-black {
    background-color: #1A1919;
}

.abbi-shows-smartphone {
    width: 600px;
    margin-top: 120px;
    height: 723px;
    /*max-width:100%;*/
    display: block;
    float: left;
    background-image: url('/images/abbi-shows-smartphone.png');
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 720px;
}

.abbi-smartphone-pointing {
    background-image: url('/images/Abbi_qr_2.png');
}

.abbi-button-arrow::after {
    content: '\A';
    position: absolute;
    left: 106%;
    display: inline-block;
    width: 369px;
    height: 103px;
    background-image: url(/images/Arrow-right-swirl.png);
    background-size: contain;
    background-position: center;
    z-index: 999;
    bottom: 18px;
    pointer-events: none;
}

.abbi-smartphone-smaller {
    margin-top: 290px;
    display: block;
    min-height: 510px;
    position: relative;
}

.abbi-shows-smartphone.mt-0 {
    min-height: unset;
}

.abbi-shows-smartphone-fit {
    width: 700px;
    /* margin-top: 60px; */
    padding-top: 60px;
    height: auto;
    /* max-width: 100%; */
    max-height: 100%;
    width: auto;
}

.ai-headshot {
    border-radius: 20px;
}

.abbi-shows-smartphone.ai-blockv .abbi_static_chat_abbi {
    width: 85%;
}

.abbi-shows-smartphone.ai-blockv {
    height: 643px;
    min-width: 597px;
}

.abbi-smartphone-icons .abbi_static_link {
    /* margin-bottom: 27px; */
    /* display: block; */
    text-align: center;
    /* width: 120px; */
    position: absolute;
    left: 0;
    width: 120px;
}

.abbi_static_chat .abbi_static_link {
    margin-bottom: 27px;
    display: block;
}

.abbi_static_link svg {
    max-height: 47px;
    width: auto;
    max-width: 94px;
    display: block;
    margin: 0 auto;
}

.abbi_static_link p {
    color: #0089b0;
    font-weight: 700;
    /* display: inline; */
    color: #0089b0;
    font-weight: 700;
    display: block;
    text-align: left;
    /* width: calc(100% - 71px); */
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    text-align: center;
}

.abbi-icons-within .abbi_static_link p {
    display: inline-block;
    width: calc(100% - 71px);
}

.abbi_static_chat .abbi_static_link:nth-child(2n) p {
    text-align: right;
    margin-right: 3px;
}

.abbi-phone {
    width: 300px;
    max-width: 100%;
    /*height: 560px;*/
    position: relative;
    margin-bottom: 30px;
}

.abbi-phone .carousel-item img {
    /*border-radius: 28px;*/
}



.abbi-phone video {
    max-width: 100%;
    height: auto;
}

.abbi-phone::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: -18px;
    left: -15px;
    width: 332px;
    height: 904px;
    max-width: 110%;
    background-image: url(/images/abbi-phone.png);
    background-repeat: no-repeat;
    background-size: 100% 75%;
    background-position: top center;
}

header .abbi-phone {
    float: right;
    margin-top: 170px;
    margin-bottom: 180px;
}

.abbi_static_chat {
    display: block;
    float: left;
    margin-top: 35.5%;
    margin-left: 8.5%;
    width: 33%;
    overflow: hidden;
}

.abbi-smartphone-smaller .abbi_static_chat_abbi {
    font-size: 12px;
    line-height: 14px;
}

/* .abbi-smartphone-smaller .abbi_static_chat {
    margin-top: 25.5%;
    margin-left: 7%;
    width: 23%;
} */

.abbi_static_chat_abbi {
    border-radius: 4px;
    background-color: #E4E4E4;
    color: black;
    min-height: 30px;
    padding: 4px 7px;
    font-family: 'Quicksand', cursive;
    font-weight: lighter;
    font-size: 13px;
    line-height: 15px;
    float: left;
    margin-bottom: 6px;
    width: 93%;
    box-shadow: 0 2px 4px 0 rgba(133, 133, 133, 0.50);
    transform: translateY(10px);
    opacity: 0;
}

.abbi-chat-white .abbi_static_chat_abbi:first-of-type {
    background-color: #E4E4E4;
    font-weight: bold;
    color: #000000;
    font-size: 16px;
    padding-top: 12px;

}

.abbi-chat-white .abbi_static_chat_abbi {
    background-color: #FFFFFF;
    font-weight: 600;
    box-shadow: none;
    font-size: 16px;
    min-height: 38px;
    color: #0391B1;
}

.abbi-static {
    margin-top: 160px !important;
    max-height: 620px;
}

.abbi_static_chat_chattee {
    border-radius: 4px;
    background-color: #DBE071;
    color: black;
    min-height: 21px;
    padding: 4px 7px;
    font-family: 'Quicksand', cursive;
    font-weight: lighter;
    font-size: 12px;
    line-height: 13px;
    float: right;
    margin-bottom: 6px;
    clear: both;
    width: 93%;
    box-shadow: 0 2px 4px 0 rgba(133, 133, 133, 0.50);
    transform: translateY(10px);
    opacity: 0;
}

.abbi_static_chat_chattee:hover {
    background: #2EA5DD;
    color: white;
}

.abbi_static_chat_highlight {
    font-weight: bold;
    background: #2EA5DD;
    color: white;
}


.abbi_static_chat_highlight:hover {
    font-weight: bold;
    opacity: .8 !important;
}

.abbi_static_chat_chattee:first-of-type {
    margin-top: 12px;
}

.abbi_static_chat_abbi.qrcode {
    max-width: 80%;
}

.abbi_static_chat_abbi img {
    max-width: 100%;
    border-radius: 12px;
}

.abbi_static_chat_abbi.qrcode::after {
    position: absolute;
    content: '..of scan de QR code';
    left: 104%;
    color: black;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
}

.abbi_static_chat_abbi.qrcode.lang_en::after {
    content: '..or scan the QR code';
}

.mockup_phone {
    width: 400px;
    max-width: 100%;
    float: right;
    height: 720px;
    display: block;
    float: right;
    border-radius: 40px;
    background-color: #CECECE;
    top: -60px;
}


.ai-bg-blue {
    background-color: #0089A2;
    background-image: url('/images/bg-spotlight-blue.jpg');
}

.ai-bg-white {
    /* background-color: white; */
}

.ai-bg-abbi-glow {
    background-image: url('/images/abbi_header_600x200px_RGB.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


.ai-bg-blue p {
    color: white;
}

.ai-bg-light-grey {
    background-color: #F5F5F5;
}

.ai-bg-light-grey+.ai-bg-light-grey {
    /* background-color:#FFFFFF; */
}

.ai-section-mockup .abbi_static_chat_abbi {
    font-size: 13px;
    line-height: 16px;
}

.ai-bg-new-green {
    background-color: #FFFFFF;
    background-image: url('/images/abbi_header_600x200px_RGB.png');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 150% 100%;
    font-style: italic;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 22px;
    border-radius: 20px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.ai-bg-photo {
    background-position: center center;
    background-color: black !important;
}

.ai-bg-photo::before {
    background-color: black;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    opacity: 0.4;
}

.navbar.ai-bg-blue {
    background-color: transparent;
}

.navbar.ai-bg-black {
    background-color: transparent;
}

span.nav-item {
    display: inline-block;
}

.navbar-brand,
.navbar-text {
    padding: 40px 0px 40px 40px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: black;
    font-family: 'Quicksand', sans-serif;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
}

.total_jobs {
    font-weight: bold;
    color: white !important;
    margin-left: 5px;
    border-radius: 100%;
    font-size: 16px;
    width: 20px;
    height: 20px;
    background-color: #e9528d;
    display: inline-block;
    text-align: center;
    line-height: 20px;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #0088AF;
}

.nav-link:hover {
    color: white;
}

.navbar.ai-navbar-smaller,
.navbar.open-manual {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: white;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15) !important;
    min-height: 64px;
}

.navbar.ai-navbar-smaller .nav-link,
.navbar.open-manual .nav-link {
    color: black !important;
}

.navbar.ai-navbar-smaller .nav-request-demo .nav-link {
    color: white !important;
    font-weight: bold;
}

.navbar.ai-navbar-smaller .navbar-brand {
    max-height: 68px;
    overflow: hidden;
    padding-top: 6px;
}

.navbar.ai-navbar-smaller .navbar-brand img {
    max-height: 61px;
    width: auto;
    padding-top: 6px;
}

.ai-navbar-smaller .nav-link,
.ai-bg-white .nav-link {
    color: black !important;
}

.open-manual .collapse {
    display: block !important;
}

.navbar-toggler:focus {
    color: #0088AF;
    box-shadow: none;
}

.request_demo_cover {
    /* color: white;
    display: block;
    float: left;
    background-color: #0089B0;
    padding: 40px;
    border-radius: 40px;
    width: 100%; */
}

.request_demo_cover label {
    /* color: white; */
}

.open-manual .dropdown .dropdown-menu,
.open-manual .dropdown:hover .dropdown-menu-center {
    opacity: 1;
    max-height: none;
    transform-origin: center top;
    transform: translate(0, 0) perspective(0px) rotateX(0deg) !important;
    left: 0px !important;
    padding: 0px;
    box-shadow: none;
}

.open-manual .dropdown .dropdown-menu strong {
    margin-top: 0px;
}

.open-manual .dropdown .dropdown-menu .dropdown-item {
    padding-left: 10px;
}

.ai-navbar-smaller .nav-link:hover,
.ai-navbar-smaller .nav-link:focus,
.ai-navbar-smaller .nav-link:active,
.ai-bg-white .nav-link:hover,
.ai-bg-white .nav-link:focus,
.ai-bg-white .nav-link:active {
    color: #1657EA;
}

.display-4 {
    font-size: 64px;
    line-height: 60px;
    font-family: 'Comfortaa', cursive;
}

.display-6 {
    color: black;
    font-size: 20px;
    line-height: 26px;
}

.ai-chat {
    margin-top: 24vh;
}

.ai-header-graphic {
    margin-top: 12vh;
}

.ai-header-graphic svg {
    max-width: 100%;
    height: auto;
}

.ai-mask-2,
.ai-mask-3,
.ai-mask-4,
.ai-mask-5,
.ai-mask-6 {
    opacity: 0;
}

.ai-mask-2 {
    animation: fadeIn 1s linear forwards 5s;
}

.ai-mask-3 {
    animation: fadeIn 1s linear forwards 1s, rotateIn 1s linear forwards 1s;
}

.ai-mask-4 {
    animation: fadeIn 1s linear forwards 2s, rotateIn 1s linear forwards 2s;
}

.ai-mask-5 {
    animation: fadeIn 1s linear forwards 3s, rotateIn 1s linear forwards 3s;
}

.ai-mask-6 {
    animation: fadeIn 1s linear forwards 4s, rotateIn 1s linear forwards 4s;
}

.carousel-inner {
    min-height: 405px;
}

.carousel-caption {
    position: unset;
}

.carousel-caption p {
    max-width: 80%;
    margin: 0 auto;
}

.carousel-indicators {
    bottom: unset;
}

.ai-news-article img {
    max-width: 50%;
    height: auto;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@-moz-keyframes rotateIn {
    0% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(-200deg);
        opacity: 0;
    }

    100% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(0);
        opacity: 1;
    }
}

@-o-keyframes rotateIn {
    0% {
        -o-transform-origin: center center;
        -o-transform: rotate(-200deg);
        opacity: 0;
    }

    100% {
        -o-transform-origin: center center;
        -o-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: right center;
        transform: rotate(-60deg);
        opacity: 0;
    }

    100% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1;
    }
}

.ai-chat-balloon {
    color: #0088AF;
    font-size: 18px;
    line-height: 20px;
    padding: 8px 12px;
    background-color: white;
    border-radius: 3px;
    float: left;
    margin-bottom: 12px;
    max-width: 80%;
}

.ai-chat-balloon.blue {
    margin-left: 16%;
    margin-right: 0;
    float: right;
    color: white;
    background-color: #0088AF;
}

.ai-chat-answer {
    display: block;
    float: left;
    color: white;
    font-size: 18px;
    background-color: rgba(168, 191, 52, 0.25);
    border-radius: 3px;
    width: 100%;
    margin-bottom: 4px;
    padding: 8px 12px;
}

.ai-clients-or-friend img {
    max-height: 120px;
    width: auto;
}

.ai-clients-or-friend p {
    font-size: 16px;
}

.ai-chat-answer:after {
    content: '';
    width: 12px;
    float: right;
    height: 12px;
    background: #A8BF34;
    border: 1px solid #92A62C;
    border-radius: 100%;
    margin-top: 8px;
}

header.ai-bg-white h1,
header.ai-bg-white h2 {
    color: black !important;
}

.dropdown-menu {
    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 30px;
    padding: 10px 10px;
    border: 0px;
}

.dropdown-item {
    border-radius: 4px;
    font-family: 'Quicksand', sans-serif;
    color: #0088AF;
    font-size: 14px;
    line-height: 16px;
    padding: 0;
    border: 0px;
    white-space: unset;
    margin-bottom: 6px;
    font-weight: 600;
}

.dropdown-item:hover {
    background: #FFFFFF;
    border: 0px;
    color: #36B3BC;
}

.dropdown-item span {
    display: inline-block;
    width: 80%;
}

.dropdown-item svg {
    width: 30px;
    height: auto;
    margin-right: 20px;
    display: inline-block;
}

.ai-item-icon {
    display: flex;
}

/* .dropdown-menu strong {
    color: #0088AF;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0px 2px 0px;
    display: inline-block;
} */

.dropdown .dropdown-menu {
    max-height: 0px;
    overflow: hidden;
    opacity: 0;
    padding: 0px 20px;
    -webkit-transform: perspective(200px) rotateX(-20deg) !important;
    -moz-transform: perspective(200px) rotateX(-20deg) !important;
    transform: perspective(200px) rotateX(-20deg) !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.dropdown .dropdown-menu-center {
    min-width: 214px;
    left: 50% !important;
    right: auto !important;
    -webkit-transform: translate(-50%, 0) perspective(200px) rotateX(-20deg) !important;
    -moz-transform: translate(-50%, 0) perspective(200px) rotateX(-20deg) !important;
    transform: translate(-50%, 0) perspective(200px) rotateX(-20deg) !important;
}

.dropdown .dropdown-menu-center.small {
    min-width: 200px;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    padding: 16px 20px;
    max-height: 450px;
    -webkit-transform: perspective(200px) rotateX(0deg) !important;
    -moz-transform: perspective(200px) rotateX(0deg) !important;
    transform: perspective(200px) rotateX(0deg) !important;
    transform-origin: center top;
}

.dropdown:hover .dropdown-menu-center {
    -webkit-transform: translate(-50%, 0) perspective(200px) rotateX(0deg) !important;
    -moz-transform: translate(-50%, 0) perspective(200px) rotateX(0deg) !important;
    transform: translate(-50%, 0) perspective(200px) rotateX(0deg) !important;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #000000;
    text-decoration: none;
    background-color: #FFFFFF;
}

.dropdown-item.active {
    color: #000000 !important;
}

.nav-item.active .nav-link {
    background: #0088AF;
    border-radius: 20px;
    color: white !important;
}

.nav-item.active .nav-link:hover {
    color: white;
}

.btn {
    font-weight: 400;
    padding: 10px 43px;
    border-radius: 21px;
    font-family: 'Comfortaa', cursive;
    font-weight: bold;
    font-size: 18px;
    line-height: 19px;
}

.btn.btn-sm {
    font-size: 15px;
    padding: 6px 10px;
    margin-bottom: 6px;
}

.btn.btn-sm:hover {
    opacity: .8;
    color: white;
}

.btn-outline-light {
    border: 1px solid white;
    color: white;
}

.btn-outline-light:hover {
    color: black !important;
}

.btn-outline-primary {
    color: #fff;
    border: 2px solid #0088AF;
}

.btn-outline-primary:hover {
    color: white;
    background-color: #0088AF;
    border-color: #0088AF;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: white;
    background-color: #0088AF;
    border-color: #0088AF;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 147, 157, .5);
}

.btn-primary {
    background-color: #0088AF;
}

.btn-primary:hover {
    background-color: #16B6C1;
    border-color: #16B6C1;
    color: white;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #16B6C1;
    border-color: #16B6C1;
}

.btn-secondary {
    background-color: #A8BF34;
    border: 0;
}

.btn-secondary:hover {
    background-color: #C7DD54;
    color: white;
}

.btn-warning {

    color: white;
}

.btn-warning:hover {
    background-color: #FF9C38;
}

.btn-danger {
    background-color: #e9528d;
    border-color: #e9528d;
    color: white !important;
    border-radius: 30px;
}

.btn-danger:hover {
    background-color: #FF478F;
    border-color: #FF478F;
}


.btn-outline-danger {
    color: #FF478F;
    border-color: #FF478F;
}

.btn-outline-danger:hover {
    color: white;
    background-color: #FF478F;
    border-color: #FF478F;
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: white;
    background-color: #FF478F;
    border-color: #FF478F;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem #ff478d50;
}

.ai-feature-icon {
    max-width: 80px;
    max-height: 80px;
    margin-bottom: 40px;
}

.ai-cta-left {
    padding-top: 80px;
    padding-bottom: 80px;

}

.ai-cta-right {
    min-height: 260px;
}

.ai-section-chat {
    background-image: linear-gradient(-180deg, #FAFAFA 1%, #F0F0F0 100%);
}

.ai-section-chat h2 {
    font-size: 42px;
    color: #0088AF;
    letter-spacing: 0;
    display: inline-block;
    padding: 12px 20px;
    background: #FFFFFF;
    box-shadow: 0 2px 20px 0 rgba(199, 199, 199, 0.50);
    border-radius: 8px;
    margin-left: 150px;
    width: 655px;
    max-width: calc(100% - 150px);
}

.ai-section-chat h2::before {
    display: block;
    position: absolute;
    top: -10px;
    left: 0px;
    content: '';
    width: 125px;
    height: 125px;
    background-size: cover;
    background-image: url('https://www.abbi-insights.com/images/icons/abbi%20original.png');
}

.ai-section-chat h2::after {
    right: calc(100% - 165px);
    top: 63px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ffffff;
    border-width: 20px;
    margin-top: -20px;
}

.ai-section-chat-alt h2 {
    width: 790px;
}

.ai-section-chat h3 {
    color: #0088AF;
    font-size: 24px;
    margin-bottom: 40px;
    margin-top: 50px;
}

.ai-section-chat.ai-section-chat-right {
    background-image: unset;
    background-color: White;
}

.ai-section-chat.ai-section-chat-right h2 {
    color: #FFFFFF;
    background: #0088AF;
    float: right;
    margin-left: 0px;
    margin-right: 150px;
}

.ai-section-chat.ai-section-chat-right h2::before {
    left: unset;
    right: 0px;
}

.ai-section-chat.ai-section-chat-right h2::after {
    right: unset;
    left: calc(100% - 165px);
    border: transparent solid;
    border-right-color: unset;
    border-left-color: #0088AF;
    border-width: 20px;
}

.ai-mb-80 {
    margin-bottom: 80px;
}

.ai-mb-mt-100 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.ai-fs-15 {
    font-size: 15px;
    line-height: 26px;
}

.ai-fs-18 {
    font-size: 18px;
    line-height: 23px;
}

.ai-intro {
    font-size: 24px;
    line-height: 34px;
    margin-top: 30px;
    margin-bottom: 30px;

}

.ai-introduction {
    font-size: 22px;
    line-height: 32px;
    color: #0088AF;
}

#Rectangle1 {
    animation: fillRectangle-100 1s linear forwards 0s;
}

#var-1 {
    opacity: 0;
    animation: showLabel 1s linear forwards 1s;
}

#Rectangle2 {
    animation: fillRectangle-80 1s linear forwards 1s;
}

#var-2 {
    opacity: 0;
    animation: showLabel 1s linear forwards 2s;
}

#Rectangle3 {
    animation: fillRectangle-60 1s linear forwards 2s;
}

#var-3 {
    opacity: 0;
    animation: showLabel 1s linear forwards 3s;
}

#Rectangle4 {
    animation: fillRectangle-40 1s linear forwards 3s;
}

#var-4 {
    opacity: 0;
    animation: showLabel 1s linear forwards 4s;
}

/* Standard syntax */
@keyframes fillRectangle-100 {
    0% {
        width: 0%;
    }

    100% {
        width: 64%;
    }
}

@keyframes fillRectangle-80 {
    0% {
        width: 0%;
    }

    100% {
        width: 50%;
    }
}

@keyframes fillRectangle-60 {
    0% {
        width: 0%;
    }

    100% {
        width: 44%;
    }
}

@keyframes fillRectangle-40 {
    0% {
        width: 0%;
    }

    100% {
        width: 37%;
    }
}

@keyframes showLabel {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1
    }
}

blockquote {
    font-size: 22px;
    line-height: 32px;
    color: #0088AF;
    margin: 0rem 0 0 1rem;
    padding-left: 3rem;
}

.ai-introduction a {
    text-decoration: underline;
}

.ai-usps-list {
    color: #000000;
    font-weight: 500;
    font-size: 18px;
    margin: 0;
    padding-left: 0px;
}

.ai-usps-list-alt {
    padding-left: 20px;
}

.ai-usps-list li {
    padding: 0px 0 30px 54px;
    font-size: 1.4rem;
    line-height: 1.7rem;
    font-family: 'Comfortaa', cursive;

    list-style: none;
    background-image: url(/images/icons/abbi_icon_vinkje_1.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 34px;
}

.ai-usps-list-alt li {
    padding: 0px 0 24px 9px;
    font-size: 1.2rem;
    line-height: 1.4rem;
    font-family: 'Comfortaa', cursive;

    background-image: none;
    list-style: disc;
    margin-left: 0px;
}

.ai-no-p-bottom {
    padding-bottom: 0;
}

.ai-bg-light-grey h2 {
    color: #000;
}

.ai-bg-dark {
    background: linear-gradient(358.78deg, #444444 0%, #000000 100%);
    color: #fff;

}

.abbi-chat {
    width: 398px;
    height: 667px;
    background-image: url('/images/phone-bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding: 50px 10px 110px 10px;
    max-width: 100%;
    max-height: auto;
}

.abbi-chat iframe {
    border: 0px;
    width: 378px;
    height: 507px;
    max-width: 100%;
}

header .abbi-chat {
    margin-top: 120px;
    margin-bottom: 40px;
}

.ai-bg-orange {
    background-image: linear-gradient(-180deg, #D5802A 0%, #FF9C38 100%);
}

.ai-bg-gradient-blue {
    background-image: linear-gradient(-180deg, #11a8b1 0%, #028c96 100%);

}

.ai-bg-gradient-blue h3 {
    color: #fff;
}

.ai-bg-orange h1,
.ai-bg-orange h2,
.ai-bg-orange h3,
.ai-bg-orange p {
    color: white;
}

.ai-bg-news {
    background: white;
}

.ai-bg-red {}

.ai-bg-red h4,
.ai-bg-red p {
    color: white;
}

.ai-footer {
    display: inline-block;
    float: left;
    width: 100%;
    background: #0089b0;
    min-height: 380px;
    color: #fff;
}

.ai-footer a {
    color: white;
}

.ai-fs-large {
    font-size: 24px;
    line-height: 34px;
    max-width: 75%;
}

.ai-box {
    /*border-top: 1px solid white;
    border-right: 1px solid white;
    border-bottom: 2px solid white;*/
    margin-left: 0;
    padding-left: 0;
}

.ai-box h3 {
    color: #eee;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.ai-box ul {
    list-style-type: none;
    padding-left: 15px;
}

.ai-box ul li a {
    /* color: #eee; */
}

.ai-copyrights {
    opacity: .7;
    color: #fff;
    font-size: 14px;
}

.ai-info a {
    color: #eee;
}

.ai-news-item {
    color: black;

}

.ai-news-item:hover {
    color: black;
}

.ai-news-item:hover h4 {
    color: #0088AF;
}

.ai-news-photo {
    width: 100%;
    height: 200px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: none;
    position: relative;
    border-radius: 20px;
    margin-bottom: 26px;
    transition: all 0.2s ease-in-out;
}

.ai-news-item:hover .ai-news-photo {}

.ai-news-date {
    color: #787878;
    font-size: 18px;
    margin-top: 8px;
}

.ai-news-photo.lg {
    height: 220px;
}

/* START generic abbi chat */
#generic-abbi-chat {
    position: fixed;
    bottom: 0;
    right: 50px;
    min-width: 371px;
    z-index: 99999;
}

#generic-abbi-chat .abbi-chat-top {
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background: #a1b74b;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 371px;
    position: absolute;
    bottom: 0;
    height: 100px;
}

.as-img-container {
    width: 87px;
    padding: 10px;
}

.as-title-container {
    width: 200px;
}

.as-btn-container {
    width: 55px;
    margin-right: 20px;
}

.as-img-container,
.as-title-container,
.as-btn-container {
    display: inline-block;
}

#generic-abbi-chat #abbi-chat-btn-hide {
    display: none;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    font-size: 1.1rem;
    padding: 10px 15px;
    background: #0088AF;

}

#generic-abbi-chat .abbi-chat-body {
    background-color: #bfd54e;
    height: 0;
}

.nav-request-demo .nav-link {
    margin-right: 60px;
    background-color: #e9528d;
    color: white !important;
    border-radius: 24px;
    font-weight: bold;
    line-height: 21px;
}

span.nav-item .nav-link {
    color: black;
}

.nav-request-demo .nav-link:hover {
    transform: scale(1.1);
    background-color: #FF478F;
}

@keyframes abbi-body-animation {
    from {
        height: 0;
    }

    to {
        height: 580px;
    }
}

@keyframes abbi-top-animation {
    0% {
        background-color: #a1b74b;
    }

    25% {
        background-color: #D5802A;
    }

    50% {
        background-color: #a1b74b;
    }

    75% {
        background-color: #D5802A;
    }

    100% {
        background-color: #a1b74b;
    }
}

.push-up {
    animation-name: abbi-body-animation;
    animation-duration: 1500ms;
    animation-fill-mode: forwards;
}

.flash {
    animation-name: abbi-top-animation;
    animation-duration: 1500ms;
    animation-fill-mode: forwards;
}

#generic-abbi-chat .abbi-chat-body iframe {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 85px;
}

#generic-abbi-chat .abbi-chat-footer {
    display: none;
}

#generic-abbi-chat .abbi-chat-footer a {
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#generic-abbi-chat .abbi-anim {
    /*margin: 20px 10px 10px 30px;*/
}

#generic-abbi-chat span {
    color: #fff;
    font-weight: 600;
}

#generic-abbi-chat .abbi-chat-top a {}

/* END generic abbi chat */

.as-quote-block {
    height: 200px;
}

.ai-cta {
    min-height: 540px;
}

.ai-cta .abbi-shows-smartphone {
    height: 490px;
    max-width: 100%;
}

.as-image-logo {
    width: 100%;
    min-height: 100px;
    text-align: center;
    background-color: white;
    border-radius: 20px;
    margin-bottom: 20px;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    margin: 1em 0;
}

.as-image-hover {
    display: inline-block;
    max-width: 80%;
    max-height: 80px;
    height: auto;
    /* -webkit-filter: grayscale(100%);
    filter: grayscale(100%); */
    margin: auto;
    display: block;
    vertical-align: middle;
}

.as-image-logo:hover .as-image-hover {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.as-graphic {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.abbi-noscript {
    z-index: 1050;
    position: fixed;
    top: 10px;
    right: 10px;
    width: 50%;
    background-color: #fff;
    border-radius: 50px;
    text-align: center;
    padding: 16px;
    box-shadow: 0 0 23px #e3e3e3;

}

.abbi-noscript p {
    margin: 0;
    padding: 0;
}

/* Standard syntax */
@keyframes move-1 {
    0% {
        top: 80px;
        position: relative;
    }

    25% {
        top: 70px;
    }

    50% {
        top: 60px;
    }

    75% {
        top: 50px;
    }

    100% {
        top: 40px;
    }
}

@keyframes move-2 {
    0% {
        top: 40px;
    }

    25% {
        top: 30px;
    }

    50% {
        top: 20px;
    }

    75% {
        top: 10px;
    }

    100% {
        top: 0px;
    }
}

@keyframes move-3 {
    0% {
        bottom: 0px;
        position: relative;
        opacity: 1;
    }

    25% {
        bottom: 15px;
    }

    50% {
        bottom: 30px;
    }

    75% {
        bottom: 45px;
    }

    100% {
        bottom: 60px;
        position: relative;
        opacity: 0;
    }
}

@keyframes show-chat {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@keyframes chooseOption {
    0% {
        background-color: rgba(168, 191, 52, 0.25);
    }

    100% {
        background-color: rgba(168, 191, 52, 1);
    }
}

@keyframes chooseOption-2 {
    0% {
        background-color: #A8BF34;
    }

    100% {
        background: linear-gradient(180deg, #E8FF6C 0%, #CDE167 100%);
    }
}

@keyframes hideOption {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOption {
    0% {
        opacity: 0.5;
        background-color: rgba(255, 255, 255, 0.25);
    }

    50% {
        opacity: 0.75;
    }

    100% {
        opacity: 1;
        background-color: rgba(168, 191, 52, 0.25);
    }
}

.fa-bars {
    margin: 4px;
    color: black;
    font-size: 37px;
}

.ai-navbar-smaller .fa-bars,
.open-manual .fa-bars {
    color: black;
}

.abbi-phone-play-overlay {
    position: relative;
}

.abbi-phone-play-overlay::before {
    background-color: rgba(255, 255, 255, .7);
    position: absolute;
    top: -20px;
    left: -20px;
    right: 0;
    bottom: -10px;
    content: "\A";
    z-index: 99;
}

.abbi-phone-play-overlay.abbi-is-playing::before {
    background-color: transparent;
}

.abbi-phone-play-overlay .abbi-with-balloons {
    position: absolute;
    bottom: -20px;
    z-index: 999;
    left: -120px;
}

.abbi-phone-play-overlay .abbi-with-balloons .abbi-text-balloon {
    display: block;
}

.abbi-phone-play-overlay .abbi-with-balloons .abbi-text-balloon span {
    display: inline-block;
    max-width: calc(100% - 81px);
}

.abbi-play-btn {
    /*position: absolute;*/
    /*transform: translateY(-50%);*/
    /*top: 50%;*/
    /*left: calc(50% - 22.5px);*/
    display: inline-block;
    z-index: 999;
    padding: 22px 28px;
    border-radius: 100%;
    text-align: center;
}

.abbi-add-mobile-border {
    background: linear-gradient(white, white) padding-box, linear-gradient(to bottom, #3daddd, #a4b502, #359C7E) border-box;
    border: 13px solid transparent;
    border-radius: 60px;
    max-width: 300px;
}

.ai-form-container {
    /* background: #0491b6;
    padding: 19px 36px;
    border-radius: 12px; */
}

.ai-form-container label {
    /* color: #ffffff; */
}

.ai-form-container p {
    /* color: #fff; */
}

.ai-form-container a {
    /* color: #ffffff; */
    /* text-decoration: underline; */
}

.ai-download-now {
    display: block;
    font-size: 16px;
    margin: 16px 0;
}

/* START 2024 */
.ai-header__pretitle {
    font-size: 20px;
    line-height: 25px;
    color: #0189b1;
    text-transform: uppercase;
    margin-bottom: 33px;
    font-weight: 500;
}

.ai-header__title {
    font-weight: 600;
    font-size: 42px;
    line-height: 51px;
    margin-bottom: 20px;
}

.ai-header__text p {
    font-size: 20px;
    line-height: 25px;
    max-width: 512px;
    margin-bottom: 0;
}

.ai-header__score {
    font-size: 18px;
    line-height: 23px;
    color: #0189b1;
    font-weight: 300;
}

.ai-header__score b {
    font-weight: 600;
}

.ai-header__buttons {
    display: flex;
    column-gap: 20px;
    margin: 28px 0;
}

.ai-section__fast-nav {}

.ai-section__fast-nav a {
    max-width: 220px;
    display: block;
}

.ai-section__fast-nav a:hover {
    color: #ff478f;
}

.ai-section__fast-nav a svg {
    display: inline-block;
    max-width: 34px;
    height: auto;
    vertical-align: baseline;
}

.ai-section__fast-nav a span {
    display: inline-block;
    max-width: calc(100% - 44px);
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    padding-left: 10px;
}

.ai-section__pretitle {
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0189b1;
    margin-bottom: 20px;
}

.ai-usp__item a {
    color: #000;
}

.ai-usp__item a:hover {
    color: #ff488f;
}

.ai-usp__item i {
    display: block;
    font-size: 73px;
    line-height: 73px;
    color: #FF488F;
    margin-bottom: 21px;
}

.ai-usp__item span {
    font-size: 20px;
    line-height: 23px;
    font-weight: 600;
}

.ai-highlight__swiper {}

.ai-highlight__swiper a {}

.ai-highlight__swiper .fa-star {
    color: #ff488f;
    font-size: 12px;
    line-height: 12px;
}

.ai-highlight__swiper p {
    font-size: 16px;
    line-height: 20px;
    color: #707070;
    margin-bottom: 25.5px;
    font-weight: 600;
    min-height: 160px;
}

.ai-highlight__swiper span {
    font-size: 14px;
    line-height: 18px;
    color: #707070;
}

.ai-highlight__swiper h6 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0;
}

.ai-highlight__swiper h5 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    max-width: 80%;
}

.ai-highlight__swiper img.ai-highlight-img {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 50px;
    max-width: 100%;
    height: auto;
    min-width: 100%;
    aspect-ratio: 3 / 2.2;
}

.ai-highlight__swiper img.ai-highlight-icon {
    max-width: 32px;
}

.ai-highlight__swiper svg {
    width: 27px;
    height: auto;
}

.ai-highlight__date {
    color: #707070;
    font-size: 14px;
    line-height: 18px;
}

.ai-highlight__tag {
    color: #707070;
    font-size: 12px;
    line-height: 15px;
    padding: 6px 15px;
    background-color: #F7F7F7;
    border-radius: 16px;
}

.ai-highlight__tag:hover {
    background-color: #E3E3E3;
    color: gray;
}

.ai-news-preview {
    max-height: 230px;
    overflow: hidden;
}

.ai-slider__vertical .swiper-slide {
    --gradient-color: #B8C302;
    /* Default gradient color */
    --bg-color: #ecf0a2;
}

.ai-slider__vertical .swiper-slide:nth-child(4n+2) {
    --gradient-color: #ff488f;
    --bg-color: #ffd8e7;
}

.ai-slider__vertical .swiper-slide:nth-child(4n+3) {
    --gradient-color: #008ab1;
    --bg-color: #cef4ff;
}

.ai-slider__vertical .swiper-slide:nth-child(4n+4) {
    --gradient-color: #ff6200;
    --bg-color: #ffdac3;
}

/* Define a counter to generate slide numbers */
.ai-slider__vertical {
    counter-reset: slide-counter;
}

/* Apply styles to each swiper-slide based on their position */
.ai-slider__vertical .swiper-slide {
    /* Increment the counter for each slide */
    counter-increment: slide-counter;
}

/* Common styles for all slides */
.ai-slider__vertical .swiper-slide .ai-slider__image {
    /* Use the counter value for the gradient color */
    background: transparent linear-gradient(180deg, var(--gradient-color) 0%, #B8C30200 100%) 0% 0% no-repeat padding-box;
}

.ai-slider__vertical .swiper-slide .ai-slider__number {
    background-color: var(--bg-color);
    color: var(--gradient-color);
    /* Default text color */
}

.ai-slider__vertical .swiper-slide .ai-slider__number::after {
    /* Generate slide number dynamically from the counter */
    content: counter(slide-counter, decimal-leading-zero);
}

.ai-slider__vertical .swiper-slide {
    width: 100%;
    min-width: 1200px;
}

.swiper-container {
    height: 400px;
}

.ai-slider__image {
    padding: 47px 41px;
    border-radius: 50px;
    max-height: 332px;
}

.ai-slider__image img {
    max-height: 332px;
}

.ai-slider__vertical::before {
    content: '\A';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: calc(50% + 31px + 24.5px);
    width: 2px;
    background: transparent linear-gradient(180deg, #989898 0%, #B8C30200 100%) 0% 0% no-repeat padding-box;
    z-index: -1;
}

.ai-slider__number {
    border-radius: 100%;
    font-size: 23px;
    line-height: 49px;
    width: 49px;
    height: 49px;
    font-weight: 600;
    margin: auto;
    margin-top: 135.5px;
}

#ai-chat__bottom {
    position: fixed;
    bottom: 0;
    right: 56px;
    width: 80px;
    /* Original width */
    height: 116px;
    /* Original height */
    background-image: url(/images/Abbi_idee.png);
    background-size: cover;
    background-position: center;
    transition: width 0.5s ease, height 0.5s ease;
    /* Ensure smooth resizing */
    z-index: 10030;
    cursor: pointer;
}

.ai-chat__balloon {
    position: absolute;
    min-width: 216px;
    right: -34px;
    top: -74px;
    background-color: #fff;
    padding: 14px;
    border-radius: 10px;
    box-shadow: 0px 3px 6px #00000029;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.ai-chat__balloon.open {
    /* max-height: 600px; */
    position: relative;
    padding: 0;
    min-width: 316px;
    top: calc(-70vh);
    height: 70vh;
    right: 200px;
    bottom: 0;
}

#ai-balloon-text {
    margin: 0;
}

#close-btn {
    display: none;
    /* Initially hidden */
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
    font-size: 18px;
}

.ai-chat__balloon iframe {
    width: 100%;
    height: 100%;
    border: none;
}

@-webkit-keyframes pop-in {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pop-in {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.ai-chat__balloon p {
    color: #ff488f;
    font-size: 15px;
    line-height: 21px;
    margin: 0;
}

.ai-chat__balloon::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -16px;
    left: 56px;
    border-width: 16px 0 0 16px;
    border-style: solid;
    border-color: #fff transparent;
    width: 2px;
}

@media screen and (max-width: 1399.98px) {
    .ai-slider__vertical::before {
        left: calc(50% + 31px + 24.5px + 39px);
    }
}

@media screen and (max-width: 1199.98px) {
    .ai-slider__vertical::before {
        left: calc(50% + 31px + 24.5px + 128px);
    }
}

@media screen and (max-width: 992px) {
    .ai-slider__vertical::before {
        top: 23px;
        bottom: unset;
        left: 0;
        right: 0;
        height: 2px;
        width: 100%;
    }

    .ai-slider__number {
        margin: unset;
        margin-left: 32px;
    }

    .ai-slider__vertical .swiper-slide {
        min-width: unset;
    }

    .ai-slider__image {
        max-height: unset;
    }

    .swiper-container {
        height: auto;
    }
}

img.head {
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

.voordelen {
    position: relative;
    width: calc(100% - 2rem);
    height: 480px;
    background-color: pink;
    padding: 8rem 2rem;
    background-image: url(/images/voordelen-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: repeat-x;
    border-radius: 4rem;
    margin: 0 1rem 4rem;
}

@media screen and (max-width: 768px) {
    .voordelen {
        height: 480px;
        padding: 10rem 2rem;
        border-radius: 2rem;
    }
}

.voordelen .txt {
    position: absolute;
    left: 50%;
    top: 4rem;
    transform: translateX(-50%);
    color: #fff;
    text-align: center;
    width: 80%;
}

.voordelen .txt h2 {
    font-size: clamp(2rem, 3vw, 3.2rem);
    line-height: 1.2;
}

.voordelen .phones {
    position: absolute;
    left: 50%;
    right: 30%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    pointer-events: none;
}

.ai-banner-gradient-light {
    background: linear-gradient(90deg, rgb(248, 173, 82) 0%, 48.9196%, rgb(255, 151, 166) 97.8391%, 98.9196%, rgb(255, 150, 168) 100%) !important;
}

.ai-banner-gradient-dark {
    background: linear-gradient(90deg, rgb(18, 142, 167) 0%, 3.91791%, rgb(25, 144, 162) 7.83582%, 53.9179%, rgb(116, 171, 99) 100%) !important;
}

@media screen and (max-width: 768px) {
    .voordelen .phones {
        width: 80%;
        height: 310px;
    }
}

.klant {
    position: relative;
    margin: 2rem auto 16rem auto;
    max-width: 1200px;
    padding: 2rem;
}

@media screen and (max-width: 768px) {
    .klant {
        padding: 2rem 1rem;
        margin: 2rem auto;
    }
}

.klant p {
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 68px;
}

.klant p strong {
    font-weight: 800;
}

.klant img {
    width: 100%;
    margin: 2rem 0;
    border-radius: 2rem;
}

.klant .buttons {
    position: relative;
    display: flex;
    justify-content: left;
    gap: 1rem;
    margin-top: 2rem;
}

.klant .buttons .btn {
    padding: 0.64rem 2rem;
    font-size: clamp(1rem, 1.4vw, 1.4rem);
    font-weight: 700;
    border-radius: 2rem;
    background-color: #e9528d;
    color: #fff;
    transition: background-color 0.3s, color 0.3s;
}

.klant .buttons .btn.trans {
    background-color: transparent;
    color: #e9528d;
    border: 1px solid #e9528d;
}

.klant .buttons .btn.trans:hover {
    background-color: #fff;
    color: #000;
}

.klant .buttons .btn:hover {
    background-color: #000;
    color: #fff;
}

.klant .columns {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
    flex-wrap: wrap;
    vertical-align: middle;
    align-items: center;
    border: 36px solid #BAC23E;
    border-radius: 800px;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .klant .columns {
        flex-direction: column-reverse;
        border: 0;
        background-color: transparent;
        border-radius: 0%;
    }
}

.klant .columns .column {
    display: inline-block;
    padding: 2rem;
}

.klant .columns .column.img {
    position: relative;
    width: 38%;
    padding: 3rem;
}

@media screen and (max-width: 768px) {
    .klant .columns .column.img {
        width: 100%;
    }
}

.klant .columns .column.img .image {
    width: 100%;
    padding-top: 100%;
    border-radius: 50%;
    background-color: #000;
    background-image: url(/images/klant.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.klant .columns .column.txt {
    position: relative;
    width: 60%;
    padding: 2rem 10rem 2rem 0;
}

@media screen and (max-width: 768px) {
    .klant .columns .column.txt {
        width: 100%;
        padding: 1rem;
    }
}

.klant .columns::after {
    content: "";
    width: 14rem;
    height: 14rem;
    position: absolute;
    right: -4px;
    bottom: -4px;
    background-image: url(/images/abbi-boks.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 768px) {
    .klant .columns::after {
        display: none;
    }
}

.klant::before {
    content: "";
    width: 230px;
    height: 230px;
    position: absolute;
    bottom: calc(-194px + 2rem);
    left: 280px;
    background-image: url(/images/klant-bottom.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
}

@media screen and (max-width: 768px) {
    .klant::before {
        display: none;
    }
}

.abbi-bordered-box {
    border: 1px solid lightblue;
    border-radius: 20px;
    padding: 20px;
    margin: 0 20px;
}

.klantonderzoeken h4 {
    font-size: clamp(1.4rem, 1.6vw, 1.6rem);
    margin-bottom: 1rem;
    color: #3C88AD;
    text-transform: uppercase;
}

.klantonderzoeken .icon {
    position: relative;
    display: inline-block;
    background-color: #E9EC8C;
    border-radius: 50%;
    padding: 1rem;
    margin-bottom: 1rem;
    line-height: 1;
    width: 64px;
    height: 64px;
}

.klantonderzoeken .icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #BAC23E;
    font-size: 1.8rem;
}

.klantonderzoeken h2 {
    font-size: clamp(1.6rem, 2vw, 2.4rem);
    margin-bottom: 1rem;
}

.klantonderzoeken h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 900;
}

.klantonderzoeken p {
    font-size: 18px;
    line-height: 23px;
}

.klantonderzoeken p a {
    position: relative;
    color: #BAC23E;
    text-decoration: none;
    display: inline-block;
}

.klantonderzoeken p a::after {
    content: "";
    position: absolute;
    right: -1.2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    background-image: url(/images/arrow-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.2s ease-out;
}

.klantonderzoeken p a:hover::after {
    right: -1.4rem;
}

.klantonderzoeken ul {
    margin-top: 1rem;
    padding-left: 1.64rem;
}

.klantonderzoeken ul li {
    position: relative;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    gap: 0.5rem;
    color: #008AB1;
    font-weight: 500;
}

.klantonderzoeken ul li::before {
    content: "";
    position: absolute;
    left: -1.6rem;
    top: 0.24rem;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-image: url(/images/swirl.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.klantonderzoeken ul li i {
    color: #BAC23E;
    font-size: 1.2rem;
}

.klantonderzoeken a.more {
    color: #b8c302;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
}

.klantonderzoeken a.more:hover {
    color: #d3da51;
}

.ai-img__rounded {
    border-radius: 2rem;
}

.contact h4 {
    font-size: 30px;
    line-height: 48px;
    margin-bottom: 20px;
}

.contact h5 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 20px;
    color: #3C88AD;
    text-transform: uppercase;
}

.contact p {
    font-size: 20px;
    line-height: 25px;
    color: #707070;
}

.contact p strong {
    font-weight: 800;
    color: #000;
}

.contact img {
    width: 100%;
    margin: 2rem 0;
    border-radius: 2rem;
}

.contact ul {
    margin-top: 1rem;
    padding-left: 1.64rem;
}

.contact ul li {
    position: relative;
    font-size: 18px;
    line-height: 22px;
    color: #008ab1;
    display: flex;
    gap: 0.5rem;
    font-weight: 500;
}

.contact ul li::before {
    content: "";
    position: absolute;
    left: -1.6rem;
    top: 0.24rem;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-image: url(/images/swirl.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.stappen {
    position: relative;
    width: calc(100% - 2rem);
    height: auto;
    padding: 2rem 0;
    margin: 0 1rem 4rem;
    text-align: center;
}

.stappen h4 {
    font-size: clamp(1.4rem, 1.6vw, 1.6rem);
    margin-bottom: 1rem;
    color: #3C88AD;
    text-transform: uppercase;
}

.stappen .columns {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 3.2rem;
    padding: 4rem;
}

@media screen and (min-width: 768px) {
    .stappen .columns .column {
        width: 25%;
        padding-left: 5rem;
    }
}

@media screen and (max-width: 768px) {
    .stappen .columns {
        padding: 2rem 0;
        flex-wrap: wrap;
    }

    .stappen .columns .column {
        width: 100%;
        padding-left: 5rem;
    }
}

.stappen .columns .stripe {
    position: absolute;
    top: 6rem;
    left: 50%;
    transform: translate3d(-50%, -8px, 0);
    width: 100%;
    height: 16px;
    background-color: #BAC23E;
    z-index: -1;
}

.stappen .columns .stripe span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 2px;
    /* border-top: #fff 2px dashed; */
    background-image: linear-gradient(to right, #fff 50%, transparent 50%);
    background-size: 10px 100%;
    animation: dash-animation 1s linear infinite;
}

@keyframes dash-animation {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 10px 0;
    }
}

@media screen and (max-width: 768px) {
    .stappen .columns .stripe {
        left: 2rem;
        top: 50%;
        transform: translate3d(-50%, -50%, 0);
        width: 16px;
        height: 100%;
        border-radius: 10px;
    }

    .stappen .columns .stripe span {
        width: 2px;
        /* Make the line vertical */
        height: 100%;
        background-image: linear-gradient(to bottom, #fff 50%, transparent 50%);
        background-size: 100% 10px;
        /* Control dash length and spacing vertically */
        animation: dash-animation-vertical 1s linear infinite;
    }

}

@keyframes dash-animation-vertical {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 10px;
    }
}

.stappen .columns .column {
    position: relative;
    text-align: left;
}

.stappen .columns .column .icon {
    position: relative;
    display: inline-block;
    background-color: #E9EC8C;
    border-radius: 50%;
    padding: 1rem;
    margin-bottom: 1rem;
    line-height: 1;
    width: 64px;
    height: 64px;
}

.stappen .columns .column .icon .number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* color: #BAC23E; */
    font-weight: 600;
    font-size: 33px;
    line-height: 39px;
}

@media screen and (max-width: 768px) {
    .stappen .columns .column .icon {
        position: absolute;
        left: 0;
        top: 0;
    }
}

.stappen .columns .column:nth-child(1n) .icon {
    background-color: #FCD0A6;
    color: #E98D0E;
}

.stappen .columns .column:nth-child(2n) .icon {
    background-color: #F7CCF1;
    color: #EA33A8;
}

.stappen .columns .column:nth-child(3n) .icon {
    background-color: #BFF2F3;
    color: #3C88AD;
}

.stappen .columns .column:nth-child(4n) .icon {
    background-color: #E9EC8C;
    color: #B0BF41;
}

.stappen .columns .column h2 {
    font-size: clamp(1.6rem, 2vw, 2.4rem);
    margin-bottom: 1rem;
}

.stappen .columns .column h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 19px;
}

.stappen .columns .column p {
    font-size: 16px;
    line-height: 20px;
}

.faq {
    margin: 2rem auto 4rem auto;
    max-width: 800px;
    padding: 2rem;
}

.faq h2 {
    font-size: 30px;
    line-height: 48px;
    font-weight: 600;
}

.faq h4 {
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #3C88AD;
}

.faq p strong {
    font-weight: 800;
}

.faq img {
    width: 100%;
    margin: 2rem 0;
    border-radius: 2rem;
}

.faq .questions {
    display: block;
    width: 100%;
    margin: 1rem 0;
    border-top: 1px solid #B8C30252;
}

.faq .questions .question {
    position: relative;
    display: block;
    justify-content: space-between;
    align-items: center;
    padding: 1.64rem 0;
    cursor: pointer;
    border-bottom: 1px solid #B8C30252;
}

.faq .questions .question.active .q::after {
    content: "-";
}

.faq .questions .question:hover .q {
    opacity: 1;
}

.faq .questions .question .q {
    position: relative;
    display: block;
    width: 100%;
    opacity: 0.64;
    transition: opacity 0.16s ease;
    padding-right: 3rem;
}

.faq .questions .question .q h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #000000;
    margin: 0;
}

.faq .questions .question .q::after {
    content: "+";
    font-size: 1.8rem;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-56%);
    color: #008AB1;
}

.faq .questions .question .a {
    display: none;
    width: 100%;
    font-size: clamp(1rem, 1.2vw, 1.2rem);
}

.faq .questions .question .a p {
    font-size: 16px;
    line-height: 20px;
    margin-top: 21px;
}

.faq .questions .question.active .a {
    display: block;
}

.ai-footer {
    background: linear-gradient(165deg, rgba(0, 138, 177, 1) 0%, rgba(0, 138, 177, 1) 50%, rgba(184, 195, 2, 1) 120%);
}

.footer {
    position: relative;
    width: 100%;
    padding: 4rem 2rem 2rem;
    text-align: center;
    background: transparent linear-gradient(155deg, #008AB1 0%, #B8C302 100%) 0% 0% no-repeat padding-box;
}

.footer .columns {
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
}

.footer .columns .column {
    width: 20%;
    padding: 0 1rem;
    color: #fff;
    text-align: left;
    padding-top: 1rem;
}

@media screen and (max-width: 768px) {
    .footer .columns .column {
        width: 50%;
        padding: 2rem 0;
    }
}

.footer .columns .column.left {
    padding-top: 0;
    width: 40%;
}

@media screen and (max-width: 768px) {
    .footer .columns .column.left {
        width: 100%;
        padding: 2rem 0;
    }
}

.ai-footer .footer-logo {
    width: 100%;
    max-width: 200px;
    margin-bottom: 1rem;
}

.ai-footer .footer-logo img {
    width: 100%;
}

.ai-footer p {
    font-size: clamp(1rem, .8vw, 1.2rem);
    margin-bottom: 1rem;
    font-weight: 500;
}

.ai-footer a {
    color: #fff;
    text-decoration: none;
}

.ai-footer a:hover {
    text-decoration: underline;
}

.ai-footer .phone {
    display: flex;
    width: 100%;
    margin: 1rem 0;
    line-height: 1;
    align-items: center;
}

.ai-footer .phone .icon {
    position: relative;
    width: 40px;
    height: 40px;
    display: inline-block;
    background-color: #BAC33E;
    border-radius: 50%;
}

.ai-footer .phone .icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.2rem;
    color: #fff;
}

.ai-footer .phone a {
    margin-left: 1rem;
}

.ai-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ai-footer ul li {
    margin-bottom: 0.64rem;
}

.ai-footer ul li a {
    color: #fff;
    text-decoration: none;
}

.ai-footer .socials {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.ai-footer .socials a {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    background-color: #BAC33E;
    border-radius: 50%;
}

.ai-footer .socials a i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.ai-footer .resellers img {
    max-width: 140px;
    max-height: 140px;
    width: auto;
    height: auto;
    margin: 1rem 0;
    margin: 1rem;
}

/* .footer .bottom {
    margin: 0 auto;
    max-width: 1200px;
    margin-top: 2rem;
    padding: 1rem 0;
    border-top: 1px solid #fff;
    text-align: left;
  }
  .footer .bottom p {
    font-size: clamp(1rem, 1.2vw, 1.2rem);
    color: #fff;
  } */

@media screen and (max-width: 768px) {
    @keyframes scrollHint {

        0%,
        100% {
            transform: translateX(0);
        }

        50% {
            transform: translateX(-30px);
        }
    }

    .scroll-hint {
        animation: scrollHint 1s ease 1;
    }
}

/* Example CSS */
#animatedPath,
#animatedImage {
    transition: transform 0.2s ease-out;
    /* Adjust the duration and easing as needed */
}

.diensten .item {
    position: relative;
    line-height: 1.6;
    white-space: normal;
    width: 100%;
    padding: 1rem 2rem 1rem 4.6rem;
    display: block;
    max-width: none;
    border-radius: 10px;
    margin: 1rem 0;
}

.diensten .item span {
    font-size: 15px;
    font-weight: 500;
    color: #3C88AD;
    line-height: 17px;
    max-width: none;
    font-weight: 600;
}

.diensten .item:hover span {
    color: #e9528d;
}

@media screen and (max-width: 768px) {
    .diensten .item {
        border: 1px solid #BADAE4;
    }
}

.diensten .item::before {
    content: "";
    position: absolute;
    left: 1.4rem;
    top: 50%;
    transform: translateY(-50%);
    width: 3rem;
    height: 3rem;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: attr(data-icon url);
}

/* .diensten .item:nth-child(1):before {
    background-image: url(/images/thumbnail_icon_chatonderzoek_RGB.png);
  }
  .diensten .item:nth-child(2):before {
      background-image: url(/images/thumbnail_icon_geautomatiseerde_klant_feedback_RGB.png);
  }
  .diensten .item:nth-child(3):before {
      background-image: url(/images/thumbnail_icon_customer_journey_RGB.png);
  }
  .diensten .item:nth-child(4):before {
      background-image: url(/images/thumbnail_icon_geautomatiseerde_klant_feedback_RGB.png);
  }
  .diensten .item:nth-child(5):before {
      background-image: url(/images/thumbnail_icon_digitale_communities_RGB.png);
  } */

.ai-py-lg {
    padding-top: 135px;
    padding-bottom: 185px;
}

@media screen and (max-width: 768px) {
    .ai-header__title {
        font-size: 32px;
        line-height: 42px;
    }

    .ai-header__pretitle {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 16px;
    }

    .ai-header__text p {
        font-size: 18px;
        line-height: 23px;
    }

    .btn {
        padding: 10px 23px;
        font-size: 13px;
        line-height: 15px;
    }

    .ai-header__score {
        font-size: 13px;
        line-height: 16px;
    }

    .ai-usp__item i {
        font-size: 32px;
        line-height: 32px;
    }

    .ai-usp__item span {
        font-size: 14px;
        line-height: 16px;
    }

    h2,
    .faq h2 {
        font-size: 20px;
        line-height: 26px;
    }

    h3 {
        font-size: 18px;
        line-height: 26px;
    }
}

/* END 2024 */

/* START 2025 */
.video-trigger {
    display: inline-block;
    padding: 10px 20px;
    background: #dc3545;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.video-trigger:hover {
    background: #c82333;
    transform: translateY(-2px);
}

.video-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1040;
}

.video-popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(5px);
}

.video-popup-content {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    width: auto;
    height: auto;
    background: #000;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: auto;
}

.video-popup-content video {
    max-height: 90vh;
    max-width: 90vw;
    width: auto;
    height: auto;
    display: block;
    border-radius: 15px;
    object-fit: contain;
}

.video-popup-close {
    position: absolute;
    right: 15px;
    top: 15px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    padding: 5px 12px;
    border-radius: 50%;
    transition: all 0.3s ease;
    z-index: 2;
}

.video-popup-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .video-popup-content {
        margin: 20px;
    }

    .video-popup-close {
        right: 10px;
        top: 10px;
        font-size: 20px;
    }
}

/* END 2025 */

@media (min-width: 768px) {
    .abbi-smartphone-smaller {
        height: 523px;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }


}


@media only screen and (max-width : 1400px) {
    .display-these h1.display-4 {
        font-size: 46px;
    }

    .abbi-phone::after {
        /*height:1060px;*/

    }

    .nav-request-demo .nav-link {}
}

@media only screen and (max-width : 1200px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 10px;
        padding-right: 10px;
        display: inline-flex;
    }

    .navbar-brand,
    .navbar-text {
        padding: 20px 0px 20px 20px;
    }

    .navbar .navbar-brand img {
        height: 86px;
        width: auto;
    }

    .display-these h1.display-4 {
        font-size: 30px;
    }

    .abbi-phone::after {
        height: 895px;
        left: -15px;
        display: none;
    }
}

@media only screen and (max-width : 992px) {

    /*.abbi-phone-play-overlay .abbi-with-balloons {*/
    /*    left: 0;*/
    /*}*/
    .navbar-brand {
        padding: 10px 0px 10px 0px;
    }

    .navbar-text {
        padding: 0px 0px 10px 0px;
    }

    .navbar .navbar-brand img {
        height: 66px;
        width: auto;
    }

    .navbar-text .nav-item {
        vertical-align: text-bottom;
    }

    .navbar-toggler {}

    .nav-request-demo .nav-link {
        margin-right: 30px;

    }

    .navbar {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 10px;
        padding-right: 10px;
        min-height: 54px;
    }

    .navbar .navbar-brand {
        height: 66px;
        overflow: hidden;
        margin: 0px;
    }

    .navbar .navbar-brand img {
        height: 46px;
        width: auto;
    }

    .nav-link {
        color: black;
    }

    .nav-link:hover,
    .nav-link:focus,
    .nav-link:active {
        color: #000000;
    }

    .navbar-text {
        position: absolute;
        right: 0px;
        top: 12px;
        /* width: 110px; */
        /* height: 100%; */
        height: 48px;
    }

    .as-language {
        position: fixed;
        top: 10px;
        right: 130px;
    }

    .as-nav {
        position: fixed;
        right: 20px;
    }

    .nav-request-demo {
        /* position: fixed;
          top: 16px;
          right: 131px;
          z-index: 99999;
          margin-left: 0px;
          color: white!important; */
    }



    .navbar.open-manual .nav-request-demo .nav-link {
        color: white !important;
    }

    .navbar-text .navbar-nav {
        display: block;
    }

    .navbar-toggler {
        /* padding: .5rem 1rem; */
        padding-left: 10px;
        padding-right: 10px;
    }

    .dropdown-menu-icon+span {
        display: none;
    }

    header {}


    .navbar .dropdown-menu {
        position: relative;
        left: auto;

    }

    .jumbotron {
        margin-top: 30px;
        /* padding: 40px; */
    }

    .ai-chat,
    .ai-header-graphic {
        margin-top: 120px;
    }

    header h1.display-4 {
        font-size: 46px;
        line-height: 50px;
    }

    .ai-chat-balloon {
        padding: 6px 10px;
        font-size: 16px;
        line-height: 18px;
    }

    .ai-chat-answer {
        font-size: 16px;
        padding: 6px 10px;
    }

    h2 {
        font-size: 28px;
        line-height: 26px;
    }

    .ai-section-chat h2 {
        font-size: 18px;
        line-height: 22px;
        margin-left: 90px;
        max-width: calc(100% - 90px);
        hyphens: auto;
    }

    .ai-section-chat h2::before {
        width: 90px;
        height: 90px;
    }

    .ai-section-chat h2::after {
        right: calc(100% - 125px);
        top: 43px;
    }

    .ai-bg-red {}

    .as-language {
        right: 85px;
        top: 14px;
    }

    .as-nav {
        margin-top: -50px;
    }

    .display-these .abbi-shows-smartphone {
        margin-top: 0px;
        /* width: 520px;
            height: 629px;
            background-repeat: no-repeat;
background-size: 570px;
background-position: 20px 0px; */
    }
}

@media only screen and (max-width : 768px) {
    header {
        padding-top: 105px;
    }

    .container {
        padding-left: 26px;
        padding-right: 26px;
    }

    .ai-news-article img {
        max-width: 100%;
    }


    header h1.display-4 {
        font-size: 32px;
        line-height: 36px;
    }


    .ai-bg-dark {
        -webkit-clip-path: unset;
        clip-path: unset;
    }

    .abbi-static {
        margin-top: 60px !important;
        max-height: 400px;
    }

    .abbi-static {
        display: none !important;
    }

    /*.ai-mob-bg {*/
    /*  background-color:#f9f9f9;*/
    /*}*/

    .abbi-shows-smartphone.ai-blockv {
        background-size: 150%;
    }

    .ai-blockv .abbi_static_chat {
        margin-top: 52%;
        margin-left: 11%;
        width: 55%;
    }

    .display-these .abbi-shows-smartphone {
        margin-top: 0px;
        width: 520px;
        height: 629px;
        background-repeat: no-repeat;
        background-size: 570px;
        background-position: 20px 0px;
    }

    .display-these .abbi_static_chat {
        display: block;
        float: left;
        margin-top: 40%;
        margin-left: 13%;
        width: 38%;
    }

    .display-these .abbi_static_chat_chattee,
    .display-these .abbi_static_chat_abbi {
        font-size: 14px;
        line-height: 16px;
    }

    .ai-photo-star {
        right: -20%;
        /* left: -110px; */
        width: 150px;
        top: -270px;
        height: 280px;
    }

    header h1.display-4 {
        font-size: 38px;
        line-height: 40px;
        hyphens: auto;
    }

    header h2,
    h2.display-6 {
        font-size: 22px;
    }

    .display-6 {
        font-size: 18px;
        line-height: 22px;
    }

    .ai-header-photo {
        display: none;

    }

    .ai-chat {}

    .ai-chat {
        margin-top: 40px;
    }

    .ai-header-graphic {
        margin-top: 0px;
    }

    .ai-section {
        padding: 40px 0px;
    }

    .ai-bg-abbi-glow {
        background-image: url(/images/abbi_header_400x200px_RGB.png);
        background-position: left;
        background-size: 160% 100%;
    }

    .display-these .abbi_static_chat {
        display: block;
        float: left;
        margin-top: 39.5%;
        /* margin-left: 8%; */
        width: 37%;

    }

    .display-these .abbi_static_chat_abbi,
    .display-these .abbi_static_chat_abbi {
        font-size: 12px;
    }

    .display-these .abbi_static_chat_chattee,
    .display-these .abbi_static_chat_abbi {
        font-size: 12px;
    }

    .abbi_static_link p {
        font-size: 11px;
    }

    .abbi_static_link svg {
        display: inline-block;
    }

    .abbi_static_chat .abbi_static_link {
        margin-bottom: 16px;
    }

    .abbi_static_chat {
        display: block;
        float: left;
        margin-top: 46.5%;
        margin-left: 8.5%;
        width: 27%;
        overflow: hidden;
    }

    .abbi_static_link p {
        text-align: left;
    }

    .abbi-button-arrow::after {
        display: none;
    }
}

@media only screen and (max-width : 480px) {
    #generic-abbi-chat {
        min-width: 100%;
        right: 0;
        bottom: 0;
    }

    #generic-abbi-chat .abbi-chat-top {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        min-width: 100%;
    }

    .as-quote-block {
        height: 40vh;
    }

    .display-these .abbi-shows-smartphone {
        background-position: 0px 0px;

    }


    .abbi-phone-play-overlay .abbi-with-balloons {
        left: -80px;
    }

    .display-these .abbi_static_chat {
        margin-left: 8%;
    }
}

@media only screen and (max-width : 320px) {
    #generic-abbi-chat {
        min-width: 100%;
        right: 0;
        top: 60px;
        bottom: 0;
    }

    #generic-abbi-chat .abbi-chat-top {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        min-width: 100%;
    }

    #generic-abbi-chat .abbi-chat-body {
        height: 100%;
        right: 0;
    }

    .as-quote-block {
        height: 50vh;
    }
}