:root {
    --yellow: #ffb916;
    --charcoal: hsl(180, 13%, 17%);
    --ink: #303030;
    --muted: #858585;
    --sidebar: 200px;
}


/* =========================================
   TIMMERMAN SARI TRANSPARAN ARKA PLAN
   ========================================= */

.bs-existing-slider .slide {
    position: relative !important;
}


/* Sarı transparan DIV */
.worker-yellow-bg {
    position: absolute !important;

    top: 0 !important;
    bottom: 0 !important;

    left: 61% !important;
    width: 35% !important;
    height: 100% !important;

    background: rgba(255, 185, 22, 0.72) !important;

    overflow: visible !important;

    z-index: 2 !important;
    pointer-events: none;
}


/* =========================================
   TIMMERMAN - ALT TARAFA TAM SIFIR
   ========================================= */

.worker-yellow-bg .slider-timmerman {
    position: absolute !important;

    left: 50% !important;
    bottom: 0 !important;
    top: auto !important;

    transform: translateX(-50%) !important;

    width: auto !important;
    height: 92% !important;
    max-width: none !important;
    max-height: none !important;

    margin: 0 !important;
    padding: 0 !important;

    display: block !important;

    z-index: 3 !important;
}


/* Yazılar en üstte */
.slide-kicker,
.slide-title,
.slide-tagline {
    z-index: 4 !important;
}


.slide-kicker {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 5px;
    color: rgba(255, 255, 255, 0.80);
    text-transform: uppercase;
    margin: 0;
}


.slide-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 58px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -1px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}


.slide-tagline {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 34px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 4px;
    color: #ffb900;
    text-transform: uppercase;
    margin: 0;
}


.slide-tagline span {
    color: #fff;
    font-weight: 300;
    font-style: italic;
}


/* =========================================
   GENERAL
   ========================================= */

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    min-height: 100%;
}

body {
    background: #fff;
    color: var(--ink);
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}


/* =========================================
   PAGE
   ========================================= */

.bs-page {
    display: flex;
    min-height: 100vh;
    overflow: hidden;
}


/* =========================================
   SIDEBAR
   ========================================= */

.bs-sidebar {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 10;

    width: var(--sidebar);
    min-height: 100vh;

    background: var(--charcoal);

    display: grid;
    grid-template-rows:
        clamp(155px, 16.4vh, 210px)
        1fr
        clamp(235px, 23vh, 300px);
}


.bs-brand {
    background: var(--yellow);

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 9px;

    color: #fff;
}


.bs-mark {
    height: 66px;
    width: 68px;

    display: flex;
    align-items: flex-end;

    gap: 7px;

    transform: skewY(-10deg);
}


.bs-mark i {
    display: block;

    width: 15px;

    background: #fff;

    border-radius: 5px 5px 2px 2px;
}


.bs-mark i:nth-child(1) {
    height: 38px;
}

.bs-mark i:nth-child(2) {
    height: 51px;
}

.bs-mark i:nth-child(3) {
    height: 66px;
}


.bs-wordmark {
    font-size: clamp(30px, 2.25vw, 42px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -2px;
}


.bs-wordmark strong {
    color: #080808;
}


/* =========================================
   NAVIGATION
   ========================================= */

.bs-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;

    gap: clamp(24px, 2.7vh, 34px);

    padding: 25px 20px;
}


.bs-nav a {
    color: #f7f7f7;

    display: flex;
    align-items: center;

    gap: 14px;

    font-size: clamp(14px, 1vw, 17px);

    text-transform: uppercase;
    white-space: nowrap;

    transition: color .2s ease;
}


.bs-nav a:hover,
.bs-nav a:focus {
    color: var(--yellow);
}


.bs-nav a span {
    width: 12px;
    height: 12px;

    flex: 0 0 12px;

    border: 3px solid #fff;
    border-radius: 50%;
}


.bs-nav a.active span {
    background: #fff;
}


.bs-menu-toggle {
    display: none;
}


/* =========================================
   ROBOT PANEL
   ========================================= */

.bs-robot-panel {
    position: relative;

    background: var(--yellow);

    overflow: hidden;
}


.bs-robot-crop {
    position: absolute;
    inset: 0;

    overflow: hidden;
}


.bs-robot-crop img {
    position: absolute;

    width: calc(var(--sidebar) * 5.77);
    max-width: none;

    left: 0;
    top: calc(var(--sidebar) * -2.96);
}


.bs-robot-panel p {
    position: absolute;

    z-index: 2;

    left: 59%;
    top: 17%;

    margin: 0;
    padding: 11px 12px;

    color: #272727;
    background: #fff;

    border: 2px solid #ef9312;
    border-radius: 10px;

    font-weight: 700;
    font-size: clamp(13px, .9vw, 17px);
    line-height: 1.25;
}


.bs-robot-panel p::after {
    content: "";

    position: absolute;

    left: 13px;
    bottom: -11px;

    width: 17px;
    height: 17px;

    background: #fff;

    border-right: 2px solid #ef9312;
    border-bottom: 2px solid #ef9312;

    transform: rotate(45deg);
}


/* =========================================
   MAIN
   ========================================= */

.bs-main {
    width: calc(100% - var(--sidebar));

    min-height: 100vh;

    margin-left: var(--sidebar);

    display: grid;

    grid-template-rows: 1fr clamp(110px, 14.2vh, 155px);
}


.bs-hero {
    display: flex;
    align-items: center;

    min-height: 620px;

    background: #fff;
}


.bs-hero-copy {
    width: 100%;

    padding: 0 clamp(50px, 5vw, 100px);

    transform: translateY(3.2vh);
}


.bs-hero h1 {
    margin: 0 0 37px;

    font-size: clamp(48px, 4.1vw, 82px);
    line-height: 1.04;

    letter-spacing: -3px;

    font-weight: 800;
}


.bs-typewriter {
    margin: 0 0 0 12px;

    min-height: 1.3em;

    color: var(--muted);

    font: 600 clamp(21px, 2vw, 34px)/1.3 "Courier New", monospace;

    letter-spacing: 1px;
}


.bs-cursor {
    animation: blink .72s steps(1) infinite;
}


@keyframes blink {
    50% {
        opacity: 0;
    }
}


/* =========================================
   FRACTION SLIDER
   ========================================= */

.bs-existing-slider {
    display: flex;
    align-items: center;

    min-height: 0;

    overflow: hidden;
}


.bs-existing-slider .slider-wrapper {
    width: 100%;

    height: clamp(460px, 70vh, 570px) !important;

    margin: 0;

    position: relative;

    background: #fff;
}


.bs-existing-slider .slider {
    width: 100%;

    margin: 0;
}


.bs-existing-slider .fraction-slider,
.bs-existing-slider .fs-stretcher,
.bs-existing-slider .slide {
    height: clamp(460px, 70vh, 570px) !important;
}


.bs-existing-slider .slide > img:first-of-type {
    width: 100% !important;
    height: 100% !important;

    object-fit: cover;
}


/* =========================================
   INFO
   ========================================= */

.bs-info {
    background: var(--yellow);

    display: flex;
    align-items: center;

    gap: clamp(35px, 6vw, 115px);

    padding: 18px clamp(45px, 5vw, 92px);
}


.bs-info-item {
    display: flex;
    align-items: center;

    gap: 22px;

    min-width: 285px;
}


.bs-info h2 {
    margin: 0 0 8px;

    color: #171717;

    font-size: clamp(17px, 1.3vw, 23px);

    text-transform: uppercase;
}


.bs-info p {
    margin: 0;

    font-size: clamp(13px, 1vw, 17px);
}


.bs-quality-icon {
    position: relative;

    width: 57px;
    height: 46px;

    border: 4px solid #fff;

    transform: rotate(45deg);
}


.bs-quality-icon::after {
    content: "";

    position: absolute;

    width: 28px;
    height: 13px;

    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff;

    transform: rotate(-45deg);

    left: 14px;
    top: 6px;
}


.bs-support-icon {
    width: 62px;
    height: 62px;

    display: grid;
    place-items: center;

    border: 4px solid #fff;
    border-radius: 50%;

    color: #fff;

    font-size: 25px;
    font-weight: 700;
}


.bs-contact {
    margin-left: auto;

    padding: 17px 30px;

    background: #222;
    color: #fff;

    text-transform: uppercase;
    font-weight: 700;

    white-space: nowrap;

    transition:
        transform .2s ease,
        background .2s ease;
}


.bs-contact:hover,
.bs-contact:focus {
    background: #000;

    transform: translateY(-2px);
}


/* =========================================
   FULL SCREEN SLIDER
   ========================================= */

.bs-main {
    height: 100vh;
    min-height: 100vh;

    grid-template-rows: 1fr;

    overflow: hidden;
}


.bs-info {
    display: none;
}


.bs-hero.bs-existing-slider,
.bs-existing-slider .slider-wrapper,
.bs-existing-slider .slider,
.bs-existing-slider .fraction-slider,
.bs-existing-slider .slide {
    height: 100vh !important;
    min-height: 100vh !important;
}


.bs-existing-slider .slider-wrapper {
    background: transparent;
}


.bs-existing-slider .fraction-slider {
    overflow: hidden !important;
}


.bs-existing-slider .slide > img:first-of-type {
    width: 100% !important;
    height: 100% !important;

    max-width: none !important;

    object-fit: cover !important;
    object-position: center center !important;

    z-index: 0 !important;
}


/* Dark overlay */
.bs-existing-slider .slide::after {
    content: "";

    position: absolute;

    inset: 0;

    z-index: 1;

    pointer-events: none;

    background:
        linear-gradient(
            90deg,
            rgba(15, 20, 24, .50),
            rgba(15, 20, 24, .32)
        );
}


/* Fraction slider içerikleri */
.bs-existing-slider .slide > * {
    z-index: 2;
}


/* Sarı panel overlay'in önünde */
.bs-existing-slider .worker-yellow-bg {
    z-index: 2 !important;
}


/* Adam sarı panelin önünde */
.bs-existing-slider .worker-yellow-bg .slider-timmerman {
    z-index: 3 !important;
}


/* Yazılar en önde */
.bs-existing-slider .slide-kicker,
.bs-existing-slider .slide-title,
.bs-existing-slider .slide-tagline {
    z-index: 4 !important;
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 1050px) {

    :root {
        --sidebar: 200px;
    }

    .bs-info {
        gap: 25px;
        padding-inline: 30px;
    }

    .bs-info-item {
        min-width: 0;
    }

    .bs-info p {
        display: none;
    }
}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 760px) {

    .bs-page {
        display: block;
        overflow: visible;
    }

    .bs-sidebar {
        position: relative;

        width: 100%;
        min-height: auto;

        display: grid;

        grid-template:
            92px auto /
            1fr auto;
    }

    .bs-brand {
        flex-direction: row;
        justify-content: flex-start;

        padding-left: 24px;

        gap: 12px;
    }

    .bs-mark {
        width: 38px;
        height: 42px;

        gap: 4px;
    }

    .bs-mark i {
        width: 9px;
    }

    .bs-mark i:nth-child(1) {
        height: 24px;
    }

    .bs-mark i:nth-child(2) {
        height: 33px;
    }

    .bs-mark i:nth-child(3) {
        height: 42px;
    }

    .bs-wordmark {
        font-size: 28px;

        letter-spacing: -1px;
    }

    .bs-menu-toggle {
        display: flex;

        width: 76px;

        border: 0;

        background: var(--yellow);

        flex-direction: column;
        justify-content: center;
        align-items: center;

        gap: 5px;
    }

    .bs-menu-toggle span {
        width: 28px;
        height: 3px;

        background: #222;
    }

    .bs-menu-toggle b {
        position: absolute;

        width: 1px;
        height: 1px;

        overflow: hidden;

        clip: rect(0, 0, 0, 0);
    }

    .bs-nav {
        grid-column: 1 / -1;

        display: none;

        padding: 25px;

        gap: 20px;
    }

    .bs-sidebar.menu-open .bs-nav {
        display: flex;
    }

    .bs-nav a {
        font-size: 17px;
    }

    .bs-robot-panel {
        display: none;
    }


    /* MAIN */

    .bs-main {
        width: 100%;

        margin: 0;

        height: calc(100vh - 92px);
        min-height: calc(100vh - 92px);

        grid-template-rows: 1fr;

        overflow: hidden;
    }


    .bs-hero {
        min-height: 520px;
    }


    .bs-hero.bs-existing-slider,
    .bs-existing-slider .slider-wrapper,
    .bs-existing-slider .slider,
    .bs-existing-slider .fraction-slider,
    .bs-existing-slider .slide {
        height: calc(100vh - 92px) !important;
        min-height: calc(100vh - 92px) !important;
    }


    .bs-hero-copy {
        padding: 50px 25px;

        transform: none;
    }


    .bs-hero h1 {
        margin-bottom: 28px;

        font-size: clamp(42px, 12vw, 64px);

        letter-spacing: -2px;
    }


    .bs-typewriter {
        margin-left: 0;

        font-size: clamp(17px, 5vw, 25px);

        white-space: normal;
    }


    .bs-info {
        align-items: stretch;
        flex-direction: column;

        gap: 22px;

        padding: 30px 25px;
    }


    .bs-info-item {
        gap: 18px;
    }


    .bs-info p {
        display: block;
    }


    .bs-contact {
        margin: 5px 0 0;

        text-align: center;
    }


    /* Mobilde sarı panel */
    .worker-yellow-bg {
        left: 55% !important;
        width: 45% !important;
    }


    /* Mobilde adam */
    .worker-yellow-bg .slider-timmerman {
        bottom: 0 !important;
        height: 82% !important;
    }
}

/* =========================================
   IMPORTED DIENSTEN PAGE
   ========================================= */

.bs-content-panel.bs-diensten-import {
    display: none;
    min-height: 100vh;
    padding: 0;
    background: #fff;
    overflow: hidden;
}

.bs-content-panel.bs-diensten-import.is-active {
    display: block;
}

.bs-diensten-import::before,
.bs-diensten-import::after {
    display: none;
}

.bs-diensten-frame {
    display: block;
    width: 100%;
    height: 100vh;
    border: 0;
    background: #fff;
}

@media (max-width: 760px) {
    .bs-content-panel.bs-diensten-import,
    .bs-diensten-frame {
        min-height: calc(100vh - 92px);
        height: calc(100vh - 92px);
    }
}

/* =========================================
   REFINED CONTENT EXPERIENCE
   ========================================= */

/* The old template switcher obscures the new content screens. */
.switcher,
#style-switcher,
.style-switcher {
    display: none !important;
}

.bs-main.showing-content {
    background: #efede7;
}

.bs-content-panel {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(52px, 6vw, 96px) clamp(42px, 6vw, 100px);
    background: #efede7;
}

.bs-content-panel::before {
    content: "";
    position: absolute;
    z-index: -2;
    inset: 0 0 auto auto;
    width: 37%;
    height: 100%;
    background: var(--yellow);
}

.bs-content-panel::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    width: 37%;
    height: 100%;
    opacity: .19;
    background: url('../images/fraction-slider/slider1.png') center/cover no-repeat;
    mix-blend-mode: multiply;
}

.bs-panel-inner {
    width: min(1240px, 100%);
}

.bs-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
    color: #151515;
    font-size: 13px;
    letter-spacing: .22em;
}

.bs-eyebrow::before {
    content: "";
    width: 42px;
    height: 4px;
    background: var(--yellow);
}

.bs-content-panel h1 {
    position: relative;
    max-width: 820px;
    margin-bottom: 28px;
    font-size: clamp(46px, 5.4vw, 88px);
    line-height: .94;
    letter-spacing: -.055em;
}

.bs-lead {
    max-width: 710px;
    color: #4e4e4e;
    font-size: clamp(18px, 1.35vw, 23px);
}

.bs-card-grid,
.bs-process-grid {
    position: relative;
    width: min(860px, 78%);
    gap: 2px;
    padding: 2px;
    background: #d7d2c9;
    box-shadow: 0 24px 70px rgba(31, 29, 24, .13);
}

.bs-card,
.bs-process-grid article {
    min-height: 185px;
    padding: 30px 32px;
    border: 0;
    background: #fff;
}

.bs-card:nth-child(2),
.bs-card:nth-child(3),
.bs-process-grid article:nth-child(2),
.bs-process-grid article:nth-child(3) {
    background: #f8f6f1;
}

.bs-card span,
.bs-process-grid b {
    color: #b87800;
    font-weight: 900;
}

.bs-card h2,
.bs-process-grid h2,
.bs-feature-list h2 {
    font-weight: 800;
    letter-spacing: -.025em;
}

.bs-feature-list {
    width: min(860px, 78%);
    border: 0;
    gap: 12px;
}

.bs-feature-list article {
    position: relative;
    min-height: 190px;
    padding: 34px;
    border: 0;
    background: #252525;
    color: #fff;
    box-shadow: 0 18px 45px rgba(0,0,0,.12);
}

.bs-feature-list article::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 7px;
    height: 100%;
    background: var(--yellow);
}

.bs-feature-list h2,
.bs-feature-list p {
    color: #fff;
}

.bs-feature-list p {
    color: #c9c9c9;
}

.bs-split,
.bs-contact-layout {
    position: relative;
    grid-template-columns: minmax(0, 1.4fr) minmax(310px, .6fr);
    gap: clamp(45px, 7vw, 105px);
}

.bs-highlight,
.bs-contact-box {
    position: relative;
    padding: clamp(38px, 4vw, 62px);
    background: #252525;
    color: #fff;
    box-shadow: 18px 18px 0 var(--yellow);
}

.bs-highlight strong,
.bs-highlight p,
.bs-contact-box h2,
.bs-contact-box p,
.bs-contact-box a {
    color: #fff;
}

.bs-contact-box .bs-cta {
    background: var(--yellow);
    color: #171717 !important;
}

.bs-nav a.active {
    color: var(--yellow);
}

.bs-nav a.active span {
    border-color: var(--yellow);
    background: var(--yellow);
}

@media (max-width: 1100px) {
    .bs-content-panel::before,
    .bs-content-panel::after {
        width: 25%;
    }

    .bs-card-grid,
    .bs-process-grid,
    .bs-feature-list {
        width: 88%;
    }
}

@media (max-width: 900px) {
    .bs-content-panel::before,
    .bs-content-panel::after {
        display: none;
    }

    .bs-card-grid,
    .bs-process-grid,
    .bs-feature-list {
        width: 100%;
    }
}

@media (max-width: 760px) {
    .bs-content-panel {
        padding: 42px 22px 60px;
    }

    .bs-content-panel h1 {
        font-size: clamp(40px, 13vw, 62px);
    }

    .bs-card,
    .bs-process-grid article,
    .bs-feature-list article {
        min-height: 0;
        padding: 26px;
    }

    .bs-highlight,
    .bs-contact-box {
        box-shadow: 9px 9px 0 var(--yellow);
    }
}


/* =========================================
   REDUCED MOTION
   ========================================= */

@media (prefers-reduced-motion: reduce) {

    .bs-cursor {
        animation: none;
    }
}

/* =========================================
   RIGHT-SIDE CONTENT PANELS
   ========================================= */

.bs-hero.is-hidden {
    display: none !important;
}

.bs-main.showing-content {
    overflow-y: auto;
    background: #f3f1ed;
}

.bs-content-panel {
    display: none;
    width: 100%;
    min-height: 100vh;
    padding: clamp(48px, 7vw, 110px);
    background:
        linear-gradient(135deg, rgba(255,255,255,.98), rgba(244,241,235,.96)),
        url('../images/fraction-slider/slider1.png') center/cover;
    animation: bsPanelIn .42s ease both;
}

.bs-content-panel.is-active {
    display: flex;
    align-items: center;
}

.bs-panel-inner {
    width: min(1180px, 100%);
    margin: 0 auto;
}

.bs-eyebrow {
    margin: 0 0 18px;
    color: #b97800;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.bs-content-panel h1 {
    max-width: 900px;
    margin: 0 0 28px;
    color: #242424;
    font-size: clamp(42px, 5.2vw, 82px);
    line-height: .98;
    letter-spacing: -.045em;
}

.bs-lead {
    max-width: 790px;
    margin: 0 0 45px;
    color: #646464;
    font-size: clamp(18px, 1.5vw, 25px);
    line-height: 1.55;
}

.bs-card-grid,
.bs-process-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.bs-card,
.bs-process-grid article,
.bs-feature-list article {
    padding: 28px;
    border: 1px solid #dedad2;
    background: rgba(255,255,255,.92);
    transition: transform .2s ease, border-color .2s ease;
}

.bs-card:hover,
.bs-process-grid article:hover,
.bs-feature-list article:hover {
    transform: translateY(-4px);
    border-color: var(--yellow);
}

.bs-card span,
.bs-process-grid b {
    color: var(--yellow);
    font-size: 14px;
    letter-spacing: .12em;
}

.bs-card h2,
.bs-process-grid h2,
.bs-feature-list h2,
.bs-contact-box h2 {
    margin: 12px 0 10px;
    color: #242424;
    font-size: clamp(21px, 1.7vw, 29px);
}

.bs-card p,
.bs-process-grid p,
.bs-feature-list p,
.bs-highlight p,
.bs-contact-box p {
    margin: 0;
    color: #707070;
    font-size: 16px;
    line-height: 1.6;
}

.bs-feature-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid #d8d3ca;
}

.bs-feature-list article {
    border: 0;
    border-right: 1px solid #d8d3ca;
    border-bottom: 1px solid #d8d3ca;
    background: transparent;
}

.bs-split,
.bs-contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, .65fr);
    align-items: center;
    gap: clamp(40px, 7vw, 100px);
}

.bs-highlight,
.bs-contact-box {
    padding: clamp(32px, 4vw, 58px);
    background: var(--yellow);
    color: #262626;
}

.bs-highlight strong {
    display: block;
    margin-bottom: 16px;
    font-size: clamp(25px, 2.3vw, 38px);
    line-height: 1.1;
}

.bs-highlight p,
.bs-contact-box p,
.bs-contact-box h2 {
    color: #262626;
}

.bs-contact-box p + p {
    margin-top: 20px;
}

.bs-cta {
    display: inline-block;
    margin-top: 12px;
    padding: 16px 24px;
    background: #262626;
    color: #fff !important;
    font-weight: 800;
    text-transform: uppercase;
    transition: transform .2s ease, background .2s ease;
}

.bs-cta:hover,
.bs-cta:focus {
    background: #000;
    transform: translateY(-2px);
}

@keyframes bsPanelIn {
    from { opacity: 0; transform: translateX(28px); }
    to { opacity: 1; transform: translateX(0); }
}

@media (max-width: 900px) {
    .bs-card-grid,
    .bs-process-grid,
    .bs-feature-list,
    .bs-split,
    .bs-contact-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .bs-content-panel {
        min-height: calc(100vh - 92px);
        padding: 44px 24px;
    }

    .bs-content-panel.is-active {
        align-items: flex-start;
    }

    .bs-main.showing-content {
        height: calc(100vh - 92px);
    }

    .slide-kicker {
        font-size: 13px !important;
        letter-spacing: 3px !important;
    }

    .slide-title {
        font-size: 32px !important;
    }

    .slide-tagline {
        font-size: 20px !important;
        letter-spacing: 2px !important;
    }
}
