a {
	background-color: transparent;
}
strong {
	font-weight: bolder;
}
small {
	font-size: 80%;
}
img {
	border-style: none;
	max-width: 100%;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
	-webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details {
	display: block;
}
summary {
	display: list-item;
}
[hidden],
template {
	display: none;
} 

.slideInner {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.carousel-slider {
	overflow: hidden;
	position: relative;
	margin-top: 13em;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
	flex-direction: column;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper {
	flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}
.swiper-slide-invisible-blank {
	visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}
.swiper-container-3d {
	perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
	scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
	scroll-snap-type: y mandatory;
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@keyframes rotateIcon {
	0% {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(1turn);
	}
}
button:focus {
	outline: none;
}

button {
	background: none;
	border: 0;
	color: inherit;
	cursor: pointer;
	font: inherit;
	outline: inherit;
	padding: 0;
}
ol,
ul {
	list-style-type: none;
}
dialog {
	-webkit-appearance: none;
	background: inherit;
	border: 0;
	color: inherit;
	display: block;
	height: auto;
	margin: initial;
	padding: 0;
	position: static;
	width: auto;
}
h1,
h2,
h3,
h4 {
	font-family: SharpGroteskSemiBold, Arial, Verdana;
	font-weight: 400;
}
h5,
h6 {
	font-family: Rubik, Arial, sans-serif;
}

em,
i {
	font-style: italic;
}

hr {
	background-color: #67686a;
	border: 0;
	height: 1px;
	margin-bottom: 4rem;
	margin-top: 4rem;
	width: 100%;
}

p {
	color: #67686a;
	font-family: Rubik, Arial, sans-serif;
	font-size: 1.8rem;
	line-height: 1.5;
	margin-bottom: 4rem;
}

html[lang="de"] h1,
html[lang="de"] h2,
html[lang="de"] h3,
html[lang="de"] h4,
html[lang="de"] h5,
html[lang="de"] h6,
html[lang="de"] p {
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

a {
	border-bottom: 0.2rem solid transparent;
	color: #000;
	font-size: inherit;
	text-decoration: none;
	transition: border-bottom 0.3s ease;
}
a:hover {
	/* border-bottom: 0.2rem solid #000; */
	text-decoration: none;
}


.Icon {
	align-items: center;
	display: flex;
	height: 3.2rem;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(-3rem, -50%);
	transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	width: 3.2rem;
}
.Icon > svg {
	height: 100%;
	width: 100%;
}
.Icon > svg path {
	fill: #fff;
}
.help-icon .Icon {
	left: 0;
	transform: translate(3rem, -50%);
}
.help-ButtonText {
	line-height: 1.2;
	color: inherit;
	font-family: SharpGroteskMedium, Arial, Verdana;
	font-size: 2rem;
	margin-bottom: 0;
	text-overflow: ellipsis;
	width: inherit;
}
.IconCirclular {
	margin: 0 auto 2rem;
	position: static;
	transform: none;
}
.help-ButtonTextCirclular {
	font-size: 2rem;
	margin-bottom: 0.6rem;
	margin-top: 3rem;
}
.IconOnly {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}
.IconOnly > svg {
	height: 3.2rem;
	width: 3.2rem;
}
.Cta__ButtonOnePrimary {
	border: 0;
	border-radius: 0.4rem;
	cursor: pointer;
	font-family: SharpGroteskMedium, Arial, Verdana;
	font-size: 2rem;
	font-weight: 400;
	max-width: 100%;
	min-height: 6rem;
	min-width: 100%;
	outline: none;
	position: relative;
	align-items: center;
	display: inline-flex;
	flex-wrap: wrap;
	padding: 1.3rem 8rem 1.3rem 3rem;
	text-align: left;
	transform: translateY(0);
	transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
		box-shadow 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
		background-color 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 1;
	background-color: #000;
}

.Cta__ButtonOnePrimary:hover {
	border-bottom: 0.1rem solid;
	transform: translateY(-0.3rem);
}
.Cta__ButtonOnePrimary.Cta__Disabled,
.Cta__ButtonOnePrimary:disabled {
	cursor: auto;
}
.Cta__ButtonOnePrimary.Cta__Disabled:hover,
.Cta__ButtonOnePrimary:active,
.Cta__ButtonOnePrimary:disabled:hover,
.Cta__ButtonOnePrimary:focus {
	transform: none;
}
.Cta__ButtonOnePrimary:hover {
	box-shadow: 0 0.3rem 0 0 rgba(0, 0, 0, 0.3);
}
.Cta__ButtonOnePrimary:active,
.Cta__ButtonOnePrimary:focus {
	color: hsla(0, 0%, 100%, 0.8);
}
.Cta__ButtonOnePrimary:focus {
	outline: none;
	border: 0.1rem solid hsla(0, 0%, 100%, 0);
}
.Cta__ButtonOnePrimary.Cta__Disabled,
.Cta__ButtonOnePrimary:disabled {
	background-color: #efeff0;
	color: #67686a;
}
.Cta__ButtonOnePrimary.Cta__Disabled:hover,
.Cta__ButtonOnePrimary:disabled:hover {
	box-shadow: none;
}
.Cta__ButtonOnePrimary--RightArrow:hover .Icon {
	transform: translate(-2rem, -50%);
}
.Cta__ButtonOnePrimary--RightArrow.Cta__Disabled:hover .Icon,
.Cta__ButtonOnePrimary--RightArrow:disabled:hover .Icon {
	transform: translate(-3rem, -50%);
}
.Cta__ButtonOnePrimary:hover {
	border-bottom: 0;
}
.Cta__ButtonOnePrimary.Cta__Disabled svg path,
.Cta__ButtonOnePrimary:disabled svg path {
	fill: #67686a;
}
.Cta__ButtonOnePrimary--RightArrow .Icon {
	transform: translate(-3rem, -50%);
}
.Cta__ButtonOnePrimary--RightArrow:focus .Icon,
.Cta__ButtonOnePrimary--RightArrow:hover .Icon {
	transform: translate(-2rem, -50%);
}
.Cta__ButtonOnePrimary--RightArrow .IconCirclular,
.Cta__ButtonOnePrimary--RightArrow:focus .IconCirclular,
.Cta__ButtonOnePrimary--RightArrow:hover .IconCirclular {
	transform: none;
}
.Cta__ButtonOnePrimary--LeftArrow .Icon {
	transform: translate(0);
}
.Cta__ButtonOnePrimary--LeftArrow:focus .Icon,
.Cta__ButtonOnePrimary--LeftArrow:hover .Icon {
	transform: translate(-1rem);
}




.btn-logo {
	border-radius: 0.4rem;
	cursor: pointer;
	font-family: SharpGroteskMedium, Arial, Verdana;
	font-size: 2rem;
	font-weight: 400;
	max-width: 70% !important;
	min-height: 6rem;
	min-width: 100%;
	outline: none;
	position: relative;
	align-items: center;
	display: inline-flex;
	flex-wrap: wrap;
	/* padding: 1.3rem 8rem 1.3rem 3rem; */
	padding: 4px 4px 4px 4px !important;
	text-align: left;
	transform: translateY(0);
	transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
		box-shadow 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
		background-color 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 1;
	background-color: #fff;
	border: 0.1rem solid #000;
	color: #000;
}
.Cta__ButtonTwoPrimary {
	border: 0;
	border-radius: 0.4rem;
	cursor: pointer;
	font-family: SharpGroteskMedium, Arial, Verdana;
	font-size: 2rem;
	font-weight: 400;
	max-width: 100%;
	min-height: 6rem;
	min-width: 100%;
	outline: none;
	position: relative;
	align-items: center;
	display: inline-flex;
	flex-wrap: wrap;
	padding: 1.3rem 8rem 1.3rem 3rem;
	text-align: left;
	transform: translateY(0);
	transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
		box-shadow 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
		background-color 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 1;
	background-color: #000;
	color: #fff;
}


.Cta__ButtonTwoPrimary:hover {
	box-shadow: 0 0.3rem 0 0 rgba(0, 0, 0, 0.3);
	background-color: black !important;
	border-bottom: 0;
	color: white;
}

.Cta__ButtonTwoPrimary svg path,
.Cta__ButtonTwoPrimary svg rect {
	fill: #fff;
}
.Cta__ButtonTwoPrimary--Narrow {
	min-width: 25rem;
}
.Cta__ButtonTwoSecondary {
	border-radius: 0.4rem;
	cursor: pointer;
	font-family: SharpGroteskMedium, Arial, Verdana;
	font-size: 2rem;
	font-weight: 400;
	max-width: 100%;
	min-height: 6rem;
	min-width: 100%;
	outline: none;
	position: relative;
	align-items: center;
	display: inline-flex;
	flex-wrap: wrap;
	padding: 1.3rem 8rem 1.3rem 3rem;
	text-align: left;
	transform: translateY(0);
	transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
		box-shadow 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
		background-color 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 1;
	background-color: #fff;
	border: 0.1rem solid #000;
	color: #000;
}

.Cta__ButtonTwoSecondary:hover {
	border-bottom: 0.1rem solid;
	transform: translateY(-0.3rem);
}
.Cta__ButtonTwoSecondary.Cta__Disabled,
.Cta__ButtonTwoSecondary:disabled {
	cursor: auto;
}
.Cta__ButtonTwoSecondary.Cta__Disabled:hover,
.Cta__ButtonTwoSecondary:active,
.Cta__ButtonTwoSecondary:disabled:hover,
.Cta__ButtonTwoSecondary:focus {
	transform: none;
}
.Cta__ButtonTwoSecondary svg path {
	fill: #000;
}
.Cta__ButtonTwoSecondary:hover {
	border-bottom: 0.1rem solid #000;
	box-shadow: 0 0.3rem 0 0 rgba(0, 0, 0, 0.3);
}
.Cta__ButtonTwoSecondary:active,
.Cta__ButtonTwoSecondary:focus {
	color: rgba(0, 0, 0, 0.8);
}
.Cta__ButtonTwoSecondary:focus {
	outline: none;
	border: 0.1rem solid hsla(0, 0%, 100%, 0);
}
.Cta__ButtonTwoSecondary.Cta__Disabled,
.Cta__ButtonTwoSecondary:disabled {
	opacity: 0.2;
}
.Cta__ButtonTwoSecondary.Cta__Disabled:hover,
.Cta__ButtonTwoSecondary:disabled:hover {
	box-shadow: none;
}
.Cta__ButtonTwoSecondary.help-icon {
	padding: 1.3rem 3rem 1.3rem 8rem;
}
.hlp-btn {
	border: 0;
	border-radius: 0.4rem;
	cursor: pointer;
	/* font-family: SharpGroteskMedium, Arial, Verdana; */
	font-size: 2rem;
	font-weight: 600;
	max-width: 100%;
	min-height: 6rem;
	outline: none;
	position: relative;
	align-items: center;
	display: inline-flex;
	flex-wrap: wrap;
	padding: 1.3rem 8rem 1.3rem 3rem;
	text-align: left;
	transform: translateY(0);
	transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
		box-shadow 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
		background-color 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 1;
	background-color: #fff;
	color: #000;
	min-width: 100%;
}
 
.hlp-btn:hover {
	border-bottom: 0.1rem solid;
	transform: translateY(-0.3rem);
}
.hlp-btn.Cta__Disabled,
.hlp-btn:disabled {
	cursor: auto;
}
.hlp-btn.Cta__Disabled:hover,
.hlp-btn:active,
.hlp-btn:disabled:hover,
.hlp-btn:focus {
	transform: none;
}
.hlp-btn:hover {
	box-shadow: 0 0.3rem 0 0 rgba(0, 0, 0, 0.3);
}
.hlp-btn:active,
.hlp-btn:focus {
	color: rgba(0, 0, 0, 0.8);
}
.hlp-btn:focus {
	outline: none;
}
.hlp-btn.Cta__Disabled,
.hlp-btn:disabled {
	background-color: #efeff0;
	color: #67686a;
}
.hlp-btn.Cta__Disabled:hover,
.hlp-btn:disabled:hover {
	box-shadow: none;
}
.hlp-btn:hover {
	border-bottom: 0;
}
.Cta__ButtonOverlap {
	height: auto;
	white-space: normal;
}
.Cta__ButtonOverlap .help-ButtonText {
	line-height: unset;
}
.Cta__ButtonOverlap .Icon {
	top: 3.2rem;
}
.Cta__Disabled {
	cursor: auto;
	pointer-events: none;
}
.Cta--NoIcon {
	justify-content: center;
	padding-right: 3rem;
}
.Cta--NoIcon.Cta--Spinner {
	transition: padding 0.3s;
}
.Cta--NoIcon.Cta--Spinner:disabled {
	padding-right: 10rem;
}
.Cta--NoIcon.Cta--Spinner:disabled .Icon {
	transform: translateY(-50%);
}
.Cta__BasicButton {
	margin-bottom: 4rem;
	margin-left: 3rem;
	margin-right: 3rem;
	min-width: auto;
	width: calc(100% - 6rem);
}
@media (min-width: 768px) {
	.Cta__BasicButton {
		margin-bottom: 8rem;
		width: auto;
	}
}
.Grid__AlignItemsStart {
	align-items: flex-start;
}
.Grid__AlignItemsCenter {
	align-items: center;
}
.Grid__JustifyContentCenter {
	justify-content: center;
}
.Grid__JustifyContentAround {
	justify-content: space-around;
}
.Grid__MarginAuto {
	margin-bottom: auto;
	margin-top: auto;
}
.Grid__FlexRowReverse {
	flex-direction: row-reverse;
}
@media (max-width: 767.98px) {
	.Column {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width: 767.98px) {
	.Column__MobilePadding {
		padding-left: 10px;
		padding-right: 10px;
	}
}
 
.StandardHeader__Back {
	position: absolute;
	width: 4rem;
	height: 4rem;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
	display: flex;
	align-items: center;
	padding: 0.8rem;
	cursor: pointer;
	left: 2.4rem;
	top: 9rem;
}
@media (min-width: 1025px) {
	.StandardHeader__Back {
		top: 17rem;
	}
}
.bookNow-Text {
	animation-duration: 0.4s;
	animation-fill-mode: forwards;
	display: block;
	font-family: SharpGroteskMedium, Arial, Verdana;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.6rem;
	transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
		box-shadow 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
		background-color 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 1025px) {
	.bookNow-Text {
		font-size: 2rem;
		line-height: 2.4rem;
	}
}
@media only screen and (max-width: 320px) and (orientation: portrait) {
	.bookNow-Text {
		font-size: 1.8rem;
		line-height: 1;
		margin-right: 0.6rem;
	}
}
@media (min-width: 768px) {
	.bookNow-Text-Mobile {
		display: none;
	}
}
.bookNow-Text-Desktop {
	display: none;
}
@media (min-width: 768px) {
	.bookNow-Text-Desktop {
		display: block;
	}
}
.StandardHeader__SecondaryCtaIcon {
	height: 2.4rem;
	opacity: 1;
	position: relative;
	top: 0.1rem;
	width: 2.4rem;
}
.StandardHeader__SecondaryCtaIcon path {
	fill: #fff;
}
@media only screen and (max-width: 320px) and (orientation: portrait) {
	.StandardHeader__SecondaryCtaIcon {
		top: 0;
	}
}
.StandardHeader__SecondaryCtaActiveIcon {
	height: 2.4rem;
	position: absolute;
	width: 2.4rem;
	right: 0.8rem;
	transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
		box-shadow 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
		background-color 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.StandardHeader__SecondaryCtaActiveIcon path {
	fill: #fff;
}
@media (min-width: 1025px) {
	.StandardHeader__SecondaryCtaActiveIcon {
		right: 2.4rem;
	}
}
@media only screen and (min-width: 769px) and (max-width: 896px) and (orientation: landscape) {
	.StandardHeader__SecondaryCtaActiveIcon {
		right: 1.2rem;
	}
}
@media (min-width: 768px) and (max-width: 1280.98px) {
	.StandardHeader__TertiaryCta {
		align-items: center;
		display: inline-flex;
		margin-right: 2.2rem;
	}
}
@media (min-width: 768px) and (max-width: 1280.98px) {
	.StandardHeader__TertiaryCtaText {
		color: #000;
		font-family: SharpGroteskMedium, Arial, Verdana;
		font-size: 1.8rem;
		line-height: 2rem;
	}
}
@media (min-width: 768px) and (max-width: 1280.98px) {
	.StandardHeader__TertiaryCtaIcon {
		align-self: center;
		margin-right: 1.4rem;
		order: -1;
		position: relative;
		top: -0.4rem;
		width: 3.2rem;
	}
}
.StandardHeader__LanguageButton {
	display: none;
	border: 0;
	min-width: 21rem;
	height: 100%;
}
.StandardHeader__LanguageButton:hover {
	border-bottom: 0;
	box-shadow: none;
}
@media (min-width: 1025px) {
	.StandardHeader__LanguageButton {
		display: flex;
	}
}
.HeaderContainer {
	background-color: #fff;
	min-height: 5rem;
	position: relative;
}
@media (max-width: 1024.98px) {
	.HeaderContainer {
		height: 6.4rem;
	}
}
@media (min-width: 1025px) {
	.HeaderContainer {
		min-height: 13.6rem;
	}
}
@media only screen and (min-width: 769px) and (max-width: 896px) and (orientation: landscape) {
	.HeaderContainer {
		min-height: 5rem;
	}
}
@media (min-width: 1281px) {
	.HeaderContainer {
		min-height: 13.6rem;
	}
}
.HeaderContainer:after {
	background-color: #fff;
	content: "";
	display: block;
	height: 5rem;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 6;
}
@media (min-width: 768px) {
	.HeaderContainer:after {
		height: 6.4rem;
	}
}
@media only screen and (min-width: 769px) and (max-width: 896px) and (orientation: landscape) {
	.HeaderContainer:after {
		height: 5rem;
	}
}
@media (min-width: 1281px) {
	.HeaderContainer:after {
		height: 13.6rem;
	}
}
@media (min-width: 768px) {
	.HeaderContainer--Minimal {
		min-height: 8rem;
	}
	.HeaderContainer--Minimal:after {
		height: 8rem;
	}
}
@media only screen and (min-width: 769px) and (max-width: 896px) and (orientation: landscape) {
	.HeaderContainer--Minimal {
		height: auto;
	}
}
@media (min-width: 1025px) {
	.HeaderContainer--CityPage {
		min-height: 7.6rem;
	}
	.HeaderContainer--CityPage .Header,
	.HeaderContainer--CityPage:after {
		height: 7.6rem;
	}
}
@media only screen and (min-width: 769px) and (max-width: 896px) and (orientation: landscape) {
	.HeaderContainer--CityPage {
		height: auto;
	}
}
.Header {
	height: 5rem;
	padding-right: 5.4rem;
	right: 0;
	position: fixed;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 7;
}
@media (max-width: 1024.98px) {
	.Header {
		height: 6.4rem;
	}
}
@media (min-width: 768px) {
	.Header {
		height: 6.4rem;
		padding-left: 0;
	}
}
@media only screen and (min-width: 769px) and (max-width: 896px) and (orientation: landscape) {
	.Header {
		height: 5rem;
		padding-left: 5.4rem;
	}
}
@media (min-width: 1025px) {
	.Header {
		height: 13.6rem;
		padding-right: 0;
	}
}
@media (min-width: 768px) {
	.HeaderContainer--Minimal .Header {
		height: 8rem;
	}
}
.Image {
	display: block;
	min-height: 0.1rem;
	min-width: 0.1rem;
	opacity: 1;
	transition: opacity 0.25s ease-in;
}

.Text-Link {
	color: #000;
	display: inline-flex;
	font-size: 1.8rem;
	letter-spacing: 0.03rem;
	line-height: 2.7rem;
}
.Text-Link,
.Text-Link:focus,
.Text-Link:hover {
	border-bottom: 0;
}
.Text-Link:focus .Text-Link-Text:after,
.Text-Link:hover .Text-Link-Text:after {
	transform: scaleX(1) translateY(0.1rem);
}
.Text-Link:focus {
	outline: none;
}
.Text-Link-Light {
	color: #fff;
}
.Text-Link-Small {
	font-size: 14px;
}
.Text-Link-Text {
	align-self: flex-start;
	border-bottom: 0.1rem solid #000;
	display: inline-block;
	font-weight: 500;
	line-height: 1.1;
	transition: border-bottom 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	word-break: break-word;
}
@media (min-width: 768px) {
	.Text-Link-Text {
		word-break: normal;
	}
}
.Text-Link-Text:after {
	border-bottom: 0.2rem solid #000;
	content: "";
	display: block;
	transform: scaleX(0) translateY(0.1rem);
	transform-origin: 0 50%;
	transition: transform 0.15s ease-in-out;
}
.Text-Link-Dark .Text-Link-Text,
.Text-Link-Dark .Text-Link-Text:after {
	border-bottom-color: hsla(0, 0%, 100%, 0);
}
.Text-Link-Dark:focus .Text-Link-Text:after,
.Text-Link-Dark:hover .Text-Link-Text:after {
	border-bottom-color: #000;
}
.Text-Link-Light .Text-Link-Text:after {
	border-bottom-color: #a4a4a5;
}
.Text-Link-Light:focus .Text-Link-Text:after,
.Text-Link-Light:hover .Text-Link-Text:after {
	border-bottom-color: #fff;
}
.Text-Link-Icon {
	border-bottom: 0;
	height: 2.4rem;
	margin-right: 1rem;
	transition: border-bottom 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	width: 2.4rem;
}
.Text-Link-Icon rect {
	fill: #000;
}
.Text-Link-Light .Text-Link-Icon rect {
	fill: #fff;
}
.RichTextParser__RichTextField ol,
.RichTextParser__RichTextField ul {
	color: #67686a;
	margin-bottom: 2rem;
	margin-top: 2rem;
	padding-left: 3rem;
}
.RichTextParser__RichTextField ol li,
.RichTextParser__RichTextField ul li {
	line-height: 1.5;
	font-size: 1.8rem;
	margin-bottom: 2rem;
	padding-left: 1rem;
}
.RichTextParser__RichTextField ul li {
	position: relative;
}
.RichTextParser__RichTextField ul li:before {
	background-color: #000;
	border-radius: 50%;
	content: "";
	height: 0.8rem;
	left: -2rem;
	position: absolute;
	top: 1rem;
	width: 0.8rem;
}
.RichTextParser__RichTextField ul ul li {
	position: relative;
}
.RichTextParser__RichTextField ul ul li:before {
	background-color: hsla(0, 0%, 100%, 0);
	border: 0.1rem solid #000;
}
.RichTextParser__RichTextField li ol > li:before {
	font-weight: 400;
}
.RichTextParser__RichTextField ol {
	counter-reset: section;
	list-style: none;
}
.RichTextParser__RichTextField ol li {
	position: relative;
}
.RichTextParser__RichTextField ol li:before {
	color: #000;
	content: counter(section) ". ";
	counter-increment: section;
	font-weight: 500;
	left: -3.2rem;
	position: absolute;
	text-align: center;
	width: 3.2rem;
}
.RichTextParser__RichTextField {
	margin-bottom: 4rem;
	overflow-x: auto;
}
@media (min-width: 1025px) {
	.RichTextParser__RichTextField {
		margin-bottom: 8rem;
	}
}
.RichTextParser__RichTextField :last-child {
	margin-bottom: 0;
}
._loader__Container {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%;
	flex-wrap: wrap;
	align-content: center;
}
._loader__Spinner {
	width: 20rem;
}
@media (min-width: 1025px) {
	._loader__Spinner {
		width: 30rem;
	}
}
Line {
	opacity: 0;
}
._loader__Line-1 {
	animation-delay: 0s;
	animation-duration: 3s;
	stroke-dasharray: 167;
	stroke-dashoffset: 167;
}
._loader__Line-2 {
	animation-delay: 0.4s;
	animation-duration: 3s;
	stroke-dasharray: -43;
	stroke-dashoffset: -43;
}
._loader__Line-3 {
	animation-delay: 0.8s;
	animation-duration: 3s;
	stroke-dasharray: 75;
	stroke-dashoffset: 75;
}
._loader__Line-4 {
	animation-delay: 1.2s;
	animation-duration: 3s;
	stroke-dasharray: 110;
	stroke-dashoffset: 110;
}
._loader__Line-5 {
	animation-delay: 1.6s;
	animation-duration: 3s;
	stroke-dasharray: 101;
	stroke-dashoffset: 101;
}
._loader__Line-6 {
	animation-delay: 2s;
	animation-duration: 3s;
	stroke-dasharray: -40;
	stroke-dashoffset: -40;
}
._loader__Line-7 {
	animation-delay: 2.4s;
	animation-duration: 3s;
	stroke-dasharray: 104;
	stroke-dashoffset: 104;
}
._loader__Bolt {
	margin-top: auto;
}
._loader__Bolt._loader__Animating line {
	animation-name: _loader__slidein1;
	animation-iteration-count: infinite;
}
@keyframes _loader__slidein1 {
	0% {
		opacity: 0;
	}
	10% {
		opacity: 0.33;
		stroke-dashoffset: 0;
	}
	20% {
		opacity: 1;
		stroke-dashoffset: 0;
	}
	21% {
		opacity: 1;
	}
	22% {
		opacity: 0;
		stroke-dashoffset: 0;
	}
	to {
		opacity: 0;
		stroke-dashoffset: 0;
	}
}
._loader__Text {
	font-size: 2.8rem;
	color: #fff;
	width: 100%;
	text-align: center;
	margin-bottom: auto;
	margin-top: 2rem;
	padding: 0 3rem;
}
@media (min-width: 1025px) {
	._loader__Text {
		padding: 0 8rem;
	}
}
.StudentBookingCrumbs {
	background-color: #000;
	color: #fff;
	display: flex;
	width: 100%;
	z-index: 4;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
@media (min-width: 1025px) {
	.StudentBookingCrumbs {
		padding-left: 4rem;
		padding-right: 4rem;
		position: fixed;
	}
}
.StudentBookingCrumbs__Crumb {
	background-color: transparent;
	color: #fff;
	cursor: not-allowed;
	font-size: 1.4rem;
	padding: 1.2rem 2rem;
	text-align: center;
	transition: background-color 0.3s ease-in-out, padding 0.3s ease-in-out;
	width: 100%;
}
@media (min-width: 1025px) {
	.StudentBookingCrumbs__Crumb {
		text-align: left;
		width: 25%;
	}
}
.StudentBookingCrumbs__Crumb--Selected {
	cursor: default;
	font-weight: 500;
}
@media (min-width: 1025px) {
	.StudentBookingCrumbs__Crumb--Selected {
		background-color: #fff;
		color: #000;
	}
}
.BubbleMessage__InfoBubbleContainer {
	border-radius: 0.5rem;
	display: flex;
	margin-bottom: 1rem;
	margin-top: 2rem;
	padding: 2.3rem 2.3rem 1.7rem;
	position: relative;
	transition: background-color 0.25s ease-in;
}
@media (min-width: 1025px) {
	.BubbleMessage__InfoBubbleContainer {
		width: 110%;
	}
}
.BubbleMessage__InfoBubbleContainer:before {
	background-color: #dc796c;
	content: "";
	height: 2.5rem;
	left: 2.4rem;
	position: absolute;
	top: 0;
	transform: rotate(45deg) translateY(-50%);
	transition: background-color 0.25s ease-in;
	width: 2.5rem;
}
.BubbleMessage__InfoBubbleIcon {
	height: 2rem;
	width: 2rem;
}
.BubbleMessage__InfoBubbleContainer--Failure .BubbleMessage__InfoBubbleIcon {
	display: none;
}
.BubbleMessage__InfoBubbleRichText {
	margin: 0;
	padding-left: 1rem;
}
.BubbleMessage__InfoBubbleRichText p {
	color: #000;
	font-size: 1.6rem;
}
.BubbleMessage__InfoBubbleContainer--Failure
	.BubbleMessage__InfoBubbleRichText {
	padding-left: 0;
}
.BubbleMessage__InfoBubbleRichText .Text-Link-Text {
	border-bottom: 0.1rem solid #000;
	font-size: medium;
}
.BubbleMessage__InfoBubbleRichText--NoInfo {
	padding-left: 0;
}
.BubbleMessage__InfoBubbleContainer--Info {
	background-color: #66bf8a;
}
.BubbleMessage__InfoBubbleContainer--Info:before {
	content: none;
}
.BubbleMessage__InfoBubbleContainer--Loading,
.BubbleMessage__InfoBubbleContainer--Loading:before {
	background-color: #a4a4a5;
}
.BubbleMessage__InfoBubbleContainer--Success,
.BubbleMessage__InfoBubbleContainer--Success:before {
	background-color: #66bf8a;
}
.BubbleMessage__InfoBubbleContainer--Failure,
.BubbleMessage__InfoBubbleContainer--Failure:before {
	background-color: #dc796c;
}
.StudentBooking {
	padding-left: 3rem;
	padding-right: 3rem;
}
@media (min-width: 768px) {
	.StudentBooking {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (min-width: 1025px) {
	.StudentBooking {
		padding-left: 4rem;
		padding-right: 4rem;
	}
}
.StudentBooking .FormGroup__FormGeneric {
	padding: 0;
}
.StudentBooking__InactivityModal {
	position: fixed;
	top: 50%;
	left: calc(50% - 20px);
	z-index: 99;
	box-sizing: border-box;
	width: calc(100% - 20px);
	max-width: 400px;
	padding: 60px 20px;
	margin: 0 20px;
	font-size: 24px;
	text-align: center;
	background-color: #fff;
	border: 4px solid #000;
	transform: translate(-50%, -50%);
}
.StudentBooking__InactivityModalCTA {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 30px;
}
.StudentBooking__LocationHeading {
	margin-top: 2.4rem;
}
@media (min-width: 1025px) {
	.StudentBooking__LocationHeading {
		margin-top: 8.6rem;
	}
}
.StudentBooking__ImageMessageContainer {
	margin-left: -3rem;
	width: calc(100% + 6rem);
}
@media (min-width: 768px) {
	.StudentBooking__ImageMessageContainer {
		margin-left: -4rem;
		margin-top: 4rem;
		width: calc(100% + 8rem);
	}
}
@media (min-width: 1025px) {
	.StudentBooking__ImageMessageContainer {
		margin-left: 0;
		margin-top: 8.6rem;
		transform: translateX(25%);
		width: 100%;
	}
}
.StudentBooking__GetInTouch {
	margin-top: 4rem;
}
.StudentBooking__DatesHeader {
	font-size: 2.5rem;
	margin-bottom: 1rem;
	margin-top: 6rem;
}
.StudentBooking__MaxMinStayInfo {
	color: #71717f;
	font-size: 1.4rem;
	margin-bottom: 1rem;
}
.StudentBooking__GroupCode {
	margin-bottom: 4rem;
}
.StudentBooking__Tooltip {
	margin-bottom: 0;
}
.StudentBooking__Tooltip p {
	color: #000;
	font-size: medium;
	margin-bottom: 1rem;
}
.StudentBooking__Tooltip .Text-Link-Text {
	border-bottom: 0.1rem solid #000;
	font-size: medium;
}
.StudentBooking__QuoteContainer {
	align-items: flex-start;
	background-color: #6af;
	display: flex;
	margin-top: -2rem;
	padding: 2rem 3rem;
	position: relative;
	width: calc(100% - 3rem);
}
@media (min-width: 1025px) {
	.StudentBooking__QuoteContainer {
		padding: 2rem;
		width: calc(100% - 8rem);
	}
}
.StudentBooking__QuoteIcon {
	height: 2rem;
	margin-right: 1rem;
	margin-top: 0.6rem;
	width: 2rem;
}
.StudentBooking__Quote {
	margin-bottom: 0;
	padding-left: 2rem;
}
.StudentBooking__Quote p {
	color: #000;
	font-size: 2rem;
}
@media (min-width: 1025px) {
	.StudentBooking__Quote p {
		font-size: 3rem;
	}
}
.StudentBooking__Loading {
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	cursor: progress;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 13;
}
.FormGroup__FormGeneric {
	padding: 0 3rem 4rem;
}
@media (min-width: 768px) {
	.FormGroup__FormGeneric {
		padding: 0 0 4rem;
	}
}
.FormGroup__FormGeneric--FadeIn {
	animation-direction: normal;
	animation-duration: 0.6s;
	animation-fill-mode: forwards;
	animation-name: FormGroup__fadeIn;
}
.FormGroup__FormGeneric--BookingWidget {
	opacity: 0;
	padding: 0 0 4rem;
	width: 100%;
}
@media (min-width: 768px) {
	.FormGroup__FormGeneric--BookingWidget {
		padding: 0 0 4rem;
	}
}
@media (min-width: 768px) {
	.FormGroup__FormGeneric--BookingWidget .FormGroup--Full {
		max-width: 31rem;
		width: 50%;
	}
}
.FormGroup__FormGeneric--BookingWidget .FormGroup--Max {
	width: 100%;
	max-width: 100%;
}
@media (min-width: 768px) {
	.FormGroup__FormGeneric--BookingWidget .FormGroup--Max {
		max-width: 45.5rem;
		width: auto;
	}
}
@media (min-width: 768px) {
	.FormGroup__FormGeneric--BookingWidget .FormGroup--Blank {
		margin-top: 2rem;
	}
}
@media (min-width: 768px) {
	.FormGroup__FormGeneric--BookingWidget .FormGroup--SingleDateField {
		width: 100%;
	}
}
@media (min-width: 768px) {
	.FormGroup__FormGeneric--BookingWidget .FormGroup--DateField {
		width: 40%;
	}
}
@media (min-width: 768px) {
	.FormGroup__FormGeneric--BookingWidget .DateInput {
		margin-right: 1rem;
		width: 40%;
		max-width: 31rem;
	}
}
.FormGroup__FormGeneric--BookingWidget .DateInput ::placeholder {
	color: #000;
}
.FormGroup__FormGeneric--BookingWidget .DateInput_input {
	color: #000;
}
.FormGroup__FormGeneric--BookingWidget .Cta__Disabled {
	background-color: #efeff0;
	color: #67686a;
}
.FormGroup__FormGeneric--BookingWidget .Cta__Disabled svg g {
	fill: #000;
}
@keyframes FormGroup__fadeIn {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.FormGroup {
	position: relative;
}
.FormGroup select {
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
}
.FormGroup select::-ms-expand {
	display: none;
}
.FormGroup--Simple {
	margin: 0 0 2.2rem;
}
.FormGroup--Simple:after {
	border-bottom: 0.1rem solid #67686a;
	content: "";
	display: block;
	height: 0.1rem;
	margin: auto;
	position: relative;
	top: -1rem;
	width: calc(100% - 2rem);
}
.FormGroup--Simple.FormGroup--Panel:after {
	border-bottom: 0.1rem solid #000;
}
.FormGroup--Simple select {
	cursor: pointer;
}
.FormGroup--Simple input,
.FormGroup--Simple select,
.FormGroup--Simple textarea {
	background-color: transparent;
	display: block;
	font-family: Rubik, Arial, sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	border: 0;
	border-radius: 0.5rem;
	height: 6.5rem;
	max-width: 100%;
	padding: 0 4rem 0 1rem;
	position: relative;
	z-index: 0;
}
.FormGroup--Simple input:active,
.FormGroup--Simple input:focus,
.FormGroup--Simple select:active,
.FormGroup--Simple select:focus,
.FormGroup--Simple textarea:active,
.FormGroup--Simple textarea:focus {
	outline: none;
}
.FormGroup--Simple .FormGroup__Label {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}
.FormGroup--Full {
	border: 0.1rem solid #67686a;
	border-radius: 0.5rem;
	margin-bottom: 1rem;
	padding: 1rem 1.5rem;
}
.FormGroup--Full .FormGroup__Label {
	color: #67686a;
	display: block;
	font-size: 1.4rem;
	margin-bottom: 0.5rem;
}
.FormGroup--Full .FormGroup__Content {
	position: relative;
}
.FormGroup--Full input,
.FormGroup--Full select,
.FormGroup--Full textarea {
	background-color: transparent;
	display: block;
	font-family: Rubik, Arial, sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	border: 0;
	border-radius: 0.5rem;
	max-width: 100%;
	padding: 1rem 0;
	position: relative;
	z-index: 1;
}
.FormGroup--Full input:active,
.FormGroup--Full input:focus,
.FormGroup--Full select:active,
.FormGroup--Full select:focus,
.FormGroup--Full textarea:active,
.FormGroup--Full textarea:focus {
	outline: none;
}
.FormGroup--Full input::placeholder,
.FormGroup--Full select::placeholder,
.FormGroup--Full textarea::placeholder {
	font-weight: 400;
	color: #67686a;
}
.FormGroup--Full textarea {
	min-height: 6rem;
	min-width: 100%;
}
.FormGroup--DatePicker,
.FormGroup--Dropdown {
	display: block;
}
.FormGroup--DatePicker .DateInput_input {
	color: #000;
}
.FormGroup--DatePicker > .FormGroup__Label {
	display: none;
}
.FormGroup--DatePicker--EmailForm,
.FormGroup--DatePicker--StudentBooking {
	display: block;
}
.FormGroup--DatePicker--EmailForm .DateInput_input,
.FormGroup--DatePicker--StudentBooking .DateInput_input {
	color: #000;
}
.FormGroup--DatePicker--EmailForm > .FormGroup__Label,
.FormGroup--DatePicker--StudentBooking > .FormGroup__Label {
	display: none;
}
.FormGroup--Focussed {
	outline: none;
}
.FormGroup--Focussed.FormGroup--SemesterRadio {
	box-shadow: none;
}
.FormGroup__FormikCtaContainer {
	margin-top: 2rem;
}
@media (min-width: 768px) {
	.FormGroup__FormikCtaContainer {
		margin-top: 4rem;
	}
}
.FormGroup--Buttons,
.FormGroup--SemesterRadio {
	margin: 4rem 0;
}
.FormGroup--Buttons .FormGroup__Label,
.FormGroup--SemesterRadio .FormGroup__Label {
	color: #67686a;
	display: block;
	font-size: 1.8rem;
	margin-bottom: 2rem;
}
.FormGroup--Buttons .FormGroup__HelpTextContainer,
.FormGroup--SemesterRadio .FormGroup__HelpTextContainer {
	bottom: auto;
	top: 0;
}
.FormGroup--Full.FormGroup--Error {
	border: 0.2rem solid #c4200a;
}
.FormGroup--Full.FormGroup--Hidden {
	height: 0;
	margin: 0;
	opacity: 0;
	padding: 0;
}
.FormGroup--Blank > .FormGroup__Label {
	display: none;
}
.FormGroup--SingleDateField {
	width: 100%;
}
@media (min-width: 768px) {
	.FormGroup--SingleDateField {
		padding: 1rem 1.5rem 2.3rem;
		margin-right: 1rem;
		width: 100%;
	}
	.FormGroup--SingleDateField .FormGroup__Icon {
		top: 80%;
	}
}
.FormGroup--DateField {
	width: 100%;
}
@media (min-width: 768px) {
	.FormGroup--DateField {
		padding: 1rem 1.5rem 2.3rem;
		margin-right: 1rem;
		width: 40%;
	}
	.FormGroup--DateField .FormGroup__Icon {
		top: 80%;
	}
}
.FormGroup--DatePicker--EmailForm .FormGroup--DateField,
.FormGroup--DatePicker--StudentBooking .FormGroup--DateField {
	width: 100%;
	padding: 1rem 1.5rem 2.3rem;
	margin-right: 1rem;
}
.FormGroup__Icon {
	height: 3.2rem;
	pointer-events: none;
	width: 3.2rem;
}
.FormGroup__Icon,
.FormGroup__SubmitIcon {
	position: absolute;
	right: 0.5rem;
	top: 50%;
	transform: translateY(-50%);
}
.FormGroup__SubmitIcon {
	height: 4.8rem;
	width: 4.8rem;
	z-index: 1;
}
@media (min-width: 768px) {
	.FormGroup__SubmitIcon {
		height: 3.2rem;
		width: 3.2rem;
	}
}
.FormGroup__SubmitIconLabel {
	opacity: 0;
}
.FormGroup__HelpTextContainer {
	bottom: 0.6rem;
	height: 2.6rem;
	position: absolute;
	right: 0;
	width: 2.6rem;
	z-index: 2;
}
.FormGroup__Info--Open path:first-child,
.FormGroup__Info:hover path:first-child {
	fill: #000;
}
.FormGroup__Info--Open path:nth-child(2),
.FormGroup__Info:hover path:nth-child(2) {
	fill: #fff;
}
.FormGroup__AppendMessage {
	font-family: Rubik, Arial, sans-serif;
	font-size: 1.8rem;
	font-weight: 400;
	padding-top: 0.4em;
}
.FormGroup__Info {
	border-radius: 50%;
	height: 2.6rem;
	position: absolute;
	width: 2.6rem;
	z-index: 3;
}
.FormGroup__Info svg {
	pointer-events: none;
}
.FormGroup__Info:focus {
	outline: none;
}
.FormGroup__Info:hover ~ .FormGroup__HelpText {
	opacity: 1;
	z-index: 1;
	pointer-events: all;
}
.FormGroup__Info g * {
	transition: fill 0.1s ease-in;
}
.FormGroup__Info svg path {
	fill: #000;
}
.FormGroup__Info svg path:first-child {
	fill: #d1d1d2;
}
.FormGroup__HelpText {
	background-color: #b2d4ff;
	border-radius: 0.5rem;
	border-bottom-right-radius: 0;
	bottom: 3.5rem;
	font-size: 1.6rem;
	min-width: 25rem;
	opacity: 0;
	padding: 1.6rem;
	position: absolute;
	right: 0;
	cursor: help;
	transition: opacity 0.1s ease-in;
	line-height: 1.6;
	pointer-events: none;
}
.FormGroup__HelpText--Open {
	opacity: 1;
	z-index: 1;
	pointer-events: all;
}
.Radio {
	height: 3.2rem;
	margin-bottom: 1rem;
	position: relative;
}
.Radio:hover .Radio__Label {
	background-size: 100% 0.1rem;
}
.Radio:hover .Radio__Tick {
	outline: none;
}
.Radio--FilterRadio {
	margin-right: 2rem;
}
@media (min-width: 768px) {
	.Radio--FilterRadio {
		margin-right: 0;
	}
}
.Radio--SemesterRadio {
	align-content: center;
	align-items: center;
	background-color: #e1e1e1;
	border-radius: 0.5rem;
	display: flex;
	padding: 3.5rem;
}
.Radio__Input {
	cursor: pointer;
	height: 100%;
	left: 0.2rem;
	opacity: 0;
	position: absolute;
	top: 0.2rem;
	width: 100%;
}
.Radio__Input:focus + .Radio__Tick {
	outline: none;
}
.Radio__Tick {
	background-color: #fff;
	border: 0.1rem solid #67686a;
	border-radius: 50%;
	box-shadow: 0 0 0 0.3rem hsla(0, 0%, 100%, 0);
	cursor: pointer;
	display: block;
	height: 3.2rem;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
	width: 3.2rem;
}
.Radio__Tick--FilterRadio {
	background-color: #fff;
	left: 0;
	right: auto;
}
.Radio__Tick--SemesterRadio {
	background-color: #fff;
	left: 2rem;
	top: 50%;
	transform: translateY(-50%);
}
.Radio__Input:checked + .Radio__Tick {
	background-color: #008535;
	border: 0.1rem solid #008535;
}
.Radio__Input:checked + .Radio__Tick:after {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 1.2rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1.2rem;
}
.Radio__Label {
	background-image: linear-gradient(currentColor, currentColor);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 0 0.1rem;
	display: inline;
	text-decoration: none;
	transition: background-size 0.3s;
	color: #67686a;
	cursor: pointer;
	font-size: 1.6rem;
	left: 4rem;
	padding: 0.5rem 0;
	position: relative;
	top: 0.6rem;
}
.Radio__Label:focus,
.Radio__Label:hover {
	background-size: 100% 0.1rem;
}
@media (min-width: 768px) {
	.Radio__Label {
		font-size: 1.8rem;
	}
}
.Radio--Checked .Radio__Label {
	color: #000;
	font-weight: 500;
}
.Radio__Label--FilterRadio {
	color: #000;
	font-size: 1.6rem;
	padding: 0.8rem 0 0.5rem 4rem;
}
.Radio--Checked .Radio__Label--FilterRadio {
	font-weight: 500;
}
.Radio__Label--SemesterRadio {
	color: #000;
	font-weight: 500;
	pointer-events: none;
	top: 0;
}
.Radio__HelpTextContainer {
	right: 1rem;
	z-index: 2;
}
.Radio__HelpTextContainer,
.Radio__Info {
	height: 2.6rem;
	position: absolute;
	width: 2.6rem;
}
.Radio__Info {
	border-radius: 50%;
	z-index: 3;
}
.Radio__Info:focus {
	outline: none;
}
.Radio__Info g * {
	transition: fill 0.1s ease-in;
}
.Radio__Info--Open g :first-child {
	fill: #ff9ab0;
}
.Radio__Info--Open g :nth-child(2),
.Radio__Info--Open g :nth-child(3) {
	fill: #000;
}
.Radio__HelpText {
	background-color: #b2d4ff;
	border-radius: 0.5rem;
	border-bottom-right-radius: 0;
	bottom: 3.5rem;
	cursor: help;
	font-size: 1.6rem;
	line-height: 1.6;
	min-width: 25rem;
	opacity: 0;
	padding: 1.6rem;
	pointer-events: none;
	position: absolute;
	right: 0;
	transition: opacity 0.1s ease-in;
}
.Radio__HelpText--Open {
	opacity: 1;
	pointer-events: all;
	z-index: 1;
}
.Checkbox {
	margin-bottom: 1rem;
}
.Checkbox:hover .Checkbox__Label {
	background-size: 100% 0.1rem;
}
.Checkbox:hover .Checkbox__Tick,
.Checkbox__Input:focus + .Checkbox__Tick {
	outline: none;
}
.Checkbox__Tick {
	height: 3.2rem;
	width: 3.2rem;
}
.Checkbox__Input:checked + .Checkbox__Tick {
	background-color: #008535;
	border: 0.1rem solid #008535;
}
.Checkbox__Input:checked + .Checkbox__Tick .Checkbox__TickIcon {
	height: 1.6rem;
	width: 1.6rem;
}
.Checkbox__Input:checked + .Checkbox__Tick .Checkbox__TickIcon path {
	fill: #fff;
}
.Checkbox__Label {
	background-image: linear-gradient(currentColor, currentColor);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 0 0.1rem;
	display: inline;
	text-decoration: none;
	transition: background-size 0.3s;
	color: #67686a;
	font-size: 1.8rem;
	padding: 0.5rem 0;
}
.Checkbox__Label:focus,
.Checkbox__Label:hover {
	background-size: 100% 0.1rem;
}
.Checkbox__Label p {
	color: #000;
}
.Checkbox__Label p,
.Checkbox__Label p > a {
	font-size: 1.6rem;
}
.Checkbox__Label .RichTextParser__RichTextField {
	margin: 0;
}
.Password__PasswordToggle {
	bottom: 0;
	position: absolute;
	right: 0;
	z-index: 2;
}
.Password__ToggleIcon {
	height: 2.5rem;
	width: 2.5rem;
}
.Phone__PhoneInput {
	display: flex;
}
.Phone__SelectContainer {
	position: relative;
	width: 45%;
}
.Phone__SelectContainer:after {
	background-color: #67686a;
	bottom: -1rem;
	content: "";
	height: 8.2rem;
	position: absolute;
	right: 0;
	width: 0.1rem;
}
.Phone__SelectIcon {
	margin-top: -1.6rem;
	position: absolute;
	right: 1rem;
	top: 50%;
	width: 3.2rem;
}
.Phone__Input {
	margin-left: 2rem;
}
.Errors__FormGroup-Error {
	color: #c4200a;
	font-size: 1.4rem;
	margin-bottom: 1rem;
}
.Errors__PasswordError {
	display: flex;
}
.Errors__PasswordErrorLabel {
	color: #67686a;
	font-size: 1.6rem;
}
.Errors__PasswordErrorList {
	margin: 0;
	padding-left: 1.5rem;
}
.Errors__PasswordErrorItem {
	color: #67686a;
	display: block;
	font-size: 1.6rem;
	margin-bottom: 1.5rem;
}
.Errors__PasswordErrorItem .Errors__ValidTick {
	background-color: #008535;
	border-radius: 50%;
	display: none;
	height: 2rem;
	line-height: 1.4;
	margin-right: 1rem;
	padding: 0 0.4rem;
	width: 2rem;
}
.Errors__PasswordErrorItem .Errors__ValidTick svg {
	fill: #fff;
}
.Errors__PasswordErrorItem:before {
	content: none;
}
.Errors__PasswordErrorItem--Errored {
	color: #c4200a;
}
.Errors__PasswordErrorItem--Checked {
	color: #008535;
}
.Errors__PasswordErrorItem--Checked .Errors__ValidTick {
	display: inline-block;
}
.Errors__FormGroup-BlockError {
	align-items: center;
	background-color: #dc796c;
	border-radius: 1rem;
	display: flex;
	margin-bottom: 2rem;
	padding: 1rem;
	text-align: left;
}
.Errors__FormGroup-BlockError svg {
	height: 3rem;
	width: 3rem;
}
.Errors__FormGroup-BlockError p {
	color: #000;
	font-size: 1.6rem;
	margin-bottom: 0;
	margin-left: 1rem;
}
.PresetDateRangePicker_panel {
	padding: 0 22px 11px;
}
.PresetDateRangePicker_button {
	position: relative;
	height: 100%;
	text-align: center;
	background: 0 0;
	border: 2px solid #00a699;
	color: #00a699;
	padding: 4px 12px;
	margin-right: 8px;
	font: inherit;
	font-weight: 700;
	line-height: normal;
	overflow: visible;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
.PresetDateRangePicker_button:active {
	outline: 0;
}
.PresetDateRangePicker_button__selected {
	color: #fff;
	background: #00a699;
}
.SingleDatePickerInput {
	display: inline-block;
	background-color: #fff;
}
.SingleDatePickerInput__withBorder {
	border-radius: 2px;
	border: 1px solid #dbdbdb;
}
.SingleDatePickerInput__rtl {
	direction: rtl;
}
.SingleDatePickerInput__disabled {
	background-color: #f2f2f2;
}
.SingleDatePickerInput__block {
	display: block;
}
.SingleDatePickerInput__showClearDate {
	padding-right: 30px;
}
.SingleDatePickerInput_clearDate {
	background: 0 0;
	border: 0;
	color: inherit;
	font: inherit;
	line-height: normal;
	overflow: visible;
	cursor: pointer;
	padding: 10px;
	margin: 0 10px 0 5px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (min-width: 768px) {
	.ModalHeader__Title {
		color: #000;
		font-family: SharpGroteskSemiBold, Arial, Verdana;
		font-size: 4rem;
		font-weight: 800;
		letter-spacing: 0.03rem;
		margin-bottom: 0;
		text-align: center;
	}
}
.ModalHeader__CloseIcon {
	display: block;
	height: 3.2rem;
	position: absolute;
	right: 2rem;
	top: 2rem;
	transform: scale(1);
	transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
		0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	width: 3.2rem;
	z-index: 3;
}
@media (min-width: 768px) {
	.ModalHeader__CloseIcon {
		display: block;
		height: 3.2rem;
		position: absolute;
		right: 0;
		width: 3.2rem;
	}
}
.ModalHeader__CloseIcon:before {
	background-color: #000;
	border-radius: 50%;
	bottom: 0;
	content: "";
	height: 3.2rem;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	transform: scale(0);
	transition: transform 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	width: 3.2rem;
	z-index: -1;
}
.ModalHeader__CloseIcon:focus:before,
.ModalHeader__CloseIcon:hover:before {
	transform: scale(1);
}
.ModalHeader__CloseIcon:focus svg path,
.ModalHeader__CloseIcon:hover svg path {
	fill: #fff;
}
.ModalHeader__CloseIcon:hover {
	transform: scale(1.1);
}
.ModalHeader__CloseIcon:active,
.ModalHeader__CloseIcon:focus {
	outline: none;
	border-radius: 9999rem;
}
.ModalHeader__Aside {
	padding-left: 3rem;
	padding-right: 3rem;
}
@media (min-width: 768px) {
	.ModalHeader__Aside {
		padding-left: 0;
		padding-right: 0;
	}
}
.GenericError {
	text-align: center;
}
.GenericError__Image {
	margin-bottom: 3rem;
}
.GenericError__Image--Small {
	width: 8.6rem;
}
.GenericError__Image--Large {
	width: 20rem;
}
.GenericError__Title {
	line-height: 1.25;
	font-size: 2.4rem;
	color: #000;
	display: block;
	font-family: SharpGroteskSemiBold, Arial, Verdana;
	margin-bottom: 1.4rem;
}
@media (min-width: 768px) {
	.GenericError__Title {
		font-size: 2.4rem;
	}
}
.SearchInput {
	padding-right: 4.2rem;
	position: relative;
}
@media (min-width: 768px) {
	.SearchInput {
		display: flex;
		flex-wrap: wrap;
		padding-right: 4.1rem;
		position: relative;
	}
}
.SearchInput:hover {
	cursor: pointer;
}
@media (min-width: 768px) {
	.SearchInput__Border {
		transition: width 0.3s ease;
		width: 10rem;
	}
}
.SearchInput__Input {
	border: 0;
	color: #000;
	display: block;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.027rem;
	line-height: 3.2rem;
	outline: none;
	padding-bottom: 1.2rem;
	padding-top: 1.2rem;
	width: 100%;
}
.SearchInput__Input:-moz-placeholder,
.SearchInput__Input::-moz-placeholder {
	opacity: 1;
	color: #000;
}
.SearchInput__Input:-ms-input-placeholder {
	color: #000;
}
.SearchInput__Input::-webkit-input-placeholder {
	color: #000;
}
@media (min-width: 768px) {
	.SearchInput__Input {
		font-size: 1.8rem;
		font-weight: 500;
		letter-spacing: 0.03rem;
		line-height: 2.7rem;
		padding-bottom: 0;
		padding-top: 0;
		width: 17rem;
	}
}
.SearchInput__Input::-ms-clear {
	height: 0;
	width: 0;
}
.SearchInput__Submit {
	background-color: transparent;
	height: 4.8rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4.8rem;
}
.SearchInput__Submit:active,
.SearchInput__Submit:focus {
	outline: none;
}
.SearchInput__Icon {
	height: 3.2rem;
	width: 3.2rem;
}
@media (min-width: 768px) {
	.SearchInput__Icon {
		height: 2.4rem;
		width: 2.4rem;
	}
}
.LocationSearch {
	border-bottom: 0.1rem solid #67686a;
}
@media (min-width: 768px) {
	.LocationSearch {
		border-bottom: 0;
		margin-top: -1rem;
		position: relative;
	}
}
.LocationSearch__Search {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}
@media (min-width: 768px) {
	.LocationSearch__Search {
		clip: auto;
		height: auto;
		position: static;
		white-space: normal;
		width: auto;
	}
}
@media (min-width: 768px) {
	.LocationSearch__InputWrapper {
		position: absolute;
		top: 0;
		width: 100%;
	}
}
.LocationSearch__Label {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}
@media (min-width: 768px) {
	.LocationSearch__Label {
		clip: auto;
		height: auto;
		position: static;
		white-space: normal;
		width: auto;
		display: inline-block;
		font-size: 1.8rem;
		font-weight: 500;
		letter-spacing: 0.03rem;
		line-height: 2.7rem;
		padding-bottom: 1.2rem;
		padding-top: 1.2rem;
	}
}
.LocationSearch__Input {
	padding-bottom: 1.2rem;
	padding-top: 1.2rem;
}
@media (min-width: 768px) {
	.LocationSearch__Input {
		border-bottom: 0 solid #000;
		box-sizing: content-box;
		max-width: 100%;
		position: relative;
		transition: width 0.3s ease-in-out;
	}
}
@media (min-width: 768px) {
	.LocationSearch--Focused .LocationSearch__Input {
		border-bottom-width: 0.1rem;
	}
}
.LocationIcon {
	position: relative;
	text-align: center;
}
.LocationIcon__Icon {
	margin-left: auto;
	margin-right: auto;
	width: 6rem;
}
@media (min-width: 768px) {
	.LocationIcon__Icon {
		width: 10rem;
	}
}
.LocationIcon__Attribute {
	border-radius: 0.6rem;
	display: inline-block;
	font-family: SharpGroteskSemiBold, Arial, Verdana;
	font-size: 1.6rem;
	left: 50%;
	letter-spacing: 0.08rem;
	line-height: 1.6rem;
	margin-top: -2.2rem;
	max-width: 100%;
	overflow: hidden;
	padding: 0.4rem 0.6rem 0.2rem;
	position: absolute;
	text-overflow: ellipsis;
	transform: translate(-50%, 0.5rem);
	white-space: nowrap;
}
.LocationIcon__Attribute--IsCampus {
	background-color: #66bf8a;
	color: #000;
}
.LocationIcon__Attribute--IsComingSoon {
	background-color: #67686a;
	color: #fff;
}
.RenderCity__IconWrapper,
.RenderLocation__IconWrapper {
	width: 10rem;
}
@media (min-width: 768px) {
	.LocationSelector {
		display: flex;
		flex-direction: column;
		height: 100%;
	}
}
.LocationSelector__Header {
	margin-bottom: 3rem;
}
.LocationSelector__Body {
	padding-bottom: 4rem;
	padding-left: 3rem;
	padding-right: 3rem;
}
@media (min-width: 768px) {
	.LocationSelector__Body {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.LocationSelector--HasErrored .LocationSelector__Body {
		height: 100%;
	}
}
.LocationSelector__Body--SecondaryState {
	animation-delay: 0.3s;
	animation-duration: 0.3s;
	animation-fill-mode: forwards;
	animation-name: LocationSelector__fadeIn;
	animation-timing-function: "ease-in";
	opacity: 0;
}
@media (min-width: 768px) {
	.LocationSelector__Body--SecondaryState {
		height: 100%;
	}
}
@keyframes LocationSelector__fadeIn {
	0% {
		opacity: 0;
		pointer-events: none;
	}
	to {
		opacity: 1;
		pointer-events: all;
	}
}
.LocationSelector__BackButton {
	align-items: center;
	display: inline-flex;
}
.LocationSelector__BackLabel {
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.03rem;
	line-height: 2.7rem;
	transition: border-bottom 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.LocationSelector__BackLabel:after {
	border-bottom: 0.2rem solid hsla(0, 0%, 100%, 0);
	content: "";
	display: block;
	transform: scaleX(0) translateY(0.1rem);
	transform-origin: 0 50%;
	transition: transform 0.15s ease-in-out;
}
.LocationSelector__BackButton:hover .LocationSelector__BackLabel:after {
	border-bottom-color: #000;
	transform: scaleX(1) translateY(0.1rem);
}
.LocationSelector__BackIcon {
	flex: none;
	height: 2.4rem;
	margin-right: 1rem;
	width: 2.4rem;
}
.LocationSelector__Item {
	margin-bottom: 1rem;
}
@media (min-width: 768px) {
	.LocationSelector__Item {
		margin-bottom: 0;
	}
}
.LocationSelector__Item:last-child {
	margin-bottom: 0;
}
.LocationSelector--HasErrored .LocationSelector__Inner {
	padding-top: 8rem;
}
@media (min-width: 768px) {
	.LocationSelector--HasErrored .LocationSelector__Inner {
		align-items: center;
		padding-top: 0;
	}
}
.ReadMore-Collapsed .ReadMore__Content,
.ReadMore__Content {
	transition: height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ReadMore-Collapsed .ReadMore__Content {
	visibility: hidden;
}
.ReadMore__Body {
	opacity: 1;
	transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ReadMore-Collapsed .ReadMore__Body {
	opacity: 0;
}
.ReadMore__Title {
	background-color: unset;
	border: unset;
	width: 100%;
}
.ReadMore,
.ReadMore__ReadLess {
	align-items: center;
	display: flex;
	padding: 0.6rem 0.6rem 0.6rem 0;
	text-align: left;
}
.ReadMore:focus,
.ReadMore__ReadLess:focus {
	outline: none;
	border: 1px solid #4d90fe;
	-webkit-box-shadow: 0 0 5px #4d90fe;
	box-shadow: 0 0 5px #4d90fe;
}
.ReadMore__centerButton {
	display: flex;
	justify-content: center;
}
.ReadMore {
	margin-top: 1rem;
}
.ReadMore__ReadLess {
	bottom: 0.6rem;
	margin-left: 2rem;
	margin-top: 1rem;
	position: relative;
}
@media (min-width: 768px) {
	.ReadMore__ReadLess {
		margin-left: 0.6rem;
	}
}
.ReadMore__ReadLessIcon,
.ReadMore__ReadMoreIcon {
	height: 2.4rem;
	margin-right: 1rem;
	width: 2.4rem;
}
.ReadMore__ReadMoreIconChevron {
	transform: rotate(90deg);
}
.ReadMore__ReadLessIconChevron {
	transform: rotate(-180deg);
}
.ReadMore__ReadLessText,
.ReadMore__ReadMoreText {
	line-height: 1.1111111111;
	border-bottom: 0.1rem solid #a4a4a5;
	color: #000;
	font-size: 1.8rem;
	font-weight: 500;
}
.ReadMore__ReadLessText:after,
.ReadMore__ReadMoreText:after {
	border-bottom: 0.1rem solid #000;
	content: "";
	display: block;
	transform: scaleX(0) translateY(0.1rem);
	transform-origin: 0 50%;
	transition: transform 0.15s ease-in-out;
}
.ReadMore:hover .ReadMore__ReadLessText:after,
.ReadMore:hover .ReadMore__ReadMoreText:after,
.ReadMore__ReadLess:hover .ReadMore__ReadLessText:after,
.ReadMore__ReadLess:hover .ReadMore__ReadMoreText:after {
	transform: scaleX(1) translateY(0.1rem);
}
.FacilitiesPromo,
.FacilitiesPromo__FacilitiesAll {
	margin-bottom: 4rem;
}
.FacilitiesPromo__Single {
	display: flex;
	margin-bottom: 4rem;
	padding-left: 3rem;
	padding-right: 3rem;
}
@media (min-width: 768px) {
	.FacilitiesPromo__Single {
		display: block;
		padding-left: 2rem;
		padding-right: 2rem;
	}
}
.FacilitiesPromo__Icon {
	height: 6.4rem;
	margin-right: 2rem;
	max-width: 6.4rem;
}
@media (min-width: 768px) {
	.FacilitiesPromo__Icon {
		height: 8rem;
		margin: 0;
		max-width: 8rem;
	}
}
.FacilitiesPromo__Icon svg {
	min-width: 100%;
}
.FacilitiesPromo__Copy {
	width: 100%;
}
.FacilitiesPromo__Title {
	color: #000;
	letter-spacing: 0.03rem;
	margin: 0 0 1.6rem;
}
@media (min-width: 768px) {
	.FacilitiesPromo__Title {
		margin: 1.6rem 0;
	}
}
.FacilitiesPromo__Title--Showcase {
	margin: 1.6rem 0;
}
.FacilitiesPromo__Description {
	line-height: 1.5;
	padding-left: 0;
	padding-right: 0;
}
.FacilitiesPromo__Description p {
	margin-bottom: 0;
}
.FacilitiesPromo__Divider {
	background-color: #e1e1e1;
	height: 0.2rem;
	margin: 4rem 0;
	width: 100%;
}
.FacilitiesPromo__Showcase {
	align-items: center;
	display: flex;
	padding: 0 3rem;
}
@media (min-width: 768px) {
	.FacilitiesPromo__Showcase {
		padding: 0;
	}
}
.FacilitiesPromo__Showcase svg {
	height: 1.3rem;
	margin-right: 1rem;
}
.BookingWidget {
	height: 100%;
	margin-bottom: 4rem;
}
@media (min-width: 768px) {
	.BookingWidget {
		margin-bottom: 8rem;
	}
}
.BookingWidget .Container {
	height: 100%;
	padding-left: 0;
	padding-right: 0;
}
@media (min-width: 768px) {
	.BookingWidget .Container {
		height: auto;
	}
}
@media (min-width: 1281px) {
	.BookingWidget .Container {
		padding-bottom: 6rem;
		padding-left: 8rem;
		padding-right: 8rem;
	}
}
@media (min-width: 768px) {
	.BookingWidget__Header {
		margin-bottom: 4rem;
	}
}
.BookingWidget__HeaderBackButton {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	left: 0;
	padding-right: 1rem;
	position: absolute;
	top: 2rem;
}
.BookingWidget__HeaderBackButton:focus {
	outline: none;
	border-radius: 9999rem;
}
.BookingWidget__HeaderBackButton:focus
	.BookingWidget__HeaderBackButtonIcon:before,
.BookingWidget__HeaderBackButton:hover
	.BookingWidget__HeaderBackButtonIcon:before {
	transform: scale(1);
}
.BookingWidget__HeaderBackButton:focus
	.BookingWidget__HeaderBackButtonIcon
	svg
	> path,
.BookingWidget__HeaderBackButton:hover
	.BookingWidget__HeaderBackButtonIcon
	svg
	> path {
	fill: #fff;
}
.BookingWidget__HeaderBackButtonIcon {
	align-items: center;
	display: flex;
	justify-content: center;
	position: relative;
}
.BookingWidget__HeaderBackButtonIcon:before {
	background-color: #000;
	border-radius: 50%;
	bottom: 0;
	content: "";
	height: 3.2rem;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	transform: scale(0);
	transition: transform 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	width: 3.2rem;
}
.BookingWidget__HeaderBackButtonIcon svg {
	height: 3.2rem;
	position: relative;
	width: 3.2rem;
}
.BookingWidget__HeaderBackButtonText {
	border-bottom: 0.2rem solid #000;
	font-size: 1.6rem;
	font-weight: 500;
	margin-left: 1rem;
}
.modal-heading {
	color: #fff;
	flex: 1;
	font-family: SharpGroteskSemiBold, Arial, Verdana;
	font-size: 2.4rem;
	font-weight: 400;
	letter-spacing: 0.11rem;
	line-height: 2.4rem;
	margin-bottom: 0.1rem;
	margin-top: 0.1rem;
	text-align: left;
}
@media (min-width: 768px) {
	.modal-heading {
		color: #000;
		line-height: 1.25;
		font-size: 2.4rem;
		letter-spacing: 0;
		margin-left: 0.6rem;
		margin-right: 0.6rem;
		text-align: center;
		text-transform: none;
	}
}
@media (min-width: 768px) and (min-width: 768px) {
	.modal-heading {
		font-size: 3.2rem;
		letter-spacing: -0.02rem;
	}
}
.BookingWidget__BackButton {
	height: 4.4rem;
	width: 4.4rem;
}
.BookingWidget__BackButton svg {
	height: 100%;
	padding: 1rem;
	width: 100%;
}
.BookingWidget__BackButton:focus {
	outline: none;
	border-radius: 9999rem;
}
.BookingWidget__CloseButton {
	height: 4.4rem;
	width: 4.4rem;
}
.BookingWidget__CloseButton svg {
	height: 100%;
	padding: 1rem;
	width: 100%;
}
.BookingWidget__Options {
	align-items: center;
	border-bottom: 0.1rem solid hsla(0, 0%, 100%, 0);
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 4rem;
	padding: 2rem 2rem 4rem;
	transition: border-color 0.3s ease;
	transition-delay: 0.25s;
}
@media (min-width: 768px) {
	.BookingWidget__Options {
		margin-bottom: 8rem;
		padding: 0 0 8rem;
	}
}
.BookingWidget__Options--FormSelected {
	border-bottom: 0;
}
@media (min-width: 768px) {
	.BookingWidget__Options--FormSelected {
		border-bottom: 0.1rem solid #000;
	}
}
.booking-stay {
	height: 100%;
	padding-bottom: 1rem;
}
@media (min-width: 1025px) {
	.booking-stay {
		padding-bottom: 0;
	}
}
.Booking-Option {
	align-items: center;
	border-radius: 0.6rem;
	display: flex;
	flex-basis: 8rem;
	font-family: SharpGroteskMedium, Arial, Verdana;
	font-size: 2rem;
	font-weight: 400;
	line-height: 2.8rem;
	min-height: 8rem;
	padding: 1.2rem 2rem 1.2rem 2.4rem;
	width: 100%;
	background-color: #e1e1e1;
	border-bottom: 0;
	text-align: left;
	transition: background-color 0.3s ease, transform 0.3s ease;
}
@media (min-width: 768px) {
	.Booking-Option {
		align-items: stretch;
		background-color: hsla(0, 0%, 100%, 0);
		flex-direction: column;
		flex-wrap: wrap;
		height: 100%;
		padding: 1.2rem 2rem;
		text-align: center;
		transform: scale(1);
	}
}
.Booking-Option * {
	pointer-events: none;
}
.Booking-Option:focus,
.Booking-Option:hover {
	background-color: #66bf8a;
	border-bottom: 0;
	transform: scale(1.05);
}
@media (min-width: 768px) {
	.Booking-Option:focus,
	.Booking-Option:hover {
		transform: scale(1.1);
	}
}
.Booking-Option:focus {
	outline: none;
}
.Booking-StayOption-Selected {
	background-color: #66bf8a;
}
.Booking-OptionIcon {
	height: 7rem;
	width: 7rem;
}
@media (min-width: 768px) {
	.Booking-OptionIcon {
		height: 8rem;
		margin-bottom: 2rem;
		margin-left: auto;
		margin-right: auto;
		width: 8rem;
	}
}
.Booking-OptionTitle {
	display: inline-flex;
	flex: 1 1 auto;
	font-family: SharpGroteskSemiBold, Arial, Verdana;
	font-size: 2rem;
	font-weight: 400;
	margin-bottom: 0;
	padding-right: 1rem;
}
@media (min-width: 768px) {
	.Booking-OptionTitle {
		display: block;
		letter-spacing: normal;
		padding-left: 0;
		padding-right: 0;
	}
}
.Booking-OptionExternal {
	margin: 1rem auto auto;
	width: 3rem;
}
.BookingWidget__FormWrapper {
	padding-top: 4rem;
}

.Experience__Icon {
	transform: scale(1);
	transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	width: 100%;
}
.Experience__Icon path {
	fill: #fff;
}
.Experience__IconArrow {
	height: 2.4rem;
	width: 2.4rem;
}
.Experience__Icon--Up {
	transform: scale(1);
}
.Experience__Button--Down:active .Experience__Icon--Down,
.Experience__Button--Up:active .Experience__Icon--Up {
	transform: scale(0.8);
}
.Experience__Controls--Dots {
	height: 100%;
	right: 0;
	width: 5rem;
}
@media (min-width: 768px) {
	.Experience__Controls--Dots {
		height: 72rem;
		width: 8rem;
	}
}
.Experience__DotsWrapper {
	align-items: center;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	height: 100%;
	justify-content: flex-end;
	padding-bottom: 4rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 5rem;
	z-index: 4;
}
@media (min-width: 768px) {
	.Experience__DotsWrapper {
		width: 1rem;
	}
}
@media (min-width: 1025px) {
	.Experience__DotsWrapper {
		justify-content: center;
		padding-bottom: 0;
	}
}
.Experience__DotWrapper {
	align-items: center;
	display: flex;
	height: 4.8rem;
	justify-content: center;
	width: 4.8rem;
}
@media (min-width: 768px) {
	.Experience__DotWrapper {
		height: 1.8rem;
		margin: 0.6rem 0;
		width: 0.8rem;
	}
}
.Experience__DotWrapper:focus {
	box-shadow: none;
	outline: none;
}
.Experience__Dot {
	background-color: #fff;
	border-radius: 50%;
	display: block;
	font-size: 0;
	height: 0.8rem;
	margin: 0.6rem 0;
	transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	width: 0.8rem;
}
@media (min-width: 768px) {
	.Experience__Dot {
		background-color: #000;
	}
}
.Experience__DotWrapper:focus .Experience__Dot,
.Experience__DotWrapper:hover .Experience__Dot {
	transform: scale(1.5);
}
.Experience__DotWrapper:focus .Experience__Dot {
	outline: none;
}
.Experience__DotWrapper--Active .Experience__Dot {
	transform: scale(1.5);
}
.ExperienceItems__Item {
	display: block;
	height: inherit;
	margin: auto;
	max-width: 128rem;
	padding-left: 3rem;
	padding-right: 3rem;
	padding-top: 8rem;
	position: relative;
}
@media (min-width: 768px) {
	.ExperienceItems__Item {
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
	}
}
@media (min-width: 1025px) {
	.ExperienceItems__Item {
		align-items: center;
		display: flex;
		flex-wrap: wrap;
		height: 72rem;
		min-height: auto;
	}
}
.ExperienceItems__Content {
	background-color: #00953c;
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: background-color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	width: 100%;
}
.ExperienceItems__Content--SecondaryBlue {
	background-color: #0071ff;
}
.ExperienceItems__Content--SecondaryGreen {
	background-color: #00953c;
}
.ExperienceItems__Content--SecondaryPink {
	background-color: #ff9ab0;
}
.ExperienceItems__Content--SecondaryYellow {
	background-color: #fd0;
}
.ExperienceItems__Content--SecondaryBlueTint {
	background-color: #6af;
}
.ExperienceItems__Content--SecondaryGreenTint {
	background-color: #66bf8a;
}
.ExperienceItems__Content--SecondaryPinkTint {
	background-color: #ffc2d0;
}
.ExperienceItems__Content--SecondaryYellowTint {
	background-color: #ffeb66;
}
.ExperienceItems__Content--SecondaryGreyTint {
	background-color: #a4a4a5;
}
.ExperienceItems__Content--SecondaryRedTint {
	background-color: #dc796c;
}
.ExperienceItems__LargeImageWrapper {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
}
@media (min-width: 1025px) {
	.ExperienceItems__LargeImageWrapper {
		bottom: 0;
		left: -4rem;
	}
}
.ExperienceItems__LargePictureWrapper {
	display: none;
	height: 100%;
	left: -8rem;
	overflow: hidden;
	position: absolute;
	transform: translateY(0);
	transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	width: calc(100% + 8rem);
	z-index: 1;
}
@media (min-width: 1025px) {
	.ExperienceItems__LargePictureWrapper {
		height: 72rem;
	}
}
.ExperienceItems__LargePictureWrapper:after,
.ExperienceItems__LargePictureWrapper:before {
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.ExperienceItems__LargePictureWrapper:before {
	background-color: rgba(0, 0, 0, 0.5);
}
.ExperienceItems__LargePictureWrapper:after {
	background: linear-gradient(
		90deg,
		rgba(0, 0, 0, 0.5) 0,
		hsla(0, 0%, 100%, 0)
	);
}
.ExperienceItems__LargePictureWrapper img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.ExperienceItems__LargePictureWrapper--Active,
.ExperienceItems__LargePictureWrapper--Next,
.ExperienceItems__LargePictureWrapper--Previous {
	display: block;
}
.ExperienceItems__LargePictureWrapper--Next,
.ExperienceItems__LargePictureWrapper--Previous {
	transition-duration: 2s;
}
.ExperienceItems__LargePictureWrapper--Active {
	transform: translateY(0);
	transition-duration: 0.6s;
	z-index: 2;
}
.ExperienceItems__LargePictureWrapper--Previous {
	transform: translateY(-72rem);
}
.ExperienceItems__LargePictureWrapper--First {
	transform: translateY(0);
}
.ExperienceItems__LargePictureWrapper--First.ExperienceItems__LargePictureWrapper--Previous {
	transform: translateY(-72rem);
}
.ExperienceItems__LargePictureWrapper--Next {
	transform: translateY(72rem);
}
.ExperienceItems__LargePictureWrapper--DirectionUp {
	transition-duration: 2s;
}
.ExperienceItems__LargePictureWrapper--DirectionUp.ExperienceItems__LargePictureWrapper--Active {
	transition-duration: 0.6s;
}
.ExperienceItems__LargeImage {
	height: 100%;
	width: 100%;
}
.ExperienceItems__SmallImageWrapper {
	height: 0;
	padding-bottom: 77.7777777778%;
	overflow: hidden;
	position: relative;
}
@media (min-width: 768px) {
	.ExperienceItems__SmallImageWrapper {
		margin-left: auto;
		margin-right: auto;
		right: -4rem;
		top: 8rem;
	}
}
@media (min-width: 1025px) {
	.ExperienceItems__SmallImageWrapper {
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		right: 0;
		top: 0;
	}
}
.ExperienceItems__SmallPictureWrapper {
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}
.ExperienceItems__SmallPictureWrapper--Active,
.ExperienceItems__SmallPictureWrapper--Next,
.ExperienceItems__SmallPictureWrapper--Previous {
	display: block;
	transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ExperienceItems__SmallPictureWrapper--Next,
.ExperienceItems__SmallPictureWrapper--Previous {
	transition-duration: 2s;
}
.ExperienceItems__SmallPictureWrapper--Previous {
	transform: translateY(-100%);
}
.ExperienceItems__SmallPictureWrapper--Active {
	transform: translateY(0);
	transition-duration: 0.6s;
	z-index: 3;
}
.ExperienceItems__SmallPictureWrapper--Next {
	transform: translateY(100%);
}
.ExperienceItems__SmallImage {
	height: 100%;
}
.ExperienceItems__SmallImage img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.ExperienceItems__HeadingWrapper {
	min-height: 20rem;
	position: relative;
	width: calc(100% - 6rem);
}
@media (min-width: 768px) {
	.ExperienceItems__HeadingWrapper {
		margin-left: 3rem;
		margin-right: 3rem;
	}
}
@media (min-width: 1025px) {
	.ExperienceItems__HeadingWrapper {
		margin-left: 0;
		margin-right: 0;
		min-height: 50rem;
		width: 100%;
	}
}
.ExperienceItems__TextWrapper {
	left: 0;
	padding-top: 2rem;
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: 2;
}
@media (min-width: 768px) {
	.ExperienceItems__TextWrapper {
		padding-top: 8rem;
	}
}
@media (min-width: 1025px) {
	.ExperienceItems__TextWrapper {
		padding-bottom: 5rem;
		padding-top: 2rem;
	}
}
.ExperienceItems__TextWrapper--Active,
.ExperienceItems__TextWrapper--Next,
.ExperienceItems__TextWrapper--Previous {
	transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1),
		opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 1025px) {
	.ExperienceItems__TextWrapper--Active,
	.ExperienceItems__TextWrapper--Next,
	.ExperienceItems__TextWrapper--Previous {
		display: block;
	}
}
.ExperienceItems__TextWrapper--Next,
.ExperienceItems__TextWrapper--Previous {
	opacity: 0;
}
.ExperienceItems__TextWrapper--Previous {
	transform: translateY(-100%);
}
.ExperienceItems__TextWrapper--Active {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.2s;
	visibility: visible;
	z-index: 3;
}
.ExperienceItems__TextWrapper--Next {
	transform: translateY(100%);
}
.ExperienceItems__Heading {
	line-height: 1.25;
	font-size: 4.8rem;
	letter-spacing: -0.1rem;
	color: #fff;
	font-size: 4rem;
	line-height: 1;
}
@media (min-width: 768px) {
	.ExperienceItems__Heading {
		font-size: 6.4rem;
		letter-spacing: -0.15rem;
	}
}
.ExperienceItems__HeadingLong {
	line-height: 1.25;
	font-size: 3.2rem;
	letter-spacing: -0.1rem;
}
@media (min-width: 768px) {
	.ExperienceItems__HeadingLong {
		font-size: 4rem;
		letter-spacing: -0.06rem;
	}
}
.ExperienceItems__Copy {
	color: #fff;
	margin-bottom: 2rem;
}
@media (min-width: 768px) {
	.ExperienceItems__Copy {
		margin-bottom: 0;
	}
}
.EventsRelated {
	padding-left: 3rem;
	padding-right: 3rem;
}
@media (min-width: 768px) {
	.EventsRelated {
		padding-left: 0;
		padding-right: 0;
	}
}
.EventsRelated--SecondaryBlueTint {
	background: linear-gradient(#fff 13rem, #6af 0);
}
@media (min-width: 768px) {
	.EventsRelated--SecondaryBlueTint {
		background: linear-gradient(#fff 18rem, #6af 0);
	}
}
@media (min-width: 1025px) {
	.EventsRelated--SecondaryBlueTint {
		background: linear-gradient(#fff 21rem, #6af 0);
	}
}
.EventsRelated--SecondaryGreenTint {
	background: linear-gradient(#fff 13rem, #66bf8a 0);
}
@media (min-width: 768px) {
	.EventsRelated--SecondaryGreenTint {
		background: linear-gradient(#fff 18rem, #66bf8a 0);
	}
}
@media (min-width: 1025px) {
	.EventsRelated--SecondaryGreenTint {
		background: linear-gradient(#fff 21rem, #66bf8a 0);
	}
}
.EventsRelated--SecondaryPinkTint {
	background: linear-gradient(#fff 13rem, #ffc2d0 0);
}
@media (min-width: 768px) {
	.EventsRelated--SecondaryPinkTint {
		background: linear-gradient(#fff 18rem, #ffc2d0 0);
	}
}
@media (min-width: 1025px) {
	.EventsRelated--SecondaryPinkTint {
		background: linear-gradient(#fff 21rem, #ffc2d0 0);
	}
}
.EventsRelated--SecondaryYellowTint {
	background: linear-gradient(#fff 13rem, #ffeb66 0);
}
@media (min-width: 768px) {
	.EventsRelated--SecondaryYellowTint {
		background: linear-gradient(#fff 18rem, #ffeb66 0);
	}
}
@media (min-width: 1025px) {
	.EventsRelated--SecondaryYellowTint {
		background: linear-gradient(#fff 21rem, #ffeb66 0);
	}
}
.EventsRelated--SecondaryGreyTint {
	background: linear-gradient(#fff 13rem, #a4a4a5 0);
}
@media (min-width: 768px) {
	.EventsRelated--SecondaryGreyTint {
		background: linear-gradient(#fff 18rem, #a4a4a5 0);
	}
}
@media (min-width: 1025px) {
	.EventsRelated--SecondaryGreyTint {
		background: linear-gradient(#fff 21rem, #a4a4a5 0);
	}
}
.EventsRelated--SecondaryRedTint {
	background: linear-gradient(#fff 13rem, #dc796c 0);
}
@media (min-width: 768px) {
	.EventsRelated--SecondaryRedTint {
		background: linear-gradient(#fff 18rem, #dc796c 0);
	}
}
@media (min-width: 1025px) {
	.EventsRelated--SecondaryRedTint {
		background: linear-gradient(#fff 21rem, #dc796c 0);
	}
}
.EventsRelated__SectionTitle {
	margin-left: -1rem;
}
@media (min-width: 768px) {
	.EventsRelated__SectionTitle {
		margin-left: 0;
	}
}
.EventsRelated__Event {
	margin-bottom: 4rem;
	padding-right: 0;
}
@media (min-width: 768px) {
	.EventsRelated__Event {
		margin-bottom: 8rem;
		padding-right: 4rem;
	}
}
@media (min-width: 1025px) {
	.EventsRelated__Event {
		padding-right: 8rem;
	}
}
.EventsRelated__Image {
	max-width: 35rem;
}
@media (min-width: 768px) {
	.EventsRelated__Image {
		max-width: none;
	}
}
.EventsRelated__Image img {
	width: 100%;
}
.EventsRelated__InfoContainer {
	padding-top: 2rem;
}
.EventsRelated__Title {
	font-weight: 500;
	line-height: 3rem;
	margin-bottom: 2rem;
}
@media (min-width: 1025px) {
	.EventsRelated__Title {
		line-height: 3.3rem;
	}
}
.EventsRelated__ActionContainer,
.EventsRelated__CtaContainer {
	padding-top: 2rem;
}
.EventsRelated__Icon {
	height: 2.4rem;
	width: 2.4rem;
}
.Alert {
	border-radius: 0.5rem;
	display: inline-block;
	padding: 1.6rem 2rem;
	position: relative;
	vertical-align: top;
}
.Alert--Success {
	align-items: center;
	background-color: #008535;
	display: flex;
	padding-bottom: 1rem;
	padding-top: 1rem;
}
.Alert--Error,
.Alert--Warning {
	background-color: #dc796c;
}
.Alert__Text {
	font-size: 1.6rem;
	font-weight: 400;
	position: relative;
	z-index: 1;
}
.Alert__Text a {
	color: #000;
	text-decoration: underline;
}
@media (min-width: 768px) {
	.Alert__Text {
		font-size: 1.6rem;
	}
}
.Alert__Icon {
	background-color: inherit;
	border-radius: 50%;
	height: 4rem;
	left: 2rem;
	padding: 1rem;
	position: absolute;
	top: -2rem;
	width: 4rem;
}
.Alert--Success .Alert__Icon {
	position: static;
}
.Breadcrumbs {
	display: inline-flex;
	justify-content: center;
	left: -2rem;
	position: relative;
}
@media (min-width: 768px) {
	.Breadcrumbs {
		left: 0;
	}
}
.Breadcrumbs-Link {
	border-bottom: 0;
	border-right: 0.1rem solid #000;
	margin-right: 2rem;
	padding-right: 2rem;
	
}
@media (min-width: 768px) {
	.Breadcrumbs-Link {
		background-image: linear-gradient(currentColor, currentColor);
		background-position: 0 100%;
		background-repeat: no-repeat;
		background-size: 0 0.1rem;
		display: inline;
		text-decoration: none;
		transition: background-size 0.3s;
		border-right: 0;
		margin-right: 0;
		padding-right: 0;
	}
	.Breadcrumbs-Link:focus,
	.Breadcrumbs-Link:hover {
		background-size: 100% 0.1rem;
		text-decoration: none;
	}
}
.Breadcrumbs-Link:hover {
	border-bottom: 0;
	text-decoration: none;
}
.Breadcrumbs__Chevron {
	border-right: 0;
	padding: 1rem;
	position: relative;
	width: 4.4rem;
}
.Breadcrumbs__Chevron:after {
	background-color: #000;
	content: "";
	height: 40%;
	position: absolute;
	right: 0;
	width: 0.1rem;
}
.Breadcrumbs__Text,
.Breadcrumbs-Text {
	align-items: center;
	border-bottom: 0;
	display: inline-flex;
	justify-content: center;
	margin-bottom: 0;
}
@media (min-width: 768px) {
	.Breadcrumbs__Text,
	.Breadcrumbs-Text {
		display: inline-block;
	}
}
.Breadcrumbs__Text {
	color: #000;
	font-size: 1.4rem;
}
.Breadcrumbs-Text {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
}
.Breadcrumbs__ParentLink {
	display: inline-block;
	width: 100%;
}
.Breadcrumbs-Sepr {
	margin: 0 1rem;
}
.SocialLinks {
	align-items: flex-start;
	background-color: #000;
	display: inline-flex;
	flex-direction: column;
}
.SocialLinks__Title {
	color: #fff;
	font-size: 1.6rem;
	margin-bottom: 1.2rem;
}
.SocialLinks.SocialLinks__Inherit {
	background-color: inherit;
}
.SocialLinks.SocialLinks__Inherit .SocialLinks__Title {
	color: inherit;
}
.EventsEventAttributesDetails__EventAttributes {
	margin-bottom: 4rem;
}
@media (min-width: 768px) {
	.EventsEventAttributesDetails__EventAttributes {
		margin-bottom: 8rem;
	}
}
.EventsEventAttributesDetails__MobileBackground {
	background: linear-gradient(0deg, #fff 60%, hsla(0, 0%, 100%, 0) 0);
}
@media (min-width: 768px) {
	.EventsEventAttributesDetails__MobileBackground {
		background: none;
	}
}
.EventsEventAttributesDetails__ImageLoad {
	height: 0;
	padding-bottom: 94.4444444444%;
	background-color: #a4a4a5;
	position: relative;
	margin-bottom: 2rem;
}
.EventsEventAttributesDetails__ImageLoad img,
.EventsEventAttributesDetails__ImageLoad picture {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
@media (min-width: 768px) {
	.EventsEventAttributesDetails__ImageLoad {
		margin-bottom: 0;
	}
}
.EventsEventAttributesDetails__InfoContainer {
	height: 100%;
	margin-bottom: 8rem;
	padding-left: 3rem;
	padding-right: 3rem;
	padding-top: 2rem;
	position: relative;
}
@media (min-width: 768px) {
	.EventsEventAttributesDetails__InfoContainer {
		margin-bottom: 16rem;
		padding-left: 0;
		padding-right: 4rem;
		padding-top: 4rem;
	}
}
.EventsEventAttributesDetails__InfoContainer--Details {
	background-color: #000;
	padding: 4.5rem 3rem;
	position: relative;
}
@media (min-width: 768px) {
	.EventsEventAttributesDetails__InfoContainer--Details {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (min-width: 1025px) {
	.EventsEventAttributesDetails__InfoContainer--Details {
		margin-right: 8rem;
	}
}
@media (min-width: 1025px) {
	.EventsEventAttributesDetails__DetailsWrapper {
		margin-right: -8rem;
	}
}
.EventsEventAttributesDetails__Title {
	margin-bottom: 2rem;
	padding-top: 1rem;
}
.EventsEventAttributesDetails__Description {
	color: #000;
	font-size: 1.6rem;
	margin-bottom: 1rem;
	padding-top: 2rem;
}
.EventsEventAttributesDetails__ActionContainer {
	padding-left: 1rem;
}
@media (min-width: 768px) {
	.EventsEventAttributesDetails__ActionContainer {
		padding-left: 0;
	}
}
.EventsEventAttributesDetails__Alert {
	bottom: -2rem;
	position: absolute;
	transform: translateY(100%);
	transition: transform 0.4s cubic-bezier(0.23, 1.6, 0.32, 1);
	transition-delay: 0.2s;
	width: calc(100% - 6rem);
}
@media (min-width: 768px) {
	.EventsEventAttributesDetails__Alert {
		width: auto;
	}
}
.EventsEventAttributesDetails__Alert .Alert {
	border-radius: 0.5rem 0.5rem 0 0;
	padding-bottom: 3rem;
}
.EventsEventAttributesDetails__Alert .Alert__Text {
	font-weight: 500;
}
.EventsEventAttributesDetails__Alert--InView {
	transform: translateY(0);
}
.EventsEventAttributesDetails__Icon {
	fill: #fff;
	height: 2.4rem;
	width: 2.4rem;
}
.EventsEventAttributesDetails__Icon path {
	fill: #fff;
}
.EventsEventAttributesDetails__CtaButton {
	margin-bottom: 4rem;
	min-width: 100%;
}
@media (min-width: 481px) {
	.EventsEventAttributesDetails__CtaButton {
		margin-bottom: 0;
		min-width: auto;
	}
}
.EventsEventAttributesDetails__SocialLinks {
	padding-top: 2rem;
}
@media (min-width: 768px) {
	.EventsEventAttributesDetails__SocialLinks {
		padding-top: 0.5rem;
	}
}
.EventsEventAttributesDetails__SocialLinks .SocialLinks {
	width: 100%;
}
@media (min-width: 481px) {
	.EventsEventAttributesDetails__SocialLinks .SocialLinks {
		flex-direction: row;
	}
}
@media (min-width: 768px) {
	.EventsEventAttributesDetails__SocialLinks .SocialLinks {
		flex-direction: column;
	}
}
.EventsEventAttributesDetails__SocialLinks .SocialLinks__Title {
	margin-right: 4rem;
	margin-top: 1rem;
}
@media (min-width: 768px) {
	.EventsEventAttributesDetails__SocialLinks .SocialLinks__Title {
		margin-right: 0;
		margin-top: 0;
	}
}
@media (min-width: 768px) {
	.EventsEventAttributesDetails__SocialLinks .addthis_inline_share_toolbox {
		display: inline;
	}
}
.SocialHighlights {
	margin-bottom: 4rem;
	position: relative;
}
.SocialHighlights__Banner {
	background-color: #000;
	color: #fff;
	left: 0;
	opacity: 0;
	padding: 1.5rem 2rem 1.5rem 1rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity 0.5s;
	transition-delay: 0.5s;
}
@media (min-width: 768px) {
	.SocialHighlights__Banner {
		padding: 2rem 3rem 3rem 2rem;
	}
}
.SocialHighlights__Banner--Ready {
	opacity: 1;
}
.SocialHighlights__Inner {
	align-items: flex-end;
	display: flex;
	max-width: 28rem;
	min-width: 20rem;
}
@media (min-width: 768px) {
	.SocialHighlights__Inner {
		height: 0;
		padding-bottom: 100%;
		flex-direction: column;
	}
}
.SocialHighlights__TitleWrapper {
	margin-right: auto;
}
.SocialHighlights__Title {
	line-height: 1.25;
	font-size: 4.8rem;
	letter-spacing: -0.1rem;
	font-size: 3rem;
	margin-bottom: 0;
	word-break: break-all;
}
@media (min-width: 768px) {
	.SocialHighlights__Title {
		font-size: 6.4rem;
		letter-spacing: -0.15rem;
		font-size: 3rem;
		padding-right: 1rem;
	}
}
.SocialHighlights__Link {
	border-bottom: 0;
	color: #fff;
	font-size: 2.3rem;
	font-weight: 400;
	word-break: break-all;
}
.SocialHighlights__Link:hover {
	border-color: #fff;
}
@media (min-width: 768px) {
	.SocialHighlights__Link {
		word-break: normal;
	}
}
@media (min-width: 768px) {
	.SocialHighlights__IconContainer {
		bottom: 3rem;
		position: absolute;
		right: 3rem;
	}
}
.SocialHighlights__Icon {
	height: 5.9rem;
	margin-left: 2rem;
	width: 5.9rem;
}
@media (min-width: 768px) {
	.SocialHighlights__Icon {
		height: 10rem;
		width: 10rem;
	}
}
.SocialHighlights__Icon path {
	fill: #fff;
}
.NewsBlogTile {
	padding: 0 4rem;
}
@media (min-width: 768px) {
	.NewsBlogTile {
		padding: 0 2rem;
	}
}
.NewsBlogTile__ImageLoad {
	height: 0;
	padding-bottom: 94.4444444444%;
	background-color: #a4a4a5;
	position: relative;
}
.NewsBlogTile__ImageLoad img,
.NewsBlogTile__ImageLoad picture {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.NewsBlogTile__ImageLink,
.NewsBlogTile__ImageLink:hover {
	border-bottom: 0;
}
@media (min-width: 768px) {
	.NewsBlogTile__NewsTile--IsSmall {
		padding: 0 1rem;
	}
}
.NewsBlogTile--IsLarge {
	padding: 0 4rem 15rem;
}
@media (min-width: 768px) {
	.NewsBlogTile--IsLarge {
		margin-bottom: -10rem;
		margin-left: -4rem;
		margin-right: -4rem;
		padding: 0 4rem 4rem;
	}
	.NewsBlogTile--IsLarge .NewsBlogTile__Image {
		bottom: 0;
		height: 100%;
		left: 0;
		margin-top: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
	}
}
@media (min-width: 1025px) {
	.NewsBlogTile--IsLarge {
		margin-left: -10rem;
		margin-right: -10rem;
		padding: 0 10rem 10rem;
	}
}
.NewsBlogTile--IsLarge .NewsBlogTile__ImageLink {
	background-color: #a4a4a5;
	display: block;
	overflow: hidden;
	position: relative;
	transform: translateY(-10rem);
	width: 100%;
}
.NewsBlogTile--IsRecent {
	padding: 0 0 1rem;
}
@media (min-width: 768px) {
	.NewsBlogTile--IsRecent {
		padding: 0 0 5rem;
	}
}
.NewsBlogTile--IsRecent .NewsBlogTile__TitleUrl {
	line-height: 1.25;
	font-size: 2rem;
	font-family: Rubik, Arial, sans-serif;
	font-weight: 500;
}
@media (min-width: 768px) {
	.NewsBlogTile--IsRecent .NewsBlogTile__TitleUrl {
		font-size: 2.2rem;
	}
}
.NewsBlogTile--IsRecent .NewsBlogTile__ImageLink {
	background-color: inherit;
	padding-top: 0;
	position: static;
}
@media (min-width: 768px) {
	.NewsBlogTile--IsRecent .NewsBlogTile__ImageLink {
		padding-right: 5rem;
	}
}
.NewsBlogTile--IsRecent .NewsBlogTile__Image {
	background-color: #a4a4a5;
	height: 0;
	padding-top: 100%;
	position: relative;
	width: 100%;
}
.NewsBlogTile--IsRecent .NewsBlogTile__Image img {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.NewsBlogTile__InfoContainer {
	margin-bottom: 2rem;
	padding-right: 5rem;
	padding-top: 2rem;
}
@media (min-width: 768px) {
	.NewsBlogTile__InfoContainer {
		padding-right: 0;
	}
}
.NewsBlogTile--IsLarge .NewsBlogTile__InfoContainer {
	margin-top: -10rem;
}
@media (min-width: 768px) {
	.NewsBlogTile--IsLarge .NewsBlogTile__InfoContainer {
		margin-top: 0;
	}
}
.NewsBlogTile__TitleUrl {
	background-image: linear-gradient(currentColor, currentColor);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 0 0.1rem;
	display: inline;
	text-decoration: none;
	transition: background-size 0.3s;
	border-bottom: 0;
}
.NewsBlogTile__TitleUrl:focus,
.NewsBlogTile__TitleUrl:hover {
	background-size: 100% 0.1rem;
}
.NewsBlogTile__TitleUrl:hover {
	border-bottom: 0;
}
.NewsBlogTile__Title {
	display: inline-block;
	font-family: Rubik, Arial, sans-serif;
	font-size: 2rem;
	font-weight: 500;
	line-height: 3rem;
	margin-bottom: 2rem;
	vertical-align: top;
}
@media (min-width: 768px) {
	.NewsBlogTile__Title {
		font-family: SharpGroteskSemiBold, Arial, Verdana;
		font-size: 4rem;
		font-weight: 800;
		line-height: 4.4rem;
	}
}
@media (min-width: 768px) {
	.NewsBlogTile__NewsTile--IsSmall .NewsBlogTile__Title {
		font-family: Rubik, Arial, sans-serif;
		font-size: 2.2rem;
		font-weight: 500;
		line-height: 3.3rem;
	}
}
.NewsBlogTile--IsLarge .NewsBlogTile__Title {
	font-family: SharpGroteskSemiBold, Arial, Verdana;
	font-size: 3rem;
	font-weight: 800;
	line-height: 3.3rem;
}
@media (min-width: 768px) {
	.NewsBlogTile--IsLarge .NewsBlogTile__Title {
		font-size: 3.8rem;
		line-height: 4.2rem;
	}
}
.NewsBlogTile__Description {
	font-size: 1.8rem;
	line-height: 2.7rem;
	margin-bottom: 2rem;
}
.NewsBlogTile--IsLarge .NewsBlogTile__Description {
	color: #000;
}
.RecentNews__NewsHeader {
	padding-left: 3rem;
	padding-right: 3rem;
}
@media (min-width: 768px) {
	.RecentNews__NewsHeader {
		padding-left: 0;
		padding-right: 0;
	}
}
.RecentNews__Container {
	margin-bottom: 4rem;
	padding: 1rem 4rem 4rem;
	position: relative;
}
@media (min-width: 768px) {
	.RecentNews__Container {
		margin-bottom: 8rem;
		padding: 0;
	}
}
.RecentNews__BackDrop {
	background-color: #edbcb5;
	bottom: 0;
	height: 85%;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
}
@media (min-width: 768px) {
	.RecentNews__BackDrop {
		background-color: #edbcb5;
		height: 60%;
	}
}
@media (min-width: 1025px) {
	.RecentNews__BackDrop {
		height: 50%;
	}
}
.NewsListing__EventListing {
	margin-top: 3rem;
	padding-bottom: 5rem;
}
@media (min-width: 768px) {
	.NewsListing__EventListing {
		margin-top: 8rem;
	}
}
.NewsListing__Body {
	padding-top: 2.4rem;
}
@media (min-width: 768px) {
	.NewsListing__Body {
		padding-top: 4.6rem;
	}
}
.NewsListing__LargeContainer {
	background-color: #ff9ab0;
	margin-bottom: -10rem;
	margin-top: 7rem;
	padding-bottom: 0;
}
@media (min-width: 768px) {
	.NewsListing__LargeContainer {
		padding-bottom: 10rem;
	}
}
.NewsListing__Filters {
	margin-bottom: 4rem;
}
@media (min-width: 768px) {
	.NewsListing__Filters {
		margin-bottom: 6.4rem;
	}
}
.NewsListing__Item {
	margin-bottom: 6rem;
}
@media (min-width: 768px) {
	.NewsListing__Item {
		border-bottom: 0.1rem solid #d1d1d2;
		padding-bottom: 7rem;
	}
}
.NewsListing__Item:last-child {
	margin-bottom: 0;
}
@media (min-width: 768px) {
	.NewsListing__Item:last-child {
		border-bottom: 0;
		padding-bottom: 0;
	}
}
.NewsListing__Pagination {
	margin-top: 6rem;
	padding-top: 3.2rem;
	position: relative;
}
@media (min-width: 768px) {
	.NewsListing__Pagination {
		margin-top: 8rem;
	}
}
.NewsListing__Pagination:before {
	background-color: #d1d1d2;
	content: "";
	height: 0.1rem;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: calc(100% - 6rem);
}
@media (min-width: 768px) {
	.NewsListing__Pagination:before {
		width: calc(100% - 4.8rem);
	}
}
.NewsListing__NewsHeader {
	padding: 0 3rem;
}
@media (min-width: 768px) {
	.NewsListing__NewsHeader {
		padding: 0;
	}
}
.NewsListing__Title {
	font-weight: 800;
}
.NewsListing__TileContainer {
	padding: 0 1rem;
}
@media (min-width: 768px) {
	.NewsListing__TileContainer {
		padding: 0;
	}
}
.NewsListing__TileContainer .row {
	margin-bottom: 4rem;
}
.NewsListing__TileContainer .row:last-child {
	margin-bottom: 0;
}
.NewsBlogStory {
	margin-bottom: 4rem;
}
.NewsBlogStory__InfoContainer {
	padding-left: 4rem;
	padding-right: 4rem;
}
@media (min-width: 768px) {
	.NewsBlogStory__InfoContainer {
		padding: 4rem 0 8rem;
	}
}
.NewsBlogStory__BreadCrumb {
	margin-bottom: 2rem;
}
.NewsBlogStory__Title {
	margin-bottom: 2rem;
	padding-top: 1rem;
}
.NewsBlogStory__Author {
	font-size: 1.6rem;
	margin-bottom: 2rem;
	font-weight: 500;
}
.NewsBlogStory__Tags {
	margin-top: 2rem;
}
@media (min-width: 768px) {
	.NewsBlogStory__Tags {
		margin-bottom: 2rem;
	}
}
.NewsBlogStory__MobileBgWrap {
	background-color: #ffc2d0;
	margin: -2rem -4rem 0;
	padding: 2rem 3rem 10rem;
}
@media (min-width: 768px) {
	.NewsBlogStory__MobileBgWrap {
		margin: 0;
		padding: 0;
	}
}
.NewsBlogStory__ImageWrapper {
	margin-right: -4rem;
	margin-top: -10rem;
}
@media (min-width: 768px) {
	.NewsBlogStory__ImageWrapper {
		margin-right: 0;
		margin-top: 0;
	}
}
.NewsBlogStory__Description {
	color: #000;
	margin-top: 1rem;
}
@media (min-width: 768px) {
	.NewsBlogStory__Description {
		margin-top: 0;
	}
}
.OpenTable {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	margin-bottom: 0;
	margin-left: 1.4rem;
	margin-right: 1.4rem;
	overflow-x: auto;
	padding-bottom: 8rem;
	padding-top: 8rem;
}
@media (min-width: 768px) {
	.OpenTable {
		margin-left: 0;
		margin-right: 0;
	}
}
.OpenTable--MarginBottom {
	margin-bottom: 4rem;
}
@media (min-width: 768px) {
	.OpenTable--MarginBottom {
		margin-bottom: 8rem;
	}
}
.OpenTable__OpenTableScript--Standard {
	min-height: 30.1rem;
	min-width: 22.4rem;
}
.OpenTable__OpenTableScript--Tall {
	min-height: 35rem;
	min-width: 28.8rem;
}
.OpenTable__OpenTableScript--Wide {
	min-height: 30.1rem;
	min-width: 22.4rem;
}
.OpenTable__OpenTableScript--Button {
	min-height: 11.3rem;
	min-width: 21rem;
}
.ExternalScriptLoader__Script {
	background-color: #a4a4a5;
	transition: background-color 0.25s ease-in;
}
.ExternalScriptLoader__Script--Loaded {
	background-color: hsla(0, 0%, 100%, 0);
	transition-delay: 1s;
}
.DigitalMenu {
	background-color: #edbcb5;
	margin-bottom: 4rem;
	padding: 4rem 3rem 8rem;
}
@media (min-width: 768px) {
	.DigitalMenu {
		margin-bottom: 8rem;
		padding-top: 8rem;
	}
}
.DigitalMenu__Description {
	color: #000;
	font-size: 2rem;
	letter-spacing: 0.027rem;
	line-height: 3rem;
}
@media (min-width: 768px) {
	.DigitalMenu__Description {
		font-size: 2.2rem;
		letter-spacing: 0.03rem;
		line-height: 3.3rem;
	}
}
.DigitalMenu__MenuButton {
	background-color: hsla(0, 0%, 100%, 0);
	margin-bottom: 2rem;
	max-width: 100%;
	min-width: 100%;
	width: 100%;
}
@media (min-width: 768px) {
	.DigitalMenu__MenuButton {
		margin-right: 2rem;
	}
}
.DigitalMenu__MenuButton > span {
	overflow: hidden;
}
.DigitalMenu__MenuButton:hover {
	box-shadow: 0 0.3rem 0 0 #000;
}
.DigitalMenu__MenuButton:focus {
	outline: none;
}
.TshPersonIntro {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin: 5.4rem 3rem 7rem;
	padding: 9rem 2rem 6rem;
	position: relative;
}
@media (min-width: 768px) {
	.TshPersonIntro {
		margin-bottom: 11rem;
		margin-left: 0;
		margin-right: 0;
		padding: 20.5rem 2rem 6rem;
	}
}
.TshPersonIntro__Avatar {
	border-radius: 50%;
	box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.05);
	left: 0;
	margin: auto;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: -5.4rem;
	width: 13rem;
}
@media (min-width: 768px) {
	.TshPersonIntro__Avatar {
		width: 23.7rem;
	}
}
.TshPersonIntro__ImageLoad {
	height: 0;
	padding-bottom: 100%;
	background-color: #a4a4a5;
	position: relative;
}
.TshPersonIntro__ImageLoad img,
.TshPersonIntro__ImageLoad picture {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.TshPersonIntro__Title {
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0.1rem;
	margin-bottom: 1.2rem;
	text-align: center;
}
.TshPersonIntro__PersonName {
	line-height: 1.25;
	font-size: 4rem;
	margin-bottom: 1.6rem;
	text-align: center;
}
@media (min-width: 768px) {
	.TshPersonIntro__PersonName {
		font-size: 4rem;
	}
}
.TshPersonIntro__Description {
	margin-bottom: 1rem;
	text-align: center;
}
.TshPersonIntro__Description li,
.TshPersonIntro__Description p,
.TshPersonIntro__Description ul {
	color: #000;
}
.TshPersonIntro__Description .Blockquote,
.TshPersonIntro__Description li,
.TshPersonIntro__Description ul {
	text-align: left;
}
.TshPersonIntro__Description .Text-Link-Text {
	border-color: #000;
}
.TshPersonIntro__ButtonContainer {
	bottom: -3rem;
	left: 1.5rem;
	position: absolute;
	text-align: center;
	width: calc(100% - 3rem);
}
@media (min-width: 768px) {
	.TshPersonIntro__ButtonContainer {
		left: 0;
		width: 100%;
	}
}
.TshPersonIntro__RowIeFix {
	width: 100%;
}
.Testimonial {
	margin-bottom: 4rem;
	overflow: hidden;
	position: relative;
}
@media (min-width: 768px) {
	.Testimonial {
		margin-bottom: 8rem;
	}
}
.Testimonial .Text-Link {
	border-radius: 0.6rem;
	margin-bottom: 0.6rem;
	padding: 0.6rem 0.6rem 0.6rem 0;
}
.Testimonial__Right .Text-Link-Text {
	border-bottom: hsla(0, 0%, 100%, 0);
}
.Testimonial__Left .Testimonial__QuoteWrapper {
	padding-bottom: 17rem;
	position: relative;
}
@media (min-width: 768px) {
	.Testimonial__Left .Testimonial__QuoteWrapper {
		padding-bottom: 0;
	}
	.Testimonial__Left .Testimonial__QuoteWrapper:after {
		display: none;
	}
}
.Testimonial__QuoteContainer {
	padding: 3rem;
}
@media (min-width: 1025px) {
	.Testimonial__QuoteContainer {
		padding: 7rem 10rem 3rem;
	}
}
@media (min-width: 768px) {
	.Testimonial__Right .Testimonial__QuoteContainer {
		padding: 0 3rem 10rem;
	}
}
.Testimonial__Left .Testimonial__QuoteContainer {
	padding: 3rem;
}
@media (min-width: 768px) {
	.Testimonial__Left .Testimonial__QuoteContainer {
		padding: 7rem 3rem 3rem 5rem;
	}
}
.Testimonial__QuoteContainer.Testimonial__Alt {
	padding: calc(100% - 17rem) 3rem 4.2rem;
}
@media (min-width: 768px) {
	.Testimonial__QuoteContainer.Testimonial__Alt {
		padding: 7rem 3rem 10rem;
	}
}
@media (min-width: 1025px) {
	.Testimonial__QuoteContainer.Testimonial__Alt {
		padding: 7rem 10rem 10rem 3rem;
	}
}
.Testimonial__Left .Testimonial__QuoteContainer.Testimonial__Alt {
	padding: 0 3rem;
}
@media (min-width: 1025px) {
	.Testimonial__Left .Testimonial__QuoteContainer.Testimonial__Alt {
		padding: 7rem 3rem 0 5rem;
	}
}
.Testimonial__QuoteIcon {
	height: 4.8rem;
	margin-bottom: 2rem;
	margin-left: -1rem;
	width: 4.8rem;
}
.Testimonial__QuoteText {
	font-weight: 800;
	letter-spacing: 0.03rem;
}
@media (min-width: 768px) and (max-width: 1280.98px) {
	.Testimonial__QuoteText {
		font-size: 3.5rem;
	}
}
.Testimonial__InfoWrapper {
	margin-top: 17rem;
}
@media (min-width: 768px) {
	.Testimonial__InfoWrapper {
		margin-top: 0;
	}
}
.Testimonial__Left .Testimonial__InfoWrapper {
	margin-top: 4rem;
}
.Testimonial__ImageContainer {
	display: block;
	max-width: 128rem;
	position: relative;
	width: 100%;
}
@media (min-width: 768px) {
	.Testimonial__ImageContainer {
		left: 50%;
		position: absolute;
		top: 7rem;
		transform: translate(-50%);
	}
}
.Testimonial__Left .Testimonial__ImageContainer {
	margin-top: -12rem;
	padding-left: 3rem;
	padding-right: 1rem;
}
@media (min-width: 768px) {
	.Testimonial__Left .Testimonial__ImageContainer {
		margin-top: 0;
		padding-left: 0;
		padding-right: 0;
	}
}
.Testimonial__Right .Testimonial__ImageContainer {
	padding-right: 3rem;
	position: absolute;
}
@media (min-width: 768px) {
	.Testimonial__Right .Testimonial__ImageContainer {
		padding-right: 0;
		top: 0;
	}
}
.Testimonial__ImageLoad {
	height: 0;
	padding-bottom: 100%;
	background-color: #a4a4a5;
	position: relative;
}
.Testimonial__ImageLoad img,
.Testimonial__ImageLoad picture {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.Testimonial__TestimonialImage {
	float: left;
	height: 100%;
	width: 100%;
}
@media (min-width: 768px) {
	.Testimonial__TestimonialImage img {
		max-width: 64rem;
		pointer-events: all;
		width: 100%;
	}
}
.Testimonial__PlayBack {
	align-items: center;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	height: 10rem;
	justify-content: center;
	position: absolute;
	width: 10rem;
}
@media (min-width: 768px) {
	.Testimonial__PlayBack {
		height: 14rem;
		width: 14rem;
	}
}
.Testimonial__PlayBack:focus {
	outline: none;
}
.Testimonial__Left .Testimonial__PlayBack {
	bottom: 2rem;
	left: -1rem;
}
@media (min-width: 768px) {
	.Testimonial__Left .Testimonial__PlayBack {
		bottom: 12rem;
		left: auto;
		right: -3rem;
	}
}
.Testimonial__Right .Testimonial__PlayBack {
	right: -1rem;
	top: 2rem;
}
@media (min-width: 768px) {
	.Testimonial__Right .Testimonial__PlayBack {
		bottom: 12rem;
		left: -3rem;
		right: auto;
		top: 4.6rem;
	}
}
.Testimonial__ImageContainer .Testimonial__PlayBack .CtaCircular__Icon {
	height: 5.2rem;
	margin: 0;
	width: 5.2rem;
}
@media (min-width: 768px) {
	.Testimonial__ImageContainer .Testimonial__PlayBack .CtaCircular__Icon {
		height: 6.6rem;
		margin-left: 1rem;
		width: 6.6rem;
	}
}
.Testimonial__Left .Testimonial__AuthorInformation {
	color: #000;
	margin-bottom: 0;
}
@media (min-width: 768px) {
	.Testimonial__Left .Testimonial__AuthorInformation {
		margin-bottom: 4rem;
	}
}
.Testimonial__Right .Testimonial__AuthorInformation {
	margin-bottom: 1rem;
}
@media (min-width: 768px) {
	.Testimonial__Right .Testimonial__AuthorInformation {
		margin-bottom: 0;
	}
}
.Testimonial__AboutText {
	color: #67686a;
	display: block;
	margin-top: 2rem;
}
@media (min-width: 768px) {
	.Testimonial__AboutText {
		margin-top: 0;
	}
}
.Testimonial__Right .Testimonial__AboutText {
	color: #000;
}
.Testimonial__YouTubeModal {
	align-items: center;
	background-color: hsla(0, 0%, 100%, 0);
	display: flex;
	max-height: 100vh;
	overflow: visible;
	width: 128rem;
}
@media (max-width: 767.98px) {
	.Testimonial__YouTubeModal {
		padding: 0 2rem;
	}
}
@media (max-width: 767.98px) {
	.Testimonial__YouTubeModal .ModalPrompt__CloseIcon {
		top: -4rem;
	}
}
@media (max-width: 1024.98px) {
	.Testimonial__YouTubeModal .VideoPlayer__Inset {
		padding-left: 0;
		padding-right: 0;
	}
}
.Testimonial__YouTubeModal .YouTubeVideo {
	max-height: 100vh;
	width: auto;
}
.Testimonial__VideoModal {
	background-color: hsla(0, 0%, 100%, 0);
	height: 100%;
	overflow: hidden;
	padding: 0;
	width: 128rem;
}
.CtaCircular {
	align-items: center;
	border: 0;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	font-family: SharpGroteskMedium, Arial, Verdana;
	height: 10rem;
	justify-content: center;
	transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
		box-shadow 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	width: 10rem;
}
.CtaCircular:hover {
	border: 0;
	transform: translateY(-0.3rem);
}
.CtaCircular:focus {
	outline: none;
	border: 0.1rem solid hsla(0, 0%, 100%, 0);
}
.CtaCircular svg g,
.CtaCircular svg path,
.CtaCircular svg rect {
	fill: currentColor;
}
.CtaCircular--Dark.CtaCircular--Solid {
	background-color: #000;
	color: #fff;
}
.sust-gallry .CtaCircular--Dark.CtaCircular--Solid {
	background-color: #000;
	color: #fff;
	margin-top: -18rem;
}
.CtaCircular--Dark.CtaCircular--Solid:hover {
	box-shadow: 0 0.4rem 0 0 rgba(0, 0, 0, 0.3);
}
.CtaCircular--Dark.CtaCircular--Solid:focus {
	outline: none;
	transform: translateY(0);
}
.CtaCircular--Dark.CtaCircular--Solid svg g,
.CtaCircular--Dark.CtaCircular--Solid svg path {
	fill: #fff;
}
.CtaCircular--Dark.CtaCircular--Outline {
	background-color: #000;
	color: #fff;
}
.CtaCircular--Dark.CtaCircular--Outline:hover {
	box-shadow: 0 0.4rem 0 0 rgba(0, 0, 0, 0.3);
}
.CtaCircular--Light.CtaCircular--Solid {
	background-color: #000;
	color: #fff;
}
.CtaCircular--Light.CtaCircular--Solid:hover {
	box-shadow: 0 0.4rem 0 0 rgba(0, 0, 0, 0.3);
}
.CtaCircular--Light.CtaCircular--Outline {
	background-color: #fff;
	color: #000;
}
.CtaCircular--Light.CtaCircular--Outline:hover {
	box-shadow: 0 0.4rem 0 0 rgba(0, 0, 0, 0.3);
	border: 0.1rem solid #000;
}
.CtaCircular--Outline {
	border: 0.1rem solid;
}
.CtaCircular--Large {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
@media (min-width: 768px) {
	.CtaCircular--Large {
		height: 14rem;
		padding-left: 0.8rem;
		padding-right: 0.8rem;
		width: 14rem;
	}
}
.CtaCircular:disabled,
.CtaCircular[disabled] {
	color: #67686a;
	cursor: auto;
}
.CtaCircular:disabled.CtaCircular--Solid,
.CtaCircular[disabled].CtaCircular--Solid {
	background-color: #67686a;
}
.CtaCircular:disabled.CtaCircular--Outline,
.CtaCircular[disabled].CtaCircular--Outline {
	border: 0.1rem solid #67686a;
}
.CtaCircular:disabled:hover,
.CtaCircular[disabled]:hover {
	box-shadow: none;
	transform: none;
}
.CtaCircular__Icon {
	height: 4.8rem;
	width: 4.8rem;
}
.CtaCircular--hasText .CtaCircular__Icon {
	height: 2.4rem;
	margin-bottom: 0.7rem;
	width: 2.4rem;
}
@media (min-width: 768px) {
	.CtaCircular--Large .CtaCircular__Icon {
		height: 4.8rem;
		width: 4.8rem;
	}
}
.CtaCircular__Text {
	font-size: 1.6rem;
	line-height: 1;
	text-align: center;
	width: 100%;
}
.CtaCircular--hasIcon .CtaCircular__Text {
	margin-bottom: 1rem;
}
.CtaCircular--Large .CtaCircular__Text {
	font-size: 2rem;
}
@media (min-width: 768px) {
	.CtaCircular--Large .CtaCircular__Text {
		font-size: 2.4rem;
	}
}
.CtaCircular__AltText {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}
.LogoShowcase {
	margin-bottom: 8rem;
	padding-left: 3rem;
	padding-right: 3rem;
}
@media (min-width: 768px) {
	.LogoShowcase {
		padding-left: 0;
		padding-right: 0;
	}
}
.LogoShowcase__LogoWrapper {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	justify-content: center;
	margin-bottom: 1rem;
}
.LogoShowcase__LogoBackground {
	background-color: #a4a4a5;
}
.LogoShowcase__Logo {
	background-color: #fff;
	max-width: 20rem;
	padding: 1rem;
}
.SectionHeader {
	margin-bottom: 4rem;
}
@media (min-width: 768px) {
	.SectionHeader {
		margin-bottom: 0rem;
	}
}


.textcenter{
	text-align: center !important;
	margin-left: 2em;
}

.SectionHeader__TextContainer p {
	margin-bottom: 0;
}
.SectionHeader__TextContainer {
	padding-left: 2rem;
	padding-right: 2rem;
	text-align: left;
}
@media (min-width: 768px) {
	.SectionHeader__TextContainer {
		margin-bottom: 4rem;
        padding-left: 45px;
        padding-right: 35px;
		padding-top: 3rem;
        /* background: #fcfcfc; */
        /* height: 160px; */
        margin-top: 39px;
	}
}
.SectionHeader__TextContainer--NoMarginBottom {
	margin-bottom: 0;
}
.ReviewSummary__ReviewSummaryContainer {
	max-width: 36rem;
}
@media (min-width: 1025px) {
	.ReviewSummary__GridContainer {
		padding-left: 0;
		padding-right: 0;
	}
}
.ReviewSummary__Title {
	color: #000;
	font-family: Rubik, Arial, sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 1rem;
}
.ReviewSummary__NumberReviews {
	color: #67686a;
	font-size: 1.4rem;
	margin-bottom: 0;
}
.ReviewSummary__ScoreContainer {
	align-items: flex-end;
	display: flex;
	height: 100%;
	text-align: right;
}
.ReviewSummary__Score {
	color: #000;
	font-family: SharpGroteskSemiBold, Arial, Verdana;
	font-size: 5.5rem;
	line-height: 0.7em;
	margin-left: auto;
}
.ReviewSummary__ScoreTotal {
	color: #67686a;
	font-family: SharpGroteskSemiBold, Arial, Verdana;
	font-size: 1.5rem;
	margin-left: 0.3em;
}
.ReviewSummary__ScoreBarTrack {
	background-color: #e1e1e1;
	border-radius: 0.6rem;
	margin: 2.5rem 0;
}
.ReviewSummary__ScoreBarIndicator {
	background-color: #00953c;
	border-radius: 0.6rem;
	height: 1.5rem;
}
.ReviewSummary__CollectedFrom {
	color: #67686a;
	font-size: 1.6rem;
	margin-bottom: 2rem;
}
.Review {
	flex-shrink: 0;
}
.Review__NameContainer {
	margin-bottom: 2rem;
}
@media (min-width: 1025px) {
	.Review__NameContainer {
		padding-top: 0.5rem;
	}
}
.Review__Name {
	display: inline;
	margin-right: 0.5rem;
}
.Review__Date {
	color: #67686a;
	display: inline-block;
	font-size: 1.4rem;
}
.Review__TagContainer {
	margin-bottom: 2.5rem;
}
.Review__Tag {
	background-color: #d1d1d2;
	color: #000;
	display: inline-block;
	font-size: 1.4rem;
	margin-right: 1rem;
	padding: 0.7rem 1.5rem;
}
.Review__TagLabel {
	margin-right: 0.3rem;
}
.Review__Text p {
	color: #000;
	font-size: 1.8rem;
	font-style: italic;
	margin-bottom: 2rem;
}
.Review__ScoreBadge {
	align-items: center;
	background-color: #66bf8a;
	border-radius: 99rem;
	color: #000;
	display: flex;
	font-family: SharpGroteskSemiBold, Arial, Verdana;
	font-size: 2.2rem;
	height: 4rem;
	justify-content: center;
	margin-bottom: 3rem;
	width: 4rem;
}
@media (min-width: 1025px) {
	.Review__ScoreBadge {
		float: left;
		margin-left: -5.5rem;
	}
}
.Review__ScoreBadgeInner {
	margin-bottom: -0.1em;
}
.PluginForReviews {
	background-color: #a4a4a5;
	height: 13.3rem;
	margin-bottom: 4rem;
	overflow: hidden;
}
@media (min-width: 1025px) {
	.PluginForReviews {
		margin-bottom: 8rem;
	}
}
.PluginForReviews .PluginForReviews__ContentContainer,
.PluginForReviews .PluginForReviews__Header {
	opacity: 0;
}
.PluginForReviews--isLoaded {
	background-color: #fff;
	height: auto;
}
.PluginForReviews--isLoaded .PluginForReviews__ContentContainer,
.PluginForReviews--isLoaded .PluginForReviews__Header {
	opacity: 1;
}
.PluginForReviews__Header {
	overflow-y: visible;
	padding: 5rem 3rem 13rem 1rem;
}
@media (min-width: 1025px) {
	.PluginForReviews__Header {
		padding-left: 0;
		padding-right: 0;
	}
}
.PluginForReviews__Description {
	color: #000;
}
.PluginForReviews__ContentContainer {
	margin-top: -13rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
@media (min-width: 1025px) {
	.PluginForReviews__ContentContainer {
		padding-left: 0;
		padding-right: 0;
	}
}
.PluginForReviews__Content {
	background-color: #fff;
	padding: 4rem 0;
}
.PluginForReviews__ReviewsContainer {
	margin-top: 4rem;
}
.PluginForReviews__ReviewSummaryContainer {
	animation-duration: 0.25s;
	animation-fill-mode: forwards;
	animation-name: PluginForReviews__fadeIn;
	animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	margin-bottom: 4rem;
	opacity: 0;
	padding-left: 3rem;
	padding-right: 3rem;
}
@media (min-width: 1025px) {
	.PluginForReviews__ReviewSummaryContainer {
		margin-bottom: 8rem;
		padding-left: 0;
		padding-right: 0;
	}
}
@keyframes PluginForReviews__fadeIn {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.PluginForReviews__btnPrev {
	position: absolute;
	bottom: 4rem;
	height: 4.5rem;
	width: 4.5rem;
	display: none;
}
@media (min-width: 1025px) {
	.PluginForReviews__btnPrev {
		display: block;
	}
}
.PluginForReviews__btnPrev svg {
	height: 3.3rem !important;
	width: 3.3rem !important;
	transform: translate(-1.5px, 6px);
}
.PluginForReviews__btnNext {
	position: absolute;
	right: 0;
	bottom: 4rem;
	height: 4.5rem;
	width: 4.5rem;
	display: none;
}
@media (min-width: 1025px) {
	.PluginForReviews__btnNext {
		display: block;
	}
}
.PluginForReviews__btnNext svg {
	height: 3.3rem !important;
	width: 3.3rem !important;
	transform: translate(1.5px, 6px);
}
.CarouselDots__DotGroup {
	justify-content: center;
	margin-top: 4rem;
}
.LozengeSimple {
	background-color: #6af;
	border-radius: 6px;
	display: inline-block;
	font-family: SharpGroteskMedium, Arial, Verdana;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 2rem;
	padding: 0.4rem 1rem 0.6rem;
}
.MeetingRoomTile {
	align-items: center;
	display: flex;
	flex-direction: column;
	max-width: 31.5rem;
	width: 31.5rem;
	z-index: 1;
}
@media (min-width: 1025px) {
	.MeetingRoomTile {
		max-width: 74rem;
		width: 74rem;
	}
}
.MeetingRoomTile__ImageWrapper {
	display: flex;
	justify-content: center;
	position: relative;
	width: 100%;
}
.MeetingRoomTile__Image {
	background-color: #a4a4a5;
	height: 0;
	overflow: hidden;
	/* padding-top: 55%; */
	padding: 30%;
	position: relative;
	width: 100%;
}
.MeetingRoomTile__Image:after {
	background-image: linear-gradient(transparent 60%, #000);
	content: "";
}
.MeetingRoomTile__Image:after,
.MeetingRoomTile__Image img {
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.MeetingRoomTile__Image img {
	bottom: 0;
}
.MeetingRoomTile__LozengeUsp {
	background-color: #e1e1e1;
	position: relative;
	top: 1.5rem;
	transition: top 0.6s cubic-bezier(0.23, 1, 0.32, 1);
	z-index: 1;
}
@media (min-width: 1025px) {
	.swiper-slide-next .MeetingRoomTile__LozengeUsp,
	.swiper-slide-prev .MeetingRoomTile__LozengeUsp {
		position: absolute;
		top: -1.5rem;
	}
}
.swiper-slide-prev .MeetingRoomTile__LozengeUsp {
	right: 1.5rem;
}
.swiper-slide-next .MeetingRoomTile__LozengeUsp {
	left: 1.5rem;
}
.MeetingRoomTile__Title {
	bottom: 2rem;
	color: #fff;
	font-size: 3.2rem;
	font-weight: 800;
	left: 2rem;
	margin-bottom: 0;
	position: absolute;
}
@media (min-width: 1025px) {
	.MeetingRoomTile__Title {
		bottom: 3.5rem;
		font-size: 4rem;
		left: 6.5rem;
	}
}
.MeetingRoomTile__Body {
	background-color: #efeff0;
	color: #000;
	font-size: 1.8rem;
	overflow: hidden;
	padding: 3rem 2rem;
	position: relative;
	width: 100%;
}
.MeetingRoomTile__Body:before {
	background-color: #000;
	content: " ";
	display: block;
	height: 1.8rem;
	left: 2.4rem;
	position: absolute;
	top: -0.9rem;
	transform: rotate(45deg) skew(-3deg, -3deg);
	width: 1.8rem;
	z-index: 1;
}
@media (min-width: 1025px) {
	.MeetingRoomTile__Body {
		padding-left: 6.5rem;
		padding-right: 6.5rem;
		padding-top: 4rem;
	}
	.MeetingRoomTile__Body:before {
		background-color: #000;
		content: " ";
		display: block;
		height: 3rem;
		left: 5.4rem;
		position: absolute;
		top: -1.5rem;
		transform: rotate(45deg) skew(-3deg, -3deg);
		width: 3rem;
		z-index: 1;
	}
}
.MeetingRoomTile__Description {
	color: #000;
	margin-bottom: 2rem;
}
@media (min-width: 1025px) {
	.MeetingRoomTile__Description {
		font-size: 1.7rem;
	}
}
.MeetingRoomTile__Features {
	border-bottom: 0.1rem solid #000;
	margin-bottom: 1.5rem;
	padding-bottom: 2rem;
}
@media (min-width: 1025px) {
	.MeetingRoomTile__Features {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 3rem;
	}
}
.MeetingRoomTile__Feature {
	align-items: center;
	display: flex;
	font-size: 1.8rem;
	line-height: 3.5rem;
}
@media (min-width: 1025px) {
	.MeetingRoomTile__Feature {
		width: 50%;
		font-size: 1.6rem;
	}
}
.MeetingRoomTile__FeatureIcon {
	height: 2.4rem;
	min-height: 2.4rem;
	max-height: 2.4rem;
	margin-right: 1.5rem;
	min-width: 2.4rem;
	max-width: 2.4rem;
}
.MeetingRoomTile__Capacity {
	align-items: center;
	display: flex;
	margin-bottom: 2.5rem;
}
@media (min-width: 1025px) {
	.MeetingRoomTile__Capacity {
		margin-bottom: 0;
	}
}
.MeetingRoomTile__CapacityIcon {
	height: 3.2rem;
	margin-right: 1.5rem;
	width: 3.2rem;
}
.MeetingRoomTile__FlexWrapper {
	display: flex;
	flex-direction: column;
}
@media (min-width: 1025px) {
	.MeetingRoomTile__FlexWrapper {
		flex-direction: row;
	}
}
.MeetingRoomTile__Button {
	background-color: hsla(0, 0%, 100%, 0);
	display: inline-flex;
	max-width: none;
	min-width: 0;
	text-align: center;
}
@media (min-width: 1025px) {
	.MeetingRoomTile__Button {
		margin-left: auto;
	}
}
.MeetingRoomListing__Wrapper, .sust-gallry {
	cursor: grab;
	margin-bottom: 4rem;
	position: relative;
}
@media (min-width: 1025px) {
	.MeetingRoomListing__Wrapper,.sust-gallry {
		align-items: center;
		display: flex;
	}
}
.MeetingRoomListing__Wrapper .swiper-wrapper {
	transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.MeetingRoomListing__Wrapper--isIndividual .swiper-wrapper {
	transform: none !important;
}
.MeetingRoomListing__Wrapper--isIndividual .MeetingRoomListing__Slide {
	margin: auto !important;
}
.MeetingRoomListing__Slide {
	flex-shrink: 0;
	width: 31.5rem;
}
@media (min-width: 1025px) {
	.MeetingRoomListing__Slide {
		transform: scale(0.8);
		transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		width: 74rem;
	}
	.MeetingRoomListing__Slide.swiper-slide-active {
		transform: scale(1);
	}
}
.MeetingRoomListing__Slide .MeetingRoomTile__Body {
	background-color: #fff;
	border-bottom: 0.1rem solid #a4a4a5;
	border-left: 0.1rem solid #a4a4a5;
	border-right: 0.1rem solid #a4a4a5;
	transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
		border-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.MeetingRoomListing__Slide .MeetingRoomTile__ImageWrapper:after,
.MeetingRoomListing__Slide .MeetingRoomTile__ImageWrapper:before {
	border-bottom-color: #fff;
	transition: border-bottom-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.MeetingRoomListing__Slide.swiper-slide-active .MeetingRoomTile__Body {
	background-color: #efeff0;
	border-color: hsla(0, 0%, 100%, 0);
}
.MeetingRoomListing__Slide.swiper-slide-active
	.MeetingRoomTile__ImageWrapper:after,
.MeetingRoomListing__Slide.swiper-slide-active
	.MeetingRoomTile__ImageWrapper:before {
	border-bottom-color: #efeff0;
}
.MeetingRoomListing__Button {
	height: 5rem !important;
	opacity: 1;
	position: absolute;
	top: 7rem;
	transition: opacity 0.25s ease-in;
	width: 5rem !important;
	z-index: 1;
}
@media (min-width: 36.5rem) {
	.MeetingRoomListing__Button {
		left: 0;
		margin-left: auto;
		margin-right: auto;
		right: 0;
	}
}
@media (min-width: 1025px) {
	.MeetingRoomListing__Button {
		height: 10rem !important;
		top: 48em;
		width: 10rem !important;
	}
}
.MeetingRoomListing__Button .CtaCircular__Icon {
	width: 3.2rem !important;
}
@media (min-width: 1025px) {
	.MeetingRoomListing__Button .CtaCircular__Icon {
		width: 5rem !important;
	}
}
.MeetingRoomListing__Button--Prev {
	left: 0.5rem;
}
@media (min-width: 36.5rem) {
	.MeetingRoomListing__Button--Prev {
		right: 31.5rem;
	}
}
@media (min-width: 1025px) {
	.MeetingRoomListing__Button--Prev {
		right: auto;
	}
}
@media (min-width: 1055px) {
	.MeetingRoomListing__Button--Prev {
		right: 94rem;
		top: 35%;
		
	}
}
.MeetingRoomListing__Button--Next {
	right: 0.5rem;
}
@media (min-width: 36.5rem) {
	.MeetingRoomListing__Button--Next {
		left: auto;
	}
}
@media (min-width: 1025px) {
	.MeetingRoomListing__Button--Next {
		left: auto;
	}
}
@media (min-width: 1055px) {
	.MeetingRoomListing__Button--Next {
		left: 94rem;
		top: 35%;
	}
}
.MeetingRoomListing__Button--Disabled {
	cursor: auto;
	opacity: 0;
	pointer-events: none;
}
.Embed {
	background-color: #a4a4a5;
	height: 0;
	margin-bottom: 4rem;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	position: relative;
	width: 100%;
}
@media (min-width: 768px) {
	.Embed {
		margin-bottom: 8rem;
	}
}
.Embed__Iframe {
	border: 0;
}
@media (min-width: 768px) {
	.Embed__Iframe {
		min-height: 20rem;
		min-width: 36rem;
	}
}
.Embed__CoolCousins .Embed__Iframe,
.Embed__Video .Embed__Iframe,
.Embed__VirtualTour .Embed__Iframe {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.Embed__CoolCousins {
	height: 0;
	padding-bottom: 150%;
}
@media (min-width: 768px) {
	.Embed__CoolCousins {
		height: 0;
		padding-bottom: 56.25%;
	}
}
.Embed__VirtualTour {
	height: 0;
	padding-bottom: 150%;
}
@media (min-width: 768px) {
	.Embed__VirtualTour {
		height: 0;
		padding-bottom: 56.25%;
	}
}
.Embed__Video {
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.Embed__FromEmbedCode {
	height: auto;
}
.ImageContainer {
	display: block;
	position: relative;
	width: calc(100% + 4rem);
}
@media (min-width: 768px) {
	.ImageContainer {
		width: 100%;
	}
}
@media (min-width: 1025px) {
	.ImageContainer {
		width: 50rem;
	}
}
@media (min-width: 1281px) {
	.ImageContainer {
		width: 63rem;
	}
}
.ImageContainer--Left {
	margin-left: -4rem;
}
@media (min-width: 1025px) {
	.ImageContainer--Left {
		margin-left: -8rem;
	}
}
.ImageContainer--Right {
	margin-right: -4rem;
}
@media (min-width: 1025px) {
	.ImageContainer--Right {
		margin-right: -8rem;
	}
}
.ImageContainer__ImageLoad {
	height: 0;
	padding-bottom: 75%;
	background-color: #a4a4a5;
	position: relative;
}
.ImageContainer__ImageLoad img,
.ImageContainer__ImageLoad picture {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.ImageContainer__Image:focus {
	outline: none;
}
.ImageContainer__Image--ImageGallery {
	cursor: pointer;
}
.ImageContainer__Image--ImageGallery:hover {
	border-bottom: 0;
}
.ImageContainer__Image--ImageGallery:focus {
	outline: none;
}
.ImageContainer__ExpandIcon {
	bottom: 1rem;
	height: 2.4rem;
	pointer-events: none;
	position: absolute;
	right: 1rem;
	width: 2.4rem;
}
.ImageContainer__ExpandIcon path {
	fill: #fff;
}
.TextContent__Left {
	padding-left: 4rem;
}
.TextContent__Right {
	padding-left: 4rem;
	padding-right: 4rem;
}
@media (min-width: 768px) {
	.TextContent__Right {
		padding-left: 0;
	}
}
.TextContent__ProductTitle {
	display: none;
	font-size: 5rem;
	margin-top: 2rem;
}
@media (min-width: 768px) {
	.TextContent__ProductTitle {
		display: block;
		margin-top: 4rem;
	}
}
@media (min-width: 1025px) {
	.TextContent__ProductTitle {
		font-size: 3rem;
	}
}
.TextContent__ProductTitleLong {
	display: none;
	font-size: 5rem;
	margin-top: 2rem;
}
@media (min-width: 768px) {
	.TextContent__ProductTitleLong {
		display: block;
		margin-top: 4rem;
	}
}
@media (min-width: 1025px) {
	.TextContent__ProductTitleLong {
		font-size: 5rem;
	}
}
.TextContent__Description {
	line-height: 1.5;
	font-size: 1.8rem;
	letter-spacing: 0.03rem;
	margin: 2rem 0 4rem;
}
@media (min-width: 768px) {
	.TextContent__Description {
		margin: 0 0 4rem;
	}
}
.TextContent__PriceOccupancy {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media (min-width: 768px) {
	.TextContent__PriceOccupancy {
		justify-content: flex-start;
	}
}
.TextContent__PriceBlock {
	display: flex;
	flex-direction: column;
	font-size: 1.4rem;
	margin-bottom: 2rem;
	margin-right: 6rem;
}
@media (min-width: 768px) {
	.TextContent__PriceBlock {
		margin: 0 6rem 3rem 0;
	}
}
.TextContent__FromText {
	margin-right: 0.4rem;
}
.TextContent__Price {
	font-family: SharpGroteskSemiBold, Arial, Verdana;
	font-size: 5rem;
	font-weight: 800;
	margin: 0.5rem 0;
}
.TextContent__Occupancy {
	line-height: 1.5;
	display: flex;
	font-size: 1.8rem;
	letter-spacing: 0.03rem;
	margin-bottom: 2rem;
	min-width: 30%;
}
@media (min-width: 768px) {
	.TextContent__Occupancy {
		margin-bottom: 3rem;
	}
}
.TextContent__Occupancy span {
	margin-left: 0.6rem;
}
.TextContent__GroupIcon {
	height: 2.4rem;
}
.TextContent__CTA {
	margin-bottom: 2rem;
	width: 100%;
}
@media (min-width: 768px) {
	.TextContent__CTA {
		margin-bottom: 3rem;
		width: auto;
	}
}
@media (min-width: 768px) {
	.TextContent__CTA .Cta__ButtonTwoPrimary {
		min-width: auto;
	}
}
@media (min-width: 1025px) {
	.TextContent__CTA .Cta__ButtonTwoPrimary {
		min-width: 20rem;
	}
}
.ProductPromoLarge {
	background-color: #66bf8a;
	margin-bottom: 4rem;
	padding: 3rem 0 2rem;
	width: calc(100% - 4rem);
}
@media (min-width: 768px) {
	.ProductPromoLarge {
		background-image: linear-gradient(90deg, #e6f0ff 80%, #fff 0);
		padding: 6rem 0 5rem;
		width: 100%;
	}
}
.ProductPromoLarge--ImageLeft {
	background-color: #66bf8a;
	margin-left: 4rem;
}
@media (min-width: 768px) {
	.ProductPromoLarge--ImageLeft {
		background-image: linear-gradient(270deg, #66bf8a 80%, #fff 0);
		margin-left: 0;
	}
}
.ProductPromoLarge--ImageRight {
	margin-right: 4rem;
}
@media (min-width: 768px) {
	.ProductPromoLarge--ImageRight {
		margin-right: 0;
	}
}
.ProductPromoLarge__Title {
	font-size: 1.8rem;
	line-height: 2.4rem;
	font-family: SharpGroteskMedium, Arial, Verdana;
	margin-bottom: 0;
	padding-bottom: 2rem;
	padding-left: 4rem;
	padding-right: 4rem;
	position: relative;
}
@media (min-width: 768px) {
	.ProductPromoLarge__Title {
		padding-bottom: 2.5rem;
		padding-left: 0;
		padding-right: 0;
	}
}
.ProductPromoLarge__Title:before {
	background-color: #000;
	bottom: 0;
	content: "";
	height: 0.2rem;
	position: absolute;
	width: calc(100% - 10rem);
}
@media (min-width: 768px) {
	.ProductPromoLarge--ImageRight .ProductPromoLarge__Title {
		padding-left: 0;
	}
}
@media (min-width: 768px) {
	.ProductPromoLarge--ImageRight .ProductPromoLarge__Title:before {
		left: 0;
	}
}
.ProductPromoLarge__Header--Mobile {
	padding-left: 4rem;
	padding-right: 4rem;
	padding-top: 2rem;
}
.ProductPromoLarge__Title--Mobile {
	font-size: 5rem;
	overflow-wrap: anywhere;
}
.ProductPromoLarge__SecondaryPink {
	background-color: #ff9ab0;
}
@media (min-width: 768px) {
	.ProductPromoLarge__SecondaryPink {
		background-image: linear-gradient(90deg, #ff9ab0 80%, #fff 0);
	}
}
.ProductPromoLarge__SecondaryPink--Left {
	background-color: #ff9ab0;
}
@media (min-width: 768px) {
	.ProductPromoLarge__SecondaryPink--Left {
		background-image: linear-gradient(270deg, #ff9ab0 80%, #fff 0);
	}
}
.ProductPromoLarge__SecondaryYellow {
	background-color: #fd0;
}
@media (min-width: 768px) {
	.ProductPromoLarge__SecondaryYellow {
		background-image: linear-gradient(90deg, #fd0 80%, #fff 0);
	}
}
.ProductPromoLarge__SecondaryYellow--Left {
	background-color: #fd0;
}
@media (min-width: 768px) {
	.ProductPromoLarge__SecondaryYellow--Left {
		background-image: linear-gradient(270deg, #fd0 80%, #fff 0);
	}
}
.ProductPromoLarge__SecondaryBlueTint {
	background-color: #6af;
}
@media (min-width: 768px) {
	.ProductPromoLarge__SecondaryBlueTint {
		background-image: linear-gradient(90deg, #6af 80%, #fff 0);
	}
}
.ProductPromoLarge__SecondaryBlueTint--Left {
	background-color: #6af;
}
@media (min-width: 768px) {
	.ProductPromoLarge__SecondaryBlueTint--Left {
		background-image: linear-gradient(270deg, #6af 80%, #fff 0);
	}
}
.ProductPromoLarge__SecondaryGreenTint {
	background-color: #66bf8a;
}
@media (min-width: 768px) {
	.ProductPromoLarge__SecondaryGreenTint {
		background-image: linear-gradient(90deg, #66bf8a 80%, #fff 0);
	}
}
.ProductPromoLarge__SecondaryGreenTint--Left {
	background-color: #66bf8a;
}
@media (min-width: 768px) {
	.ProductPromoLarge__SecondaryGreenTint--Left {
		background-image: linear-gradient(270deg, #66bf8a 80%, #fff 0);
	}
}
.ProductPromoLarge__SecondaryPinkTint {
	background-color: #ffc2d0;
}
@media (min-width: 768px) {
	.ProductPromoLarge__SecondaryPinkTint {
		background-image: linear-gradient(90deg, #ffc2d0 80%, #fff 0);
	}
}
.ProductPromoLarge__SecondaryPinkTint--Left {
	background-color: #ffc2d0;
}
@media (min-width: 768px) {
	.ProductPromoLarge__SecondaryPinkTint--Left {
		background-image: linear-gradient(270deg, #ffc2d0 80%, #fff 0);
	}
}
.ProductPromoLarge__SecondaryYellowTint {
	background-color: #ffeb66;
}
@media (min-width: 768px) {
	.ProductPromoLarge__SecondaryYellowTint {
		background-image: linear-gradient(90deg, #ffeb66 80%, #fff 0);
	}
}
.ProductPromoLarge__SecondaryYellowTint--Left {
	background-color: #ffeb66;
}
@media (min-width: 768px) {
	.ProductPromoLarge__SecondaryYellowTint--Left {
		background-image: linear-gradient(270deg, #ffeb66 80%, #fff 0);
	}
}
.ProductPromoLarge__SecondaryGreyTint {
	background-color: #a4a4a5;
}
@media (min-width: 768px) {
	.ProductPromoLarge__SecondaryGreyTint {
		background-image: linear-gradient(90deg, #a4a4a5 80%, #fff 0);
	}
}
.ProductPromoLarge__SecondaryGreyTint--Left {
	background-color: #a4a4a5;
}
@media (min-width: 768px) {
	.ProductPromoLarge__SecondaryGreyTint--Left {
		background-image: linear-gradient(270deg, #a4a4a5 80%, #fff 0);
	}
}
.ProductPromoLarge__SecondaryRedTint {
	background-color: #dc796c;
}
@media (min-width: 768px) {
	.ProductPromoLarge__SecondaryRedTint {
		background-image: linear-gradient(90deg, #dc796c 80%, #fff 0);
		margin-top: -7em;
	}
}
.ProductPromoLarge__SecondaryRedTint--Left {
	background-color: #dc796c;
}
@media (min-width: 768px) {
	.ProductPromoLarge__SecondaryRedTint--Left {
		background-image: linear-gradient(270deg, #dc796c 80%, #fff 0);
	}
}
@media (min-width: 768px) {
	.EmailForm .FormGroup--Full {
		max-width: 45.5rem;
	}
}
@media (min-width: 768px) {
	.EmailForm .FormGroup--Buttons {
		max-width: 67.3rem;
	}
}
@media (min-width: 768px) {
	.EmailForm .FormGroup--Dropdown {
		max-width: 32.6rem;
	}
}
.EmailForm__Title {
	padding-left: 3rem;
	padding-right: 3rem;
}
@media (min-width: 768px) {
	.EmailForm__Title {
		padding-left: 0;
		padding-right: 0;
	}
}
.Accordion__AccordionItem {
	position: relative;
}
.Accordion__AccordionItem:after {
	background-color: #e1e1e1;
	content: "";
	height: 0.1rem;
	position: absolute;
	top: 0;
	width: 100%;
}
.Tabs .Accordion__AccordionItem:after {
	width: calc(100% - 1.5rem);
}
.Accordion__AccordionItem.Accordion__AccordionItem--Bills {
	overflow: hidden;
}
.Tabs .Accordion__AccordionItem.Accordion__AccordionItem--Bills:after {
	width: calc(100% + 1.5rem);
	left: -1.5rem;
}
.Accordion__TitleBar {
	align-items: center;
	display: flex;
	height: 8.9rem;
	justify-content: space-between;
	min-height: 9rem;
	padding: 2.6rem 3rem 2rem;
	text-align: left;
}

@media (min-width: 768px) {
	.Accordion__TitleBar {
		min-height: 7rem;
		padding: 1rem 2rem;
	}
}
.Accordion__TitleBar.Accordion__TitleBar--Bills {
	padding: 2.6rem 0 2rem;
}
@media (min-width: 768px) {
	.Accordion__TitleBar.Accordion__TitleBar--Bills {
		min-height: 7rem;
		padding: 1rem 0;
	}
}
.Accordion__TitleWrapper {
	align-items: flex-start;
	display: flex;
	flex: 1;
	justify-content: space-between;
}
.Accordion__TitleWrapper.Accordion__TitleWrapper--Bills {
	align-items: center;
}
.Accordion__Title {
	border-bottom: 0.1rem solid transparent;
	color: #000;
	font-family: SharpGroteskMedium, Arial, Verdana;
	font-size: 2rem;
	font-weight: 400;
	margin-bottom: 0;
	margin-right: 1.5rem;
	transition: border-bottom-color 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.Accordion__Title.Accordion__Title--Bills {
	text-transform: none;
	font-size: 3rem;
	letter-spacing: 0;
	font-weight: 800;
}
.Accordion__IconWrapper {
	align-items: center;
	display: flex;
	flex: 0 0 3.2rem;
	justify-content: center;
	position: relative;
	transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    left: 69em;
    top: 3em;
}
.Accordion__IconWrapper:before {
	background-color: #000;
	border-radius: 50%;
	bottom: 0;
	content: "";
	height: 3.2rem;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	transform: scale(0);
	transition: transform 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	width: 3.2rem;
	z-index: 1;
}
.Accordion__IconWrapper svg {
	height: 2.4rem;
	width: 2.4rem;
	z-index: 2;
}
.Accordion__IconWrapper.Accordion__IsOpen {
	transform: rotate(-180deg);
}
button:focus .Accordion__Title,
button:hover .Accordion__Title {
	border-bottom-color: inherit;
}
button:focus .Accordion__IconWrapper:before,
button:hover .Accordion__IconWrapper:before {
	transform: scale(1);
}
button:focus .Accordion__IconWrapper svg path,
button:hover .Accordion__IconWrapper svg path {
	fill: #fff;
}
.Accordion__Body {
	font-size: 1.8rem;
	line-height: 2.7rem;
	padding: 0 3rem 4rem;
}
@media (min-width: 768px) {
	.Accordion__Body {
		padding: 0 2rem 5rem;
	}
}
.Accordion__Body--Bills {
	padding: 0;
}

.Accordion {
	margin-bottom: 4rem;
}
@media (min-width: 768px) {
	.Accordion {
		margin-bottom: 8rem;
	}
}
.Accordion__Heading {
	font-size: 3rem;
	padding-left: 3rem;
	padding-right: 3rem;
}
@media (min-width: 768px) {
	.Accordion__Heading {
		font-size: 4rem;
		padding-left: 2rem;
		padding-right: 2rem;
	}
}
@media (min-width: 768px) {
	.Accordion__HeadingAlt {
		padding-left: 0;
		font-size: 3rem;
		margin-top: 50px;
	}
}
.SalesforceForm__SfForm {
	margin-bottom: 4rem;
}
@media (min-width: 768px) {
	.SalesforceForm__SfForm {
		margin-bottom: 8rem;
	}
}
.OfferPromotion {
	margin-bottom: 4rem;
	min-height: 24.5rem;
	overflow: hidden;
	padding-bottom: 3.3rem;
	position: relative;
}
@media (min-width: 1025px) {
	.OfferPromotion {
		margin-bottom: 8rem;
		padding-bottom: 0;
	}
}
.OfferPromotion__Container {
	position: relative;
}
.OfferPromotion__ContentContainer {
	background-color: #66bf8a;
	display: flex;
	flex-wrap: wrap;
	margin-top: 2rem;
	position: relative;
}
@media (min-width: 1025px) {
	.OfferPromotion__ContentContainer {
		margin-top: 3rem;
	}
}
.OfferPromotion__IconContainer {
	padding-top: 2rem;
	width: 100%;
}
@media (min-width: 1025px) {
	.OfferPromotion__IconContainer {
		align-items: center;
		display: flex;
		flex-wrap: wrap;
		padding-left: 3rem;
		width: 16.5rem;
	}
}
.OfferPromotion__Icon {
	display: block;
	margin: 0 auto;
	width: 12rem;
}
@media (min-width: 1025px) {
	.OfferPromotion__Icon {
		width: 100%;
	}
}
.OfferPromotion__TextContainer {
	padding: 1.5rem 3rem 0;
	position: relative;
	text-align: center;
	width: 100%;
}
@media (min-width: 1025px) {
	.OfferPromotion__TextContainer {
		flex: 1;
		padding: 2rem 13rem 2rem 0;
	}
}
.OfferPromotion__Title {
	line-height: 1.25;
	font-size: 4.8rem;
	letter-spacing: -0.1rem;
	margin: 0 2rem 1rem;
}
@media (min-width: 768px) {
	.OfferPromotion__Title {
		font-size: 6.4rem;
		letter-spacing: -0.15rem;
	}
}
.OfferPromotion__Description {
	color: #000;
	margin-bottom: 2rem;
	padding: 0 1rem;
}
@media (min-width: 1025px) {
	.OfferPromotion__Description {
		margin-bottom: 0;
	}
}
.OfferPromotion__CtaContainer {
	bottom: -3rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}
@media (min-width: 1025px) {
	.OfferPromotion__CtaContainer {
		bottom: auto;
		left: auto;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
}
.OfferPromotion__Cta {
	min-width: 0;
}
@media (min-width: 1025px) {
	.OfferPromotion__Cta {
		right: -50%;
	}
}
.OfferPromotion__ButtonContainer {
	margin-bottom: 5rem;
}
@media (min-width: 1025px) {
	.OfferPromotion__ButtonContainer {
		margin-bottom: 0;
	}
}
.OfferPromotion__Animation {
	height: 30rem;
	left: -16.6666666667%;
	max-height: calc(100% - 3rem);
	max-width: calc(100% - 2rem);
	position: absolute;
	top: -3rem;
	width: 30rem;
}
@media (min-width: 1025px) {
	.OfferPromotion__Animation {
		height: 24.5rem;
		left: -14.5rem;
		max-height: none;
		max-width: none;
		width: 53.5rem;
	}
}
.OfferPromotion__ReadMoreContainer {
	width: 100%;
}
.OfferPromotion__DirectLinkText {
	margin-bottom: 0;
}
.OfferPromotion__DirectLink {
	border-bottom-color: #000;
	display: inline-block;
	margin-top: 0.6rem;
}
.OfferPromotion__DirectLink:focus {
	outline: none;
}
.OfferPromotion__Button {
	min-width: 22rem;
	padding: 1rem 7rem 1rem 2rem;
}
@media (min-width: 768px) {
	.OfferPromotion__Button {
		padding: 1rem 8rem 1rem 2rem;
	}
}
.OfferPromotion__Button:focus {
	outline: none;
	border-radius: 9999rem;
}
.OfferPromotion__Button--Modal {
	margin-top: 0.5rem;
}
.OfferPromotion__Chevron {
	bottom: -0.5em;
	display: inline-block;
	height: 2.4rem;
	margin-right: 2rem;
	position: relative;
	width: 2.4rem;
}
.OfferPromotion__Chevron--Up {
	transform: rotate(90deg);
}
.OfferPromotion__Chevron--Down {
	transform: rotate(-90deg);
}
.OfferPromotion__ReadMoreLessText {
	line-height: 1.5;
	border-bottom: 0.1rem solid #000;
	color: #000;
	font-size: 1.8rem;
	font-weight: 500;
}
.ReadMore__Content {
	overflow: hidden;
	transition: max-height 0.5s;
}
.ReadMore__Inner {
	background-color: #ffe74d;
	font-size: 1.4rem;
	padding: 2rem 2rem 5.25rem;
	text-align: center;
}
@media (min-width: 1025px) {
	.ReadMore__Inner {
		padding: 2rem;
	}
}
@media (min-width: 768px) {
	.ReadMore__ButtonContainer {
		padding-left: 12.5rem;
		padding-right: 13rem;
		text-align: center;
	}
}
.ReadMore__Button {
	margin-bottom: 6rem;
}
@media (min-width: 768px) {
	.ReadMore__Button {
		margin-bottom: 3rem;
	}
}
.ReadMore__Icon {
	bottom: -0.5em;
	display: inline-block;
	height: 2.4rem;
	margin-right: 1rem;
	position: relative;
	width: 2.4rem;
}
.ReadMore__Icon--Up {
	transform: rotate(90deg);
}
.ReadMore__Icon--Down {
	transform: rotate(-90deg);
}
.ReadMore__Copy {
	color: #000;
	font-size: inherit;
	margin-bottom: 1rem;
}
.ReadMore__ReadMoreLessText {
	line-height: 1.5;
	color: #000;
	font-size: 1.8rem;
}
.ReadMore__Cta,
.ReadMore__ReadMoreLessText {
	border-bottom: 0.1rem solid #000;
	font-weight: 500;
}
.ReadMore__Cta:focus {
	outline: none;
}
.HotelLocationTile__HotelLocationTiles {
	margin-bottom: 4rem;
}
@media (min-width: 768px) {
	.HotelLocationTile__HotelLocationTiles {
		margin-bottom: 8rem;
	}
}
.HotelLocationTile {
	padding: 3rem 3rem 1.5rem;
	position: relative;
}
@media (min-width: 768px) {
	.HotelLocationTile {
		padding: 2rem;
	}
}
.HotelLocationTile__InfoContainer {
	padding-left: 1rem;
	position: relative;
}
@media (min-width: 768px) {
	.HotelLocationTile__InfoContainer {
		padding-left: 2rem;
	}
}
.HotelLocationTile__TitleContainer {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
	padding-top: 2.4rem;
}
@media (min-width: 768px) {
	.HotelLocationTile__TitleContainer {
		padding-top: 3rem;
	}
}
.HotelLocationTile__ImageLoad {
	height: 0;
	padding-bottom: 87.5%;
	background-color: #a4a4a5;
	position: relative;
}
.HotelLocationTile__ImageLoad img,
.HotelLocationTile__ImageLoad picture {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.HotelLocationTile__ImageWrapper {
	position: relative;
}
.HotelLocationTile__Opening {
	bottom: -1.6rem;
	left: 1rem;
	position: absolute;
	z-index: 1;
}
@media (min-width: 768px) {
	.HotelLocationTile__Opening {
		left: 2rem;
	}
}
.HotelLocationTile__HotelImage img {
	display: block;
	margin: auto;
	width: 100%;
}
.HotelLocationTile__Title {
	line-height: 1.25;
	font-size: 4.8rem;
	letter-spacing: -0.1rem;
	font-weight: 800;
	letter-spacing: 0.1rem;
	line-height: 5rem;
	margin-bottom: 1rem;
}
@media (min-width: 768px) {
	.HotelLocationTile__Title {
		font-size: 6.4rem;
		letter-spacing: -0.15rem;
		font-size: 5.5rem;
		line-height: 5.5rem;
	}
}
@media (min-width: 1025px) {
	.HotelLocationTile__Title {
		font-size: 7rem;
		line-height: 7rem;
	}
}
.HotelLocationTile__Subtitle {
	color: #67686a;
}
.HotelLocationTile__SubtitleSpan:after {
	content: "|";
	padding: 0 1rem;
}
.HotelLocationTile__SubtitleSpan:last-child:after {
	content: "";
	padding: 0;
}
.HotelLocationTile__Divider {
	display: inline-block;
	margin-left: 1rem;
	margin-right: 1rem;
}
.HotelLocationTile__Description {
	display: flex;
	font-size: 1.6rem;
	letter-spacing: 0.03rem;
	line-height: 2.4rem;
	margin-bottom: 0;
}
.HotelLocationTile__Body {
	display: flex;
	justify-content: space-between;
}
.HotelLocationTile__FromPriceContainer {
	align-items: center;
	background-color: #000;
	color: #fff;
	border-bottom: 0;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	height: 10rem;
	justify-content: center;
	padding: 1rem;
	position: absolute;
	right: 1rem;
	top: 5rem;
	transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
		box-shadow 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	width: 10rem;
	z-index: 1;
}
@media (min-width: 768px) {
	.HotelLocationTile__FromPriceContainer {
		right: 0;
	}
}
.HotelLocationTile__FromPriceContainer:hover {
	border-bottom: 0;
	box-shadow: 0 0.4rem 0 0 rgba(0, 0, 0, 0.3);
	transform: translateY(-0.3rem);
}
.HotelLocationTile__FromPriceContainer:focus {
	outline: none;
	border-radius: 9999rem;
	transform: translateY(0);
}
.HotelLocationTile__Body .HotelLocationTile__FromPriceContainer {
	flex: 0 0;
	flex-basis: 10rem;
	height: 10rem;
	margin-left: 1rem;
	padding: 0;
	position: relative;
	right: 0;
	top: 0;
}
@media (min-width: 768px) {
	.HotelLocationTile__Body .HotelLocationTile__FromPriceContainer {
		position: relative;
	}
}
@media (min-width: 1025px) {
	.HotelLocationTile__Body .HotelLocationTile__FromPriceContainer {
		flex-basis: 14rem;
		height: 14rem;
		width: 14rem;
	}
}
.HotelLocationTile__TitleIcon {
	display: flex;
	margin-top: 1.5rem;
	width: 2.4rem;
}
@media (min-width: 768px) {
	.HotelLocationTile__TitleIcon {
		display: none;
	}
}
.HotelLocationTile__From {
	font-family: SharpGroteskSemiBold, Arial, Verdana;
	font-size: 1.6em;
	font-weight: 400;
	line-height: 1em;
	margin-top: 0.6rem;
}
@media (min-width: 1025px) {
	.HotelLocationTile__From {
		font-size: 2.4em;
	}
}
.HotelLocationTile__FromPrice {
	font-family: SharpGroteskSemiBold, Arial, Verdana;
	font-size: 3.4em;
	font-weight: 600;
	line-height: 1em;
	margin: 0;
}
@media (min-width: 1025px) {
	.HotelLocationTile__FromPrice {
		font-size: 5em;
	}
}
.HotelLocationTile__FromIcon {
	height: 2.4rem;
	width: 2.4rem;
}
.HotelLocationTile__FromIcon path {
	fill: #fff;
}
@media (min-width: 768px) {
	.HotelLocationTile__FromIcon {
		height: 3.2rem;
		width: 3.2rem;
	}
}
.ContactFormHotelLocations {
	margin-bottom: 4rem;
}
@media (min-width: 1025px) {
	.ContactFormHotelLocations {
		margin-bottom: 8rem;
	}
}
.ContactFormHotelLocations--Nested:last-child {
	margin-bottom: 0;
}
.ContactFormHotelLocations__Container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-left: 3rem;
	padding-right: 3rem;
	width: 100%;
}
@media (min-width: 768px) {
	.ContactFormHotelLocations__Container {
		flex-direction: row;
	}
}
.ContactFormHotelLocations__Container--Nested {
	padding-left: 0;
	padding-right: 0;
}
.ContactFormHotelLocations__ContactDetails {
	margin-bottom: 5rem;
	margin-top: 3rem;
}
.ContactFormHotelLocations__ContactInfo {
	font-size: 1.8rem;
	margin-bottom: 0.2rem;
	width: 100%;
}
@media (min-width: 768px) {
	.ContactFormHotelLocations__ContactInfo {
		width: auto;
	}
}
.ContactFormHotelLocations__ContactInfoItem {
	display: flex;
	line-height: 2.7rem;
}
.ContactFormHotelLocations__ContactInfoItem--Icon {
	margin-bottom: 3rem;
}
.ContactFormHotelLocations__Monogram {
	background-color: #b2dfc4;
	height: 13.3rem;
	margin-bottom: 4rem;
	width: 13.3rem;
}
@media (min-width: 768px) {
	.ContactFormHotelLocations__Monogram {
		height: 23.6rem;
		margin-bottom: 0;
		width: 23.6rem;
	}
}
.ContactFormHotelLocations__CTA {
	width: 100%;
}
.CtaContainer {
	margin-bottom: 4rem;
	padding-left: 3rem;
	padding-right: 3rem;
}
@media (min-width: 768px) {
	.CtaContainer {
		margin-bottom: 8rem;
		padding-left: 0;
		padding-right: 0;
	}
}
.CtaContainer--AlignCenter {
	text-align: center;
}
.CtaContainer__TitleIcon {
	display: inline-block;
	margin-left: 0.5em;
	width: 1em;
}
.CtaContainer__TitleIcon--Right {
	bottom: -0.5rem;
	margin-bottom: -0.15em;
	position: relative;
	transform: translateX(0);
}
.CtaContainer__TitleIcon--Down {
	margin-bottom: -0.15em;
	transform: rotate(90deg) translateX(0);
}
.CtaContainer__PanelImage,
.CtaContainer__TitleIcon--Down,
.CtaContainer__TitleIcon--Right {
	transition: transform 0.2s;
}
.CtaContainer__Panel:hover .CtaContainer__PanelImage {
	transform: scale(1.03) translateY(-50%);
}
.CtaContainer__Panel:hover
	.CtaContainer__PanelImageContainer--Mobile
	.CtaContainer__PanelImage {
	transform: scale(1.03);
}
.CtaContainer__Panel:hover .CtaContainer__TitleIcon--Right {
	transform: translateX(0.5rem);
}
.CtaContainer__Panel:hover .CtaContainer__TitleIcon--Down {
	transform: rotate(90deg) translateX(0.5rem);
}
.CtaContainer__Panel:hover .CtaContainer__CtaTitleText:after {
	transform: scaleX(1);
}
.CtaContainer__PanelImageContainer {
	display: none;
	height: 16rem;
	position: relative;
}
@media (min-width: 768px) {
	.CtaContainer__PanelImageContainer {
		display: block;
	}
}
.CtaContainer__PanelImageContainer--Mobile {
	display: block;
}
@media (min-width: 768px) {
	.CtaContainer__PanelImageContainer--Mobile {
		display: none;
	}
}
.CtaContainer__PanelImage--AlwaysShow {
	display: block;
}
.CtaContainer__PanelImage {
	margin-bottom: 2rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.CtaContainer__PanelImage img {
	margin: auto;
	width: 100%;
}
@media (min-width: 768px) {
	.CtaContainer__PanelImage img {
		width: auto;
	}
}
.CtaContainer__PanelImageContainer--Mobile .CtaContainer__PanelImage {
	position: relative;
	top: 0;
	transform: translateY(0);
}
.CtaContainer__PanelImage--FixedWidth {
	width: 12.625rem;
}
.CtaContainer__CtaTitleText {
	display: inline-block;
}
.CtaContainer__CtaTitleText:after {
	border-bottom: 0.1rem solid #d1d1d2;
	content: "";
	display: block;
	transform: scaleX(0);
	transform-origin: 0 50%;
	transition: transform 0.15s ease-in-out;
}
.CtaContainer__Link {
	line-height: 1.25;
	font-size: 2.4rem;
	border-bottom: 0;
}
@media (min-width: 768px) {
	.CtaContainer__Link {
		font-size: 2.4rem;
	}
}
.CtaContainer__Link:hover {
	border-bottom: 0;
}
.CtaPanel {
	margin-bottom: 2rem;
}
@media (min-width: 768px) {
	.CtaPanel {
		margin-bottom: 0;
	}
}
.CtaPanel :last-child {
	margin-bottom: 0;
}
@media (min-width: 768px) {
	.CtaPanel--Double h4,
	.CtaPanel--Double p,
	.CtaPanel--Triple h4,
	.CtaPanel--Triple p {
		width: 75%;
	}
}
.CtaPanel__ImageContainer {
	display: none;
	height: auto;
	margin-bottom: 3rem;
	transition: transform 0.2s;
}
@media (min-width: 768px) {
	.CtaPanel__ImageContainer {
		display: block;
	}
}
.CtaPanel__ImageContainer--Mobile {
	display: block;
	margin-bottom: 2rem;
}
@media (min-width: 768px) {
	.CtaPanel__ImageContainer--Mobile {
		display: none;
	}
}
.CtaPanel__Image {
	margin-bottom: 2rem;
	min-height: 14.2rem;
}

.CtaPanel__Image img {
	margin: auto;
	max-width: 100%;
	min-width: 20.2rem;
}
@media (min-width: 768px) {
	.CtaPanel__Image img {
		height: auto;
		width: auto;
	}
}
.CtaPanel__Image--Singleton img {
	height: auto;
	width: auto;
}
.CtaPanel__Image--AlwaysShow {
	display: block;
}
.CtaPanel__ImageLink {
	border-bottom: 0;
	display: block;
}
.CtaPanel__ImageLink:focus,
.CtaPanel__ImageLink:hover {
	border-bottom: 0;
}
.CtaPanel__ImageLink:focus {
	outline: none;
}
.CtaPanel__CtaTitleText {
	display: inline-block;
}
.CtaPanel__CtaTitleText--Linked {
	background-image: linear-gradient(currentColor, currentColor);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 0 0.1rem;
	display: inline;
	text-decoration: none;
	transition: background-size 0.3s;
}
.CtaPanel__CtaTitleText--Linked:focus,
.CtaPanel__CtaTitleText--Linked:hover {
	background-size: 100% 0.1rem;
}
.CtaPanel__Link:hover {
	border-bottom: 0;
}
.CtaPanel__Link svg {
	width: 4rem;
}
.CtaPanel__Link--Linked:focus {
	outline: none;
}
.CtaPanel__Link--Linked:focus .CtaPanel__CtaTitleText--Linked {
	background-size: 100% 0.1rem;
}
.CtaPanel__TitleIcon {
	height: 3.2rem;
	margin-left: 1rem;
	transform: translateX(0);
	transition: transform 0.2s;
	vertical-align: middle;
	width: 3.2rem;
}
.CtaPanel:hover .CtaPanel__ImageContainer--Linked {
	transform: scale(1.04);
}
.CtaPanel:hover .CtaPanel__CtaTitleText--Linked:after {
	transform: scaleX(1);
}
.CtaPanel:hover .CtaPanel__TitleIcon--Right {
	transform: translateX(0.5rem);
}
.CtaPanel:hover .CtaPanel__TitleIcon--Down {
	transform: translateY(0.5rem);
}
.CtaPanel:hover .CtaPanel__CtaTitleText--Linked {
	background-size: 100% 0.1rem;
}
.ButtonCtaContainer__ButtonCtaContainerInner {
	justify-content: center;
	max-width: 128rem;
	min-width: 128rem;
}
.ButtonCtaContainer--Desktop {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	margin: 8rem 1.6rem;
}
@media (max-width: 1280.98px) {
	.ButtonCtaContainer--Desktop {
		display: none;
	}
}
.ButtonCtaContainer--Mobile {
	margin: 4rem;
}
@media (min-width: 1281px) {
	.ButtonCtaContainer--Mobile {
		display: none;
	}
}
@media (max-width: 1280.98px) {
	.ButtonCtaContainer--Mobile {
		margin: 4rem 0 4rem 2.4rem;
	}
}
.ButtonCtaContainer__Slide:last-of-type {
	padding-right: 2.4rem;
}
@media (min-width: 1281px) {
	.ButtonCtaContainer__ButtonCtaPanelContainer {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
}
.ButtonCtaContainer__Slide {
	flex-shrink: 0;
	margin: 1.6rem !important;
}
.ButtonCtaContainer__swiper-pagination {
	height: 1rem;
	width: 50rem;
	display: flex;
	flex-direction: row;
}
.ButtonCtaContainer__swiper-pagination span {
	border: 1px solid #000;
	border-radius: 50%;
	height: 1rem;
	width: 1rem;
}
.ButtonCtaContainer__Dots {
	justify-content: center;
}
.ButtonCtaContainer__TitleContainer {
	display: flex;
	margin-left: 1.6rem;
	margin-right: 1.6rem;
}
@media (max-width: 1280.98px) {
	.ButtonCtaContainer__TitleContainer {
		flex-direction: column;
	}
}
.ButtonCtaContainer__Title {
	width: 45%;
	align-self: flex-start;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 48px;
	letter-spacing: -0.24px;
	flex-shrink: 0;
	margin-right: 4rem;
}
@media (max-width: 1280.98px) {
	.ButtonCtaContainer__Title {
		font-size: 3.2rem;
	}
}
@media (max-width: 1024.98px) {
	.ButtonCtaContainer__Title {
		font-size: 2.4rem;
	}
}
.CtaPanel__CtaPanelNew,
.CtaPanel__CtaPanelNewNoLink {
	max-height: 29rem;
	margin: 1.6rem;
	display: flex;
	padding: 16px;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	border-radius: 8px;
	border: 1px solid var(--opacities-black-black-10, rgba(0, 0, 0, 0.1));
	background: var(--white, #fff);
	transition: transform 0.3s;
	width: calc(33.3% - 3.2rem);
}
@media (max-width: 1280.98px) {
	.CtaPanel__CtaPanelNew,
	.CtaPanel__CtaPanelNewNoLink {
		margin: 0 !important;
		width: 100%;
		height: 100%;
	}
}
.CtaPanel__CtaPanelNewNoLink p,
.CtaPanel__CtaPanelNew p {
	text-overflow: ellipsis;
	width: 100%;
	margin: 0;
	-webkit-line-clamp: 5;
}
@media (max-width: 1280.98px) {
	.CtaPanel__CtaPanelNewNoLink p,
	.CtaPanel__CtaPanelNew p {
		width: 100%;
	}
}
.CtaPanel__CtaPanelNew--4 {
	width: calc(25% - 3.2rem);
}
.CtaPanel__CtaPanelNew:focus,
.CtaPanel__CtaPanelNew:hover {
	transform: scale(1.02);
	border: 1px solid var(--opacities-black-black-10, rgba(0, 0, 0, 0.1));
}
.CtaPanel__CtaPanelNew:focus .CtaPanel__Link--Linked,
.CtaPanel__CtaPanelNew:hover .CtaPanel__Link--Linked {
	transform: translateX(5px);
}
.CtaPanel__Title {
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.6rem;
	min-height: 1.6rem;
	color: #000;
}
.CtaPanel__description,
.CtaPanel__descriptionMobile {
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.042px;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
@media (max-width: 767.98px) {
	.CtaPanel__description {
		display: none;
	}
}
@media (min-width: 768px) {
	.CtaPanel__descriptionMobile {
		display: none;
	}
}
.CtaPanel__Link {
	line-height: 1.25;
	font-size: 2.4rem;
	border-bottom: 0;
	height: 3.5rem;
	margin-left: auto;
}
@media (min-width: 768px) {
	.CtaPanel__Link {
		font-size: 2.4rem;
	}
}
.CtaPanel__Link:focus,
.CtaPanel__Link:hover {
	border-bottom: 0;
}
.CtaPanel__Link svg {
	height: 3.5rem;
}
.CtaPanel__Link--Linked {
	text-align: center;
	transition: transform 0.3s;
}
.CtaPanel__Link--Linked:focus .CtaPanel__CtaTitleText--Linked,
.CtaPanel__Link--Linked:hover .CtaPanel__CtaTitleText--Linked {
	background-size: 100% 0.1rem;
}
.CtaPanel__Icon {
	width: 5rem;
}
.Highlights {
	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
	margin-bottom: 4rem;
}
@media (max-width: 1024.98px) {
	.Highlights {
		flex-direction: column;
		margin-top: -15px;
		margin-bottom: 0;
	}
}
@media (max-width: 1280.98px) {
	.Highlights {
		margin-bottom: 1rem;
		margin-top: -1rem;
	}
}
.Highlights.Highlights__Small {
	flex-grow: 0;
	margin-left: 12%;
}
.Highlights.Highlights__Small .Highlights__Highlight {
	width: 50%;
	justify-content: flex-end;
}
@media (max-width: 1024.98px) {
	.Highlights.Highlights__Small .Highlights__Highlight {
		width: 100%;
	}
}
.Highlights.Highlights__Small .Highlights__Highlight p {
	width: 56%;
}
@media (max-width: 1280.98px) {
	.Highlights.Highlights__Small .Highlights__Highlight {
		justify-content: flex-start;
	}
}
@media (max-width: 1280.98px) {
	.Highlights.Highlights__Small {
		margin-left: 0;
		margin-right: 50%;
	}
}
@media (max-width: 1024.98px) {
	.Highlights.Highlights__Small {
		margin-right: 0;
	}
}
.Highlights__Highlight {
	display: flex;
	padding-right: 20px;
	width: 33.33%;
	align-items: center;
	margin-bottom: 1rem;
}
@media (max-width: 1024.98px) {
	.Highlights__Highlight {
		width: 100%;
	}
}
.Highlights__Highlight p {
	color: #000;
	font-size: 14px;
	margin-bottom: 0;
	white-space: nowrap;
}
.Highlights__Icon {
	width: 24px;
	height: 24px;
	margin-right: 8px;
}
.Tabs {
	margin-bottom: 4rem;
}
@media (min-width: 768px) {
	.Tabs {
		margin-bottom: 8rem;
	}
}
.Tabs .ImageGallery {
	background-color: #fff;
	background-image: none;
	margin-right: -3rem;
}
@media (min-width: 768px) {
	.Tabs .ImageGallery {
		margin-right: 0;
	}
}
.Tabs--HasBackgroundColour {
	display: block;
	padding-top: 3rem;
}
@media (min-width: 768px) {
	.Tabs--HasBackgroundColour {
		padding-top: 8rem;
	}
}
.Tabs__TitleContainer {
	padding-left: 3rem;
	padding-right: 3rem;
}
@media (min-width: 768px) {
	.Tabs__TitleContainer {
		padding-left: 0;
		padding-right: 0;
		position: relative;
	}
}
@media (min-width: 768px) {
	.BackgroundColorContainer__White .Tabs__TitleContainer--HasBackgroundColour {
		padding-top: 4rem;
	}
}
.BackgroundColorContainer__White .Tabs__TitleContainer--HasBackgroundColour {
	padding-top: 1rem;
}
.Tabs__TabMenu {
	display: flex;
	padding-bottom: 10px;
	overflow: auto;
	margin-left: 8.33333%;
}
@media (min-width: 768px) {
	.Tabs__TabMenu {
		margin-left: 0;
		padding-bottom: 0;
		flex-wrap: wrap;
	}
}
.Tabs__TabWrapper {
	padding-top: 4rem;
	overflow: hidden;
}
.Tabs__TabWrapper--IsBillsAlt {
	border-bottom: 2px solid #000;
	padding: 4rem 3rem 0;
}
@media (min-width: 768px) {
	.Tabs__TabWrapper--IsBillsAlt {
		padding: 4rem 0 0;
	}
}
.Tabs__TabWrapper--NoTitle,
.Tabs__TabWrapper--Title {
	background-color: #fff;
}
.Tabs__TabWrapper--IsWhite {
	margin-top: 0;
	padding-top: 0;
}
.Tabs__TabButtonContainer {
	flex: 1;
	height: 100%;
	margin-right: 1rem;
	margin-top: auto;
	outline: none;
	padding-top: 1rem;
}
@media (min-width: 768px) {
	.Tabs__TabButtonContainer:focus .Tabs__TabButton span,
	.Tabs__TabButtonContainer:hover .Tabs__TabButton span {
		transform: translateY(-1rem);
		transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
		transition-duration: 1s;
		border-color: red;
	}
}
.Tabs__TabButtonContainer:nth-last-of-type(2) {
	margin-right: 0;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
	.Tabs__TabButtonContainer {
		flex: 1 auto;
	}
}
.Tabs__TabButtonContainer--BillsAlt {
	margin-right: 0;
	opacity: 0.5;
	padding-bottom: 9px;
	padding-top: 16px;
}
.Tabs__TabButtonContainer--BillsAlt .Tabs__TabButton {
	text-align: center;
	border-bottom: none;
	padding-left: 0;
}
.Tabs__TabButtonContainer--BillsAlt:focus .Tabs__TabButton span,
.Tabs__TabButtonContainer--BillsAlt:hover .Tabs__TabButton span {
	transform: translateY(0);
}
.Tabs__TabButtonContainer--BillsAltActive {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	opacity: 1;
}
.Tabs__TabButtonContainer--BillsAltActive .Tabs__TabButton {
	border-bottom: 0.2rem solid #000;
	font-weight: 700;
	color: #000;
}
@media (min-width: 768px) {
	.Tabs__TabButtonContainer--BillsAltActive .Tabs__TabButton {
		color: #fff;
	}
}
@media (min-width: 768px) {
	.Tabs__TabButtonContainer--BillsAltActive {
		background: #000;
		color: #fff;
	}
}
.Tabs__TabButton {
	cursor: pointer;
	font-family: SharpGroteskMedium, Arial, Verdana;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2.4rem;
	padding-bottom: 0.7rem;
	margin-right: 2rem;
}
@media (max-width: 767.98px) {
	.Tabs__TabButton {
		color: grey;
	}
}
.Tabs__TabButton span {
	white-space: nowrap;
	display: block;
	position: relative;
	transform: translateY(0);
	transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	transition-duration: 1s;
}
@media (min-width: 768px) {
	.Tabs__TabButton {
		padding-left: 1rem;
		margin-right: 0;
		border-bottom: 0.2rem solid #000;
	}
}
.Tabs__IndicatorRunner {
	display: none;
	position: relative;
	width: 100%;
}
@media (min-width: 768px) {
	.Tabs__IndicatorRunner {
		display: block;
	}
}
.Tabs__Indicator {
	background-color: #000;
	height: 0.4rem;
	left: 0;
	position: absolute;
	top: -0.4rem;
	transition: width 0.4s cubic-bezier(0.23, 1, 0.32, 1),
		left 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	transition-duration: 1s;
	width: 0;
}
.Tabs__AccordionContainer {
	background-color: #fff;
}
.Tabs__AccordionContainer--MarginLeft {
	margin-left: 1.5rem;
}
@media (min-width: 768px) {
	.Tabs__AccordionContainer--MarginLeft {
		margin-left: 0;
	}
}
.BackgroundColorContainer__White .Tabs__AccordionContainer--MarginLeft {
	margin-left: 0;
}
.Tabs__AccordionSwitch,
.Tabs__TabSwitch {
	display: none;
}
.Tabs__AccordianSwitchEnable {
	display: block;
}
@media (min-width: 768px) {
	.Tabs__AccordianSwitchEnable {
		display: none;
	}
}
.Tabs__TabContentWrapper {
	background-color: #fff;
	max-height: 100%;
	min-height: 100%;
	transition: height 0.3s ease-in;
	overflow: hidden;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
	.Tabs__TabContentWrapper {
		height: auto !important;
	}
}
@media (max-width: 1024.98px) {
	.Tabs__TabsSwitch--HasBackgroundColour {
		margin-top: -3rem;
	}
}
@media (min-width: 768px) {
	.Tabs__TabsSwitch--HasBackgroundColour {
		display: block;
		padding-left: 0;
	}
}
.Tabs__TabsSwitch--Title {
	margin-left: 1.5rem;
	padding-left: 0;
	padding-right: 0;
}
@media (min-width: 768px) {
	.Tabs__TabsSwitch--Title {
		margin-left: 0;
	}
}
.Tabs__TabContentContainer {
	background-color: #fff;
	padding-left: 3rem;
	padding-right: 3rem;
	padding-top: 4rem;
}
@media (min-width: 768px) {
	.Tabs__TabContentContainer,
	.Tabs__TabContentContainer.Tabs__TabContentContainer--Bills {
		padding-left: 0;
		padding-right: 0;
	}
}
.Tabs__TabContent {
	display: none;
	opacity: 0;
	visibility: hidden;
	width: 100%;
}
.Tabs__ContentOpen {
	animation-delay: 0.25s;
	animation-duration: 0.25s;
	animation-fill-mode: forwards;
	animation-name: Tabs__fadeIn;
	animation-timing-function: ease-in;
	display: block;
	opacity: 0;
	visibility: visible;
}
@keyframes Tabs__fadeIn {
	0% {
		opacity: 0;
		pointer-events: none;
	}
	to {
		opacity: 1;
		pointer-events: all;
	}
}
.ResponsiveImage__ImageWrapper {
	margin-bottom: 4rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 128rem;
	width: 100%;
}
@media (min-width: 768px) {
	.ResponsiveImage__ImageWrapper {
		margin-bottom: 8rem;
	}
}
.ResponsiveImage__ImageWrapperWide {
	margin-bottom: 4rem;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
@media (min-width: 768px) {
	.ResponsiveImage__ImageWrapperWide {
		margin-bottom: 8rem;
	}
}
.ResponsiveImage__ImageLoad {
	height: 0;
	padding-bottom: 56.25%;
	background-color: #a4a4a5;
	position: relative;
}
.ResponsiveImage__ImageLoad img,
.ResponsiveImage__ImageLoad picture {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.ResponsiveImage__ImageLoad--One {
	height: 0;
	padding-bottom: 150%;
	background-color: #a4a4a5;
	position: relative;
}
.ResponsiveImage__ImageLoad--One img,
.ResponsiveImage__ImageLoad--One picture {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
@media (min-width: 768px) {
	.ResponsiveImage__ImageLoad--One {
		margin-right: 3rem;
	}
}
.ResponsiveImage__ImageLoad--Two {
	height: 0;
	padding-bottom: 75%;
	background-color: #a4a4a5;
	position: relative;
	margin-top: 4rem;
}
.ResponsiveImage__ImageLoad--Two img,
.ResponsiveImage__ImageLoad--Two picture {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
@media (min-width: 768px) {
	.ResponsiveImage__ImageLoad--Two {
		margin-left: 3rem;
		margin-top: 0;
	}
}
.ResponsiveImage__Image {
	position: relative;
}
.ResponsiveImage__Image img {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
@media (min-width: 768px) {
	.ResponsiveImage__Image--One {
		margin-bottom: 0;
		padding-right: 3rem;
	}
}
@media (min-width: 768px) {
	.ResponsiveImage__Image--Two {
		padding-left: 3rem;
	}
}
@media (min-width: 768px) {
	.ResponsiveImage__RowMarginFix {
		margin-right: -1rem;
	}
}
.ProductPromoSmall__ProductPromoContainer {
	background: linear-gradient(#fff 18rem, #d1d1d2 0);
	margin-bottom: 4rem;
}
@media (min-width: 768px) {
	.ProductPromoSmall__ProductPromoContainer {
		background: linear-gradient(#fff 16rem, #d1d1d2 0);
		margin-bottom: 8rem;
		padding-top: 16rem;
	}
}
@media (min-width: 768px) {
	.ProductPromoSmall__ProductPromoWrapper {
		padding-bottom: 0;
	}
}
.ProductPromoSmall__ProductPromoWrapper--Multiple {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media (min-width: 768px) {
	.ProductPromoSmall__ProductPromoWrapper--Multiple {
		padding-bottom: 0;
	}
}
.ProductPromoSmall__ProductPromo {
	border-bottom: 0;
	display: flex;
	flex-direction: column;
	padding-left: 3rem;
	padding-right: 3rem;
	width: 100%;
}
@media (min-width: 768px) {
	.ProductPromoSmall__ProductPromo {
		padding-left: 0;
		padding-right: 0;
	}
}
.ProductPromoSmall__ProductPromo:hover {
	border-bottom: 0;
}
.ProductPromoSmall__ProductPromo:hover .ProductPromoSmall__NameSpan {
	background-size: 100% 0.1rem;
}
.ProductPromoSmall__ProductPromo:hover .ProductPromoSmall__Icon {
	transform: translateX(1rem);
}
@media (min-width: 768px) {
	.ProductPromoSmall__ProductPromo--Single {
		flex-direction: row;
		justify-content: center;
	}
}
@media (min-width: 768px) {
	.ProductPromoSmall__ProductPromo--Single .ProductPromoSmall__InfoContainer {
		margin-bottom: auto;
		padding-left: 5rem;
		padding-top: 4rem;
		width: 50%;
	}
}
@media (min-width: 1025px) {
	.ProductPromoSmall__ProductPromo--Single .ProductPromoSmall__InfoContainer {
		padding-right: 8.3333333333%;
	}
}
@media (min-width: 768px) {
	.ProductPromoSmall__ProductPromo--Double {
		width: 46%;
	}
	.ProductPromoSmall__ProductPromo--Double:first-child {
		padding-right: 3rem;
	}
	.ProductPromoSmall__ProductPromo--Double:nth-child(2) {
		padding-left: 3rem;
	}
}
@media (min-width: 768px) {
	.ProductPromoSmall__ProductPromo--Triple {
		width: 30%;
	}
}
.ProductPromoSmall__ImageWrapper {
	max-width: 45.4rem;
	width: 100%;
}
.ProductPromoSmall__ImageLoad {
	height: 0;
	padding-bottom: 100%;
	background-color: #a4a4a5;
	display: flex;
	margin-bottom: 3rem;
	max-width: 100%;
	position: relative;
}
.ProductPromoSmall__ImageLoad img,
.ProductPromoSmall__ImageLoad picture {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
@media (min-width: 768px) {
	.ProductPromoSmall__ImageLoad {
		margin-top: -16rem;
		max-width: 100%;
	}
}
.ProductPromoSmall__ImageLoad img {
	width: 100%;
}
.ProductPromoSmall__ImageLoad:after {
	background-color: #000;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	width: 100%;
}
@media (min-width: 768px) {
	.ProductPromoSmall__ProductPromo--Single .ProductPromoSmall__ImageLoad {
		margin-bottom: 0;
	}
}
.ProductPromoSmall__Title {
	align-items: flex-start;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-right: 4rem;
	position: relative;
	width: 100%;
}
.ProductPromoSmall__NameSpan {
	background-image: linear-gradient(currentColor, currentColor);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 0 0.1rem;
	display: inline;
	text-decoration: none;
	transition: background-size 0.3s;
}
.ProductPromoSmall__NameSpan:focus,
.ProductPromoSmall__NameSpan:hover {
	background-size: 100% 0.1rem;
}
.ProductPromoSmall__NameSpan:hover {
	border-bottom: 0;
}
.ProductPromoSmall__NameSpan:hover .ProductPromoSmall__Icon {
	transform: translateX(1rem);
}
.ProductPromoSmall__Body {
	color: #000;
}
.ProductPromoSmall__IconWrapper {
	align-items: center;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: 1rem;
}
.ProductPromoSmall__Icon {
	position: relative;
	top: 0.4rem;
	transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	width: 3rem;
}



.PageIntroduction__ReviewTitle {
	line-height: 1.5;
	color: #67686a;
	font-size: 2rem;
}
@media (min-width: 768px) {
	.PageIntroduction__ReviewTitle {
		font-size: 2.2rem;
	}
}
.PageIntroduction__ReviewBody {
	line-height: 1.5;
	color: #67686a;
	font-size: 1.8rem;
	letter-spacing: 0.03rem;
	padding-top: 2rem;
}
.PageIntroduction__ReadMore {
	margin-left: 0;
}
.PageIntroduction__ReviewEmbed {
	margin-top: 4rem;
}
@media (min-width: 1025px) {
	.PageIntroduction__ReviewEmbed {
		margin-top: 10rem;
	}
}
.PageIntroduction__ReviewEmbed .PluginForReviews__ReviewSummaryContainer {
	padding-left: 0;
	padding-right: 0;
}
@media (min-width: 768px) {
	.PageIntroduction__ReviewEmbed .PluginForReviews__ReviewSummaryContainer {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}
@media (min-width: 1025px) {
	.PageIntroduction__ReviewEmbed .PluginForReviews__ReviewSummaryContainer {
		padding-left: 0;
		padding-right: 0;
	}
}
.PagePromo1__PromoSection {
	margin-bottom: 8rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 128rem;
	overflow: hidden;
	width: 100%;
}
@media (min-width: 768px) {
	.PagePromo1__PromoSection .Container {
		max-width: 128rem;
	}
}
.PagePromo1__SectionContent {
	display: flex;
	flex-wrap: wrap;
	padding-left: 5rem;
	position: relative;
	width: 100%;
}
@media (min-width: 768px) {
	.PagePromo1__SectionContent {
		padding-left: 1rem;
	}
}
@media (min-width: 1025px) {
	.PagePromo1__SectionContent {
		padding-left: 5rem;
	}
}
.PagePromo1__SectionContent:before {
	background-color: #dc796c;
	bottom: 0;
	content: "";
	display: block;
	height: 82%;
	left: 0;
	position: absolute;
	width: 3rem;
}
@media (min-width: 768px) {
	.PagePromo1__SectionContent:before {
		bottom: auto;
		height: 93%;
		left: -3rem;
		padding-left: 0;
		top: 0;
		width: 1.5rem;
	}
}
@media (min-width: 1025px) {
	.PagePromo1__SectionContent:before {
		left: -8rem;
		width: 8rem;
	}
}
.PagePromo1__PromoSection:nth-child(3n + 3) .PagePromo1__SectionContent:after,
.PagePromo1__PromoSection:nth-child(3n + 3) .PagePromo1__SectionContent:before {
	background-color: #ffe0e7;
}
.PagePromo1__SectionContent--AlternativeStyle {
	padding-left: 0;
}
.PagePromo1__SectionContent--AlternativeStyle:before {
	display: none;
}
.PagePromo1__SectionContent--AlternativeStyle:after {
	background-color: #66bf8a;
	bottom: 0;
	content: "";
	display: block;
	height: 93%;
	position: absolute;
	right: 0;
	width: 1.5rem;
}
@media (min-width: 768px) {
	.PagePromo1__SectionContent--AlternativeStyle:after {
		right: -3rem;
		width: 2rem;
	}
}
@media (min-width: 1025px) {
	.PagePromo1__SectionContent--AlternativeStyle:after {
		right: -8rem;
	}
}
.PagePromo1__InfoContainer {
	padding-right: 4rem;
}
@media (min-width: 768px) {
	.PagePromo1__InfoContainer {
		padding-right: 0;
	}
}
.PagePromo1__InfoContainer--Regular {
	margin-top: 4rem;
}
.PagePromo1__InfoContainer--Alternative {
	margin-left: 3rem;
	margin-right: 2rem;
	margin-top: 4rem;
}
@media (min-width: 768px) {
	.PagePromo1__InfoContainer--Alternative {
		margin-left: 0;
		margin-right: 2rem;
	}
}
.PagePromo1__InfoTitle {
	font-size: 4rem;
}
@media (min-width: 768px) {
	.PagePromo1__InfoTitle {
		font-size: 5rem;
	}
}
.PagePromo1__TextContainer {
	padding-left: 0;
	padding-right: 0;
}
.PromoImage {
	position: relative;
	z-index: 1;
}
.PromoImage--Regular {
	margin-left: 3rem-1rem;
}
@media (min-width: 768px) {
	.PromoImage--Regular {
		left: 0;
		margin-left: 0;
		margin-top: 8rem;
	}
}
@media (min-width: 1025px) {
	.PromoImage--Regular {
		margin-top: 0;
	}
}
.PromoImage--Alternative {
	padding-right: 5rem;
}
@media (min-width: 768px) {
	.PromoImage--Alternative {
		left: -9rem;
	}
}
.PromoImage__ImageLoad {
	height: 0;
	padding-bottom: 87.5%;
	background-color: #a4a4a5;
	position: relative;
}
.PromoImage__ImageLoad img,
.PromoImage__ImageLoad picture {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
@media (min-width: 768px) {
	.PromoImage__ImageLoad {
		width: calc(100% + 8rem);
	}
}
@media (min-width: 1025px) {
	.PromoImage__ImageLoad {
		width: calc(100% + 9rem);
	}
}
.PromoImage__Button {
	position: absolute;
}
.PromoImage__Button--Regular {
	left: -1rem;
	top: 2.5rem;
	z-index: 1;
}
@media (min-width: 768px) {
	.PromoImage__Button--Regular {
		left: -8%;
		top: -4.5rem;
	}
}
@media (min-width: 1025px) {
	.PromoImage__Button--Regular {
		top: 2.5rem;
	}
}
.PromoImage__Button--Alternative {
	right: 2rem;
	top: 2.5rem;
}
@media (min-width: 768px) {
	.PromoImage__Button--Alternative {
		bottom: 2rem;
		right: calc(-8% - 4rem);
		top: auto;
	}
}
.VideoYoutube {
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
	width: 100%;
}
.VideoYoutube iframe {
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.VideoYoutube__Poster {
	height: auto;
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 1;
}
.VideoYoutube__Poster--FadeOut {
	animation-delay: 1s;
	animation-direction: normal;
	animation-duration: 0.6s;
	animation-fill-mode: forwards;
	animation-name: VideoYoutube__fadeOut;
	pointer-events: none;
}
.VideoYoutube__Video--Hidden {
	visibility: hidden;
}
.VideoYoutube__Video--Vertical {
	aspect-ratio: 9/16;
	height: auto;
}
@keyframes VideoYoutube__fadeOut {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
.VideoPlayer__Inset {
	padding-left: 3rem;
	padding-right: 3rem;
}
@media (min-width: 768px) {
	.VideoPlayer__Inset {
		padding-left: 0;
	}
}
.VideoPlayer {
	margin-bottom: 4rem;
	width: 100%;
}
@media (min-width: 768px) {
	.VideoPlayer {
		margin-bottom: 8rem;
	}
}
.VideoPlayer--FullWidth {
	margin-left: auto;
	margin-right: auto;
	max-width: 128rem;
}
.VideoPlayer--Inline {
	background-image: linear-gradient(#66bf8a 80%, #fff 0);
	padding-top: 8rem;
}
.VideoPlayer--Vertical {
	background: transparent;
	padding: 0;
}
@media (max-width: 1024px) {
	.VideoPlayer--Vertical {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}
.VideoPlayer__Title {
	margin-bottom: 4rem;
}
.VideoPlayer__Icon {
	background-color: #000;
	border-radius: 50%;
	bottom: 0;
	cursor: pointer;
	height: 10rem;
	left: 0;
	margin: auto;
	padding: 2rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 10rem;
	z-index: 2;
}
.VideoPlayer__PlayerIcon {
	height: 100%;
	width: 100%;
}
.VideoPlayer__PlayerIcon g {
	fill: #fff;
}
.VideoPlayer__PlayerIcon--Loading {
	animation-direction: normal;
	animation-duration: 2s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: VideoPlayer__rotateIcon;
	animation-timing-function: linear;
}
.VideoPlayer__VideoContainer {
	background-color: #a4a4a5;
	position: relative;
}
@media (min-width: 768px) {
	.VideoPlayer__VideoContainer {
		width: 100%;
	}
}
.VideoPlayer--FullWidth .VideoPlayer__VideoContainer {
	width: 100%;
}
.VideoPlayer--FullWidth .VideoPlayer__VideoContainer--HasTitleNested,
.VideoPlayer__VideoContainer--HasTitleNested {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}
.VideoPlayer__VideoContainer.VideoPlayer__VideoContainer--Vertical {
	max-width: 36em;
	aspect-ratio: 9/16;
	height: auto;
}
@keyframes VideoPlayer__rotateIcon {
	0% {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(1turn);
	}
}
.RichText {
	margin-bottom: 4rem;
	padding-left: 3rem;
	padding-right: 3rem;
}
@media (min-width: 768px) {
	.RichText {
		margin-bottom: 8rem;
		padding-left: 0;
		padding-right: 0;
	}
}
.RichText :last-child {
	margin-bottom: 0;
}
.RichText--Nested {
	padding-left: 0;
	padding-right: 0;
}
.RichText--Nested:last-child {
	margin-bottom: 0;
}
.ImageGallery {
	display: flex;
	flex-direction: column;
	margin-bottom: 4rem;
	position: relative;
	z-index: 1;
}
@media (min-width: 768px) {
	.ImageGallery {
		height: 60rem;
		width: 100%;
	}
}
@media (min-width: 1025px) {
	.ImageGallery {
		margin-bottom: 8rem;
	}
}
.ImageGallery .swiper-wrapper {
	transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.ImageGallery__SwiperWrapper {
	align-items: center;
	cursor: pointer;
	display: flex;
	position: relative;
}
.ImageGallery__SwiperWrapper .swiper-container {
	width: 100%;
}
.ImageGallery__SlideWrapper {
	max-width: 100%;
}
@media (min-width: 1025px) {
	.ImageGallery__SlideWrapper {
		width: 41.7rem;
	}
	.ImageGallery__SlideWrapper:hover .ImageGallery__SlideDescription {
		opacity: 1;
	}
}
@media (min-width: 768px) {
	.ImageGallery__SlideWrapper {
		width: 80%;
	}
}
@media only screen and (max-width: 767.98px) and (orientation: landscape) {
	.ImageGallery__SlideWrapper {
		width: 21.7rem;
	}
}
.ImageGallery__SlideImage {
	height: 0;
	padding-top: 76%;
	position: relative;
}
@media (min-width: 768px) {
	.ImageGallery__SlideImage {
		height: 60rem;
		padding-top: 0;
	}
}
.ImageGallery__SlideImage img {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
@media (min-width: 768px) {
	.ImageGallery__SlideImage img {
		position: static;
	}
}
.ImageGallery__SlideDescription {
	color: #000;
	display: block;
	font-size: 1.4rem;
	opacity: 0;
	padding-top: 1.4rem;
	transition: opacity 0.25s ease-in;
}
@media (min-width: 1025px) {
	.ImageGallery__SlideDescription {
		bottom: 0;
		color: #fff;
		left: 0;
		opacity: 0;
		padding: 0 0 2rem 2rem;
		position: absolute;
		width: 100%;
		z-index: 1;
	}
	.ImageGallery__SlideDescription:after {
		background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
		bottom: 0;
		content: "";
		display: block;
		height: 6rem;
		left: 0;
		position: absolute;
		width: 100%;
		z-index: -1;
	}
}
.ImageGallery__BottomBar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 3rem 4rem 2rem;
}
@media (min-width: 768px) {
	.ImageGallery__BottomBar {
		flex-direction: row;
		justify-content: space-between;
		margin-top: -2rem;
		padding: 2rem 3rem 4rem;
	}
}
@media (min-width: 1025px) {
	.ImageGallery__BottomBar {
		justify-content: center;
		padding: 4rem;
	}
}
@media (min-width: 1025px) {
	.ImageGallery__BottomBar--Nested {
		bottom: 3rem;
		justify-content: center;
		padding: 0;
		position: absolute;
		width: 100%;
		z-index: 2;
	}
}
.ImageGallery__CaptionTextBottom {
	bottom: 7rem;
	color: #000;
	font-size: 1.4rem;
	position: absolute;
	transition: opacity 0.25s ease-in;
}
@media (min-width: 768px) {
	.ImageGallery__CaptionTextBottom {
		bottom: 0;
		position: static;
	}
}
.ImageGallery__Button {
	display: none;
	height: 5rem;
	margin: 1rem;
	opacity: 0;
	position: absolute;
	transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
		transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	width: 5rem;
	z-index: 2;
}
@media (min-width: 1025px) {
	.ImageGallery__Button {
		display: block;
	}
}
.ImageGallery__Button path {
	fill: #fff;
}
.ImageGallery__Button:after {
	background: radial-gradient(circle at center, #000 -40%, transparent 55%);
	content: "";
	height: 8rem;
	left: -1.5rem;
	position: absolute;
	top: -1.5rem;
	width: 8rem;
	z-index: -1;
}
.ImageGallery__Button:focus {
	outline: none;
	border-radius: 0.5rem;
}
.ImageGallery__LeftSide,
.ImageGallery__RightSide {
	align-items: center;
	display: flex;
	height: 100%;
	position: absolute;
	width: 20%;
	z-index: 10;
	top: 0;
}
.ImageGallery__LeftSide {
	left: 0;
}
.ImageGallery__LeftSide:hover .ImageGallery__Button--Back {
	opacity: 1;
}
.ImageGallery__RightSide {
	right: 0;
}
.ImageGallery__RightSide:hover .ImageGallery__Button--Next {
	opacity: 1;
}
.ImageGallery__Button--Back {
	left: 3%;
	transform: rotate(180deg);
}
.ImageGallery__Button--Back:active {
	transform: rotate(180deg) scale(0.9);
}
.ImageGallery__Button--Back:focus {
	opacity: 1;
}
.ImageGallery__Button--Next {
	right: 3%;
}
.ImageGallery__Button--Next:active {
	transform: scale(0.9);
}
.ImageGallery__Button--Next:focus {
	opacity: 1;
}
.ImageGallery__Dots {
	justify-content: center;
	margin-top: 3rem;
}
@media (min-width: 768px) {
	.ImageGallery__Dots {
		margin-top: 0;
	}
}
.ImageGallery__BlackTint {
	background-image: linear-gradient(0deg, #000 60%, #fff 0);
}
@media (min-width: 768px) {
	.ImageGallery__BlackTint {
		background-image: linear-gradient(0deg, #000 40%, #fff 0);
	}
}
.ImageGallery__SecondaryBlue {
	background-image: linear-gradient(0deg, #0071ff 60%, #fff 0);
}
@media (min-width: 768px) {
	.ImageGallery__SecondaryBlue {
		background-image: linear-gradient(0deg, #0071ff 40%, #fff 0);
	}
}
.ImageGallery__SecondaryGreen {
	background-image: linear-gradient(0deg, #00953c 60%, #fff 0);
}
@media (min-width: 768px) {
	.ImageGallery__SecondaryGreen {
		background-image: linear-gradient(0deg, #00953c 40%, #fff 0);
	}
}
.ImageGallery__SecondaryPink {
	background-image: linear-gradient(0deg, #ff9ab0 60%, #fff 0);
}
@media (min-width: 768px) {
	.ImageGallery__SecondaryPink {
		background-image: linear-gradient(0deg, #ff9ab0 40%, #fff 0);
	}
}
.ImageGallery__SecondaryYellow {
	background-image: linear-gradient(0deg, #fd0 60%, #fff 0);
}
@media (min-width: 768px) {
	.ImageGallery__SecondaryYellow {
		background-image: linear-gradient(0deg, #fd0 40%, #fff 0);
	}
}
.ImageGallery__SecondaryBlueTint {
	background-image: linear-gradient(0deg, #6af 60%, #fff 0);
}
@media (min-width: 768px) {
	.ImageGallery__SecondaryBlueTint {
		background-image: linear-gradient(0deg, #6af 40%, #fff 0);
	}
}
.ImageGallery__SecondaryGreenTint {
	background-image: linear-gradient(0deg, #66bf8a 60%, #fff 0);
}
@media (min-width: 768px) {
	.ImageGallery__SecondaryGreenTint {
		background-image: linear-gradient(0deg, #66bf8a 40%, #fff 0);
	}
}
.ImageGallery__SecondaryPinkTint {
	background-image: linear-gradient(0deg, #ffc2d0 60%, #fff 0);
}
@media (min-width: 768px) {
	.ImageGallery__SecondaryPinkTint {
		background-image: linear-gradient(0deg, #ffc2d0 40%, #fff 0);
	}
}
.ImageGallery__SecondaryYellowTint {
	background-image: linear-gradient(0deg, #ffeb66 60%, #fff 0);
}
@media (min-width: 768px) {
	.ImageGallery__SecondaryYellowTint {
		background-image: linear-gradient(0deg, #ffeb66 40%, #fff 0);
	}
}
.ImageGallery__SecondaryGreyTint {
	background-image: linear-gradient(0deg, #a4a4a5 60%, #fff 0);
}
@media (min-width: 768px) {
	.ImageGallery__SecondaryGreyTint {
		background-image: linear-gradient(0deg, #a4a4a5 40%, #fff 0);
	}
}
.ImageGallery__SecondaryRedTint {
	background-image: linear-gradient(0deg, #dc796c 60%, #fff 0);
}
@media (min-width: 768px) {
	.ImageGallery__SecondaryRedTint {
		background-image: linear-gradient(0deg, #dc796c 40%, #fff 0);
	}
}
.CarouselDots__DotGroup {
	align-items: center;
	display: flex;
}
.CarouselDots__Dot {
	display: block;
	padding: 1rem;
	transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.CarouselDots__Dot:hover {
	cursor: pointer;
	transform: scale(1.5);
}
.CarouselDots__Dot:focus {
	box-shadow: none;
	outline: none;
}
.CarouselDots__Dot:focus .CarouselDots__DotInner {
	outline: none;
}
.CarouselDots__Dot--Active {
	transform: scale(1.5);
}
.CarouselDots__DotInner {
	border-radius: 50%;
	height: 0.5rem;
	width: 0.5rem;
}
.CarouselDots__DotText {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
	font-size: 0;
}
.CarouselDots__InfiniteDots {
	align-items: center;
	display: flex;
	justify-content: center;
	justify-items: center;
	overflow: hidden;
	transition: none;
	width: 80%;
}
.CarouselDots__InfDot {
	transform: scale(1.5);
	transition: none;
}
.CarouselDots__Inner {
	display: flex;
}
.CarouselDots__Inner--Forward {
	transform: translateX(-25px);
	transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.CarouselDots__Inner--Backward {
	transform: translateX(25px);
	transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.CarouselDots__Dot--Smaller {
	transform: scale(0.5);
}
.CarouselDots__Dot--Small {
	transform: scale(1);
}
.HeroVideo {
	background-color: #000;
	margin-left: auto;
	margin-right: auto;
	max-width: 192rem;
	overflow: hidden;
	position: relative;
	user-select: none;
	z-index: 1;
}
.HeroVideo--MarginBottom {
	margin-bottom: 4rem;
}
@media (min-width: 768px) {
	.HeroVideo--MarginBottom {
		margin-bottom: 8rem;
	}
}
.HeroVideo__BackgroundVideo {
	height: 100%;
	left: 0;
	object-fit: cover;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity 0.25s ease-in;
	width: 100%;
	z-index: -1;
}
.HeroVideo__BackgroundVideo--Loaded {
	opacity: 1;
}
.HeroVideo__BackgroundImage:after,
.HeroVideo__BackgroundMask {
	background: linear-gradient(
		315.95deg,
		rgba(38, 38, 51, 0),
		rgba(0, 0, 0, 0.7)
	);
}
.HeroVideo__BackgroundImage,
.HeroVideo__BackgroundImage:after,
.HeroVideo__BackgroundMask {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.HeroVideo__BackgroundImage:after {
	content: "";
	z-index: 1;
}
.HeroVideo__Overlay {
	min-height: 133.33333vw;
	padding-bottom: 7.5rem;
}
@media (min-width: 768px) {
	.HeroVideo__Overlay {
		min-height: 43.75vw;
		padding-bottom: 7.5rem;
	}
}
.HeroVideo__Overlay:hover .HeroVideo__Controls {
	opacity: 1;
	pointer-events: all;
}
.HeroVideo__Content {
	height: 100%;
	z-index: 2;
}
.HeroVideo__Text {
	min-height: 36rem;
	padding: 0 3rem;
}
@media (min-width: 1025px) {
	.HeroVideo__Text {
		min-height: auto;
	}
}
.HeroVideo__Title {
	line-height: 1;
	color: #fff;
	font-size: 2.4rem;
	letter-spacing: 0;
	margin-bottom: 2rem;
	margin-top: 4rem;
}
@media (min-width: 481px) {
	.HeroVideo__Title {
		margin-top: 6.4rem;
	}
}
@media (min-width: 768px) {
	.HeroVideo__Title {
		line-height: 1.3333333333;
		font-size: 2.4rem;
	}
}
.HeroVideo__StrapLine {
	line-height: 1.1428571429;
	color: #fff;
	font-family: SharpGroteskSemiBold, Arial, Verdana;
	font-size: 5.6rem;
	letter-spacing: -0.13rem;
	width: 100%;
	overflow-wrap: anywhere;
}
@media only screen and (max-width: 320px) and (orientation: portrait) {
	.HeroVideo__StrapLine {
		line-height: 1;
		font-size: 4rem;
	}
}
@media (min-width: 768px) {
	.HeroVideo__StrapLine {
		line-height: 1;
		font-size: 6rem;
	}
}
@media (min-width: 1025px) {
	.HeroVideo__StrapLine {
		line-height: 1.0833333333;
		font-size: 9.6rem;
		letter-spacing: -0.25rem;
	}
}
.HeroVideo__StrapLine span {
	white-space: nowrap;
}
@media (max-width: 400px) {
	.HeroVideo__StrapLine {
		font-size: 4.6rem;
	}
}
.HeroVideo__StrapLineLong {
	line-height: 1.1428571429;
	color: #fff;
	font-family: SharpGroteskSemiBold, Arial, Verdana;
	font-size: 5.6rem;
	letter-spacing: -0.13rem;
	width: 100%;
	overflow-wrap: anywhere;
}
@media only screen and (max-width: 320px) and (orientation: portrait) {
	.HeroVideo__StrapLineLong {
		line-height: 1;
		font-size: 4rem;
	}
}
@media (min-width: 768px) {
	.HeroVideo__StrapLineLong {
		line-height: 1;
		font-size: 4rem;
	}
}
@media (min-width: 1025px) {
	.HeroVideo__StrapLineLong {
		line-height: 1;
		font-size: 6rem;
		letter-spacing: -0.25rem;
	}
}
.HeroVideo__StrapLineLong span {
	white-space: nowrap;
}
@media (max-width: 400px) {
	.HeroVideo__StrapLineLong {
		font-size: 4.6rem;
	}
}
.HeroVideo__Offer {
	bottom: 6rem;
	position: absolute;
	right: 0;
}
@media (min-width: 768px) {
	.HeroVideo__Offer {
		bottom: auto;
		right: -4rem;
		top: 8rem;
	}
}
.HeroVideo__Monogram {
	bottom: 5.4rem;
	height: 12.2rem;
	position: absolute;
	right: -2rem;
	width: 12.2rem;
}
@media (min-width: 768px) {
	.HeroVideo__Monogram {
		bottom: auto;
		height: 28rem;
		right: -4rem;
		top: 8rem;
		width: 28rem;
	}
}
.HeroVideo__Monogram--WithCTA,
.HeroVideo__Offer--WithCTA {
	padding-left: 4rem;
	padding-top: 3rem;
	position: static;
}
.HeroVideo__CTA {
	margin-top: 2rem;
}
.HeroVideo__Pause,
.HeroVideo__Play {
	align-items: center;
	display: inline-flex;
	height: 4.8rem;
	justify-content: center;
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	vertical-align: top;
	width: 4.8rem;
}
.HeroVideo__Pause:focus,
.HeroVideo__Play:focus {
	box-shadow: none;
	outline: none;
}
.HeroVideo__PauseIcon,
.HeroVideo__PlayIcon {
	background-color: #fff;
	border-radius: 0.5rem;
	box-shadow: 0 0.1rem 0.3rem 0 #000;
	height: 2.4rem;
	transition: all 0.2s ease-in-out;
	width: 2.4rem;
	position: absolute;
	bottom: 2rem;
	right: 1rem;
}
.HeroVideo__Pause:focus .HeroVideo__PauseIcon,
.HeroVideo__Pause:focus .HeroVideo__PlayIcon,
.HeroVideo__Play:hover .HeroVideo__PauseIcon,
.HeroVideo__Play:hover .HeroVideo__PlayIcon {
	transform: scale(1.1);
}
.HeroVideo__Pause:focus .HeroVideo__PauseIcon,
.HeroVideo__Pause:focus .HeroVideo__PlayIcon,
.HeroVideo__Play:focus .HeroVideo__PauseIcon,
.HeroVideo__Play:focus .HeroVideo__PlayIcon {
	outline: none;
	border-radius: 0.5rem;
}
.HeroVideo__Pause:active .HeroVideo__PauseIcon,
.HeroVideo__Pause:active .HeroVideo__PlayIcon,
.HeroVideo__Play:active .HeroVideo__PauseIcon,
.HeroVideo__Play:active .HeroVideo__PlayIcon {
	transform: scale(0.9);
}
.HeroVideo__Controls {
	height: 100%;
	top: 0;
	width: 100%;
	line-height: 0.5;
	opacity: 1;
	pointer-events: none;
	position: absolute;
	right: 1rem;
	transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 1025px) {
	.HeroVideo__Controls {
		opacity: 0;
	}
}
.HeroVideo__IE-Video-Object-Fit-Fix {
	height: auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.OfferBadge {
	height: 10.2rem;
	width: 10.2rem;
}
@media (min-width: 768px) {
	.OfferBadge {
		height: 26rem;
		width: 26rem;
	}
}
.OfferBadge__OfferButton {
	align-items: center;
	background-color: #000;
	border: 0;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	font-family: SharpGroteskMedium, Arial, Verdana;
	height: inherit;
	outline: none;
	padding: 0.5rem;
	position: absolute;
	text-align: center;
	width: inherit;
	z-index: 3;
}
@media (min-width: 768px) {
	.OfferBadge__OfferButton {
		padding: 2.3rem 2.5rem;
	}
}
.OfferBadge__OfferButton:hover {
	border-bottom: 0;
}
.OfferBadge__OfferButton:hover .OfferBadge__Arrow {
	transform: translateX(1rem);
}
.OfferBadge__Title {
	font-size: 1rem;
	line-height: 2rem;
	margin-bottom: 0.6rem;
	margin-top: 0.6rem;
}
@media (min-width: 768px) {
	.OfferBadge__Title {
		font-size: 2.4rem;
		line-height: 2.4rem;
		margin-bottom: 1.5rem;
		margin-top: 2rem;
	}
}
.OfferBadge__Text {
	font-size: 2.2rem;
	font-weight: 900;
	line-height: 2rem;
	margin-bottom: 0.5rem;
	width: 100%;
}
@media (min-width: 768px) {
	.OfferBadge__Text {
		font-size: 4rem;
		line-height: 4.8rem;
		margin-bottom: 1.5rem;
	}
}
.OfferBadge__Arrow {
	height: 1.5rem;
	margin-top: auto;
	transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	width: 1.5rem;
}
@media (min-width: 768px) {
	.OfferBadge__Arrow {
		height: 4rem;
		width: 4rem;
	}
}
.OfferBadge__Arrow path {
	fill: #fff;
}
.OfferBadge__Animation,
.OfferBadge__Background {
	height: 12.2rem;
	position: absolute;
	transform: translate(-1rem, -1rem);
	width: 12.2rem;
	z-index: 2;
}
@media (min-width: 768px) {
	.OfferBadge__Animation,
	.OfferBadge__Background {
		height: 28rem;
		width: 28rem;
	}
}
.OfferBadge__Background {
	background-color: #fff;
	border-radius: 50%;
	height: 12.1rem;
	transform: translate(-9px, -10px);
	width: 12.1rem;
	z-index: 1;
}
@media (min-width: 768px) {
	.OfferBadge__Background {
		height: 27.9rem;
		width: 27.9rem;
	}
}
.HeroTier2 {
	overflow: hidden;
	position: relative;
}
.HeroTier2--Image,
.HeroTier2--NoImage {
	display: block;
}
.prprty-sec {
	margin-top: 15rem;
}
.blog-top-sec {
	margin-top: 15rem;
	margin-bottom: 4rem;
}
.blog-top-sec .top-Text {
	margin-top: 2rem;
}
@media (min-width: 768px) {
	.prprty-sec {
		margin-bottom: 0;
	}
}
.top-Text {
	margin-bottom: -20px;
	padding-left: 3rem;
	padding-right: 3rem;
}
@media (min-width: 768px) {
	.top-Text {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}
@media (min-width: 768px) {
	 .top-Text {
		padding-bottom: 0;
        margin-top: 5rem;
        font-size: 19px;
	}
}
.HeroTier2__Breadcrumbs {
	color: #000;
	font-family: Rubik, Arial, sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.3px;
	line-height: 2.2rem;
	margin-top: 1.9rem;
}
@media (min-width: 768px) {
	.HeroTier2__Breadcrumbs {
		margin-top: 3.2rem;
	}
}
.prprty-sec-Title {
	line-height: 1.25;
	font-size: 4.8rem;
	letter-spacing: -0.1rem;
	line-height: 1;
	font-family: SharpGroteskSemiBold, Arial, Verdana;
	font-size: 5rem;
	margin-bottom: 3rem;
	padding-top: 2.5rem;
	font-weight: 700;
}
@media (min-width: 768px) {
	.prprty-sec-Title {
		font-size: 6.4rem;
		letter-spacing: -0.15rem;
		line-height: 1;
		font-size: 6rem;
	}
}
@media (min-width: 1025px) {
	.prprty-sec-Title {
		line-height: 1;
		font-size: 7rem;
		line-height: 7rem;
	}
}
 .prprty-sec-Title {
	line-height: 1;
	font-size: 4rem;
}
@media (min-width: 768px) {
	 .prprty-sec-Title {
		line-height: 1;
		font-size: 6rem;
	}
}
@media (min-width: 1025px) {
	 .prprty-sec-Title {
		line-height: 1;
		font-size: 7rem;
		line-height: 7rem;
	}
}
.prprty-sec-IntroText {
	font-size: 2rem;
	letter-spacing: 0.027rem;
	line-height: 3rem;
	margin-bottom: 9rem;
}
@media (min-width: 768px) {
	.prprty-sec-IntroText {
		font-size: 2.2rem;
		letter-spacing: 0.03rem;
		line-height: 3.3rem;
		margin-bottom: 9rem;
	}
}
.HeroTier2__ImageContainer {
	display: flex;
	justify-content: center;
	margin-bottom: 4rem;
	margin-left: 3rem;
	width: calc(100% - 3rem);
}
@media (min-width: 768px) {
	.HeroTier2__ImageContainer {
		width: 100%;
	}
}
@media (min-width: 1025px) {
	.HeroTier2__ImageContainer {
		margin-bottom: 8rem;
		margin-right: -8rem;
	}
}
.HeroTier2__ImageLoad {
	height: 0;
	padding-bottom: 94.4444444444%;
	background-color: #a4a4a5;
	position: relative;
	width: 100%;
}
.HeroTier2__ImageLoad img,
.HeroTier2__ImageLoad picture {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.HeroTier2__Image {
	bottom: 0;
	height: auto;
	left: 0;
	min-height: 100%;
	min-width: 100%;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}
.HeroTier2__EmptyImgReplace {
	flex-basis: 25%;
}
.HeroTier2__CTAContainer {
	margin-bottom: 4rem;
}
@media (min-width: 768px) {
	.HeroTier2__CTAContainer {
		margin-bottom: 7.6rem;
	}
}
.HeroTier2__Offer {
	bottom: 7rem;
	position: absolute;
	right: 1rem;
}
@media (min-width: 768px) {
	.HeroTier2__Offer {
		bottom: auto;
		right: 2rem;
		top: 2rem;
	}
}
@media (min-width: 1025px) {
	.HeroTier2__Offer {
		right: -2rem;
	}
}
.HeroTier2__Monogram {
	bottom: 7rem;
	height: 12.2rem;
	position: absolute;
	right: 1rem;
	width: 12.2rem;
}
@media (min-width: 768px) {
	.HeroTier2__Monogram {
		bottom: auto;
		height: 28rem;
		right: 2rem;
		top: 2rem;
		width: 28rem;
	}
}
@media (min-width: 1025px) {
	.HeroTier2__Monogram {
		right: -2rem;
	}
}
.HeroTier2__SecondaryPink {
	background-color: #ff9ab0;
	background-image: linear-gradient(180deg, #ff9ab0 75%, #fff 0);
}
@media (min-width: 768px) {
	.HeroTier2__SecondaryPink {
		background-image: none;
	}
}
.HeroTier2__SecondaryPink.HeroTier2--NoImage {
	background-image: none;
}
.HeroTier2__SecondaryYellow {
	background-color: #fd0;
	background-image: linear-gradient(180deg, #fd0 75%, #fff 0);
}
@media (min-width: 768px) {
	.HeroTier2__SecondaryYellow {
		background-image: none;
	}
}
.HeroTier2__SecondaryYellow.HeroTier2--NoImage {
	background-image: none;
}
.HeroTier2__SecondaryBlueTint {
	background-color: #6af;
	background-image: linear-gradient(180deg, #6af 75%, #fff 0);
}
@media (min-width: 768px) {
	.HeroTier2__SecondaryBlueTint {
		background-image: none;
	}
}
.HeroTier2__SecondaryBlueTint.HeroTier2--NoImage {
	background-image: none;
}
.prprty-sec {
	background-color:#0f1d36;
	color: white;
	/* border-radius: 40px; */
}
@media (min-width: 768px) {
	.prprty-sec {
		background-image: none;
	}
}
.prprty-sec.HeroTier2--NoImage {
	background-image: none;
}
.HeroTier2__SecondaryPinkTint {
	background-color: #ffc2d0;
	background-image: linear-gradient(180deg, #ffc2d0 75%, #fff 0);
}
@media (min-width: 768px) {
	.HeroTier2__SecondaryPinkTint {
		background-image: none;
	}
}
.HeroTier2__SecondaryPinkTint.HeroTier2--NoImage {
	background-image: none;
}
.HeroTier2__SecondaryYellowTint {
	background-color: #ffeb66;
	background-image: linear-gradient(180deg, #ffeb66 75%, #fff 0);
}
@media (min-width: 768px) {
	.HeroTier2__SecondaryYellowTint {
		background-image: none;
	}
}
.HeroTier2__SecondaryYellowTint.HeroTier2--NoImage {
	background-image: none;
}
.HeroTier2__SecondaryGreyTint {
	background-color: #a4a4a5;
	background-image: linear-gradient(180deg, #a4a4a5 75%, #fff 0);
}
@media (min-width: 768px) {
	.HeroTier2__SecondaryGreyTint {
		background-image: none;
	}
}
.HeroTier2__SecondaryGreyTint.HeroTier2--NoImage {
	background-image: none;
}
.HeroTier2__SecondaryRedTint {
	background-color: #dc796c;
	background-image: linear-gradient(180deg, #dc796c 75%, #fff 0);
}
@media (min-width: 768px) {
	.HeroTier2__SecondaryRedTint {
		background-image: none;
	}
}
.HeroTier2__SecondaryRedTint.HeroTier2--NoImage {
	background-image: none;
}
.HeroTier2__White {
	background-color: #fff;
}
.HeroImageCarousel {
	background-color: #000;
	margin-left: auto;
	margin-right: auto;
	max-width: 192rem;
	overflow: hidden;
	position: relative;
	user-select: none;
	width: 100%;
	z-index: 1;
}
.HeroImageCarousel__BadgeWrapper {
	width: 100%;
}
.HeroImageCarousel--MarginBottom {
	margin-bottom: 4rem;
}
@media (min-width: 768px) {
	.HeroImageCarousel--MarginBottom {
		margin-bottom: 8rem;
	}
}
.CarouselOverlay {
	height: 100%;
	position: absolute;
	width: 100%;
}
.CarouselOverlay:hover .HeroImageCarousel__PlayPause {
	opacity: 1;
	pointer-events: all;
}
.Carousel-Content {
	height: 100%;
	position: relative;
	z-index: 2;
}
.Carousel-Background {
	background: linear-gradient(
		315.95deg,
		rgba(38, 38, 51, 0),
		rgba(0, 0, 0, 0.7)
	);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

@media (min-width: 1025px) {
	.Carousel-Text {
		min-height: auto;
	}
}

@media (min-width: 481px) {
	.Carousel-Title {
		padding-top: 6.4rem;
	}
}
@media (min-width: 768px) {
	.Carousel-Title {
		line-height: 1.3333333333;
		font-size: 2.4rem;
	}
}
.HeroImageCarousel__StrapLine {
	line-height: 1.1428571429;
	color: #fff;
	font-family: SharpGroteskSemiBold, Arial, Verdana;
	font-size: 5.6rem;
	letter-spacing: -0.13rem;
	width: 100%;
	overflow-wrap: anywhere;
}
@media only screen and (max-width: 320px) and (orientation: portrait) {
	.HeroImageCarousel__StrapLine {
		line-height: 1;
		font-size: 4rem;
	}
}
@media (min-width: 768px) {
	.HeroImageCarousel__StrapLine {
		line-height: 1;
		font-size: 6rem;
	}
}
@media (min-width: 1025px) {
	.HeroImageCarousel__StrapLine {
		line-height: 1.0833333333;
		font-size: 9.6rem;
		letter-spacing: -0.25rem;
	}
}
.HeroImageCarousel__StrapLine span {
	white-space: nowrap;
}
@media (max-width: 400px) {
	.HeroImageCarousel__StrapLine {
		font-size: 4.6rem;
	}
}

@media only screen and (max-width: 320px) and (orientation: portrait) {
	.Carousel-contnt {
		line-height: 1;
		font-size: 4rem;
	}
}
@media (min-width: 768px) {
	.Carousel-contnt {
		line-height: 1;
		font-size: 4rem;
	}
}
@media (min-width: 1025px) {
	.Carousel-contnt {
		line-height: 65px;
        font-size: 6rem;
		letter-spacing: -0.25rem;
	}
}
.Carousel-contnt span {
	white-space: nowrap;
}
@media (max-width: 400px) {
	.Carousel-contnt {
		font-size: 4.6rem;
	}
}
.HeroImageCarousel__Offer {
	bottom: 3rem;
	position: absolute;
	right: 0;
}
@media (min-width: 768px) {
	.HeroImageCarousel__Offer {
		bottom: auto;
		right: -4rem;
		top: 8rem;
	}
}
.HeroImageCarousel__Monogram {
	bottom: 2.4rem;
	height: 12.2rem;
	position: absolute;
	right: -2rem;
	width: 12.2rem;
}
@media (min-width: 768px) {
	.HeroImageCarousel__Monogram {
		bottom: auto;
		height: 28rem;
		right: -4rem;
		top: 8rem;
		width: 28rem;
	}
}


.Booking {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
.Booking__Body {
	border-top: 5rem solid #000;
	flex: 1 1;
}
.Payment__Booking {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
.Payment__Body {
	flex: 1 1;
}
.StudentBookingLayout {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.logo a:hover {
	background-color: transparent;
}
swiper-container {
    width: 100%;
    height: 100%;
  }

  swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .accordion-body p{
    line-height: 32px;
  }
  .accordion-item{
    border-left: transparent;
    border-right: transparent;
  }
  
.accordion-button:focus .accordion-button::after,
.accordion-button:hover .accordion-button::after {
	fill: #fff;
}
    
nav ul {
	width: 100%;
	list-style: none;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

nav li {
	height: 50px;
}

nav a {
	height: 100%;
	padding: 13px 5px;
	text-decoration: none;
	display: flex;
	align-items: center;
	color: black;
}

nav a:hover {
	background-color: #f0f0f0;
}

v li:first-child 

.sidebar {
	position: fixed;
	top: 0;
        right: -12px;
	height: 100vh;
	width: 60%;
	background-color: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(12px);
	box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
	list-style: none;
	display: none;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	z-index: 99;
}

.sidebar li {
	width: 100%;
}

.sidebar a {
	width: 100%;
	margin-left: 20px;
}
.sidebar a:hover {
	border: transparent;
}

.menu-button {
	display: none;
}
#moreFacilities {
	display: none;
}
.gallery_SectionHeader {
    margin-bottom: .5em;
    margin-left: 2em;
    font-size: 45px !important;
    font-weight: 600;
	margin-top: 3rem;
}
#PageIntroduction_morecontent, #moretext{
	display: none;
}
.contact-form .error-message {
    display: none;
    background: #df1529;
    color: #ffffff;
    text-align: left;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.contact-form .sent-message {
    display: none;
    color: #ffffff;
    background: #059652;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.contact-form .loading {
    display: none;
    background: #ffffff;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
}

.contact-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #68a4c4;
    border-top-color: #ffffff;
    animation: contact-form-loading 1s linear infinite;
}

@keyframes contact-form-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* sustainability */
.sustainability .Carousel-contnt{
	margin-top: 12rem;
}
.sustainability .ReadMore__Title p{
	font-size: 2.5rem;
}
.sust-contact{
	background-color: #6af;
    text-align: center;
    padding: 1em 0;
	margin-top: -9em;
}
.sust-contact p{
	color:#000;
}

.heading-section-title {
	position: relative;
	margin: 0;
	margin-bottom: 30px;
	text-align: center;
  }
  
  .heading-title {
	font-family: "DM Sans", Sans-serif;
	font-size: 60px;
	font-weight: 600;
	text-decoration: none;
	line-height: 60px;
	color: #28292B;
  }
  
  .heading-title>span {
	color: #3081FF;
	font-family: "DM Sans", Sans-serif;
	font-size: #3081FF;
	font-weight: 600;
	text-decoration: none;
	line-height: 60px;
  }
  
  .heding-title {
	color: #28292B;
	font-family: poppins, Sans-serif;
	font-size: 40px;
	font-weight: 600;
	text-decoration: none;
	line-height: 50px;
  }
  .job-card{
  border-radius:15px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #EFF0F6;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 15px 15px 15px 30px;
  }
  
  .img-box img {
	  width: 120px;
	  height: 120px;
	  object-fit: contain;
	  border-radius: 10px 10px 10px 10px;
  }
  
  .lft-side .icon-box{
	  text-align: left;
	  padding: 30px 0px 10px 40px;
	  border-style: none;
	  line-height: 25px;
	  color: #656769;
  }
  .lft-side .icon-box h5{
	font-size: 22px;
	font-weight: 600;
  }
  .jobprfl h4{
  font-size: 25px;
  font-weight: 600;
  color: #28292B;
  }
  .btn-brand{
	margin: 0px 10px 0px 0px;
	  padding: 5px 15px 7px 15px;
	  background-color: #3081FF;
	  border-radius: 7px 7px 7px 7px;
	  font-size: 16px;
	  color: white;
  }
  .btn-adv{
	margin: 0px 10px 0px 0px;
	padding: 5px 15px 7px 15px;
	  background-color: #E1ECFD;
	  border-radius: 7px 7px 7px 7px;
	  font-size: 16px;
  }
  .job-btn{
	margin-top: 18px;
	margin-bottom: 15px;
  }
  .icon-list-item{
	margin-right: 20px;
  }
  .list-icon i{
	font-size: 18px;
	color: #656769 !important;
  }
  .icon-list-text{
	font-size: 17px;
	font-weight: 400;
	color: #656769 !important;
	  margin-left: 7px;
  }
  .cont-text{
	margin: 25px 0px;
  }
  .cont-text p{
	color: #656769 !important;
	font-size: 17px;
	  line-height: 22px;
	  text-align: left;
  }
  .button-link{
	color: #28292B;
	  background-color: #02010100;
	  border-style: solid;
	  border-width: 0px 0px 2px 0px;
	  border-radius: 0px 0px 0px 0px;
	  padding: 0px 5px 8px 0px;
	  width: 30%;
	  margin: 30px 0px 12px 0;
  }
  .button-link a{
	color: #28292B;
	 text-decoration: none;
	 font-size: 18px;
	  font-weight: 600;
  }
  .text-editor{
	margin-left: -25px;
	  font-size: 18px;
	  line-height: 25px;
	  color: #828487
  }
  .all-job-btn {
	margin-left: 14em;
	margin-top: 6em;
	margin-bottom: 3em;
  }
  .all-job-btn a{
	color: #FFFFFF;
	  background-color:#28292B;
	  border-radius: 10px 10px 10px 10px;
	  padding: 22px 45px 22px 45px;
	  text-decoration: none;
	  font-size: 20px;
  }
  .all-job-btn a:hover{
	color: white;
	  background-color:#3081FF;
	  transition: .4s ease-in;
  }
 
  .ourMission .cont-sect .heding-title {
	color: #28292B;
	font-family: poppins, Sans-serif;
	font-size: 40px;
	font-weight: 600;
	text-decoration: none;
	line-height: 50px;
	margin-left: -50px;
  }
  .ourMission .title{
  color: #28292B;
  font-size: 25px;
  font-weight: 600;
  }
  .ourMission .icon-box-description{
	font-size: 18px;
	  font-weight: 400;
	  line-height: 24px;
	  padding: 5px 0px;
	  color: #828487;
  }
  .ourMission .frst-left{
	padding-top: 23px;
	padding-left: 8px;
	  padding-bottom: 15px;
  }
  .img-secnd{
	position: absolute;
	top: 30%;
    left: 5%;
  }
  .img-frst{
	text-align: end;
	margin-right: 15px;
	  margin-top: -40px;
  }
  .ourMission .img-frst img, .ourMission .img-secnd img{
	border-radius: 20px;
  
  }
  
  .cont-sect{
	margin-left: -30px;
  
  }
  
  .form-check-label{
	margin-top: 4px !important;
  }
  .frstBlock{
	width: 40px;
	  background-color: #FFE324;
	  border-radius: 7px 7px 7px 7px;
	  height: 40px;
	  position: absolute;
	  left: 25%;
	  top: 5%;
  }
  .secndBlock{
	width: 68px;
	background-color: #3081FF;
	border-radius: 7px 7px 7px 7px;
	height: 68px;
	position: absolute;
	left: 21%;
	top: 11%;
  }
  .thirdBlock{
	width: 40px;
	  background-color: #d60000;
	  border-radius: 7px 7px 7px 7px;
	  height: 40px;
	  position: absolute;
	  left: 58%;
	  top: 33%;
  }
  .elementor-spacer{
	background-color: #E1ECFD;
	width: 5px;
	  height: 90%;
	  margin-left: 25px;
	  margin-top: 65px;
  }
  .elementor-spacer-inner {
	position: absolute;
	margin: 0px -2px 0px -2px;
	background-color: #3081FF;
	border-radius: 10px;
	width: 9px;
	  height: 20%;
	  top: 40%;
	  animation-name: float-bob;
	  animation-duration: 2s;
	  animation-iteration-count: infinite;
	  animation-timing-function: linear;
	  -webkit-animation-name: float-bob;
	  -webkit-animation-duration: 2s;
	  -webkit-animation-iteration-count: infinite;
	  -webkit-animation-timing-function: linear;
  }
  @keyframes float-bob{
	0% {
	  -webkit-transform: translateY(-30px);
	  transform: translateY(-30px);
	}
	50% {
	  -webkit-transform: translateY(-15px);
	  transform: translateY(-15px);
	}
	100% {
	  -webkit-transform: translateY(-30px);
	  transform: translateY(-30px);
	}
	}
	.img-sect{
		margin-top: 20%;
	}
	
  .BookNowoffcanvas{
	width: 100% !important;
	overflow-y: scroll;
  }
 
  
