.hero {
    position: relative;
    background: #f6f6f6;
    padding-bottom: 30px;
}

@media (max-width: 991.98px) {
    .hero {
        max-height: none;
        height: auto;
        padding-bottom: 0;
    }
}

.hero__bg {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    background: #303030;
    z-index: 0;
}

.hero__img {
    overflow: hidden;
    max-height: 920px;
    position: relative;
}

.hero__img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /*background: rgba(48, 48, 48, 0.6);*/
    z-index: 1;
}

.hero__img img {
    width: 100%;
    height: auto;
}

.hero__slider-tools {
    margin-top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .hero__slider-tools {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 50px;
    }
}

.hero__slide {
    min-height: 920px;
    background-position: center 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.hero__slide:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(48, 48, 48, 0.6);
    z-index: 1;
}

.hero__content {
    padding-top: 315px;
}

@media (max-width: 991.98px) {
    .hero__content {
        padding-top: 155px;
        padding-bottom: 75px;
    }
}

.hero__title h2 {
    font-size: 50px;
    font-size: 3.125rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

@media (max-width: 991.98px) {
    .hero__title h2 {
        font-size: 44px;
        font-size: 2.75rem;
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .hero__title h2 {
        font-size: 30px;
        font-size: 1.875rem;
    }
}

.hero__title h2 a:hover {
    color: #fff;
}

.hero__events {
    margin-top: 105px;
}

@media (max-width: 991.98px) {
    .hero__events {
        position: relative;
        margin-top: 60px;
    }
}

.hero__events-wrapper {
    position: relative;
    background: #fff;
}

.hero__events-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 15px;
    background: none !important;
    position: relative;
    font-size: 18px;
    font-size: 1.125rem;
}

@media (max-width: 991.98px) {
    .hero__events-link {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 20px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #D1AA6A !important;
    }
}

@media (max-width: 767.98px) {
    .hero__events-link {
        font-size: 16px;
        font-size: 1rem;
    }
}

@media (max-width: 991.98px) {
    .hero__events-link.future {
        background: #96AB84 !important;
    }
}

.hero__events-link:hover {
    text-decoration: underline;
    color: #fff;
}

.hero__events-link svg {
    width: 36px;
    height: 35px;
    fill: #fff;
    margin-right: 20px;
}

.hero__events-title {
    background: #D1AA6A;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 240px;
}

@media (max-width: 991.98px) {
    .hero__events-title {
        min-height: auto;
        padding: 27px 20px;
    }
}

.hero__events-title span {
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: uppercase;
    color: #fff;
}

@media (max-width: 991.98px) {
    .hero__events-title span {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}

.hero__events-block {
    width: 100%;
    background: #fff;
}

.hero__events-future .hero__events-title {
    background: #96AB84;
}