@keyframes marquee {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}
@keyframes marquee-r {
	from {
		transform: translateX(-100%);
	}
	to {
		transform: translateX(0);
	}
}
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	        text-size-adjust: 100%;
}

body {
	margin: 0;
	color: #000000;
	background: #fff;
}

input[type=submit],
input[type=button],
button,
a {
	-webkit-tap-highlight-color: transparent;
	touch-action: manipulation;
	transition: 200ms;
	cursor: pointer;
}

img {
	height: auto;
	max-width: 100%;
	transition: 200ms;
	transition-property: opacity;
	vertical-align: middle;
}
img[data-src] {
	position: absolute;
	opacity: 0;
}

article,
aside,
figure,
footer,
header,
main,
nav {
	display: block;
}

blockquote,
embed,
fieldset,
figure,
iframe,
img,
legend,
object {
	padding: 0;
	border: 0;
	margin: 0;
}

html {
	font: normal 300 80%/1 nimbus-sans, Helvetica, Arial, sans-serif;
}

p,
ul,
ol,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
address {
	font-weight: normal;
	font-style: normal;
	margin: 0;
}

i {
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
}

ul,
ol {
	padding: 0 0 0 0;
}

ul,
ol {
	list-style: none;
	padding: 0 0 0 0;
}

nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: inherit;
}
a[href^="mailto:"], a[href^="tel:"] {
	white-space: nowrap;
}

.text\:sm {
	font-size: 0.9375rem;
	line-height: 1;
}
.text\:responsive-sm {
	font-size: 0.75rem;
}
.text\:copy {
	font-size: 1.25rem;
	line-height: 1;
}
.text\:copy *:not(:last-of-type):not(li) {
	margin: 0 0 1.4375rem 0;
}
.text\:pull, .text-image ul {
	font-size: 1.25rem;
	line-height: 1;
}
.text\:md {
	font-size: 2.5rem;
	line-height: 1;
}
.text\:offer-accordion {
	font-size: 1.25rem;
}
.text\:intermediate {
	font-size: 2.5rem;
	line-height: 1;
}
.text\:heading {
	font-size: 2.5rem;
	line-height: 1;
}
.text\:lg {
	font-size: 3.125rem;
	line-height: 1;
}
.text\:x-lg {
	font-size: 2.5rem;
}

label {
	cursor: pointer;
	vertical-align: middle;
}

input {
	font: inherit;
}

button {
	-webkit-appearance: none;
	        appearance: none;
	padding: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
	color: inherit;
	font: inherit;
}

textarea {
	overflow: auto;
	display: block;
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	margin: 0 5px 0 0;
	vertical-align: middle;
}

input[type=search]::-webkit-search-cancel-button {
	display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	        appearance: none;
}

.thumbnails figure, .text-image figure, .reel, .full-width-image {
	position: relative;
}
.thumbnails figure:before, .text-image figure:before, .reel:before, .full-width-image:before {
	display: block;
	content: "";
	width: 100%;
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
textarea,
select {
	-webkit-appearance: none;
	        appearance: none;
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.15);
	border: 0;
	border-radius: 0;
	width: 100%;
	padding: 0.75em 1em;
	background: #f0f0f0;
	color: #000000;
}

.screen-reader-text {
	position: absolute;
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0;
	border: 0;
	margin: 0;
	clip: rect(1px, 1px, 1px, 1px);
}

.wrap\:tight, .wrap\:narrow, .wrap, .thumbnails > header,
.thumbnails .button, .pull-out > div, .full-width-image {
	margin: 0 auto;
}

.site-header\:invert .button, .pull-out.bg\:body .button {
	border: 1px solid #ffffff;
}
.site-header\:invert .button:hover, .pull-out.bg\:body .button:hover {
	background: #ffffff;
	color: #000000;
}
.site-header\:invert .button:hover::before, .pull-out.bg\:body .button:hover::before, .site-header\:invert .button:hover::after, .pull-out.bg\:body .button:hover::after {
	background: url("../images/icon-arrows-dark.svg") no-repeat;
}
.site-header\:invert .button\:arrows::before, .pull-out.bg\:body .button\:arrows::before,
.site-header\:invert .button\:arrows::after,
.pull-out.bg\:body .button\:arrows::after {
	background: url("../images/icon-arrows-light.svg") no-repeat;
}

.accordion {
	flex-direction: column;
	width: 100%;
}
.accordion:first-of-type h2::after {
	background: url("../images/icon-bodyroller-light.svg") no-repeat;
	background-size: contain;
}
.accordion:last-of-type h2::after {
	background: url("../images/icon-somadome-light.svg") no-repeat;
	background-size: contain;
}
.accordion .button {
	margin: 0.75rem auto 1.0625rem auto;
}
.accordion h2 {
	margin: 0 0 2.1875rem 0;
}
.accordion h2::after {
	content: " ";
	width: 4.25rem;
	display: inline-block;
	height: 1.875rem;
	margin: 0 0 0 1.4375rem;
}
.accordion li > a {
	border-bottom: 0.7px solid #ffffff;
	display: block;
	padding: 0 0 0.25rem 0;
	position: relative;
	margin: 0 0 2.375rem 0;
}
.accordion li > a::after {
	background: url("../images/single-arrow-light.svg") no-repeat;
	background-size: contain;
	width: 0.7625rem;
	height: 0.7625rem;
	content: " ";
	display: block;
	position: absolute;
	left: auto;
	right: 0;
	top: 0.6875rem;
	transform: translateY(-50%) rotate(180deg);
	transition: transform 250ms ease;
}
.accordion li div {
	display: none;
	margin: 0 0 3.625rem 0;
}
.accordion li div a {
	color: #ffffff;
	text-decoration: underline;
	text-decoration-thickness: 0.7px;
	text-underline-offset: 0.2rem;
}
.accordion li div a:hover {
	text-decoration: none;
}
.accordion-item.active::after {
	transform: translateY(-50%) rotate(0);
}

.accordions > div {
	align-items: flex-start;
	flex-direction: column;
	margin: 1rem auto 1.75rem auto;
}
.accordions .button:hover {
	background: #ffffff;
	color: #000000;
}

.account {
	width: 3.0625rem;
}

.button {
	border: 0.7px solid #000000;
	border-radius: 1.75rem;
	display: block;
	padding: 0.75rem 2.5rem;
	position: relative;
	text-align: center;
	white-space: nowrap;
}
.button.hc-button {
	background-color: #000000 !important;
	font-size: 0.9375rem !important;
	border: 0.7px solid #ffffff;
	padding: 0.75rem 2.5rem !important;
	border-radius: 1.75rem !important;
}
.button.hc-button:hover {
	background-color: #ffffff !important;
	color: #000000 !important;
}
.button\:arrows::before, .button\:arrows::after {
	content: " ";
	background: url("../images/icon-arrows-dark.svg") no-repeat;
	display: block;
	height: 0.625rem;
	width: 1.5rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.button\:arrows::before {
	left: 1.3125rem;
	transform: translateY(-50%) rotate(180deg);
}
.button\:arrows::after {
	left: auto;
	right: 1.3125rem;
}
.button\:arrows span {
	margin: 0 1.25rem;
}
.button\:arrows:hover {
	background: #000000;
	color: #ffffff;
}
.button\:arrows:hover::before, .button\:arrows:hover::after {
	background: url("../images/icon-arrows-light.svg") no-repeat;
}
.button\:arrows-light {
	border: 0.7px solid #ffffff;
	color: #ffffff;
}
.button\:arrows-light::before, .button\:arrows-light::after {
	background: url("../images/icon-arrows-light.svg") no-repeat;
	background-size: cover;
}
.button\:arrows-light:hover::before, .button\:arrows-light:hover::after {
	background: url("../images/icon-arrows-dark.svg") no-repeat;
}

.close {
	position: relative;
	height: 1.25rem;
	width: 1.25rem;
	z-index: 25;
}
.close::before, .close::after {
	background: #000000;
	content: " ";
	display: block;
	height: 1px;
	width: 100%;
	left: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.contact h2 {
	margin: 0 0 1.25rem 0;
}
.contact:not(:last-of-type) {
	margin: 0 auto 2rem auto;
}

.error404 {
	padding: 7.1875rem 0 0;
}
.error404 main {
	min-height: 32rem;
}
.error404 .title p {
	width: 100%;
}

.full-width-image {
	width: 100%;
}
.full-width-image:before {
	padding-top: 105.9523809524%;
}

:root {
	--step--2: clamp(3.13rem, 2.62rem + 2.51vw, 5.76rem);
	--step--1: clamp(3.75rem, 3.09rem + 3.29vw, 7.20rem);
	--step-0: clamp(4.50rem, 3.64rem + 4.29vw, 9.00rem);
}

.marquee {
	font-size: var(--step-0);
	height: calc(-15px + 4rem);
	overflow: hidden;
	position: relative;
	width: 100vw;
	border-top: 0.7px solid #000000;
	border-bottom: 0.7px solid #000000;
	padding: 1.0625rem 0;
	overflow: hidden;
}

i {
	align-items: center;
}
i::after {
	content: " ";
	background: url("../images/icon-wave-light.svg") no-repeat;
	display: inline-block;
	width: 3.1875rem;
	height: 0.30625rem;
	margin: 0 0.7125rem;
}

.track {
	height: 100%;
	overflow: hidden;
	position: absolute;
	transition: background-color 300ms ease, color 300ms ease;
	white-space: nowrap;
}

.track .text {
	animation: marquee 9000ms linear infinite;
	align-items: center;
	display: inline-flex;
	will-change: transform;
}

.track span {
	align-items: center;
	margin: 0 2rem 0 0;
}

.track .text.-r {
	animation-name: marquee-r;
}

.menu-section article {
	align-items: center;
}
.menu-section:last-of-type article p + p > strong:first-of-type {
	margin: 0;
}
.menu-section.text-image:nth-of-type(odd) figure:before, .menu-section.text-image:nth-of-type(even) figure:before {
	padding-top: 97.1649484536%;
}
.menu-section.text-image:nth-of-type(odd) article {
	flex-direction: row;
}
.menu-section.text-image:nth-of-type(even) article {
	flex-direction: row-reverse;
}
.menu-section.text-image:last-of-type figure {
	display: none;
}
.menu-section.push {
	padding: 3.3125rem 0;
}
.menu-section h2::after {
	content: " ";
	background: url("../images/icon-menu-arrow.svg") no-repeat;
	background-size: cover;
	display: block;
	width: 1.375rem;
	height: 1.25rem;
	margin: 1.5rem auto 1.5625rem auto;
}
.menu-section p + h2 {
	margin: 1.625rem 0 1.4375rem 0;
}
.menu-section p + p > strong:first-of-type {
	display: inline-block;
	margin: 1.1875rem 0 0 0;
}
.menu-section aside {
	align-items: center;
	flex-direction: column;
	width: 100%;
}
.menu-section.text-image figure {
	width: 100%;
}

.newsletter-form {
	border-top: 0.7px solid #707070;
	border-bottom: 0.7px soild #707070;
	padding: 1.5rem 0;
}
.newsletter-form form,
.newsletter-form > div {
	align-items: center;
}
.newsletter-form > div {
	justify-content: center;
}
.newsletter-form input[type=email] {
	border: 0.7px solid #707070;
	border-radius: 1.75rem;
	background: #000000;
	padding: 0.75rem 1rem;
	width: 10rem;
}
.newsletter-form input[type=email], .newsletter-form input[type=email]::placeholder {
	font-size: 0.75rem;
	color: #ffffff;
}
.newsletter-form label {
	margin: 0 1.625rem 0 0;
	white-space: nowrap;
}

.page {
	padding: 7.1875rem 0 0 0;
}

.home.page {
	padding: 0;
}

.promo {
	flex-direction: column;
	position: fixed;
	top: auto;
	bottom: 3.05rem;
	background: #ffffff;
	max-height: 40.6875rem;
	z-index: 50;
	width: 100vw;
}
.promo > header {
	order: 1;
	justify-content: space-between;
	position: relative;
	padding: 1.25rem 1.125rem;
	width: 100%;
	align-items: center;
}
.promo > header p:after {
	margin-top: 0.375rem;
	margin-left: 0.875rem;
	content: " ";
	display: block;
	background: url("../images/icon-wave-dark.svg") no-repeat;
	width: 3.2125rem;
	height: 0.275rem;
}
.promo > aside {
	order: 3;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	padding: 2.5625rem 1.125rem 2.125rem 1.125rem;
}
.promo > aside h2 {
	order: 1;
	text-align: center;
}
.promo > aside > div {
	margin: 2.1875rem 0 2.4375rem 0;
	order: 2;
}
.promo > aside .button {
	order: 3;
	margin: 0 auto;
}
.promo div {
	order: 2;
	width: 100%;
	position: relative;
}
.promo aside + div {
	height: 18.3125rem;
}
.promo figure {
	position: relative;
	width: 100%;
	height: 100%;
}

.pull-out {
	border-bottom: 0.7px solid #000000;
	padding: 2.0625rem 0 2.375rem 0;
}
.pull-out a {
	color: inherit;
}
.pull-out .button {
	display: inline-block;
	margin: 2.5rem auto 0 auto;
}
.pull-out > div {
	width: 86.666%;
}
.pull-out.bg\:body path,
.pull-out.bg\:body circle {
	stroke: #ffffff;
}
.pull-out .icon\:somadome {
	height: 2rem;
	margin: 0 0 2.375rem 0;
	width: 3.975rem;
}
.pull-out .icon\:bodyroller {
	width: 4.25rem;
	height: 2rem;
	margin: 0 0 2.375rem 0;
}
.pull-out.bg\:body {
	border-bottom: unset;
}
.pull-out-alternative.pull-out {
	padding: 3.75rem 0 3.9375rem 0;
}
.pull-out-alternative h2 {
	text-transform: uppercase;
	margin: 0 0 2.625rem 0;
}

.reel {
	width: 100vw;
}
.reel:before {
	padding-top: 188.9743589744%;
}
.reel h1 span {
	margin: 0;
}
.reel .marquee {
	position: fixed;
	bottom: 0;
	z-index: 3;
}
.reel .track .text {
	animation: marquee 30000ms linear infinite;
}
.reel .track span {
	margin: 0;
}
.reel .button {
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
	bottom: 2.375rem;
}
.reel .button:hover {
	background: #ffffff;
	color: #000000;
}
.reel header {
	left: 5.8974358974vw;
	position: absolute;
	top: 6.75rem;
	z-index: 1;
}
.reel header h1 {
	margin: 0 0 1.125rem 0.1875rem;
}

.site-footer > div {
	padding: 3.5625rem 0 3.0625rem 0;
}
.site-footer a:hover {
	color: #000000;
}
.site-footer ul:first-of-type {
	display: grid;
	grid-template-columns: 50% 50%;
	grid-row-gap: 0.6875rem;
	position: relative;
}
.site-footer ul:last-of-type {
	margin: 0.6875rem 0 0 0;
	flex-direction: column;
	grid-row-gap: 0.6875rem;
}
.site-footer li {
	white-space: nowrap;
	width: 33.3%;
}
.site-footer .instagram {
	margin: -0.35rem 0 0 0;
	height: 1.125rem;
	width: 1.125rem;
	grid-row-start: 2;
	grid-column-start: 2;
}
.site-footer li:nth-of-type(2),
.site-footer li:nth-of-type(3),
.site-footer li:nth-of-type(4),
.site-footer li:nth-of-type(5),
.site-footer li:nth-of-type(10) {
	grid-column-start: 1;
}
.site-footer li:nth-of-type(6),
.site-footer li:nth-of-type(8),
.site-footer li:nth-of-type(9) {
	grid-column-start: 2;
}
.site-footer li:nth-of-type(6) {
	grid-row-start: 1;
}
.site-footer li:nth-of-type(8) {
	grid-row-start: 4;
}
.site-footer li:nth-of-type(9) {
	grid-row-start: 1;
}

.site-header {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}
.site-header > div {
	align-items: center;
	border-bottom: 0.7px solid #ffffff;
	padding: 1.3125rem 0;
}
.site-header .button\:arrows {
	color: #ffffff;
	border-color: #ffffff;
	display: none;
}
.site-header .button\:arrows::before, .site-header .button\:arrows::after {
	background: url("../images/icon-arrows-light.svg") no-repeat;
}
.site-header .button\:arrows:hover {
	color: #000000;
	background: #ffffff;
}
.site-header .button\:arrows:hover::before, .site-header .button\:arrows:hover::after {
	background: url("../images/icon-arrows-dark.svg") no-repeat;
}
.site-header\:invert .site-logo path {
	fill: #000000;
}
.site-header\:invert #Path_6,
.site-header\:invert #Path_5 {
	stroke: #000000 !important;
}
.site-header\:invert * {
	color: #000000;
}
.site-header\:invert > div {
	border-bottom: 0.7px solid #000000;
}
.site-header\:invert .button\:arrows {
	color: #000000;
	border-color: #000000;
}
.site-header\:invert .button\:arrows::before, .site-header\:invert .button\:arrows::after {
	background: url("../images/icon-arrows-dark.svg") no-repeat;
}
.site-header\:invert .button\:arrows:hover {
	background: #000000;
}
.site-header\:invert .button\:arrows:hover,
.site-header\:invert .button\:arrows:hover span {
	color: #ffffff;
}
.site-header\:invert .button\:arrows:hover::before, .site-header\:invert .button\:arrows:hover::after {
	background: url("../images/icon-arrows-light.svg") no-repeat;
}
.site-header\:invert .site-navicon::before,
.site-header\:invert .site-navicon::after {
	background: #000000;
}
.site-header\:invert .icon\:account {
	background: url("../images/icon-account.svg") no-repeat;
	background-size: contain;
}

.site-logo {
	display: block;
	width: 7.375rem;
}

.site-nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all 150ms;
}
.site-nav ul a {
	color: #ffffff;
}
.site-nav > div > ul {
	padding: 6.375rem 0 0 0;
}
.site-nav > div > ul > li {
	position: relative;
}
.site-nav ul {
	pointer-events: none;
}
.site-nav ul > * {
	pointer-events: auto;
}
.site-nav ul:hover > * a {
	color: #2E2E2E;
}
.site-nav ul:hover > *:hover a {
	color: #ffffff;
}
.site-nav li {
	float: left;
	clear: left;
}
.site-nav ul ul {
	display: none;
	top: 0;
	margin: 0 0 0 2rem;
}
.site-nav .button {
	position: absolute;
	top: auto;
	bottom: 6.25rem;
	left: 50%;
	transform: translateX(-50%);
}
.site-nav:target, .has-nav .site-nav {
	opacity: 1;
	visibility: visible;
	z-index: 5;
}
.site-nav .site-navicon {
	float: right;
}

.has-nav {
	overflow: hidden;
}

.has-subnav .site-nav > div > ul > li:not(.visible) > a {
	color: #2E2E2E;
}
.has-subnav .site-nav > div > ul > li:not(.visible):hover > a {
	color: #ffffff;
}
.has-subnav .visible > a {
	color: #ffffff;
}
.has-subnav .visible ul {
	display: block;
	z-index: 2;
}

.site-navicon {
	display: block;
	height: 1.21875rem;
	width: 1.21875rem;
	position: relative;
	transition: transform 250ms ease;
	top: -0.0595238095rem;
}
.site-navicon::before, .site-navicon::after {
	content: " ";
	display: block;
	background: #ffffff;
	height: 1px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
}
.site-navicon::after {
	transform: translateY(-50%);
	transform: rotate(90deg);
}

.has-nav .site-navicon {
	transform: rotate(45deg);
}

.social {
	position: fixed;
	bottom: 0;
	width: 100vw;
}
.social a {
	display: block;
	padding: 1.625rem 0;
	margin: 0 6.2vw;
	position: relative;
	width: auto;
	text-align: left;
}
.social a::before, .social a::after {
	display: inline-block;
	content: " ";
	top: 50%;
	left: auto;
	position: absolute;
}
.social a::before {
	background: url("../images/icon-single-arrow-dark.svg") no-repeat;
	background-size: contain;
	transform: translateY(-50%) rotate(90deg);
	right: 1.9375rem;
	width: 0.8125rem;
	height: 0.8125rem;
}
.social a::after {
	background: url("../images/instagram.svg") no-repeat;
	background-size: contain;
	transform: translateY(-50%);
	width: 1.125rem;
	height: 1.125rem;
	right: 0;
}

.supplementary {
	background: #000000;
	color: #ffffff;
	border: 0.7px solid #000000;
	padding: 3rem 6.75rem 3.9375rem 6.75rem;
	width: 100%;
}
.supplementary p:first-of-type {
	text-transform: uppercase;
	text-decoration: underline;
	text-underline-offset: 0.1875rem;
	text-decoration-thickness: 1px;
}
.supplementary:first-of-type p:last-of-type {
	display: inline-block;
	position: relative;
}
.supplementary:first-of-type p:last-of-type::after {
	content: " ";
	background: url("../images/icon-underline-dark-long.svg") no-repeat;
	width: 11.55rem;
	height: 0.34375rem;
	position: absolute;
	left: 0;
	top: auto;
	bottom: -0.5rem;
}

.text-image article {
	flex-direction: column;
}
.text-image div {
	flex-direction: column;
}
.text-image .icon-heading svg {
	margin: 0 0 0 0.625rem;
}
.text-image .icon-heading {
	align-items: center;
	display: inline-flex;
	flex-direction: row-reverse;
}
.text-image h3 {
	margin: 1.6875rem 0 0 0;
}
.text-image h2 + div,
.text-image h3 + div {
	margin: 1.75rem 0 0 0;
}
.text-image article > div > div > div {
	text-align: center;
}
.text-image li {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 4.125rem 0 0 0;
}
.text-image li::before {
	content: " ";
	display: inline-block;
	margin: 0 0 1.5rem 0;
}
.text-image li:first-of-type {
	margin: 0 0 0 0;
}
.text-image li:first-of-type::before {
	background: url("../images/icon-asterism-dark.svg") no-repeat;
	background-size: cover;
	height: 3rem;
	width: 3rem;
}
.text-image li:nth-of-type(2)::before {
	background: url("../images/icon-circles-dark.svg") no-repeat;
	background-size: cover;
	height: 3rem;
	width: 3.75rem;
}
.text-image li:nth-of-type(3)::before {
	background: url("../images/icon-bodyroller-small-dark.svg") no-repeat;
	background-size: contain;
	height: 3.125rem;
	width: 3.3125rem;
}
.text-image figure {
	margin: 3.1875rem 0 0 0;
	width: 86.666vw;
}
.text-image figure:before {
	padding-top: 123.3727810651%;
}
.text-image + .text-image {
	padding-top: 0;
}
.text-image .button\:arrows {
	margin: 2.5rem auto 0 auto;
}

.thumbnails .button {
	display: inline-block;
}
.thumbnails h2,
.thumbnails h3 {
	text-align: left;
}
.thumbnails .icon-heading span:first-of-type {
	display: inline-block;
	margin: 0 0.3125rem 0 0;
}
.thumbnails h2 + h3 {
	margin: 1.875rem 0 0 0;
}
.thumbnails > div {
	flex-direction: column;
	margin: 3.375rem 0 0 0;
}
.thumbnails article {
	margin: 0 auto 3.875rem auto;
	width: 82.923%;
}
.thumbnails figure {
	margin: 0 auto 3.75rem auto;
	width: 88%;
}
.thumbnails figure:before {
	padding-top: 100%;
}

.title {
	margin: 0 auto 2.4375rem auto;
}
.title h1 {
	margin: 0 0 1rem 0;
}
.title p {
	margin: 0 0 0 -0.125rem;
}
.title .icon\:star {
	position: relative;
}
.title .icon\:star::after {
	position: absolute;
	left: 0.5rem;
	top: 0.8rem;
	content: " ";
	display: inline-block;
	background: url("../images/icon-star-title.svg") no-repeat;
	background-size: contain;
	width: 2.1875rem;
	height: 2.1875rem;
}
.title .icon\:arrows {
	position: relative;
}
.title .icon\:arrows::after {
	content: " ";
	display: inline-block;
	background: url("../images/icon-arrows-title.svg") no-repeat;
	background-size: contain;
	margin: 0 1.1875rem 0 0;
	width: 3.75rem;
	height: 1.5625rem;
}
.title .icon\:upwards-arrows {
	position: relative;
}
.title .icon\:upwards-arrows::after {
	content: " ";
	display: inline-block;
	background: url("../images/icon-upwards-arrows-title.svg") no-repeat;
	background-size: contain;
	width: 4.4375rem;
	height: 1.5625rem;
}
.title .icon\:asterism {
	position: relative;
}
.title .icon\:asterism::after {
	content: " ";
	display: inline-block;
	background: url("../images/icon-asterism-title.svg") no-repeat;
	background-size: contain;
	margin: 0 -0.3rem -0.4rem -0.3rem;
	width: 2.625rem;
	height: 2.625rem;
}
.title .icon\:circle {
	position: relative;
}
.title .icon\:circle::after {
	content: " ";
	display: inline-block;
	background: url("../images/icon-circle-title.svg") no-repeat;
	background-size: contain;
	width: 1.875rem;
	height: 1.875rem;
}
.title .icon\:wave {
	position: relative;
	margin: 0 0 0 -0.5rem;
}
.title .icon\:wave::after {
	content: " ";
	display: inline-block;
	margin: 0 0 0.75rem 0;
	background: url("../images/icon-wave-title.svg") no-repeat;
	background-size: contain;
	width: 3.3125rem;
	height: 0.3125rem;
}
.title .icon\:refuel {
	position: relative;
}
.title .icon\:refuel::after {
	content: " ";
	display: inline-block;
	background: url("../images/icon-refuel.svg") no-repeat;
	background-size: contain;
	margin: 0 0 0 -0.25rem;
	height: 2rem;
	width: 2.1875rem;
}
.title .icon\:refuel-2 {
	position: relative;
}
.title .icon\:refuel-2::after {
	content: " ";
	display: inline-block;
	background: url("../images/icon-refuel-2.svg") no-repeat;
	background-size: contain;
	margin: 0 -0.375rem -0.125rem -0.375rem;
	width: 2.4375rem;
	height: 2.125rem;
}
.title .icon\:downward-arrows {
	position: relative;
}
.title .icon\:downward-arrows::after {
	content: " ";
	display: inline-block;
	margin-bottom: -0.265rem;
	background: url("../images/icon-downwards-arrows-title-light.svg") no-repeat;
	background-size: contain;
	width: 6.625rem;
	height: 2rem;
}

.home .title .icon\:asterism::after {
	background: url("../images/icon-asterism-title-light.svg") no-repeat;
}

.page-id-7 .text-image:nth-of-type(even) article {
	flex-direction: column-reverse;
}
.page-id-7 .text-image:nth-of-type(even) article figure {
	margin: 0 0 3.0625rem 0;
}

.page-id-9 .text-image:nth-of-type(odd) article,
.page-id-497 .text-image:nth-of-type(odd) article {
	flex-direction: column-reverse;
}
.page-id-9 .text-image:nth-of-type(odd) article figure,
.page-id-497 .text-image:nth-of-type(odd) article figure {
	margin: 0 0 3.0625rem 0;
}
.page-id-9 .text-image:nth-of-type(even) article,
.page-id-497 .text-image:nth-of-type(even) article {
	flex-direction: column-reverse;
}
.page-id-9 .text-image:nth-of-type(even) article figure,
.page-id-497 .text-image:nth-of-type(even) article figure {
	margin: 0 0 2.75rem 0;
}
.page-id-9 .text-image:nth-of-type(odd) article h2 span,
.page-id-497 .text-image:nth-of-type(odd) article h2 span {
	margin: 0 auto;
}

.desktop {
	display: none;
}

.page-id-5 .text-image:nth-of-type(even) article figure:before {
	padding-top: 105.9278350515%;
}
.page-id-5 .text-image:nth-of-type(odd) article figure:before {
	padding-top: 94.6015424165%;
}

.legal > h2 {
	margin: 0 0 2.4375rem 0;
}
.legal .accordion li > a {
	pointer-events: none;
}
.legal .accordion li div {
	display: block;
}

.liability {
	border: 1px solid;
	border-radius: 1.25rem;
	overflow: scroll;
	max-height: 5.125rem !important;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.liability::-webkit-scrollbar {
	display: none;
}
.page-id-11 .text-image:nth-of-type(even) article figure:before {
	padding-top: 97.4226804124%;
}
.page-id-11 .text-image:nth-of-type(odd) article figure:before {
	padding-top: 93.8144329897%;
}

input[type=submit] {
	background: url("../images/icon-arrow-right.svg") no-repeat;
	border: unset;
	color: transparent;
	width: 0.6875rem;
	height: 0.76875rem;
	margin: 0 0 0 1.3125rem;
}

.icon\:account {
	background: url("../images/icon-account-light.svg") no-repeat;
	background-size: contain;
	display: block;
	height: 1.25rem;
	width: 1rem;
}

.icon\:arrows {
	width: 1rem;
	height: 1rem;
}

.icon\:asterism {
	width: 1rem;
	height: 1rem;
}

.icon\:bodyroller {
	width: 2.125rem;
	height: 1rem;
}

.icon\:refuel {
	width: 2.125rem;
	height: 1rem;
}

.icon\:somadome {
	width: 2.2rem;
	height: 1rem;
}

.icon\:star {
	width: 0.9375rem;
	height: 0.9375rem;
}

.icon\:wave {
	width: 3.1875rem;
	height: 0.4rem;
}

.bg\:body {
	background: #000000;
}
.bg\:light {
	background: #ffffff;
}
.bg\:primary {
	background: #0073AA;
}
.bg\:warn {
	background: #DC3232;
}
.bg\:success {
	background: #27AE60;
}
.bg\:inactive {
	background: #2E2E2E;
}

.colour\:body {
	color: #000000;
}
.colour\:light {
	color: #ffffff;
}
.colour\:primary {
	color: #0073AA;
}
.colour\:warn {
	color: #DC3232;
}
.colour\:success {
	color: #27AE60;
}
.colour\:inactive {
	color: #2E2E2E;
}

.contain {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: top;
	background-size: contain;
}

.cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-size: cover;
}

.flex {
	display: flex;
}

[data-lazy] {
	transition: opacity 500ms ease;
	opacity: 0;
}

[data-lazy=loaded] {
	opacity: 1;
}

.push {
	padding: 2.375rem 0;
}

.spacious {
	justify-content: space-between;
}

.text-centred {
	text-align: center;
}

.uppercase {
	text-transform: uppercase;
	letter-spacing: 0.046875rem;
}

.wrap {
	width: 87.692%;
}

.wrap\:narrow {
	width: 87.692%;
}

.wrap\:tight {
	width: 86.153%;
}

.has-js :focus {
	outline: none;
}
.has-tab-focus :focus {
	outline: 2px auto #0073AA;
}
@media screen and (min-width: 375px) {
	html {
		font: normal 300 90%/1 nimbus-sans, Helvetica, Arial, sans-serif;
	}
}
@media screen and (min-width: 390px) {
	html {
		font: normal 300 100%/1 nimbus-sans, Helvetica, Arial, sans-serif;
	}
}
@media screen and (min-width: 630px) {
	html {
		font: normal 300 55%/1 nimbus-sans, Helvetica, Arial, sans-serif;
	}
	.text\:responsive-sm {
		font-size: 0.9375rem;
	}
	.text\:copy *:not(:last-of-type):not(li) {
		margin: 0 0 1.25rem 0;
	}
	.text\:pull, .text-image ul {
		font-size: 1.875rem;
	}
	.text\:md {
		font-size: 3.125rem;
	}
	.text\:offer-accordion {
		font-size: 2.5rem;
	}
	.text\:heading {
		font-size: 3.125rem;
	}
	.text\:lg {
		font-size: 3.75rem;
	}
	.text\:x-lg {
		font-size: 5rem;
	}
	.accordion {
		flex-direction: column;
		width: 42.634%;
	}
	.accordion\:full-width {
		width: 100%;
	}
	.accordion h2 {
		margin: 0 0 3.25rem 0;
	}
	.accordion li > a {
		margin: 0 0 2rem 0;
	}
	.accordion li > a::after {
		top: 50%;
	}
	.accordion li div {
		margin: 0 0 3.5rem 0;
	}
	.accordions > div {
		flex-direction: row;
		margin: 1.1875rem auto 3.6875rem auto;
	}
	.account {
		width: 3.6875rem;
	}
	.close {
		height: 1.0625rem;
		width: 1.0625rem;
		top: 28px;
		right: 28px;
		position: absolute;
	}
	.contact h2 {
		margin: 0 0 1.875rem 0;
	}
	.contact:not(:last-of-type) {
		margin: 0 auto 2.75rem auto;
	}
	.error404 {
		padding: 11rem 0 0 0;
	}
	.error404 .title p {
		width: 44rem;
	}
	.full-width-image:before {
		padding-top: 42.1669106881%;
	}
	.marquee {
		height: 3.1385rem;
	}
	i::after {
		margin: 0 1.3125rem;
	}
	.menu-section.text-image:nth-of-type(3) figure:before {
		padding-top: 132.6241134752%;
	}
	.menu-section.text-image:last-of-type figure {
		display: block;
	}
	.menu-section.text-image:last-of-type figure:before {
		padding-top: 145.7446808511%;
	}
	.menu-section.push {
		padding: 7.375rem 0;
	}
	.menu-section h2::after {
		margin: 1.25rem auto 1.1875rem auto;
		width: 1.41875rem;
	}
	.menu-section p + h2 {
		margin: 1.5rem 0 1.25rem 0;
	}
	.menu-section p + p > strong:first-of-type {
		margin: 0.875rem 0 0 0;
	}
	.menu-section aside {
		width: 41.13%;
	}
	.newsletter-form input[type=email], .newsletter-form input[type=email]::placeholder {
		font-size: 0.9375rem;
	}
	.newsletter-form input[type=email] {
		border: 0.7px solid #ffffff;
		width: 15.125rem;
	}
	.page {
		padding: 11rem 0 0 0;
	}
	.promo {
		max-height: unset;
		height: 23.125rem;
		width: 42.3125rem;
		bottom: 3.125rem;
		flex-direction: row;
	}
	.promo > aside {
		order: 2;
		padding: 2.1875rem 2rem;
	}
	.promo > aside h2 {
		text-align: left;
	}
	.promo > aside .button {
		margin: 0;
	}
	.promo aside + div {
		height: 100%;
	}
	.promo > * {
		width: 50% !important;
	}
	.pull-out {
		padding: 4.9375rem 0;
	}
	.pull-out .button {
		margin: 3.1875rem auto 0 auto;
	}
	.pull-out > div {
		width: 39.25rem;
	}
	.pull-out .icon\:somadome {
		margin: 0 0 3.0625rem 0;
		width: 3.875rem;
	}
	.pull-out .icon\:bodyroller {
		margin: 0 0 2.4375rem 0;
	}
	.pull-out-alternative.pull-out {
		padding: 5rem 0 5.5625rem 0;
	}
	.pull-out-alternative h2 {
		margin: 0 0 2.6875rem 0;
		text-transform: none;
	}
	.reel:before {
		padding-top: 56.2225475842%;
	}
	.reel .button {
		display: none;
	}
	.reel header {
		left: 3.44vw;
		top: 11.125rem;
		width: 49.125rem;
	}
	.site-footer > div {
		padding: 6rem 0 6.0625rem 0;
	}
	.site-footer nav {
		display: flex;
	}
	.site-footer ul:first-of-type {
		grid-template-columns: 50% 50%;
		grid-row-gap: 1rem;
		width: 47.526%;
	}
	.site-footer ul:last-of-type {
		margin: 0;
		row-gap: 1rem;
	}
	.site-footer .instagram {
		grid-row-start: 4;
	}
	.site-footer li:nth-of-type(5) {
		grid-column-start: 2;
		grid-row-start: 1;
		margin: 0;
	}
	.site-footer li:nth-of-type(9) {
		grid-column-start: 3;
	}
	.site-footer li:nth-of-type(10) {
		grid-column-start: 3;
		grid-row-start: 2;
	}
	.site-footer li:nth-of-type(2),
.site-footer li:nth-of-type(3),
.site-footer li:nth-of-type(4) {
		grid-column-start: 1;
	}
	.site-footer li:nth-of-type(6) {
		grid-row-start: 3;
	}
	.site-footer li:nth-of-type(8) {
		grid-column-start: 2;
	}
	.site-footer li:nth-of-type(2),
.site-footer li:nth-of-type(6) {
		grid-row-start: 2;
	}
	.site-footer li:nth-of-type(3) {
		grid-row-start: 3;
	}
	.site-footer li:nth-of-type(4),
.site-footer li:nth-of-type(8) {
		grid-row-start: 4;
	}
	.site-header {
		display: block;
	}
	.site-header .button {
		display: block;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
	.site-header > div {
		padding: 3.0625rem 0 2.1875rem 0;
	}
	.site-logo {
		width: 10.375rem;
	}
	.site-nav > div > ul {
		padding: 10.75rem 0 0 0;
	}
	.site-nav ul ul {
		left: 25.25rem;
		position: absolute;
		margin: 0;
	}
	.site-nav .button {
		display: none;
	}
	.social a {
		margin: 0 0 0 3.0625rem;
		padding: 1.125rem 0;
		width: 9.1875rem;
	}
	.social a::before {
		width: 0.625rem;
		height: 0.625rem;
	}
	.supplementary {
		background: unset;
		color: #000000;
		margin: 1rem 0 0 0;
		padding: 2.8125rem 1.75rem;
	}
	.text-image article {
		flex-direction: row;
	}
	.text-image .icon-heading svg {
		margin: 0 0.625rem 0 0;
	}
	.text-image .icon-heading {
		flex-direction: row;
	}
	.text-image h3 {
		margin: 1.5625rem 0 0 0;
	}
	.text-image h2 + div,
.text-image h3 + div {
		margin: 2.1875rem 0 0 0;
	}
	.text-image article > div {
		width: 41.033%;
	}
	.text-image article > div > div > div {
		text-align: left;
	}
	.text-image li {
		margin: 0 0 2.0625rem 0;
		justify-content: flex-start;
		flex-direction: row;
	}
	.text-image li::before {
		margin: 0 0 1.875rem 0;
	}
	.text-image li:first-of-type {
		margin: 0 0 2.0625rem 0;
	}
	.text-image li:first-of-type::before {
		margin: 0 2.75rem 0 0;
	}
	.text-image li:nth-of-type(2)::before {
		margin: 0 2.05rem 0 0;
	}
	.text-image li:nth-of-type(3)::before {
		margin: 0 2.525rem 0 0;
	}
	.text-image figure {
		margin: 0;
		width: 40.928%;
	}
	.text-image figure:before {
		padding-top: 105.9278350515%;
	}
	.text-image:nth-of-type(odd) article {
		flex-direction: row-reverse;
	}
	.text-image:nth-of-type(odd) article .icon-heading {
		display: inline-flex;
		flex-direction: row-reverse;
	}
	.text-image:nth-of-type(odd) article .icon-heading > span:first-of-type {
		margin: 0 0.625rem 0 0;
	}
	.text-image .button\:arrows {
		margin: 0 auto 0 0;
	}
	.thumbnails > header {
		max-width: 20.25rem;
	}
	.thumbnails h2,
.thumbnails h3 {
		justify-content: center;
		text-align: center;
	}
	.thumbnails h2 + h3 {
		margin: 1.5rem 0 0 0;
	}
	.thumbnails > div {
		flex-direction: row;
		margin: 5.5rem 0 0 0;
	}
	.thumbnails article {
		margin: 0 0 5.375rem 0;
		width: 39.086%;
	}
	.thumbnails figure {
		margin: 0 0 2.875rem 0;
		width: auto;
	}
	.title {
		margin: 0 auto 2.5625rem auto;
	}
	.title h1 {
		margin: 0 0 1.4375rem 0;
	}
	.title p {
		margin: 0 0 0 -0.25rem;
	}
	.title .icon\:star::after {
		left: 0.6875rem;
		width: 3.0625rem;
		height: 3.0625rem;
	}
	.title .icon\:arrows::after {
		margin: 0 1.25rem 0 0;
		width: 4.375rem;
		height: 1.75rem;
	}
	.title .icon\:upwards-arrows::after {
		margin: 0 0.875rem 0 0;
		width: 6.25rem;
		height: 2.125rem;
	}
	.title .icon\:asterism {
		margin: 0 0.375rem 0 0.1875rem;
	}
	.title .icon\:asterism::after {
		width: 2.875rem;
		height: 2.875rem;
	}
	.title .icon\:circle::after {
		margin: 0 -0.1rem -0.4rem -0.1rem;
		width: 2.5rem;
		height: 2.5rem;
	}
	.title .icon\:refuel::after {
		width: 3.0375rem;
		height: 2.75rem;
	}
	.title .icon\:refuel-2::after {
		width: 3.0375rem;
		height: 2.75rem;
	}
	.title .icon\:downward-arrows::after {
		width: 9.125rem;
		height: 2.775rem;
	}
	.page-id-7 .text-image:nth-of-type(even) article {
		flex-direction: row-reverse;
	}
	.page-id-7 .text-image:nth-of-type(even) article figure {
		margin: 0 0 0 0;
	}
	.page-id-7 .text-image:nth-of-type(even) article figure:before {
		padding-top: 95.8868894602%;
	}
	.page-id-7 .text-image:nth-of-type(odd) article {
		flex-direction: row;
	}
	.page-id-7 .text-image:nth-of-type(odd) article figure:before {
		padding-top: 72.1649484536%;
	}
	.page-id-9 .text-image:nth-of-type(odd) article figure,
.page-id-497 .text-image:nth-of-type(odd) article figure {
		margin: 0 0 0 0;
	}
	.page-id-9 .text-image:nth-of-type(odd) article,
.page-id-497 .text-image:nth-of-type(odd) article {
		flex-direction: row;
	}
	.page-id-9 .text-image:nth-of-type(even) article figure,
.page-id-497 .text-image:nth-of-type(even) article figure {
		margin: 0 0 0 0;
	}
	.page-id-9 .text-image:nth-of-type(even) article,
.page-id-497 .text-image:nth-of-type(even) article {
		flex-direction: row-reverse;
	}
	.page-id-9 .text-image:nth-of-type(odd) article h2 span,
.page-id-497 .text-image:nth-of-type(odd) article h2 span {
		margin: 0;
	}
	.page-id-9 .text-image:nth-of-type(odd) article,
.page-id-497 .text-image:nth-of-type(odd) article {
		flex-direction: row;
	}
	.page-id-9 .text-image:nth-of-type(odd) article figure:before,
.page-id-497 .text-image:nth-of-type(odd) article figure:before {
		padding-top: 97.1649484536%;
	}
	.page-template-tpl-cafe .text-image article {
		align-items: flex-start;
	}
	.page-template-tpl-cafe .text-image:nth-of-type(2) figure {
		margin: 11.125rem 0 0 0;
	}
	.page-template-tpl-cafe .text-image:nth-of-type(3).push {
		padding: 0;
		margin: -1.0625rem 0 0 0;
	}
	.page-template-tpl-cafe .text-image:nth-of-type(3).push figure {
		margin: 10.0625rem 0 0 0;
	}
	.page-template-tpl-cafe .text-image.push:last-of-type {
		padding: 7.375rem 0 7.9375rem 0;
	}
	.page-template-tpl-cafe .text-image.push:last-of-type figure {
		margin: 8.25rem 0 0 0;
	}
	.page-template-tpl-cafe .menu-section.push:first-of-type {
		padding: 12.8125rem 0 0 0;
	}
	.page-template-tpl-cafe .menu-section.push:first-of-type h2 {
		margin: -0.4375rem 0 0 0;
	}
	.page-template-tpl-cafe .menu-section.push:first-of-type .supplementary p:nth-of-type(2) {
		margin: 0 3rem 1.25rem 3rem;
	}
	.desktop {
		display: block;
	}
	.page-id-5 .text-image:nth-of-type(3) article .text\:copy {
		width: 103%;
	}
	.legal > h2 {
		margin: 0 0 3.5119047619rem 0;
	}
	.liability {
		max-height: 9.1875rem !important;
	}
	.mobile {
		display: none;
	}
	.page-id-11 .text-image:nth-of-type(even) article h3 {
		margin: 0;
	}
	input[type=submit] {
		margin: 0 0 0 1.375rem;
		width: 1.1875rem;
		height: 1rem;
	}
	.push {
		padding: 6rem 0;
	}
	.wrap {
		width: 92.679%;
	}
	.wrap\:tight {
		width: 49.25rem;
	}
}
@media screen and (min-width: 749px) {
	html {
		font: normal 300 70%/1 nimbus-sans, Helvetica, Arial, sans-serif;
	}
}
@media screen and (min-width: 800px) {
	html {
		font: normal 300 72.5%/1 nimbus-sans, Helvetica, Arial, sans-serif;
	}
}
@media screen and (min-width: 835px) {
	html {
		font: normal 300 80%/1 nimbus-sans, Helvetica, Arial, sans-serif;
	}
}
@media screen and (min-width: 928px) {
	.wrap\:narrow {
		width: 59.25rem;
	}
}
@media screen and (min-width: 1025px) {
	html {
		font: normal 300 100%/1 nimbus-sans, Helvetica, Arial, sans-serif;
	}
}
@media screen and (min-width: 1440px) {
	html {
		font: normal 300 105%/1 nimbus-sans, Helvetica, Arial, sans-serif;
	}
}
@media screen and (min-width: 1680px) {
	html {
		font: normal 300 110%/1 nimbus-sans, Helvetica, Arial, sans-serif;
	}
}
@media screen and (min-width: 1920px) {
	html {
		font: normal 300 115%/1 nimbus-sans, Helvetica, Arial, sans-serif;
	}
}
@media screen and (max-width: 630px) {
	.accordion-item.active {
		margin: 0 0 1.375rem 0;
	}
	.contact address,
.contact ul,
.contact > p {
		font-size: 1.25rem;
	}
	.menu-section:first-of-type .supplementary {
		padding: 3rem 6.75rem 3.9375rem 6.75rem;
	}
	.menu-section.text-image div:not(.supplementary) {
		padding: 0 5rem;
	}
	.menu-section.text-image:nth-of-type(odd) article, .menu-section.text-image:nth-of-type(even) article {
		flex-direction: column;
		width: 100%;
	}
	.pull-out-alternative.pull-out > div {
		width: 22.75rem;
	}
	.pull-out-alternative h2 {
		font-size: 0.9375rem;
	}
	.home .site-footer > div {
		padding: 3.5265rem 0 6.125rem 0;
	}
	.page-template-tpl-cafe .menu-section.push:first-of-type aside,
.page-template-tpl-cafe .menu-section.push:nth-of-type(2) aside {
		flex-direction: column-reverse;
	}
	.page-template-tpl-cafe .menu-section.push:first-of-type aside figure,
.page-template-tpl-cafe .menu-section.push:nth-of-type(2) aside figure {
		margin: 0;
	}
	.page-template-tpl-cafe .menu-section.push:first-of-type aside div,
.page-template-tpl-cafe .menu-section.push:nth-of-type(2) aside div {
		margin: 3.1875rem 0 0 0;
	}
	.page-id-11 .text-image h2,
.page-id-11 .text-image h3 {
		text-align: center;
	}
	.page-id-11 .text-image:nth-of-type(odd) article figure {
		margin: 0 0 3.0625rem 0;
	}
	.page-id-11 .text-image:nth-of-type(even) article figure {
		margin: 0 0 2.75rem 0;
	}
	.page-id-11 .text-image article {
		flex-direction: column-reverse;
	}
}
/*# sourceMappingURL=main.css.map */
