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

thead, tbody {
    vertical-align: middle;
}

td, th, tr {
    vertical-align: inherit;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Alterra CSS */
/* Common */
body, .content {
    font-family: "Space Mono", monospace;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-width: 320px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

.row {
    display: flex;
    flex-direction: row;
}

.row__centered {
    justify-content: center;
}

.button {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 60px;
    font-size: 14px;
    background: #D6FFF4;
    color: #00316F;
    cursor: pointer;
    border: 0;
    outline: 0;
    text-decoration: none;
    padding: 10px;
    line-height: 18px;
}

.button__wide {
    width: 240px;
    margin-top: 40px;
}

.button:hover {
    text-decoration: underline;
}

.content-block-image {
    margin-bottom: 40px;
    border: 1px solid #EFEFEF;
}

.full-width {
    width: 100%;
}

img.full-width {
    width: auto;
    max-width: 100%;
}

.text-center {
    text-align: center;
}

.content-block-text {
    font-family: "Montserrat", "Helvetica", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 40px;
}

.content-block-text__big {
    font-size: 18px;
    max-width: 400px;
    line-height: 30px;
}

.content-block-text__small {
    font-size: 12px;
    line-height: 21px;
}

.content-block-text__quotes {
    font-style: italic;
    padding-left: 10px;
    font-size: 18px;
}

.hide {
    display: none !important;
}

a {
    color: #00316F;
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
}

.button__primary {
    background: #00316F;
    color: #fff;
}

.button__white {
    background: #fff;
    color: #00316F;
}

.button__pink {
    background: #EFE8F0;
    color: #00316F;
}

.white-bg {
    background: #FFF;
}

.green-bg {
    background: #D6FFF4;
}

.green2-bg {
    background: #DDFFF0;
}


.blue-bg {
    background: #00316F;
    color: #FFF;
}

.blue-bg .content-block-header {
    color: #FFF;
}

.gray-bg {
    background: #EFEFEF;
}

.dark-gray-bg {
    background: #D9D9D9;
}

.light-blue-bg {
    background: #D6EDFF;
}

.light-blue-bg2 {
    background: #DFF2FE;
}

.light-green-bg {
    background: #EFFFD6;
}

.pink-bg {
    background: #EFE8F0;
}

.light-violet-bg {
    background: #DBE7FF;
}

.light-gray-bg {
    background: #EDF1F9;
}

.on-top {
    z-index: 2;
}

@media (min-width: 800px) {
    .desktop-row {
        display: flex;
        flex-direction: row;
    }

    .desktop-bottom {
        justify-content: flex-end !important;
    }

    .desktop-hide {
        display: none !important;
    }

    .desktop-show {
        display: block !important;
    }

    .zendesk-right-robot {
        background-position: top right;
    }
}
@media (max-width: 799px) {
    .mobile-column {
        display: flex;
        flex-direction: column;
    }

    .mobile-center {
        justify-content: center !important;
    }

    .mobile-hide {
        display: none !important;
    }

    .mobile-show {
        display: block !important;
    }
}

/* Forms */
form {
    width: 100%;
}

.form-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 35px;
}

.form-group-search {
    width: 100%;
    display: flex;
    padding-left: 35px;
    padding-right: 35px;
}

label.form-label {
    margin-bottom: 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

input.form-input {
    background: #FFF;
    height: 60px;
    padding: 0 20px;
    border: 0;
    font-size: 14px;
    font-family: "Space Mono", monospace;
    color: #00316F;
}

input.form-input:focus {
    height: 52px;
    padding: 0 16px;
    border: 4px solid #00316F;
    outline: none;
}

textarea.text-input {
    background: #FFF;
    height: 150px;
    padding: 12px 16px;
    border: 4px solid transparent;
    font-size: 14px;
    font-family: "Space Mono", monospace;
    color: #00316F;
    resize: none;
}

textarea.text-input:focus {
    height: 150px;
    padding: 12px 16px;
    border: 4px solid #00316F;
    outline: none;
}

input[type="checkbox"].form-input {
    display: none;
}

input[type="checkbox"].form-input:checked ~ .form-checkbox {
    background: #00316F;
    border: 4px solid #FFF;
}

.form-checkbox {
    width: 40px;
    height: 40px;
    background: #FFF;
    margin: 0 15px 0 0;
}

/* Navigation */
.navigation {
    position: fixed;
    font-family: "Space Mono", monospace;
    font-weight: 300;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 60px;
    max-width: 1200px;
    z-index: 100;
}

.navigation-logo {
    width: 60px;
    height: 60px;
    background: url(../img/logo.svg) center center no-repeat, #00316F;
}

.navigation-menu {
    background: #EFEFEF;
    flex-grow: 1;
}


.navigation-menu-expand {
    width: 60px;
    height: 60px;
    background: url(../img/menu.svg) center center no-repeat, #00316F;
    display: none;
    cursor: pointer;
}

.navigation-menu-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    height: 60px;
    align-items: center;
}

.navigation-menu-item {
    font-size: 14px;
    color: #00316F;
}

.navigation a {
    color: #00316F;
    text-decoration: none;
}

.navigation a:hover{
    text-decoration: underline;
}

.navigation .button__primary {
    color: #fff;
}

.navigation-menu-item-label {
    margin: 0 18px;
    cursor: pointer;
    height: 60px;
    display: flex;
    align-items: center;
}

.navigation-menu-item-label:hover {
    text-decoration: underline;
}

.navigation-menu-item-submenu {
    display: none;
    width: 100%;
    max-width: 1200px;
    position: absolute;
    height: 120px;
    align-items: center;
    background: rgba(214, 255, 244, 0.95);
    left: 50%;
    margin-left: -600px;
    padding: 0 140px 0 60px;
    justify-content: flex-end;
    animation-duration: .3s;
    z-index: 5;
}

@media (max-width: 1199px) {
    .navigation-menu-item-submenu {
        left: 0;
        margin-left: 0;
    }
}

.navigation-menu-item-submenu-item {
    cursor: pointer;
    margin: 0 18px;
}

.navigation-menu-item-submenu-item:hover {
    text-decoration: underline;
}

.navigation-menu-item__with-submenu:hover .navigation-menu-item-submenu
{
    display: flex;
    animation-name: fade_in;
}

.navigation-account {
    position: relative;
}

.navigation-account-button {
    width: 60px;
    height: 100%;
    background: url(../img/avatar.svg) center center no-repeat, #00316F;
    cursor: pointer;
}

.navigation-account-menu-item {
    padding: 15px 30px;
    min-width: 200px;
}

.navigation-account-menu-item__account-name {
    background: #00316F;
    color: #FFF;
}

.navigation-account-menu {
    position: absolute;
    background: rgba(214, 255, 244, 0.95);
    display: none;
    right: 0;
}

.navigation-account:hover .navigation-account-menu {
    display: block;
}

/* Content */
.content {
    color: #555555;
    font-variant-ligatures: none;
    z-index: 2;
    padding-top: 60px;
}

.content-block {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.content-block__split {
    flex-direction: row;
}

.content-block-left {
    display: flex;
    justify-content: flex-end;
    width: 50%;
}

.content-block-right {
    display: flex;
    justify-content: flex-start;
    width: 50%;
}

.content-block-inner__small-width {
    max-width: 640px;
}

.content-block-inner__small-width .content-block-header {
    width: 100%;
}

.content-block__small-height {
    height: 600px;
}

.content-block__small-height .content-block-inner {
    height: 600px;
}

.content-block__split .content-block-inner {
    width: 600px;
}

.content-block__up {
    margin-top: -60px;
}

.content-block-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 1200px;
    height: 740px;
    padding: 60px;
    align-self: center;
}

.content-block-inner__vertical-top {
    align-self: flex-start;
}

.content-block-inner__auto-height {
    height: auto !important;
}

.content-block-inner__up {
    margin-top: -20px;
}

.content-block-inner__brain {
    background: url(../img/brain.svg) no-repeat;
    background-origin: content-box;
    background-size: 535px;
    background-position: 400px 0;
    height: 680px;
}

.content-block-inner__chat {
    background: #EFEFEF;
    height: 680px;
    align-self: flex-start;
}

.content-block__green {
    background: #D6FFF4;
}

.welcome-promo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.welcome-promo-logo {
    height: 110px;
    background: url(../img/ai.svg) no-repeat;
}

.welcome-promo-tagline {
    width: 315px;
    font-size: 36px;
    margin-top: 20px;
    line-height: 45px;
}

.welcome-promo-powered-by {
    transform: translate3d(-22px,-22px,0) rotate(90deg);
    width: 180px;
    font-size: 15px;
    font-family: "Montserrat", "Helvetica", sans-serif;
    font-weight: 400;
    line-height: 27px;
}

.content-block-inner__qa {
    background: #D9D9D9;
}

.content-block__up .content-block-header {
    margin-top: 60px;
}

.content-block__up .content-block-preheader {
    margin-bottom: -30px;
    margin-top: 60px;
}

.content-block__up .content-block-header__up {
    margin-top: 0;
}

.content-block-header,
.content-block-preheader {
    font-family: "Montserrat", "Helvetica", sans-serif;
}

h1.content-block-header {
    font-size: 36px;
    color: #00316F;
    font-weight: 500;
    line-height: 45px;
    margin-bottom: 50px;
}

h2.content-block-header {
    font-size: 18px;
    color: #00316F;
    font-weight: 500;
    margin-bottom: 25px;
    line-height: 26px;
}

h2.content-block-preheader {
    color: #00316F;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
}

h2.content-block-header.content-block-header__small-margin {
    margin-bottom: 5px;
}

.content-block-header__with-margin {
    margin-top: 60px;
    margin-bottom: 30px;
}

.content-block-header .content-block-header-link {
    position: absolute;
    display: none;
    width: 18px;
    height: 18px;
    background: url(../img/link.svg) no-repeat center center;
    background-size: contain;
    transform: translate3d(-35px, 15px,0);
    padding-right: 35px;
}

.content-block-header:hover .content-block-header-link {
    display: inline-block;
}

.list {
    font-size: 18px;
    font-family: "Montserrat", "Helvetica", sans-serif;
    font-weight: 400;
    line-height: 27px;
}

.list__with-separator .list-item {
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid #B9B9B9;
}

.list__with-separator .list-item:first-child {
    padding-top: 0;
}

.list__with-separator .list-item:last-child {
    border-bottom: none;
}

.list__qa {
    margin-top: 50px;
    width: 280px;
}

.list-item {
    margin-bottom: 35px;
}

.list-item__small {
    font-size: 15px;
    line-height: 27px;
}

.form-agreement {
    margin: 20px 0 0px;
    text-align: center;
}

.chat-example {
    width: 540px;
    height: 350px;
    padding: 20px;
    background: #fff;
    box-shadow: 20px 20px 0 #D9D9D9;
    margin-left: -200px;
    margin-top: 100px;
    z-index: 3;
}

.chat-example-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
}

.chat-example-avatar {
    width: 60px;
    height: 60px;
    background: red;
}

.chat-example-text {
    font-family: "Montserrat", "Helvetica", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #00449A;
    background: green;
    padding: 20px;
    flex-grow: 1;
    line-height: 27px;
    max-width: 410px;
}

.chat-example-row__question .chat-example-text {
    margin-top: 30px;
    margin-left: 30px;
    background: #E5E5E5;
}

.chat-example-row__question .chat-example-text:before {
    content: "";
    display: block;
    margin-left: -50px;
    margin-top: -20px;
    border: 15px solid #E5E5E5;
    border-bottom-color: transparent;
    border-left-color: transparent;
    float: left;
}

.chat-example-row__question .chat-example-avatar {
    background: url(../img/user.svg) center center no-repeat, #00316F;
}

.chat-example-row__answer .chat-example-text {
    margin-top: 30px;
    margin-right: 30px;
    background: #D6FFF4;
}

.chat-example-row__answer .chat-example-text:after {
    content: "";
    display: block;
    margin-right: -50px;
    margin-top: -20px;
    border: 15px solid #D6FFF4;
    border-right-color: transparent;
    border-bottom-color: transparent;
    float: right;
}

.chat-example-row__answer .chat-example-avatar {
    background: url(../img/chatbot.svg) center center no-repeat, #E5E5E5;
}

.big-icon {
    background-repeat: no-repeat;
    background-size: contain;
    height: 110px;
}

.facebook-plus-alterra-icon {
    background: url(../img/alterra-facebook.svg) no-repeat;
    background-size: contain;
    height: 77px;
}

.slack-plus-alterra-icon {
    background: url(../img/alterra-slack.svg) no-repeat;
    background-size: contain;
    height: 77px;
}

.drift-plus-alterra-icon {
    background: url(../img/alterra-drift.svg) no-repeat;
    background-size: contain;
    height: 77px;
}

.drift-plus-alterra-cc-icon {
    background: url(../img/alterra-cc-plus-drift.svg) no-repeat;
    background-size: contain;
    height: 77px;
}

.zendesk-plus-alterra-icon {
    background: url(../img/alterra-zendesk.svg) no-repeat;
    background-size: contain;
    height: 77px;
}

.drift-alterra-integration-icon {
    background: url(../img/alterra-drift2.svg) no-repeat;
    background-size: contain;
    height: 70px;
}

.zendesk-alterra-integration-icon {
    background: url(../img/alterra-zendesk2.svg) no-repeat;
    background-size: contain;
    height: 70px;
    width: 214px;
}

.manychat-plus-alterra-icon {
    background: url(../img/alterra-manychat.svg) no-repeat;
    background-size: contain;
    height: 77px;
}

.chatfuel-plus-alterra-icon {
    background: url(../img/alterra-chatfuel.svg) no-repeat;
    background-size: contain;
    height: 77px;
}

.icon-sales {
    background-image: url(../img/sales.svg);
}

.icon-man {
    background-image: url(../img/man.svg);
}

.icon-help-bot {
    background-image: url(../img/helpbot.svg);
}

.icon-qa {
    background-image: url(../img/qa.svg);
}

.icon-faq-bot {
    background-image: url(../img/faqbot.svg);
}

.icon-nlp {
    background-image: url(../img/nlp.svg);
}

.icon-travel {
    background-image: url(../img/travel.svg);
}

.icon-chip {
    background-image: url(../img/chip.svg);
}

.icon-nlp-stack {
    background-image: url(../img/nlp-stack.svg);
}

.icon-channels {
    background-image: url(../img/channels.png);
    height: 126px;
}

.icon-platforms {
    background-image: url(../img/platforms.png);
    height: 130px;
}

.icon-fb {
    background-image: url(../img/fb.svg);
    background-size: 70px 71px;
    background-position: left bottom;
}

.icon-manychat {
    background-image: url(../img/manychat.svg);
    background-size: 70px 71px;
    background-position: left bottom;
}

.icon-chatfuel {
    background-image: url(../img/chatfuel.svg);
    background-size: 70px 71px;
    background-position: left bottom;
}

.icon-rapid-resolution {
    background-image: url(../img/rapid-resolution.svg);
}

.icon-intercom {
    background-image: url(../img/intercom.svg);
    background-size: 70px 71px;
    background-position: left bottom;
}

.icon-search-box {
    background-image: url(../img/search-box.svg);
    background-size: 70px 70px;
    background-position: left bottom;
}

.icon-agents {
    background-image: url(../img/agents.svg);
}

.icon-alexa {
    background-image: url(../img/alexa.svg);
}

.icon-voice {
    background-image: url(../img/voice.svg);
}

.icon-slack {
    background-image: url(../img/slack.svg);
    background-size: 70px 71px;
    background-position: left bottom;
}

.icon-drift {
    background-image: url(../img/drift.svg);
    background-size: 70px 71px;
    background-position: left bottom;
}

.icon-cue-cards-drift {
    background-image: url(../img/cue-cards-drift.svg);
    background-size: 70px;
    background-position: left bottom;
}

.icon-wix {
    background-image: url(../img/wix.svg);
    background-size: 70px;
    background-position: left bottom;
}

.icon-zendesk {
    background-image: url(../img/zendesk.svg);
    background-size: 70px;
    background-position: left bottom;
}

.icon-email {
    background-image: url(../img/email.svg);
    background-size: 100px;
    background-position: left bottom;
}

.icon-integrations {
    background-image: url(../img/integration.svg);
    width: 80px;
    margin: 6px 30px 0 0;
}

.icon-advisers-ackley {
    background-image: url(../../img/advisers/ackley.png);
    height: 98px;
    background-position: center bottom;
}

.icon-advisers-belkin {
    background-image: url(../../img/advisers/belkin.png);
    height: 98px;
    background-position: center bottom;
}

.icon-advisers-dyson {
    background-image: url(../../img/advisers/dyson.png);
    height: 98px;
    background-position: center bottom;
}

.icon-advisers-hunt {
    background-image: url(../../img/advisers/hunt.png);
    height: 98px;
    background-position: center bottom;
}

.icon-advisers-javangula {
    background-image: url(../../img/advisers/javangula.png);
    height: 98px;
    background-position: center bottom;
}

.icon-advisers-laws {
    background-image: url(../../img/advisers/laws.png);
    height: 98px;
    background-position: center bottom;
}

.icon-advisers-villeneuve {
    background-image: url(../../img/advisers/villeneuve.png);
    height: 98px;
    background-position: center bottom;
}

.vertical-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.vertical-list__solutions {
    margin-top: 100px;
    margin-bottom: 50px;
}

.vertical-list__applications {
    margin-top: 150px;
}

.vertical-list-item {
    width: 240px;
    margin-bottom: 50px;
    margin-bottom: 60px;
}

.wrapped-list-item-description {
    font-family: "Montserrat", "Helvetica", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    margin-top: 25px;
    color: #555;
}

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

.wrapped-list-item {
    width: 420px;
    margin-bottom: 50px;
}

.wrapped-list-title {
    font-size: 21px;
    color: #00316F;
    margin-top: 40px;
    line-height: 26px;
}

.wrapped-list-title a {
    text-decoration: none;
}

.integrations-item {
    display: flex;
    width: 100%;
}

.integrations-item .small-description {
    width: 100%;
}

.integrations-item .vertical-list-title {
    margin-top: 0;
}

.vertical-list-title {
    font-size: 18px;
    color: #00316F;
    margin-top: 40px;
    line-height: 26px;
}

.vertical-list-title a {
    text-decoration: none;
}

.titled-list {
    font-family: "Montserrat", "Helvetica", sans-serif;
    font-size: 15px;
    line-height: 30px;
}

.titled-list li {
    margin-bottom: 30px;
}

.titled-list__title {
    color: #00316F;
    font-size: 19px;
    line-height: 27px;
    margin-bottom: 5px;
}

.small-description {
    font-family: "Montserrat", "Helvetica", sans-serif;
    width: 240px;
    font-weight: 400;
    font-size: 15px;
    line-height: 27px;
    margin-top: 30px;
}

.small-description strong {
    color: #00316F;
    font-weight: 500;
}

strong.blue {
    color: #00316F;
}

.vertical-list-link {
    display: block;
    margin-top: 25px;
}

h1.content-block-header__family, h1.content-block-header__channels {
    width: 240px;
}

.vertical-list__family {
    margin-top: -100px;
}

.content-block-header__dl {
    width: 400px;
}

.content-block-header__powered-by {
    margin-top: 100px;
}

.content-block-inner__centered {
    align-items: center;
}

.content-block-inner__centered > .content-block-preheader,
.content-block-inner__centered > .content-block-header {
    text-align: center;
}

.content-block-inner__centered > .content-block-text {
    width: 100%;
    max-width: 665px;
}

.content-block-inner__vertical-middle {
    justify-content: center;
}

.big-icon__ai {
    margin-top: 84px;
    width: 70px;
}

.big-icon__ai:first-child {
    margin-right: 30px;
}

.content-block-header__ai {
    margin-top: 47px !important;
}

.footer-big-a {
    width: 70px;
    height: 110px;
    background: url(../img/big-a.svg);
}

.footer {
    height: 400px;
}

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

.content-block-inner_footer {
    flex-direction: row;
    height: 400px;
}

.footer-name {
    font-size: 30px;
    margin-top: 25px;
    font-weight: 300;
}

.footer-copyright {
    font-family: "Montserrat", "Helvetica", sans-serif;
    font-weight: 400;
    margin-top: 25px;
    line-height: 27px;
    width: 235px;
}

.footer-sitemap {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.footer-sitemap-inner {
    display: flex;
    flex-direction: inherit;
    align-items: flex-start;
}

.footer-sitemap-column {
    margin-right: 70px;
}

.footer-sitemap-header {
    font-size: 30px;
    margin-bottom: 37px;
    font-weight: 300;
}

.footer-sitemap-list {
    line-height: 26px;
    font-size: 14px;
}

.footer-sitemap-list a {
    color: #FFF;
}

.footer-social-links {
    width: 150px;
    padding-top: 3px;
}

.social-link {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 25px;
    background-position: center;
    margin-right: 10px;
    margin-bottom: 20px;
}

.social-link--facebook {
    background-image: url(../img/social/facebook.svg);
}

.social-link--twitter {
    background-image: url(../img/social/twitter.svg);
}

.social-link--linkedin {
    background-image: url(../img/social/linkedin.svg);
}

.swiper-pagination {
    display: none;
}

.swiper-bullet {
    background: url(../img/bullet.svg) no-repeat center center;
    width: 10px;
    height: 10px;
    display: inline-block;
    opacity: 0.3;
    margin-right: 35px;
    outline: none;
    cursor: pointer;
}

.swiper-bullet:last-child {
    margin-right: 0;
}

.swiper-bullet__active {
    opacity: 1;
}

.covid-banner {
    font-family: "Montserrat", "Helvetica", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: #555;
    display: flex;
    flex-direction: row;
    padding: 20px 60px;
    background: #D6FFF4;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.covid-banner__label {
    background: #F38573;
    color: #fff;
    padding: 4px 10px;
    margin-right: 15px;
    flex-shrink: 0;
    align-self: flex-start;
}

.covid-banner__text {
    flex-wrap: wrap;
}

.covid-banner a {
    font-weight: 500;
    color: #555;
    white-space: nowrap;
}

/* Responsive */
/* Small & Mobile commons*/
@media (max-width: 1199px) {
    .swiper-pagination {
        display: block;
        position: static !important;
    }

    .slider-wrapper {
        overflow: hidden;
    }


    .chat-example-row__answer {
        margin-bottom: 0;
    }

    .vertical-list-item__padding {
        width: 0 !important;
        margin: 0 !important;
    }

    .wrapped-list {
        justify-content: center;
    }

    .wrapped-list .wrapped-list-item {
        text-align: center;
    }

    .wrapped-list .wrapped-list-item .big-icon {
        background-position: center bottom;
    }
}

/* Small desktop */
@media (min-width: 800px) and (max-width: 1199px) {
    .content-block-inner {
        width: 800px;
    }

    .welcome-promo-tagline {
        width: 200px;
        font-size: 20px;
        line-height: 25px;
        margin-top: 40px;
    }

    .content-block-inner__brain {
        background: none
    }

    .content-block__brain {
        background: url(../img/brain.svg) no-repeat;
        background-position: calc(50% + 100px) 110px;
        background-size: 420px;
    }

    .welcome-promo-powered-by {
        transform: translate3d(30px,-22px,0) rotate(90deg);
    }

    .content-block__split .content-block-inner{
        width: 400px;
    }

    .content-block-left, .content-block-right {
        width: 50%;
    }

    .content-block-inner__solutions {
        overflow: hidden;
        height: 815px;
    }

    .vertical-list-item {
        margin-right: 25px;
    }

    .vertical-list__family .vertical-list-item:first-child {
        width: 0;
        margin: 0;
    }

    .vertical-list__family {
        margin-top: 0;
    }

    .vertical-list__solutions {
        margin-top: 60px;
    }

    h1.content-block-header__small{
        font-size: 26px;
        line-height: 35px;
        max-width: 325px;
        width: auto;
    }

    .small-description {
        width: 215px;
    }

    .content-block-inner__family {
        margin-bottom: 60px;
    }

    .content-block-inner__family .swiper-bullet {
        display: none;
    }

    .chat-example {
        width: 370px;
        margin-left: -90px;
    }

    .chat-example-text {
        width: 240px;
    }

    .footer-sitemap-column {
        width: 170px;
        margin: 0 0 0 20px;
    }

    .footer-social-links {
        margin: 0;
        width: 30px;
        padding-top: 6px;
    }

    .social-link {
        display: block;
    }
}

/* Mobile */
@media (max-width: 799px) {
    .covid-banner {
        padding-left: 30px;
        padding-right: 30px;
    }

    .navigation {
        width: 100%;
        justify-content: space-between;
        background: #00316F;
        transition: 0.3s ease;
        user-select: none;
        z-index: 20;
        left: 0;
    }

    .navigation-logo {
        flex-grow: 1;
        background-position: 20px center;
    }

    .navigation-menu {
        flex-grow: 0;
    }

    .navigation-menu-expand {
        display: block;
    }

    .navigation-menu, .navigation-get-started {
        display: none;
    }

    .navigation-menu-list, .navigation-menu-item {
        width: 100%;
        color: #FFF;
    }

    .navigation-menu-list a {
        width: 100%;
    }

    .navigation-menu-item:hover {
        background: #D6FFF4;
        color: #0E395D;
        text-decoration: none;
    }

    .navigation-menu-item-submenu {
        width: auto;
        margin: 0;
        position: static;
        flex-direction: column;
        padding: 0;
        justify-content: flex-start;
        align-items: flex-start;
        height: auto;
    }

    .navigation-menu-item-submenu-item:first-child {
        margin-top: 20px;
    }

    .navigation-menu-item-submenu-item {
        margin-bottom: 20px;
    }

    .navigation-menu-item-submenu-item:before {
        content: '-';
        margin-right: 5px;
    }

    .navigation-mobile-panel {
        display: flex;
        flex-direction: row;
        flex-grow: 1;
        justify-content: space-between;
    }

    .navigation-get-started {
        align-self: center;
        color: #00316F;
        background: #fff;
        width: calc(100% - 40px);
    }

    .content__menu-expanded {
        display: block;
        max-height: calc(100vh - 60px);
        overflow: hidden;
        margin-top: 60px;
    }

    .content-block .content-block-inner,
    .content-block__split .content-block-inner {
        width: 320px;
        padding: 20px;
        height: 665px;
        overflow-x: hidden;
    }

    .content-block__small-height  {
        height: 665px;
    }

    .content-block__small-height .content-block-inner {
        height: 665px;
    }

    .welcome-promo {
        flex-direction: column;
        flex-grow: 1;
    }

    .welcome-promo-tagline {
        width: 200px;
        font-size: 20px;
        line-height: 25px;
        margin-top: 20px;
    }

    .welcome-promo-powered-by {
        transform: none;
        font-size: 14px;
        margin-bottom: 30px;
        width: 150px;
    }

    .content-block-inner__up {
        margin: 0;
    }

    .content-block-inner__brain {
        height: 620px;
        background: none
    }

    .content-block__brain {
        background: url(../img/brain.svg) no-repeat;
        background-position: 50% 210px;
        background-size: 230px;
    }

    .content-block__split {
        flex-direction: column;
        align-items: center;
    }

    .content-block__split .content-block-inner, .content-block-left, .content-block-right {
        justify-content: center;
        align-items: center;
    }

    .content-block-left, .content-block-right {
        width: 100%;
    }

    .content-block-inner__solutions .content-block-header {
        margin-top: 30px;
    }

    h1.content-block-header__family {
        margin-top: 30px;
        margin-bottom: 40px;
    }

    h1.content-block-header {
        width: 280px;
        font-size: 30px;
        text-align: center;
        line-height: 30px;
    }

    h2.content-block-preheader {
        text-align: center;
    }

    h1.content-block-header__small{
        width: 230px;
        font-size: 18px;
        text-align: center;
        line-height: 26px;
    }

    .content-block-header .content-block-header-link {
        transform: translate3d(-30px, 8px, 0);
        width: 16px;
        height: 16px;
    }

    .big-icon {
        text-align: center;
        background-position: center 0;
    }

    .vertical-list:not(.swiper-wrapper) {
        justify-content: center;
    }

    .vertical-list:not(.swiper-wrapper) .vertical-list-item {
        margin-bottom: 40px;
    }

    .vertical-list-item {
        text-align: center;
    }

    .vertical-list__solutions {
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .wrapped-list-item {
        width: 100%;
        text-align: center;
    }

    .wrapped-list-item .big-icon {
        background-position: center bottom;
    }

    .small-description {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .content-block-bottom-section {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .content-block-promo {
        flex-direction: row;
    }

    .vertical-list__family {
        margin-top: 0;
    }

    .content-block-inner.content-block-inner__chat {
        height: auto;
        padding: 0 0 20px 0;
        overflow: visible;
        z-index: 3;
    }

    .content-block-inner.content-block-inner__chat .button {
        margin-top: 60px;
    }

    .chat-example:before {
        content: '';
        display: block;
        border: 15px solid #FFF;
        float: left;
        margin-top: -50px;
        border-top-color: transparent;
        border-right-color: transparent;
    }

    .chat-example {
        width: 320px;
        height: auto;
        margin: 0;
    }

    .chat-example-text {
        width: 190px;
    }

    .content-block__up {
        margin-top: 0;
    }

    .footer {
        height: auto;
        padding-bottom: 20px;
    }

    .content-block-inner_footer {
        flex-direction: column;
        height: auto !important;
    }

    .footer-copyright {
        width: 175px;
        font-size: 12px;
        margin-top: 20px;
        line-height: 25px;
    }

    .footer-sitemap {
        flex-direction: column;
        margin-top: 50px;
    }

    .footer-sitemap-header {
        margin-bottom: 45px;
    }

    .footer-sitemap-column {
        margin: 0 0 30px 0;
        width: 280px;
    }

    .footer-social-links {
        margin-left: 0;
    }

    .footer-sitemap-column:last-child {
        margin-bottom: 0;
    }

    .content-block-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .content-block-inner__family {
        padding-bottom: 60px !important;
    }

    .slider-wrapper {
        width: 320px;
    }

    /* Expand menu */
    .navigation__expanded {
        position: fixed;
        flex-direction: column;
        height: 100%;
        padding-bottom: 20px;
        top: 0 !important;
    }

    .navigation__expanded .navigation-menu-expand {
        background: url(../img/menu-close.svg) center center no-repeat, #00316F;
    }

    .navigation__expanded .navigation-mobile-panel {
        flex-grow: 0;
    }

    .navigation-mobile-panel {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        z-index: 10;
    }

    .navigation__expanded .navigation-menu {
        display: flex;
        flex-grow: 1;
        background: #00316F;
    }

    .navigation-menu-list {
        height: auto;
        flex-direction: column;
        justify-content: flex-start;
        align-items: start;
    }

    .navigation-menu-item-label {
        height: 60px;
        font-size: 20px;
        line-height: 65px;
    }

    .navigation-menu-item-label:hover {
        text-decoration: none;
    }

    .navigation__expanded .navigation-menu,
    .navigation__expanded .navigation-get-started {
        display: flex;
        color: #00316F;
    }

    .integrations-item {
        flex-direction: column;
        align-items: center;
    }

    .integrations-item .small-description {
        text-align: justify;
    }

    .integrations-item .big-icon {
        margin: 0 0 30px 0;
    }
}


/* Company */
.company-big-a {
    width: 70px;
    height: 110px;
    background: url(../img/big-a-blue.svg);
}

.company-name {
    font-size: 36px;
    margin: 25px 0;
    font-weight: 300;
}

@media (max-width: 799px) {
    .company-name {
        font-size: 32px;
    }
}

.right-promo-block {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-end;
    z-index: 2;
}

.vertical-list__wrap {
    flex-wrap: wrap;
}

.vertical-list-item__padding {
    width: 240px;
}

.login-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text-danger {
    margin-top: 5px;
    margin-bottom: 15px;
    color: #00316F;
}

.info-text {
    display: flex;
    position: absolute;
    z-index: 9999999;
    width: 100%;
    text-align: center;
    background: rgba(255,255,255,0.96);
    padding: 10px 25px;
    box-shadow: 0 0 5px 3px #ddd;
    border-bottom: 1px solid #ddd;
    left: 0;
    animation-name: fadeInDown;
    animation-duration: 0.4s;
}

.info-text_content {
    flex: 1 1 0;
}

.info-text_close-button {
    margin-left: 50px;
    font-size: 25px;
    margin-top: -10px;
    cursor: pointer;
    width: 25px;
    height: 25px;
}

@media (min-width: 800px) {
    .login-options .form-group {
        width: 400px;
    }
}
.login-options-links {
    font-size: 14px;
    width: 540px;
    text-align: right;
    height: 60px;
}

@media (max-width: 799px) {
    .login-options {
        flex-direction: column;
    }

    .login-options-links {
        text-align: center;
        width: auto;
    }
}

.big-icon + .content-block-header {
    margin: 30px 0;
}

@media (max-width: 799px) {
    .content-block__up .content-block-header__up {
        margin-top: 60px;
    }
}

.step-by-step-item {
    padding: 45px 0;
    border-bottom: 1px solid #B9B9B9;
}

.step-by-step-item__small {
    padding: 35px 0;
}

.step-by-step-item:first-child {
    padding-top: 0;
}

.step-by-step-item:last-child {
    border: none;
}

.step-by-step-title {
    font-size: 18px;
    color: #00316F;
    margin-bottom: 25px;
    line-height: 26px;
}

.step-by-step-description {
    font-family: "Montserrat", "Helvetica", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 27px;
}

.about-promo {
    position: relative;
    transform: translate3d(-212px,0,0);
    background: url(../img/about-promo.svg) no-repeat;
    background-size: cover;
    width: 606px;
    height: 385px;
    z-index: 2;
}

.faqbot-promo {
    position: relative;
    transform: translate3d(-200px,0,0);
    background: url(../img/faqbotpromo.svg) no-repeat;
    background-size: cover;
    width: 499px;
    height: 350px;
    z-index: 2;
}

.nlp-promo {
    position: relative;
    transform: translate3d(-240px,0,0);
    background: url(../img/nlp-promo.svg) no-repeat;
    background-size: cover;
    width: 558px;
    height: 412px;
    z-index: 2;
}

.travel-promo {
    position: relative;
    transform: translate3d(-403px,0,0);
    background: url(../img/travel-promo.svg) no-repeat;
    background-size: cover;
    width: 719px;
    height: 233px;
    z-index: 2;
}

.drift-promo {
    position: relative;
    transform: translate3d(-197px,0,0);
    background: url(../img/drift-promo.svg) no-repeat;
    background-size: cover;
    width: 570px;
    height: 411px;
    z-index: 2;
}

.zendesk-promo {
    position: relative;
    transform: translate3d(-119px,56px,0);
    background: url(../img/zendesk-promo.svg) no-repeat;
    background-size: cover;
    width: 493px;
    height: 310px;
    z-index: 2;
}

.slack-promo {
    position: relative;
    transform: translate3d(-127px, 36px,0);
    background: url(../img/slack-promo.svg) no-repeat;
    background-size: cover;
    width: 500px;
    height: 350px;
    z-index: 2;
}

.alterra-cc-promo {
    position: relative;
    transform: translate3d(-127px, 36px,0);
    background: url(../img/cue-cards-promo.svg) no-repeat;
    background-size: cover;
    width: 500px;
    height: 350px;
    z-index: 2;
}

.facebook-promo {
    position: relative;
    transform: translate3d(-108px,0,0);
    background: url(../img/facebook-promo.svg) no-repeat;
    background-size: cover;
    width: 457px;
    height: 385px;
    z-index: 2;
}

.manychat-promo {
    position: relative;
    transform: translate3d(-164px,64px,0);
    background: url(../img/manychat-promo.svg) no-repeat;
    background-size: cover;
    width: 504px;
    height: 366px;
    z-index: 2;
}

.manychat-mobile {
    background: url(../img/manychat-mobile.svg) no-repeat;
    background-size: cover;
    width: 368px;
    height: 662px;
    align-self: center;
}

.chatfuel-promo {
    position: relative;
    transform: translate3d(-164px,64px,0);
    background: url(../img/chatfuel-promo.svg) no-repeat;
    background-size: cover;
    width: 504px;
    height: 366px;
    z-index: 2;
}

.zendesk-guide-promo {
    position: relative;
    transform: translate3d(-154px,130px,0);
    background: url(../img/zendesk-guide-search-promo.svg) no-repeat;
    background-size: cover;
    width: 572px;
    height: 175px;
    z-index: 2;
}

.integrations-promo {
    position: relative;
    transform: translate3d(-124px,0px,0);
    background: url(../img/integrations-promo.svg) no-repeat;
    background-size: cover;
    width: 600px;
    height: 501px;
    z-index: 2;
}

.facebook-mobile {
    background: url(../img/facebook-mobile.svg) no-repeat;
    background-position: 0 24px;
    background-size: cover;
    width: 292px;
    height: 544px;
}

.facebook-one-bot {
    background: url(../img/facebook-one-bot.svg) no-repeat;
    background-size: cover;
    width: 418px;
    height: 454px;
}

.facebook-messenger {
    background: url(../img/facebook-messenger.jpeg) no-repeat;
    background-size: cover;
    width: 601px;
    height: 549px;
}

@media (max-width: 1199px) {
    .facebook-messenger {
        width: 400px;
        height: 366px;
    }
}

@media (max-width: 799px) {
    .facebook-messenger {
        width: 320px;
        height: 293px;
    }

    .facebook-one-bot {
        width: 320px;
        height: 347px;
    }

    .facebook-mobile {
        transform: translate3d(0, 20px, 0);
    }

    .manychat-mobile {
        width: 309px;
        height: 555px;
    }
}

.big-title {
    font-size: 36px;
    line-height: 45px;
    color: #00316F;
}

.big-number {
    font-family: "Montserrat", "Helvetica", sans-serif;
    color: #EFE8F0;
    font-size: 150px;
}

.big-number.blue {
    color: #00316F;
}

@media (min-width: 800px) and (max-width: 1199px) {
    .content-block-header.content-block-header__faqbot-promo {
        width: 220px;
    }

    .vertical-list-item.slide {
        margin-right: 1px;
    }

    .vertical-list-item.slide > * {
        max-width: 200px;
    }
}

@media (max-width: 1199px) {
    .about-promo {
        transform: translate3d(-175px, 0,0);
    }

    .faqbot-promo {
        width: 345px;
        height: 242px;
        transform: translate3d(-156px,60px,0);
    }

    .nlp-promo {
        width: 380px;
        height: 280px;
        transform: translate3d(-182px,60px,0);
    }

    .travel-promo {
        width: 650px;
        height: 210px;
        transform: translate3d(-370px,-100px,0);
    }

    .drift-promo {
        transform: translate3d(-154px, 70px,0);
    }

    .zendesk-promo {
        transform: translate3d(-94px,115px,0);
    }

    .slack-promo {
        transform: translate3d(0, 0,0);
    }

    .chatfuel-promo {
        transform: translate3d(-103px,64px,0);
    }

    .zendesk-guide-promo {
        transform: translate3d(-129px,160px,0);
    }

    .integrations-promo {
        transform: translate3d(0, 0, 0);
    }
}

@media (max-width: 799px) {
    .content-block-promo {
        justify-content: center;
    }

    .content-block-promo .content-block-left {
        width: 50%;
        min-width: 240px;
        justify-content: flex-end;
    }

    .content-block-promo .content-block-right {
        width: 50%;
        min-width: 80px;
        justify-content: flex-start;
    }

    .content-block-promo .content-block-left .content-block-inner {
        width: 240px;
    }

    .content-block-promo .content-block-right .content-block-inner {
        width: 100%;
        min-width: 80px;
    }

    .content-block-promo .content-block-header {
        text-align: left;
        width: 195px;
    }

    .content-block-promo .content-block-inner {
        align-items: flex-start;
        justify-content: space-between;
    }

    .content-block-promo .content-block-text {
        font-size: 15px;
        width: 140px;
    }

    .content-block-promo__about .content-block-right {
        margin-left: -60px;
        width: calc(50% + 60px);
    }

    .content-block-promo__faq-bot .content-block-right {
        margin-left: -82px;
        width: calc(50% + 82px);
    }

    .content-block-promo__nlp .content-block-right {
        margin-left: -85px;
        width: calc(50% + 85px);
    }

    .content-block-promo__travel .content-block-right {
        margin-left: -320px;
        width: calc(50% + 320px);
    }

    .content-block-promo__drift .content-block-right {
        display: none;
    }

    .content-block-promo__drift .content-block-left {
        width: 100%;
        justify-content: center;
    }

    .content-block-promo__drift .content-block-inner {
        align-items: center;
    }

    .content-block-promo__drift .content-block-text {
        width: 100%;
    }

    .content-block-promo .big-icon {
        background-position: left 0;
    }

    .about-promo {
        width: 121px;
        height: 410px;
        background: url(../img/about-promo-mobile.svg) no-repeat;
        transform: translate3d(0, 0, 0);
    }

    .faqbot-promo {
        width: 225px;
        height: 443px;
        background: url(../img/faq-bot-promo-mobile.svg) no-repeat;
        transform: translate3d(0, 0, 0);
    }

    .nlp-promo {
        width: 278px;
        height: 280px;
        background: url(../img/nlp-promo-mobile.svg) no-repeat;
        transform: translate3d(0, 20px, 0);
    }

    .travel-promo {
        width: 650px;
        height: 210px;
        transform: translate3d(0, -100px, 0);
    }
}

.swiper-pagination__applications {
    margin-top: 60px;
}

.swiper-pagination__omni-channel {
    margin: 60px 0;
}

.swiper-pagination__advisors {
    margin: -20px 0 40px 0;
}

.advisors-list {
    text-align: center;
}

.advisors-list .small-description, .advisors-list .vertical-list-title  {
    margin-top: 16px;
}

@media (min-width: 1200px) {
    .vertical-list__why-answers,
    .omni-channel-list,
    .advisors-list {
        flex-wrap: wrap;
    }

    .content-block-inner__omni-channel {
        margin-bottom: 60px;
    }

    .vertical-list__why-answers {
        margin-top: -170px;
    }
}

@keyframes fade_in{
    0% {
        opacity:0;
        transform: scale3d(1, 0, 1);
        top: 0;
    }

    100% {
        opacity:1;
        transform: scale3d(1, 1, 1);
        top: 60px;
    }
}

/* MARKDOWN */
.markdown-block {
    font-family: "Montserrat", "Helvetica", sans-serif;
    color: #555;
    font-weight: 400;
}

.markdown-block .content-block-inner {
    width: 100%;
    max-width: 1200px;
    min-width: 320px;
}

.markdown-block img {
    margin: 20px 0;
    border: 1px solid #EFEFEF;
    max-width: 100%;
}

.markdown-block h1 {
    font-family: "Space Mono", monospace;
    font-size: 36px;
    color: #00316F;
    font-weight: 500;
    line-height: 45px;
    margin-bottom: 50px;
}

.markdown-block h2,
.markdown-block h3,
.markdown-block h4,
.markdown-block h5 {
    font-family: "Space Mono", monospace;
    font-size: 18px;
    color: #00316F;
    font-weight: 500;
    margin-bottom: 25px;
    line-height: 26px;
    word-break: break-word;
}

.markdown-block h2 {
    font-size: 24px;
}

.markdown-block p, .markdown-block pre {
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 25px;
}

.markdown-block pre {
    font-size: 12px;
    line-height: 21px;
    border: 1px solid #eee;
    padding: 20px;
    overflow-x: auto;
}

.markdown-block pre code {
    color: #555;
}

.markdown-block code {
    font-family: "Space Mono", monospace;
    color: #c7254e;
    font-size: 15px;
}

.markdown-block table {
    margin-bottom: 40px;
}

.markdown-block td,
.markdown-block th {
    font-size: 15px;
    padding: 8px 20px;
    border-top: 1px solid #eee;
    line-height: 24px;
}

.markdown-block th {
    font-family: "Space Mono", monospace;
    text-align: left;
    border: 0;
}

.markdown-block ol,
.markdown-block ul {
    margin-bottom: 25px;
    line-height: 26px;
    list-style-position: inside;
    font-size: 15px;
}

.markdown-block ul {
    list-style-type: square;
}

.markdown-block ol {
    list-style-type: decimal;
}

@media (max-width: 799px) {
    .markdown-block table {
        display: block;
        overflow-x: auto;
    }
}
/* END MARKDOWN*/

/* STATIC SEARCH */
.static-search.content-block,
.static-search-list {
    font-family: "Roboto", sans-serif;
}

.static-search-form-group {
    padding: 0;
    align-items: center
}

.static-search .content-block-header{
    margin: 0 30px 0 0;
    width: auto;
    white-space: nowrap;
}

input.static-search-input {
    height: 52px;
    padding: 0 16px;
    border: 4px solid #00316F;
    outline: none;
}

.static-search-list {
    padding: 0 20px;
}

.static-search-list-item {
    margin-bottom: 30px;
}

.static-search-list-header {
    font-size: 1.3rem;
    margin-bottom: 0.7rem;
}

.static-search-header {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.static-search-list-text,
.static-search-text {
    font-size: 1rem;
    line-height: 1.5rem;
}

.static-search-pagination {
    padding: 0 20px;
    font-size: 1.3rem;
}

/* END STATIC SEARCH */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

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

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

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

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

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

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

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@keyframes fadeOutUp {
    from {
      opacity: 1;
    }

    to {
      opacity: 0;
      transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    animation-name: fadeOutUp;
}

.no-credit-required {
    align-self: center;
    margin-left: 20px;
    width: 150px;
}

@media (max-width: 799px) {
    .no-credit-required {
        margin: 20px 0;
    }
}

@media (min-width: 1199px) {
    h1.facebook-header {
        width: 400px;
    }
}

.slack-robot-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    background: url(../img/robot.svg) no-repeat center center, #41FFCD;
    height: 60px;
    width: 60px;
    z-index: 1000000;
    box-sizing: border-box;
    outline: none;
    cursor: pointer;
    bottom: 2em;
    right: 2em;
    transition: .2s ease;
    box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}

.slack-robot-button:hover {
    box-shadow: none;
    transform: translate3d(10px, 10px, 0);
}

.slack-robot-button:hover .slack-robot-button-tooltip {
    display: flex;
}

.slack-robot-button-tooltip {
  position: absolute;
  height: 60px;
  bottom: 0;
  right: 60px;
  display: none;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: Helvetica, sans-serif;
  user-select: none;
  animation-duration: .2s;
  animation-name: alterra_bounce_in;
}

.slack-robot-button-tooltip-text {
  padding: 0 15px;
  background: rgba(65, 255, 205, 0.9)  ;
  height: 36px;
  display: flex;
  align-items: center;
  color: #00316F ;
}

.slack-robot-button-tooltip-arrow {
  border: 18px solid transparent;
  border-left-color: rgba(65, 255, 205, 0.9);
  border-right-width: 0;
}

.zendesk-search-bar {
    position: relative;
    background: url(../img/zendesk-searchbar.svg) no-repeat;
    background-size: cover;
    width: 349px;
    height: 290px;
}

@media (max-width: 799px) {
    .zendesk-search-bar {
        width: 316px;
        height: 54px;
    }
}

.cta-with-image-block {
    max-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cta-with-image-block .button {
    margin: 30px 0;
}

.cta-with-image-block .free-trial-text {
    font-size: 14px;
    font-family: 'Montserrat', 'Helvetica', sans-serif;
    white-space: nowrap;
}

.big-number-one {
    background-image: url(../img/one.svg)
}

.big-number-two {
    background-image: url(../img/two.svg)
}

.big-number-three {
    background-image: url(../img/three.svg)
}

.big-number-one.pink{
    background-image: url(../img/one_pink.svg)
}

.big-number-two.pink {
    background-image: url(../img/two_pink.svg)
}

.big-number-three.pink {
    background-image: url(../img/three_pink.svg)
}

@keyframes alterra_bounce_in { 0%{opacity:0;transform:scale(.8, .8);transform-origin:100% 100%}10%{opacity:.1}20%{opacity:.2}30%{opacity:.3}40%{opacity:.4}50%{opacity:.5}60%{opacity:.6}70%{opacity:.7}80%{opacity:.8;transform:scale(1.03, 1.03);}90%{opacity:.9}100%{opacity:1;transform:scale(1, 1)}}

/* Manychat */
    .manychat-flow-image {
        max-width: 100%;
        align-self: center;
    }

    .manychat-facebook-connecting {
        position: absolute;
        width: 194px;
        height: 86px;
        z-index: 3;
        align-self: center;
        left: 50%;
        transform: translate(-97px, -45px);
        display: none;
    }

    @media (min-width: 1200px){
        .manychat-flow-image {
            width: 340px;
            height: 466px;
        }

        .manychat-facebook-connecting {
            display: block;
        }
    }

    .vertical-list__manychat li {
        max-width: 460px;
        font-family: "Montserrat", "Helvetica", sans-serif;
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 40px;
    }

    .vertical-list__manychat li h3 {
        color: #00316F;
    }

    .tiny-header {
        font-family: "Montserrat", "Helvetica", sans-serif;
        color: #00316F;
        font-weight: 500;
        margin-bottom: 10px;
    }
/* End Manychat*/

/* Facebook Messenger */

.facebook-integrations-apps{
    width: 50%;
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 350px;
    justify-content: space-between;
    padding: 40px 0;
}

.facebook-integrations-apps:last-child {
    border-left: 1px solid #93a0b3;
}

.facebook-integrations-apps img {
    width: 330px;
}

@media (min-width: 800px) and (max-width: 1199px) {
    .facebook-integrations-apps img {
        max-width: 280px;
    }
}

@media (max-width: 799px){
    .facebook-integrations-apps {
        width: 100%;
    }

    .facebook-integrations-apps:last-child {
        border: none;
        border-top: 1px solid #93a0b3;
    }

    .facebook-integrations-apps .tiny-header {
        text-align: center;
    }
}
/* End Facebook */

/* Cue Cards */
.cue-cards-screens {
    max-width: 800px;
    border-radius: 8px;
    margin-top: 30px;
}

.why-cc {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.why-cc-item {
    margin-bottom: 30px;
    height: 50px;
}

.why-cc-bullet {
    height: 25px;
    width: 50px;
}

.drift-cue-cards-benefits-list {
    max-width: 100%;
    list-style-type: disc;
    list-style-position: inside;
}

.drift-cue-cards-benefits-list li {
    margin-bottom: 15px;
}

@media (max-width: 1199px) {
    .why-cc-item {
        height: 80px;
    }
}

@media (min-width: 800px){
    .why-cc-item__first {
        width: calc(50% - 47px);
        margin-right: 20px;
    }

    .why-cc-item__second {
        width: calc(50% - 80px);
        margin-left: 50px;
    }
}

@media (max-width: 799px){
    .cue-cards-screens {
        max-width: 100%;
    }

    .why-cc-item {
        width: 100%;
    }

    .why-cc-bullet {
        width: 100%;
        transform: translate3d(0, -25px, 0);
    }
}
/* End Cue Cards */