/* CLEARFIX */
.cf:before, .cf:after { content: " "; display: table; }
.cf:after { clear: both; }
img { display: block; }

/* BASE */
html { scroll-padding-top: 160px; }
.lp-fullwidth { background-color: #101010; overflow: hidden; }
.lp-container { width: 100%; max-width: 824px; margin: 0 auto; position: relative; padding: 0 40px; box-sizing: border-box; -moz-font-feature-settings: "kern"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
sub, sup { font-size: 40%; top: -1.2em; }
.lp-container img { max-width: 100%; }
.lp-desktop {}
.lp-mobShow { display: none; }

/* BUTTON */
.lp-btn-group { text-align: center; margin: 80px 0 0; }
.lp-btn { display: inline-block; font: 500 16px/24px 'Graphik-Medium-Cy', sans-serif; padding: 12px 24px; box-sizing: border-box; color:#fff; text-align: center; cursor: pointer; border-radius: 6px; -webkit-transition: 0.25s; transition: 0.25s; text-decoration: none; }
.lp-btn--blue { background-color: #378BE7; }
.lp-btn--blue:hover { background-color: #327ED1; }
.lp-btn--blue:active { background-color: #2865A7; }
.lp-btn--pink { background-color: #ed5aae; }
.lp-btn--pink:hover { background-color: #ff5bb9; }
.lp-btn--pink:active { background-color: #ff5bb9; }
.lp-btn--white { background-color: #fff; color: #242424; }
.lp-btn--white:hover { background-color: #fff; opacity: .85; }
.lp-btn--white:active { background-color: #fff; }
.lp-btn--black { background-color: #000; }
.lp-btn--black:hover { background-color: #333; }
.lp-btn--gold { background-color: #C1A269;}
.lp-btn--gold:hover { background-color: #C1A269; opacity: .85; }
.lp-btn--gold:active { background-color: #C1A269; }


/* BILLBOARD */
.lp-billboard { }


/* SECTION */
.lp-section { margin: 100px auto; }

.lp-sectionHead { text-align: center; margin-bottom: 50px; }
.lp-sectionHead__title { font: 500 48px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.68px; color: #fff; margin-bottom: 24px; }


/* GALLERY */
.lp-gallery { margin: 0 auto; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; -ms-flex-pack: flex-start; justify-content:flex-start; -webkit-flex-direction: row; -ms-flex-direction:  row; flex-direction: row; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; gap: 14px; }
.lp-gallery__item {}










@media (hover: hover) and (pointer: fine) { }


@media only screen and (max-width: 1100px) { }

@media only screen and (max-width: 1024px) {
    /* BASE */
    .lp-container { padding: 0 20px; }
    .lp-tabletHide { display: none; }

}

@media only screen and (max-width: 768px) {
    /* BASE */
    .lp-mobHide { display: none; }
    .lp-mobShow { display: block; }

    /* SECTION */
    .lp-section { margin: 50px auto; }
    .lp-sectionHead { margin-bottom: 40px; }
    .lp-sectionHead__title { font: 500 38px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.33px; }


    /* GALLERY */
    .lp-gallery { -webkit-flex-direction: column; -ms-flex-direction:  column; flex-direction: column; gap: 12px; }
    .lp-gallery__item {}

}

@media only screen and (max-width: 600px) { }






