*, *:before, *:after {
    box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    text-size-adjust: none;
}

footer, header, nav, section, main {
    display: block;
}

html, body {
    max-width: 100%;
}

html {
    overflow-y: scroll;
}

body {
    line-height: 1;
    overflow: hidden;
}

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;
}

input {
    -webkit-appearance: none;
    border-radius: 0;
}

body, html {
    font-family: "Red Hat Display", sans-serif;
    font-size: 20px;
    color: #3F4A55;
}

strong {
    font-weight: bold;
}


p {
    font-size: 20px;
    line-height: 32px;
}

h1 {
    font-size: 60px;
    line-height: 64px;
    font-weight: 700;

}

h2 {
    font-size: 60px;
    line-height: 72px;
    font-weight:900;
}

h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 52px;
}

h4 {
    line-height: 30px;
}

h5 {
    font-size: 22px;
    line-height: 38px;
    font-weight: 500;
}

h6 {
    font-family: "Schoolbell", cursive;
    font-size: 20px;
    line-height: 28px;
}

.ultra {
    color: #6212E5;
    font-weight: 700;
    font-size: 140px;
    line-height: 140px;
}

header {
    transition: all 0.2s ease;
    padding: 48px 72px 0;
}
header .container-fluid {
    padding: 0;
}
header .navbar-nav {
    align-items: center;
}
header nav {
    padding: 0 !important;
}
header nav .nav-link {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 15.88px;
    letter-spacing: 0.05em;
    font-weight: 600;
    color: #3F4A55;
}
header nav .nav-item {
    padding: 0 30px;
}
header nav .nav-item .btn-2, header nav .nav-item .btn-3 {
    font-size: 16px;
    line-height: 21.17px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #fff;
    padding: 19px 55px !important;
    box-shadow: none;
}
header nav .nav-item .btn-2:hover, header nav .nav-item .btn-3:hover {
    box-shadow: none !important;
}
header nav .nav-item .btn-1 {
    font-size: 16px;
    line-height: 21.17px;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 19px 55px !important;
    background: #DBDBF9;
    color: #6212E5;
}
header nav .nav-item-custom {
    display: flex;
}
header nav .nav-item-custom .nav-link {
    color: #BBC4CD;
    font-size: 14px;
    line-height: 19px;
    font-family: "Schoolbell", cursive;
    font-weight: 400;
    transform: rotate(-15deg);
    text-transform: none;
    text-align: center;
    margin-right: 50px;
}
header .navbar-brand {
    margin: 0;
    padding: 0;
}

.fixed-header {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 999;
    padding: 20px 72px 20px 72px;
    box-shadow: 0 4px 20px #E4EDF5;
}

footer {
    background: #F8F9FF;
    padding: 80px 0 0;
}
footer .row:first-child {
    padding-bottom: 76px;
    border-bottom: 1px solid #E4EDF5;
}
footer .row:nth-child(2) {
    padding-top: 67px;
}
footer .row:nth-child(3) {
    text-align: right;
    margin-top: -65px;
}
footer .row:nth-child(3) img {
    position: relative;
    top: 2px;
}
footer li {
    color: #8C96A1;
}
footer li a:hover {
    color: #3F4A55;
}
footer li a, footer li span {
    font-size: 16px;
    line-height: 38px;
    text-decoration: none;
    color: #8C96A1;
}
footer li span {
    line-height: 28px;
}
footer li.copyright {
    line-height: 38px;
}
footer .logo-footer {
    padding-top: 14px;
}
footer h5 {
    padding-bottom: 24px;
}
footer .copyright-text {
    color: #8C96A1;
    font-size: 16px;
    line-height: 20px;
    display: block;
    text-align: center;
}
footer h6 {
    margin-top: 10px;
}

/* default inputs */
input:not([type='checkbox']), textarea, select {
    font-weight: 400;
    font-size: 16px;
    line-height: 21.11px;
    width: 100%;
    padding: 20px 110px 20px 40px;
    border-radius: 20px;
    border: 1px solid #C3C3FA;
    color: #3F4A55;
}

input[type=checkbox] {
    position: relative;
    cursor: pointer;
}
input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    border: 2px solid #555555;
    border-radius: 3px;
    background-color: white;
}
input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    left: 6px;
}

select {
    color: #8C96A1;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("../img/Arrow-down.svg");
    background-size: 8px;
    background-repeat: no-repeat;
    background-position-x: 90%;
    background-position-y: 50%;
}

textarea {
    min-height: 184px;
}

select option {
    color: #3F4A55;
}

select:disabled,
select option:disabled {
    color: #BBC4CD;
}

select:disabled {
    background: #F8F9FF;
}

textarea:focus, input:focus {
    outline: none;
}

input:active, input:focus,
textarea:active, textarea:focus {
    border-color: #1212E0;
}

label {
    font-size: 18px;
    font-weight: 500;
    line-height: 22.68px;
    text-transform: uppercase;
    padding-bottom: 28px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #8C96A1;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #8C96A1;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #8C96A1;
}

/* specific inputs */
#input-wrong {
    background: url(../img/Error.svg) no-repeat scroll center right 37px;
    border-color: #E31266;
}

.custom-label {
    display: inline-block;
    padding-top: 21px;
}

span.error {
    color: #E31266;
}

span.correct {
    color: #12DE74;
}

#input-correct {
    background: url(../img/Valid.svg) no-repeat scroll center right 37px;
    border-color: #12DE74;
}

input:disabled, textarea:disabled {
    background: #F8F9FF;
}

input:disabled, textarea:disabled {
    color: #BBC4CD;
}

/* textareas */
textarea.resize-none {
    resize: none;
}

textarea.scroll-disable {
    overflow: hidden;
}

/* textarea scrollbar */
textarea::-webkit-scrollbar {
    width: 10px;
}

textarea::-webkit-scrollbar-track {
    width: 2px;
    border-radius: 10px;
    background: #E4EDF5;
    margin: 25px;
    border-left: 4px solid white;
    border-right: 4px solid white;
}

textarea::-webkit-scrollbar-thumb {
    background-color: #BBC4CD;
    border-radius: 20px;
}

.btn {
    white-space: nowrap;
}

.btn-1 {
    padding: 19px 55px;
    background: #FFFFFF;
    color: #6212E5;
    border-radius: 200px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.05em;
    font-weight: 600;
    text-transform: uppercase;
    transition: 200ms;
    border: none;
}
.btn-1:hover, .btn-1:focus, .btn-1:active {
    background: #C3C3FA !important;
    color: #6212E5 !important;
}

.btn-2, .btn-3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    background: #6212E5;
    color: #fff;
    border-radius: 200px;
    padding: 19px 55px;
    transition: 200ms;
}
.btn-2:hover, .btn-3:hover, .btn-2:active, .btn-3:active, .btn-2:focus, .btn-3:focus {
    color: #fff !important;
    background: #7F39EF !important;
}

.btn-3 {
    padding: 19px 38px;
}
.btn-3:hover, .btn-3:active, .btn-3:focus {
    background:  #7F39EF !important;
    color: #fff !important;
    box-shadow: 0px 4px 20px #DCE2E8 !important;
}

.icon-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.05em;
    font-weight: 600;
    color: #3F4A55;
    margin-top: 128px;
}
.icon-link .icon-img-wrapper {
    cursor: pointer;
    position: relative;
    text-align: center;
    min-width: 60px;
    margin: 0 auto;
    margin-right: 16px;
    display: flex;
    height: 60px;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0 74px 30px rgba(177, 195, 213, 0.02), 0px 42px 25px rgba(177, 195, 213, 0.08), 0px 19px 19px rgba(177, 195, 213, 0.14), 0px -2px 10px rgba(177, 195, 213, 0.17), 0px 0px 0px rgba(177, 195, 213, 0.1);
    transition: 200ms;
}
.icon-link .icon-img-wrapper:hover, .icon-link .icon-img-wrapper:active, .icon-link .icon-img-wrapper:focus {
    background: #FDFDFD !important;
    box-shadow: 0 4px 20px #DCE2E8;
}
.icon-link img {
    margin: auto;
}
.icon-link img:hover {
    cursor: pointer;
}
.icon-link span {
    font-size: 12px;
    line-height: 15px;
    color: #3F4A55;
    letter-spacing: 0.05em;
    text-align: left;
}

.card {
    width: 100%;
    display: inline-block;
    background: #FFFFFF;
    box-shadow: 0px 74px 30px rgba(177, 195, 213, 0.02), 0px 42px 25px rgba(177, 195, 213, 0.08), 0px 19px 19px rgba(177, 195, 213, 0.14), 0px -2px 10px rgba(177, 195, 213, 0.17), 0px 0px 0px rgba(177, 195, 213, 0.1);
    border-radius: 32px;
    border: none;
    margin: 16px 0;
}
.card img {
    border-radius: 34px;
}
.card .card-body {
    font-family: "Literata";
    font-weight: 400;
    font-size: 14.3859px;
    line-height: 24px;
    color: #3F4A55;
    text-align: center;
    padding: 15px 37px;
}
.card .card-body p {
    font-size: 14.3859px;
    line-height: 24px;
    color: #3F4A55;
}
.card .card-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border-top: none;
    padding-top: 10px;
    padding-bottom: 30px;
}
.card .card-footer span {
    font-style: normal;
    font-weight: 400;
    font-size: 10.77px;
    line-height: 14.25px;
    margin-left: 12px;
}
.card .img-padding {
    padding: 20px;
}

.card-2 .card-body {
    padding: 85px 30px 75px 30px;
}
.card-2 .card-body p {
    font-size: 22.38px;
    line-height: 37.76px;
}
.card-2 .card-body .card-icons {
    font-size: 12px;
}
.card-2 .text-left {
    text-align: left;
}

.card-3 img {
    border-radius: 34px;
}

.card-4 .card-body {
    padding: 70px 45px 70px 45px;
}
.card-4 .card-body p {
    font-size: 44.61px;
    line-height: 56.92px;
}

.card-opacity {
    padding: 75px 30px 45px 30px !important;
}
.card-opacity img {
    position: relative;
    top: -20px;
    border-radius: 0;
}
.card-opacity .opacity-effect {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0.01)));
}

.last-column .card-body {
    padding: 115px 30px 90px 30px !important;
}

.card-pricing {
    box-shadow: none;
    border: 2px solid #E4EDF5;
}

.icon-boxes {
    display: flex;
}
.icon-boxes p {
    color: #8C96A1;
    font-size: 16px;
    line-height: 28px;
}
.icon-boxes .col-lg-3 {
    padding-bottom: 96px;
    display: flex;
    align-items: center;
    width: 100%;
    margin-right: 40px;
}
.icon-boxes .icon {
    position: relative;
    top: -5px;
    text-align: center;
    min-width: 70px;
    display: flex;
    height: 70px;
    border-radius: 50%;
    transition: 200ms;
}
.icon-boxes .icon:hover {
    background: #A8F7CE;
}
.icon-boxes .icon img {
    margin: auto;
}
.icon-boxes .icon-1 {
    background: #DAF7E8;
}
.icon-boxes .icon-2 {
    background: #FCDEEA;
}
.icon-boxes .icon-2:hover {
    background: #FCACCC;
}
.icon-boxes .icon-3 {
    background: #DBDBF9;
}
.icon-boxes .icon-3:hover {
    background: #C3C3FA;
}
.icon-boxes .icon-4 {
    background: #FEEFDF;
}
.icon-boxes .icon-4:hover {
    background: #FFD9AD;
}
.icon-boxes .icon-5 {
    background: #DEF4FC;
}
.icon-boxes .icon-5:hover {
    background: #ACE7FC;
}
.icon-boxes .icon-link {
    padding-top: 0;
    justify-content: center;
}

.flexbox-container-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    margin: 0 auto;
}

.flexbox-container-columns {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
}

.flexbox-container-columns .images {
    margin-top: 16px;
    vertical-align: middle;
}

@media (max-width: 600px) {
    .flexbox-container-columns {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}
.cookie-bar__inner {
    font-family: "Outfit", sans-serif;
    border-top: 2px solid #f4f4f8;
    background: #F8F9FF;
}

.cookie-bar__btn {
    border-radius: 20px;
    font-weight: 500;
    font-size: 12px;
    background: #6212E5;
    margin-right: 0;
    margin-left: 10px;
    border: none;
    transition: 200ms;
}
.cookie-bar__btn:hover {
    border: none;
    background: #7F39EF !important;
    color: #fff !important;
    box-shadow: 0px 4px 20px #DCE2E8 !important;
}

.cookie-bar__message {
    justify-content: center;
    align-items: center;
    display: flex;
    color: #3F4A55;
    font-size: 14px;
}
.cookie-bar__message img {
    padding-right: 10px;
}

.cookie-bar__buttons a {
    font-size: 14px;
    color: #3F4A55;
}
.cookie-bar__buttons a:hover {
    text-decoration: underline;
}

#main {
    padding: 386px 286px 286px;
    background: linear-gradient(180deg, rgba(248, 249, 255, 0) 0%, #F8F9FF 100%);
}
#main h1 {
    color: #6212E5;
    padding-bottom: 43.008px;
}
#main .main-description {
    width: 77%;
    padding-bottom: 64.008px;
}
#main .btn-2, #main .btn-3 {
    margin-right: 40px;
}
#main .grid-wrapper {
    position: relative;
    top: -250px;
    right: -50px;
    width: 1200px;
}
#main .flexbox-container-row {
    flex-wrap: wrap;
    transform: rotate(-10deg);
    position: absolute;
    top: 0;
    right: 0;
}
#main .flexbox-container-row .flexbox-container-columns {
    max-width: 33.33%;
    position: relative;
}
#main .flexbox-container-row .flexbox-container-columns:first-child {
    top: -50px;
    padding-right: 17px;
}
#main .flexbox-container-row .flexbox-container-columns:nth-child(2) {
    top: 0;
    padding: 0 16px;
}
#main .flexbox-container-row .flexbox-container-columns:nth-child(2) .card-3 .img-padding {
    padding: 14px;
}
#main .flexbox-container-row .flexbox-container-columns:nth-child(3) {
    padding-left: 17px;
    top: 50px;
}

#crew {
   padding: 247px 0;
}
#crew h2 {
    font-weight: 500;
    padding-bottom: 110px;
}
#crew .slick-slide img {
    max-width: 200px;
    margin: 0 auto;
    height: 50px;
}

#culture {
    background: #F8F9FF;
    padding: 213px 0;
}
#culture h2 {
    padding-bottom: 41px;
}
#culture h3 {
    margin-top: -25px;
    padding-bottom: 5px;
}
#culture p:not(.description) {
    font-size: 16px;
    line-height: 28px;
    color: #8C96A1;
}
#culture p.description {
    max-width: 740px;
}
#culture .col-lg-4 {
    padding: 0 40px;
}
#culture .col-lg-4 img {
    max-width: 100%;
}
#culture .image-box-wrapper {
    margin-left: 25px;
}
#culture .image-box:nth-child(2) {
    margin-top: 12px;
}

#culture .image-box img {
    width: 300px;
    max-width: 100%;
}

#culture .image-box p {
    display: inline-block;
    padding: 20px 0;
    width: 90%;
}

p.description {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 100px;
    font-size: 20px;
    line-height: 32px;
    color: #8C96A1;
}

.neon-effect {
    position: relative;
    z-index: 0;
    box-shadow: inset 0 -11px #DAF7E8;
}

#app-preview {
    padding: 258px 0 160px 0;
}
#app-preview .container-xl {
    max-width: 1622px;
}
#app-preview .kudos-section {
    max-width: 90vw;
    height: 1336px;
    display: none;
    margin: 0 auto;
    background: #F8F9FF;
    margin-top: 5px;
    padding: 158px 167px 237px 167px;
    border-radius: 40px;
}
#app-preview .kudos-section.active {
    display: flex;
}
#app-preview .kudos-section .col-lg-12:first-child {
    padding-top: 275px;
}
#app-preview .kudos-section .col-6:first-child {
    padding: 275px 0 120px 0;
}
#app-preview .kudos-section .col-6 {
    position: relative;
    right: -150px;
}
#app-preview .kudos-section h4 {
    font-size: 30px;
    line-height: 64px;
    color: #8C96A1;
    padding-bottom: 28px;
}
#app-preview .kudos-section .card .card-body p,
#grid-subpage .card .card-body p {
    font-size: 18px;
    line-height: 30px;
}
#app-preview .kudos-section .card .card-footer span,
#grid-subpage .card .card-footer span {
    font-size: 14px;
    line-height: 17.64px;
}
#app-preview .kudos-section .card-4 .card-body,
#grid-subpage .card-4 .card-body {
    padding: 100px 20px 80px 20px;
}
#app-preview .kudos-section .card-4 .card-body p,
#grid-subpage .card-4 .card-body p {
    font-size: 58px;
    line-height: 74px;
}
#app-preview .kudos-section .card-4 .card-footer,
#grid-subpage .card-4 .card-footer {
    padding-bottom: 40px;
}
#app-preview .kudos-section .card-4.half-padding .card-body,
#grid-subpage .card-4.half-padding .card-body {
    padding: 50px 20px 40px 20px;
}
#app-preview .kudos-section .card-4.double-padding .card-body,
#grid-subpage .card-4.double-padding .card-body{
    padding: 100px 40px 80px 40px;
}
#app-preview .kudos-section .card-3 .card-footer,
#grid-subpage .card-3 .card-footer {
    padding-top: 30px;
}
#app-preview .kudos-section .card,
#grid-subpage .card {
    border-radius: 40px;
}
#app-preview .kudos-section .card .card-footer,
#grid-subpage .card .card-footer {
    padding-bottom: 50px;
}
#app-preview .kudos-section .card-img .card-footer,
#grid-subpage .card-img .card-footer {
    padding-top: 6px;
}
#app-preview .kudos-section .card-2 .card-body,
#grid-subpage .card-2 .card-body {
    padding: 86px 20px 66px 20px;
}
#app-preview .kudos-section .card-2 .card-body p,
#grid-subpage .card-2 .card-body p {
    font-size: 28px;
    line-height: 46px;
}
#app-preview .flexbox-container-row {
    max-width: 944px;
    top: -50px;
    right: -300px;
    position: absolute;
}
#app-preview .flexbox-container-row .flexbox-container-columns {
    position: relative;
}
#app-preview .flexbox-container-row .flexbox-container-columns:first-child {
    margin-right: 20px;
    top: 50px;
}
#app-preview .flexbox-container-row .flexbox-container-columns:nth-child(2) {
    margin-left: 20px;
}
#app-preview .shapes {
    position: relative;
    text-align: right;
}
#app-preview .shapes img {
    position: absolute;
}
#app-preview .shapes img:first-child {
    right: 317px;
}
#app-preview .shapes img:nth-child(2) {
    right: 166px;
    top: 74px;
}
#app-preview .shapes img:nth-child(3) {
    right: 56px;
    top: 56px;
}
#app-preview h2 {
    padding-bottom: 41px;
}

#benefits {
    background: linear-gradient(180deg, rgba(248, 249, 255, 0) 0%, #F8F9FF 100%);
    padding: 116px 0 0 0;
}
#benefits h2 {
    padding-bottom: 33px;
}
#pricing {
    padding: 247px 0 262px;
}
#pricing p.description {
    width: 55%;
}
#pricing h2 {
    padding-bottom: 41px;
    font-weight: 500;
    font-size: 60px;
    line-height: 72px;
    text-align: center;
}
#pricing h3 {
    font-size: 48px;
    line-height: 64px;
    margin-top: -20px;
    padding-bottom: 46px;
}
#pricing .col-lg-6 {
    text-align: center;
}
#pricing .pricing-plans {
    display: flex;
}
#pricing .pricing-plans .col-lg-6:first-child {
    margin-right: 7px;
}
#pricing .pricing-plans .plan-single {
    text-align: left;
    padding: 40px 40px 47px 40px;
    border: 2px solid #E4EDF5;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(195, 195, 250, 0.3);
    border-radius: 40px;
}
#pricing .pricing-plans .plan-single h5 {
    font-size: 60px;
    line-height: 64px;
}
#pricing .pricing-plans .plan-single .plan-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 64px;
}
#pricing .pricing-plans .plan-single .color-green {
    color: #ff601d;
}
#pricing .pricing-plans .plan-single .color-blue {
    color: #1212E0;
}
#pricing .pricing-plans .plan-single .color-primary {
    color: #6212E5;
}
#pricing .pricing-plans .plan-single span:not(.plan-title) {
    display: inline-block;
    font-size: 16px;
    line-height: 64px;
    color: #8C96A1;
    padding-bottom: 14px;
}
#pricing .pricing-plans .plan-single .icons {
    font-size: 34px;
    line-height: 64px;
    padding-bottom: 42px;
}
#pricing .pricing-plans .plan-single ul li {
    display: flex;
    line-height: 38px;
    font-size: 19px;
    color: #8C96A1;
}
#pricing .pricing-plans .plan-single ul li a {
    color: #3F4A55;
}
#pricing .pricing-plans .plan-single .lh-30 {
    line-height: 30px;
}
#pricing .pricing-plans .plan-single ul li:before {
    content: "";
    position: relative;
    top: 9px;
    padding-right: 32px;
}
#pricing .pricing-plans .plan-single ul li.check:before {
    background: url("../img/Check2.svg") no-repeat;
}
#pricing .pricing-plans .plan-single ul li.layer:before {
    background: url("../img/Layer.svg") no-repeat;
}
#pricing .pricing-plans .plan-single ul li.lightning:before {
    background: url("../img/Lightning.svg") no-repeat;
}
#pricing .pricing-plans .plan-single a.btn-3 {
    margin-bottom: 46px;
    font-size: 18px;
    line-height: 24px;
}
#pricing .pricing-text {
    padding-top: 53px;
}
#pricing .pricing-text span {
    display: inline-block;
    padding-bottom: 11px;
}
#pricing .info-icon-wrapper {
    position: relative;
}
#pricing .info-icon-wrapper img {
    position: absolute;
    right: -10px;
    top: -10px;
}
#pricing .info-icon-wrapper:hover {
    cursor: pointer;
}

.card-footer img {
    display: none;
}

.images {
    width: 100%;
}

.tooltip-inner {
    font-size: 16px;
    line-height: 28px;
    max-width: 309px;
    width: 309px;
    text-align: left;
    background-color: #fff;
    color: #3F4A55;
    box-shadow: 0 74px 30px rgba(177, 195, 213, 0.02), 0px 42px 25px rgba(177, 195, 213, 0.08), 0px 19px 19px rgba(177, 195, 213, 0.14), 0px -2px 10px rgba(177, 195, 213, 0.17), 0px 0px 0px rgba(177, 195, 213, 0.1);
    border-radius: 20px;
    padding: 30px;
}

.tooltip.show {
    opacity: 1;
}

.tooltip-title {
    font-size: 16px;
    display: block;
    padding-bottom: 20px;
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before {
    border-right-color: white;
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before {
    border-bottom-color: white;
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before {
    border-left-color: white;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before {
    border-top-color: white;
}

.styleguide section {
    padding: 75px 0;
    border-bottom: 2px solid #EAF0F5;
}

.styleguide .row {
    margin-bottom: 70px;
}

h2.section-title {
    font-weight: 700;
    font-size: 50px;
    line-height: 63px;
    padding-bottom: 50px;
}

h1.alfa {
    font-size: 60px;
    line-height: 64px;
}

h2.beta {
    font-weight: 400;
    font-size: 60px;
    line-height: 72px;
}

h3.gamma {
    font-size: 24px;
    line-height: 64px;
}

h4.delta {
    font-size: 32px;
    line-height: 40px;
}

h5.epsilon {
    font-size: 26px;
    line-height: 32px;
}

h6.zeta {
    font-size: 22px;
    line-height: 38px;
}

h1.alfa-sm {
    font-size: 30px;
    line-height: 34px;
}

h2.beta-sm {
    font-weight: 400;
    font-size: 22px;
    line-height: 34px;
}

h3.gamma-sm {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

h4.delta-sm {
    font-size: 32px;
    line-height: 40px;
}

h5.epsilon-sm {
    font-size: 26px;
    line-height: 32px;
}

h6.zeta-sm {
    font-size: 22px;
    line-height: 38px;
}

.perex-sm {
    font-size: 15px;
    line-height: 22px;
}

.badge.bg-main {
    font-size: 50%;
    background-color: #6212E5;
}

.form-row {
    display: flex;
    align-items: center;
    margin-bottom: 48px;
}
.form-row * {
    color: #000;
}
.form-row div {
    min-width: 200px;
}
.form-row h3.subtitle {
    padding-bottom: 24px;
    font-weight: 700;
    font-size: 24px;
    line-height: 28.13px;
}
.form-row span {
    font-size: 14px;
    line-height: 16.41px;
    margin-bottom: 8px;
    display: block;
}
.form-row p:not(.desc) {
    font-weight: 500;
    padding-top: 20px;
}
.form-row .perex {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
}
.form-row p.desc {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}
.form-row .label-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 22.68px;
    letter-spacing: 0.05em;
}
.form-row .input-text {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
}
.form-row .bodytext {
    font-size: 13px;
    line-height: 20px;
}

@media only screen and (max-width: 1400px) {
    input, textarea, select {
        font-size: 18px;
        line-height: 22px;
        padding: 14.5px 55px 15.5px 20px;
    }
    .custom-label {
        padding-top: 10px;
    }
}
@media only screen and (max-width: 992px) {
    input, textarea, select {
        font-size: 16px;
        padding: 15px 25px 15px 25px;
    }
    #input-wrong, #input-correct {
        background-position: center right 15px;
    }
    h1.alfa {
        font-size: 30px;
        line-height: 34px;
    }
    h2.beta {
        font-weight: 400;
        font-size: 22px;
        line-height: 34px;
    }
    h3.gamma {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
    }
    h4.delta {
        font-size: 32px;
        line-height: 40px;
    }
    h5.epsilon {
        font-size: 26px;
        line-height: 32px;
    }
    h6.zeta {
        font-size: 22px;
        line-height: 38px;
    }
}
#template {
    padding: 88px 0 10px 0;
    background: linear-gradient(180deg, #F8F9FF 0%, rgba(248, 249, 255, 0) 100%);
    border-radius: 40px;
    max-width: 1956px;
    margin: 0 auto;
    margin-top: 39px;
}
#template .col-lg-5 {
    text-align: center;
}
#template h1 {
    color: #6212E5;
    padding-top: 178px;
    padding-bottom: 31px;
}
#template h2 {
    padding-top: 47px;
    padding-bottom: 35px;
    font-size: 25px;
    line-height: 64px;
    font-weight: 500;
}
#template span {
    color: #3F4A55;
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    display: block;
}
#template a {
    color: #6212E5;
}
#template .main-image {
    width: 100%;
    max-width: 452px;
    margin-bottom: 109px;
    border-radius: 40px;
}
#template .shape-1, #template .shape-2 {
    position: relative;
    float: right;
}
#template .shape-1 {
    top: -88px;
    width: 60px;
}
#template .shape-2 {
    top: -28px;
}

@media only screen and (max-width: 1900px) {
    #template {
        max-width: 95vw;
        margin-top: -100px
    }
}
@media only screen and (max-width: 992px) {
    #template {
        padding: 80px 0;
        margin-top: 273px;

    }
    #template .col-lg-5 {
        padding: 50px 0;
    }
    #template .col-lg-5 img {
        margin: 0;
    }
    #template h1 {
        font-size: 30px;
        line-height: 34px;
        padding-top: 0;
    }
    #template span {
        font-size: 15px;
        line-height: 22px;
    }
    #template .main-image {
        width: 90%;
    }
    #template h2 {
        font-size: 22px;
        line-height: 34px;
        padding: 20px 0;
    }
    #template p {
        font-size: 13px;
        line-height: 20px;
    }
    #template .shape-1 {
        top: -80px;
    }
}
@media only screen and (max-width: 600px) {
    #template {
        max-width: 100%;
        border-radius: 0;
        padding: 50px 0;
        margin-top: 173px;
    }
    #template .col-lg-5 {
        padding: 50px 0;
    }
    #template .col-lg-5 img {
        margin: 0;
    }
    #template .shape-1, #template .shape-2 {
        display: none;
    }
}
body.sub-page #template {
    margin-top: 152px;
}

.admin header {
    padding-top: 0;
    background: #F8F9FF;

}
.admin header .container {
    justify-content: center;
}
.admin header span {
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    padding-top: 34px;
    padding-bottom: 30px;
    color: #3F4A55;
}
.admin #board {
    padding-bottom: 140px;
    background: linear-gradient(180deg, rgba(248, 249, 255, 0) 0%, #F8F9FF 100%);
}
.admin #board .container-fluid {
    padding: 60px 37.5px;
}
.admin #board .flexbox-container-columns {
    margin: 0 25px;
}
.admin #board .flexbox-container-columns .card-2 .card-body {
    padding: 56px 30px;
}
.admin #board .flexbox-container-columns .card-2 img {
    border-radius: initial;
    padding-bottom: 32px;
}
.admin #board .flexbox-container-columns .card {
    text-align: center;
}
.admin #board .flexbox-container-columns .card .card-footer {
    padding: 40px 0 43px 0;
}
.admin footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 30px 0;
    border-top: 4px solid #fff;
}
.admin footer span {
    padding-right: 20px;
}
.admin footer .social-icons img {
    max-width: 36px;
    margin: 0 2px;
}
.admin footer .social-icons a {
    text-decoration: none;
}
.admin footer .container-fluid {
    padding: 0 72px;
}
.admin footer .col-lg-6 {
    display: flex;
    align-items: center;
}
.admin footer .col-lg-6:first-child {
    justify-content: flex-start;
}
.admin footer .col-lg-6:nth-child(2) {
    justify-content: flex-end;
}
.admin footer .row:first-child {
    padding-bottom: 0;
    border-bottom: 0;
}

@media only screen and (max-width: 1900px) {
    header {
        padding: 36px 72px;
    }
    header nav img.logo {
        max-width: 100%;
        width: 250px;
    }
    header nav .nav-item {
        padding: 0 20px;
    }
    header nav .nav-item .btn-1, header nav .nav-item .btn-2, header nav .nav-item .btn-3 {
        font-size: 12px;
        line-height: 15.88px;
        letter-spacing: 0.05em;
        font-weight: 700;
        padding: 15px 40px !important;
    }
    header nav .nav-item-custom .nav-link {
        margin-right: 20px;
    }
    .fixed-header {
        padding: 10px 48px 10px 48px;
    }
    .fixed-header img.logo {
        width: 210px;
    }
    #main {
        padding: 250px 0 200px 0;
    }
    #main .grid-wrapper {
        max-width: 1000px;
        right: -50px;
        top: -200px;
    }
    #main .grid-wrapper .card-4 .card-body p {
        font-size: 36px;
    }
    #main .flexbox-container-row {
        top: -200px;
    }
    #main .flexbox-container-row .card-4 .card-body {
        padding: 110px 20px 85px 20px;
    }
    #main .flexbox-container-row .card-2 .card-body {
        padding: 40px 30px;
    }
    #main .flexbox-container-row .card-2 .card-body p {
        font-size: 18px;
        line-height: 27.5px;
    }
    #main .flexbox-container-row .last-column .card-body {
        padding: 100px 30px 70px 30px !important;
    }
    #app-preview .kudos-section {
        padding: 120px 130px 150px 130px;
    }
    #app-preview .kudos-section h3.ultra {
        font-size: 120px;
        line-height: 130px;
    }
    #app-preview .kudos-section h4.main-subtitle {
        font-size: 24px;
    }
}
@media only screen and (max-width: 1600px) {
    header {
        padding: 24px 72px;
    }
    header nav .nav-item {
        padding: 0 15px;
    }
    header nav .nav-item-custom .nav-link {
        margin-right: 15px;
    }
    #main {
        padding: 200px 0 140px 0;
    }

    #main .grid-wrapper {
        top: -200px;
    }
    #main .flexbox-container-row .flexbox-container-columns:first-child {
        padding-right: 13px;
    }
    #main .flexbox-container-row .flexbox-container-columns:nth-child(2) {
        top: 0;
        padding: 0 13px;
    }
    #main .flexbox-container-row .flexbox-container-columns:nth-child(3) {
        padding-left: 13px;
    }
    #main .grid-wrapper {
        max-width: 800px;
    }
    #main .grid-wrapper .card-4 .card-body {
        padding: 50px 40px 35px 40px;
    }
    #main .grid-wrapper .card-4 .card-body p {
        font-size: 28px;
        line-height: 34px;
    }
    #main .grid-wrapper .card-2 .card-body {
        padding: 40px 30px 15px 30px;
    }
    #main .grid-wrapper .card-2 .card-body p {
        font-size: 14.3859px;
        line-height: 24px;
    }
    #main .grid-wrapper .last-column .card-body {
        padding: 100px 30px 50px 30px !important;
    }
    h1 {
        font-size: 54px;
        line-height: 62px;
    }
    h2 {
        font-size: 46px;
        line-height: 56px;
    }
    .kudos-section h3.ultra {
        font-size: 100px;
        line-height: 110px;
    }
    .kudos-section .card-4 .card-body p {
        font-size: 40px !important;
        line-height: 54px !important;
    }
}
@media only screen and (max-width: 1400px) {
    header nav .nav-item-custom .nav-link {
        font-size: 12px;
        margin-right: 10px;
    }
    #main {
        padding: 200px 0 100px 0;
    }
    #main .btn-2, #main .btn-3 {
        margin-right: 15px;
    }
    #culture h3 {
        line-height: 32px;
    }
    #pricing .pricing-plans .plan-single {
        padding: 30px;
    }
    #pricing .pricing-plans .plan-single ul li {
        font-size: 18px;
        line-height: 38px;
    }

    #culture .image-box p {
        width: 100%;
    }
}
@media only screen and (max-width: 1200px) {
    header nav .nav-item {
        padding: 0 5px;
    }
    header nav .nav-item .btn-1, header nav .nav-item .btn-2, header nav .nav-item .btn-3 {
        padding: 15px 20px !important;
    }
    #main .grid-wrapper {
        max-width: 100%;
        right: 0;
        top: -58vh;
    }
    .flexbox-container-row {
        left: 0;
    }

    #culture .image-box p {
        width: 112%;
    }
}
@media only screen and (min-width: 1400px) {
    #benefits .container {
        max-width: 1240px;
    }
    h1 {
        width: 120%;
    }
    .image-wrapper {
        position: relative;
        left: 50px;
    }
}
@media only screen and (max-width: 1200px) {
    #hero h1 br {
        display: none;
    }
    #main div > div > div:nth-child(2) {
        z-index: -1;
    }
    #app-preview .kudos-section {
        height: 800px;
    }
    #app-preview .kudos-section .col-lg-12:first-child {
        padding-top: 0;
    }
    #app-preview .kudos-section .col-6 {
        display: none;
    }
    #benefits h3 {
        line-height: 32px;
        padding-bottom: 20px;
    }
    #pricing .pricing-plans .plan-single {
        padding: 25px;
    }
    #pricing .pricing-plans .plan-single .plan-title {
        white-space: nowrap;
    }
    #pricing .pricing-plans .plan-single h5 {
        font-size: 48px;
    }
    #pricing .pricing-plans .plan-single .btn-3 {
        font-size: 15px;
        white-space: nowrap;
        padding: 14px 22px;
    }
}
@media only screen and (min-width: 992px) {
    #navbarSupportedContent {
        display: none !important;
    }
    .fixed-header #navbarSupportedContent {
        display: flex !important;
    }
    .clients-slider {
        cursor: grab;
        cursor: -moz-grab;
        cursor: -webkit-grab;
        opacity: 0;
        visibility: hidden;
        transition: opacity 1s ease;
        -webkit-transition: opacity 1s ease;
    }
    .clients-slider.slick-initialized {
        visibility: visible;
        opacity: 1;
    }
    .icon-box-text {
        padding-left: 30px;
    }
    .hidden-md-up {
        display: none;
    }
    .flex-md {
        display: flex;
    }
    .icon-boxes .col-lg-6:nth-child(odd) {
        padding-right: 53px;
    }
    .icon-boxes .col-lg-6:nth-child(even) {
        padding-left: 53px;
    }
    .icon-boxes .col-lg-6:nth-child(5) {
        padding-left: 53px;
    }
}
@media only screen and (max-width: 991.9px) {
    .navbar-toggler {
        display: none;
    }
    .fixed-header {
        padding: 15px;
    }
    .fixed-header .navbar-toggler {
        display: inline-block;
    }
    .fixed-header .nav-item {
        width: 100%;
        padding: 5px 0;
    }
    .fixed-header .nav-item .nav-link {
        font-size: 14px;
    }
    .fixed-header .nav-item .btn-2, .fixed-header .nav-item .btn-3 {
        width: 50%;
        margin: 0 auto;
        color: #fff !important;
    }
    .fixed-header .nav-item .btn-2:hover, .fixed-header .nav-item .btn-3:hover {
        background: #7F39EF !important;
    }
    .fixed-header .nav-item .btn-1 {
        width: 50%;
        margin: 0 auto;
        box-shadow: none;
    }
    .fixed-header .navbar-nav {
        padding-top: 40px;
    }
    .fixed-header .logo {
        width: 170px !important;
        float: left;
        margin-top: 5px;
    }
    .fixed-header .navbar-toggler {
        float: right;
    }
    .fixed-header .navbar-collapse {
        margin-top: 40px;
    }
    .fixed-header .navbar-toggler:focus,
    .fixed-header .navbar-toggler:active,
    .fixed-header .navbar-toggler-icon:focus {
        outline: none;
        box-shadow: none;
    }
    .btn-2:hover, .btn-3:hover, .btn-2:active, .btn-3:active, .btn-2:focus, .btn-3:focus {
        background: #FDFDFD !important;
        box-shadow: 0px 4px 20px #DCE2E8 !important;
        color: #3F4A55 !important;
    }
    .btn-3:hover, .btn-3:active, .btn-3:focus {
        background: #7F39EF !important;
        color: #fff !important;
        box-shadow: 0px 4px 20px #DCE2E8 !important;
    }
    .image-box-wrapper {
        margin-left: 0 !important;
    }
    .icon-link {
        margin-top: 60px;
    }
    .icon-img-wrapper {
        min-width: 44px !important;
        height: 44px !important;
    }
    .icon-img-wrapper img {
        width: 7.34px;
    }
    header {
        padding: 40px 72px 0;
    }
    header nav img {
        width: 135px;
    }
    header .container-fluid {
        display: block !important;
        text-align: center;
    }
    #main {
        padding: 35px 0 60px 0;
        text-align: center;
    }
    #main .main-description {
        padding-bottom: 40px;
    }
    #main .flexbox-container-row .flexbox-container-columns:first-child {
        padding-right: 10px;
    }
    #main .flexbox-container-row .flexbox-container-columns:nth-child(2) {
        padding: 0 10px;
    }
    #main .flexbox-container-row .flexbox-container-columns:nth-child(3) {
        padding-left: 10px;
    }
    #main .grid-wrapper {
        position: relative;
        max-width: 100vw;
        right: 50px;
        top: -35vh;
    }
    #main h1 {
        font-size: 36px;
        line-height: 42px;
        padding-bottom: 24px;
    }
    #main .main-description {
        width: 100%;
    }
    #main .main-description p {
        font-size: 15px;
        line-height: 22px;
    }
    #main .btn-2, #main .btn-3 {
        background: #FFFFFF;
        color: #3F4A55;
        box-shadow: 0 74px 30px rgba(177, 195, 213, 0.02), 0px 42px 25px rgba(177, 195, 213, 0.08), 0px 19px 19px rgba(177, 195, 213, 0.14), 0px -2px 10px rgba(177, 195, 213, 0.17), 0px 0px 0px rgba(177, 195, 213, 0.1);
        border-radius: 200px;
        text-shadow: none;
        margin: 0;
    }
    #main .card {
        margin: 10px 0;
        border-radius: 34px;
    }
    #main .card-2 .card-body p {
        font-size: 12px;
        line-height: 16px;
    }
    #main .img-padding {
        padding: 8px !important;
        border-radius: 20px;
    }
    #crew {
        padding: 50px 0 29px 0;
    }
    #crew h2 , #headline-section h2, #feedbeo, #compare h2, #cta-1 h2, #cta-2 h2, #evidence h2 {
        font-size: 36px;
        line-height: 34px;
        padding-bottom: 36px;
    }

    #crew .clients-slider {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-top: 39px;
        padding-left: 32px;
        padding-right: 32px;
    }
    #crew .clients-slider div:nth-child(odd) {
        text-align: center;
        width: 50%;
        align-self: flex-start;
    }
    #crew .clients-slider div:nth-child(even) {
        text-align: center;
        width: 50%;
        align-self: flex-end;
    }
    #crew .clients-slider img {
        margin: 10px 0;
        height: 45px;
        max-width: 180px;
    }
    #culture {
        padding: 70px 0 60px 0;
    }
    #culture .col-lg-4 {
        text-align: center;
    }
    #culture h2 {
        font-size: 36px;
        line-height: 42px;
        padding-bottom: 18px;
    }
    #culture h3 {
        font-size: 16px;
        line-height: 24px;
        margin: 0;
        margin-top: -50px;
    }
    #culture p.description {
        padding-bottom: 40px;
        font-size: 17px;
        line-height: 22px;
        color: #3F4A55;
        text-align: center;
    }
    #culture p:not(.description) {
        font-size: 13px;
        line-height: 20px;
        margin: 0;
    }

    #culture .image-box {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    #culture .image-box p {
        width: 100%;
    }
    #culture .image-box p span {
        font-size: 13px;
        line-height: 20px;
    }
    #culture .image-box.active {
        height: 290px;
        opacity: 1;
        -webkit-transition: opacity 2s ease;
        -moz-transition: opacity 2s ease;
        -ms-transition: opacity 2s ease;
        -o-transition: opacity 2s ease;
        transition: opacity 2s ease;
        display: block;
    }
    #culture .icon-link .icon-img-wrapper {
        margin-right: 13px;
    }
    #app-preview {
        padding: 43px 0 65px 0;
    }
    #app-preview .container-xl {
        display: none;
    }
    #app-preview h2 {
        font-size: 36px;
        line-height: 42px;
        padding-bottom: 18px;
    }
    #app-preview .card-wrapper {
        padding-top: 31.5px;
        margin: 0 auto;
        max-width: 350px;
    }
    #app-preview .card-wrapper.active {
        display: block;
    }
    #app-preview .card-4 .card-body {
        padding: 120px 40px 100px 40px;
    }
    #app-preview .card-4 .card-body p {
        font-size: 32px;
        line-height: 35.4px;
    }
    #app-preview .card-2 .card-body p {
        font-size: 18px;
        line-height: 30px;
    }
    #benefits {
        padding: 50px 0 0 0;
        background: #F8F9FF;
    }
    #benefits .icon-boxes {
        text-align: center;
    }
    #benefits .icon-boxes .icon {
        margin: 0 auto;
        margin-bottom: 24px;
        width: 70px;
    }
    #benefits .icon-boxes h3 {
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 15px;
    }
    #benefits .icon-boxes p {
        font-size: 13px;
        line-height: 20px;
    }
    #benefits .icon-boxes > .icon-box {
        padding-bottom: 50px;
        display: block;
    }
    #benefits .icon-boxes > .icon-box.active {
        padding-bottom: 54px;
        display: block;
        height: 100%;
        opacity: 1;
        -webkit-transition: opacity 2s ease;
        -moz-transition: opacity 2s ease;
        -ms-transition: opacity 2s ease;
        -o-transition: opacity 2s ease;
        transition: opacity 2s ease;
    }
    #benefits h2 {
        font-size: 36px;
        line-height: 42px;
        padding-bottom: 18px;
    }
    #benefits p.description {
        font-size: 17px;
        line-height: 22px;
        width: auto;
        padding-bottom: 87px;
        color: #3F4A55;
        text-align: center;
    }
    #pricing {
        padding: 50px 0 60px 0;
    }
    #pricing .pricing-plans {
        display: block;
    }
    #pricing .pricing-plans .plan-single .plan-heading {
        text-align: center;
    }
    #pricing .pricing-plans .plan-single .btn-3 {
        padding: 19px 38px;
        font-size: 18px;
        line-height: 22.68px;
        width: 100%;
    }
    #pricing .pricing-plans .plan-single .icons {
        text-align: center;
    }
    #pricing .pricing-plans .col-lg-6:first-child {
        margin-bottom: 20px;
        margin-right: 0;
    }
    #pricing h2 {
        font-size: 36px;
        line-height: 42px;
        padding-bottom: 18px;
    }
    #pricing p.description {
        font-size: 17px;
        line-height: 22px;
        width: auto;
        padding-bottom: 40px;
        color: #3F4A55;
        text-align: center;
    }
    footer img {
        width: 220px;
    }
    footer h5 {
        padding-top: 20px;
    }
    footer li span {
        display: block;
        padding-top: 40px;
    }
    footer .row:first-child {
        padding-bottom: 50px;
    }
    .hidden-sm-down {
        display: none !important;
    }
    footer .row:first-child {
        border: none;
    }
}
@media only screen and (max-width: 600px) {
    #main .grid-wrapper {
        max-width: 115vw;
        right: 15vw;
        top: -50vh;
        opacity: 0.5;
    }
    #main .card {
        border-radius: 10.16px;
    }

    #main .card img {
        border-radius: 10.16px;
    }
    #main .grid-wrapper .flexbox-container-row .flexbox-container-columns:nth-child(2) {
        top: -150px;
    }
    #main .grid-wrapper .flexbox-container-row .flexbox-container-columns:nth-child(3) {
        top: 50px;
    }
    #main .grid-wrapper .flexbox-container-row .flexbox-container-columns:nth-child(3) .card img {
        border-radius: 10.16px;
    }
    #main .grid-wrapper .card .card-body {
        padding: 30px 20px !important;
    }
    #main .grid-wrapper .card .card-footer {
        padding-top: 4px;
        padding-bottom: 8px;
    }
    #main .grid-wrapper .card .card-footer span {
        font-size: 5.56px;
        line-height: 7.48px;
        margin-left: 1.46px;
    }
    #main .grid-wrapper .card .card-footer img {
        width: 12px;
    }
    #main .grid-wrapper .card-2 .card-body p {
        font-size: 7.11px;
        line-height: 11.68px;
    }
    #main .grid-wrapper .card-4 .card-body {
        padding: 40px 10px 30px 10px !important;
    }
    #main .grid-wrapper .card-4 .card-body p {
        font-size: 14.73px;
        line-height: 18.7px;
    }
    #main h1 {
        font-size: 30px;
        line-height: 34px;
    }
    p.description {
        font-size: 15px !important;
    }
    .hidden-xxs {
        display: none;
    }
    .row > * {
        padding-left: 20px;
        padding-right: 20px;
    }
    #crew h2, #headline-section h2, #feedbeo h2, #evidence h2 {
        font-size: 22px;
        line-height: 30px;
        padding-bottom: 9px;
    }
    #crew .clients-slider img {
        max-width: 110px;
    }
    #culture h2 {
        font-size: 22px;
        line-height: 34px;
        padding-bottom: 9px;
    }
    #app-preview h2 {
        font-size: 22px;
        line-height: 34px;
        padding-bottom: 9px;
    }
    #benefits h2 {
        font-size: 22px;
        line-height: 34px;
        padding-bottom: 9px;
    }
    #pricing h2 {
        font-size: 22px;
        padding-bottom: 9px;
    }
    footer {
        padding-top: 69px;
        text-align: center;
    }
    footer .logo-footer {
        padding-top: 20px;
        padding-bottom: 11.13px;
    }
    footer li a {
        text-decoration: underline;
    }
    footer h5 {
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    footer h5.off-title {
        padding: 0;
        font-size: 18px;
        line-height: 34px;
        font-weight: 400;
    }
    footer .mail-footer {
        padding-top: 20px;
    }
    footer .mail-footer li span {
        font-size: 14px;
        padding-top: 20px;
    }
}

.clients-slider {
    cursor: move;
}

.swiper {
    padding-bottom: 40px;
    cursor: move;
}

.icon-link-mobile {
    margin-top: 20px;
}

.swiper-button-next, .swiper-button-prev {
    color: #3F4A55;
}

.icon-left {
    transform: rotate(180deg);
}

.swiper-wrapper .icon-link {
    margin-top: 30px;
    display: block;
}

.swiper-wrapper .icon-link span {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
}

.bg-primary {
    background: #fff !important;
}

.bg-secondary {
    background: #FFFFFF !important;
}

#crew .container-fluid {
    padding-right: 0;
    padding-left: 0;
}

#loadingMask {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #F8F9FF;
    z-index: 1000;
    text-align: center;
}

.preloader-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#main h2 {
    font-family: 'Schoolbell';
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 64px;
    padding-bottom: 50px;
}

.line-through {
    text-decoration: line-through;
}

#cookie-bar {
    position: fixed;
    display: none;
    align-items:flex-end;
    align-content:flex-start;
    bottom: 40px;
    left: 40px;
    max-width: 820px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 4px 20px #E4EDF5;
    z-index: 999;
}

#cookie-bar.cookie-display {
    display: flex;
}

.cookie-inner-button {
    padding: 30px;
}

.cookie-inner-message {
    padding: 33px;
}


.cookie-message {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3F4A55;
}

.cookie-message a {
    color: #6212E5;
    text-underline-offset: 3px;
    text-decoration: underline;
}

.cookie-btn {
    white-space: nowrap;
    background: #DBDBF9;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-radius: 80px;
    color: #6212E5;
    padding: 17px 39px;
    border: none;
}


#culture.subpage-culture h3 {
    font-weight: 400;
    padding-top: 48px;
}

#culture.subpage-culture hr {
    position: relative;
    top: 208px;
}

#culture .image-box:nth-child(2) {
    margin-top: 0;
}

.culture-btn-wrapper {
    padding-top: 96px;
    text-align: center;
}

.cookie-btn:hover {
    background: #C3C3FA;
}

.circle-number {
    position: relative;
    top: -20px;
    border-radius: 50%;
    width: 31px;
    height: 31px;
    padding: 1px;
    background: #fff;
    border: 1px solid #D9D9D9;
    color: #6212E5;
    text-align: center;
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 28px;
}

#culture.subpage-culture .btn-2:hover {
    background: #7F39EF !important;
}

.main-subpage #main .flexbox-container-row {
    transform: none;
    position: inherit;
}

.main-subpage #main .flexbox-container-row .flexbox-container-columns {
    max-width: none;
}

.main-subpage #main {
    padding: 200px 0 0 0;
}

#grid-subpage {
    position: relative;
    top: -150px;
}

#grid-subpage .flexbox-container-row .flexbox-container-columns:first-child {
    top: -30px;
}


.clients-logos {
    display: flex;
    justify-content: center;
}

.clients-logos img {
    max-width: 350px;
    padding: 50px;
}

.img-responsive {
    width: 100%;
}

footer .row:first-child {
    border-bottom: none;
}

.features-list {
    margin-left: 10px;
    margin-top: 20px;
    list-style: none;
}

.features-list li {
    display: flex;
    line-height: 32px;
    font-size: 20px;
}

.features-list li:before {
    content: '•';
    margin-right: 15px;
    font-size: 24px;
    align-items: center;
    position: relative;
}

#hero {
    background: linear-gradient(180deg, rgba(248, 249, 255, 0) 0%, #F8F9FF 100%);
    padding-top: 300px;
    padding-bottom: 200px;
}

#evidence {
    padding: 97px 0 256px 0;
}

#hero h1 {
    color: #6212E5;

    font-weight: 900;
}


#main {
    overflow: hidden;
}

#main h3, #feedbeo h3 {
    font-family: "Schoolbell", cursive;
    font-size: 36px;
    line-height: 46px;
    padding-bottom: 30px;
}

#feedbeo h3 {
    padding-bottom: 50px;
}

#feedbeo form {
    padding: 50px 0;
}

#feedbeo form button {
    margin-top: 15px;
}

.form-text {
    padding-top: 5px;
    margin-left: 5px;
}

.form-label {
    margin-bottom: 0;
    margin-left: 5px;
    padding-bottom: 5px;
}

#main .flexbox-container-row {
    top: 0;
}

#main .flexbox-container-row .flexbox-container-columns {
    top: 0;
}

.kudoslink-logo {
    padding-bottom: 50px;
}

#headline-section {
    padding-top: 150px;
    padding-bottom: 100px;
}

.dropdown-menu {
    border: 0;
    padding: 10px;
    box-shadow: 0px 74px 30px rgb(177 195 213 / 2%), 0px 42px 25px rgb(177 195 213 / 8%), 0px 19px 19px rgb(177 195 213 / 14%), 0px -2px 10px rgb(177 195 213 / 17%), 0px 0px 0px rgb(177 195 213 / 10%);
}

.dropdown-item {
    font-size: 14px;
    line-height: 22px;
    border-radius: 5px;
}

.dropdown-item:hover {
    background: #6212E5;
    color: #fff;
}

.image-boxes {
    padding-top: 20px;
}

#benefits h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
}

.custom-rows-wrapper {
    display: flex;
}

.benefits-img {
    position: relative;
    width: 135%;
}

.subscribe-alert {
    font-size: 16px;
}

@media only screen and (max-width: 1900px) {
    #hero {
        padding-top: 250px;
        padding-bottom: 100px;
    }

    input:not([type='checkbox']), textarea, select {
        padding: 20px 15px;
        font-size: 18px;
    }
}

@media only screen and (min-width: 1900.1px) {
    .main-subpage .container {
        max-width: 1720px;
    }

    .left-hr {
        left: -100px;
        width: 700px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1900px) {

    .right-hr {
        width: 540px;
    }

    .main-subpage .container {
        max-width: 1540px;
    }

    #grid-subpage {
        top: 0;
    }

    #grid-subpage .flexbox-container-row .card-4 .card-body p {
        font-size: 48px;
        line-height: 64px;
    }

    #grid-subpage .flexbox-container-row .card-2 .card-body p {
        font-size: 24px;
        line-height: 38px;
    }
}




@media only screen and (max-width: 1600px) {
    .main-subtitle {
        padding-bottom: 0 !important;
    }
    h3.ultra {
        font-size: 90px !important;
        line-height: 100px !important;
    }
    .cookie-btn {
        padding: 14px 30px;
    }

    #main h2 {
        font-size: 44px;
    }

    #grid-subpage {
        top: 0;
    }

    #grid-subpage .flexbox-container-row .flexbox-container-columns:nth-child(1) {
        top: 0;
    }

    #grid-subpage .flexbox-container-row .flexbox-container-columns:nth-child(2) {
        top: -30px;
    }

    #main .flexbox-container-row .card-4 .card-body {
        padding: 80px 20px 65px 20px
    }

    #grid-subpage .card-4 .card-body p {
        font-size: 44px;
        line-height: 60px;
    }

    .buttons {
        display: flex;
    }

    .buttons .btn-2 {
        margin-right: 15px !important;
    }

    #hero {
        padding: 200px 0 50px 0;
    }

    .clients-logos img {
        max-width: 300px;
        padding: 40px 50px;
    }
}

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

    #main .flexbox-container-row .card-4 .card-body {
        padding: 60px 20px 45px 20px
    }

    #grid-subpage .flexbox-container-row .card .card-body p {
        font-size: 14px;
        line-height: 20px;
    }

    #grid-subpage .flexbox-container-row .card-4 .card-body p {
        font-size: 32px;
        line-height: 44px;
    }

    #grid-subpage .flexbox-container-row .card-2 .card-body p {
        font-size: 16px;
        line-height: 24px;
    }


    #grid-subpage .card .card-footer {
        padding-bottom: 30px;
    }
}

@media only screen and (min-width: 1200px) {
    .hidden-lg-up {
        display: none;
    }

    #culture.subpage-culture .col-lg-4 {
        padding: 0;
    }


}


@media only screen and (max-width: 1200px) {
    .container-xl {
        display: none;
    }

    #app-preview .card-wrapper {
        max-width: none !important;
    }

    #app-preview .card-body {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 !important;
    }

    #app-preview .card {
        padding: 20px 20px 0 20px;
        width: 452px;
        height: 452px;
        display: flex;
        margin: 0 auto;
    }

    #app-preview .card-4 .card-text {
        line-height: 42px !important;
    }

    #grid-subpage .flexbox-container-row .card-4 .card-body {
        padding: 110px 20px 85px 20px;
    }

    #grid-subpage .flexbox-container-row .card-2 .card-body {
        padding: 110px 20px 85px 20px;
    }

    #culture.subpage-culture hr {
        width: 320px;
    }

    #culture.subpage-culture hr.right-hr {
        width: auto;
    }

    .main-subpage #main .flexbox-container-row .flexbox-container-columns {
        max-width: 50%;
    }

    #grid-subpage {
        top: 250px;
    }

    .buttons {
        display: block;
    }

    .clients-logos img {
        padding: 25px 15px;
    }

    .image-wrapper {
        padding-top: 50px;
        width: 75%;
        margin: 0 auto;
    }

    .clients-logos img {
        max-width: 250px;
        padding: 40px 25px;
    }

}

@media only screen and (min-width: 992.1px) and (max-width: 1200px) {
    #hero {
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 992.1px) {
    .w-120-lg {
        width: 120%;
    }
}

@media only screen and (max-width: 992px) {
    #cookie-bar {
        margin: 10px 10px auto;
        left: 0;
        right: 0;
        bottom: 10px;
    }

    #culture.subpage-culture h3 {
        margin-top: 0;
    }

    #culture.subpage-culture hr {
        width: auto;
    }

    #culture.subpage-culture .icon-link {
        margin-top: 120px;
    }

    .culture-btn-wrapper {
        padding-top: 48px;
    }

    #main.main-subpage {
        padding: 180px 0 60px 0;
    }

    #main h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .clients-logos .row {
        text-align: center;
    }

    .clients-logos img {
        width: 60%;
    }

    #hero {
        padding: 150px 0 0 0 ;
        padding-top: 380px;
    }

    #hero h1 {
        text-align: center;
        font-size: 30px;
        line-height: 34px;
    }

    #hero p {
        text-align: center;
        font-size: 15px;
        line-height: 22px;
    }

    #hero .features-list {
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 40px;
    }

    #headline-section {
        padding-top: 50px;
        padding-bottom: 36px;
    }

    .feedbeo-section {
        padding-top: 25px;
    }

    #feedbeo {
        padding-top: 50px;
        padding-bottom: 0;
    }

    #main h3, #feedbeo h3 {
        padding-bottom: 25px;
        text-align: center;
        font-size: 24px;
        line-height: 32px;
    }

    #feedbeo form {
        text-align: center;
    }

    #feedbeo form > div {
        text-align: left;
    }

    .benefits-img {
        width: 100%;
    }

    .custom-rows-wrapper {
        display: block;
    }

    #benefits .icon-box {
        display: block;
        padding-bottom: 40px;
    }

    input:not([type='checkbox']), textarea, select {
        font-size: 16px;
        padding: 10px 20px;
    }
    label {
        font-size: 14px;
    }

    .form-text {
        font-size: 12px;
    }

    .clients-logos img {
        max-width: 200px !important;
        width: 100%;
        padding: 30px 15px;
    }

    .features-list {
        list-style: none;
    }

    .logo {
        position: absolute;
        left: 0;
    }

}

@media only screen and (max-width: 768px) {
    #app-preview .card {
        width: 360px;
        height: 360px;
        display: flex;
    }


    #cookie-bar.cookie-display {
        display: block;
    }

    .cookie-inner-message {
        padding-top: 20px;
        padding-bottom: 0;
    }

    .cookie-inner-button {
        padding: 12px 0 20px 0;
        text-align: center;
    }

    .cookie-image {
        position: absolute;
        bottom: 0;
        right: 30px;
        width: 120px;
        z-index: -1;
    }

    #grid-subpage .flexbox-container-row .card-4 .card-body {
        padding: 40px 20px 25px 20px;
    }

    #grid-subpage .flexbox-container-row .card-4 .card-body p {
        font-size: 26px;
        line-height: 36px;
    }

    #grid-subpage .flexbox-container-row .card-2 .card-body {
        padding: 40px 20px 25px 20px !important;
    }

    .clients-logos img {
        width: 75%;
    }

    #hero form {
        display: block !important;
        text-align: center;
    }

    form input {
        margin-bottom: 10px;
        max-width: inherit !important;
    }

    .sign-button {
        width: 100%;
    }

}

@media only screen and (max-width: 600px) {
    #app-preview .card {
        width: 240px;
        height: 240px;
        padding: 20px 20px 0 20px;
        margin: 0 auto;
    }

    #app-preview .card-4 .card-text {
        font-size: 28px !important;
    }

    #app-preview .card-2 .card-text {
        font-size: 16px !important;
        line-height: 22px !important;
    }

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

    .cookie-image {
        width: 80px;
        right: 20px;
    }

    .cookie-btn {
        font-size: 14px;
        padding: 15px 30px;
    }

    #grid-subpage .flexbox-container-row .card-4 .card-body,
    #grid-subpage .flexbox-container-row .card-1 .card-body,
    #grid-subpage .flexbox-container-row .card-2 .card-body {
        padding: 30px 15px 20px 15px;
    }

    #grid-subpage .flexbox-container-row .card-4 .card-body p,
    #grid-subpage .flexbox-container-row .card-1 .card-body p,
    #grid-subpage .flexbox-container-row .card-2 .card-body p{
        font-size: 12px;
        line-height: 18.7px;
    }


    #grid-subpage .flexbox-container-row .card .card-footer {
        padding-bottom: 10px;
    }

    #grid-subpage .flexbox-container-row .card .card-footer span {
        font-size: 5.56px;
        line-height: 7.48px;
        margin-left: 1.46px;
    }

    #grid-subpage .flexbox-container-row .card-2 .card-body {
        padding: 40px 20px 25px 20px !important;
    }

    .client-logos-wrapper {
        padding-top: 20px;
    }

    .clients-logos img {
        width: 90%;
        padding: 15px 5px;
    }

    #culture .image-box img {
        width: 200px;
    }

    .clients-logos img {
        max-width: 150px;
        width: 100%;
        padding: 30px 5px;
    }

}
@media only screen and (max-width: 480px) {
    .clients-logos img {
        width: 100%;
        padding: 10px 0;
    }

    .image-wrapper {
        width: 100%;
    }
}

form input {
    max-width: 400px;
    padding: 12px 15px !important;
}

.cons-list li,
.pros-list li {
    display: flex;
    align-items: flex-start;
    padding: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    /* or 145% */


    color: #000000;
}

.cons-list li img,
.pros-list li img {
    width: 50px;
    margin-right: 20px;
    padding: 12px;
    border-radius: 50%;
}

.cons-list li img {
    background: #FCDEEA;
}

.pros-list li img {
    background: #DAF7E8;
}

#pricing {
    background: linear-gradient(180deg, rgba(248, 249, 255, 0) 0%, #F8F9FF 100%);
}

#cta-2 {
    padding: 247px 0 255px 0;
}

#cta-2 h2 {
    text-align: center;
    color: #fff;
}


#compare {
    padding: 252px 0 500px 0;
}

#compare h2 {
    font-weight: 500;
    margin-bottom: 70px;
}

#compare h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 64px;
}

#cta-1 {
    padding-bottom: 150px;
    text-align: center;
    margin: 0 auto;
    margin-top: -100px;
}

#cta-1 a {
    width: auto;
    margin: 0 auto;
    align-self: center;
}

#cta-1 h3, #cta-2 h3  {
    font-family: "Schoolbell", cursive;
    font-size: 36px;
    line-height: 42px;
    padding: 25px 0;
    text-align: center;
}

.main-description a {
    color: #6212E5;
}

.plan-single {
    margin: 0 22px;
    height: 100%;
}

.plan-single a {
    width: 100%;
}

#cta-2 form {
    justify-content: center;
    align-items: flex-start;
}


#cta-2 form span {
    margin-left: 7px;
    font-size: 12px;
    line-height: 22px;
    display: block;
}

#cta-2 form button {
    height: auto;
    margin-left: 16px;
}

@media only screen and (max-width: 992px) {
    #compare, #cta-1, #cta-2 {
        padding: 50px 0;
    }
    #compare h2 {
        line-height: 42px;
        margin-bottom: 25px;
    }

    .cons-list li,
    .pros-list li {
        font-size: 18px;
    }

    .main-description p {
        font-size: 15px;
        line-height: 22px;
    }

    .plan-single {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .cons-list {
        padding-bottom: 50px;
    }
    #cta-2 form {
        display: block !important;
    }

    #cta-2 form button {
        margin-left: 0;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 600px) {
    #compare h2, #cta-1 h2, #cta-2 h2 {
        font-size: 22px;
        line-height: 34px;
        padding-bottom: 9px;
    }
    #cta-1 h3, #cta-1 h3 {
        font-size: 22px;
        padding: 10px;
    }
}
.clients-logos .middle-row div {
    padding: 0 50px;
}

.offset-column {
    position: relative;
    left: 150px;
}

.group-1, .group-2, .group-3 {
    position: relative;
    display: inline-block;
    background: #FFFFFF;
    border-radius: 16px;
}

.group-1 {
    padding: 17.28px 23.04px 23.04px 23.04px;
    left: 100px;
    box-shadow: 0px 3.20001px 24.0001px rgba(195, 195, 250, 0.3);
}

.group-1 .icon-light {
    position: absolute;
    right: -50px;
    top: -50px;
}

.group-1 p {
    font-weight: 600;
    font-size: 13.824px;
    line-height: 21px
}

.group-1 .smiles {
    display: flex;
}

.group-1 .smiles .smile {
    border: 0.575999px solid #DBDBF9;
    border-radius: 8.06399px;
    background: #F8F9FF;
    padding: 9px 27px;
    margin-right: 11.52px;
    font-size: 12px;
    align-items: center;
    display: flex;
}

.group-1 .smiles .smile.active {
    background: #6212E5;
}

.group-1 .smiles .smile:last-child {
    margin-right: 0;
}

.abstract-shape-1 {
    position: absolute;
    right: -146.34px;
    bottom: -35px;
}

.group-2 {
    padding: 32px 26.4px;
    margin-top: 24.63px;
    box-shadow: 0px 0px 100px rgba(195, 195, 250, 0.5);
    width: 728px;
}

.group-2 p {
    font-weight: 600;
    font-size: 19.2px;
    line-height: 29px;
}

.group-2 .icon-graph {
    position: absolute;
    right: -90px;
    top: 15px;
}

.group-2 .icon-bubble {
    position: absolute;
    left: -118px;
    top: 115px;
    z-index: 99;
}

.group-2 .graph-legend {
    font-size: 9.6px;
    line-height: 13px;
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
    list-style: none;
}

.group-2 .graph-legend li {
    margin-right: 16px;
}

.group-2 .graph-legend li:not(.scale-icon):before {
    content: '•';
    position: relative;
    font-size: 16px;
    bottom: -2px;
    color: #8C96A1;
    margin-right: 16px;
}

.group-2 .graph-legend .scale-icon:before {
    position: relative;
    content: url(../img/Scale.svg);
    font-size: 16px;
    bottom: 2px;
    color: #8C96A1;
    margin-right: 6.4px;
}

.abstract-shape-2 {
    position: absolute;
    right: -126.34px;
    bottom: -35px;
}

#column-example-1 {
    height: 200px;
    max-width: 300px;
    margin: 0 auto;
}

.group-2 .graph {
    position: relative;
    left: -13px;
    max-width: 100%;
}

.group-3 {
    margin-top: 24.63px;
    padding: 16.8px 22.4px;
    left: 200px;
    box-shadow: 0px 4px 30px rgba(195, 195, 250, 0.3);
}

.group-3 p {
    font-weight: 600;
    font-size: 13.4401px;
    line-height: 20px;
    padding-bottom: 0 !important;
}

.group-3 span {
    font-style: normal;
    font-weight: 600;
    font-size: 8.96004px;
    line-height: 16px;
}

.group-3 .icon-user-plus {
    position: absolute;
    left: -60px;
    bottom: -60px;
}

.group-3 .stars {
    margin-top: 22.6px;
    display: flex;
}

.group-3 .stars span {
    font-weight: 600;
    font-size: 8.96004px;
    line-height: 16px;
    color: #3F4A55;
}

.group-3 .img-stars {
    position: relative;
    bottom: 3px;
    margin: 0 45px;
    max-width: 240px;
}

.abstract-shape-3 {
    position: absolute;
    left: -146.34px;
    top: -25px;
}

#hero form {
    padding-top: 70px;
}

#hero form input {
    border-radius: 50px;
    margin-right: 16px;
    padding: 20px 40px !important;
}

#hero form input::placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #8C96A1;
}

#hero form .btn-2 {
    padding: 20px 40px;
}

.inner-box {
    margin-top: 93px;
    padding: 76px 40px 76px 49px;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 0px 100px rgba(195, 195, 250, 0.5);
    border-radius: 16px;
}

.inner-box .icon-pros,
.inner-box .icon-cons {
    position: absolute;
    top: 20px;
    right: 20px;
}

.inner-box-1 {
    margin-right: 10px;
    top: 193px;
}

.inner-box-2 {
    margin-left: 10px;
    top: 113px;
}


.inner-box-1 .img-drake {
    position: absolute;
    top: -193px;
}

.inner-box-2 .img-drake {
    position: absolute;
    top: -193px;
}

.img-drake {
    max-width: 244px;
}

.cons-list li:before,
.pros-list li:before {
    content: '•';
    font-size: 42px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    position: relative;
}
.cons-list li:before {
    color: #E31266;
}

.pros-list li:before {
    color: #14C469;
}

.cta {
    margin: 0 auto;
    display: flex;
    background: url("../img/Example-survey.png");
    background-size: cover;
    padding: 142px 260px;
    border-radius: 40px;
    max-width: 1622px;
}

.cta h2 {
    text-align: left;
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 72px;
    color: #6212E5;
    margin-right: 100px;
}

#evidence h2 {
    font-weight: 500;
}

#evidence .main-text {
    color: #8C96A1;
    padding-top: 33px;
    padding-bottom: 58px;
    max-width: 718px;
    margin: 0 auto;
}

#evidence a {
    color: #6212E5;
    text-underline-offset: 3px;
}

.box-wrapper {
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(195, 195, 250, 0.3);
    border-radius: 20px;
    display: flex;
    position: relative;
}

.box-wrapper .bookmark {
    position: absolute;
    left: 90px;
    bottom: -59px;
}

.box-wrapper p {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 48px;
    color: #3F4A55;
}

.box-wrapper-1 {
    padding: 82px 65px 83px 90px;
    border-right: 1px solid #DBDBF9;
}

.box-wrapper-2 {
    padding: 98px 64px 98px 62px
}

.bg-alternative {
    background: #6212E5;
}

#cta-2 .sign-button {
    background: #6212E5;
    border: 2px solid #FFFFFF;
    border-radius: 50px;
}

#cta-2 input {
    padding: 20px 40px !important;
    border-radius: 50px;
    width: 381px;
}

#cta-2 input::placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #8C96A1;
}

.custom-text-cta {
    font-family: 'Schoolbell';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #C3C3FA;
    transform: rotate(15deg);
    padding-top: 40px;
    display: inline-block;
    position: relative;
    left: 100px;
}

#cta-1 .btn-2 {
    padding: 20px 40px;
}

#cta-2 {
    text-align: center;
}

#cta-2 form {
    padding-top: 45px;
}

.cta .btn-2 span {
    color: #fff;
}

@media only screen and (max-width: 1900px) {
    .group-2 {
        width: auto;
    }
    .group-3 {
        left: 120px;
    }
    .offset-column {
        left: 100px;
    }
}

@media only screen and (max-width: 1600px) {
    #cta-1 h2 {
        font-size: 50px;
        line-height: 60px;
        margin-right: 50px;
    }
    .cta {
        padding: 80px 120px;
        max-width: 1200px;
    }
    .group-2 .icon-bubble {
        display: none;
    }

    .offset-column {
        left: 0;
    }
}

@media only screen and (max-width: 1400px) {
    .box-wrapper p {
        font-size: 24px;
        line-height: 36px;
    }

    #cta-2 {
        padding: 150px 0;
    }
    .clients-logos .middle-row div {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 1200px) {
    .group-1 {
        display: none;
    }
    .group-2 {
        margin: 100px 0;
    }
    .group-3 {
        display: none;
    }
    .offset-column {
        text-align: center;
    }
    #cta-1 h2 {
        font-size: 32px;
        line-height: 40px;
        margin-right: 20px;
    }
    .cta {
        padding: 60px 100px;
        border-radius: 0;
        background-position: -15px;
        background-size: cover;
    }
    .box-wrapper {
        display: block;
        box-shadow: none;
    }
    .bookmark {
        display: none;
    }
    .box-wrapper-1 {
        padding: 0;
    }
    .box-wrapper-1 p {
        text-align: center;
    }
    .box-wrapper-1 img {
        padding-bottom: 50px;
    }
    .logo-footer {
        max-width: 250px;
    }
    .clients-logos img {
        max-width: 100%;
    }
}

@media only screen and (max-width: 992px) {
    #evidence {
        padding-bottom: 70px;
        padding-top: 50px;
    }
    #evidence h2, #compare h2 {
        font-weight: 400;
    }
    #compare h2 {
        display: none;
    }
    #pricing {
        background: #fff !important;
    }
    #pricing h2 {
        display: none;
    }
    #pricing p.description {
        display: none;
    }
    .box-wrapper-2 {
        padding: 0;
    }
    .inner-box-1 {
        top: -50px;
    }
    .inner-box-2 {
        top: 0;
    }
    .cta {
        padding: 60px;
        display: block;
    }
    #cta-1 h2 {
        padding-bottom: 0;
        text-align: center;
        margin-bottom: 26px;
    }
    .inner-box {
        background: transparent;
        box-shadow: none;
        padding: 0;
    }
    #compare {
        margin: 50px 0;
    }
    .text-wrapper {
        padding-top: 65px;
    }
    .icon-pros, .icon-cons {
        top: 88px !important;
        right: 10px !important;
    }
    #crew {
        padding-bottom: 100px;
    }
    .clients-logos .middle-row div {
        padding: 20px;
    }
    #compare .second-col {
        padding-top: 75px;
    }
    .box-wrapper-1 {
        border: none;
    }
    .btn-2:hover {
        background: #7F39EF !important;
        color: #fff !important;
    }
}

@media only screen and (max-width: 768px) {
    #cta-2 {
        padding: 60px 0;
    }
    #cta-2 input {
        width: 100%;
    }
    .custom-text-cta {
        left: 0;
        margin-top: 10px;
    }
    .cta .btn-2 {
        width: 100% !important;
    }
    #crew .clients-logos .row div:nth-child(even) {
        margin-top: 50px;
    }
    .icon-graph {
        display: none;
    }
    #hero form input,
    #cta-2 input {
        text-align: center;
    }
    .clients-logos img {
        max-width: 170px !important;
    }

}

@media only screen and (max-width: 600px) {
    #hero .features-list {
        text-align: center;
    }
    #hero .features-list li {
        text-align: center;
        display: block;
    }
    #hero .features-list li:before {
        display: none;
    }
    #evidence {
        padding-top: 25px;
        padding-bottom: 35px;
    }
    #cta-1 {
        padding-bottom: 25px;
    }
}
@media only screen and (max-width: 480px) {
    #cta-1 h2 {
        font-size: 26px;
        line-height: 34px;
    }
    .img-drake {
        max-width: 124px;
    }
    .inner-box-1 {
        top: 0;
    }
    .text-wrapper {
        padding-top: 0;
    }
    .group-2 {
        display: none;
    }
    #hero {
        padding-top: 100px;
        padding-bottom: 60px;
    }
    #hero h1 {
        padding-top: 10px;
        padding-bottom: 35px;
    }
    #hero p {
        display: none;
    }
    .features-list li:before {
        display: none;
    }
    .features-list {
        padding-bottom: 0 !important;
        margin-left: 0;
    }
    .icon-pros, .icon-cons {
        top: 8px !important;
    }
    .mobile-icons {
        position: relative;
    }
    .clients-logos img {
        max-width: 150px;
        padding: 0 15px;
    }
    .bubble-mobile {
        width: 120px;
    }
    .icon-light-mobile {
        position: absolute;
        width: 80px;
        top: 30px;
        right: 0;
    }
    .icon-graph-mobile {
        position: absolute;
        right: -60px;
        bottom: 60px;
        width: 110px;
    }
    .icon-user-plus-mobile {
        width: 80px;
    }
    .features-list li {
        display: block;
    }
    .cta {
        padding: 40px 20px;
    }
    #compare h3 {
        font-weight: 400;
        font-size: 22px;
        line-height: 34px;
    }
    .box-wrapper-1 p {
        font-size: 14px;
        line-height: 24px;
    }
    #evidence .main-text {
        color: #3F4A55;
        font-size: 15px;
        line-height: 26px;
    }
    .features-list {
        margin-top: -20px;
    }
    .features-list li {
        font-size: 15px;
        line-height: 22px;
    }
    #crew .clients-logos .row div:nth-child(even) {
        padding-left: 0;
        padding-right: 20px;
    }
    #crew .clients-logos .row div:nth-child(odd) {
        padding-right: 0;
        padding-left: 20px;
    }
    .cons-list li, .pros-list li {
        font-size: 15px;
        line-height: 22px;
    }
    #crew h2 {
        line-height: 30px;
    }
    .btn-2, .btn-3 {
        font-size: 15px;
        line-height: 19px;
        letter-spacing: 0.05em;
    }
    .plan-single {
        margin: 0;
    }
    .plan-single:first-child {
        margin-bottom: 20px;
    }
    #cta-2 .sign-button {
        margin-top: 0;
    }
    #cta-2 .sign-button:hover {
        box-shadow: none !important;
    }
}

@media only screen and (min-width: 480px) {
    .hidden-xxs-up {
        display: none;
    }
}

.switch-wrapper {
    padding-bottom: 50px;
}

.switch {
    margin: 0 auto;
    justify-content: center;
    position: relative;
}

.switch-text {
    position: absolute;
}

.switch-note {
    width: 120%;
    position: absolute;
    bottom: 25px;
    color: #6212E5;
    line-height: 14px;
    font-size: 12px;
    text-transform: capitalize;
}

.switch-text:first-child {
    left: -90px;
}

.switch-text:last-child {
    right: -73px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 28px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #6212E5;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #6212E5;
}

input:focus + .slider {
    box-shadow: 0 0 1px #1212E0;
}

input:checked + .slider:before {
    -webkit-transform: translateX(23.5px);
    -ms-transform: translateX(23.5px);
    transform: translateX(23.5px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

#pricing .pricing-plans h5  {
    display: flex;
    align-items: center;
}

#pricing .pricing-plans h5 span {
    line-height: 24px !important;
    margin-left: 20px;
    font-size: 18px !important;
}
.nav-link:focus, .nav-link:hover {
    color: #6212e5;
}

nav .nav-link.btn-2 {
    display: flex;
    justify-content: center;
    align-items: center;
}
nav .nav-link.btn-2 svg {
    margin-left: 5px;
}
.sign-button {
    margin-right: 5px;
}
.sign-button svg {
    margin-left: 5px;
}

.buttons-wrapper {
    margin-top: 20px;
}

.buttons-wrapper .btn-1 {
    box-shadow: 0 74px 30px rgba(177,195,213,.02), 0 42px 25px rgba(177,195,213,.08), 0 19px 19px rgba(177,195,213,.14), 0 -2px 10px rgba(177,195,213,.17), 0 0 0 rgba(177,195,213,.1);
    color: #3f4a55;
}

.buttons-wrapper .btn-1:hover {
    background: #fdfdfd !important;
    color: #3f4a55 !important;
    box-shadow: 0 4px 20px #dce2e8!important;
}

#cta-2 {
    position: relative;
}

#cta-2 .btn-wrapper {
    margin-top: 50px;
}

#cta-2 .custom-text-cta {
    left: 190px;
    top: -50px;
}

@media only screen and (min-width: 991.9px) {
    .sign-button {
        display: inline-flex;
    }
    .buttons-wrapper {
        width: 120%;
    }
}

@media only screen and (max-width: 992px) {
    .buttons-wrapper {
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .sign-button {
        margin-bottom: 10px;
        width: auto;
    }
}

@media only screen and (max-width: 600px) {
    #cta-2 .custom-text-cta {
        left: 0;
        top: 0;
    }
}







