main {
    margin-top: 0 !important;
}
#pre-promo{
    font-size: 16px;
    padding-top: 65px;
}
#pre-promo .container{
    width: 1310px;
}
#pre-banner {
	background-image: url(../images/pre/banner-back.jpg);
	background-image: -webkit-image-set(url("../images/pre/banner-back.jpg") 1x, url("../images/pre/banner-back@2x.jpg") 2x);
	background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
    padding: 15px;
}
#pre-banner dotlottie-player {
    width: 100%;
    height: auto;
}
#pre-products {
    padding-top: 56px;
    padding-bottom: 183px;
}
.pre-products-list {
    column-gap: 20px;
    row-gap: 40px;
}
.pre-product{
    flex-basis: 305px;
}
.pre-product-image .logo {
    top: 1px;
    left: 1px;
}
.pre-product-price p{
    font-size: 1.25em;
    line-height: 1.2;
    margin-bottom: 12px;
}
.pre-product-name p{
    font-size: 1em;
    line-height: 1.25;
    margin-top: 20px;
    margin-bottom: 4px;
}
.pre-product-button{
    margin-top: auto;
    margin-bottom: 0;
    font-size: 0.9375em;
    width: 121px;
    height: 35px;
    border-radius: 18px;
}
.special-offer-trigger {
    margin-top: 10px;
}
.pre-disclaimer {
    margin-top: 88px;
}
.pre-disclaimer p {
    font-size: 1.09375em;
    line-height: 1.4;
    width: 920px;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
    .pre-product{
        flex-basis: calc(50% - 10px);
    }
    .pre-product-name p{
    }
}
@media screen and (max-width: 567px) {
    #pre-promo {
        padding-top: 28px;
        padding-bottom: 0;
    }
    #pre-banner {
        background-image: url(../images/pre/banner-back-m.jpg);
        background-image: -webkit-image-set(url("../images/pre/banner-back-m.jpg") 1x, url("../images/pre/banner-back-m@2x.jpg") 2x);
    }
    #pre-products {
        padding-top: 37px;
        padding-bottom: 24px;
    }
    .pre-product-name p{
        font-size: 0.875em;
        line-height: 1.285714285714286;
        margin-top: 7px;
        margin-bottom: 6px;
    }
    .pre-product-button{
        font-size: 0.6875em;
        width: 95px;
        height: 25px;
    }
    .pre-disclaimer {
        margin-top: 41px;
    }
    .pre-disclaimer p {
        font-size: 0.46875em;
        line-height: 1.533333333333333;
    }
}