@import "custom-fonts-light.css";

body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

a.full-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.btn.btn-big {
    min-width: 12.75rem;
    padding: 0.94em;
}

.btn-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

ul.custom {
    font: 350 1.25rem/1.3 'CircularStd', sans-serif;
    list-style: none;
    padding: 0;
}

ul.custom li {
    position: relative;
    padding: 1rem 0 1rem 3rem;
}

ul.custom li::before {
    position: absolute;
    left: 0;
    content: '\00b7';
    font: 350 4rem/0.3 'CircularStd', sans-serif;
    color: inherit;
}

.row.bleeding > div:first-of-type {
    padding-left: 10px;
}

.row.bleeding > div:last-of-type {
    padding-right: 10px;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.75rem 2.19rem;
}

header .nav a {
    font: 350 0.9375rem/1.2 'CircularStd', sans-serif;
    padding: 1rem 1.625rem;
}

header .nav .btn {
    text-transform: uppercase;
    font-weight: 700;
}

.logo {
    width: 14.38rem;
}

.step-nav {
    width: 31.56rem;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.step-nav .nav-item {
    width: 100%;
}

.step-nav .nav-item:first-of-type {
    flex-shrink: 2;
}

.step-nav .nav-item .nav-link {
    position: relative;
    display: block;
    font: 350 1rem/1.375 'CircularStd', sans-serif;
    color: #b7b7b7;
    text-align: left;
    padding: 1rem 0;
    white-space: nowrap;
}
.step-nav .nav-item.current .nav-link,
.step-nav .nav-item.current ~ .nav-item .nav-link {
    font-weight: 700;
    color: #01b4cd;
}

.step-nav .nav-item .nav-link::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: -5px;
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 0.5rem;
    background-color: #b7b7b7;
    z-index: 1;
}

.step-nav .nav-item .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 0.5rem;
    background-color: #b7b7b7;
}

.step-nav .nav-item.current .nav-link::after {
    background: #01b4cd; /* Old browsers */
    background: -moz-linear-gradient(left, #01b4cd 0%, #01b4cd 50%, #b7b7b7 50%, #b7b7b7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #01b4cd 0%,#01b4cd 50%,#b7b7b7 50%,#b7b7b7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #01b4cd 0%,#01b4cd 50%,#b7b7b7 50%,#b7b7b7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01b4cd', endColorstr='#b7b7b7',GradientType=1 ); /* IE6-9 */
}
.step-nav .nav-item.current .nav-link::before,
.step-nav .nav-item.current:first-of-type .nav-link::after,
.step-nav .nav-item.current ~ .nav-item .nav-link::before,
.step-nav .nav-item.current ~ .nav-item .nav-link::after {
    background: #01b4cd;
}


.cta {text-align: center !important;}
.cta-heading {
    font: 400 4.38rem/1.28 'PTSerif', serif;
    letter-spacing: -0.035em;
}

.cta-heading strong{
    font-family: 'CircularStd', sans-serif;
    font-weight: 700;
}
.cta-text {
    font: 350 1.25rem/1.3 'CircularStd', sans-serif;
    letter-spacing: -0.015em;
    color: #64676F;
}

.dark .cta-text {
    color: #fff;
}


/* search */

#search {
    position: relative;
    padding: 6rem 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: calc(50% + 450px);
}

.heading1 {
    font: 400 3.75rem/1 'PTSerif', serif;
    letter-spacing: -0.045em;
}

.heading1 strong {
    font-family: 'CircularStd', sans-serif;
    font-weight: 700;
}

.subtitle {
    font: 400 1.25rem/1.4 'PTSerif', serif;
    opacity: .65;
}

.search-ext-wrapper {
    position: relative;
    min-height: 14rem;
}

.search-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 36.44rem;
    max-width: 100%;
    display: flex;
    z-index: 2;
}

.search-box {
    width: calc(100% - 60px);
    background: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .2);
}

.search-box .form-control {
    border-radius: 10px;
    border: none;
    padding: 2rem;
    height: 5rem;
    line-height: 1
}

.search-box label {
    display: block;
    width: 70%;
    position: relative;
    top: -3.2rem;
    left: 2rem;
    margin-right: 30%;
    margin-bottom: -3.2rem;
    font: 350 1.13rem/1.27 'CircularStd', serif;
}

.search-box label em {
    font-family: 'PTSerif', serif;
    font-weight: 700;
    color: #01b4cd;
}

.search-box.open label,
.search-box .form-control.filled + label {
    display: none;
}

.quick-results {
    width: 100%;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

.quick-results ul {
    width: 100%;
    border: none !important;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    position: relative !important;
}

.quick-results p {
    width: 100%;
    font: 350 0.88rem/1.28 'CircularStd', serif;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #a2a2a2;
    background-color: #f7f7f7;
    padding: 0.69rem 2rem;
    margin: 0;
}

.quick-results button {
    display: block;
    width: 100%;
    font: 350 1rem/1.25 'CircularStd', serif;
    text-align: left;
    padding: 0.63rem 2rem 0.63rem 4em;
    border: none;
    background-color: transparent;
}

.quick-results button:last-of-type {
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

.quick-results button:focus,
.quick-results button:hover {
    font-weight: 700;
    background-color: rgba(52, 216, 239, .09);
    outline: none;
    letter-spacing: -0.015em;
}

.search-box.open .quick-results {
    display: block;
}

.quick-results .hotel {
    background-image: url(../img/icon-hotel.png);
    background-size: 19px;
    background-position: 31px center;
    background-repeat: no-repeat;
}

.quick-results .restaurant {
    background-image: url(../img/icon-restaurant.png);
    background-size: 16px;
    background-position: 34px center;
    background-repeat: no-repeat;
}

.quick-results .shop {
    background-image: url(../img/icon-shop.png);
    background-size: 21px;
    background-position: 29px center;
    background-repeat: no-repeat;
}

.quick-results .museum {
    background-image: url(../img/icon-museum.png);
    background-size: 19px;
    background-position: 31px center;
    background-repeat: no-repeat;
}

.quick-results .country {
    background-image: url(../img/icon-country.png);
    background-size: 18px;
    background-position: 32px center;
    background-repeat: no-repeat;
}

.quick-results .location {
    background-image: url(../img/icon-location.png);
    background-size: 14px;
    background-position: 33px center;
    background-repeat: no-repeat;
}

#search-button {
    display: block;
    width: 6.75rem;
    height: 5rem;
    background-image: url(../img/icon-search.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 42px;
    text-indent: -3000px;
    overflow: hidden;
    -webkit-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
    -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .2);
}

.scroll-for-more {
    position: absolute;
    left: 50%;
    bottom: -1.3rem;
    width: 75%;
    background: #fff url(../img/icon-forward-arrow-blue.png) bottom center no-repeat;
    background-size: 0.75rem;
    font: 700 0.75rem/1.25 'CircularStd', serif;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #01b4cd;
    text-align: center;
    padding: 0.7rem 1rem 2rem;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

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

    header .nav {
        display: none;
    }

    .logo {
        width: 10.75rem;
    }

    #search {
        padding: 1.5rem 0 12.5rem;
        background-position: -4rem 14.5rem;
        background-size: 130%;
    }

    .search-box .form-control {
        height: 4.38rem;
        padding: 1.69rem;
    }

    .heading1 {
        font-size: 2.06rem;
        line-height: 1.20;
        text-align: center;
        margin-bottom: 2.5rem;
    }

    .search-box {
        width: calc(100% - 3.75rem);
        background: #fff;
    }

    .search-box label {
        width: 80%;
        top: -2.8rem;
        left: 1.2rem;
        margin-right: 20%;
        font-size: 0.88rem;
        line-height: 1.285;
    }

    #search-button {
        width: 3.75rem;
        height: 4.38rem;
    }
}



/* ===== SECTIONS ===== */

section {
    padding: 5rem 0;
}

section.dark {
    color: #fff;
    background-color: #222632;
}

section.dark p {
    color: #64676f;
}

section.dark a {
    color: #fff;
}

section .section-title {
    font: 500 4.38rem/1.28 'CircularStd', serif;
    letter-spacing: -0.035em;
}

section.dark .section-title {
    font-family: 'PTSerif', serif;
    font-weight: 400;
}

section .section-more {
    display: inline-block;
    margin: auto;
    font: 350 1.38rem/1.27 'CircularStd', sans-serif;
    letter-spacing: -0.015em;
    padding-right: 2.8rem;
    /* background: transparent url(../img/icon-more-arrow-black.png) center right no-repeat;
    background-size: 1.94rem; */
}

section .section-more img {
    width: 1.85rem;
    margin-left: 0.625rem;
    vertical-align: middle;
}

.nav.sidebar-tabs {
    position: relative;
    z-index: 2;
}

.nav.sidebar-tabs .nav-link {
    font: 500 2.25rem/1.52 'CircularStd', sans-serif;
    letter-spacing: -0.025em;
}

.nav.sidebar-tabs .nav-link.active {
    color: #01b4cd;
    text-decoration: underline;
}

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

    section .section-title {
        font-size: 1.75rem;
        line-height: 1.3;
        text-align: center;
    }

    section.dark .section-title {
        font-size: 2.19rem;
        line-height: 1.3;
        text-align: center;
    }

    .nav.sidebar-tabs {
        position: relative;
        z-index: 2;
        flex-direction: row !important;
        justify-content: space-between;
        border-bottom: solid 1px #fff;
        margin-bottom: 2.5rem;
    }

    #under-the-hood .nav.sidebar-tabs {
        justify-content: flex-start;
    }

    #under-the-hood .nav.sidebar-tabs .nav-link {
        margin-right: 20%;
    }

    .nav.sidebar-tabs .nav-link {
        font: 500 1.25rem/2.75 'CircularStd', sans-serif;
        letter-spacing: -0.025em;
        margin-bottom: -1px;
        padding: 0;
    }

    .nav.sidebar-tabs .nav-link.active {
        color: #01b4cd;
        text-decoration: none;
        border-bottom: solid 2px #01b4cd;
    }
}

/* testimonial section */

.baloon {
    position: relative;
    width: 90%;
    background-color: rgba(51, 51, 51, .06);
    margin: 0 auto 2.5rem;
    padding: 1.31rem;
}

.baloon::after {
    content: '';
    position: absolute;
    bottom: -1.25rem;
    left: 39%;
    display: block;
    height: 2.5rem;
    width: 2.5rem;
    background: transparent;
    border: solid 1.25rem transparent;
    border-bottom-color: rgba(51, 51, 51, .06);
    transform: rotate(-45deg);
}

.baloon p {
    font: 500 2.81rem/1.26 'CircularStd', sans-serif;
    letter-spacing: -0.018em;
    text-align: center;
    margin-bottom: 0;
}

.baloon p:last-of-type {
    margin-bottom: 0;
}

.baloon p::before {
    content: '\201C';
}

.baloon p::after {
    content: '\201D';
}

.id-card {
    width: 220px;
    margin: auto;
}

.id-card img {
    width: 2.88rem;
    border-radius: 5em;
    float: left;
}

.id-card .name {
    font: 500 1rem/1.06 'CircularStd', sans-serif;
    margin-bottom: 0;
    padding: 0.5rem 0 0 3.8rem;
}

.id-card .role {
    font: 350 0.81rem/1.3 'CircularStd', sans-serif;
    color: #8a8a8a;
    padding-left: 3.8rem;
}

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

    #testimonial {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    .baloon p {
        font-size: 1.38rem;
        line-height: 1.27;
    }
}

/* 'Things you can do' section */

#things-you-can-do {
    background-image: url(../img/fingerprint.png);
    background-position: center right;
    background-repeat: no-repeat;
}

#things-you-can-do .link-list a {
    display: inline-block;
    font: 350 1.38rem/1 'CircularStd', sans-serif;
    text-decoration: underline;
    margin-bottom: 1.8em;
    padding-right: 3.75rem;
    background: transparent url(../img/icon-arrow-white.png) center right no-repeat;
    background-size: 2.5rem;
}

#things-you-can-do .recommendations img {
    width: 1.5rem;
    margin-bottom: 1rem;
}

#things-you-can-do .recommendations h5 {
    font: 350 1.13rem/1.27 'CircularStd', sans-serif;
    letter-spacing: -0.015em;
    text-transform: uppercase;
    margin-bottom: 2.5rem;
}

#things-you-can-do .recommendations h6 {
    font: 350 1.13rem/1.66 'CircularStd', sans-serif;
}

#things-you-can-do .recommendations p {
    font: 350 1rem/1.43 'CircularStd', sans-serif;
    color: #64676f;
}

@media only screen and (max-width: 600px) {
    #things-you-can-do {
        background-image: none;
        overflow: hidden;
        padding: 2.5rem 0 5rem;
    }

    #things-you-can-do .link-list {
        list-style: none;
        padding-left: 0;
    }

    #things-you-can-do .link-list a {
        display: block;
        font-size: 1rem;
        line-height: 1.375;
        letter-spacing: 0;
        margin-bottom: 2.8em;
        background: transparent url(../img/icon-next-white.png) center right no-repeat;
        background-size: 0.5rem;
    }

    #things-you-can-do .recommendations h5 {
        margin: 0.8rem 0 1.3rem;
    }
}

/* 'Learning center' section */

#learning-center {
    padding-bottom: 0;
}

#learning-center,
#customer-stories {
    overflow: hidden;
}

/* 'Under the Hood' section */

#under-the-hood {
    overflow: hidden;

}

@media only screen and (max-width: 600px) {
    #under-the-hood {
        padding: 2.5rem 0 4rem;
    }
}

/* 'Customer stories' section */

@media only screen and (max-width: 600px) {
    #customer-stories {
        padding: 4.5rem 0 2.5rem;
    }
}

/* 'Learning center' section */

@media only screen and (max-width: 600px) {
    
    #learning-center {
        padding: 5rem 0 2rem;
    }
    
    #learning-center .section-more {
        margin-top: 7rem;
    }
}

/* ===== CAROUSELS ===== */

.horizontal-carousel-controls .swiper-slide {
    text-align: center;
}

.horizontal-carousel-controls a {
    font: 350 1.38rem/1.27 'CircularStd', sans-serif;
    letter-spacing: -0.015em;
    padding: 0.5rem;
}

.horizontal-carousel-controls a:hover {
    text-decoration: none;
}

.horizontal-carousel-controls .swiper-slide-active a {
    color: #01b4cd;
    border-bottom: solid 2px #01b4cd;
}

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

    .horizontal-carousel-controls {
        border-bottom: solid 1px #eee;
        margin-bottom: 2rem;
    }

    .horizontal-carousel-controls .swiper-slide {
        margin-bottom: 2px;
    }

    .horizontal-carousel-controls a {
        font-size: 1.25rem;
        line-height: 2.75;
        letter-spacing: -0.025em;
        white-space: nowrap;
        padding: 1rem 0.4rem;
    }

}

/* Swiper carousel 'Made for…' */

h2.carousel-title {
    font: 500 2.25rem/1.6 'CircularStd', sans-serif;
    margin-bottom: 0;
}

.swiper-madefor {
    width: calc(100% + 7.5rem);
    height: 19rem;
    overflow: hidden;
    padding: 3.75rem;
    margin: -4.7rem -3.75rem 0;
}

.swiper-madefor .swiper-slide {
    text-align: left;
    font-size: 1.13rem;
    background: #fff;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    height: 7.5rem;
}

.swiper-madefor .swiper-slide .text-wrapper {
    padding: 1.13rem;
}

.swiper-madefor .swiper-slide.swiper-slide-active,
.swiper-madefor .swiper-slide.swiper-slide-next + .swiper-slide {
    -webkit-box-shadow: 0 10px 80px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 10px 80px 0 rgba(0, 0, 0, .15);
    -webkit-transition: -webkit-box-shadow 1000ms ease;
    -moz-transition: box-shadow 1000ms ease;
    -ms-transition: box-shadow 1000ms ease;
    -o-transition: box-shadow 1000ms ease;
    transition: box-shadow 1000ms ease;
}

.swiper-madefor .swiper-slide.swiper-slide-next {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.swiper-madefor .swiper-slide.swiper-slide-next a.more {
    display: inline-block;
}

.swiper-madefor .swiper-slide.swiper-slide-next .text-wrapper {
    background-color: #fff;
    margin: -1.88rem -1.13rem;
    padding: 2.25rem;
    height: calc(100% + 3.75rem);
    -webkit-box-shadow: 0 6px 65px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 6px 65px 0 rgba(0, 0, 0, .3);
    -webkit-transition: -webkit-box-shadow 1000ms ease;
    -moz-transition: box-shadow 1000ms ease;
    -ms-transition: box-shadow 1000ms ease;
    -o-transition: box-shadow 1000ms ease;
    transition: box-shadow 1000ms ease;
}

.swiper-madefor .swiper-slide img {
    float: left;
    width: 3.13rem;
    height: 3.13rem;
    border-radius: 10em;
}

.swiper-madefor .swiper-slide h3 {
    font: 500 1.25rem/1.5 'CircularStd', sans-serif;
    padding-left: 3.75rem;
}

.swiper-madefor .swiper-slide p {
    font: 350 0.88rem/1.4 'CircularStd', sans-serif;
    color: #9a9a9a;
    margin-bottom: 0;
    padding-left: 3.75rem;
}

.swiper-madefor .swiper-slide a.more {
    display: none;
    font: 500 1rem/2.18 'CircularStd', sans-serif;
    color: #01b4cd;
    padding: 0 2.5rem 0 3.75rem;
    background: transparent url(../img/icon-more-arrow-blue.png) center right no-repeat;
    background-size: 1.56rem;
}

.small-arrows.swiper-button-next {
    background: transparent url(../img/icon-next.png) center center no-repeat;
    background-size: 0.94rem;
    right: -3.75rem;
    left: auto;
    margin-top: -1.88rem;
}

.small-arrows.swiper-button-prev {
    background: transparent url(../img/icon-prev.png) center center no-repeat;
    background-size: 0.94rem;
    left: -3.75rem;
    right: auto;
    margin-top: -1.88rem;
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 100%;
    background: #afafaf;
    opacity: 1;
    margin: 0 5px 2px 5px !important;
}

.swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    background: transparent;
    border: 1px solid #01b4cd;
    margin: 0 5px !important;
}

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

    #made-for {
        overflow: hidden;
        padding: 3rem 0 0;
    }

    #made-for .carousel-title {
        text-align: center;
        font-size: 1.75rem;
        line-height: 1.8;
        letter-spacing: 0.026em;
    }

    .swiper-madefor {
        width: 100%;
        height: 14.5rem;
        margin: 0;
        overflow: visible;
        padding: 0 2.75rem 0.5rem;
    }

    .swiper-madefor .swiper-slide img {
        width: 2.5rem;
        height: 2.5rem;
    }

    .swiper-madefor .swiper-slide h3 {
        font-size: 1rem;
        line-height: 1;
        padding-left: 3rem;
    }

    .swiper-madefor .swiper-slide p {
        font-size: 0.81rem;
        line-height: 1.53;
        padding-left: 3rem;
    }

    .swiper-madefor .swiper-slide a.more {
        display: inline-block;
        font-size: 0.88em;
        line-height: 2.5;
        padding-left: 3rem;
        margin-top: 0.7rem;
    }

    .swiper-madefor .swiper-slide .text-wrapper {
        padding: 1.5rem 0.6rem !important;
    }

    .swiper-madefor .swiper-slide,
    .swiper-madefor .swiper-slide.swiper-slide-next {
        -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .2);
        -webkit-transition: -webkit-box-shadow 1000ms ease;
        -moz-transition: box-shadow 1000ms ease;
        -ms-transition: box-shadow 1000ms ease;
        -o-transition: box-shadow 1000ms ease;
        transition: box-shadow 1000ms ease;
    }

    .swiper-madefor .swiper-slide.swiper-slide-next .text-wrapper {
        background-color: #fff;
        margin: 0;
        padding: 2.25rem;
        height: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .swiper-madefor .swiper-slide.swiper-slide-active .text-wrapper {
        background-color: #fff;
        margin: -1.3rem -1.13rem;
        padding: 1.5rem 0.6rem;
        height: calc(100% + 2.6rem);
        -webkit-box-shadow: 0 6px 45px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 6px 45px 0 rgba(0, 0, 0, .2);
        -webkit-transition: -webkit-box-shadow 1000ms ease;
        -moz-transition: box-shadow 1000ms ease;
        -ms-transition: box-shadow 1000ms ease;
        -o-transition: box-shadow 1000ms ease;
        transition: box-shadow 1000ms ease;
    }

    .swiper-madefor .swiper-button-prev,
    .swiper-madefor .swiper-button-next {
        display: none;
    }

    .swiper-pagination-bullet {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

}

/* Swiper carousel 'Things you can do' */

.swiper-recommendations {
    width: 70%;
}

.swiper-recommendations .swiper-slide {
    width: 50% !important;
}

@media only screen and (max-width: 600px) {
    
    .swiper-recommendations {
        width: 100%;
    }
    
    .swiper-recommendations .swiper-slide {
        width: 80% !important;
    }
}

/* Swiper carousel 'Customer stories' */

.swiper-customer-stories {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.swiper-customer-stories .row {
    height: 100%;
}

.overlap {
    position: absolute;
    top: 0;
    width: 100%;
}

.swiper-customer-stories .swiper-button-next,
.swiper-button-prev,
.swiper-learning-center .swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 4.5rem;
    height: 2.13rem;
    margin-top: -1rem;
    z-index: 10;
    cursor: pointer;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-customer-stories .swiper-button-prev,
.swiper-learning-center .swiper-button-prev {
    background-image: url(../img/icon-arrow-prev.png);
    left: 10px;
    right: auto;
}

.swiper-customer-stories .swiper-button-next,
.swiper-learning-center .swiper-button-next {
    background-image: url(../img/icon-arrow-next.png);
    right: 10px;
    left: auto;
}

.swiper-customer-stories .caption {
    background-color: #fff;
    padding: 2.19rem 2rem 1.25rem;
    -webkit-box-shadow: 0 10px 80px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 10px 80px 0 rgba(0, 0, 0, .15);
}

.swiper-customer-stories .caption-title {
    font: 400 2.25rem/0.88 'PTSerif', serif;
    letter-spacing: -0.035em;
}

.swiper-customer-stories .id-card {
    margin: 1rem 0;
}

.swiper-customer-stories a.more {
    font: 350 1.13rem/2 'CircularStd', sans-serif;
    letter-spacing: -0.015em;
    color: #01b4cd;
    padding-right: 2.5rem;
    background: transparent url(../img/icon-arrow-next.png) center right no-repeat;
    background-size: 28px;
}

@media only screen and (max-width: 600px) {
    .swiper-customer-stories {
        height: 465px;
        margin-bottom: 2rem;
    }

    .swiper-customer-stories .row {
        height: auto;
    }

    .swiper-customer-stories .overlap {
        position: static;
        margin: -2.5rem auto 0;
    }

    .swiper-customer-stories .caption {
        padding: 1rem 2rem 1.5rem;
    }

    .swiper-customer-stories .caption-title {
        font-size: 1.38rem;
        line-height: 1.36;
        letter-spacing: -0.035;
    }

    .swiper-customer-stories .swiper-button-prev,
    .swiper-customer-stories .swiper-button-next {
        display: none;
    }

    .swiper-customer-stories .id-card img {
        width: 36px;
        height: 36px;
    }

    .swiper-customer-stories .id-card .name {
        font-size: 0.88rem;
        line-height: 1.2;
        padding: 0.1rem 0 0 3rem;
    }

    .swiper-customer-stories .id-card .role {
        font-size: 0.75rem;
        line-height: 1.4;
        padding: 0 0 0 3rem;
    }

    .swiper-customer-stories a.more {
        display: table;
        float: none !important;
        font-size: 1rem;
        line-height: 1.4;
        margin: 0 0 0 5rem;
        margin: auto;
    }

    .swiper-customer-stories.swiper-container-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 40px;
    }
}

/* Swiper carousel 'Learning Center' */

.swiper-learning-center {
    margin: 2rem auto;
    width: 77.22%;
    overflow: hidden;
}

.swiper-learning-center .caption-title {
    font: 350 1.88rem/0.76 'PTSans', serif;
    letter-spacing: -0.015em;
}

.swiper-learning-center .caption p {
    font: 350 1rem/1.43 'CircularStd', sans-serif;
    letter-spacing: -0.015em;
    color: #64676f;
}

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

    .swiper-learning-center .swiper-button-prev,
    .swiper-learning-center .swiper-button-next {
        display: none;
    }

    .swiper-learning-center {
        margin: 2rem auto 0;
        width: 100%;
        overflow: visible;
    }

    .swiper-learning-center .swiper-slide {
        width: 88% !important;
    }

    .swiper-learning-center img {
        margin-bottom: 1rem;
    }

    .swiper-learning-center .caption-title {
        margin-bottom: 1.5rem;
    }
    
    .swiper-learning-center.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-learning-center.swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -35px;
    left: 0;
    width: 100%;
}
}

/* Swiper carousel 'Under the Hood' */

.swiper-under-the-hood .swiper-slide {
    border: solid 1px rgba(255, 255, 255, 0.25);
    padding: 1.56rem 1.56rem 0.56rem;
    opacity: 0;
}

.swiper-under-the-hood .swiper-slide.swiper-slide-active,
.swiper-under-the-hood .swiper-slide.swiper-slide-next {
    opacity: 1;
}

.swiper-under-the-hood .swiper-slide.swiper-slide-next ~ .swiper-slide {
    opacity: .3;
}

.swiper-under-the-hood .swiper-slide img {
    width: 7.75rem;
}


.swiper-under-the-hood .swiper-slide .slide-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

@media only screen and (max-width: 600px) {
    .swiper-under-the-hood .swiper-slide {
        width: 88% !important;
        opacity: 1;
        padding: 0.6rem 1.2rem 1.8rem;
    }

    .swiper-under-the-hood .swiper-slide img {
        width: 6em;
        margin-bottom: 1rem;
    }

    .swiper-under-the-hood .swiper-slide .slide-title {
        font-size: 1.5rem;
        line-height: 1.2;
        letter-spacing: -0.025em;
        margin-bottom: 1rem;
    }

    .swiper-under-the-hood .swiper-slide p {
        font-size: 13px;
        line-height: 1.76;
        letter-spacing: -0.015;
    }

    .swiper-under-the-hood.swiper-container-horizontal > .swiper-pagination-bullets,
    .swiper-under-the-hood.swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: -35px;
    }
}


footer {
    padding: 4rem 0;
}

footer .col {
    width: 20%;
}

.footer-logo {
    width: 16.25rem;
    display: block;
    margin-bottom: 2rem;
}

footer .heading5 {
    font: 700 1rem/1.25 'CircularStd', sans-serif;
}

footer a {
    font: 350 1rem/1.75 'CircularStd', sans-serif;
    letter-spacing: -0.015em;
    color: #64676f;
}

.footer-menu .footer-menu-switch:hover {
    text-decoration: none;
}

.footer-social a {
    display: block;
    width: 1.25rem;
    height: 2rem;
    text-indent: -3000px;
    overflow: hidden;
    padding: 0;
    margin: 0 0.56rem;
}

.footer-social .fb-icon {
    background-image: url(../img/icon-fb.png);
    width: 0.56rem;
    background-size: 0.56rem;
    background-position: center;
    background-repeat: no-repeat;
}

.footer-social .yt-icon {
    background-image: url(../img/icon-yt.png);
    width: 1.19rem;
    background-size: 1.19rem;
    background-position: center;
    background-repeat: no-repeat;
}

.footer-social .tw-icon {
    background-image: url(../img/icon-tw.png);
    width: 1.19rem;
    background-size: 1.19rem;
    background-position: center;
    background-repeat: no-repeat;
}

.footer-social .ig-icon {
    background-image: url(../img/icon-ig.png);
    width: 1.19rem;
    background-size: 1.19rem;
    background-position: center;
    background-repeat: no-repeat;
}

.footer-social .li-icon {
    background-image: url(../img/icon-li.png);
    width: 1.25rem;
    background-size: 1.25rem;
    background-position: center;
    background-repeat: no-repeat;
}

.footer-help a {
    font: 500 0.88rem/2 'CircularStd', sans-serif;
    letter-spacing: -0.007rem;
    text-transform: uppercase;
    padding: 0 0 0 2.13rem;
    margin-left: 2.5rem;
}

.footer-help a:first-of-type {
    background: transparent url(../img/icon-lifebelt.png) center left no-repeat;
    background-size: 1.5rem;
}

.footer-help a:nth-of-type(2) {
    background: transparent url(../img/icon-chat.png) center left no-repeat;
    background-size: 1.5rem;
}

.footer-help a:nth-of-type(3) {
    background: transparent url(../img/icon-flag.png) center left no-repeat;
    background-size: 1.38rem;
}

footer .bottom-bar {
    flex-direction: row-reverse !important;
}

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

    footer a {
        color: #333;
    }

    .footer-logo {
        width: 100%;
        padding: 2.5rem 0;
        border-top: solid 1px #eee;
        margin-bottom: 0.5rem;
    }

    .footer-logo img {
        width: 16.25rem;
    }

    .footer-menu a {
        display: block;
        font: 350 0.88rem/1.28 'CircularStd', sans-serif;
        letter-spacing: -0.032em;
    }

    .footer-menu a.current {
        font-weight: 700;
        color: #01b4cd;
    }

    .footer-menu nav a {
        padding-left: 1.5rem;
        line-height: 4;
    }

    .footer-menu .footer-menu-switch {
        position: relative;
        font: 350 1rem/3.12 'CircularStd', sans-serif;
        letter-spacing: -0.015em;
    }

    .footer-menu .footer-menu-switch.open {
        font-weight: 700;
        color: #01b4cd;
    }

    .footer-menu-switch::after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        display: block;
        width: 1rem;
        height: 1rem;
        background: transparent url(../img/icon-next-grey.png) center center no-repeat;
        background-size: 0.5rem;
        margin-top: -0.5rem;
    }

    .footer-menu-switch.open::after {
        background: transparent url(../img/icon-collapse-blue.png) center center no-repeat;
        background-size: 0.85rem;
    }

    .footer-menu-switch + nav {
        display: none;
    }

    .footer-menu-switch.open + nav {
        display: block;
    }

    .footer-help {
        border-top: solid 1px #eee;
        padding: 1rem 0;
    }

    .footer-help .nav-link {
        position: relative;
        display: block;
        width: 100%;
        margin: 0.7rem 0;
    }

    .footer-help .nav-link::after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        display: block;
        width: 1rem;
        height: 1rem;
        background: transparent url(../img/icon-next-grey.png) center center no-repeat;
        background-size: 0.5rem;
        margin-top: -0.5rem;
    }

    .footer-social {
        display: flex;
        justify-content: space-between;
        width: 100%;
        border-top: solid 1px #eee;
        padding: 2rem 0;
    }

    .footer-social .fb-icon {
        width: 0.84rem;
        background-size: 0.84rem;
    }

    .footer-social .yt-icon {
        width: 1.785rem;
        background-size: 1.785rem;
    }

    .footer-social .tw-icon {
        width: 1.785rem;
        background-size: 1.785rem;
    }

    .footer-social .ig-icon {
        width: 1.785rem;
        background-size: 1.785rem;
    }

    .footer-social .li-icon {
        width: 1.88rem;
        background-size: 1.88rem;
    }
}

/* ===== WIZARD ===== */

/* wizard map */

#wizard-map {
    min-height:17rem;
    background: #def;
}

#wizard-map + section {
    margin-top: -4.25rem;
    padding-top: 0;
}

/*wizard welcome */

#wizard-welcome .heading1 {
    font: 400 3.13rem/1.4 'PTSerif', serif;
    letter-spacing: -0.045em;
    margin-bottom: 2rem;
}

#wizard-welcome .heading1 strong {
    font-family: 'CircularStd', sans-serif;
    font-weight: 700;
}

#wizard-welcome .heading2 {
    font: 500 2.5rem/1.25 'CircularStd', sans-serif;
    letter-spacing: -0.035em;
}


#wizard-welcome .subtitle {
    font: 500 1.25rem/1.3 'CircularStd', sans-serif;
    letter-spacing: -0.015em;
}

.two-col-lists > div:first-of-type {
    padding-right: 70px;
}

.two-col-lists > div:last-of-type {
    padding-left: 70px;
}

/* company id card */

.company-id {
    display: flex;
    justify-content:space-between;
    padding: 1.13rem 3.13rem 1.13rem 1.88rem;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 80px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 10px 80px 0 rgba(0, 0, 0, .15);
    margin: 0 -0.31rem 1rem;
}

.company-id img {
    width: 6.25rem;
    height: 6.25rem;
    margin-right: 3rem;
}

.company-id .text-wrap{
    flex-grow: 1;    
}

.company-id .company-title {
    font: 700 1.63rem/1.15 'CircularStd', sans-serif;
    padding-top: 0.6rem;
}

.company-id p {
    font: 350 1rem/1.375 'CircularStd', sans-serif;
    margin-bottom: 0;
}

.company-id .buttons-wrap {
    display: flex;
    flex-direction: column;
}

.btn.btn-big {
    min-width: 12.75rem;
    padding: 0.94em 3.13rem;
}

.company-id .btn-primary {
    margin-top: 0.4rem;
    font: 350 0.94rem/1.33 'CircularStd', sans-serif;
    color: #fff;
}

.company-id .btn-link {
    font: 350 1rem/1.25 'CircularStd', sans-serif;
    color: #01b4cd;
}

.company-id .btn-link:after {
    content: '';
    display: inline-block;
    width: 1.2rem;
    height: 1rem;
    background: transparent url(../img/icon-next.png) bottom right no-repeat;
    background-size: 0.45rem;
}

.company-id .chart-wrap,
.company-id .stats-wrap {
    flex-grow: 1;
}

.insight-table h4,
.company-id h4 {
    font: 400 1.13rem/1.2 'SourceSansPro', sans-serif;
    letter-spacing: 0.03;
    text-transform: uppercase;
    color: #949494;
    margin-top: 0.5rem;
    margin-bottom: 1.3rem;
}

.insight-table h4 {
    color: #fff;
}

.company-id .stats-wrap h4 {
    text-align: center;
}

.insight-table h4 .info,
.company-id h4 .info {
    position: relative;
    top: -0.19rem;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: transparent url(../img/icon-info.png) center center no-repeat;
    background-size: 0.94rem;
    overflow: hidden;
    text-indent: -3000px;
    text-align: left !important;
}

.insight-table .chart-wrap img,
.company-id .chart-wrap img {
    width: 217px;
    height: auto;
}

.insight-table .stats,
.company-id .stats {
    display: flex;
    justify-content: space-between;
}

.insight-table .stats .change,
.company-id .stats .change {
    font: 700 1.38rem/30px 'SourceSansPro', sans-serif;
    color: #72920e;
    padding-left: 28px;
    background: transparent url(../img/icon-up.png) center left no-repeat;
    background-size: 17px;
}

.insight-table .stats .score,
.company-id .stats .score {
    font: 700 1.88rem/1.2 'SourceSansPro', sans-serif;
    color: #01b4cd;
    padding-left: 48px;
    background: transparent url(../img/icon-heart.png) center left no-repeat;
    background-size: 28px;
}

/* Wizard Insight cards*/

.insight-card {
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
    height: 22.81rem;
}

.insight-card .card-heading {
    font: 500 0.81rem/1.23 'CircularStd', sans-serif;
    letter-spacing: -0.03em;
    padding: 1.56rem;
    border-bottom: 1px solid #eaedf1;
    text-transform: uppercase;
}

.insight-card .card-text {
    font: 500 1.13rem/1.27 'CircularStd', sans-serif;
    letter-spacing: -0.01em;
    padding: 1.56rem;
}

.insight-card .card-keyword {
    font: 700 2.69rem/1 'CircularStd', sans-serif;
    letter-spacing: -0.025em;
    color: #212531;
    padding: 1.56rem 0 1.56rem 1.56rem;
    margin-right: 1.56rem;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 64px;
    padding-right: 70px;
}

.card-keyword.green {
    color: #84a00d;
}

.card-keyword.blue {
    color: #01B4CD;
}


/* wizard insight table */

#insight-list {
    padding-top: 2rem;
    padding-bottom: 4rem;
}

.insight-table {
    width: 100%;
    border: none;
}

.insight-table tr {
    border-bottom: 1px solid #fff;
}

.insight-table thead tr {
    border-bottom: none;
}

.insight-table tr th,
.insight-table tr td {
    padding: 1.25rem;
}

.insight-table tr th:last-of-type {
    text-align: right;
}

.insight-table tr td:last-of-type {
    padding: 1.25rem;
    max-width: 150px
}

.insight-table tr td:first-of-type {
    vertical-align: text-top;
    font: 600 1.63rem/1.3 'SourceSansPro', sans-serif;
}

.insight-table tr td:first-of-type {
    vertical-align: text-top;
    font: 600 1.63rem/1.3 'SourceSansPro', sans-serif;
    padding: 1.56rem 0 0 1.25rem;
}

.insight-table .company-title {
    font: 600 1.38rem/1.27 'SourceSansPro', sans-serif;
    margin: 0.6rem 0 0 0;
    text-transform: uppercase;
}

.insight-table p {
    font: 400 1.13rem/1.27 'SourceSansPro', sans-serif;
    margin-bottom: 0;
}

.dark .insight-table p {
    color: #fff;
}

.dark .insight-table .label {
    font: 500 0.75rem/1.68 'CircularStd', sans-serif;
    letter-spacing: -0.025em;
    color: #fff;
    text-transform: uppercase;
    padding: 2px 10px 2px 30px;
    -webkit-border-radius: 1rem;
    border-radius: 1rem;
    background: #01b4cd url(../img/icon-star.png) 10px center no-repeat;
    background-size: 0.81rem;
}

/* wizard cta */

#launch {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: calc(50% + 430px);
}


/* Bootstrap panels hack */

.tab-content > .tab-pane {
    display: block;
    height: 0;
    overflow: hidden;
}

.tab-content > .active {
    height: auto;
    overflow: visible;
}

/* Hubspot 0-results reskin */

#formNoDatiId .span8 {
    border-right: 1px solid #ddd;
}

#formNoDatiId h2 {
    font: 400 3.13em/1.4 'PTSerif', serif;
    letter-spacing: -0.045em;
    margin-bottom: 2rem;
}

#formNoDatiId h2 strong {
    font-family: 'CircularStd', sans-serif;
    font-weight: 700;
}
#formNoDatiId #sidebarId .span4 {
    padding-left: 40px;
}

#formNoDatiId #sidebarId h2 {
    font: 400 2.19rem/1.4 'PTSerif', serif;
    letter-spacing: -0.045em;
    margin-bottom: 1rem;
}

#formNoDatiId #sidebarId h2 strong {
    font-family: 'CircularStd', sans-serif;
    font-weight: 700;
}


#formNoDatiId #sidebarId h2:nth-of-type(2) {
    font: 700 3.19rem/1.4 'CircularStd', sans-serif;
    letter-spacing: -0.045em;
    margin-bottom: 1rem;
}

#formNoDatiId #sidebarId p strong {
    font: 700 1.25rem/1.25 'CircularStd', sans-serif;
    margin-bottom: 1rem;
}

#formNoDatiId #sidebarId p:nth-of-type(2),
#formNoDatiId #sidebarId p:nth-of-type(3) {
    font: 400 1.19rem/1.3 'PTSerif', serif;
}


#formNoDatiId p {
    font: 400 1.25rem/1.4 'PTSerif', serif;
}

#formNoDatiId fieldset {
    max-width: initial;
}

#formNoDatiId .hs-form-required,
.hubspot-link__container.sproket {
    display: none;
}

#formNoDatiId .form-columns-1 .hs-fieldtype-text input,
#formNoDatiId .form-columns-2 .hs-fieldtype-text input {
    overflow: visible;
    font: 500 18px/24px 'CircularStd', sans-serif;
    padding: 28px;
    -webkit-border-radius: 5px;
    border-radius: 10px;
    width: calc(100% - 20px);
    border: 1px solid #ddd;
    margin-bottom: 30px;
}

#formNoDatiId ul {
  list-style: none;
  padding: 0;
  line-height: 1.2;
  margin: 0;
}

.hs_submit .hs-button {
    display: block;
    width: 550px;
    font: 700 20px/25px 'CircularStd', sans-serif;
    text-transform: uppercase;
    color: #fff;
    background-color: #01B4CD;
    border-color: #01B4CD;
    text-align: center;
    vertical-align: middle;
    border-radius: 50rem !important;
    padding: 28px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
