/* Anchor */
.pf-anchor {
    display: block;
}

/* Flow */
.pf-flow {
    background: #fff;

    @media(min-width: 1280px) {
        border-radius: 0 0 16px 16px;
        box-shadow: 0 0 32px rgba(0,0,0,0.1);
    }
}

.pf-flow-wrapper {

}

/* Flow / Buttons */
.pf-flow-buttons {
    padding: 16px 32px 0 16px;
}

.pf-flow-button {
    border: 1.5px solid rgb(21,71,129);
    border-radius: 50vh;
    color: rgb(21,71,129);
    margin: 16px 0 0 16px;
    padding: 8px 16px;
}

.pf-flow-button:hover {
    background: rgb(21,71,129);
    color: #fff;
}

.pf-flow-button i {
    font-size: 16px;
    line-height: 1.5em;
    margin: 0 8px 0 0;
    width: 16px;
}

.pf-flow-button-text {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
}

.pf-flow-section_accent .pf-flow-button {
    border: 1.5px solid #fff;
    color: #fff;
}

.pf-flow-section_accent .pf-flow-button:hover {
    background: #fff;
    color: rgb(21,71,129);
}

/* Flow / Details */
.pf-flow-details {
    padding: 16px 0 0;
}

.pf-flow-detail {
    padding: 16px 0 0;
}

.pf-flow-detail-title {
    color: rgb(21,71,129);
    font-size: 16px;
    font-weight: 600;
    padding: 0 32px;
}

.pf-flow-detail-title i {
    margin: 0 8px 0 0;
}

.pf-flow-detail-text {
    font-size: 16px;
    line-height: 1.5em;
    padding: 8px 32px 0;
}

/* Flow / Feature (Lead) */
.pf-flow-features_lead {

}

.pf-flow-features_lead-container {
    padding: 8px;
}

.pf-flow-feature_lead {
    padding: 8px;
}

.pf-flow-feature_lead-header {
    border-top: 1.5px solid rgba(255,255,255,0.25);
    padding: 4px 0;
}

.pf-flow-feature_lead-header i {
    border-radius: 50vh;
    font-size: 20px;
    margin: 0 0 8px;
    text-align: center;
    width: 32px;
}

.pf-flow-feature_lead-header-title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25em;
    padding: 12px 0 4px;
    text-shadow: 0 0 8px rgba(0,0,0,0.25);
}

.pf-flow-feature_lead-header-title i {
    color: rgb(10,138,193);
    margin: 0 0.5em 0 0;
}

.pf-flow-feature_lead-text {
    color: #fff;
    font-size: 16px;
    line-height: 1.5em;
    padding: 8px 0 0;
    text-shadow: 0 0 8px rgba(0,0,0,0.25);
}

/* Flow / Gallery */
.pf-flow-gallery {

}

.pf-flow-gallery-wrapper {
    padding: 32px 32px 0;
}

.pf-flow-gallery-swiper {
    border-radius: 16px;
    box-shadow: 0 0 16px rgba(0,0,0,0.1);
}

.pf-flow-gallery-swiper-slide {

}

.pf-flow-gallery-swiper-slide img {

}

.pf-flow-gallery-swiper-slide-description {
    background: rgba(0,0,0,0.5);
    bottom: 0;
    border-radius: 0 0 16px 16px;
    color: #fff;
    font-size: 16px;
    line-height: 1.5em;
    padding: 16px;
    position: absolute;
    width: 100%;
}

/* Flow / Header */
.pf-flow-header {

}

.pf-flow-header-icon {
    padding: 32px 0 0 32px;
}

.pf-flow-header-icon i {
    color: rgb(21,71,129);
    font-size: 32px;
}

.pf-flow-header-image {
    padding: 32px 32px 0;
}

.pf-flow-header-image img {
    @media(min-width: 1280px) {
        max-width: 352px;
    }
}

.pf-flow-header-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25em;
    padding: 16px 32px 0;
}

.pf-flow-header-description {
    color: #666;
    font-size: 16px;
    line-height: 1.5em;
    padding: 16px 32px 0;
}

.pf-flow-header-description a {
    color: rgb(21,71,129);
    line-height: 1.5em;
    text-decoration: underline;
}

.pf-flow-header-separator {
    padding: 32px 32px 0;
}

.pf-flow-header-separator span {
    border-radius: 50vh;
    display: inline-block;
    height: 16px;
    margin: 0 8px 0 0;
    width: 16px;

    @media(min-width: 1280px) {
        height: 12px;
        width: 12px;
    }
}

.pf-flow-header-separator span.a {
    background: rgb(21,71,129);
}

.pf-flow-header-separator span.b {
    background: rgb(10,138,193);
}

.pf-flow-header-separator span.c {
    background: rgb(152,202,217);
}

/* Flow / Header (Lead) */
.pf-flow-header_lead {
    padding: 8px;
}

.pf-flow-header_lead-icon {
    padding: 8px;
}

.pf-flow-header_lead-icon i {
    color: rgb(21,71,129);
    font-size: 32px;

}

.pf-flow-header_lead-title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25em;
    padding: 8px;
    text-transform: uppercase;
}

.pf-flow-header_lead-description {
    color: #fff;
    font-size: 16px;
    line-height: 1.5em;
    padding: 8px;
}

.pf-flow-header_lead-separator {
    padding: 8px;
}

.pf-flow-header_lead-separator span {
    border-radius: 50vh;
    display: inline-block;
    height: 12px;
    margin: 0 8px 0 0;
    width: 12px;
}

.pf-flow-header_lead-separator span.a {
    background: rgb(21,71,129);
}

.pf-flow-header_lead-separator span.b {
    background: rgb(10,138,193);
}

.pf-flow-header_lead-separator span.c {
    background: rgb(152,202,217);
}

/* Flow / Items */
.pf-flow-items {
    padding: 16px 0 0;
}

.pf-flow-item {
    border-top: 1.5px solid rgba(0,0,0,0.1);
    display: flex;
    justify-content: space-between;
    margin: 16px 32px 0;
    padding: 16px 0 0;
}

.pf-flow-item-wrapper-left {
    display: flex;
    align-items: flex-start;
}

.pf-flow-item-wrapper-right {

}

.pf-flow-item-icon {
    display: inline-block;
}

.pf-flow-item-icon i {
    color: rgb(21,71,129);
    font-size: 24px;
    width: 24px;
}

.pf-flow-item-image {
    display: inline-block;
}

.pf-flow-item-image img {
    border-radius: 4px;
    width: 64px;
}

.pf-flow-item-text {
    display: inline-block;
    padding: 0 0 0 8px;
}

.pf-flow-item-text-title {
    font-size: 16px;
    font-weight: 600;
}

.pf-flow-item-text-description {
    font-size: 16px;
    color: #777;
    padding: 8px 0 0;
}

.pf-flow-item-button {
    border: 1.5px solid rgb(21,71,129);
    border-radius: 50vh;
    color: rgb(21,71,129);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    margin: 0 0 0 8px;
    padding: 8px 16px;
}

.pf-flow-item-button:hover {
    background: rgb(21,71,129);
    color: #fff;
}

/* Flow / Section */
.pf-flow-section {

}

.pf-flow-section:last-child {
    @media(min-width: 1280px) {
        border-radius: 0 0 16px 16px;
        margin: 0 0 32px;
    }
}

.pf-flow-section-wrapper {
    padding: 0 0 32px;
}

/* Flow / Section (Accent) */
.pf-flow-section_accent {
    background: linear-gradient(90deg, rgb(21,71,129) 0%, rgb(10,138,193) 100%) !important;
    box-shadow: 0 0 16px rgba(21,71,129,0.5);
    color: #fff !important;
    position: relative;
}

.pf-flow-section_accent .pf-flow-header-icon i {
    color: #fff;
}

.pf-flow-section_accent .pf-flow-header-description {
    color: #fff;
}

.pf-flow-section_accent .pf-flow-header-separator span.a,
.pf-flow-section_accent .pf-flow-header-separator span.b,
.pf-flow-section_accent .pf-flow-header-separator span.c {
    background: #fff;
}

/* Flow / Section (Gray) */
.pf-flow-section_gray {
    background: #eee;
}

.pf-flow-section_gray:last-child {
    @media(min-width: 1280px) {
        border-radius: 0 0 16px 16px;
        margin: 0 0 32px;
    }
}

/* Flow / Section (Lead) */
.pf-flow-section_lead {
    background: url('res/lead-1-v.png') fixed center no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;

    @media(min-width: 1280px) {
        background: url('res/lead-1-h.png') center no-repeat;
        background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        -webkit-background-size: cover;
    }
}

.pf-flow-section_lead-wrapper {
    padding: 16px;
}

/* Footer */
.pf-footer {
    padding: 0 0 32px;

    @media(min-width: 1280px) {
        display: none;
    }
}

.pf-footer-nav {
    padding: 32px 24px 0;
}

.pf-footer-nav a {
    color: #777;
    font-size: 12px;
    margin: 0 8px;
}

.pf-footer-nav a:hover,
.pf-footer-nav a.active, {
    color: rgb(21,71,129);
    font-weight: 600;
}

.pf-footer hr {
    background: linear-gradient(90deg, rgb(21,71,129) 0%, rgb(10,138,193) 50%, rgb(152,202,217) 100%);
    height: 4px;
    margin: 32px 0 0;
}

.pf-footer p {
    color: #777;
    font-size: 12px;
    padding: 32px 32px 0;
}

/* Headline */
.headline {
    background: #fff;
    box-shadow: 0 0 16px rgba(0,0,0,0.1);
    position: fixed;
    width: 100%;
    z-index: 10;

    @media(min-width: 1280px) {
        display: none;
    }
}

.headline-wrapper {
    display: flex;
    justify-content: space-between;
}

.headline-wrapper-left {

}

.headline-wrapper-center {

}

.headline-wrapper-right {

}

.headline-logo {
    align-items: center;
    display: flex;
    height: 64px;
}

.headline-logo-image {
    max-height: 48px;
    max-width: 48px;
    padding: 0 0 0 16px;
}

.headline-logo-image img {

}

.headline-logo-text {
    font-size: 14px; /* Custom */
    font-weight: 700; /* Custom */
    line-height: 1.1em; /* Custom */
    padding: 0 0 0 16px;
    text-transform: uppercase; /* Custom */
}

.headline-logo-text span {
    font-size: 18px; /* Custom */
    font-weight: 600; /* Custom */
}

.headline-buttons {
    align-items: center;
    display: flex;
}

.headline-button-link {
    color: rgb(21,71,129);
    margin: 0 32px 0 0;
    text-align: center;
}

.headline-button-link i {
    font-size: 16px;
    line-height: 32px;
}

.headline-buttons-separator {
    margin: 0 8px 0 0;
}

.headline-buttons-separator i {
    color: #ddd;
    font-size: 4px;
}

.headline-button {
    height: 64px;
    width: 64px;
}

.headline-button i {
    color: rgb(21,71,129);
    font-size: 24px;
}

.headline-menu {
    align-items: center;
    background: #fff;
    display: flex;
    height: calc(100vh - 64px);
    justify-content: space-around;
    position: fixed;
    opacity: 0; /* default state */
    _opacity: 1; /* debug state */
    top: calc(-100vh + 64px); /* default state */
    _top: calc(-50vh + 64px); /* debug state */
    transition: 0.25s;
    width: 100%;
    z-index: -1;

    @media(min-width: 1280px) {
        display: none;
    }
}

.headline-menu-container {

}

.headline-menu a {
    font-size: 20px;
    font-weight: 600;
    display: block;
    padding: 16px 32px;
}

.headline-menu a i {
    color: rgb(21,71,129);
    padding: 0 12px 0 0;
    text-align: center;
    width: 24px;
}

.headline-menu a.active {
    background: rgb(21,71,129);
    border-radius: 50vh;
    color: #fff;
}

.headline-menu a.active i {
    color: #fff;
}

.headline-menu-separator {

}

.headline-ballast {
    height: 64px;

    @media(min-width: 1280px) {
        display: none;
    }
}

/* Layout */
.pf-layout_sidebar {
    @media(min-width: 1280px) {
        left: calc(50vw - 384px);
        position: absolute;
        width: 768px;
    }
}

/* Sidebar */
.pf-sidebar {
    display: none;

    @media(min-width: 1280px) {
        display: flex;
        left: calc(50vw - 640px);
        position: fixed;
        width: 256px;
        z-index: 10;
    }
}

.pf-sidebar-wrapper {

}

/* Sidebar — Logo */
.pf-sidebar-logo {

}

.pf-sidebar-logo-wrapper {
    padding: 16px;
}

.pf-sidebar-logo a {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 8px;
}

.pf-sidebar-logo-img {
    padding: 8px;
    width: 32px;
}

.pf-sidebar-logo-text {
    font-size: 18px;
    font-weight: 600;
    padding: 8px;
}

/* Sidebar — Menu */
.pf-sidebar-menu {

}

.pf-sidebar-menu-wrapper {
    padding: 16px;
}

.pf-sidebar-menu-section {

}

.pf-sidebar-menu-section-title {
    color: #777;
    font-size: 12px;
    font-weight: bold;
    padding: 16px;
    text-transform: uppercase;
}

.pf-sidebar-menu-links {
    padding: 8px;
}

.pf-sidebar-menu-links a {
    display: block;
    font-size: 16px;
    padding: 8px;
}

.pf-sidebar-menu-links a:hover,
.pf-sidebar-menu-links a.active {
    color: rgb(21,71,129); /* Color 1 */
    font-weight: 600;
}

.pf-sidebar-menu-links a i {
    font-size: 16px;
    padding: 0 8px 0 0;
    width: 16px;
}

/* Sidebar — Contacts */
.pf-sidebar-contacts {

}

.pf-sidebar-contacts-wrapper {
    padding: 16px;
}

.pf-sidebar-contacts-links {
    padding: 8px;
}

.pf-sidebar-contacts-links a {
    font-size: 12px;
    font-weight: 500;
    padding: 8px;
}

.pf-sidebar-contacts-links a:hover {
    color: rgb(21,71,129); /* Color 1 */
    font-weight: 600;
}

.pf-sidebar-contacts-links a i {
    padding: 0 8px 0 0;
}

/* Sidebar */
.pf-sidebar-credits {

}

.pf-sidebar-credits-wrapper {
    padding: 16px;
}

.pf-sidebar-credits-text {
    color: #999;
    font-size: 10px;
    line-height: 1.5em;
    padding: 16px;
}

/* Text */
.pf-text {
    font-size: 18px;
    line-height: 1.5em;
}
