html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}body{-webkit-text-size-adjust:none}mark{background-color:transparent;color:inherit}input::-moz-focus-inner{border:0;padding:0}input[type="text"],input[type="email"],select,textarea{-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;appearance:none}

*, *:before, *:after {
	box-sizing: border-box;
}

body {
	line-height: 1.0;
	min-height: var(--viewport-height);
	min-width: 320px;
	overflow-x: hidden;
	word-wrap: break-word;
}

#bg:before {
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201024%201024%22%20width%3D%221024%22%20height%3D%221024%22%20preserveAspectRatio%3D%22none%22%3E%20%3Cstyle%3E%20rect%20%7B%20fill%3A%20rgba(74,81,255,0.039)%3B%20transform-origin%3A%2050%25%2050%25%3B%20transform%3A%20translateX%28-25%25%29%20translateY%28-25%25%29%3B%20%7D%20%3C%2Fstyle%3E%20%3Crect%20x%3D%22256%22%20y%3D%22256%22%20width%3D%2215.01%25%22%20height%3D%2215.01%25%22%20%2F%3E%20%3Crect%20x%3D%22768%22%20y%3D%22768%22%20width%3D%2215.01%25%22%20height%3D%2215.01%25%22%20%2F%3E%3C%2Fsvg%3E');
	background-size: 431px;
	background-position: center;
	background-repeat: repeat;
}

#bg {
	background-attachment: scroll;
	height: var(--background-height);
	left: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	transform: scale(1);
	width: 100vw;
	z-index: 0;
	background-color: #D6BFBF;
}

#bg.slideshow-background > .slow {
	animation-duration: 60s;
}

#bg.slideshow-background > .normal {
	animation-duration: 45s;
}

#bg.slideshow-background > .fast {
	animation-duration: 30s;
}

#bg.slideshow-background > div {
	transition-duration: 1s;
}

body:after {
	background-color: #2F2C3B;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	transform: scale(1);
	transition: opacity 1s ease-in-out 0s, visibility 1s 0s;
	visibility: hidden;
	width: 100%;
	z-index: 1;
}

body.is-loading:after {
	opacity: 1;
	visibility: visible;
}

:root {
	--background-height: 100vh;
	--site-language-alignment: left;
	--site-language-direction: ltr;
	--site-language-flex-alignment: flex-start;
	--site-language-indent-left: 1;
	--site-language-indent-right: 0;
	--viewport-height: 100vh;
}

html {
	font-size: 17pt;
}

u {
	text-decoration: underline;
}

strong {
	color: inherit;
	font-weight: bolder;
}

em {
	font-style: italic;
}

code {
	background-color: rgba(144,144,144,0.25);
	border-radius: 0.25em;
	font-family: 'Lucida Console', 'Courier New', monospace;
	font-size: 0.9em;
	font-weight: normal;
	letter-spacing: 0;
	margin: 0 0.25em;
	padding: 0.25em 0.5em;
	text-indent: 0;
}

mark {
	background-color: rgba(144,144,144,0.25);
}

spoiler-text {
	-webkit-text-stroke: 0;
	background-color: rgba(32,32,32,0.75);
	text-shadow: none;
	text-stroke: 0;
	color: transparent;
	cursor: pointer;
	transition: color 0.1s ease-in-out;
}

spoiler-text.active {
	color: #FFFFFF;
	cursor: text;
}

s {
	text-decoration: line-through;
}

sub {
	font-size: smaller;
	vertical-align: sub;
}

sup {
	font-size: smaller;
	vertical-align: super;
}

a {
	color: inherit;
	text-decoration: underline;
	transition: color 0.25s ease;
}

#wrapper {
	-webkit-overflow-scrolling: touch;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: var(--viewport-height);
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#main {
	--alignment: center;
	--flex-alignment: center;
	--indent-left: 1;
	--indent-right: 1;
	--border-radius-tl: 0;
	--border-radius-tr: 0;
	--border-radius-br: 0;
	--border-radius-bl: 0;
	align-items: center;
	display: flex;
	flex-grow: 0;
	flex-shrink: 0;
	justify-content: center;
	max-width: 100%;
	position: relative;
	text-align: var(--alignment);
	z-index: 1;
	transition: opacity 0.5s ease-in-out 0s;
}

#main > .inner {
	--padding-horizontal: 6rem;
	--padding-vertical: 7rem;
	--spacing: 2.5rem;
	--width: 60rem;
	border-radius: var(--border-radius-tl) var(--border-radius-tr) var(--border-radius-br) var(--border-radius-bl);
	max-width: 100%;
	position: relative;
	width: var(--width);
	z-index: 1;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#main > .inner > header {
	margin-bottom: var(--spacing);
}

#main > .inner > footer {
	margin-top: var(--spacing);
}

#main > .inner > * > * {
	margin-top: var(--spacing);
	margin-bottom: var(--spacing);
}

#main > .inner > * > :first-child {
	margin-top: 0 !important;
}

#main > .inner > * > :last-child {
	margin-bottom: 0 !important;
}

#main > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: calc(100% + calc(var(--padding-horizontal) * 2) + 0.4725px);
	width: calc(100% + calc(var(--padding-horizontal) * 2) + 0.4725px);
}

#main > .inner > .full:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#main > .inner > .full:last-child {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#main > .inner > .full.screen {
	border-radius: 0 !important;
	max-width: 100vw;
	position: relative;
	width: 100vw;
	left: 50%;
	margin-left: -50vw;
	right: auto;
}

#main > .inner > * > .full {
	margin-left: calc(-6rem);
	max-width: calc(100% + 12rem + 0.4725px);
	width: calc(100% + 12rem + 0.4725px);
}

#main > .inner > * > .full.screen {
	border-radius: 0 !important;
	max-width: 100vw;
	position: relative;
	width: 100vw;
	left: 50%;
	margin-left: -50vw;
	right: auto;
}

#main > .inner > .active > .full:first-child {
	margin-top: -7rem !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#main > .inner > .active {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#main > .inner > .active > .full:last-child {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
	margin-bottom: -7rem !important;
}

body.is-loading #main {
	opacity: 0;
}

#main > .inner > header, #main > .inner > footer {
	transition: opacity 0.3125s ease-in-out 0.46875s,visibility 0.3125s linear 0.46875s;
}

#main > .inner > header.hidden, #main > .inner > footer.hidden {
	transition: opacity 0.3125s ease-in-out, visibility 0.3125s;
	opacity: 0;
	visibility: hidden;
}

#main > .inner > section {
	transition: opacity 0.625s ease-in-out 0.3125s,min-height 0.3125s ease-in-out, max-height 0.3125s ease-in-out;
}

#main > .inner > section.inactive {
	opacity: 0;
	transition: opacity 0.3125s ease-in-out;
}

body.is-instant #main, body.is-instant #main > .inner > *,body.is-instant #main > .inner > section > *  {
	transition: none !important;
}

body.is-instant:after {
	display: none !important;
	transition: none !important;
}

@keyframes loading-spinner {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.deferred:before {
	content: '';
	display: block;
	width: 4rem;
	height: 4rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -2rem 0 0 -2rem;
	animation: loading-spinner 1s infinite linear;
	transition: opacity 0.25s ease;
	transition-delay: 0.5s;
	opacity: 0;
	z-index: -1;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICNmZmY7IHN0cm9rZS13aWR0aDogMS41cHg7IH08L3N0eWxlPjxkZWZzPjxjbGlwUGF0aCBpZD0iY29ybmVyIj48cG9seWdvbiBwb2ludHM9IjAsMCA0OCwwIDQ4LDQ4IDk2LDQ4IDk2LDk2IDAsOTYiIC8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2Nvcm5lcikiPjxjaXJjbGUgY3g9IjQ4IiBjeT0iNDgiIHI9IjMyIi8+PC9nPjwvc3ZnPg==');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 3rem;
}

.deferred.loading:before {
	opacity: 0.35;
	z-index: 0;
}

.slideshow-background:after {
	content: '';
	display: block;
	width: 4rem;
	height: 4rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -2rem 0 0 -2rem;
	animation: loading-spinner 1s infinite linear;
	transition: opacity 0.25s ease;
	transition-delay: 1s;
	opacity: 0;
	pointer-events: none;
	z-index: -1;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICNmZmY7IHN0cm9rZS13aWR0aDogMS41cHg7IH08L3N0eWxlPjxkZWZzPjxjbGlwUGF0aCBpZD0iY29ybmVyIj48cG9seWdvbiBwb2ludHM9IjAsMCA0OCwwIDQ4LDQ4IDk2LDQ4IDk2LDk2IDAsOTYiIC8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2Nvcm5lcikiPjxjaXJjbGUgY3g9IjQ4IiBjeT0iNDgiIHI9IjMyIi8+PC9nPjwvc3ZnPg==');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 3rem;
}

.slideshow-background.is-loading:after {
	opacity: 0.35;
	z-index: 0;
}

.slideshow-background > div {
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	opacity: 0;
	z-index: -2;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

.slideshow-background > .initial {
	transition: none;
}

.slideshow-background > .visible {
	opacity: 1;
}

.slideshow-background > .top {
	z-index: -1;
}

.slideshow-background.instant > div {
	visibility: hidden;
}

.slideshow-background.instant > .visible {
	visibility: visible;
}

.slideshow-background.crossfade > div {
	transition: opacity 2s ease-in-out;
	visibility: hidden;
}

.slideshow-background.crossfade > .visible {
	visibility: visible;
}

.slideshow-background.fade > div {
	transition: opacity 2s ease-in-out;
	visibility: visible;
}

.slideshow-background.fade > .visible {
	visibility: visible;
}

.slideshow-background > .left, .slideshow-background > .right {
	width: 150% !important;
}

.slideshow-background > .up, .slideshow-background > .down {
	height: 150% !important;
}

.slideshow-background > .in, .slideshow-background > .out {
	transform-origin: 50% 50%;
}

.slideshow-background > .left.is-playing {
	animation-name: slideshow-background-left;
}

.slideshow-background > .right.is-playing {
	animation-name: slideshow-background-right;
}

.slideshow-background > .up.is-playing {
	animation-name: slideshow-background-up;
}

.slideshow-background > .down.is-playing {
	animation-name: slideshow-background-down;
}

.slideshow-background > .in.is-playing {
	animation-name: slideshow-background-in;
}

.slideshow-background > .out.is-playing {
	animation-name: slideshow-background-out;
}

.slideshow-background > .slow {
	animation-duration: 60s;
}

.slideshow-background > .normal {
	animation-duration: 45s;
}

.slideshow-background > .fast {
	animation-duration: 30s;
}

@keyframes slideshow-background-left {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-25%);
	}
}

@keyframes slideshow-background-right {
	from {
		transform: translateX(-25%);
	}
	to {
		transform: translateX(0);
	}
}

@keyframes slideshow-background-up {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(-25%);
	}
}

@keyframes slideshow-background-down {
	from {
		transform: translateY(-25%);
	}
	to {
		transform: translateY(0);
	}
}

@keyframes slideshow-background-in {
	from {
		transform: scale(1);
	}
	to {
		transform: scale(2);
	}
}

@keyframes slideshow-background-out {
	from {
		transform: scale(2);
	}
	to {
		transform: scale(1);
	}
}

h1, h2, h3, p {
	direction: var(--site-language-direction);
	position: relative;
}

h1 span.p, h2 span.p, h3 span.p, p span.p {
	display: block;
	position: relative;
}

h1 span[style], h2 span[style], h3 span[style], p span[style], h1 strong, h2 strong, h3 strong, p strong, h1 a, h2 a, h3 a, p a, h1 code, h2 code, h3 code, p code, h1 mark, h2 mark, h3 mark, p mark, h1 spoiler-text, h2 spoiler-text, h3 spoiler-text, p spoiler-text {
	-webkit-text-fill-color: currentcolor;
}

h1.style2, h2.style2, h3.style2, p.style2 {
	text-transform: uppercase;
	color: #FFE0E0;
	font-family: 'Sora', sans-serif;
	letter-spacing: 0.375rem;
	width: calc(100% + 0.375rem);
	font-size: 0.875em;
	line-height: 1.875;
	font-weight: 200;
}

h1.style2 mark, h2.style2 mark, h3.style2 mark, p.style2 mark {
	color: #C46492;
	background-color: transparent;
}

h1.style2 a, h2.style2 a, h3.style2 a, p.style2 a {
	text-decoration: none;
}

h1.style2 a:hover, h2.style2 a:hover, h3.style2 a:hover, p.style2 a:hover {
	text-decoration: underline;
}

h1.style2 span.p:nth-child(n + 2), h2.style2 span.p:nth-child(n + 2), h3.style2 span.p:nth-child(n + 2), p.style2 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

h1.style1:not(:first-child), h2.style1:not(:first-child), h3.style1:not(:first-child), p.style1:not(:first-child) {
	margin-top: 1.25rem !important;
}

h1.style1:not(:last-child), h2.style1:not(:last-child), h3.style1:not(:last-child), p.style1:not(:last-child) {
	margin-bottom: 1.25rem !important;
}

h1.style1, h2.style1, h3.style1, p.style1 {
	text-align: center;
	color: #FFFFFF;
	font-family: 'Gloock', serif;
	letter-spacing: 0.125rem;
	width: calc(100% + 0.125rem);
	font-size: 5.875em;
	line-height: 0.75;
	font-weight: 400;
}

h1.style1 mark, h2.style1 mark, h3.style1 mark, p.style1 mark {
	color: #94AD5C;
	background-color: transparent;
}

h1.style1 a, h2.style1 a, h3.style1 a, p.style1 a {
	text-decoration: none;
}

h1.style1 a:hover, h2.style1 a:hover, h3.style1 a:hover, p.style1 a:hover {
	text-decoration: underline;
}

h1.style1 span.p:nth-child(n + 2), h2.style1 span.p:nth-child(n + 2), h3.style1 span.p:nth-child(n + 2), p.style1 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

h1.style4:not(:first-child), h2.style4:not(:first-child), h3.style4:not(:first-child), p.style4:not(:first-child) {
	margin-top: 0.5rem !important;
}

h1.style4:not(:last-child), h2.style4:not(:last-child), h3.style4:not(:last-child), p.style4:not(:last-child) {
	margin-bottom: 0.5rem !important;
}

h1.style4, h2.style4, h3.style4, p.style4 {
	text-align: center;
	color: #000000;
	font-family: 'Great Vibes', cursive;
	font-size: 4.25em;
	line-height: 1.125;
	font-weight: 400;
}

h1.style4 mark, h2.style4 mark, h3.style4 mark, p.style4 mark {
	color: #94AD5C;
	background-color: transparent;
}

h1.style4 a, h2.style4 a, h3.style4 a, p.style4 a {
	text-decoration: none;
}

h1.style4 a:hover, h2.style4 a:hover, h3.style4 a:hover, p.style4 a:hover {
	text-decoration: underline;
}

h1.style4 span.p:nth-child(n + 2), h2.style4 span.p:nth-child(n + 2), h3.style4 span.p:nth-child(n + 2), p.style4 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text03 {
	text-align: center;
	color: #1B002B;
	font-family: 'Sora', sans-serif;
	letter-spacing: 0.075rem;
	width: calc(100% + 0.075rem);
	font-size: 1.125em;
	line-height: 1.375;
	font-weight: 300;
}

#text03 a {
	text-decoration: underline;
}

#text03 a:hover {
	text-decoration: none;
}

#text03 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text23 {
	text-align: center;
	color: #000000;
	font-family: 'Sora', sans-serif;
	letter-spacing: 0.3rem;
	width: calc(100% + 0.3rem);
	font-size: 1.375em;
	line-height: 1.375;
	font-weight: 200;
}

#text23 a {
	text-decoration: none;
}

#text23 a:hover {
	text-decoration: underline;
}

#text23 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text09 {
	text-align: center;
	color: #000000;
	font-family: 'Sora', sans-serif;
	letter-spacing: 0.05rem;
	width: calc(100% + 0.05rem);
	font-size: 0.875em;
	line-height: 1.375;
	font-weight: 300;
}

#text09 a {
	text-decoration: underline;
}

#text09 a:hover {
	text-decoration: none;
}

#text09 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text26 {
	color: rgba(245,237,255,0.502);
	font-family: 'Sono', monospace;
	letter-spacing: 0.125rem;
	width: calc(100% + 0.125rem);
	font-size: 0.625em;
	line-height: 2.375;
	font-weight: 400;
}

#text26 a {
	text-decoration: underline;
}

#text26 a:hover {
	text-decoration: none;
}

#text26 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text05 {
	text-align: center;
	color: #BD8FEB;
	font-family: 'Sora', sans-serif;
	letter-spacing: 0.075rem;
	width: calc(100% + 0.075rem);
	font-size: 0.875em;
	line-height: 1.125;
	font-weight: 300;
}

#text05 a {
	text-decoration: underline;
}

#text05 a:hover {
	text-decoration: none;
}

#text05 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text25 {
	text-align: center;
	color: #8F58C7;
	font-family: 'Sora', sans-serif;
	font-size: 0.875em;
	line-height: 1.375;
	font-weight: 300;
}

#text25 a {
	text-decoration: underline;
}

#text25 a:hover {
	text-decoration: none;
}

#text25 span.p:nth-child(n + 2) {
	margin-top: 0.875rem;
}

#text02 {
	text-align: center;
	color: #BD8FEB;
	font-family: 'Sora', sans-serif;
	letter-spacing: 0.075rem;
	width: calc(100% + 0.075rem);
	font-size: 0.875em;
	line-height: 1.5;
	font-weight: 300;
}

#text02 a {
	text-decoration: underline;
}

#text02 a:hover {
	text-decoration: none;
}

#text02 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text51 {
	text-align: center;
	color: #AA76DE;
	font-family: 'Sora', sans-serif;
	letter-spacing: 0.3rem;
	width: calc(100% + 0.3rem);
	font-size: 1.25em;
	line-height: 1.375;
	font-weight: 200;
}

#text51 a {
	text-decoration: none;
}

#text51 a:hover {
	text-decoration: underline;
}

#text51 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text52 {
	text-align: center;
	color: #FCEDED;
	font-family: 'Sora', sans-serif;
	letter-spacing: 0.1rem;
	width: calc(100% + 0.1rem);
	font-size: 0.875em;
	line-height: 1.375;
	font-weight: 200;
}

#text52 a {
	text-decoration: none;
}

#text52 a:hover {
	text-decoration: underline;
}

#text52 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text53 {
	text-align: center;
	color: #AA76DE;
	font-family: 'Sora', sans-serif;
	letter-spacing: 0.3rem;
	width: calc(100% + 0.3rem);
	font-size: 1.375em;
	line-height: 1.375;
	font-weight: 200;
}

#text53 a {
	text-decoration: none;
}

#text53 a:hover {
	text-decoration: underline;
}

#text53 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text54 {
	text-align: center;
	color: #FCEDED;
	font-family: 'Sora', sans-serif;
	letter-spacing: 0.075rem;
	width: calc(100% + 0.075rem);
	font-size: 1.125em;
	line-height: 1.375;
	font-weight: 200;
}

#text54 a {
	text-decoration: none;
}

#text54 a:hover {
	text-decoration: underline;
}

#text54 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text22 {
	text-transform: uppercase;
	color: rgba(245,247,255,0.722);
	font-family: 'Sora', sans-serif;
	letter-spacing: 0.3rem;
	width: calc(100% + 0.3rem);
	font-size: 0.625em;
	line-height: 2.375;
	font-weight: 300;
}

#text22 a {
	text-decoration: underline;
}

#text22 a:hover {
	text-decoration: none;
}

#text22 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text39 {
	text-align: center;
	color: #5E2680;
	font-family: 'Sora', sans-serif;
	letter-spacing: 0.075rem;
	width: calc(100% + 0.075rem);
	font-size: 1.125em;
	line-height: 1.375;
	font-weight: 300;
}

#text39 a {
	text-decoration: underline;
}

#text39 a:hover {
	text-decoration: none;
}

#text39 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

h1.style5, h2.style5, h3.style5, p.style5 {
	text-align: center;
	color: #70488A;
	font-family: 'Solway', serif;
	letter-spacing: 0.025rem;
	width: calc(100% + 0.025rem);
	font-size: 1.125em;
	line-height: 2.125;
	font-weight: 400;
}

h1.style5 a, h2.style5 a, h3.style5 a, p.style5 a {
	text-decoration: underline;
}

h1.style5 a:hover, h2.style5 a:hover, h3.style5 a:hover, p.style5 a:hover {
	text-decoration: none;
}

h1.style5 span.p:nth-child(n + 2), h2.style5 span.p:nth-child(n + 2), h3.style5 span.p:nth-child(n + 2), p.style5 span.p:nth-child(n + 2) {
	margin-top: 0.5rem;
}

#text21 {
	text-align: center;
	color: #BF8888;
	font-family: 'Sora', sans-serif;
	letter-spacing: 0.075rem;
	width: calc(100% + 0.075rem);
	font-size: 0.875em;
	line-height: 1.375;
	font-weight: 300;
}

#text21 a {
	text-decoration: underline;
}

#text21 a:hover {
	text-decoration: none;
}

#text21 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text17 {
	text-align: center;
	color: #BF8888;
	font-family: 'Sora', sans-serif;
	letter-spacing: 0.075rem;
	width: calc(100% + 0.075rem);
	font-size: 0.875em;
	line-height: 1.375;
	font-weight: 300;
}

#text17 a {
	text-decoration: underline;
}

#text17 a:hover {
	text-decoration: none;
}

#text17 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text04 {
	text-align: center;
	color: #FCFCFC;
	font-family: 'Great Vibes', cursive;
	font-size: 5em;
	line-height: 1.125;
	font-weight: 400;
}

#text04 mark {
	color: #94AD5C;
	background-color: transparent;
}

#text04 a {
	text-decoration: none;
}

#text04 a:hover {
	text-decoration: underline;
}

#text04 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text13 {
	text-align: center;
	color: #BF8888;
	font-family: 'Sora', sans-serif;
	letter-spacing: 0.075rem;
	width: calc(100% + 0.075rem);
	font-size: 0.875em;
	line-height: 1.375;
	font-weight: 300;
}

#text13 a {
	text-decoration: underline;
}

#text13 a:hover {
	text-decoration: none;
}

#text13 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text24 {
	text-align: center;
	color: #BF8888;
	font-family: 'Sora', sans-serif;
	letter-spacing: 0.075rem;
	width: calc(100% + 0.075rem);
	font-size: 0.875em;
	line-height: 1.375;
	font-weight: 300;
}

#text24 a {
	text-decoration: underline;
}

#text24 a:hover {
	text-decoration: none;
}

#text24 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text28 {
	text-align: center;
	color: #BF8888;
	font-family: 'Sora', sans-serif;
	letter-spacing: 0.075rem;
	width: calc(100% + 0.075rem);
	font-size: 0.875em;
	line-height: 1.375;
	font-weight: 300;
}

#text28 a {
	text-decoration: underline;
}

#text28 a:hover {
	text-decoration: none;
}

#text28 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text10 {
	text-align: center;
	color: #BF8888;
	font-family: 'Sora', sans-serif;
	letter-spacing: 0.075rem;
	width: calc(100% + 0.075rem);
	font-size: 0.875em;
	line-height: 1.375;
	font-weight: 300;
}

#text10 a {
	text-decoration: underline;
}

#text10 a:hover {
	text-decoration: none;
}

#text10 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text36 {
	text-align: center;
	color: #BF8888;
	font-family: 'Sora', sans-serif;
	letter-spacing: 0.075rem;
	width: calc(100% + 0.075rem);
	font-size: 0.875em;
	line-height: 1.375;
	font-weight: 300;
}

#text36 a {
	text-decoration: underline;
}

#text36 a:hover {
	text-decoration: none;
}

#text36 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text08 {
	text-align: center;
	color: #BF8888;
	font-family: 'Sora', sans-serif;
	font-size: 1.25em;
	line-height: 1.5;
	font-weight: 300;
}

#text08 a {
	text-decoration: underline;
}

#text08 a:hover {
	text-decoration: none;
}

#text08 span.p:nth-child(n + 2) {
	margin-top: 0.875rem;
}

h1.style6, h2.style6, h3.style6, p.style6 {
	text-align: center;
	color: #030000;
	font-family: 'Great Vibes', cursive;
	font-size: 5em;
	line-height: 1.125;
	font-weight: 400;
}

h1.style6 mark, h2.style6 mark, h3.style6 mark, p.style6 mark {
	color: #94AD5C;
	background-color: transparent;
}

h1.style6 a, h2.style6 a, h3.style6 a, p.style6 a {
	text-decoration: none;
}

h1.style6 a:hover, h2.style6 a:hover, h3.style6 a:hover, p.style6 a:hover {
	text-decoration: underline;
}

h1.style6 span.p:nth-child(n + 2), h2.style6 span.p:nth-child(n + 2), h3.style6 span.p:nth-child(n + 2), p.style6 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text27 {
	text-align: center;
	color: rgba(116,45,128,0.502);
	font-family: 'Fuzzy Bubbles', cursive;
	letter-spacing: 0.25rem;
	width: calc(100% + 0.25rem);
	font-size: 0.875em;
	line-height: 2.375;
	font-weight: 400;
}

#text27 a {
	text-decoration: underline;
}

#text27 a:hover {
	text-decoration: none;
}

#text27 span.p:nth-child(n + 2) {
	margin-top: 0.5rem;
}

#text29 {
	text-align: center;
	color: rgba(83,92,87,0.502);
	font-family: 'Fuzzy Bubbles', cursive;
	letter-spacing: 0.25rem;
	width: calc(100% + 0.25rem);
	font-size: 0.875em;
	line-height: 2.375;
	font-weight: 400;
}

#text29 a {
	text-decoration: underline;
}

#text29 a:hover {
	text-decoration: none;
}

#text29 span.p:nth-child(n + 2) {
	margin-top: 0.5rem;
}

#text31 {
	text-align: center;
	color: rgba(83,92,87,0.502);
	font-family: 'Solway', serif;
	letter-spacing: 0.3rem;
	width: calc(100% + 0.3rem);
	font-size: 0.875em;
	line-height: 2.375;
	font-weight: 400;
}

#text31 a {
	text-decoration: underline;
}

#text31 a:hover {
	text-decoration: none;
}

#text31 span.p:nth-child(n + 2) {
	margin-top: 0.5rem;
}

#text35 {
	text-align: center;
	text-transform: uppercase;
	color: rgba(83,92,87,0.502);
	font-family: 'Fuzzy Bubbles', cursive;
	letter-spacing: 0.225rem;
	width: calc(100% + 0.225rem);
	font-size: 1em;
	line-height: 2.25;
	font-weight: 400;
}

#text35 a {
	text-decoration: underline;
}

#text35 a:hover {
	text-decoration: none;
}

#text35 span.p:nth-child(n + 2) {
	margin-top: 0.5rem;
}

#text38 {
	text-align: center;
	color: rgba(83,92,87,0.502);
	font-family: 'Fuzzy Bubbles', cursive;
	letter-spacing: 0.175rem;
	width: calc(100% + 0.175rem);
	font-size: 1.125em;
	line-height: 2.125;
	font-weight: 400;
}

#text38 a {
	text-decoration: underline;
}

#text38 a:hover {
	text-decoration: none;
}

#text38 span.p:nth-child(n + 2) {
	margin-top: 0.5rem;
}

.links {
	display: flex;
	justify-content: var(--flex-alignment);
	letter-spacing: 0;
	line-height: 1.5;
	padding: 0;
}

.links li {
	position: relative;
}

.links li a {
	direction: var(--site-language-direction);
	display: block;
}

#links03 {
	gap: 3rem;
	flex-direction: row;
	flex-wrap: wrap;
	text-transform: uppercase;
	font-family: 'Sora', sans-serif;
	letter-spacing: -0.1rem;
	margin-right: 0.1rem;
	font-size: 1.25em;
	font-weight: 200;
}

#links03 li:before {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cpolygon%20points%3D%2220%2C1%2027%2C12.3%2040%2C15.5%2031.4%2C25.7%2032.4%2C39%2020%2C34%207.6%2C39%208.6%2C25.7%200%2C15.5%2013%2C12.3%22%20fill%3D%22transparent%22%20%2F%3E%3C%2Fsvg%3E');
	background-position: center;
	background-repeat: none;
	background-size: 2rem;
	content: '';
	display: block;
	height: 2rem;
	left: -2.5rem;
	pointer-events: none;
	position: absolute;
	top: calc(55% - 1rem);
	width: 2rem;
}

#links03 li:first-child:before {
	display: none;
}

#links03 li a {
	color: #FFFAFA;
	text-decoration: none;
}

#links03 li a:hover {
	text-decoration: underline;
}

#links06 {
	gap: 3rem;
	flex-direction: row;
	flex-wrap: wrap;
	font-family: 'Sora', sans-serif;
	letter-spacing: 0.125rem;
	margin-right: -0.125rem;
	font-size: 1.25em;
	font-weight: 200;
}

#links06 li:before {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cpolygon%20points%3D%2220%2C1%2027%2C12.3%2040%2C15.5%2031.4%2C25.7%2032.4%2C39%2020%2C34%207.6%2C39%208.6%2C25.7%200%2C15.5%2013%2C12.3%22%20fill%3D%22transparent%22%20%2F%3E%3C%2Fsvg%3E');
	background-position: center;
	background-repeat: none;
	background-size: 2rem;
	content: '';
	display: block;
	height: 2rem;
	left: -2.5rem;
	pointer-events: none;
	position: absolute;
	top: calc(55% - 1rem);
	width: 2rem;
}

#links06 li:first-child:before {
	display: none;
}

#links06 li a {
	color: #F2EDFF;
	text-decoration: none;
}

#links06 li a:hover {
	text-decoration: underline;
}

#links01 {
	gap: 3rem;
	flex-direction: row;
	flex-wrap: wrap;
	text-transform: uppercase;
	font-family: 'Sora', sans-serif;
	letter-spacing: -0.1rem;
	margin-right: 0.1rem;
	font-size: 1.25em;
	font-weight: 200;
}

#links01 li:before {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cpolygon%20points%3D%2220%2C1%2027%2C12.3%2040%2C15.5%2031.4%2C25.7%2032.4%2C39%2020%2C34%207.6%2C39%208.6%2C25.7%200%2C15.5%2013%2C12.3%22%20fill%3D%22transparent%22%20%2F%3E%3C%2Fsvg%3E');
	background-position: center;
	background-repeat: none;
	background-size: 2rem;
	content: '';
	display: block;
	height: 2rem;
	left: -2.5rem;
	pointer-events: none;
	position: absolute;
	top: calc(55% - 1rem);
	width: 2rem;
}

#links01 li:first-child:before {
	display: none;
}

#links01 li a {
	color: #FFFFED;
	text-decoration: none;
}

#links01 li a:hover {
	text-decoration: underline;
}

.container {
	position: relative;
}

.container > .wrapper {
	vertical-align: top;
	position: relative;
	max-width: 100%;
	border-radius: inherit;
}

.container > .wrapper > .inner {
	vertical-align: top;
	position: relative;
	max-width: 100%;
	border-radius: inherit;
	text-align: var(--alignment);
}

#main .container.full:first-child > .wrapper {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#main .container.full:last-child > .wrapper {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#main .container.full:first-child > .wrapper > .inner {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#main .container.full:last-child > .wrapper > .inner {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

.container.style1 {
	display: flex;
	width: 100%;
	min-height: var(--viewport-height);
	align-items: center;
	justify-content: center;
	background-color: transparent;
}

.container.style1 > .wrapper > .inner {
	--gutters: 6.25rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

.container.style1 > .wrapper {
	max-width: 58rem;
	width: 100%;
}

.container.style1.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

.container.style1.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

.container.style1.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

.container.style1.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
}

.container.style1.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

.container.style1.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

.container.style1.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

.container.style1.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

.container.style1.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

.container.style1.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

.container.style1.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

.container.style1.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

.container.style1.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

.container.style1.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

.container.style1.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

.container.style1.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

.container.style1.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

.container.style1.columns > .wrapper > .inner > div:first-child, .container.style1.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

.container.style1.columns > .wrapper > .inner > div:last-child, .container.style1.columns > .wrapper > .inner > div:last-child > .full:first-child {
	border-top-right-radius: inherit;
}

.container.style1.columns > .wrapper > .inner > .full {
	align-self: stretch;
	min-height: calc(var(--viewport-height) - (var(--padding-vertical) * 2));
}

.container.style1.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

.container.style1.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

.container.style1.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

.container.style1.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container16 {
	--alignment: center;
	--flex-alignment: center;
	--indent-left: 1;
	--indent-right: 1;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: #030303;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20width%3D%22512%22%20height%3D%22512%22%20preserveAspectRatio%3D%22none%22%3E%20%3Crect%20x%3D%22256%22%20y%3D%22256%22%20width%3D%2229.01%25%22%20height%3D%2229.01%25%22%20fill%3D%22rgba(255,255,255,0.071)%22%20%2F%3E%3C%2Fsvg%3E');
	background-size: 707px;
	background-position: center;
	background-repeat: repeat;
}

#container16:not(:first-child) {
	margin-top: 0rem !important;
}

#container16:not(:last-child) {
	margin-bottom: 0rem !important;
}

#container16 > .wrapper > .inner {
	--gutters: calc(var(--padding-horizontal) * 2);
	--padding-vertical: 1.375rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container16 > .wrapper {
	max-width: 100%;
	width: 100%;
}

#container16.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container16.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container16.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container16.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

#container16.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container16.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container16.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container16.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container16.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container16.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container16.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container16.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container16.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container16.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container16.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container16.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container16.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container16.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container16.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container16.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container16.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container16.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container32 {
	--alignment: center;
	--flex-alignment: center;
	--indent-left: 1;
	--indent-right: 1;
	display: flex;
	width: 100%;
	min-height: var(--viewport-height);
	align-items: flex-end;
	justify-content: center;
	background-color: #FFFFFF;
}

#container32:not(:first-child) {
	margin-top: 0rem !important;
}

#container32:not(:last-child) {
	margin-bottom: 0rem !important;
}

#container32 > .wrapper > .inner {
	--gutters: 1rem;
	--padding-horizontal: 6rem;
	--padding-vertical: 3.5rem;
	--spacing: 0.5rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container32 > .wrapper {
	max-width: 100%;
	width: 100%;
}

#container32.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container32.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container32.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container32.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

#container32.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container32.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container32.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container32.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container32.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container32.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container32.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container32.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container32.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container32.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container32.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container32.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container32.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container32.columns > .wrapper > .inner > .full {
	align-self: stretch;
	min-height: calc(var(--viewport-height) - (var(--padding-vertical) * 2));
}

#container32.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container32.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container32.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container32.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container32 > .wrapper > .inner > :nth-child(1) {
	width: calc(33.33333% + (var(--gutters) / 3));
}

#container32 > .wrapper > .inner > :nth-child(2) {
	width: calc(33.33333% + (var(--gutters) / 3));
}

#container32 > .wrapper > .inner > :nth-child(3) {
	width: calc(33.33333% + (var(--gutters) / 3));
}

#container25 {
	--alignment: center;
	--flex-alignment: center;
	--indent-left: 1;
	--indent-right: 1;
	display: flex;
	width: 100%;
	align-items: flex-end;
	justify-content: center;
	background-color: #FFFFFF;
}

#container25:not(:first-child) {
	margin-top: 0rem !important;
}

#container25:not(:last-child) {
	margin-bottom: 0rem !important;
}

#container25 > .wrapper > .inner {
	--gutters: 1rem;
	--padding-horizontal: 6rem;
	--padding-vertical: 0.25rem;
	--spacing: 0.5rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container25 > .wrapper {
	max-width: 100%;
	width: 100%;
}

#container25.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container25.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container25.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container25.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

#container25.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container25.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container25.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container25.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container25.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container25.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container25.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container25.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container25.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container25.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container25.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container25.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container25.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container25.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container25.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container25.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container25.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container25.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container26 {
	--alignment: center;
	--flex-alignment: center;
	--indent-left: 1;
	--indent-right: 1;
	display: flex;
	width: 100%;
	min-height: var(--viewport-height);
	align-items: flex-end;
	justify-content: center;
	background-color: #FCFAFA;
}

#container26:not(:first-child) {
	margin-top: 0rem !important;
}

#container26:not(:last-child) {
	margin-bottom: 0rem !important;
}

#container26 > .wrapper > .inner {
	--gutters: 12rem;
	--padding-horizontal: 6rem;
	--padding-vertical: 3.5rem;
	--spacing: 0.5rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container26 > .wrapper {
	max-width: 100%;
	width: 100%;
}

#container26.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container26.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container26.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container26.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

#container26.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container26.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container26.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container26.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container26.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container26.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container26.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container26.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container26.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container26.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container26.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container26.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container26.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container26.columns > .wrapper > .inner > .full {
	align-self: stretch;
	min-height: calc(var(--viewport-height) - (var(--padding-vertical) * 2));
}

#container26.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container26.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container26.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container26.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container26 > .wrapper > .inner > :nth-child(1) {
	width: calc(50% + (var(--gutters) / 2));
}

#container26 > .wrapper > .inner > :nth-child(2) {
	width: calc(50% + (var(--gutters) / 2));
}

#container30 {
	--alignment: center;
	--flex-alignment: center;
	--indent-left: 1;
	--indent-right: 1;
	display: flex;
	width: 100%;
	align-items: flex-end;
	justify-content: center;
	background-color: #FFFFFF;
}

#container30:not(:first-child) {
	margin-top: 0rem !important;
}

#container30:not(:last-child) {
	margin-bottom: 0rem !important;
}

#container30 > .wrapper > .inner {
	--gutters: 1rem;
	--padding-horizontal: 6rem;
	--padding-vertical: 0.25rem;
	--spacing: 0.5rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container30 > .wrapper {
	max-width: 100%;
	width: 100%;
}

#container30.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container30.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container30.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container30.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

#container30.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container30.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container30.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container30.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container30.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container30.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container30.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container30.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container30.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container30.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container30.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container30.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container30.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container30.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container30.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container30.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container30.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container30.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container13 {
	--alignment: center;
	--flex-alignment: center;
	--indent-left: 1;
	--indent-right: 1;
	display: flex;
	width: 100%;
	min-height: 37rem;
	align-items: flex-end;
	justify-content: center;
	background-color: #FFFFFF;
}

#container13:not(:first-child) {
	margin-top: 0rem !important;
}

#container13:not(:last-child) {
	margin-bottom: 0rem !important;
}

#container13 > .wrapper > .inner {
	--gutters: 2.625rem;
	--padding-horizontal: 6rem;
	--spacing: 0.5rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container13 > .wrapper {
	max-width: 100%;
	width: 100%;
}

#container13.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container13.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container13.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container13.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

#container13.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container13.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container13.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container13.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container13.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container13.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container13.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container13.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container13.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container13.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container13.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container13.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container13.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container13.columns > .wrapper > .inner > .full {
	align-self: stretch;
	min-height: 37rem;
}

#container13.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container13.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container13.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container13.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container13 > .wrapper > .inner > :nth-child(1) {
	width: calc(33.33333% + (var(--gutters) / 3));
}

#container13 > .wrapper > .inner > :nth-child(2) {
	width: calc(33.33333% + (var(--gutters) / 3));
}

#container13 > .wrapper > .inner > :nth-child(3) {
	width: calc(33.33333% + (var(--gutters) / 3));
}

#container06 {
	display: flex;
	width: 100%;
	min-height: var(--viewport-height);
	align-items: center;
	justify-content: center;
	background-color: #FFFFFF;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20width%3D%22512%22%20height%3D%22512%22%20preserveAspectRatio%3D%22none%22%3E%20%3Cstyle%3E%20path%20%7B%20fill%3A%20none%3B%20stroke-width%3A%202.01px%3B%20stroke%3A%20rgba(0,0,0,0.031)%3B%20vector-effect%3A%20non-scaling-stroke%3B%20%7D%20%3C%2Fstyle%3E%20%3Cpath%20d%3D%22M0%2C448c128%2C0%2C128-128%2C256-128s128%2C128%2C256%2C128%22%20%2F%3E%20%3Cpath%20d%3D%22M0%2C192c128%2C0%2C128-128%2C256-128s128%2C128%2C256%2C128%22%20%2F%3E%3C%2Fsvg%3E');
	background-size: 251px;
	background-position: center;
	background-repeat: repeat;
}

#container06:not(:first-child) {
	margin-top: 0.125rem !important;
}

#container06:not(:last-child) {
	margin-bottom: 0rem !important;
}

#container06 > .wrapper > .inner {
	--gutters: 6.25rem;
	--padding-vertical: 0.375rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container06 > .wrapper {
	max-width: 70rem;
	width: 100%;
}

#container06.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container06.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container06.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container06.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
}

#container06.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container06.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container06.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container06.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container06.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container06.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container06.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container06.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container06.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container06.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container06.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container06.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container06.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container06.columns > .wrapper > .inner > div:first-child, #container06.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

#container06.columns > .wrapper > .inner > div:last-child, #container06.columns > .wrapper > .inner > div:last-child > .full:first-child {
	border-top-right-radius: inherit;
}

#container06.columns > .wrapper > .inner > .full {
	align-self: stretch;
	min-height: calc(var(--viewport-height) - (var(--padding-vertical) * 2));
}

#container06.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container06.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container06.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container06.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container06 > .wrapper > .inner > :nth-child(1) {
	width: calc(50% + (var(--gutters) / 2));
}

#container06 > .wrapper > .inner > :nth-child(2) {
	width: calc(50% + (var(--gutters) / 2));
}

#container08 {
	--alignment: center;
	--flex-alignment: center;
	--indent-left: 1;
	--indent-right: 1;
	display: flex;
	width: 100%;
	min-height: 49rem;
	align-items: center;
	justify-content: center;
	background-attachment: scroll;
	background-color: #C72C41;
	background-image: url('images/container08.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

#container08:not(:first-child) {
	margin-top: 0rem !important;
}

#container08:not(:last-child) {
	margin-bottom: 0rem !important;
}

#container08 > .wrapper > .inner {
	--gutters: 0.75rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container08 > .wrapper {
	max-width: 68rem;
	width: 100%;
}

#container08.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container08.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container08.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container08.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

#container08.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container08.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container08.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container08.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container08.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container08.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container08.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container08.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container08.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container08.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container08.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container08.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container08.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container08.columns > .wrapper > .inner > .full {
	align-self: stretch;
	min-height: 49rem;
}

#container08.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container08.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container08.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container08.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container08 > .wrapper > .inner > :nth-child(1) {
	width: calc(50% + (var(--gutters) / 2));
}

#container08 > .wrapper > .inner > :nth-child(2) {
	width: calc(50% + (var(--gutters) / 2));
}

#container01 {
	--alignment: center;
	--flex-alignment: center;
	--indent-left: 1;
	--indent-right: 1;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: #FFFAFA;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20width%3D%22512%22%20height%3D%22512%22%20preserveAspectRatio%3D%22none%22%3E%20%3Crect%20x%3D%22256%22%20y%3D%22256%22%20width%3D%2229.01%25%22%20height%3D%2229.01%25%22%20fill%3D%22rgba(255,255,255,0.071)%22%20%2F%3E%3C%2Fsvg%3E');
	background-size: 707px;
	background-position: center;
	background-repeat: repeat;
}

#container01:not(:first-child) {
	margin-top: 0rem !important;
}

#container01:not(:last-child) {
	margin-bottom: 0rem !important;
}

#container01 > .wrapper > .inner {
	--gutters: calc(var(--padding-horizontal) * 2);
	--padding-vertical: 1.375rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container01 > .wrapper {
	max-width: 100%;
	width: 100%;
}

#container01.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container01.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container01.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container01.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

#container01.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container01.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container01.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container01.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container01.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container01.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container01.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container01.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container01.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container01.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container01.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container01.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container01.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container01.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container01.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container01.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container01.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container01.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container21 {
	--alignment: center;
	--flex-alignment: center;
	--indent-left: 1;
	--indent-right: 1;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: #FFFFFF;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20width%3D%22512%22%20height%3D%22512%22%20preserveAspectRatio%3D%22none%22%3E%20%3Crect%20x%3D%22256%22%20y%3D%22256%22%20width%3D%2229.01%25%22%20height%3D%2229.01%25%22%20fill%3D%22rgba(255,255,255,0.071)%22%20%2F%3E%3C%2Fsvg%3E');
	background-size: 707px;
	background-position: center;
	background-repeat: repeat;
}

#container21:not(:first-child) {
	margin-top: 0rem !important;
}

#container21:not(:last-child) {
	margin-bottom: 0rem !important;
}

#container21 > .wrapper > .inner {
	--gutters: calc(var(--padding-horizontal) * 2);
	--padding-vertical: 1.375rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container21 > .wrapper {
	max-width: 100%;
	width: 100%;
}

#container21.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container21.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container21.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container21.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

#container21.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container21.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container21.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container21.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container21.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container21.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container21.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container21.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container21.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container21.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container21.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container21.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container21.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container21.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container21.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container21.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container21.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container21.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container12 {
	--alignment: center;
	--flex-alignment: center;
	--indent-left: 1;
	--indent-right: 1;
	display: flex;
	width: 100%;
	min-height: var(--viewport-height);
	align-items: center;
	justify-content: center;
	background-color: #FFFCFA;
}

#container12:not(:first-child) {
	margin-top: 0rem !important;
}

#container12:not(:last-child) {
	margin-bottom: 0rem !important;
}

#container12 > .wrapper > .inner {
	--gutters: calc(var(--padding-horizontal) * 2);
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container12 > .wrapper {
	max-width: 100%;
	width: 100%;
}

#container12.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container12.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container12.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container12.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

#container12.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container12.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container12.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container12.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container12.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container12.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container12.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container12.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container12.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container12.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container12.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container12.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container12.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container12.columns > .wrapper > .inner > .full {
	align-self: stretch;
	min-height: calc(var(--viewport-height) - (var(--padding-vertical) * 2));
}

#container12.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container12.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container12.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container12.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container07 {
	--alignment: center;
	--flex-alignment: center;
	--indent-left: 1;
	--indent-right: 1;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: #030303;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20width%3D%22512%22%20height%3D%22512%22%20preserveAspectRatio%3D%22none%22%3E%20%3Crect%20x%3D%22256%22%20y%3D%22256%22%20width%3D%2229.01%25%22%20height%3D%2229.01%25%22%20fill%3D%22rgba(255,255,255,0.071)%22%20%2F%3E%3C%2Fsvg%3E');
	background-size: 707px;
	background-position: center;
	background-repeat: repeat;
}

#container07:not(:first-child) {
	margin-top: 0rem !important;
}

#container07:not(:last-child) {
	margin-bottom: 0rem !important;
}

#container07 > .wrapper > .inner {
	--gutters: calc(var(--padding-horizontal) * 2);
	--padding-vertical: 1.375rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container07 > .wrapper {
	max-width: 100%;
	width: 100%;
}

#container07.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container07.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container07.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container07.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

#container07.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container07.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container07.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container07.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container07.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container07.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container07.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container07.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container07.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container07.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container07.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container07.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container07.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container07.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container07.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container07.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container07.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container07.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container07 > .wrapper > .inner > :nth-child(1) {
	width: calc(50% + (var(--gutters) / 2));
}

#container07 > .wrapper > .inner > :nth-child(2) {
	width: calc(50% + (var(--gutters) / 2));
}

#container10 {
	--alignment: center;
	--flex-alignment: center;
	--indent-left: 1;
	--indent-right: 1;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: #030303;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20width%3D%22512%22%20height%3D%22512%22%20preserveAspectRatio%3D%22none%22%3E%20%3Crect%20x%3D%22256%22%20y%3D%22256%22%20width%3D%2229.01%25%22%20height%3D%2229.01%25%22%20fill%3D%22rgba(255,255,255,0.071)%22%20%2F%3E%3C%2Fsvg%3E');
	background-size: 707px;
	background-position: center;
	background-repeat: repeat;
}

#container10:not(:first-child) {
	margin-top: 0rem !important;
}

#container10:not(:last-child) {
	margin-bottom: 0rem !important;
}

#container10 > .wrapper > .inner {
	--gutters: calc(var(--padding-horizontal) * 2);
	--padding-vertical: 0.75rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container10 > .wrapper {
	max-width: 100%;
	width: 100%;
}

#container10.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container10.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container10.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container10.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

#container10.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container10.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container10.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container10.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container10.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container10.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container10.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container10.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container10.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container10.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container10.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container10.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container10.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container10.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container10.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container10.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container10.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container10.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container05 {
	--alignment: center;
	--flex-alignment: center;
	--indent-left: 1;
	--indent-right: 1;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: #030303;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20width%3D%22512%22%20height%3D%22512%22%20preserveAspectRatio%3D%22none%22%3E%20%3Crect%20x%3D%22256%22%20y%3D%22256%22%20width%3D%2229.01%25%22%20height%3D%2229.01%25%22%20fill%3D%22rgba(255,255,255,0.071)%22%20%2F%3E%3C%2Fsvg%3E');
	background-size: 707px;
	background-position: center;
	background-repeat: repeat;
}

#container05:not(:first-child) {
	margin-top: 0rem !important;
}

#container05:not(:last-child) {
	margin-bottom: 0rem !important;
}

#container05 > .wrapper > .inner {
	--gutters: calc(var(--padding-horizontal) * 2);
	--padding-vertical: 1.375rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container05 > .wrapper {
	max-width: 100%;
	width: 100%;
}

#container05.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container05.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container05.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container05.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

#container05.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container05.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container05.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container05.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container05.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container05.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container05.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container05.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container05.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container05.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container05.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container05.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container05.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container05.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container05.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container05.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container05.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container05.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container33 {
	--alignment: center;
	--flex-alignment: center;
	--indent-left: 1;
	--indent-right: 1;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: #030303;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20width%3D%22512%22%20height%3D%22512%22%20preserveAspectRatio%3D%22none%22%3E%20%3Crect%20x%3D%22256%22%20y%3D%22256%22%20width%3D%2229.01%25%22%20height%3D%2229.01%25%22%20fill%3D%22rgba(255,255,255,0.071)%22%20%2F%3E%3C%2Fsvg%3E');
	background-size: 707px;
	background-position: center;
	background-repeat: repeat;
}

#container33:not(:first-child) {
	margin-top: 0rem !important;
}

#container33:not(:last-child) {
	margin-bottom: 0rem !important;
}

#container33 > .wrapper > .inner {
	--gutters: calc(var(--padding-horizontal) * 2);
	--padding-vertical: 0.75rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container33 > .wrapper {
	max-width: 100%;
	width: 100%;
}

#container33.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container33.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container33.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container33.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

#container33.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container33.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container33.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container33.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container33.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container33.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container33.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container33.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container33.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container33.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container33.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container33.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container33.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container33.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container33.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container33.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container33.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container33.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container15 {
	--alignment: center;
	--flex-alignment: center;
	--indent-left: 1;
	--indent-right: 1;
	display: flex;
	width: 100%;
	min-height: var(--viewport-height);
	align-items: center;
	justify-content: center;
	background-color: #FFFCFA;
}

#container15:not(:first-child) {
	margin-top: 0rem !important;
}

#container15:not(:last-child) {
	margin-bottom: 0rem !important;
}

#container15 > .wrapper > .inner {
	--gutters: calc(var(--padding-horizontal) * 2);
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container15 > .wrapper {
	max-width: 100%;
	width: 100%;
}

#container15.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container15.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container15.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container15.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

#container15.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container15.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container15.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container15.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container15.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container15.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container15.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container15.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container15.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container15.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container15.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container15.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container15.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container15.columns > .wrapper > .inner > .full {
	align-self: stretch;
	min-height: calc(var(--viewport-height) - (var(--padding-vertical) * 2));
}

#container15.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container15.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container15.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container15.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container15 > .wrapper > .inner > :nth-child(1) {
	width: calc(50% + (var(--gutters) / 2));
}

#container15 > .wrapper > .inner > :nth-child(2) {
	width: calc(50% + (var(--gutters) / 2));
}

#container14 {
	--alignment: center;
	--flex-alignment: center;
	--indent-left: 1;
	--indent-right: 1;
	display: flex;
	width: 100%;
	min-height: var(--viewport-height);
	align-items: center;
	justify-content: center;
	background-color: #FFFCFA;
}

#container14:not(:first-child) {
	margin-top: 0rem !important;
}

#container14:not(:last-child) {
	margin-bottom: 0rem !important;
}

#container14 > .wrapper > .inner {
	--gutters: calc(var(--padding-horizontal) * 2);
	--padding-vertical: 0.375rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container14 > .wrapper {
	max-width: 100%;
	width: 100%;
}

#container14.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container14.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container14.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container14.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

#container14.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container14.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container14.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container14.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container14.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container14.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container14.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container14.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container14.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container14.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container14.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container14.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container14.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container14.columns > .wrapper > .inner > .full {
	align-self: stretch;
	min-height: calc(var(--viewport-height) - (var(--padding-vertical) * 2));
}

#container14.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container14.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container14.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container14.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container14 > .wrapper > .inner > :nth-child(1) {
	width: calc(50% + (var(--gutters) / 2));
}

#container14 > .wrapper > .inner > :nth-child(2) {
	width: calc(50% + (var(--gutters) / 2));
}

#container17 {
	--alignment: center;
	--flex-alignment: center;
	--indent-left: 1;
	--indent-right: 1;
	display: flex;
	width: 100%;
	min-height: var(--viewport-height);
	align-items: center;
	justify-content: center;
	background-color: #FFFCFA;
}

#container17:not(:first-child) {
	margin-top: 0rem !important;
}

#container17:not(:last-child) {
	margin-bottom: 0rem !important;
}

#container17 > .wrapper > .inner {
	--gutters: calc(var(--padding-horizontal) * 2);
	--padding-vertical: 0.875rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container17 > .wrapper {
	max-width: 100%;
	width: 100%;
}

#container17.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container17.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container17.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container17.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

#container17.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container17.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container17.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container17.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container17.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container17.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container17.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container17.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container17.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container17.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container17.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container17.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container17.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container17.columns > .wrapper > .inner > .full {
	align-self: stretch;
	min-height: calc(var(--viewport-height) - (var(--padding-vertical) * 2));
}

#container17.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container17.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container17.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container17.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container17 > .wrapper > .inner > :nth-child(1) {
	width: calc(50% + (var(--gutters) / 2));
}

#container17 > .wrapper > .inner > :nth-child(2) {
	width: calc(50% + (var(--gutters) / 2));
}

#container03 {
	--alignment: center;
	--flex-alignment: center;
	--indent-left: 1;
	--indent-right: 1;
	display: flex;
	width: 100%;
	min-height: 22rem;
	align-items: center;
	justify-content: center;
	background-color: #FFFCFA;
}

#container03:not(:first-child) {
	margin-top: 0rem !important;
}

#container03:not(:last-child) {
	margin-bottom: 0rem !important;
}

#container03 > .wrapper > .inner {
	--gutters: calc(var(--padding-horizontal) * 2);
	--padding-vertical: 0.875rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container03 > .wrapper {
	max-width: 100%;
	width: 100%;
}

#container03.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container03.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container03.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container03.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

#container03.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container03.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container03.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container03.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container03.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container03.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container03.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container03.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container03.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container03.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container03.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container03.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container03.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container03.columns > .wrapper > .inner > .full {
	align-self: stretch;
	min-height: 22rem;
}

#container03.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container03.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container03.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container03.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container03 > .wrapper > .inner > :nth-child(1) {
	width: calc(50% + (var(--gutters) / 2));
}

#container03 > .wrapper > .inner > :nth-child(2) {
	width: calc(50% + (var(--gutters) / 2));
}

#container02 {
	--alignment: center;
	--flex-alignment: center;
	--indent-left: 1;
	--indent-right: 1;
	display: flex;
	width: 100%;
	min-height: 20rem;
	align-items: center;
	justify-content: center;
	background-color: #FFFCFA;
}

#container02:not(:first-child) {
	margin-top: 0rem !important;
}

#container02:not(:last-child) {
	margin-bottom: 0rem !important;
}

#container02 > .wrapper > .inner {
	--gutters: calc(var(--padding-horizontal) * 2);
	--padding-vertical: 0.875rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container02 > .wrapper {
	max-width: 100%;
	width: 100%;
}

#container02.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container02.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container02.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container02.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

#container02.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container02.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container02.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container02.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container02.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container02.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container02.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container02.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container02.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container02.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container02.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container02.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container02.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container02.columns > .wrapper > .inner > .full {
	align-self: stretch;
	min-height: 20rem;
}

#container02.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container02.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container02.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container02.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container02 > .wrapper > .inner > :nth-child(1) {
	width: calc(50% + (var(--gutters) / 2));
}

#container02 > .wrapper > .inner > :nth-child(2) {
	width: calc(50% + (var(--gutters) / 2));
}

#container18 {
	--alignment: center;
	--flex-alignment: center;
	--indent-left: 1;
	--indent-right: 1;
	display: flex;
	width: 100%;
	min-height: 44rem;
	align-items: center;
	justify-content: center;
	background-color: #FFFCFA;
}

#container18:not(:first-child) {
	margin-top: 0rem !important;
}

#container18:not(:last-child) {
	margin-bottom: 0rem !important;
}

#container18 > .wrapper > .inner {
	--gutters: calc(var(--padding-horizontal) * 2);
	--padding-vertical: 0.875rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container18 > .wrapper {
	max-width: 100%;
	width: 100%;
}

#container18.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container18.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container18.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container18.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

#container18.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container18.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container18.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container18.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container18.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container18.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container18.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container18.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container18.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container18.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container18.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container18.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container18.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container18.columns > .wrapper > .inner > .full {
	align-self: stretch;
	min-height: 44rem;
}

#container18.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container18.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container18.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container18.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container18 > .wrapper > .inner > :nth-child(1) {
	width: calc(50% + (var(--gutters) / 2));
}

#container18 > .wrapper > .inner > :nth-child(2) {
	width: calc(50% + (var(--gutters) / 2));
}

#container09 {
	--alignment: center;
	--flex-alignment: center;
	--indent-left: 1;
	--indent-right: 1;
	display: flex;
	width: 100%;
	min-height: var(--viewport-height);
	align-items: center;
	justify-content: center;
	background-color: #FFFCFA;
}

#container09:not(:first-child) {
	margin-top: 0rem !important;
}

#container09:not(:last-child) {
	margin-bottom: 0rem !important;
}

#container09 > .wrapper > .inner {
	--gutters: calc(var(--padding-horizontal) * 2);
	--padding-vertical: 0.875rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container09 > .wrapper {
	max-width: 100%;
	width: 100%;
}

#container09.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container09.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container09.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container09.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

#container09.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container09.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container09.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container09.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container09.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container09.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container09.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container09.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container09.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container09.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container09.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container09.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container09.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container09.columns > .wrapper > .inner > .full {
	align-self: stretch;
	min-height: calc(var(--viewport-height) - (var(--padding-vertical) * 2));
}

#container09.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container09.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container09.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container09.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container09 > .wrapper > .inner > :nth-child(1) {
	width: calc(50% + (var(--gutters) / 2));
}

#container09 > .wrapper > .inner > :nth-child(2) {
	width: calc(50% + (var(--gutters) / 2));
}

#container28 {
	--alignment: center;
	--flex-alignment: center;
	--indent-left: 1;
	--indent-right: 1;
	display: flex;
	width: 100%;
	min-height: 35rem;
	align-items: center;
	justify-content: center;
	background-color: #FFFCFA;
}

#container28:not(:first-child) {
	margin-top: 0rem !important;
}

#container28:not(:last-child) {
	margin-bottom: 0rem !important;
}

#container28 > .wrapper > .inner {
	--gutters: calc(var(--padding-horizontal) * 2);
	--padding-vertical: 0rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container28 > .wrapper {
	max-width: 100%;
	width: 100%;
}

#container28.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container28.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container28.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container28.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

#container28.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container28.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container28.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container28.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container28.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container28.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container28.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container28.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container28.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container28.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container28.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container28.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container28.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container28.columns > .wrapper > .inner > .full {
	align-self: stretch;
	min-height: 35rem;
}

#container28.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container28.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container28.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container28.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container19 {
	--alignment: center;
	--flex-alignment: center;
	--indent-left: 1;
	--indent-right: 1;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: #030303;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20width%3D%22512%22%20height%3D%22512%22%20preserveAspectRatio%3D%22none%22%3E%20%3Crect%20x%3D%22256%22%20y%3D%22256%22%20width%3D%2229.01%25%22%20height%3D%2229.01%25%22%20fill%3D%22rgba(255,255,255,0.071)%22%20%2F%3E%3C%2Fsvg%3E');
	background-size: 707px;
	background-position: center;
	background-repeat: repeat;
}

#container19:not(:first-child) {
	margin-top: 0rem !important;
}

#container19:not(:last-child) {
	margin-bottom: 0rem !important;
}

#container19 > .wrapper > .inner {
	--gutters: calc(var(--padding-horizontal) * 2);
	--padding-vertical: 0.625rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container19 > .wrapper {
	max-width: 100%;
	width: 100%;
}

#container19.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container19.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container19.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container19.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

#container19.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container19.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container19.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container19.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container19.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container19.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container19.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container19.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container19.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container19.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container19.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container19.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container19.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container19.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container19.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container19.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container19.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container19.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

hr {
	align-items: center;
	border: 0;
	display: flex;
	justify-content: var(--flex-alignment);
	min-height: 1rem;
	padding: 0;
	position: relative;
	width: 100%;
}

hr:before {
	content: '';
}

#divider16:before {
	width: 100%;
	background-color: transparent;
	height: 28px;
	border-radius: 0px;
}

#divider07:before {
	width: 100%;
	background-color: transparent;
	height: 28px;
	border-radius: 0px;
}

#divider06:before {
	width: 100%;
	background-color: transparent;
	height: 28px;
	border-radius: 0px;
}

#divider02:before {
	width: 100%;
	background-color: transparent;
	height: 1px;
	border-radius: 0px;
}

#divider17:before {
	width: 100%;
	background-color: transparent;
	height: 28px;
	border-radius: 0px;
}

#divider01:before {
	width: 100%;
	background-color: transparent;
	height: 1px;
	border-radius: 0px;
}

#divider03:before {
	width: 100%;
	background-color: transparent;
	height: 28px;
	border-radius: 0px;
}

#divider05:before {
	width: 100%;
	background-color: transparent;
	height: 28px;
	border-radius: 0px;
}

#divider04:before {
	width: 100%;
	background-color: transparent;
	height: 1px;
	border-radius: 0px;
}

#divider08:before {
	width: 100%;
	background-color: transparent;
	height: 28px;
	border-radius: 0px;
}

#divider09:before {
	width: 100%;
	background-color: transparent;
	height: 1px;
	border-radius: 0px;
}

#divider10:before {
	width: 100%;
	background-color: transparent;
	height: 28px;
	border-radius: 0px;
}

#divider11:before {
	width: 100%;
	background-color: transparent;
	height: 1px;
	border-radius: 0px;
}

#divider13:before {
	width: 100%;
	background-color: transparent;
	height: 1px;
	border-radius: 0px;
}

#divider14:before {
	width: 100%;
	background-color: transparent;
	height: 28px;
	border-radius: 0px;
}

#divider15:before {
	width: 100%;
	background-color: transparent;
	height: 28px;
	border-radius: 0px;
}

.gallery .inner {
	display: inline-block;
	max-width: 100%;
	vertical-align: middle;
}

.gallery ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: var(--flex-alignment);
}

.gallery ul li {
	position: relative;
}

.gallery ul li .thumbnail {
	border-radius: inherit;
	position: relative;
}

.gallery ul li .frame {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
}

.gallery ul li img {
	margin: 0;
	max-width: 100%;
	vertical-align: top;
	width: auto;
}

.gallery ul li .caption {
	width: 100%;
}

.gallery ul li .caption p {
	width: 100%;
}

@keyframes gallery-modal-spinner {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.gallery-modal {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	align-items: center;
	background-color: rgba(10,10,10,0.85);
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	left: 0;
	opacity: 0;
	outline: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	touch-action: pan-x pinch-zoom;
	transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s, background-color 0.5s ease;
	user-select: none;
	visibility: hidden;
	width: 100%;
	z-index: 0;
}

.gallery-modal:before {
	animation: gallery-modal-spinner 1s infinite linear;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICNmZmY7IHN0cm9rZS13aWR0aDogMS41cHg7IH08L3N0eWxlPjxkZWZzPjxjbGlwUGF0aCBpZD0iY29ybmVyIj48cG9seWdvbiBwb2ludHM9IjAsMCA0OCwwIDQ4LDQ4IDk2LDQ4IDk2LDk2IDAsOTYiIC8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2Nvcm5lcikiPjxjaXJjbGUgY3g9IjQ4IiBjeT0iNDgiIHI9IjMyIi8+PC9nPjwvc3ZnPg==');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 4rem;
	content: '';
	display: block;
	height: 4rem;
	left: 50%;
	margin: -2rem 0 0 -2rem;
	opacity: 0;
	position: absolute;
	top: 50%;
	transition: opacity 0.25s ease;
	transition-delay: 0.5s;
	width: 4rem;
}

.gallery-modal .inner {
	opacity: 0;
	transform: translateY(0.75em);
	transition: all 0.5s ease;
}

.gallery-modal .inner img {
	box-shadow: 0 1em 3em 0 rgba(0,0,0,0.35);
	display: block;
	max-height: 85vh;
	max-width: 80vw;
}

.gallery-modal .nav {
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5saW5lIHtzdHJva2U6ICNmZmY7c3Ryb2tlLXdpZHRoOiAxLjVweDt9PC9zdHlsZT48bGluZSB4MT0iMjQiIHkxPSI4IiB4Mj0iNDgiIHkyPSIzMiIgLz48bGluZSB4MT0iMjQiIHkxPSI1NiIgeDI9IjQ4IiB5Mj0iMzIiIC8+PC9zdmc+');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 3rem;
	cursor: pointer;
	height: 40%;
	max-width: 10vw;
	min-height: 6rem;
	opacity: 0.25;
	position: fixed;
	top: 30%;
	transition: opacity 0.25s ease, transform 0.5s ease;
	width: 8rem;
}

.gallery-modal .nav:hover {
	opacity: 1;
}

.gallery-modal .nav.next {
	right: 0;
}

.gallery-modal .nav.previous {
	left: 0;
	transform: scaleX(-1);
}

.gallery-modal .close {
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5saW5lIHtzdHJva2U6ICNmZmY7c3Ryb2tlLXdpZHRoOiAxLjVweDt9PC9zdHlsZT48bGluZSB4MT0iMjAiIHkxPSIyMCIgeDI9IjQ0IiB5Mj0iNDQiIC8+PGxpbmUgeDE9IjIwIiB5MT0iNDQiIHgyPSI0NCIgeTI9IjIwIiAvPjwvc3ZnPg==');
	background-position: top 1rem right 1rem;
	background-repeat: no-repeat;
	background-size: 3rem;
	cursor: pointer;
	display: block;
	height: 6rem;
	opacity: 0.25;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.25s ease, transform 0.5s ease;
	width: 6rem;
}

.gallery-modal .close:hover {
	opacity: 1;
}

.gallery-modal.visible {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
	z-index: 10000;
}

.gallery-modal.visible:before {
	opacity: 1;
}

.gallery-modal.loaded:before {
	opacity: 0 !important;
	transition-delay: 0s !important;
}

.gallery-modal.loaded .inner {
	opacity: 1;
	transform: translateY(0);
}

.gallery-modal.switching .inner {
	transition: opacity 0.375s ease, transform 0.5s ease;
}

.gallery-modal.switching.from-left .inner {
	transform: translateY(0) translateX(-1.5em);
}

.gallery-modal.switching.from-right .inner {
	transform: translateY(0) translateX(1.5em);
}

.gallery-modal.switching.done .inner {
	transition: opacity 0.375s ease;
	transform: translateY(0) translateX(0);
}

.gallery-modal.zooming {
	background-color: rgba(0,0,0,1);
}

.gallery-modal.zooming .nav.next {
	opacity: 0;
	pointer-events: none;
	transform: translateX(50%);
}

.gallery-modal.zooming .nav.previous {
	opacity: 0;
	pointer-events: none;
	transform: translateX(-50%) scaleX(-1);
}

.gallery-modal.zooming .close {
	opacity: 0;
	pointer-events: none;
	transform: translateX(50%) translateY(-50%);
}

#gallery40 .inner {
	max-width: 100%;
}

#gallery40 ul li {
	border-radius: 1.25rem;
	display: inline-block;
}

#gallery40 ul li .frame {
	border-radius: 1.25rem;
}

#gallery40 ul {
	gap: 2.25rem;
}

#gallery40 ul li .thumbnail {
	display: block;
	transition: none;
}

#gallery40 ul li img {
	height: auto;
	max-height: 50rem;
}

#gallery40 ul li .thumbnail img {
	transition: none;
}

#gallery41 .inner {
	max-width: 100%;
}

#gallery41 ul li {
	border-radius: 1.25rem;
	display: inline-block;
}

#gallery41 ul li .frame {
	border-radius: 1.25rem;
}

#gallery41 ul {
	gap: 2.25rem;
}

#gallery41 ul li .thumbnail {
	display: block;
	transition: none;
}

#gallery41 ul li img {
	height: auto;
	max-height: 35.5rem;
}

#gallery41 ul li .thumbnail img {
	transition: none;
}

#gallery35 .inner {
	max-width: 100%;
}

#gallery35 ul li {
	border-radius: 1.25rem;
	display: inline-block;
}

#gallery35 ul li .frame {
	border-radius: 1.25rem;
}

#gallery35 ul li img {
	-webkit-touch-callout: none;
	user-select: none;
	height: auto;
	max-height: 40.5rem;
}

#gallery35 ul {
	gap: 2.75rem;
}

#gallery35 ul li .thumbnail {
	display: block;
	transition: none;
}

#gallery35 ul li .thumbnail img {
	transition: none;
}

#gallery26 .inner {
	max-width: 100%;
}

#gallery26 ul li {
	border-radius: 1.25rem;
	display: inline-block;
}

#gallery26 ul li .frame {
	border-radius: 1.25rem;
}

#gallery26 ul {
	gap: 2.25rem;
}

#gallery26 ul li .thumbnail {
	display: block;
	transition: none;
}

#gallery26 ul li img {
	height: auto;
	max-height: 40.5rem;
}

#gallery26 ul li .thumbnail img {
	transition: none;
}

#gallery50 .inner {
	max-width: 100%;
}

#gallery50 ul li {
	border-radius: 1.25rem;
	display: inline-block;
}

#gallery50 ul li .frame {
	border-radius: 1.25rem;
}

#gallery50 ul {
	gap: 2.25rem;
}

#gallery50 ul li .thumbnail {
	display: block;
	transition: none;
}

#gallery50 ul li img {
	height: auto;
	max-height: 40.5rem;
}

#gallery50 ul li .thumbnail img {
	transition: none;
}

#gallery23 .inner {
	max-width: 100%;
}

#gallery23 ul li {
	border-radius: 1.25rem;
	display: inline-block;
}

#gallery23 ul li .frame {
	border-radius: 1.25rem;
}

#gallery23 ul {
	gap: 2.25rem;
}

#gallery23 ul li .thumbnail {
	display: block;
	transition: none;
}

#gallery23 ul li img {
	height: auto;
	max-height: 40.5rem;
}

#gallery23 ul li .thumbnail img {
	transition: none;
}

#gallery16 .inner {
	max-width: 100%;
}

#gallery16 ul li {
	border-radius: 1.25rem;
	display: inline-block;
}

#gallery16 ul li .frame {
	border-radius: 1.25rem;
}

#gallery16 ul {
	gap: 2.25rem;
}

#gallery16 ul li .thumbnail {
	display: block;
	transition: none;
}

#gallery16 ul li img {
	height: auto;
	max-height: 40.5rem;
}

#gallery16 ul li .thumbnail img {
	transition: none;
}

#gallery38 .inner {
	max-width: 100%;
}

#gallery38 ul li {
	border-radius: 1.25rem;
	display: inline-block;
}

#gallery38 ul li .frame {
	border-radius: 1.25rem;
}

#gallery38 ul li img {
	-webkit-touch-callout: none;
	user-select: none;
	height: auto;
	max-height: 40.5rem;
}

#gallery38 ul {
	gap: 2.25rem;
}

#gallery38 ul li .thumbnail {
	display: block;
	transition: none;
}

#gallery38 ul li .thumbnail img {
	transition: none;
}

#gallery27 .inner {
	max-width: 100%;
}

#gallery27 ul li {
	border-radius: 1.25rem;
	display: inline-block;
}

#gallery27 ul li .frame {
	border-radius: 1.25rem;
}

#gallery27 ul {
	gap: 2.25rem;
}

#gallery27 ul li .thumbnail {
	display: block;
	transition: none;
}

#gallery27 ul li img {
	height: auto;
	max-height: 40.5rem;
}

#gallery27 ul li .thumbnail img {
	transition: none;
}

#gallery30 .inner {
	max-width: 100%;
}

#gallery30 ul li {
	border-radius: 1.25rem;
	display: inline-block;
}

#gallery30 ul li .frame {
	border-radius: 1.25rem;
}

#gallery30 ul {
	gap: 2.25rem;
}

#gallery30 ul li .thumbnail {
	display: block;
	transition: none;
}

#gallery30 ul li img {
	height: auto;
	max-height: 40.5rem;
}

#gallery30 ul li .thumbnail img {
	transition: none;
}

#gallery04 .inner {
	max-width: 100%;
}

#gallery04 ul li {
	border-radius: 1.25rem;
	display: inline-block;
}

#gallery04 ul li .frame {
	border-radius: 1.25rem;
}

#gallery04 ul {
	gap: 2.25rem;
}

#gallery04 ul li .thumbnail {
	display: block;
	transition: none;
}

#gallery04 ul li img {
	height: auto;
	max-height: 40.5rem;
}

#gallery04 ul li .thumbnail img {
	transition: none;
}

#gallery45 .inner {
	max-width: 100%;
}

#gallery45 ul li {
	border-radius: 1.25rem;
	display: inline-block;
}

#gallery45 ul li .frame {
	border-radius: 1.25rem;
}

#gallery45 ul {
	gap: 2.25rem;
}

#gallery45 ul li .thumbnail {
	display: block;
	transition: none;
}

#gallery45 ul li img {
	height: auto;
	max-height: 40.5rem;
}

#gallery45 ul li .thumbnail img {
	transition: none;
}

#gallery29 .inner {
	max-width: 100%;
}

#gallery29 ul li {
	border-radius: 1.25rem;
	display: inline-block;
}

#gallery29 ul li .frame {
	border-radius: 1.25rem;
}

#gallery29 ul li img {
	-webkit-touch-callout: none;
	user-select: none;
	height: auto;
	max-height: 40.5rem;
}

#gallery29 ul {
	gap: 2.25rem;
}

#gallery29 ul li .thumbnail {
	display: block;
	transition: none;
}

#gallery29 ul li .thumbnail img {
	transition: none;
}

#gallery28 .inner {
	max-width: 100%;
}

#gallery28 ul li {
	border-radius: 1.25rem;
	display: inline-block;
}

#gallery28 ul li .frame {
	border-radius: 1.25rem;
}

#gallery28 ul {
	gap: 2.25rem;
}

#gallery28 ul li .thumbnail {
	display: block;
	transition: none;
}

#gallery28 ul li img {
	height: auto;
	max-height: 40.5rem;
}

#gallery28 ul li .thumbnail img {
	transition: none;
}

#gallery31 .inner {
	max-width: 100%;
}

#gallery31 ul li {
	border-radius: 1.25rem;
	display: inline-block;
}

#gallery31 ul li .frame {
	border-radius: 1.25rem;
}

#gallery31 ul {
	gap: 2.25rem;
}

#gallery31 ul li .thumbnail {
	display: block;
	transition: none;
}

#gallery31 ul li img {
	height: auto;
	max-height: 40.5rem;
}

#gallery31 ul li .thumbnail img {
	transition: none;
}

#gallery47 .inner {
	max-width: 100%;
}

#gallery47 ul li {
	border-radius: 1.25rem;
	display: inline-block;
}

#gallery47 ul li .frame {
	border-radius: 1.25rem;
}

#gallery47 ul {
	gap: 2.25rem;
}

#gallery47 ul li .thumbnail {
	display: block;
	transition: none;
}

#gallery47 ul li img {
	height: auto;
	max-height: 40.5rem;
}

#gallery47 ul li .thumbnail img {
	transition: none;
}

#gallery48 .inner {
	max-width: 100%;
}

#gallery48 ul li {
	border-radius: 1.25rem;
	display: inline-block;
}

#gallery48 ul li .frame {
	border-radius: 1.25rem;
}

#gallery48 ul {
	gap: 2.25rem;
}

#gallery48 ul li .thumbnail {
	display: block;
	transition: none;
}

#gallery48 ul li img {
	height: auto;
	max-height: 40.5rem;
}

#gallery48 ul li .thumbnail img {
	transition: none;
}

#gallery49 .inner {
	max-width: 100%;
}

#gallery49 ul li {
	border-radius: 1.25rem;
	display: inline-block;
}

#gallery49 ul li .frame {
	border-radius: 1.25rem;
}

#gallery49 ul {
	gap: 2.25rem;
}

#gallery49 ul li .thumbnail {
	display: block;
	transition: none;
}

#gallery49 ul li img {
	height: auto;
	max-height: 40.5rem;
}

#gallery49 ul li .thumbnail img {
	transition: none;
}

#gallery46 .inner {
	max-width: 100%;
}

#gallery46 ul li {
	border-radius: 1.625rem;
	display: inline-block;
}

#gallery46 ul li .frame {
	border-radius: 1.625rem;
}

#gallery46 ul {
	gap: 2.25rem;
}

#gallery46 ul li .thumbnail {
	display: block;
	transition: none;
}

#gallery46 ul li img {
	height: auto;
	max-height: 33.125rem;
}

#gallery46 ul li .thumbnail img {
	transition: none;
}

#gallery51 .inner {
	max-width: 100%;
}

#gallery51 ul li {
	border-radius: 1.25rem;
	display: inline-block;
}

#gallery51 ul li .frame {
	border-radius: 1.25rem;
}

#gallery51 ul {
	gap: 2.25rem;
}

#gallery51 ul li .thumbnail {
	display: block;
	transition: none;
}

#gallery51 ul li img {
	height: auto;
	max-height: 40.5rem;
}

#gallery51 ul li .thumbnail img {
	transition: none;
}

#gallery24 .inner {
	max-width: 100%;
}

#gallery24 ul li {
	border-radius: 1.25rem;
	display: inline-block;
}

#gallery24 ul li .frame {
	border-radius: 1.25rem;
}

#gallery24 ul {
	gap: 2.25rem;
}

#gallery24 ul li .thumbnail {
	display: block;
	transition: none;
}

#gallery24 ul li img {
	height: auto;
	max-height: 40.5rem;
}

#gallery24 ul li .thumbnail img {
	transition: none;
}

#gallery03 .inner {
	max-width: 100%;
}

#gallery03 ul li {
	border-radius: 1.25rem;
	display: inline-block;
}

#gallery03 ul li .frame {
	border-radius: 1.25rem;
}

#gallery03 ul {
	gap: 2.25rem;
}

#gallery03 ul li .thumbnail {
	display: block;
	transition: none;
}

#gallery03 ul li img {
	height: auto;
	max-height: 29.625rem;
}

#gallery03 ul li .thumbnail img {
	transition: none;
}

#gallery22 .inner {
	max-width: 100%;
}

#gallery22 ul li {
	border-radius: 1.25rem;
	display: inline-block;
}

#gallery22 ul li .frame {
	border-radius: 1.25rem;
}

#gallery22 ul {
	gap: 2.25rem;
}

#gallery22 ul li .thumbnail {
	display: block;
	transition: none;
}

#gallery22 ul li img {
	height: auto;
	max-height: 40.5rem;
}

#gallery22 ul li .thumbnail img {
	transition: none;
}

#gallery25 .inner {
	max-width: 100%;
}

#gallery25 ul li {
	border-radius: 1.25rem;
	display: inline-block;
}

#gallery25 ul li .frame {
	border-radius: 1.25rem;
}

#gallery25 ul {
	gap: 2.25rem;
}

#gallery25 ul li .thumbnail {
	display: block;
	transition: none;
}

#gallery25 ul li img {
	height: auto;
	max-height: 40.5rem;
}

#gallery25 ul li .thumbnail img {
	transition: none;
}

#gallery17 .inner {
	max-width: 100%;
}

#gallery17 ul li {
	border-radius: 1.25rem;
	display: inline-block;
}

#gallery17 ul li .frame {
	border-radius: 1.25rem;
}

#gallery17 ul {
	gap: 2.625rem;
}

#gallery17 ul li .thumbnail {
	display: block;
	transition: none;
}

#gallery17 ul li img {
	height: auto;
	max-height: 34.125rem;
}

#gallery17 ul li .thumbnail img {
	transition: none;
}

#gallery01 .inner {
	max-width: 100%;
}

#gallery01 ul li {
	border-radius: 1.25rem;
	display: inline-block;
}

#gallery01 ul li .frame {
	border-radius: 1.25rem;
}

#gallery01 ul li img {
	-webkit-touch-callout: none;
	user-select: none;
	height: auto;
	max-height: 40.5rem;
}

#gallery01 ul {
	gap: 2.25rem;
}

#gallery01 ul li .thumbnail {
	display: block;
	transition: none;
}

#gallery01 ul li .thumbnail img {
	transition: none;
}

#gallery11 .inner {
	max-width: 100%;
}

#gallery11 ul li {
	border-radius: 1.25rem;
	display: inline-block;
}

#gallery11 ul li .frame {
	border-radius: 1.25rem;
}

#gallery11 ul {
	gap: 2.25rem;
}

#gallery11 ul li .thumbnail {
	display: block;
	transition: none;
}

#gallery11 ul li img {
	height: auto;
	max-height: 40.5rem;
}

#gallery11 ul li .thumbnail img {
	transition: none;
}

#gallery10 .inner {
	max-width: 100%;
}

#gallery10 ul li {
	border-radius: 0rem;
	display: inline-block;
}

#gallery10 ul li .frame {
	border-radius: 0rem;
}

#gallery10 ul {
	gap: 0.5rem;
}

#gallery10 ul li .thumbnail {
	display: block;
	transition: none;
}

#gallery10 ul li img {
	height: auto;
	max-height: 30rem;
}

#gallery10 ul li .thumbnail img {
	transition: none;
}

#gallery08 .inner {
	max-width: 100%;
}

#gallery08 ul li {
	border-radius: 0rem;
	display: inline-block;
}

#gallery08 ul li .frame {
	border-radius: 0rem;
}

#gallery08 ul {
	gap: 0.5rem;
}

#gallery08 ul li .thumbnail {
	display: block;
	transition: none;
}

#gallery08 ul li img {
	height: auto;
	max-height: 26.75rem;
}

#gallery08 ul li .thumbnail img {
	transition: none;
}

#gallery09 .inner {
	max-width: 100%;
}

#gallery09 ul li {
	border-radius: 0rem;
	display: inline-block;
}

#gallery09 ul li .frame {
	border-radius: 0rem;
}

#gallery09 ul {
	gap: 0.5rem;
}

#gallery09 ul li .thumbnail {
	display: block;
	transition: none;
}

#gallery09 ul li img {
	height: auto;
	max-height: 30rem;
}

#gallery09 ul li .thumbnail img {
	transition: none;
}

#gallery06 .inner {
	max-width: 100%;
}

#gallery06 ul li {
	border-radius: 0rem;
	display: inline-block;
}

#gallery06 ul li .frame {
	border-radius: 0rem;
}

#gallery06 ul {
	gap: 0.5rem;
}

#gallery06 ul li .thumbnail {
	display: block;
	transition: none;
}

#gallery06 ul li img {
	height: auto;
	max-height: 25.25rem;
}

#gallery06 ul li .thumbnail img {
	transition: none;
}

#gallery05 .inner {
	max-width: 100%;
}

#gallery05 ul li {
	border-radius: 0rem;
	display: inline-block;
}

#gallery05 ul li .frame {
	border-radius: 0rem;
}

#gallery05 ul {
	gap: 0.5rem;
}

#gallery05 ul li .thumbnail {
	display: block;
	transition: none;
}

#gallery05 ul li img {
	height: auto;
	max-height: 25.25rem;
}

#gallery05 ul li .thumbnail img {
	transition: none;
}

#gallery07:not(:first-child) {
	margin-top: 3.25rem !important;
}

#gallery07:not(:last-child) {
	margin-bottom: 3.25rem !important;
}

#gallery07 .inner {
	max-width: 100%;
}

#gallery07 ul li {
	border-radius: 0rem;
	display: inline-block;
}

#gallery07 ul li .frame {
	border-radius: 0rem;
}

#gallery07 ul {
	gap: 0rem;
}

#gallery07 ul li .thumbnail {
	display: block;
	transition: none;
}

#gallery07 ul li img {
	height: auto;
	max-height: 30rem;
}

#gallery07 ul li .thumbnail img {
	transition: none;
}

#gallery12 .inner {
	max-width: 100%;
}

#gallery12 ul li {
	border-radius: 0rem;
	display: inline-block;
}

#gallery12 ul li .frame {
	border-radius: 0rem;
}

#gallery12 ul {
	gap: 0.5rem;
}

#gallery12 ul li .thumbnail {
	display: block;
	transition: none;
}

#gallery12 ul li img {
	height: auto;
	max-height: 25.25rem;
}

#gallery12 ul li .thumbnail img {
	transition: none;
}

#gallery13 .inner {
	max-width: 100%;
}

#gallery13 ul li {
	border-radius: 0rem;
	display: inline-block;
}

#gallery13 ul li .frame {
	border-radius: 0rem;
}

#gallery13 ul {
	gap: 0.5rem;
}

#gallery13 ul li .thumbnail {
	display: block;
	transition: none;
}

#gallery13 ul li img {
	height: auto;
	max-height: 30rem;
}

#gallery13 ul li .thumbnail img {
	transition: none;
}

#gallery14 .inner {
	max-width: 100%;
}

#gallery14 ul li {
	border-radius: 0rem;
	display: inline-block;
}

#gallery14 ul li .frame {
	border-radius: 0rem;
}

#gallery14 ul {
	gap: 0.5rem;
}

#gallery14 ul li .thumbnail {
	display: block;
	transition: none;
}

#gallery14 ul li img {
	height: auto;
	max-height: 25.25rem;
}

#gallery14 ul li .thumbnail img {
	transition: none;
}

#gallery15 .inner {
	max-width: 100%;
}

#gallery15 ul li {
	border-radius: 0rem;
	display: inline-block;
}

#gallery15 ul li .frame {
	border-radius: 0rem;
}

#gallery15 ul {
	gap: 0.5rem;
}

#gallery15 ul li .thumbnail {
	display: block;
	transition: none;
}

#gallery15 ul li img {
	height: auto;
	max-height: 30rem;
}

#gallery15 ul li .thumbnail img {
	transition: none;
}

#gallery02 .inner {
	max-width: 100%;
}

#gallery02 ul li {
	border-radius: 0rem;
	display: inline-block;
}

#gallery02 ul li .frame {
	border-radius: 0rem;
}

#gallery02 ul {
	gap: 0.5rem;
}

#gallery02 ul li .thumbnail {
	display: block;
	transition: none;
}

#gallery02 ul li img {
	height: auto;
	max-height: 25.25rem;
}

#gallery02 ul li .thumbnail img {
	transition: none;
}

#gallery19 .inner {
	max-width: 100%;
}

#gallery19 ul li {
	border-radius: 0rem;
	display: inline-block;
}

#gallery19 ul li .frame {
	border-radius: 0rem;
}

#gallery19 ul {
	gap: 0.5rem;
}

#gallery19 ul li .thumbnail {
	display: block;
	transition: none;
}

#gallery19 ul li img {
	height: auto;
	max-height: 25.25rem;
}

#gallery19 ul li .thumbnail img {
	transition: none;
}

#gallery20:not(:first-child) {
	margin-top: 0rem !important;
}

#gallery20:not(:last-child) {
	margin-bottom: 0rem !important;
}

#gallery20 .inner {
	max-width: 100%;
}

#gallery20 ul li {
	border-radius: 0rem;
	display: inline-block;
}

#gallery20 ul li .frame {
	border-radius: 0rem;
}

#gallery20 ul {
	gap: 1rem;
}

#gallery20 ul li .thumbnail {
	display: block;
	transition: none;
}

#gallery20 ul li img {
	height: auto;
	max-height: 30rem;
}

#gallery20 ul li .thumbnail img {
	transition: none;
}

#gallery33 .inner {
	max-width: 100%;
}

#gallery33 ul li {
	border-radius: 1.25rem;
	display: inline-block;
}

#gallery33 ul li .frame {
	border-radius: 1.25rem;
}

#gallery33 ul li img {
	-webkit-touch-callout: none;
	user-select: none;
	height: auto;
	max-height: 40.5rem;
}

#gallery33 ul {
	gap: 2.25rem;
}

#gallery33 ul li .thumbnail {
	display: block;
	transition: none;
}

#gallery33 ul li .thumbnail img {
	transition: none;
}

#gallery34 .inner {
	max-width: 100%;
}

#gallery34 ul li {
	border-radius: 1.25rem;
	display: inline-block;
}

#gallery34 ul li .frame {
	border-radius: 1.25rem;
}

#gallery34 ul li img {
	-webkit-touch-callout: none;
	user-select: none;
	height: auto;
	max-height: 40.5rem;
}

#gallery34 ul {
	gap: 2.25rem;
}

#gallery34 ul li .thumbnail {
	display: block;
	transition: none;
}

#gallery34 ul li .thumbnail img {
	transition: none;
}

#gallery36 .inner {
	max-width: 100%;
}

#gallery36 ul li {
	border-radius: 1.25rem;
	display: inline-block;
}

#gallery36 ul li .frame {
	border-radius: 1.25rem;
}

#gallery36 ul li img {
	-webkit-touch-callout: none;
	user-select: none;
	height: auto;
	max-height: 40.5rem;
}

#gallery36 ul {
	gap: 2.25rem;
}

#gallery36 ul li .thumbnail {
	display: block;
	transition: none;
}

#gallery36 ul li .thumbnail img {
	transition: none;
}

#gallery37 .inner {
	max-width: 100%;
}

#gallery37 ul li {
	border-radius: 1.25rem;
	display: inline-block;
}

#gallery37 ul li .frame {
	border-radius: 1.25rem;
}

#gallery37 ul li img {
	-webkit-touch-callout: none;
	user-select: none;
	height: auto;
	max-height: 40.5rem;
}

#gallery37 ul {
	gap: 2.25rem;
}

#gallery37 ul li .thumbnail {
	display: block;
	transition: none;
}

#gallery37 ul li .thumbnail img {
	transition: none;
}

.image {
	display: block;
	line-height: 0;
	max-width: 100%;
	position: relative;
}

.image .frame {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	vertical-align: top;
	width: 100%;
}

.image .frame img {
	border-radius: 0 !important;
	max-width: 100%;
	vertical-align: top;
	width: inherit;
}

.image.full .frame {
	display: block;
}

.image.full:first-child .frame {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

.image.full:last-child .frame {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

.image.style1 .frame {
	width: 100vw;
	height: 25.875rem;
	transition: none;
}

.image.style1 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
	-webkit-touch-callout: none;
	user-select: none;
}

.image.style1 .frame img {
	transition: none;
}

#image19 .frame {
	width: 66.625rem;
	height: 38.25rem;
	transition: none;
}

#image19 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
}

#image19 .frame img {
	transition: none;
}

#image01 .frame {
	width: 31.625rem;
	height: 40.25rem;
	transition: none;
}

#image01 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
	-webkit-touch-callout: none;
	user-select: none;
}

#image01 .frame img {
	transition: none;
}

.icons {
	display: flex;
	flex-wrap: wrap;
	justify-content: var(--flex-alignment);
	letter-spacing: 0;
	padding: 0;
}

.icons li {
	position: relative;
	z-index: 1;
}

.icons li a {
	align-items: center;
	display: flex;
	justify-content: center;
}

.icons li a svg {
	display: block;
	position: relative;
}

.icons li a + svg {
	display: block;
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.icons li a .label {
	display: none;
}

.icons.style1 {
	font-size: 2em;
	gap: 2rem;
}

.icons.style1:not(:first-child) {
	margin-top: 0.25rem !important;
}

.icons.style1:not(:last-child) {
	margin-bottom: 0.25rem !important;
}

.icons.style1 li a {
	border-radius: 100%;
	height: 1em;
	width: 1em;
	transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.icons.style1 li a svg {
	height: 100%;
	width: 100%;
	transition: fill 0.25s ease;
}

.icons.style1 a svg {
	fill: #D0BEED;
}

.icons.style1 a:hover svg {
	fill: #C46492 !important;
}

.icons.style1 li a + svg {
	transition: transform 0.25s ease, fill 0.25s ease, stroke 0.25s ease;
}

.icons.style1 li a:hover {
	transform: translateY(-20%);
}

.icons.style1 li a:hover + svg {
	transform: translateY(-20%);
}

.buttons {
	cursor: default;
	display: flex;
	justify-content: var(--flex-alignment);
	letter-spacing: 0;
	padding: 0;
}

.buttons li {
	max-width: 100%;
}

.buttons li a {
	align-items: center;
	justify-content: center;
	max-width: 100%;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
}

.buttons.style2 {
	gap: 0rem;
	flex-direction: row;
	flex-wrap: wrap;
}

.buttons.style2 li a {
	display: inline-flex;
	width: 9.875rem;
	height: auto;
	line-height: 1rem;
	padding: 0 0.5rem;
	vertical-align: middle;
	text-transform: uppercase;
	font-family: 'Sora', sans-serif;
	letter-spacing: 0.3rem;
	padding-left: calc(0.3rem + 0.5rem);
	font-size: 0.75em;
	font-weight: 500;
	border-radius: 2.5rem;
	padding-bottom: 0.3125rem;
	padding-top: 0.3125rem;
	white-space: normal;
	align-items: flex-start;
	transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.buttons.style2 li a svg {
	display: block;
	fill: #756565;
	flex-grow: 0;
	flex-shrink: 0;
	height: 1rem;
	min-width: 18px;
	width: 2.8125em;
	margin-left: -0.125em;
	margin-right: calc(0.5em + 0.3rem);
	transition: fill 0.25s ease;
}

.buttons.style2 li a .label {
	direction: var(--site-language-direction);
	overflow: hidden;
	text-align: center;
}

.buttons.style2 .button {
	color: #756565;
	border: solid 5px transparent;
}

.buttons.style2 .button svg {
	fill: #A89494;
}

.buttons.style2 .button:hover {
	border-color: rgba(255,255,255,0.071) !important;
	color: rgba(255,255,255,0.071) !important;
}

.buttons.style2 .button:hover svg {
	fill: rgba(255,255,255,0.071) !important;
}

.buttons.style2 li a:hover {
	transform: scale(0.975);
}

@media (orientation: portrait) {
	.gallery-modal .inner img {
		max-width: 100vw;
	}
	
	.gallery-modal .nav {
		background-image: none;
		max-width: 35%;
		opacity: 1;
		width: 8rem;
	}
	
	.gallery-modal .nav:before {
		background-color: rgba(144,144,144,0.5);
		background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5saW5lIHtzdHJva2U6ICNmZmY7c3Ryb2tlLXdpZHRoOiAzcHg7fTwvc3R5bGU+PGxpbmUgeDE9IjI0IiB5MT0iOCIgeDI9IjQ4IiB5Mj0iMzIiIC8+PGxpbmUgeDE9IjI0IiB5MT0iNTYiIHgyPSI0OCIgeTI9IjMyIiAvPjwvc3ZnPg==');
		background-position: center;
		background-repeat: no-repeat;
		background-size: 1.5rem;
		border-radius: 3rem;
		content: '';
		display: block;
		height: 3rem;
		position: absolute;
		right: 1rem;
		top: calc(50% - 1.5rem);
		width: 3rem;
	}
}

@media (max-width: 1920px) {
	
}

@media (max-width: 1680px) {
	html {
		font-size: 12pt;
	}
}

@media (max-width: 1280px) {
	#bg.slideshow-background > .slow {
		animation-duration: 45s;
	}
	
	#bg.slideshow-background > .normal {
		animation-duration: 33.75s;
	}
	
	#bg.slideshow-background > .fast {
		animation-duration: 22.5s;
	}
	
	html {
		font-size: 12pt;
	}
	
	
	
	.gallery-modal .nav {
		opacity: 1;
	}
	
	.gallery-modal .close {
		opacity: 1;
	}
}

@media (max-width: 1024px) {
	
}

@media (max-width: 980px) {
	html {
		font-size: 11pt;
	}
	
	
	
	#container16.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container16.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container16.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container16.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container16.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container16.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container16.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container16.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container16.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container16.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container16.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container16.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container16.columns > .wrapper > .inner > div:first-of-type, #container16.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container16.columns > .wrapper > .inner > div:last-of-type, #container16.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container16.columns > .wrapper > .inner > div:first-of-type, #container16.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container16.columns > .wrapper > .inner > div:last-of-type, #container16.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container16.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container16.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container16.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container16.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	
	
	#container32.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container32.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container32.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container32.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container32.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container32.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container32.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container32.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container32.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container32.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container32.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container32.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container32.columns > .wrapper > .inner > div:first-of-type, #container32.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container32.columns > .wrapper > .inner > div:last-of-type, #container32.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container32.columns > .wrapper > .inner > div:first-of-type, #container32.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container32.columns > .wrapper > .inner > div:last-of-type, #container32.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container32.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container32.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container32.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container32.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	#container32 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container32 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container32 > .wrapper > .inner > :nth-child(3) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#container25.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container25.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container25.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container25.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container25.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container25.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container25.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container25.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container25.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container25.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container25.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container25.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container25.columns > .wrapper > .inner > div:first-of-type, #container25.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container25.columns > .wrapper > .inner > div:last-of-type, #container25.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container25.columns > .wrapper > .inner > div:first-of-type, #container25.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container25.columns > .wrapper > .inner > div:last-of-type, #container25.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container25.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container25.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container25.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container25.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	
	
	#container26.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container26.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container26.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container26.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container26.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container26.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container26.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container26.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container26.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container26.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container26.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container26.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container26.columns > .wrapper > .inner > div:first-of-type, #container26.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container26.columns > .wrapper > .inner > div:last-of-type, #container26.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container26.columns > .wrapper > .inner > div:first-of-type, #container26.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container26.columns > .wrapper > .inner > div:last-of-type, #container26.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container26.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container26.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container26.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container26.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	#container26 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container26 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#container30.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container30.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container30.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container30.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container30.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container30.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container30.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container30.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container30.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container30.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container30.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container30.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container30.columns > .wrapper > .inner > div:first-of-type, #container30.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container30.columns > .wrapper > .inner > div:last-of-type, #container30.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container30.columns > .wrapper > .inner > div:first-of-type, #container30.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container30.columns > .wrapper > .inner > div:last-of-type, #container30.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container30.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container30.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container30.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container30.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	
	
	#container13.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container13.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container13.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container13.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container13.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container13.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container13.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container13.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container13.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container13.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container13.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container13.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container13.columns > .wrapper > .inner > div:first-of-type, #container13.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container13.columns > .wrapper > .inner > div:last-of-type, #container13.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container13.columns > .wrapper > .inner > div:first-of-type, #container13.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container13.columns > .wrapper > .inner > div:last-of-type, #container13.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container13.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container13.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container13.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container13.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	#container13 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container13 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container13 > .wrapper > .inner > :nth-child(3) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container08 {
		--alignment: center;
		--flex-alignment: center;
		--indent-left: 1;
		--indent-right: 1;
	}
	
	#container08.columns > .wrapper > .inner {
		flex-direction: column-reverse !important;
		flex-wrap: nowrap !important;
	}
	
	#container08.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--padding-vertical) * -2);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container08.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-bottom: 0 !important;
	}
	
	#container08.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container08.columns > .wrapper > .inner > *:last-child {
		padding-top: 0 !important;
	}
	
	#container08.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container08.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container08.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container08.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container08.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container08.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container08.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container08.columns > .wrapper > .inner > div:last-of-type, #container08.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container08.columns > .wrapper > .inner > div:first-of-type, #container08.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container08.columns > .wrapper > .inner > div:last-of-type, #container08.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-right-radius: 0 !important;
	}
	
	#container08.columns > .wrapper > .inner > div:first-of-type, #container08.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: 0 !important;
	}
	
	#container08.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container08.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container08.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container08.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	#container08 > .wrapper > .inner > :nth-child(1) {
		--alignment: center;
		--flex-alignment: center;
		--indent-left: 1;
		--indent-right: 1;
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container08 > .wrapper > .inner > :nth-child(2) {
		--alignment: center;
		--flex-alignment: center;
		--indent-left: 1;
		--indent-right: 1;
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#container01.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container01.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container01.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container01.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container01.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container01.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container01.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container01.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container01.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container01.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container01.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container01.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container01.columns > .wrapper > .inner > div:first-of-type, #container01.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container01.columns > .wrapper > .inner > div:last-of-type, #container01.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container01.columns > .wrapper > .inner > div:first-of-type, #container01.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container01.columns > .wrapper > .inner > div:last-of-type, #container01.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container01.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container01.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container01.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container01.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	
	
	#container21.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container21.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container21.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container21.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container21.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container21.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container21.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container21.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container21.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container21.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container21.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container21.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container21.columns > .wrapper > .inner > div:first-of-type, #container21.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container21.columns > .wrapper > .inner > div:last-of-type, #container21.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container21.columns > .wrapper > .inner > div:first-of-type, #container21.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container21.columns > .wrapper > .inner > div:last-of-type, #container21.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container21.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container21.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container21.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container21.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	
	
	#container12.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container12.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container12.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container12.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container12.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container12.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container12.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container12.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container12.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container12.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container12.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container12.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container12.columns > .wrapper > .inner > div:first-of-type, #container12.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container12.columns > .wrapper > .inner > div:last-of-type, #container12.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container12.columns > .wrapper > .inner > div:first-of-type, #container12.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container12.columns > .wrapper > .inner > div:last-of-type, #container12.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container12.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container12.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container12.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container12.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	
	
	#container07.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container07.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container07.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container07.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container07.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container07.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container07.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container07.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container07.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container07.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container07.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container07.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container07.columns > .wrapper > .inner > div:first-of-type, #container07.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container07.columns > .wrapper > .inner > div:last-of-type, #container07.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container07.columns > .wrapper > .inner > div:first-of-type, #container07.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container07.columns > .wrapper > .inner > div:last-of-type, #container07.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container07.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container07.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container07.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container07.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	#container07 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container07 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#container10.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container10.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container10.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container10.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container10.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container10.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container10.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container10.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container10.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container10.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container10.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container10.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container10.columns > .wrapper > .inner > div:first-of-type, #container10.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container10.columns > .wrapper > .inner > div:last-of-type, #container10.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container10.columns > .wrapper > .inner > div:first-of-type, #container10.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container10.columns > .wrapper > .inner > div:last-of-type, #container10.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container10.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container10.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container10.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container10.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	
	
	#container05.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container05.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container05.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container05.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container05.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container05.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container05.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container05.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container05.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container05.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container05.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container05.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container05.columns > .wrapper > .inner > div:first-of-type, #container05.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container05.columns > .wrapper > .inner > div:last-of-type, #container05.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container05.columns > .wrapper > .inner > div:first-of-type, #container05.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container05.columns > .wrapper > .inner > div:last-of-type, #container05.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container05.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container05.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container05.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container05.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	
	
	#container33.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container33.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container33.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container33.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container33.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container33.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container33.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container33.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container33.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container33.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container33.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container33.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container33.columns > .wrapper > .inner > div:first-of-type, #container33.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container33.columns > .wrapper > .inner > div:last-of-type, #container33.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container33.columns > .wrapper > .inner > div:first-of-type, #container33.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container33.columns > .wrapper > .inner > div:last-of-type, #container33.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container33.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container33.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container33.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container33.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	
	
	#container15.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container15.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container15.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container15.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container15.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container15.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container15.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container15.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container15.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container15.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container15.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container15.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container15.columns > .wrapper > .inner > div:first-of-type, #container15.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container15.columns > .wrapper > .inner > div:last-of-type, #container15.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container15.columns > .wrapper > .inner > div:first-of-type, #container15.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container15.columns > .wrapper > .inner > div:last-of-type, #container15.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container15.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container15.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container15.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container15.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	#container15 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container15 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#container14.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container14.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container14.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container14.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container14.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container14.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container14.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container14.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container14.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container14.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container14.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container14.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container14.columns > .wrapper > .inner > div:first-of-type, #container14.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container14.columns > .wrapper > .inner > div:last-of-type, #container14.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container14.columns > .wrapper > .inner > div:first-of-type, #container14.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container14.columns > .wrapper > .inner > div:last-of-type, #container14.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container14.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container14.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container14.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container14.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	#container14 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container14 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#container17.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container17.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container17.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container17.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container17.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container17.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container17.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container17.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container17.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container17.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container17.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container17.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container17.columns > .wrapper > .inner > div:first-of-type, #container17.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container17.columns > .wrapper > .inner > div:last-of-type, #container17.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container17.columns > .wrapper > .inner > div:first-of-type, #container17.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container17.columns > .wrapper > .inner > div:last-of-type, #container17.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container17.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container17.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container17.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container17.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	#container17 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container17 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#container03.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container03.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container03.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container03.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container03.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container03.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container03.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container03.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container03.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container03.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container03.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container03.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container03.columns > .wrapper > .inner > div:first-of-type, #container03.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container03.columns > .wrapper > .inner > div:last-of-type, #container03.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container03.columns > .wrapper > .inner > div:first-of-type, #container03.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container03.columns > .wrapper > .inner > div:last-of-type, #container03.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container03.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container03.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container03.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container03.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	#container03 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container03 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#container02.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container02.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container02.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container02.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container02.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container02.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container02.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container02.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container02.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container02.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container02.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container02.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container02.columns > .wrapper > .inner > div:first-of-type, #container02.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container02.columns > .wrapper > .inner > div:last-of-type, #container02.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container02.columns > .wrapper > .inner > div:first-of-type, #container02.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container02.columns > .wrapper > .inner > div:last-of-type, #container02.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container02.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container02.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container02.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container02.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	#container02 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container02 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#container18.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container18.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container18.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container18.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container18.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container18.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container18.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container18.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container18.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container18.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container18.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container18.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container18.columns > .wrapper > .inner > div:first-of-type, #container18.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container18.columns > .wrapper > .inner > div:last-of-type, #container18.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container18.columns > .wrapper > .inner > div:first-of-type, #container18.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container18.columns > .wrapper > .inner > div:last-of-type, #container18.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container18.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container18.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container18.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container18.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	#container18 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container18 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#container09.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container09.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container09.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container09.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container09.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container09.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container09.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container09.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container09.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container09.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container09.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container09.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container09.columns > .wrapper > .inner > div:first-of-type, #container09.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container09.columns > .wrapper > .inner > div:last-of-type, #container09.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container09.columns > .wrapper > .inner > div:first-of-type, #container09.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container09.columns > .wrapper > .inner > div:last-of-type, #container09.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container09.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container09.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container09.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container09.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	#container09 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container09 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#container28.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container28.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container28.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container28.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container28.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container28.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container28.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container28.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container28.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container28.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container28.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container28.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container28.columns > .wrapper > .inner > div:first-of-type, #container28.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container28.columns > .wrapper > .inner > div:last-of-type, #container28.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container28.columns > .wrapper > .inner > div:first-of-type, #container28.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container28.columns > .wrapper > .inner > div:last-of-type, #container28.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container28.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container28.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container28.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container28.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	
	
	#container19.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container19.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container19.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container19.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container19.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container19.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container19.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container19.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container19.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container19.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container19.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container19.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container19.columns > .wrapper > .inner > div:first-of-type, #container19.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container19.columns > .wrapper > .inner > div:last-of-type, #container19.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container19.columns > .wrapper > .inner > div:first-of-type, #container19.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container19.columns > .wrapper > .inner > div:last-of-type, #container19.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container19.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container19.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container19.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container19.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
}

@media (max-width: 736px) {
	#bg.slideshow-background > .slow {
		animation-duration: 30s;
	}
	
	#bg.slideshow-background > .normal {
		animation-duration: 22.5s;
	}
	
	#bg.slideshow-background > .fast {
		animation-duration: 15s;
	}
	
	html {
		font-size: 11pt;
	}
	
	
	
	#main > .inner {
		--padding-horizontal: 2rem;
		--padding-vertical: 3.5rem;
		--spacing: 2.5rem;
	}
	
	#main > .inner > * > .full {
		margin-left: calc(-2rem);
		max-width: calc(100% + 4rem + 0.4725px);
		width: calc(100% + 4rem + 0.4725px);
	}
	
	#main > .inner > * > .full.screen {
		margin-left: -50vw;
	}
	
	#main > .inner > .active > .full:first-child {
		margin-top: -3.5rem !important;
	}
	
	#main > .inner > .active > .full:last-child {
		margin-bottom: -3.5rem !important;
	}
	
	h1.style2, h2.style2, h3.style2, p.style2 {
		letter-spacing: 0.125rem;
		width: calc(100% + 0.125rem);
		font-size: 0.875em;
		line-height: 1.875;
	}
	
	h1.style1:not(:first-child), h2.style1:not(:first-child), h3.style1:not(:first-child), p.style1:not(:first-child) {
		margin-top: 0.25rem !important;
	}
	
	h1.style1:not(:last-child), h2.style1:not(:last-child), h3.style1:not(:last-child), p.style1:not(:last-child) {
		margin-bottom: 0.25rem !important;
	}
	
	h1.style1, h2.style1, h3.style1, p.style1 {
		letter-spacing: 0.109375rem;
		width: calc(100% + 0.109375rem);
		font-size: 2.5em;
		line-height: 0.75;
	}
	
	h1.style4:not(:first-child), h2.style4:not(:first-child), h3.style4:not(:first-child), p.style4:not(:first-child) {
		margin-top: 0.375rem !important;
	}
	
	h1.style4:not(:last-child), h2.style4:not(:last-child), h3.style4:not(:last-child), p.style4:not(:last-child) {
		margin-bottom: 0.375rem !important;
	}
	
	h1.style4, h2.style4, h3.style4, p.style4 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 3.5em;
		line-height: 1.125;
	}
	
	#text03:not(:first-child) {
		margin-top: 0.5rem !important;
	}
	
	#text03:not(:last-child) {
		margin-bottom: 0.5rem !important;
	}
	
	#text03 {
		letter-spacing: -0.025rem;
		width: 100%;
		font-size: 1.25em;
		line-height: 1.375;
	}
	
	#text23:not(:first-child) {
		margin-top: 0.5rem !important;
	}
	
	#text23:not(:last-child) {
		margin-bottom: 0.5rem !important;
	}
	
	#text23 {
		letter-spacing: -0.025rem;
		width: 100%;
		font-size: 1.25em;
		line-height: 1.375;
	}
	
	#text09:not(:first-child) {
		margin-top: 0.5rem !important;
	}
	
	#text09:not(:last-child) {
		margin-bottom: 0.5rem !important;
	}
	
	#text09 {
		letter-spacing: -0.025rem;
		width: 100%;
		font-size: 1.25em;
		line-height: 1.375;
	}
	
	#text26 {
		letter-spacing: 0.075rem;
		width: calc(100% + 0.075rem);
		font-size: 0.625em;
		line-height: 2.375;
	}
	
	#text05:not(:first-child) {
		margin-top: 0.5rem !important;
	}
	
	#text05:not(:last-child) {
		margin-bottom: 0.5rem !important;
	}
	
	#text05 {
		letter-spacing: -0.025rem;
		width: 100%;
		font-size: 1.25em;
		line-height: 1.375;
	}
	
	#text25:not(:first-child) {
		margin-top: 0.5rem !important;
	}
	
	#text25:not(:last-child) {
		margin-bottom: 0.5rem !important;
	}
	
	#text25 {
		letter-spacing: -0.025rem;
		width: 100%;
		font-size: 1.25em;
		line-height: 1.375;
	}
	
	#text02:not(:first-child) {
		margin-top: 0.5rem !important;
	}
	
	#text02:not(:last-child) {
		margin-bottom: 0.5rem !important;
	}
	
	#text02 {
		letter-spacing: -0.025rem;
		width: 100%;
		font-size: 1.25em;
		line-height: 1.375;
	}
	
	#text51:not(:first-child) {
		margin-top: 0.5rem !important;
	}
	
	#text51:not(:last-child) {
		margin-bottom: 0.5rem !important;
	}
	
	#text51 {
		letter-spacing: -0.025rem;
		width: 100%;
		font-size: 1.25em;
		line-height: 1.375;
	}
	
	#text52:not(:first-child) {
		margin-top: 0.5rem !important;
	}
	
	#text52:not(:last-child) {
		margin-bottom: 0.5rem !important;
	}
	
	#text52 {
		letter-spacing: -0.025rem;
		width: 100%;
		font-size: 1.25em;
		line-height: 1.375;
	}
	
	#text53:not(:first-child) {
		margin-top: 0.5rem !important;
	}
	
	#text53:not(:last-child) {
		margin-bottom: 0.5rem !important;
	}
	
	#text53 {
		letter-spacing: -0.025rem;
		width: 100%;
		font-size: 1.25em;
		line-height: 1.375;
	}
	
	#text54:not(:first-child) {
		margin-top: 0.5rem !important;
	}
	
	#text54:not(:last-child) {
		margin-bottom: 0.5rem !important;
	}
	
	#text54 {
		letter-spacing: -0.025rem;
		width: 100%;
		font-size: 1.25em;
		line-height: 1.375;
	}
	
	#text22 {
		letter-spacing: 0.075rem;
		width: calc(100% + 0.075rem);
		font-size: 0.625em;
		line-height: 2.375;
	}
	
	#text39:not(:first-child) {
		margin-top: 0.5rem !important;
	}
	
	#text39:not(:last-child) {
		margin-bottom: 0.5rem !important;
	}
	
	#text39 {
		letter-spacing: -0.025rem;
		width: 100%;
		font-size: 1.25em;
		line-height: 1.375;
	}
	
	h1.style5, h2.style5, h3.style5, p.style5 {
		letter-spacing: 0.075rem;
		width: calc(100% + 0.075rem);
		font-size: 1.125em;
		line-height: 2.125;
	}
	
	#text21:not(:first-child) {
		margin-top: 0.5rem !important;
	}
	
	#text21:not(:last-child) {
		margin-bottom: 0.5rem !important;
	}
	
	#text21 {
		letter-spacing: -0.025rem;
		width: 100%;
		font-size: 1.25em;
		line-height: 1.375;
	}
	
	#text17:not(:first-child) {
		margin-top: 0.5rem !important;
	}
	
	#text17:not(:last-child) {
		margin-bottom: 0.5rem !important;
	}
	
	#text17 {
		letter-spacing: -0.025rem;
		width: 100%;
		font-size: 1.25em;
		line-height: 1.375;
	}
	
	#text04 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 3.5em;
		line-height: 1.125;
	}
	
	#text13:not(:first-child) {
		margin-top: 0.5rem !important;
	}
	
	#text13:not(:last-child) {
		margin-bottom: 0.5rem !important;
	}
	
	#text13 {
		letter-spacing: -0.025rem;
		width: 100%;
		font-size: 1.25em;
		line-height: 1.375;
	}
	
	#text24:not(:first-child) {
		margin-top: 0.5rem !important;
	}
	
	#text24:not(:last-child) {
		margin-bottom: 0.5rem !important;
	}
	
	#text24 {
		letter-spacing: -0.025rem;
		width: 100%;
		font-size: 1.25em;
		line-height: 1.375;
	}
	
	#text28:not(:first-child) {
		margin-top: 0.5rem !important;
	}
	
	#text28:not(:last-child) {
		margin-bottom: 0.5rem !important;
	}
	
	#text28 {
		letter-spacing: -0.025rem;
		width: 100%;
		font-size: 1.25em;
		line-height: 1.375;
	}
	
	#text10:not(:first-child) {
		margin-top: 0.5rem !important;
	}
	
	#text10:not(:last-child) {
		margin-bottom: 0.5rem !important;
	}
	
	#text10 {
		letter-spacing: -0.025rem;
		width: 100%;
		font-size: 1.25em;
		line-height: 1.375;
	}
	
	#text36:not(:first-child) {
		margin-top: 0.5rem !important;
	}
	
	#text36:not(:last-child) {
		margin-bottom: 0.5rem !important;
	}
	
	#text36 {
		letter-spacing: -0.025rem;
		width: 100%;
		font-size: 1.25em;
		line-height: 1.375;
	}
	
	#text08:not(:first-child) {
		margin-top: 0.5rem !important;
	}
	
	#text08:not(:last-child) {
		margin-bottom: 0.5rem !important;
	}
	
	#text08 {
		letter-spacing: -0.025rem;
		width: 100%;
		font-size: 1.25em;
		line-height: 1.375;
	}
	
	h1.style6, h2.style6, h3.style6, p.style6 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 3.5em;
		line-height: 1.125;
	}
	
	#text27 {
		letter-spacing: 0.075rem;
		width: calc(100% + 0.075rem);
		font-size: 0.875em;
		line-height: 2.375;
	}
	
	#text29 {
		letter-spacing: 0.075rem;
		width: calc(100% + 0.075rem);
		font-size: 0.875em;
		line-height: 2.375;
	}
	
	#text31 {
		letter-spacing: 0.075rem;
		width: calc(100% + 0.075rem);
		font-size: 0.875em;
		line-height: 2.375;
	}
	
	#text35 {
		letter-spacing: 0.075rem;
		width: calc(100% + 0.075rem);
		font-size: 1em;
		line-height: 2.25;
	}
	
	#text38 {
		letter-spacing: 0.075rem;
		width: calc(100% + 0.075rem);
		font-size: 1.125em;
		line-height: 2.125;
	}
	
	#links03 {
		gap: 1.125rem;
		flex-direction: column;
		flex-wrap: nowrap;
		letter-spacing: 0.025rem;
		margin-right: -0.025rem;
		font-size: 1.125em;
	}
	
	#links03 li:before {
		left: -1.5625rem;
		display: none;
	}
	
	#links06 {
		gap: 1.125rem;
		flex-direction: column;
		flex-wrap: nowrap;
		letter-spacing: 0.025rem;
		margin-right: -0.025rem;
		font-size: 1.125em;
	}
	
	#links06 li:before {
		left: -1.5625rem;
		display: none;
	}
	
	#links01 {
		gap: 1.125rem;
		flex-direction: column;
		flex-wrap: nowrap;
		letter-spacing: 0.025rem;
		margin-right: -0.025rem;
		font-size: 1.125em;
	}
	
	#links01 li:before {
		left: -1.5625rem;
		display: none;
	}
	
	
	
	.container.style1 > .wrapper > .inner {
		--gutters: 6rem;
	}
	
	.container.style1.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	.container.style1.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	.container.style1.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	.container.style1.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	.container.style1.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	.container.style1.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	.container.style1.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	.container.style1.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	.container.style1.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	.container.style1.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	.container.style1.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	.container.style1.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	.container.style1.columns > .wrapper > .inner > div:first-of-type, .container.style1.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	.container.style1.columns > .wrapper > .inner > div:last-of-type, .container.style1.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	.container.style1.columns > .wrapper > .inner > div:first-of-type, .container.style1.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	.container.style1.columns > .wrapper > .inner > div:last-of-type, .container.style1.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	.container.style1.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	.container.style1.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container16:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#container16:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#container16 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-vertical: 1.375rem;
	}
	
	#container16.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container16.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container16.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container32:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#container32:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#container32 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 2rem;
		--padding-vertical: 3.5rem;
		--spacing: 0.5rem;
	}
	
	#container32.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container32.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container32.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container25:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#container25:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#container25 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 2rem;
		--padding-vertical: 0.25rem;
		--spacing: 0.5rem;
	}
	
	#container25.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container25.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container25.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container26:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#container26:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#container26 > .wrapper > .inner {
		--gutters: 6rem;
		--padding-horizontal: 2rem;
		--padding-vertical: 3.5rem;
		--spacing: 0.5rem;
	}
	
	#container26.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container26.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container26.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container30:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#container30:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#container30 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 2rem;
		--padding-vertical: 0.25rem;
		--spacing: 0.5rem;
	}
	
	#container30.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container30.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container30.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container13:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#container13:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#container13 > .wrapper > .inner {
		--gutters: 2.625rem;
		--padding-horizontal: 2rem;
		--spacing: 0.5rem;
	}
	
	#container13 {
		min-height: 27.75rem;
	}
	
	#container13.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container13.columns > .wrapper > .inner > .full {
		min-height: 27.75rem;
	}
	
	#container13.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container13.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	
	
	#container06:not(:first-child) {
		margin-top: 0.09375rem !important;
	}
	
	#container06:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#container06 > .wrapper > .inner {
		--gutters: 6rem;
		--padding-vertical: 0.375rem;
	}
	
	#container06.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container06.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container06.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container06.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container06.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container06.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container06.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container06.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container06.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container06.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container06.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container06.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container06.columns > .wrapper > .inner > div:first-of-type, #container06.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container06.columns > .wrapper > .inner > div:last-of-type, #container06.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container06.columns > .wrapper > .inner > div:first-of-type, #container06.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container06.columns > .wrapper > .inner > div:last-of-type, #container06.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container06.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container06.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container06 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container06 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container08:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#container08:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#container08 > .wrapper > .inner {
		--gutters: 0.75rem;
		--padding-horizontal: 1.75rem;
		--padding-vertical: 0rem;
		--spacing: 0.125rem;
	}
	
	#container08 {
		min-height: 15rem;
	}
	
	#container08.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container08.columns > .wrapper > .inner > .full {
		min-height: 15rem;
	}
	
	#container08.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container08.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container01:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#container01:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#container01 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-vertical: 1.375rem;
	}
	
	#container01.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container01.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container01.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container21:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#container21:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#container21 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-vertical: 1.375rem;
	}
	
	#container21.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container21.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container21.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container12:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#container12:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#container12 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
	}
	
	#container12.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container12.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container12.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container07:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#container07:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#container07 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-vertical: 1.375rem;
	}
	
	#container07.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container07.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container07.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container10:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#container10:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#container10 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-vertical: 0.75rem;
	}
	
	#container10.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container10.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container10.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container05:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#container05:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#container05 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-vertical: 1.375rem;
	}
	
	#container05.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container05.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container05.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container33:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#container33:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#container33 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-vertical: 0.75rem;
	}
	
	#container33.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container33.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container33.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container15:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#container15:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#container15 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
	}
	
	#container15.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container15.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container15.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container14:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#container14:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#container14 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-vertical: 0.375rem;
	}
	
	#container14.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container14.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container14.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container17:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#container17:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#container17 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-vertical: 0.875rem;
	}
	
	#container17.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container17.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container17.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container03:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#container03:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#container03 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-vertical: 0.875rem;
	}
	
	#container03 {
		min-height: 16.5rem;
	}
	
	#container03.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container03.columns > .wrapper > .inner > .full {
		min-height: 16.5rem;
	}
	
	#container03.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container03.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container02:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#container02:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#container02 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-vertical: 0.875rem;
	}
	
	#container02 {
		min-height: 15rem;
	}
	
	#container02.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container02.columns > .wrapper > .inner > .full {
		min-height: 15rem;
	}
	
	#container02.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container02.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container18:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#container18:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#container18 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-vertical: 0.875rem;
	}
	
	#container18 {
		min-height: 33rem;
	}
	
	#container18.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container18.columns > .wrapper > .inner > .full {
		min-height: 33rem;
	}
	
	#container18.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container18.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container09:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#container09:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#container09 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-vertical: 0.875rem;
	}
	
	#container09.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container09.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container09.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container28:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#container28:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#container28 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-vertical: 0rem;
	}
	
	#container28 {
		min-height: 26.25rem;
	}
	
	#container28.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container28.columns > .wrapper > .inner > .full {
		min-height: 26.25rem;
	}
	
	#container28.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container28.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container19:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#container19:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#container19 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-vertical: 0.625rem;
	}
	
	#container19.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container19.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container19.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#divider16:before {
		width: 100rem;
	}
	
	#divider07:before {
		width: 100rem;
	}
	
	#divider06:before {
		width: 100rem;
	}
	
	#divider02:before {
		width: 100rem;
	}
	
	#divider17:before {
		width: 100rem;
	}
	
	#divider01:before {
		width: 100rem;
	}
	
	#divider03:before {
		width: 100rem;
	}
	
	#divider05:before {
		width: 100rem;
	}
	
	#divider04:before {
		width: 100rem;
	}
	
	#divider08:before {
		width: 100rem;
	}
	
	#divider09:before {
		width: 100rem;
	}
	
	#divider10:before {
		width: 100rem;
	}
	
	#divider11:before {
		width: 100rem;
	}
	
	#divider13:before {
		width: 100rem;
	}
	
	#divider14:before {
		width: 100rem;
	}
	
	#divider15:before {
		width: 100rem;
	}
	
	.gallery-modal .close {
		background-position: top 0.5rem right 0.5rem;
	}
	
	#gallery40 ul li img {
		max-height: none;
		display: block;
		height: auto;
		width: 100% !important;
	}
	
	#gallery40 ul {
		gap: 2rem;
		flex-direction: column;
	}
	
	#gallery40 .inner {
		width: 100%;
	}
	
	#gallery40 ul li {
		width: 100%;
	}
	
	#gallery40 ul li .thumbnail {
		display: block;
	}
	
	#gallery40 ul li .frame {
		display: block;
	}
	
	#gallery41 ul li img {
		max-height: none;
		display: block;
		height: auto;
		width: 100% !important;
	}
	
	#gallery41 ul {
		gap: 2rem;
		flex-direction: column;
	}
	
	#gallery41 .inner {
		width: 100%;
	}
	
	#gallery41 ul li {
		width: 100%;
	}
	
	#gallery41 ul li .thumbnail {
		display: block;
	}
	
	#gallery41 ul li .frame {
		display: block;
	}
	
	#gallery35 ul li img {
		max-height: none;
		display: block;
		height: auto;
		width: 100% !important;
	}
	
	#gallery35 ul {
		gap: 2rem;
		flex-direction: column;
	}
	
	#gallery35 .inner {
		width: 100%;
	}
	
	#gallery35 ul li {
		width: 100%;
	}
	
	#gallery35 ul li .thumbnail {
		display: block;
	}
	
	#gallery35 ul li .frame {
		display: block;
	}
	
	#gallery26 ul li img {
		max-height: none;
		display: block;
		height: auto;
		width: 100% !important;
	}
	
	#gallery26 ul {
		gap: 2rem;
		flex-direction: column;
	}
	
	#gallery26 .inner {
		width: 100%;
	}
	
	#gallery26 ul li {
		width: 100%;
	}
	
	#gallery26 ul li .thumbnail {
		display: block;
	}
	
	#gallery26 ul li .frame {
		display: block;
	}
	
	#gallery50 ul li img {
		max-height: none;
		display: block;
		height: auto;
		width: 100% !important;
	}
	
	#gallery50 ul {
		gap: 2rem;
		flex-direction: column;
	}
	
	#gallery50 .inner {
		width: 100%;
	}
	
	#gallery50 ul li {
		width: 100%;
	}
	
	#gallery50 ul li .thumbnail {
		display: block;
	}
	
	#gallery50 ul li .frame {
		display: block;
	}
	
	#gallery23 ul li img {
		max-height: none;
		display: block;
		height: auto;
		width: 100% !important;
	}
	
	#gallery23 ul {
		gap: 2rem;
		flex-direction: column;
	}
	
	#gallery23 .inner {
		width: 100%;
	}
	
	#gallery23 ul li {
		width: 100%;
	}
	
	#gallery23 ul li .thumbnail {
		display: block;
	}
	
	#gallery23 ul li .frame {
		display: block;
	}
	
	#gallery16 ul li img {
		max-height: none;
		display: block;
		height: auto;
		width: 100% !important;
	}
	
	#gallery16 ul {
		gap: 2rem;
		flex-direction: column;
	}
	
	#gallery16 .inner {
		width: 100%;
	}
	
	#gallery16 ul li {
		width: 100%;
	}
	
	#gallery16 ul li .thumbnail {
		display: block;
	}
	
	#gallery16 ul li .frame {
		display: block;
	}
	
	#gallery38 ul li img {
		max-height: none;
		display: block;
		height: auto;
		width: 100% !important;
	}
	
	#gallery38 ul {
		gap: 2rem;
		flex-direction: column;
	}
	
	#gallery38 .inner {
		width: 100%;
	}
	
	#gallery38 ul li {
		width: 100%;
	}
	
	#gallery38 ul li .thumbnail {
		display: block;
	}
	
	#gallery38 ul li .frame {
		display: block;
	}
	
	#gallery27 ul li img {
		max-height: none;
		display: block;
		height: auto;
		width: 100% !important;
	}
	
	#gallery27 ul {
		gap: 2rem;
		flex-direction: column;
	}
	
	#gallery27 .inner {
		width: 100%;
	}
	
	#gallery27 ul li {
		width: 100%;
	}
	
	#gallery27 ul li .thumbnail {
		display: block;
	}
	
	#gallery27 ul li .frame {
		display: block;
	}
	
	#gallery30 ul li img {
		max-height: none;
		display: block;
		height: auto;
		width: 100% !important;
	}
	
	#gallery30 ul {
		gap: 2rem;
		flex-direction: column;
	}
	
	#gallery30 .inner {
		width: 100%;
	}
	
	#gallery30 ul li {
		width: 100%;
	}
	
	#gallery30 ul li .thumbnail {
		display: block;
	}
	
	#gallery30 ul li .frame {
		display: block;
	}
	
	#gallery04 ul li img {
		max-height: none;
		display: block;
		height: auto;
		width: 100% !important;
	}
	
	#gallery04 ul {
		gap: 2rem;
		flex-direction: column;
	}
	
	#gallery04 .inner {
		width: 100%;
	}
	
	#gallery04 ul li {
		width: 100%;
	}
	
	#gallery04 ul li .thumbnail {
		display: block;
	}
	
	#gallery04 ul li .frame {
		display: block;
	}
	
	#gallery45 ul li img {
		max-height: none;
		display: block;
		height: auto;
		width: 100% !important;
	}
	
	#gallery45 ul {
		gap: 2rem;
		flex-direction: column;
	}
	
	#gallery45 .inner {
		width: 100%;
	}
	
	#gallery45 ul li {
		width: 100%;
	}
	
	#gallery45 ul li .thumbnail {
		display: block;
	}
	
	#gallery45 ul li .frame {
		display: block;
	}
	
	#gallery29 ul li img {
		max-height: none;
		display: block;
		height: auto;
		width: 100% !important;
	}
	
	#gallery29 ul {
		gap: 2rem;
		flex-direction: column;
	}
	
	#gallery29 .inner {
		width: 100%;
	}
	
	#gallery29 ul li {
		width: 100%;
	}
	
	#gallery29 ul li .thumbnail {
		display: block;
	}
	
	#gallery29 ul li .frame {
		display: block;
	}
	
	#gallery28 ul li img {
		max-height: none;
		display: block;
		height: auto;
		width: 100% !important;
	}
	
	#gallery28 ul {
		gap: 2rem;
		flex-direction: column;
	}
	
	#gallery28 .inner {
		width: 100%;
	}
	
	#gallery28 ul li {
		width: 100%;
	}
	
	#gallery28 ul li .thumbnail {
		display: block;
	}
	
	#gallery28 ul li .frame {
		display: block;
	}
	
	#gallery31 ul li img {
		max-height: none;
		display: block;
		height: auto;
		width: 100% !important;
	}
	
	#gallery31 ul {
		gap: 2rem;
		flex-direction: column;
	}
	
	#gallery31 .inner {
		width: 100%;
	}
	
	#gallery31 ul li {
		width: 100%;
	}
	
	#gallery31 ul li .thumbnail {
		display: block;
	}
	
	#gallery31 ul li .frame {
		display: block;
	}
	
	#gallery47 ul li img {
		max-height: none;
		display: block;
		height: auto;
		width: 100% !important;
	}
	
	#gallery47 ul {
		gap: 2rem;
		flex-direction: column;
	}
	
	#gallery47 .inner {
		width: 100%;
	}
	
	#gallery47 ul li {
		width: 100%;
	}
	
	#gallery47 ul li .thumbnail {
		display: block;
	}
	
	#gallery47 ul li .frame {
		display: block;
	}
	
	#gallery48 ul li img {
		max-height: none;
		display: block;
		height: auto;
		width: 100% !important;
	}
	
	#gallery48 ul {
		gap: 2rem;
		flex-direction: column;
	}
	
	#gallery48 .inner {
		width: 100%;
	}
	
	#gallery48 ul li {
		width: 100%;
	}
	
	#gallery48 ul li .thumbnail {
		display: block;
	}
	
	#gallery48 ul li .frame {
		display: block;
	}
	
	#gallery49 ul li img {
		max-height: none;
		display: block;
		height: auto;
		width: 100% !important;
	}
	
	#gallery49 ul {
		gap: 2rem;
		flex-direction: column;
	}
	
	#gallery49 .inner {
		width: 100%;
	}
	
	#gallery49 ul li {
		width: 100%;
	}
	
	#gallery49 ul li .thumbnail {
		display: block;
	}
	
	#gallery49 ul li .frame {
		display: block;
	}
	
	#gallery46 ul li img {
		max-height: none;
		display: block;
		height: auto;
		width: 100% !important;
	}
	
	#gallery46 ul {
		gap: 2rem;
		flex-direction: column;
	}
	
	#gallery46 .inner {
		width: 100%;
	}
	
	#gallery46 ul li {
		width: 100%;
	}
	
	#gallery46 ul li .thumbnail {
		display: block;
	}
	
	#gallery46 ul li .frame {
		display: block;
	}
	
	#gallery51 ul li img {
		max-height: none;
		display: block;
		height: auto;
		width: 100% !important;
	}
	
	#gallery51 ul {
		gap: 2rem;
		flex-direction: column;
	}
	
	#gallery51 .inner {
		width: 100%;
	}
	
	#gallery51 ul li {
		width: 100%;
	}
	
	#gallery51 ul li .thumbnail {
		display: block;
	}
	
	#gallery51 ul li .frame {
		display: block;
	}
	
	#gallery24 ul li img {
		max-height: none;
		display: block;
		height: auto;
		width: 100% !important;
	}
	
	#gallery24 ul {
		gap: 2rem;
		flex-direction: column;
	}
	
	#gallery24 .inner {
		width: 100%;
	}
	
	#gallery24 ul li {
		width: 100%;
	}
	
	#gallery24 ul li .thumbnail {
		display: block;
	}
	
	#gallery24 ul li .frame {
		display: block;
	}
	
	#gallery03 ul li img {
		max-height: none;
		display: block;
		height: auto;
		width: 100% !important;
	}
	
	#gallery03 ul {
		gap: 2rem;
		flex-direction: column;
	}
	
	#gallery03 .inner {
		width: 100%;
	}
	
	#gallery03 ul li {
		width: 100%;
	}
	
	#gallery03 ul li .thumbnail {
		display: block;
	}
	
	#gallery03 ul li .frame {
		display: block;
	}
	
	#gallery22 ul li img {
		max-height: none;
		display: block;
		height: auto;
		width: 100% !important;
	}
	
	#gallery22 ul {
		gap: 2rem;
		flex-direction: column;
	}
	
	#gallery22 .inner {
		width: 100%;
	}
	
	#gallery22 ul li {
		width: 100%;
	}
	
	#gallery22 ul li .thumbnail {
		display: block;
	}
	
	#gallery22 ul li .frame {
		display: block;
	}
	
	#gallery25 ul li img {
		max-height: none;
		display: block;
		height: auto;
		width: 100% !important;
	}
	
	#gallery25 ul {
		gap: 2rem;
		flex-direction: column;
	}
	
	#gallery25 .inner {
		width: 100%;
	}
	
	#gallery25 ul li {
		width: 100%;
	}
	
	#gallery25 ul li .thumbnail {
		display: block;
	}
	
	#gallery25 ul li .frame {
		display: block;
	}
	
	#gallery17 ul li img {
		max-height: none;
		display: block;
		height: auto;
		width: 100% !important;
	}
	
	#gallery17 ul {
		gap: 2rem;
		flex-direction: column;
	}
	
	#gallery17 .inner {
		width: 100%;
	}
	
	#gallery17 ul li {
		width: 100%;
	}
	
	#gallery17 ul li .thumbnail {
		display: block;
	}
	
	#gallery17 ul li .frame {
		display: block;
	}
	
	#gallery01 ul li img {
		max-height: none;
		display: block;
		height: auto;
		width: 100% !important;
	}
	
	#gallery01 ul {
		gap: 2rem;
		flex-direction: column;
	}
	
	#gallery01 .inner {
		width: 100%;
	}
	
	#gallery01 ul li {
		width: 100%;
	}
	
	#gallery01 ul li .thumbnail {
		display: block;
	}
	
	#gallery01 ul li .frame {
		display: block;
	}
	
	#gallery11 ul li img {
		max-height: none;
		display: block;
		height: auto;
		width: 100% !important;
	}
	
	#gallery11 ul {
		gap: 2rem;
		flex-direction: column;
	}
	
	#gallery11 .inner {
		width: 100%;
	}
	
	#gallery11 ul li {
		width: 100%;
	}
	
	#gallery11 ul li .thumbnail {
		display: block;
	}
	
	#gallery11 ul li .frame {
		display: block;
	}
	
	#gallery10 ul li img {
		max-height: 22.5rem;
	}
	
	#gallery08 ul li img {
		max-height: 20.0625rem;
	}
	
	#gallery09 ul li img {
		max-height: 22.5rem;
	}
	
	#gallery06 ul li img {
		max-height: 18.9375rem;
	}
	
	#gallery05 ul li img {
		max-height: 18.9375rem;
	}
	
	#gallery07:not(:first-child) {
		margin-top: 2.4375rem !important;
	}
	
	#gallery07:not(:last-child) {
		margin-bottom: 2.4375rem !important;
	}
	
	#gallery07 ul li img {
		max-height: 22.5rem;
	}
	
	#gallery12 ul li img {
		max-height: 18.9375rem;
	}
	
	#gallery13 ul li img {
		max-height: 22.5rem;
	}
	
	#gallery14 ul li img {
		max-height: 18.9375rem;
	}
	
	#gallery15 ul li img {
		max-height: 22.5rem;
	}
	
	#gallery02 ul li img {
		max-height: 18.9375rem;
	}
	
	#gallery19 ul li img {
		max-height: 18.9375rem;
	}
	
	#gallery20:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#gallery20:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#gallery20 ul li img {
		max-height: 22.5rem;
	}
	
	#gallery33 ul li img {
		max-height: none;
		display: block;
		height: auto;
		width: 100% !important;
	}
	
	#gallery33 ul {
		gap: 2rem;
		flex-direction: column;
	}
	
	#gallery33 .inner {
		width: 100%;
	}
	
	#gallery33 ul li {
		width: 100%;
	}
	
	#gallery33 ul li .thumbnail {
		display: block;
	}
	
	#gallery33 ul li .frame {
		display: block;
	}
	
	#gallery34 ul li img {
		max-height: none;
		display: block;
		height: auto;
		width: 100% !important;
	}
	
	#gallery34 ul {
		gap: 2rem;
		flex-direction: column;
	}
	
	#gallery34 .inner {
		width: 100%;
	}
	
	#gallery34 ul li {
		width: 100%;
	}
	
	#gallery34 ul li .thumbnail {
		display: block;
	}
	
	#gallery34 ul li .frame {
		display: block;
	}
	
	#gallery36 ul li img {
		max-height: none;
		display: block;
		height: auto;
		width: 100% !important;
	}
	
	#gallery36 ul {
		gap: 2rem;
		flex-direction: column;
	}
	
	#gallery36 .inner {
		width: 100%;
	}
	
	#gallery36 ul li {
		width: 100%;
	}
	
	#gallery36 ul li .thumbnail {
		display: block;
	}
	
	#gallery36 ul li .frame {
		display: block;
	}
	
	#gallery37 ul li img {
		max-height: none;
		display: block;
		height: auto;
		width: 100% !important;
	}
	
	#gallery37 ul {
		gap: 2rem;
		flex-direction: column;
	}
	
	#gallery37 .inner {
		width: 100%;
	}
	
	#gallery37 ul li {
		width: 100%;
	}
	
	#gallery37 ul li .thumbnail {
		display: block;
	}
	
	#gallery37 ul li .frame {
		display: block;
	}
	
	.image.style1 .frame {
		width: 100vw;
		height: 18.28125rem !important;
	}
	
	.image.style1 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image19 .frame {
		width: 16.375rem;
		height: 25rem !important;
	}
	
	#image19 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image01 .frame {
		width: 31.625rem;
		height: 25rem !important;
	}
	
	#image01 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	.icons.style1 {
		font-size: 1.75em;
		gap: 2rem;
	}
	
	.icons.style1:not(:first-child) {
		margin-top: 0.1875rem !important;
	}
	
	.icons.style1:not(:last-child) {
		margin-bottom: 0.1875rem !important;
	}
	
	.buttons.style2 {
		gap: 0rem;
	}
	
	.buttons.style2 li a {
		letter-spacing: 0.15rem;
		padding-left: calc(0.15rem + 0.5rem);
		font-size: 0.75em;
	}
	
	.buttons.style2 li a svg {
		width: 2.8125em;
	}
}

@media (max-width: 480px) {
	#main > .inner {
		--spacing: 2.1875rem;
	}
	
	
	
	
	
	#container32 > .wrapper > .inner {
		--spacing: 0.4375rem;
	}
	
	#container25 > .wrapper > .inner {
		--spacing: 0.4375rem;
	}
	
	#container26 > .wrapper > .inner {
		--spacing: 0.4375rem;
	}
	
	#container30 > .wrapper > .inner {
		--spacing: 0.4375rem;
	}
	
	#container13 > .wrapper > .inner {
		--spacing: 0.4375rem;
	}
	
	
	
	#container08 > .wrapper > .inner {
		--spacing: 0.125rem;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.image.style1 .frame {
		height: 14.625rem !important;
	}
	
	#image19 .frame {
		height: 20rem !important;
	}
	
	#image01 .frame {
		height: 20rem !important;
	}
	
	.buttons.style2 {
		flex-direction: column;
		flex-wrap: nowrap;
	}
	
	.buttons.style2 li a {
		max-width: 32rem;
		width: 100%;
	}
}

@media (max-width: 360px) {
	#main > .inner {
		--padding-horizontal: 1.5rem;
		--padding-vertical: 2.625rem;
		--spacing: 1.875rem;
	}
	
	#main > .inner > * > .full {
		margin-left: calc(-1.5rem);
		max-width: calc(100% + 3rem + 0.4725px);
		width: calc(100% + 3rem + 0.4725px);
	}
	
	#main > .inner > * > .full.screen {
		margin-left: -50vw;
	}
	
	#main > .inner > .active > .full:first-child {
		margin-top: -2.625rem !important;
	}
	
	#main > .inner > .active > .full:last-child {
		margin-bottom: -2.625rem !important;
	}
	
	h1.style2, h2.style2, h3.style2, p.style2 {
		font-size: 0.875em;
	}
	
	h1.style1, h2.style1, h3.style1, p.style1 {
		font-size: 2.5em;
	}
	
	h1.style4, h2.style4, h3.style4, p.style4 {
		font-size: 3.5em;
	}
	
	#text03 {
		font-size: 1.25em;
	}
	
	#text23 {
		font-size: 1.25em;
	}
	
	#text09 {
		font-size: 1.25em;
	}
	
	#text26 {
		font-size: 0.625em;
	}
	
	#text05 {
		font-size: 1.25em;
	}
	
	#text25 {
		font-size: 1.25em;
	}
	
	#text02 {
		font-size: 1.25em;
	}
	
	#text51 {
		font-size: 1.25em;
	}
	
	#text52 {
		font-size: 1.25em;
	}
	
	#text53 {
		font-size: 1.25em;
	}
	
	#text54 {
		font-size: 1.25em;
	}
	
	#text22 {
		font-size: 0.625em;
	}
	
	#text39 {
		font-size: 1.25em;
	}
	
	h1.style5, h2.style5, h3.style5, p.style5 {
		font-size: 1.125em;
	}
	
	#text21 {
		font-size: 1.25em;
	}
	
	#text17 {
		font-size: 1.25em;
	}
	
	#text04 {
		font-size: 3.5em;
	}
	
	#text13 {
		font-size: 1.25em;
	}
	
	#text24 {
		font-size: 1.25em;
	}
	
	#text28 {
		font-size: 1.25em;
	}
	
	#text10 {
		font-size: 1.25em;
	}
	
	#text36 {
		font-size: 1.25em;
	}
	
	#text08 {
		font-size: 1.25em;
	}
	
	h1.style6, h2.style6, h3.style6, p.style6 {
		font-size: 3.5em;
	}
	
	#text27 {
		font-size: 0.875em;
	}
	
	#text29 {
		font-size: 0.875em;
	}
	
	#text31 {
		font-size: 0.875em;
	}
	
	#text35 {
		font-size: 1em;
	}
	
	#text38 {
		font-size: 1.125em;
	}
	
	#links03 {
		gap: 1.125rem;
		font-size: 1.125em;
	}
	
	#links03 li:before {
		left: -1.5625rem;
	}
	
	#links06 {
		gap: 1.125rem;
		font-size: 1.125em;
	}
	
	#links06 li:before {
		left: -1.5625rem;
	}
	
	#links01 {
		gap: 1.125rem;
		font-size: 1.125em;
	}
	
	#links01 li:before {
		left: -1.5625rem;
	}
	
	.container.style1 > .wrapper > .inner {
		--gutters: 4.5rem;
	}
	
	#container16 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-vertical: 1.03125rem;
	}
	
	#container32 > .wrapper > .inner {
		--gutters: 0.75rem;
		--padding-horizontal: 1.5rem;
		--padding-vertical: 2.625rem;
		--spacing: 0.375rem;
	}
	
	#container25 > .wrapper > .inner {
		--gutters: 0.75rem;
		--padding-horizontal: 1.5rem;
		--padding-vertical: 0.1875rem;
		--spacing: 0.375rem;
	}
	
	#container26 > .wrapper > .inner {
		--gutters: 4.5rem;
		--padding-horizontal: 1.5rem;
		--padding-vertical: 2.625rem;
		--spacing: 0.375rem;
	}
	
	#container30 > .wrapper > .inner {
		--gutters: 0.75rem;
		--padding-horizontal: 1.5rem;
		--padding-vertical: 0.1875rem;
		--spacing: 0.375rem;
	}
	
	#container13 > .wrapper > .inner {
		--gutters: 1.96875rem;
		--padding-horizontal: 1.5rem;
		--spacing: 0.375rem;
	}
	
	#container13 {
		min-height: 18.5rem;
	}
	
	#container13.columns > .wrapper > .inner > .full {
		min-height: 18.5rem;
	}
	
	#container06 > .wrapper > .inner {
		--gutters: 4.5rem;
		--padding-vertical: 0.28125rem;
	}
	
	#container08 > .wrapper > .inner {
		--gutters: 0.75rem;
		--padding-horizontal: 1.3125rem;
		--padding-vertical: 0rem;
		--spacing: 0.109375rem;
	}
	
	#container08 {
		min-height: 11.25rem;
	}
	
	#container08.columns > .wrapper > .inner > .full {
		min-height: 11.25rem;
	}
	
	#container01 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-vertical: 1.03125rem;
	}
	
	#container21 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-vertical: 1.03125rem;
	}
	
	#container12 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
	}
	
	#container07 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-vertical: 1.03125rem;
	}
	
	#container10 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-vertical: 0.5625rem;
	}
	
	#container05 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-vertical: 1.03125rem;
	}
	
	#container33 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-vertical: 0.5625rem;
	}
	
	#container15 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
	}
	
	#container14 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-vertical: 0.28125rem;
	}
	
	#container17 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-vertical: 0.65625rem;
	}
	
	#container03 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-vertical: 0.65625rem;
	}
	
	#container03 {
		min-height: 11rem;
	}
	
	#container03.columns > .wrapper > .inner > .full {
		min-height: 11rem;
	}
	
	#container02 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-vertical: 0.65625rem;
	}
	
	#container02 {
		min-height: 10rem;
	}
	
	#container02.columns > .wrapper > .inner > .full {
		min-height: 10rem;
	}
	
	#container18 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-vertical: 0.65625rem;
	}
	
	#container18 {
		min-height: 22rem;
	}
	
	#container18.columns > .wrapper > .inner > .full {
		min-height: 22rem;
	}
	
	#container09 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-vertical: 0.65625rem;
	}
	
	#container28 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-vertical: 0rem;
	}
	
	#container28 {
		min-height: 17.5rem;
	}
	
	#container28.columns > .wrapper > .inner > .full {
		min-height: 17.5rem;
	}
	
	#container19 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-vertical: 0.46875rem;
	}
	
	#gallery40 ul {
		gap: 1.5rem;
	}
	
	#gallery41 ul {
		gap: 1.5rem;
	}
	
	#gallery35 ul {
		gap: 1.5rem;
	}
	
	#gallery26 ul {
		gap: 1.5rem;
	}
	
	#gallery50 ul {
		gap: 1.5rem;
	}
	
	#gallery23 ul {
		gap: 1.5rem;
	}
	
	#gallery16 ul {
		gap: 1.5rem;
	}
	
	#gallery38 ul {
		gap: 1.5rem;
	}
	
	#gallery27 ul {
		gap: 1.5rem;
	}
	
	#gallery30 ul {
		gap: 1.5rem;
	}
	
	#gallery04 ul {
		gap: 1.5rem;
	}
	
	#gallery45 ul {
		gap: 1.5rem;
	}
	
	#gallery29 ul {
		gap: 1.5rem;
	}
	
	#gallery28 ul {
		gap: 1.5rem;
	}
	
	#gallery31 ul {
		gap: 1.5rem;
	}
	
	#gallery47 ul {
		gap: 1.5rem;
	}
	
	#gallery48 ul {
		gap: 1.5rem;
	}
	
	#gallery49 ul {
		gap: 1.5rem;
	}
	
	#gallery46 ul {
		gap: 1.5rem;
	}
	
	#gallery51 ul {
		gap: 1.5rem;
	}
	
	#gallery24 ul {
		gap: 1.5rem;
	}
	
	#gallery03 ul {
		gap: 1.5rem;
	}
	
	#gallery22 ul {
		gap: 1.5rem;
	}
	
	#gallery25 ul {
		gap: 1.5rem;
	}
	
	#gallery17 ul {
		gap: 1.5rem;
	}
	
	#gallery01 ul {
		gap: 1.5rem;
	}
	
	#gallery11 ul {
		gap: 1.5rem;
	}
	
	#gallery10 ul {
		gap: 0.375rem;
	}
	
	#gallery08 ul {
		gap: 0.375rem;
	}
	
	#gallery09 ul {
		gap: 0.375rem;
	}
	
	#gallery06 ul {
		gap: 0.375rem;
	}
	
	#gallery05 ul {
		gap: 0.375rem;
	}
	
	#gallery07 ul {
		gap: 0rem;
	}
	
	#gallery12 ul {
		gap: 0.375rem;
	}
	
	#gallery13 ul {
		gap: 0.375rem;
	}
	
	#gallery14 ul {
		gap: 0.375rem;
	}
	
	#gallery15 ul {
		gap: 0.375rem;
	}
	
	#gallery02 ul {
		gap: 0.375rem;
	}
	
	#gallery19 ul {
		gap: 0.375rem;
	}
	
	#gallery20 ul {
		gap: 0.75rem;
	}
	
	#gallery33 ul {
		gap: 1.5rem;
	}
	
	#gallery34 ul {
		gap: 1.5rem;
	}
	
	#gallery36 ul {
		gap: 1.5rem;
	}
	
	#gallery37 ul {
		gap: 1.5rem;
	}
	
	.image.style1 .frame {
		height: 12.796875rem !important;
	}
	
	#image19 .frame {
		height: 17.5rem !important;
	}
	
	#image01 .frame {
		height: 17.5rem !important;
	}
	
	.icons.style1 {
		gap: 1.5rem;
	}
	
	.buttons.style2 {
		gap: 0rem;
	}
}