@font-face {
    font-family: "AmsiPro Bold";
    src: url("../fonts/text/amsi/AmsiPro-Bold.ttf") format("truetype")
}

/* Titles */
.hero.is-app-grey .backstore.title,
.hero-body .backstore.title.big-title,
.backstore.title,
.backstore.service-title,
.backstore.box-title,
.hero-body .auth-content h2.backstore,
h2.backstore,
h5.backstore {
    font-family: "AmsiPro Bold";
    color: #00171D;
}

.hero-body .auth-content h2.backstore {
    font-size: 3rem;
    line-height: 1.5em;
    letter-spacing: -2px;
}


.hero.is-app-grey .backstore.title,
.hero-body .backstore.title.big-title,
.backstore.title {
    font-size: 4rem;
    letter-spacing: -3px;
}

.side-title .backstore.title {
    font-size: 2.4rem;
}

.section-title .backstore.title {
    font-size: 3rem;
}

.backstore.box-title,
h5.backstore {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -1px;
}

.backstore.service-title {
    letter-spacing: -2px;
}

.hero-body .is-hero-caption.is-centered .backstore.title {
    margin-bottom: 2rem !important;
}

.backstore.subtitle {
    font-size: 1.5rem;
    max-width: 550px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.hero .help-header h1.title,
.hero .help-subheader h2.title {
    color: #000;
    font-family: "AmsiPro Bold";
    letter-spacing: -1px;
    padding-left: 0;
}

.hero .help-header h1.title {
    font-size: 2rem;
}

.hero .help-subheader h2.title {
    font-size: 1.5rem;
}

/* Buttons */
.navbar-item .backstore.primary-btn {
    background-color: #000;
    border-color: #000;
    color: #fff;
    text-transform: uppercase;
}

a.backstore.primary-btn,
.backstore.primary-btn {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 0;
}

.backstore.secondary-btn {
    background-color: #B70064;
    border-color: #B70064;
}

/* Navigation */

a.navbar-item:focus,
a.navbar-item:focus-within,
a.navbar-item:hover,
a.navbar-item.is-active,
.navbar-link:focus,
.navbar-link:focus-within,
.navbar-link:hover,
.navbar-link.is-active {
    color: #0093B4;
}

.navbar.navbar-landing.nav-dark .navbar-menu .navbar-dropdown .navbar-item {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
}

.navbar.navbar-landing.nav-dark .navbar-menu .navbar-item:hover,
.navbar.navbar-landing.nav-dark .navbar-menu .navbar-dropdown .navbar-item:hover {
    color: #0093B4;
    text-decoration: underline;
}

.navbar.navbar-landing.nav-dark .navbar-menu .navbar-item,
a.navbar-item,
.navbar-link {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

.navbar-link:not(.is-arrowless)::after {
    border-color: #000;
}

.navbar.navbar-landing.is-faded.nav-dark .separator {
    background: none;
}

.navbar.navbar-landing.nav-dark .separator {
    background: #000;
}


/* Other */
.footer-light-medium .footer-body .small-footer-logo {
    height: 45px;
}

.backstore.card-icon {
    font-size: 7rem;
    color: #0093B4;
}

.pricing-wrapper .flex-card .condensed-plan .plan-price .yearly-billed,
.pricing-wrapper .network-grid .network-card .condensed-plan .plan-price .yearly-billed,
.network-grid .pricing-wrapper .network-card .condensed-plan .plan-price .yearly-billed,
.pricing-wrapper .project-card .condensed-plan .plan-price .yearly-billed,
.pricing-wrapper .profile-card .condensed-plan .plan-price .yearly-billed,
.pricing-wrapper .carousel-wrap .testimonials-solo-carousel .testimonial-item .condensed-plan .plan-price .yearly-billed,
.carousel-wrap .testimonials-solo-carousel .pricing-wrapper .testimonial-item .condensed-plan .plan-price .yearly-billed {
    color: #0093B4;
}

.hero-foot .partner-logo,
.partner-logo {
    opacity: 0.4;
}

.backstore.yearly-price::before,
.backstore.monthly-price::before {
    content: "EUR" !important;
}

.backstore.plan-price .backstore.yearly-price::before,
.backstore.plan-price .backstore.monthly-price::before {
    content: "" !important;
}

.backstore.plan-price .backstore.yearly-price,
.backstore.plan-price .backstore.monthly-price {
    font-size: 3rem;
    font-weight: bold;
    line-height: 9rem;
}

.mockup-wrap .image-wrap .app-features .content-flex p.backstore {
    font-size: 1.1rem;
}

p.backstore {
    font-size: 1.2em;
}