.is-style-gs-grey {
	background-color: var(--c-light-grey);
	border-image: url("../../images/Grey-Border.png") 20 repeat;
	border-top: 20px solid transparent;
	margin-bottom: 0;
	margin-top: 0;
	padding: 40px;
	position: relative;
}

.is-style-gs-grey .wp-block-group__inner-container {
	margin: auto;
	max-width: 1280px;
}

.is-style-gs-grey::before {
	background-image: url("../../images/Big-Snowflake.png");
	content: "";
	display: block;
	height: 50px;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 50px;
	z-index: 0;
}

.is-style-gs-grey::after {
	background-image: url("../../images/Med-Snowflake.png");
	bottom: 42px;
	content: "";
	display: block;
	height: 37px;
	left: 18px;
	position: absolute;
	width: 37px;
	z-index: 0;
}


@media ( min-width: 700px ) {

	.is-style-gs-grey::before {
		right: 50px;
		top: 50px;
	}
}

.is-style-gs-red {
	background-color: var(--c-red);
	border-bottom: 20px solid transparent;
	border-image: url("../../images/Red-Border.png") 20 repeat;
	margin-top: 0;
	padding: 65px 0;
	position: relative;
}

.is-style-gs-red .wp-block-buttons {
	justify-content: center;
	position: relative;
	z-index: 2;
}

.is-style-gs-red::before {
	background-image: url("../../images/Line-Border.png");
	background-repeat: repeat;
	content: "";
	display: block;
	height: 24px;
	position: absolute;
	top: -5px;
	width: 100%;
	z-index: 1;
}

.is-style-gs-red::after {
	background-color: var(--c-white);
	background-image: url("../../images/Red-Border.png");
	background-repeat: repeat;
	bottom: -22px;
	content: "";
	display: block;
	height: 20px;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.is-style-gs-red .wp-block-group__inner-container {
	margin: auto;
	max-width: 1280px;
}

.is-style-gs-red .wp-block-group__inner-container::before {
	background-image: url("../../images/Ornament.png");
	content: "";
	display: block;
	height: 109px;
	left: 16px;
	position: absolute;
	top: 16px;
	width: 55px;
	z-index: 1;
}

@media ( min-width: 700px ) {

	.is-style-gs-red .wp-block-group__inner-container::before {
		left: 86px;
		top: 16px;
	}
}

.is-style-gs-red .wp-block-group__inner-container::after {
	background-image: url("../../images/Mittens.png");
	bottom: 16px;
	content: "";
	display: block;
	height: 143px;
	position: absolute;
	right: 16px;
	width: 129px;
	z-index: 1;
}

@media ( min-width: 700px ) {

	.is-style-gs-red .wp-block-group__inner-container::after {
		bottom: 45px;
		right: 100px;
	}
}
