<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1, h2, h3, h4, h5 {
    font-weight: 500;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
#landing-title h1,
#cta h3 {
    font-family: 'Anton', sans-serif;
}
#landing-title h2,
#landing-title blockquote {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    text-shadow: 0px 0px 6px #00000063;
}

/* header */
#landing-title &gt; * {z-index: 3; position: relative; }
#landing-title h1 {
    line-height: 1;
    font-size: 5vw;
    text-transform: uppercase;
    top:7px;
    margin-bottom: 39px;
    margin-top: 53px
}
#landing-title h2 {
    font-size: 22px;line-height: 1.37em;
}
#cta h3 {
    font-size: 5vw
}
#cta,
#headerwrap {
    position: relative;
    overflow: hidden;
}
#headerwrap {
    background-color: transparent;
    /*min-height:698px;  !* 768px (common screen height) - 70px (navbar) *!*/
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 115px;
}
/* background image */
#cta:before,
#headerwrap:before {
    content: "";
    position: absolute;
    left: -5%;
    top: -5%;
    right: -5%;
    bottom: -5%;
    z-index: -1;

    display: block;
    background-color: #222222;
    background-image: url('/static/img/schedule-maker/lp/baseball.jpg');
    background-position: bottom;
    background-size:cover;
    width: 110%;
    height: 110%;

    -webkit-filter: blur(2px) brightness(.9) contrast(.95);
    -moz-filter: blur(2px) brightness(.9) contrast(.95);
    -o-filter: blur(2px) brightness(.9) contrast(.95);
    -ms-filter: "blur(2px) brightness(.9) contrast(.95)";
    filter: blur(2px) brightness(.9) contrast(.95);
}
#cta {
    min-height:400px;
}

/* review slider */
.review-slides-wrapper {
    position: relative;
    overflow: hidden;
}
.review-slides-wrapper &gt; h4 {
    text-align: center;
    text-transform: uppercase;
    color: #646464;
    margin: 25px 0 0 0;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
}
.review-slides {
    font-size: 1.5rem;
}
.review-slides .slick-slide {
    transition: all 0.3s ease-in-out;
}
.review-slides .slick-current {
    transform: translateY(-10px);
    z-index: 1;
}
.review-slides .card {
    margin: 3rem 10px;
}
.review-slides .card h5 {
    font-size: 1.75rem;
    margin-bottom: 2rem;
}
.review-slides .card p {
    line-height: 1.2;
    font-size: 1.4rem;
}
.rating {
    list-style: none;
    display: flex;
    align-items: center;
    padding-left: 0;
}
.rating-label {
    margin-right: 5px;
}
.rating-label.checked {
    color: #fdb52a;
}

/* feature sections */
#landing &gt; .row {
    padding: 100px 50px;
    margin: 0;
}
/* alternating background color */
#landing .row {
    background: #ffffff;
}
#landing .row:nth-child(odd) {
    background: #f5fbff;
    position: relative;
}
.demo-image img,
.review-slides .slick-current {
    box-shadow: 0 1rem 2.8rem rgba(81, 178, 87, 0.16);
}
#landing .row:nth-child(odd) .demo-image img {
    box-shadow: 0 1rem 2.8rem rgba(81, 110, 87, 0.08);
}
/* extra space for shape divider */
#landing .row:nth-child(odd) &gt; [class^="col-md-"] {
    margin-bottom: 30px;
    margin-top: 60px;
}
#landing .row:nth-child(even) &gt; .custom-shape-divider {
    display: none;
}
.header-text {
    color: #333;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 28px;
    position: relative;
}
#landing p {
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 28px;
    font-size: 18px;
    font-weight: 300;
}
.demo-image img {
    width: 100%;
    height: auto;
}
.demo-image.demo-image-bordered img {
    border: solid 1px #eee;
    border-top: 0;
    border-bottom: 0;
}

/* shape divider */
.custom-shape-divider-top-1687899089 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}
.custom-shape-divider-top-1687899089 svg {
    position: relative;
    display: block;
    width: calc(231% + 1.3px);
    height: 95px;
    transform: rotateY(180deg);
}
.custom-shape-divider-top-1687899089 .shape-fill {
    fill: #FFFFFF;
}
.custom-shape-divider-bottom-1687899621 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}
.custom-shape-divider-bottom-1687899621 svg {
    position: relative;
    display: block;
    width: calc(172% + 1.3px);
    height: 41px;
    transform: rotateY(180deg);
}
.custom-shape-divider-bottom-1687899621 .shape-fill {
    fill: #FFFFFF;
}

/* larger than mobile */
@media (min-width: 768px) {
    #landing-title .btn:not(#btn-search) {margin : 35px 4px 15px 0}
}

/* large screens */
@media (min-width: 1200px) {
    #headerwrap{
        padding-top: 2vw;
        min-height: 51vh;
    }
    #landing-title h1 {
        font-size: 62px;
    }
}

/* small screens */
@media (max-width: 767px) {
    div#headerwrap {
        padding-top:0;
    }
    #landing-title h1 {
        font-size: 9vw;
    }
    #landing-title h2 {
        /*display: none*/
        font-size: 16px;
    }
    #cta {
        padding-bottom: 185px;
    }
    #cta h3 {
        font-size: 10vw;
    }

    #landing &gt; .row {
        padding-left: 10px;
        padding-right: 10px;
    }

    #landing-title #button-wrapper {
        margin-bottom: 45px;
    }
    #landing-title .btn:not(#btn-search), #cta .btn {
        width: 375px;
        max-width: 100%;
        margin-top: 13px;
    }
    #landing-title form .form-control {width: 320px;}

    #landing-title blockquote {
        font-weight:300;
        margin-bottom: 45px;
    }
}</pre></body></html>