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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block
}

[hidden] {
    display: none
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

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

@media only screen and (max-width:1200px) {
    header {
        grid-template-columns: repeat(12, 1fr);
        grid-gap: 20px;
        max-width: none;
        padding-left: 0;
        padding-right: 0
    }
}

@media only screen and (max-width:992px) {
    header {
        grid-template-columns: repeat(12, 1fr);
        grid-gap: 20px;
        max-width: none;
        padding-left: 0;
        padding-right: 0
    }
}

@media only screen and (max-width:768px) {
    header {
        grid-template-columns: repeat(12, 1fr);
        grid-gap: 20px;
        max-width: none;
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:767px) {
    header {
        font-size: .75rem;
        position: static
    }
}

header div {
    /* margin: auto */
}

header div:first-child {
    grid-column-start: 4;
    grid-column-end: span 2
}

@media (max-width:767px) {
    header div:first-child {
        grid-column-start: 1;
        grid-column-end: span 4;
        padding-left: 1.4rem
    }
}

header div:nth-child(2) {
    grid-column-start: 6;
    grid-column-end: span 2
}

@media (max-width:767px) {
    header div:nth-child(2) {
        grid-column-start: 5;
        grid-column-end: span 4
    }
}

header div:nth-child(3) {
    grid-column-start: 8;
    grid-column-end: span 2
}

@media (max-width:767px) {
    header div:nth-child(3) {
        grid-column-start: 9;
        grid-column-end: span 4;
        padding-right: 1.4rem
    }
}

@media (max-width:991px) {
    header a {
        padding: 0
    }
}

@media (max-width:767px) {
    .content {
        font-size: 42px
    }
}

.content__container {
    overflow: hidden;
    height: 72px
}

.content__container__text {
    margin: 0
}

.content__container__list {
    margin-top: 0;
    text-align: center;
    list-style: none;
    animation-name: change;
    animation-duration: 16s;
    animation-delay: 2.6s
}

.content__container__list__item {
    margin: 0
}

@keyframes opacity {
    0%,
    12.66%,
    to {
        opacity: 1
    }
    16.66%,
    18.32% {
        opacity: .5
    }
    18.32%,
    29.32% {
        opacity: 1
    }
    33.32%,
    45.98% {
        opacity: 1
    }
    49.98%,
    62.64% {
        opacity: 1
    }
    66.64%,
    79.3% {
        opacity: 1
    }
    83.3%,
    95.96% {
        opacity: 1
    }
}

@keyframes change {
    0%,
    12.66%,
    to {
        transform: translateZ(0)
    }
    16.66%,
    29.32% {
        transform: translate3d(0, -25%, 0)
    }
    33.32%,
    45.98% {
        transform: translate3d(0, -50%, 0)
    }
    49.98%,
    62.64% {
        transform: translate3d(0, -75%, 0)
    }
    66.64%,
    79.3% {
        transform: translate3d(0, -50%, 0)
    }
    83.3%,
    95.96% {
        transform: translate3d(0, -25%, 0)
    }
}

.btnRollUpAnim {
    box-sizing: border-box;
    overflow: hidden;
    height: 51px
}

.btnRollUpAnim span {
    display: block;
    line-height: 51px;
    transition: .2s;
    will-change: margin-top
}

.btnRollUpAnim span:first-of-type {
    margin-top: 0
}

.btnRollUpAnim:hover span:first-child {
    margin-top: -51px
}

.btnRollUpAnim:hover span:nth-child(2) {
    margin-top: 0
}

.wrapper {
    opacity: 0;
    will-change: opacity;
    margin: auto
}

@media only screen and (max-width:1200px) {
    .row {
        grid-template-columns: repeat(12, 1fr);
        grid-gap: 20px;
        max-width: none;
        padding-left: 44px;
        padding-right: 44px
    }
}

@media only screen and (max-width:992px) {
    .row {
        grid-template-columns: repeat(12, 1fr);
        grid-gap: 20px;
        max-width: none;
        padding-left: 44px;
        padding-right: 44px
    }
}

@media only screen and (max-width:768px) {
    .row {
        grid-template-columns: repeat(12, 1fr);
        grid-gap: 20px;
        max-width: none;
        padding-left: 20px;
        padding-right: 20px
    }
}

h1 .formule {
    font-family: Helvetica Neue, sans-serif;
    font-size: 62px;
    line-height: 104px;
    letter-spacing: -.79px;
    text-align: center;
    color: #fefefe;
    margin-top: 11rem;
    margin-bottom: 9rem;
    opacity: 0;
    will-change: opacity;
}

@media (max-width:991px) {
    h1 {
        margin-top: 3rem;
        margin-bottom: 4rem
    }
}

@media (max-width:767px) {
    h1 {
        margin-top: 4rem;
        margin-bottom: 4rem;
        font-size: 42px;
        line-height: 84px
    }
}

h1>span:first-child {
    z-index: 10
}

h1>span {
    position: relative;
    top: 8px
}

.form {
    height: 0;
    visibility: hidden
}

.cf {
    will-change: opacity;
    height: 500px;
    max-width: 620px;
}

@media (max-width:991px) {
    .cf {
        width: 70%
    }
}

@media (max-width:767px) {
    .cf {
        width: 92%
    }
}

.cf .conversational-form {
    /* border: 1px solid #2f2f2f;
    border-radius: 13px */
}

main div.about {
    opacity: 0;
    will-change: opacity;
    grid-column-start: 3;
    grid-column-end: span 8;
    margin: 9rem 3rem 8rem
}

@media (max-width:991px) {
    main div.about {
        margin: 4rem 0
    }
}

@media (max-width:767px) {
    main div.about {
        grid-column-start: 2;
        grid-column-end: span 10
    }
}

main div.about p {
    font-size: 1.125rem;
    text-align: center;
    line-height: 22px
}

@media (max-width:767px) {
    main div.about p {
        font-size: .88rem;
        line-height: 21px
    }
}

main div.about p strong {
    font-weight: 700
}

main div.about p:first-child {
    margin-bottom: 3.4rem
}

@media (max-width:767px) {
    main div.about p:first-child {
        margin-bottom: 2rem
    }
}

main div.about a,
main div.about a.button {
    color: #fff;
    text-decoration: none
}

main div.about a.button {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 26px;
    width: 176px
}


/*# sourceMappingURL=/conversational-form/landingpage/main.d7d27bd6.css.map */