@media (max-width: 850px) {
	.circle1 .center {
		display: none;
	}
	
	.circle2 .center {
		display: none;
	}
}

.bonus-body {
	position: relative;
	padding: 1rem 1rem 6rem 1rem;
    display: flex;
    margin: 0 auto;
    max-width: clamp(380px, 50vw, 720px);
    justify-content: center;
	flex-direction: column;
	gap: 1rem;
}

.bonus-body-content {
	width: 100%;
}

.bonus-container-page:not(:last-child) {
	margin-bottom: 1rem;
}

.bonus-container-background {
	background: #0f467f;
    height: 332px;
    position: relative;
    border-radius: 15px;
    color: #fff;
    padding: clamp(20px, 3vw, 50px);
}

.bonus-page-background {
	height: 100%;
	left: -1000px;
	margin: auto;
	pointer-events: none;
	position: absolute;
	right: -1000px;
	top: 0;
	overflow: hidden;
	width: 100vw;
}

.bonus-page-background-container {
	--widhtBackground: 1440px;
	position: relative;
	width: var(--widhtBackground);
	margin: auto;
}

.bonus-page-background_circle {
	position: absolute;
    width: 250px;
    height: 250px;
}

.bonus-page-background-container .circle1 {
	top: 250px;
    right: 17px;
}

.bonus-page-background-container .circle2 {
	top: 680px;
    left: -65px;
	display: none;
}

.circle1 .outer {
    width: 250px;
    height: 250px;
    border-radius: 300px;
    background-color: #ff5900b3;
    filter: blur(100px);
}

.circle1 .middle {
    width: 100px;
    height: 100px;
    background-color: #ff590057;
    filter: blur(45px);
}

.circle1 .center {
	background-size: 100%;
    background-repeat: no-repeat;
    width: 300px;
    transform: rotate3d(1, 1, 2, -15deg);
    height: 300px;
    background-image: url(/img/bonus/giftbox.png);
}

.circle2 .outer {
    width: 250px;
    height: 250px;
    border-radius: 300px;
    background-color: #8b47a5b3;
    filter: blur(100px);
}

.circle2 .middle {
    width: 100px;
    height: 100px;
    background-color: #8b47a557;
    filter: blur(45px);
}

.circle2 .center {
	background-size: 100%;
    background-repeat: no-repeat;
    width: 260px;
    transform: rotate3d(1, 1, 1, -15deg);
    height: 150px;
    background-image: url(/img/bonus/dollar.png);
}

.bonus-background_circle {
	position: absolute;
	inset: 0;
	margin: auto;
}

.bonus-container-img {
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
	border-radius: 15px;
}

.bonus-container-text {
    line-height: 40px;
    margin-bottom: 32px;
    max-width: 357px;
    min-height: 163px;
	height: 100%;
    position: relative;
    font-weight: 700;
    letter-spacing: -.8px;
	display: flex;
    flex-direction: column;
	justify-content: space-between;
}

.bonus-container-text-2 {
	max-width: clamp(200px, 27vw, 357px);
}

.bonus-container-text-h {
	font-size: clamp(28px, 4vw, 48px);
	margin-bottom: 12px;
}

.bonus-container-text-m {
	font-size: clamp(18px, 2vw, 32px);
	line-height: 1.4;
}

.bonus-container-text-l {
	font-size: clamp(16px, 1.5vw, 22px);
    letter-spacing: normal;
    font-weight: 200;
    line-height: 1.4;
    display: flex;
}

.bonus-background-1 {
	background: radial-gradient(circle at 65% 55%, #f56719 10%, rgba(128, 0, 255, 0) 180%);
	height: 250px;
}

.bonus-banner-1 {
	background-image: url(/img/bonus/bonus1.png);
    width: clamp(340px, 44vw, 560px);
    height: clamp(200px, 26vw, 330px);
    top: clamp(20px, calc(55px - 2vw), 50px);
    right: -15px;
}

.bonus-background-2 {
	background: radial-gradient(circle at 100% 100%, #99659e 0%, #8b47a5 60%);
	height: 270px;
	overflow: hidden;
}

.bonus-banner-2 {
	background-image: url(/img/bonus/bonus2.png);
	width: clamp(380px, 48vw, 500px);
    height: clamp(300px, 36vw, 350px);
    top: 20px;
    right: 0px;
}