.eb-slide-side {
    display: block;
    height: 100%;
    max-height: 360px;
    min-height: 340px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #28282d;
}

.spacer-medium {
    height: 20px;
    clear: both;
}

.spacer-small {
    height: 20px;
}

.slide-hor {
    display: block;
    height: 340px;
}

.slide-content {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 45px;
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
}

.slide-content-txt {
    color: #fff;
}

.h3.white {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: 0 0 16px rgba(0, 0, 0, .5);
}

.h3.white.h3_intro {
    font-size: 28px;
    line-height: 34px;
}

.eb-center {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.eb-logo {
    text-align: center;
}

.eb-content {
    font-family: '1 orgon regular', sans-serif;
    color: #231f20;
}

.h1 {
    width: 100%;
    padding-right: 150px;
    padding-left: 150px;
    font-size: 28px;
    line-height: 34px;
    font-weight: 400;
    text-transform: uppercase;
}

.h1.small-pad {
    padding-right: 50px;
    padding-left: 50px;
}

.eb-section {
    position: relative;
}

.eb-section-content {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 32%;
    padding-top: 100px;
}

.h2 {
    margin-top: 10px;
    font-family: '1 orgon bold', sans-serif;
    color: #231f20;
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
}

.h2.white {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

.sub-content {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 10px;
    text-align: center;
}

.sub-content.suspense {
    left: auto;
    top: 180px;
    right: 0px;
    bottom: 40px;
    width: 40%;
    height: 200px;
    margin-right: 20px;
    text-align: center;
}

.sub-content.teens {
    left: auto;
    right: 0px;
    bottom: 60px;
    width: 50%;
    height: 60px;
}

.eb-intro {
    position: relative;
}

.eb-button-intro {
    position: relative;
    left: 650px;
    right: 0px;
    bottom: 150px;
    display: inline-block;
    padding: 12px 20px;
    float: left;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #231f20;
    -webkit-transition: opacity 417ms ease;
    transition: opacity 417ms ease;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

.eb-button-intro:hover {
    border-color: rgba(0, 0, 0, .7);
    background-color: #fff;
    color: #000;
}

.eb-button-intro.eb-section.suspense {
    top: 70px;
}

.eb-button-intro.eb-section.btn-teen {
    left: -330px;
    bottom: 120px;
}

.eb-button-intro.btn-him {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 240px;
    float: none;
}

.eb-button-intro.btn-her {
    position: static;
    left: 0px;
    top: 0px;
    bottom: 0px;
    float: none;
}

.eb-sub-section {
    clear: both;
}

.eb-col1 {
    position: static;
}

.slide-vert-content {
    height: 110px;
    margin-bottom: 20px;
    float: none;
    background-color: #28282d;
}

.slide-vert-content.col2 {
    margin-top: 20px;
    margin-bottom: 0px;
}

.eb-col-content {
    padding-top: 10px;
    text-align: center;
}

.row-22 {
    clear: none;
}

.eb-footer {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.slide-vert-height {
    height: 435px;
}

.eb-section-2 {
    position: relative;
}

.eb-intro-sub-txt {
    font-size: 26px;
}

.eb-intro-copy {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

.eb-t2-sub {
    display: block;
    overflow: hidden;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.eb-col2 {
    height: 360px;
}

.eb-col2.bg-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 348px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.eb-t2-row {
    display: block;
}

.bg-col {
    background-color: #edeae9;
    color: #6e6968;
}

.eb-col-sub-content {
    display: block;
    width: 80%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.eb-col12 {
    width: 50%;
    float: left;
}

.eb-col12.reverse {
    float: right;
}

.eb-col22 {
    width: 50%;
    height: 356px;
    float: right;
}

.eb-col22.bg-col {
    display: block;
    height: 356px;
    padding-top: 100px;
    background-color: #fff;
    color: #231f20;
}

.eb-col22.bg-col.reverse {
    padding-top: 100px;
}

.eb-col22.bg-col.third {
    height: 356px;
    padding: 90px 25px 0px;
}

.eb-collection-col {
    position: relative;
    width: 50%;
}

.eb-collection-col.left {
    float: left;
}

.eb-collection-col.right {
    float: right;
}

.paragraph {
    position: absolute;
    right: 15px;
    bottom: 10px;
    padding-right: 0px;
    padding-bottom: 139px;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
}

.section {
    top: -30px;
    right: 22px;
}

.text-span {
    font-size: 40px;
}

.text-span-2 {
    font-size: 40px;
}

.text-span-3 {
    font-size: 40px;
}

.heading {
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
}

.text-block {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    float: none;
    clear: both;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

.text-block-2 {
    text-transform: uppercase;
}

.text-block-3 {
    text-transform: uppercase;
}

.text-block-4 {
    text-transform: uppercase;
}

.text-block-5 {
    text-transform: uppercase;
}

.text-block-6 {
    text-transform: uppercase;
}

.text-block-7 {
    text-transform: uppercase;
}

.flex-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.copy-next {
    position: relative;
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.image-4 {
    width: 100%;
    height: 100%;
}

.video iframe {
    width: 100%;
}

@media (max-width: 991px) {
    .eb-slide-side {
        min-height: 260px;
    }
    .row-33 {
        height: 260px;
    }
    .slide-hor {
        height: 260px;
    }
    .slide-content {
        bottom: 28px;
    }
    .h3.white {
        font-size: 20px;
        line-height: 20px;
    }
    .h1 {
        width: 100%;
    }
    .eb-section-content {
        padding-top: 80px;
    }
    .h2.white {
        font-size: 24px;
    }
    .eb-button-intro.eb-section {
        left: 170px;
    }
    .eb-button-intro.eb-section.btn-teen {
        left: -225px;
        bottom: 80px;
    }
    .eb-button-intro.btn-her {
        bottom: 160px;
    }
    .slide-vert-height {
        height: 335px;
    }
    .eb-col-sub-content.top-mar {
        margin-top: 38px;
    }
    .eb-col22.bg-col {
        height: 276px;
        margin-bottom: 0px;
        padding-top: 25px;
    }
    .eb-col22.bg-col.reverse {
        padding-top: 25px;
    }
    .eb-col22.bg-col.third {
        height: 276px;
        padding-top: 25px;
    }
}

@media (max-width: 767px) {
    .eb-slide-side {
        min-height: 130px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .row-33 {
        position: static;
        float: none;
        clear: both;
    }
    .slide-hor {
        height: 300px;
    }
    .h1 {
        width: 100%;
        padding-right: 50px;
        padding-left: 50px;
    }
    .eb-section {
        position: relative;
    }
    .eb-section-content {
        top: auto;
        right: 0px;
        bottom: 0px;
        height: 175px;
        padding-top: 50px;
    }
    .sub-content {
        bottom: 20px;
    }
    .eb-button-intro {
        left: 320px;
    }
    .eb-button-intro.eb-section.btn-teen {
        left: -198px;
        bottom: 50px;
    }
    .eb-button-intro.btn-him {
        left: 122px;
        bottom: 10px;
    }
    .eb-button-intro.btn-her {
        bottom: 10px;
    }
    .eb-sub-section {
        clear: none;
    }
    .slide-vert-height {
        height: 251px;
    }
    .eb-col-sub-content {
        margin-top: 68px;
    }
    .eb-col12 {
        width: 100%;
        float: none;
    }
    .eb-col22.bg-col {
        display: block;
        width: 100%;
        height: 216px;
        margin-bottom: 35px;
        background-color: #fff;
    }
    .eb-col22.bg-col.reverse {
        height: 226px;
        margin-top: 0px;
        margin-bottom: 35px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .flex-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}

@media (max-width: 479px) {
    .eb-slide-side {
        height: 100%;
        min-height: 80px;
        margin-top: 1px;
        margin-bottom: 10px;
        line-height: 0px;
    }
    .eb-slide-side._2 {
        margin-bottom: 1px;
    }
    .spacer-medium {
        overflow: visible;
        height: 20px;
    }
    .spacer-small {
        height: 10px;
    }
    .row-33 {
        margin-bottom: 35px;
    }
    .slide-hor {
        height: 295px;
        background-color: #28282d;
    }
    .slide-content {
        bottom: 28px;
    }
    .slide-content._2 {
        bottom: 20px;
    }
    .h3.white {
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        text-shadow: 0 0 16px rgba(0, 0, 0, .5);
    }
    .h3.white.h3_intro {
        color: #000;
        font-size: 16px;
        line-height: 20px;
        text-shadow: 0 0 0 rgba(0, 0, 0, .5);
    }
    .eb-center {
        padding-top: 6px;
        padding-bottom: 5px;
    }
    .eb-logo {
        width: 50%;
    }
    .h1 {
        display: block;
        margin-right: auto;
        margin-left: auto;
        padding-right: 30px;
        padding-left: 30px;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
    }
    .eb-section {
        display: block;
        width: 94%;
        margin-right: auto;
        margin-left: auto;
        text-align: left;
    }
    .eb-section-content {
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        display: block;
        overflow: visible;
        width: 100%;
        height: 99px;
        padding-top: 12px;
    }
    .h2 {
        margin-top: 3px;
        margin-bottom: 2px;
        font-size: 20px;
        font-weight: 700;
    }
    .h2.white {
        font-size: 14px;
        line-height: 27px;
        font-weight: 400;
    }
    .sub-content {
        bottom: 0px;
        font-size: 10px;
    }
    .sub-content.suspense {
        top: 160px;
        width: 90%;
    }
    .sub-content.mar-b-10 {
        margin-bottom: 10px;
    }
    .eb-intro {
        display: block;
        width: 94%;
        margin-right: auto;
        margin-left: auto;
        text-align: left;
    }
    .eb-intro.m {
        margin-bottom: 130px;
    }
    .eb-button-intro {
        position: absolute;
        left: 20%;
        right: 20%;
        bottom: 0px;
        display: block;
        margin-right: auto;
        margin-left: auto;
        padding: 9px 0px;
        float: right;
        font-size: 14px;
    }
    .eb-button-intro.eb-section {
        position: relative;
        left: 80px;
        bottom: 10px;
        display: inline;
        padding-right: 10px;
        padding-left: 10px;
        font-size: 14px;
        text-align: center;
    }
    .eb-button-intro.eb-section.suspense {
        left: 0px;
        top: 20px;
    }
    .eb-button-intro.eb-section.btn-teen {
        left: -140px;
        right: 0px;
        bottom: -30px;
        float: left;
    }
    .eb-button-intro.btn-him {
        position: absolute;
        left: 30%;
        right: 30%;
        bottom: 10px;
    }
    .eb-button-intro.btn-her {
        position: relative;
        left: 30%;
        right: 30%;
        bottom: 10px;
    }
    .eb-col1 {
        padding-bottom: 10px;
    }
    .slide-vert-content.col2 {
        margin-top: 1px;
    }
    .slide-vert-content._1 {
        margin-bottom: 1px;
    }
    .slide-vert-height {
        height: 284px;
    }
    .eb-yt {
        display: block;
        width: 94%;
        margin-right: auto;
        margin-left: auto;
    }
    .eb-section-2 {
        display: block;
        width: 95%;
        margin-right: auto;
        margin-left: auto;
    }
    .eb-logo-footer {
        width: 50%;
    }
    .eb-intro-sub-txt {
        font-size: 14px;
    }
    .eb-intro-copy {
        padding-top: 10px;
        padding-bottom: 14px;
    }
    .eb-col-sub-content {
        margin-top: 0px;
    }
    .eb-col-sub-content.top-mar {
        margin-top: 8px;
    }
    .eb-col12 {
        width: 100%;
        float: none;
    }
    .eb-col22.bg-col {
        height: 175px;
        margin-bottom: 0px;
        padding-top: 39px;
    }
    .eb-col22.bg-col.reverse {
        height: 175px;
        margin-bottom: 7px;
        padding-top: 32px;
    }
    .eb-col22.bg-col.third {
        height: 205px;
        padding-top: 25px;
    }
    .eb-collection-col.left {
        width: 100%;
        float: none;
    }
    .eb-collection-col.right {
        width: 100%;
        float: none;
    }
    .paragraph {
        right: 5px;
        bottom: 30px;
        padding-bottom: 0px;
        font-size: 15px;
        line-height: 20px;
    }
    .image {
        width: 94%;
    }
    .image-2 {
        width: 94%;
    }
    .image-3 {
        width: 94%;
    }
    .text-block {
        font-size: 13px;
        line-height: 20px;
    }
    .text-block-2 {
        padding-bottom: 0px;
    }
    .flex-wrap {
        margin-right: 10px;
        margin-left: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .flex-wrap.reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .flex-content.space-vertical-center {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .copy-next {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .copy-next.no-pad-bot {
        padding-bottom: 0px;
    }
    .video {
        position: relative;
        height: 0;
        overflow: hidden;
        max-width: 100%;
        padding: 56.25% 0 0 0;
        margin-left: 10px;
        margin-right: 10px;
    }
    .video iframe,
    .video object,
    .video embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

@font-face {
    font-family: '1 orgon bold';
    src: url('../fonts/Hoftype---Orgon-Bold.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: '1 orgon regular';
    src: url('../fonts/Hoftype---Orgon-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: '1 orgon medium';
    src: url('../fonts/Hoftype---Orgon-Medium.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
