* {
    padding: 0;
    margin: 0;
}

a {
    color: #333;
    text-decoration: none;
}

.max1036 {
    width: 100%;
    max-width: 1036px;
    margin: 0 auto;
}

.swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l4.2%2C4.2L8.4%2C22l17.8%2C17.8L22%2C44L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    width: 12%;
    height: 6%;
}

.swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    width: 9%;
    height: 6%;
}

.swiper-button-next:after {
    content: ''!important;
}

.swiper-button-prev:after {
    content: ''!important;
}

.swiper-pagination-bullet-active {
    background-color: #FFF !important;
}