.side-nav {
	position: sticky;
    top: 0;
}
.article__large {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 25px;
}

.h1, h1 {
    font-size: 48px;
    line-height: 60px;
}

.h2, h2 {
	font-size: 39px;
	line-height: 48px;
}

.footer .logo {
    display: inline-block;
}

.article table, .article table td, .table, .table td {
	border:none !important;
}

.slot-name h1, .slot-name .h1 {
	font-size: 48px;
	line-height: 60px;
}

.hero-title {
	width: 60%;
}

@media (max-width: 991px) {
	.hero-title {
		width: 100%;
	}	
}

.filter-nav li span {
    display: block;
    font-size: 14px;
    line-height: 14px;
    padding: 12px 20px;
    border: 1px solid transparent;
    border-radius: 30px;
    color: var(--color-base);
    text-decoration: none;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;	
	cursor: pointer;
}

.filter-nav li span.active {
    color: #fff;
    border: 1px solid #FF545D;
    background: #CF2029;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(207, 32, 41, 0.49), 0px 0px 7px 0px #282828;
    box-shadow: 0px 0px 10px 2px rgba(207, 32, 41, 0.49), 0px 0px 7px 0px #282828;
}

.slot-item-btns button {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    padding: 17px 18px;
    border-radius: 10px;
    text-decoration: none;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    text-align: center;
    color: #fff;
}

.slot-item-btns button {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    padding: 17px 18px;
    border-radius: 10px;
    text-decoration: none;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    text-align: center;
    color: #fff;
}

.hero-title {
	font-size: 70px;
}
@media (max-width: 767px) {
    .hero-title {
        font-size: 40px;
        line-height: 40px;
    }
}
@media (max-width: 575px) {
    .hero-title {
        font-size: 32px;
        line-height: 36px;
    }
}