@charset "utf-8";@font-face{font-family:ParagonCleanersBlack;src:url("../Fonts/paragon/ParagonCleanersBlack.ttf");}
@font-face{font-family:ParagonCleanersMedium;src:url("../Fonts/paragon/ParagonCleanersMedium.ttf");}
@font-face{font-family:ParagonBlack;src:url("../Fonts/webfontkit-paragon/ParagonBlack.ttf");}
@font-face{font-family:ParagonMedium;src:url("../Fonts/webfontkit-paragon/ParagonMedium.ttf");}
@font-face{font-family:ParagonMedium;src:url("../Fonts/webfontkit-paragon/ParagonMedium.ttf");}
@font-face{font-family:OpenSans-Regular;src:url("../Fonts/OpenSans-Regular.ttf");}
*{padding:0;margin:0;box-sizing:border-box;}
html{font-size:12px;}
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
main {
    flex-grow: 1;background-image: url(../images/hero_bg.jpg); background-size: cover;background-repeat: no-repeat;
}

body{background:#0b0b17;font-family:OpenSans-Regular;font-size:12px;overflow-x:hidden;}
.text-center{text-align:center;}
header{display:flex;background:#0b0b17;background-repeat:no-repeat;background-size:100%;align-items:center;justify-content:center;position:relative;z-index:2;}
.header{padding:5px 0 7px;display:flex;justify-content:space-between;align-items:center;}
.header .logo{float:left;position:relative;display:flex;justify-content:center;align-items:center;}
.header .logo img{width:120px;}
.header .nav-list{float:right;}
.header .nav-list ul{display:flex;justify-content:center;align-items:center;}
.header .nav-list ul li{list-style:none;padding:0 8px;display:inline-block;}
.header .nav-list ul li:last-child{padding-right:0;}
.header .nav-list ul li a{padding:0.6em 1em;font-size:1.1em;text-decoration:none;color:#34ffff;font-family:'ParagonMedium';background:#38363a;letter-spacing:1px;}
.hero-bg{position:relative;padding:30px 0 35px;}
.hero-flex{display:flex;justify-content:center;text-align:center;}
.hero-bg .hero-left{width:43%;background-image:url(../images/get-wild-bg1.jpg);padding:45px;text-align:left;position:relative;background-size:cover;}
.hero-bg .hero-left h2{font-size:2.6em;text-transform:uppercase;font-weight:300;font-family:'ParagonMedium';}
.hero-bg .hero-left h3{font-size:3.5em;text-transform:uppercase;color:#ff0279;font-family:'ParagonBlack';}
.hero-bg .hero-left h4{font-size:4em;text-transform:uppercase;color:#ff0279;font-family:'ParagonBlack';}
.hero-bg .hero-right{width:43%;background-image:url(../images/get-wild-bg2.jpg);padding:45px;position:relative;}
.hero-bg .hero-right h2{font-family:ParagonMedium;text-align:right;font-size:1.5em;text-transform:uppercase;margin:.5rem 0;}
.hero-bg .hero-right .hero-right-body{display:flex;justify-content:flex-end;}
.hero-bg .hero-right .hero-right-body ul{margin:10px 0 0 0;z-index: 0;}
.hero-bg .hero-right .hero-right-body ul li:nth-child(1){background:#ebff00;margin-bottom:1.5em;}
.hero-bg .hero-right .hero-right-body ul li:nth-child(2){background:#34ffff;}
.hero-bg .hero-right .hero-right-body ul li{cursor:pointer;padding:8px 13px;list-style:none;min-width:218px;}
.hero-bg .hero-right .hero-right-body ul li h3{font-family:'ParagonBlack';font-size:2.5em;color:#ff0279;}
.hero-bg .hero-right .hero-right-body ul li p{font-family:'ParagonMedium';font-size:1.2em;}
.hero-bg .hero-right .characters{position:absolute;bottom:-48px;left:-198px;}
.hero-bg .hero-right .characters img{width:70%;}
.hero-bg .hero-left .characters{position:absolute;display:none;z-index:1;}
.hero-bg .hero-left .characters img{width:100%;}
.chery-big{display:none;position:absolute;z-index:1;}
.chery-big img{width:100%;}
.coupon{display:flex;justify-content:center;font-family:'ParagonBlack';align-items:center;margin:2em 0;font-size:1.2em;padding:0 10%;}
.coupon .code{padding:15px;border:2px solid #ebff00;text-transform:uppercase;width:50%;}
.coupon .code-two{border:2px solid #ff0279;}
.coupon .code a{color:#ebff00;text-decoration:none;}
.coupon .code-two a{color:#ff0279;}
.coupon .copy{background:#38363a;padding:17px;color:#34ffff;cursor:pointer;width:50%;}
.container{width:1024px;margin:auto;padding:0 15px;}
.highest{display:flex;padding:0;margin:0;align-items:center;justify-content:center;}
.highest-bg h3{color:#34ffff;font-size:2.1em;font-weight:bold;margin:1.5em 0 1.5em;font-family:'ParagonMedium';text-transform:uppercase;}
.payment-bg{display:flex;justify-content:center;align-items:center;margin-bottom:2em;}
.payment-bg img{width:26%;}
.slider.responsive .item{padding:0 10px;}
.slider.responsive .item img{max-width:100%;}
.slider-outer{margin:auto;max-width:866px;}
footer{background:#12141d;padding:20px 0;color:#fff;}
footer p{margin:0 0 10px 0;color:#757581;font-family:OpenSans-Regular;}
footer p span{color:#ebff00;}
footer p.bonustoggle
{
	text-align: center;
    cursor: pointer;
    border-bottom: 1px solid transparent;
    line-height: 20px;
    max-width: fit-content;
    margin: 0px auto;
    margin-bottom: 10px;
}
footer p.bonustoggle:hover
{
    border-bottom: 1px solid #ebff00;
}
.modal{position:fixed;left:0;top:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.5);transform:scale(1.1);transition:visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;z-index:9;display:none;}
.modal-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);padding:5rem 2.5rem 2rem;width:38em;background-image:url(../images/wv_pop1_bg.jpg);background-size:cover;background-repeat:no-repeat;text-align:center;}
.modal-content-two{background-image:url(../images/wv_pop2_bg.jpg) !important;background-size:cover;}
.close-button{width:1.8rem;cursor:pointer;transition:color 0.12s ease-in-out;position:absolute;right:12px;top:12px;}
.close-button svg{fill:#231f20;}
.show-modal{opacity:1;visibility:visible;transform:scale(1.0);transition:visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;}
.modal-wild{margin:0.5em 0;}
.modal-wild img{width:100%;}
.modal-wild-two{margin:0.5em 0;}
.modal-wild-two img{width:60%;}
.modal-wild2{margin:0.5em 0;}
.modal-wild2 img{width:40%;}
.modal .modal-content p{color:#000000;font-size:1.1em;margin:2em 0 0.5em 0;}
.modal .modal-content .hero-right-top h2{font-size:3em;font-family:Basilika;}
.modal .modal-content .modal-head p{font-size:1.3em;font-family:Palatino;background-image:linear-gradient( 179deg , #dbc39b, #dbc39b, #dbc39b, #dbc39b);background-size:100%;-webkit-background-clip:text;-moz-background-clip:text;-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent;font-weight:bold;}
.modal .modal-content .hero-right-top{padding:0;}
.modal .modal-content-two .hero-right-top h2{color:#ff0279 !important;font-size:2.8em !important;}
.modal .modal-content .hero-right-top h2{font-size:4em;font-family:'ParagonBlack';color:#ebff00;padding:0;margin:0;line-height:normal;}
.modal .modal-content .nav-list{display:flex;justify-content:center;align-items:center;}
.modal .modal-content .nav-list a{padding:5px 0;display:inline-block;color:#fff;text-decoration:none;min-width:260px;text-align:center;background-image:url(../images/pop_couponcode_bg.png);background-repeat:no-repeat;background-size:cover;}
.modal .modal-content .nav-list h5{font-size:1.6em;}
.modal .modal-content .nav-list p{font-size:1em;}
.modal .modal-content h3{font-size:1.5em;font-family:'ParagonMedium';text-transform:uppercase;margin-top:-6px;}
.modal .modal-content h4{font-family:'ParagonMedium';text-transform:uppercase;color:#ff0279;font-size:2.2em;margin-top:-6px;margin-bottom:5px;}
.modal .modal-content ul{display:flex;justify-content:center;align-items:center;margin:0.7em 0;}
.modal .modal-content ul li{text-align:center;padding:15px 25px;list-style:none;margin:0 15px;width:80%;background:#ebff00;}
.modal .modal-content-two ul li{background:#ff0279;padding:0;}
.modal .modal-content ul li h5{font-family:'ParagonBlack';font-size:1.6em;color:#ff0279;}
.modal .modal-content ul li a{font-family:'ParagonBlack';font-size:1.6em;color:#ebff00;padding:15px 25px;display:block;text-decoration:none;}
.modal .modal-content-two ul li h5{color:#ebff00;}
.modal .modal-content ul li p{font-size:3em;color:#3a0d03;font-weight:bold;font-family:Basilika;}

@media only screen and (min-width: 1580px) 
{
	.container{width: 95%;margin: auto;padding: 0 15px;max-width: 1400px;}
	.hero-bg .hero-left h4 {font-size: 4.2em;}
	.hero-bg .hero-left h2 {font-size: 2.8em;}
	.hero-bg .hero-left h3 {font-size: 3.7em;}
	.hero-bg .hero-right .hero-right-body ul li h3 {font-size: 3.9em;}
	.hero-bg .hero-right .hero-right-body ul li p {font-size: 2.2em;}
	.hero-bg .hero-right h2 {font-size: 2.2em;}
	.slider-outer {max-width: 90%;}
	.highest-bg h3 {font-size: 3.4em;}
	.header .logo img {width: 175px;padding-top: 5px;}
}
@media only screen and (min-width: 1920px) {
	.slider-outer {max-width: 100%;}
	.header .nav-list ul li a {
    font-size: 2em;
    padding: 12px 1em 10px 1em;
}
}
.su_link{display: contents;text-decoration: none;}
@media screen and (max-width:1024px){.header .nav-list ul li a{padding:0.6em 1em;font-size:1.1em;}
 .hero-bg .hero-right .characters img{width:70%;}
 .container{width:90%;}
 .hero-bg .hero-left{width:50%;padding:50px;}
 .hero-bg .hero-right{width:50%;padding:50px;}
 .hero-bg .hero-right h2{font-size:1.3em;}
 .hero-bg .hero-right .hero-right-body ul li{min-width:auto;}
 .hero-bg .hero-right .hero-right-body ul li h3{font-size:2em;}
 .hero-bg .hero-right .hero-right-body ul li p{font-size:1.2em;}
.hero-bg .hero-left h2{font-size:2.2em;}
.hero-bg .hero-left h3{font-size:3em;}
.hero-bg .hero-left h4{font-size:4em;}
.payment-bg img {width:35%;}
}
 @media screen and (max-width:992px){.header .nav-list ul li a{padding:0.6em 1em;font-size:1.1em;}
 .hero-bg .hero-right .characters img{width:58%;}
 .container{width:85%;}
 .hero-bg .hero-left{width:50%;padding:25px;}
 .hero-bg .hero-right{width:50%;padding:25px;}
 .hero-bg .hero-right h2{font-size:1.3em;}
 .hero-bg .hero-right .hero-right-body ul li{min-width:auto;}
 .hero-bg .hero-right .hero-right-body ul li h3{font-size:2em;}
 .hero-bg .hero-right .hero-right-body ul li p{font-size:1.2em;}
.hero-bg .hero-left h2{font-size:2.2em;}
.hero-bg .hero-left h3{font-size:3em;}
.hero-bg .hero-left h4{font-size:4em;}
}

@media screen and (max-width:870px){.container{width:100%;}
 .hero-flex{padding:0 15px 40px;}
 .payment-bg img {width: 45%;}
}
 @media screen and (max-width:767px){.hero-bg{padding:60px 0 80px;}
 .logo img{max-width:110px;}
 .header .nav-list ul li{padding:0 4px;}
 .header .nav-list ul li a{font-size:1em;padding:0.7em 1em 0.5em;}
 .hero-bg .hero-right .characters img{width:78%;}
 .container{width:100%;}
 .hero-bg .hero-left{width:100%;padding:50px;}
 .hero-bg .hero-right{width:100%;padding:120px 40px 50px;}
 .characters{display:none;}
 .hero-flex{flex-direction:column;padding:0 45px 40px;}
 .hero-bg .hero-right .hero-right-body{justify-content:center;}
 .hero-bg .hero-right h2{font-size:2.6em;text-align:center;}
 .hero-bg .hero-left .characters{display:block;right:-60px;bottom:-173px;width:311px;}
 .chery-big{display:block;width:149px;}
 .hero-bg .hero-left h2{font-size:3.3em;}
 .hero-bg .hero-left h3{font-size:5.5em;padding-right:50%;}
 .hero-bg .hero-left h4{font-size:6.3em;padding-right:50%;}
 .hero-bg .hero-right .hero-right-body ul li h3{font-family:'ParagonBlack';font-size:3.5em;color:#ff0279;}
 .hero-bg .hero-right .hero-right-body ul li p{font-family:'ParagonMedium';font-size:2.2em;}
 .highest-bg h3{font-size:3em;line-height:normal;margin:0 0 .8em;}
 .hero-bg .hero-right .hero-right-body ul li{min-width:auto;padding:15px;}
 .hero-bg .hero-right .hero-right-body ul li:nth-child(1){margin-bottom:2em;}
 .slick-next, .slick-prev{display:none !important;}
 .slick-dots li button:before{font-size:15px !important;}
 footer p span{display:block;text-align:center;}
 .hero-bg .hero-right .hero-right-body ul{width:100%;}
}
 @media screen and (max-width:730px){.hero-bg{padding:60px 0 80px;}
 .logo img{max-width:110px;}
 .header .nav-list ul li{padding:0 4px;}
 .header .nav-list ul li a{font-size:1em;padding:0.7em 1em 0.5em;}
 .hero-bg .hero-right .characters img{width:78%;}
 .container{width:100%;}
 .hero-bg .hero-left{width:100%;padding:50px;}
 .characters{display:none;}
 .hero-flex{flex-direction:column;padding:0 45px 40px;}
 .hero-bg .hero-right .hero-right-body{justify-content:center;}
 .hero-bg .hero-right h2{font-size:2.2em;text-align:center;}
 .hero-bg .hero-left .characters{display:block;right:-60px;bottom:-173px;width:292px;}
 .chery-big{display:block;width:149px;}
 .hero-bg .hero-left h2{font-size:3.3em;}
 .hero-bg .hero-left h3{font-size:4.5em;padding-right:50%;}
 .hero-bg .hero-left h4{font-size:5.8em;padding-right:50%;}
 .hero-bg .hero-right .hero-right-body ul li h3{font-family:'ParagonBlack';font-size:3.5em;color:#ff0279;}
 .hero-bg .hero-right .hero-right-body ul li p{font-family:'ParagonMedium';font-size:2.2em;}
 .highest-bg h3{font-size:3em;line-height:normal;margin:0 0 .8em;}
 .hero-bg .hero-right .hero-right-body ul li{min-width:auto;padding:15px;}
 .hero-bg .hero-right .hero-right-body ul li:nth-child(1){margin-bottom:2em;}
 .slick-next, .slick-prev{display:none !important;}
 .slick-dots li button:before{font-size:15px !important;}
 footer p span{display:block;text-align:center;}
 .hero-bg .hero-right .hero-right-body ul{width:100%;}
}
 @media screen and (max-width:670px){.hero-bg{padding:60px 0 80px;}
 .logo img{max-width:110px;}
 .header .nav-list ul li{padding:0 4px;}
 .header .nav-list ul li a{font-size:1em;padding:0.7em 1em 0.5em;}
 .hero-bg .hero-right .characters img{width:78%;}
 .container{width:100%;}
 .hero-bg .hero-left{width:100%;padding:50px;}
 .characters{display:none;}
 .hero-flex{flex-direction:column;padding:0 45px 40px;}
 .hero-bg .hero-right .hero-right-body{justify-content:center;}
 .hero-bg .hero-right h2{font-size:2.4em;text-align:center;}
 .hero-bg .hero-left .characters{display:block;right:-60px;bottom:-173px;width:269px;}
 .chery-big{display:block;width:149px;}
 .hero-bg .hero-left h2{font-size:2.2em;}
 .hero-bg .hero-left h3{font-size:3.4em;padding-right:50%;}
 .hero-bg .hero-left h4{font-size:4.4em;padding-right:50%;}
 .hero-bg .hero-right .hero-right-body ul li h3{font-family:'ParagonBlack';font-size:2.4em;color:#ff0279;}
 .hero-bg .hero-right .hero-right-body ul li p{font-family:'ParagonMedium';font-size:1.5em;}
 .highest-bg h3{font-size:3em;line-height:normal;margin:0 0 .8em;padding:0 73px;}
 .hero-bg .hero-right .hero-right-body ul li{min-width:auto;padding:15px;}
 .hero-bg .hero-right .hero-right-body ul li:nth-child(1){margin-bottom:2em;}
 .slick-next, .slick-prev{display:none !important;}
 .slick-dots li button:before{font-size:15px !important;}
 footer p span{display:block;text-align:center;}
 .hero-bg .hero-right .hero-right-body ul{width:100%;}
 .payment-bg img {width: 50%;}
}
 @media screen and (max-width:570px){.hero-bg{padding:30px 0 80px;}
 .logo img{max-width:110px;}
 .header .nav-list ul li{padding:0 4px;}
 .header .nav-list ul li a{font-size:1em;padding:0.7em 1em 0.5em;}
 .hero-bg .hero-right .characters img{width:78%;}
 .container{width:100%;}
 .hero-bg .hero-left{width:100%;padding:30px;}
 .characters{display:none;}
 .hero-flex{flex-direction:column;padding:0 15px 40px;}
 .hero-bg .hero-right .hero-right-body{justify-content:center;}
 .hero-bg .hero-right h2{font-size:2em;text-align:center;}
 .hero-bg .hero-left .characters{display:block;right:-30px;bottom:-138px;width:214px;}
 .chery-big{display:block;width:149px;}
 .hero-bg .hero-left h2{font-size:2.3em;}
 .hero-bg .hero-left h3{font-size:3.5em;padding-right:50%;}
 .hero-bg .hero-left h4{font-size:4.2em;padding-right:50%;}
 .hero-bg .hero-right .hero-right-body ul li h3{font-family:'ParagonBlack';font-size:2.4em;color:#ff0279;}
 .hero-bg .hero-right .hero-right-body ul li p{font-family:'ParagonMedium';font-size:1.5em;}
 .highest-bg h3{font-size:3em;line-height:normal;margin:0 0 .8em;padding:0 73px;}
 .hero-bg .hero-right .hero-right-body ul li{min-width:auto;padding:15px;}
 .hero-bg .hero-right .hero-right-body ul li:nth-child(1){margin-bottom:2em;}
 .slick-next, .slick-prev{display:none !important;}
 .slick-dots li button:before{font-size:15px !important;}
 footer p span{display:block;text-align:center;}
 .hero-bg .hero-right .hero-right-body ul{width:100%;}
 .modal-content{width:80%;}
}
 @media screen and (max-width:470px){.hero-bg{padding:30px 0 80px;}
 .logo img{max-width:110px;}
 .header .nav-list ul li{padding:0 4px;}
 .header .nav-list ul li a{font-size:1em;padding:0.7em 1em 0.5em;}
 .hero-bg .hero-right .characters img{width:78%;}
 .container{width:100%;}
 .hero-bg .hero-left{width:100%;padding:30px;}
 .characters{display:none;}
 .hero-flex{flex-direction:column;padding:0 15px 40px;}
 .hero-bg .hero-right .hero-right-body{justify-content:center;}
 .hero-bg .hero-right h2{font-size:1.8em;text-align:center;}
 .hero-bg .hero-left .characters{display:block;right:-30px;bottom:-100px;width:165px;}
 .chery-big{display:block;width:142px;}
 .hero-bg .hero-left h2{font-size:1.7em;}
 .hero-bg .hero-left h3{font-size:2.8em;padding-right:50%;}
 .hero-bg .hero-left h4{font-size:3.3em;padding-right:50%;}
 .hero-bg .hero-right .hero-right-body ul li h3{font-family:'ParagonBlack';font-size:2.4em;color:#ff0279;}
 .hero-bg .hero-right .hero-right-body ul li p{font-family:'ParagonMedium';font-size:1.5em;}
 .highest-bg h3{font-size:3em;line-height:normal;margin:0 0 .8em;padding:0 73px;}
 .hero-bg .hero-right .hero-right-body ul li{min-width:auto;padding:15px;}
 .hero-bg .hero-right .hero-right-body ul li:nth-child(1){margin-bottom:2em;}
 .slick-next, .slick-prev{display:none !important;}
 .slick-dots li button:before{font-size:15px !important;}
 footer p span{display:block;text-align:center;}
 .hero-bg .hero-right .hero-right-body ul{width:100%;}
 .modal-content{width:80%;padding:35px 15px;}
 .modal .modal-content .hero-right-top h2{font-size:24px;}
 .modal .modal-content h3{font-size:13px;margin-top:2px;}
 .coupon .copy{padding:12px 5px;}
.coupon .code{padding:10px;}
 .coupon{margin:1.5em 0;padding:0 5%;font-size:1em;}
.modal .modal-content ul li{width:100%;padding:15px 0px;}
.modal .modal-content ul li h5{font-size:1.2em;}
.modal .modal-content-two .hero-right-top h2{font-size:1.8em !important;}
.modal .modal-content h4{font-size:18px;margin-top:-2px;}
.modal .modal-content ul li a{padding:0;}
.payment-bg img {width: 80%;}
}
@media screen and (max-width:430px){.hero-bg .hero-right h2{font-size:1.6em;}
}
@media screen and (max-width:400px){.hero-bg .hero-right h2{font-size:1.4em;}
.hero-bg .hero-right {
    padding: 90px 40px 50px;
} 
}
 @media screen and (max-width:375px){.hero-bg{padding:30px 0 80px;}
 .logo img{max-width:110px;}
 .header .nav-list ul li{padding:0 4px;}
 .header .nav-list ul li a{font-size:1em;padding:0.7em 1em 0.5em;}
 .hero-bg .hero-right .characters img{width:78%;}
 .container{width:100%;}
 .hero-bg .hero-left{width:100%;padding:30px;}
 .characters{display:none;}
 .hero-flex{flex-direction:column;padding:0 15px 40px;}
 .hero-bg .hero-right .hero-right-body{justify-content:center;}
 .hero-bg .hero-right h2{font-size:1.3em;text-align:center;}
 .hero-bg .hero-left .characters{display:block;right:-30px;bottom:-100px;width:163px;}
 .chery-big{display:block;width:114px;}
 .hero-bg .hero-left h2{font-size:1.5em;}
 .hero-bg .hero-left h3{font-size:2.8em;padding-right:50%;}
 .hero-bg .hero-left h4{font-size:3.1em;padding-right:50%;}
 .hero-bg .hero-right .hero-right-body ul li h3{font-family:'ParagonBlack';font-size:2em;color:#ff0279;}
 .hero-bg .hero-right .hero-right-body ul li p{font-family:'ParagonMedium';font-size:1.2em;}
 .highest-bg h3{font-size:3em;line-height:normal;margin:0 0 .8em;padding:0;}
 .hero-bg .hero-right .hero-right-body ul li{min-width:auto;padding:15px;}
 .hero-bg .hero-right .hero-right-body ul li:nth-child(1){margin-bottom:2em;}
 .slick-next, .slick-prev{display:none !important;}
 .slick-dots li button:before{font-size:15px !important;}
 footer p span{display:block;text-align:center;}
 .hero-bg .hero-right .hero-right-body ul{width:100%;}
 .payment-bg img {width:100%;}
}
 @media screen and (max-width:370px){.hero-bg{padding:30px 0 80px;}
 .logo img{max-width:110px;}
 .header .nav-list ul li{padding:0 4px;}
 .header .nav-list ul li a{font-size:1em;padding:0.7em 1em 0.5em;}
 .hero-bg .hero-right .characters img{width:78%;}
 .container{width:100%;}
 .hero-bg .hero-left{width:100%;padding:20px;}
 .characters{display:none;}
 .hero-flex{flex-direction:column;padding:0 15px 40px;}
 .hero-bg .hero-right .hero-right-body{justify-content:center;}
 .hero-bg .hero-right h2{font-size:1.3em;text-align:center;}
 .hero-bg .hero-left .characters{display:block;right:-30px;bottom:-100px;width:129px;}
 .chery-big{display:block;width:114px;}
 .hero-bg .hero-left h2{font-size:1.3em;}
 .hero-bg .hero-left h3{font-size:1.8em;padding-right:50%;}
 .hero-bg .hero-left h4{font-size:2.2em;padding-right:50%;}
 .hero-bg .hero-right .hero-right-body ul li h3{font-family:'ParagonBlack';font-size:1.5em;color:#ff0279;}
 .hero-bg .hero-right .hero-right-body ul li p{font-family:'ParagonMedium';font-size:1em;}
 .highest-bg h3{font-size:3em;line-height:normal;margin:0 0 .8em;padding:0;}
 .hero-bg .hero-right .hero-right-body ul li{min-width:auto;padding:15px;}
 .hero-bg .hero-right .hero-right-body ul li:nth-child(1){margin-bottom:2em;}
 .slick-next, .slick-prev{display:none !important;}
 .slick-dots li button:before{font-size:15px !important;}
 footer p span{display:block;text-align:center;}
 .hero-bg .hero-right .hero-right-body ul{width:100%;}
 .hero-bg .hero-right{padding:100px 20px 50px;}
}
@media screen and (max-width:334px){.modal .modal-content-two .hero-right-top h2{font-size:18px !important;}
}

.pulse{transform:scale(1);animation:pulse 2s infinite;}
@keyframes pulse{0%{transform:scale(0.95);}
50%{transform:scale(1.05);}
100%{transform:scale(0.95);}
}
.pulse:last-child{animation:pulse 2s 1s infinite;}
