.lp2 p {
    color: #fff;
    font-family: 'fagono-extraboldbold', sans-serif;
}
.lp2 .small-print-a {
    padding-top: 30px;
}
.lp2 .small-print-a:before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 500;
    margin-right: 4px;
    color: #face14;
}
.lp2 .small-print-b:before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 500;
    margin-right: 4px;
    color: #face14;
}
.lp2 .couponcode {
    padding-top: 10px;
}
.lp2 input.CopyButton {
    padding: 5px 15px;
    color: #face14;
    margin: 0px;
    display: inline-block;
    text-align: center;
    max-width: 190px;
    border-radius: 0;
    font-size: 21px;
    background-color: #6d0b15;
    border: 1px solid #ed2024;
}
.lp2 .copywrapper {
    display: inline-block;
    position: relative;
    width: 52px;
    height: 20px;
}
.lp2 .clipboard {
    background: #fbd929;
    text-align: center;
    color: #000;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
}
.lp2 .clipboard:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 12px solid #9b710a;
    border-left: 8px solid transparent;
    position: absolute;
    -ms-flex-item-align: start;
    align-self: flex-start;
    left: -8px;
}
.lp2 .copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 53px;
}
.lp2 .copied {
    display: none;
}
.lp2 .clipboard.current .copied{
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 52px;
}
.lp2 .clipboard.current .copy{
    display: none;
}

.lp2 .copied span, .lp2 .copy span {
    font-size: 11px;
}
.lp2 .clipboard i {
    display: block;
    font-size: 18px;
}
.lp2 .lp-play-now-img {
    display: flex;
    justify-content: center;
    align-items: center;
}
.lp2 .bonus1 {
	margin-bottom: 12px;
}
.lp2 .text-container {
	max-width: 80%;
    	display: inline-block;
    	margin: auto;
	margin-bottom: 15px;
}
.lp2 h2 {
	font-size: 190%;
}
.lp2 h3.lp-regular-line-c-2cc {
	font-size: 110%;
}
.lp2 .small-print-a, .lp2 .small-print-b {
	font-size: 75%;
}
@media (min-width: 992px) {
	.lp2 h2 {
		font-size: 500%;
	}
	.lp2 .small-print-a, .lp2 .small-print-b {
		font-size: 1rem;
	}

	.lp2 h3.lp-regular-line-c-2cc {
		font-size: 136%;
	}
}